/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./theme_src/scss/blocks/hero.scss ***!
  \************************************************************************************************************************************************************************************************/
.hero {
  background-image: var(--bkg-image);
  background-position: center center;
  background-size: cover;
  position: relative;
  aspect-ratio: 720/347;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .hero {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .hero {
    aspect-ratio: unset;
    min-height: 43.375rem;
  }
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--color-black) 0%, var(--color-black) 20%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 64rem) {
  .hero::before {
    background-image: linear-gradient(to right, var(--color-black) 0%, var(--color-black) 20%, transparent 100%);
    width: 82%;
  }
}
.hero__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: var(--container-vertical-padding) calc(var(--container-padding) * 1px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 80rem) {
  .hero__container {
    padding: var(--container-vertical-padding) calc(var(--container-padding) * 0.75px);
  }
}
.hero__content {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 64rem) {
  .hero__content {
    max-width: 34.375rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .hero__content {
    max-width: 37.5rem;
  }
}
.hero__heading {
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  color: var(--color-white);
  margin-top: 1.25rem;
}
@media screen and (min-width: 48rem) {
  .hero__heading {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 64rem) {
  .hero__heading {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 90rem) {
  .hero__heading {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.hero__heading::after {
  content: "";
  position: relative;
  display: block;
  background: var(--gradient-redorange);
  height: 0.5625rem;
  width: 100%;
  max-width: 15rem;
  border-radius: 30px;
  bottom: -0.25em;
  margin: 0 0 0.625em;
}
@media screen and (min-width: 48rem) {
  .hero__heading::after {
    max-width: 24.375rem;
    bottom: -0.375em;
  }
}
.hero__copy {
  font-family: "Futura Book", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  color: var(--color-white);
  margin-top: 0.5rem;
}
@media screen and (min-width: 48rem) {
  .hero__copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 90rem) {
  .hero__copy {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 64rem) {
  .hero__copy {
    margin-top: 3rem;
  }
}
.hero__button {
  margin-top: 2rem;
}
.hero__button.focus-visible {
  outline: 1px solid var(--color-white) !important;
}
.hero__button:focus-visible {
  outline: 1px solid var(--color-white) !important;
}
@media screen and (min-width: 64rem) {
  .hero__button {
    margin-top: 3rem;
    min-width: 21.875rem;
  }
}
.hero__tag {
  font-family: "Futura Bold", -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: var(--color-white);
  color: var(--color-red);
  padding: 0.375rem 1.875rem;
}
.hero.hero--small {
  background-position: center 10%;
  aspect-ratio: unset;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .hero.hero--small {
    padding-top: 0;
  }
}
@media screen and (min-width: 90rem) {
  .hero.hero--small {
    min-height: 0;
  }
}
.hero.hero--small::before {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media screen and (min-width: 64rem) {
  .hero.hero--small::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  }
}
.hero.hero--small .hero__container {
  padding: calc(var(--container-vertical-padding) / 1.5) calc(var(--container-padding) * 1px);
}

/*# sourceMappingURL=hero.css.map*/