/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/src/blocks/hero.scss ***!
  \*******************************************************************************************************************/
.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 1rem;
}

.pl-4 {
  padding-left: 1.5rem;
}

.pl-5 {
  padding-left: 2rem;
}

.pl-6 {
  padding-left: 2.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 1rem;
}

.pr-4 {
  padding-right: 1.5rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-6 {
  padding-right: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 2rem;
}

.ml-6 {
  margin-left: 2.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 2rem;
}

.mr-6 {
  margin-right: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 2.5rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 2.5rem;
}

.hero img {
  opacity: 1;
}
.hero--warm {
  background-color: var(--ast-global-color-4);
}
.hero--text-page .hero__heading {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .hero--text-page .hero__heading {
    font-size: 2.5rem;
  }
}
.hero--no-image .container {
  position: relative;
}
.hero--no-image .hero__wrapper--text {
  max-width: 840px;
  padding-bottom: 3.5rem;
}
.hero--no-image .hero__heading {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .hero--no-image .hero__heading {
    font-size: 2.5rem;
  }
}
.hero--no-image .hero__caption {
  max-width: 85%;
  font-size: 1rem;
}
@media (max-width: 480px) {
  .hero--no-image .hero__caption {
    max-width: 100%;
  }
}
.hero--no-image .hero__wrapper-image {
  position: absolute;
  bottom: -1.25rem;
  left: 6.25rem;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hero--no-image .hero__wrapper-image {
    max-width: 150px;
    bottom: -0.625rem;
  }
}
@media (max-width: 768px) {
  .hero--no-image .hero__wrapper-image {
    left: 10%;
    max-width: 100px;
  }
}
.hero--image {
  position: relative;
  color: var(--ast-global-color-5);
  padding: 4.4rem 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 1rem;
}
@media (max-width: 1024px) {
  .hero--image {
    padding: 4.4rem 0 2.5rem;
  }
}
.hero--image .hero__image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 480px) {
  .hero--image .hero__image img {
    object-position: 30%;
  }
}
.hero--image .hero__wrapper--text {
  max-width: 800px;
}
.hero--image .hero__heading {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.1;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .hero--image .hero__heading {
    font-size: 2.5rem;
  }
}
.hero--image .hero__caption {
  color: var(--ast-global-color-5);
  font-weight: 400;
  max-width: 540px;
}
.hero--index {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 662px;
}
@media (max-width: 1024px) {
  .hero--index {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .hero--index {
    display: flex;
    flex-direction: column-reverse;
    min-height: 548px;
  }
}
.hero--index .container {
  padding-top: 2.5rem;
  z-index: 1;
}
@media (min-width: 769px) {
  .hero--index .container {
    padding-top: 0;
  }
}
.hero--index .hero__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero--index .hero__image {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .hero--index .hero__image {
    position: relative;
    width: 100%;
    height: 424px;
    margin-top: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
}
@media (max-width: 370px) {
  .hero--index .hero__image {
    height: 370px;
  }
}
.hero--index .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero--index .hero__promo-link {
  width: 45%;
  max-height: 540px;
  height: 100%;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .hero--index .hero__promo-link {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .hero--index .hero__promo-link {
    max-height: 540px;
    flex-direction: column;
    align-self: center;
    text-decoration: none;
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    right: unset !important;
    transform: unset !important;
    width: 100% !important;
    align-items: flex-start !important;
    margin-top: 70px;
    margin-left: 50px;
  }
}
@media (max-width: 370px) {
  .hero--index .hero__promo-link {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .hero--index .hero__promo-link {
    display: flex;
    z-index: 2;
  }
}
@media (min-width: 1440px) {
  .hero--index .hero__promo-link {
    right: auto;
    left: 53%;
  }
}
.hero--index .hero__promo-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero--index .hero__wrapper--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 34%;
}
@media (max-width: 1024px) {
  .hero--index .hero__wrapper--text {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .hero--index .hero__wrapper--text {
    width: 100%;
  }
}
.hero .parallax {
  border-radius: 1rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hero .parallax::-webkit-scrollbar {
  width: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.hero .parallax__layer--back .container {
  position: relative;
}
.hero .parallax__layer-image--back {
  object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 1024px) {
  .hero .parallax__layer-image--back {
    height: 600px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero .parallax__layer-image--back {
    height: 375px;
  }
}
.hero .parallax__layer--base {
  right: 15%;
  top: auto;
  left: auto;
}
@media (max-width: 1440px) {
  .hero .parallax__layer--base {
    right: 120px;
  }
}
@media (max-width: 1282px) {
  .hero .parallax__layer--base {
    right: 4.4rem;
  }
}
@media (max-width: 1024px) {
  .hero .parallax__layer--base {
    top: 20%;
  }
}
@media (max-width: 480px) {
  .hero .parallax__layer--base {
    right: 10%;
  }
}
.hero .parallax__layer-image--base {
  border-radius: 1rem;
  max-height: 333px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero .parallax__layer-image--base {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .hero .parallax__layer-image--base {
    max-width: 100px;
  }
}
.hero .hero__heading {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
  width: 95%;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .hero .hero__heading {
    font-size: 2.5rem;
    margin-bottom: 16px;
  }
}

.hero__wrapper-parallax {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 6.25rem;
}
@media (max-width: 1024px) {
  .hero__wrapper-parallax {
    margin-bottom: 3.125rem;
  }
}
.hero__wrapper-parallax picture {
  height: 100%;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .hero__wrapper-parallax picture {
    display: initial;
  }
}
.hero__wrapper-parallax--right {
  position: absolute;
  right: 4.4rem;
  top: 11.25rem;
  height: 100%;
}
@media (max-width: 1150px) {
  .hero__wrapper-parallax--right {
    top: 16.25rem;
  }
}
@media (max-width: 1024px) {
  .hero__wrapper-parallax--right {
    top: 11.25rem;
  }
}
@media (max-width: 768px) {
  .hero__wrapper-parallax--right {
    right: 0;
    top: 20rem;
  }
}
@media (max-width: 480px) {
  .hero__wrapper-parallax--right {
    top: 18.75rem;
  }
}
@media (max-width: 400px) {
  .hero__wrapper-parallax--right {
    top: 23.75rem;
  }
}
@media (max-width: 375px) {
  .hero__wrapper-parallax--right {
    display: none;
  }
}
.hero__wrapper-parallax--right picture {
  height: 100%;
  width: 100%;
  display: block;
}
.hero__wrapper-parallax--right img {
  border-radius: 1rem;
  max-height: 20.625rem;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero__wrapper-parallax--right img {
    max-width: 12.5rem;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .hero__wrapper-parallax--right img {
    max-width: 9.375rem;
  }
}

@media (max-width: 1024px) {
  .hero__wrapper-image--parallax {
    min-height: 31.25rem;
    object-fit: cover;
  }
}
.hero__wrapper-image--parallax img {
  width: 100%;
}

.hero__stars {
  position: absolute;
  left: 50%;
  bottom: 3.125rem;
  transform: translateX(-65%) rotate(15deg);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .hero__stars {
    transform: rotate(15deg);
  }
}
@media (max-width: 768px) {
  .hero__stars {
    bottom: 23.75rem;
    top: auto;
    left: auto;
    right: 0.9375rem;
  }
}
@media (max-width: 370px) {
  .hero__stars {
    bottom: 20rem;
  }
}
@media (min-width: 769px) {
  .hero__stars {
    z-index: 2;
  }
}
@media (max-width: 1024px) {
  .hero__stars img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (max-width: 768px) {
  .hero__stars img {
    width: 5.75rem;
    height: 5.75rem;
  }
}

.hero__stars-text {
  z-index: 1;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--ast-global-color-5);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .hero__stars-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero__stars-text {
    font-size: 1rem;
  }
}

.hero__stars-caption {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .hero__stars-caption {
    font-size: 0.625rem;
  }
}
@media (max-width: 768px) {
  .hero__stars-caption {
    font-size: 0.5rem;
  }
}

.hero__caption {
  color: var(--ast-global-color-3);
}
@media (max-width: 1024px) {
  .hero__caption {
    margin-bottom: 0.5rem;
  }
}
.hero__caption + .btn {
  margin-top: 1.875rem;
}
@media (max-width: 1024px) {
  .hero__caption + .btn {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero__caption {
    margin: 0 0 1rem;
    font-size: 1rem;
    line-height: 1.5;
  }
}

h2.hero__caption {
  font-weight: 600;
}

.hero__btn {
  margin-top: 3.125rem;
}
@media (max-width: 1024px) {
  .hero__btn {
    margin-top: 2rem;
  }
}

.hero__promo-link {
  display: flex;
  flex-direction: column;
  align-self: center;
  text-decoration: none;
}

.hero__image-promo {
  width: 100%;
}

.hero__fake-btn {
  margin-top: 0.9375rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  line-height: 125%;
  font-weight: 500;
  text-align: center;
  color: #000000;
  background-color: #ffe538;
  border-radius: 3.5rem;
  transition: 300ms ease;
  position: absolute;
  bottom: 1.25rem;
}
@media (hover: hover) {
  .hero__fake-btn:hover {
    background-color: var(--ast-global-color-0);
    color: var(--ast-global-color-5);
  }
}
@media (min-width: 1280px) {
  .hero__fake-btn {
    margin-top: 1.5rem;
    padding: 1rem 3rem;
    font-size: 1rem;
  }
}

.hero--wysiwyg .hero__heading {
  font-size: 2.75rem;
}
@media (min-width: 1280px) {
  .hero--wysiwyg p {
    font-size: 1.2rem;
  }
  .hero--wysiwyg h2 {
    font-size: 1.8rem;
  }
}
