/**
 * Page block: Hero — compiled to style.css (npm run watch / compile:blocks).
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
section.section.section--hero {
  background-color: #150D50;
  color: #fff;
  position: relative;
}
section.section.section--hero .hero__gradient-overlay {
  display: none;
}

.cws.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cws.hero .hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.cws.hero .hero__lottie {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
.cws.hero .hero__lottie canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .cws.hero .hero__lottie {
    display: none;
  }
}
.cws.hero .hero__image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  inset: 0;
  object-fit: cover;
  object-position: center;
}
.cws.hero .hero__video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
}
@media (prefers-reduced-motion: reduce) {
  .cws.hero .hero__video {
    display: none;
  }
}
.cws.hero .hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 50.9375rem;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  padding-top: 14.28125rem;
  padding-bottom: 10.28125rem;
}
.cws.hero .hero__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cws.hero .hero__headline h1 {
  max-width: 100%;
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.08333;
}
@media screen and (min-width:991px) {
  .cws.hero .hero__headline h1 {
    font-size: 4rem;
    line-height: 1.125;
  }
}
.cws.hero .hero__headline p {
  max-width: 100%;
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
}
@media screen and (min-width:991px) {
  .cws.hero .hero__headline p {
    font-size: 1.5rem;
    line-height: 1.333;
  }
}
.cws.hero .cws-wysiwyg ul li::before, .cws.hero .cws-wysiwyg ul li::marker, .cws.hero .cws-wysiwyg ol li::before, .cws.hero .cws-wysiwyg ol li::marker {
  background-color: #fff;
  color: #fff;
}

section.section.section--hero.has--gradient {
  position: relative;
}
section.section.section--hero.has--gradient::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.6875rem;
  background: #53ebff;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  section.section.section--hero.has--gradient::after {
    height: 7.5rem;
  }
}
@media screen and (min-width:991px) {
  section.section.section--hero.has--gradient::after {
    height: 15rem;
  }
}
section.section.section--hero.has--gradient .cws.hero {
  position: relative;
  z-index: 1;
}
section.section.section--hero.has--gradient .hero__content {
  padding-top: 8rem;
  padding-bottom: 13.4375rem;
  max-width: 48rem;
}
@media screen and (min-width:768px) {
  section.section.section--hero.has--gradient .hero__content {
    padding-top: 16.5rem;
    padding-bottom: 30.25rem;
  }
}
section.section.section--hero.has--gradient .hero__content .hero__headline {
  gap: 2rem;
}
section.section.section--hero.has--gradient .hero__gradient-overlay {
  display: block;
  position: relative;
  z-index: 9;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/491;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  margin-top: -26%;
}
section.section.section--hero.has--gradient .hero__gradient-overlay svg {
  width: 100%;
  height: 100%;
}
section.section.section--hero.has--gradient .hero__gradient-overlay--custom {
  background-size: cover;
}

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