@charset "UTF-8";
/*———— -Libraries- ————*/
/*———— -Tools- ————*/
/*———— -Typefaces etc- ————*/
/*———— -Z-indices- ————*/
/*———— -Colors- ————*/
/*———— -Gradients- ————*/
/*———— -Shadow- ————*/
/*———— -Animación- ————*/
@keyframes draw-curve {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes opacity-loop {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.c-hero__content {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 50;
  width: 100%;
  max-width: 49.4rem;
  transition: opacity linear 400ms;
  opacity: 0;
}
@media (min-width: 768px) {
  .c-hero__content {
    position: relative;
    top: 0;
    left: 0;
  }
}
.c-hero__content.js-is-snapped {
  opacity: 1;
  transition: opacity linear 400ms, transform ease-in-out 400ms;
}
@media (min-width: 1024px) {
  .c-hero__content {
    position: absolute;
    transform: translateY(calc(2rem + var(--grid-sq-size) * 2)) translateX(calc(16.8rem + var(--grid-sq-size) * 2));
  }
}
@media (min-width: 1280px) {
  .c-hero__content {
    transform: translateY(calc(2rem + var(--grid-sq-size) * 3)) translateX(calc(16.8rem + var(--grid-sq-size) * 3));
  }
}
@media (min-width: 1366px) {
  .c-hero__content {
    transform: translateY(calc(2rem + var(--grid-sq-size) * 3)) translateX(calc(16.8rem + var(--grid-sq-size) * 3));
    max-width: none;
    min-width: 49.6rem;
    width: 43.33%;
  }
}
@media (min-width: 1550px) {
  .c-hero__content {
    transform: translateY(calc(2rem + var(--grid-sq-size) * 4)) translateX(calc(16.8rem + var(--grid-sq-size) * 3));
    max-width: none;
    min-width: 49.6rem;
    width: 43.33%;
  }
}
@media (min-width: 1920px) {
  .c-hero__content {
    transform: translateY(calc(2rem + var(--grid-sq-size) * 3)) translateX(calc(16.8rem + var(--grid-sq-size) * 4));
  }
}
.c-hero__text {
  position: relative;
  top: 0;
  left: 0;
  padding: 2rem 2.2rem;
  z-index: 10;
}
@media (min-width: 1550px) {
  .c-hero__text {
    padding: 2.5rem 2.5rem;
  }
}
.c-hero__text::before {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  top: -0.3rem;
  left: -0.2rem;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, #0c213b 57.85%, rgba(12, 33, 59, 0) 100%);
  opacity: 0.65;
  min-height: calc(var(--grid-sq-size) * 3);
}
.c-hero__text .is-circuit {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.c-hero__card {
  position: relative;
  z-index: 100;
  font-size: 1rem;
}
.c-hero__slide-name {
  position: relative;
  font-family: "Fira Code", "Courier", monospace;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: -3.5rem;
  left: 0;
  transform: translateY(-100%);
  color: #ffffff;
}
@media (min-width: 1550px) {
  .c-hero__slide-name {
    font-size: 1.1rem;
  }
}
@media (min-width: 1024px) {
  .c-hero__slide-name {
    font-size: 1.4rem;
  }
}
.c-hero__headline {
  color: #2cafff;
  line-height: 1.05;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .c-hero__headline {
    font-size: 4.6rem;
  }
}
@media (min-width: 1024px) {
  .c-hero__headline {
    font-size: 5.8rem;
  }
}
@media (min-width: 1366px) {
  .c-hero__headline {
    font-size: 4vw;
  }
}
@media (min-width: 1440px) {
  .c-hero__headline {
    font-size: 7.4rem;
  }
}
@media (min-width: 1550px) {
  .c-hero__headline {
    font-size: 4.6vw;
    font-size: clamp(7.6rem, 4.6vw, 8.5rem);
  }
}
.c-hero__descr {
  margin-top: 1.5rem;
  max-width: 52rem;
  padding-right: 3rem;
}
@media (min-width: 480px) {
  .c-hero__descr {
    padding-right: 0;
  }
}
@media (min-width: 1550px) {
  .c-hero__descr {
    max-width: 84%;
  }
}
.c-hero__descr p {
  font-weight: 500;
}
@media (min-width: 1550px) {
  .c-hero__descr p {
    font-size: 1.2vw;
    font-size: clamp(1.6rem, 1.2vw, 2.4rem);
  }
}
.c-hero__descr p + p {
  margin-top: 1rem;
}
.c-hero__descr * {
  color: #ffffff;
}
.c-hero__btn {
  margin-top: 2rem;
  display: none;
}
.c-hero__btn.is-mobile-only {
  display: inline-block;
}
@media (min-width: 981px) {
  .c-hero__btn.is-mobile-only {
    display: none;
  }
}
.c-hero__cta {
  position: absolute;
  z-index: 100;
  right: 2rem;
  bottom: 4.5rem;
  display: none;
}
@media (min-width: 980px) {
  .c-hero__cta {
    display: inline-block;
  }
}
@media (min-width: 980px) {
  .c-hero__cta {
    bottom: auto;
    top: 6rem;
    top: calc(var(--grid-sq-size) * 1.4);
  }
}
@media (min-width: 1170px) {
  .c-hero__cta {
    right: 10%;
  }
}
@media (min-width: 1366px) {
  .c-hero__cta {
    right: 17.5%;
  }
}

.c-hero__meta {
  display: none;
  position: absolute;
  z-index: 100;
  left: 2.5rem;
  top: calc(var(--nav-height) + 1.5rem);
  bottom: 2.4rem;
  width: 20rem;
}
@media (min-width: 1024px) {
  .c-hero__meta {
    display: block;
    top: var(--nav-height);
    top: calc(var(--nav-height) + var(--grid-sq-size) / 2);
    left: 12.6rem;
  }
}
@media (min-width: 1366px) {
  .c-hero__meta {
    top: calc(var(--nav-height) + var(--grid-sq-size) * 0.65);
    left: 16.8rem;
  }
}
@media (min-width: 1550px) {
  .c-hero__meta {
    top: calc(var(--nav-height) + var(--grid-sq-size) * 1.5);
  }
}
.c-hero__info {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  padding-bottom: 2rem;
  z-index: 100;
}
.c-hero__info.is-right {
  right: 3rem;
  left: auto;
  bottom: 2.7rem;
  width: calc(var(--grid-sq-size) * 4);
  display: none;
}
@media (min-width: 768px) {
  .c-hero__info.is-right {
    display: block;
  }
}
.c-hero__info .is-circuit-sm {
  position: absolute;
  left: -6.5rem;
  bottom: 3.2rem;
  z-index: 10;
}
.c-hero__info-row + .c-hero__info-row {
  margin-top: 1.6rem;
}
.c-hero__info-ornament {
  margin-left: auto;
  text-align: right;
  margin-bottom: 1.4rem;
}

.c-hero__controls {
  display: none;
  position: relative;
  z-index: 50;
}
@media (min-width: 1024px) {
  .c-hero__controls {
    display: block;
  }
}
.c-hero__controls .c-page-listing__item.js-is-active {
  color: #2cafff;
}
.c-hero__controls .c-page-listing__item.js-is-active .c-measure {
  opacity: 1;
}
.c-hero__controls .c-page-listing__item.js-is-active .c-measure [data-animate=fill] {
  animation: draw-curve var(--heroSlideshowDuration) linear forwards;
  animation-iteration-count: 1;
  stroke-dasharray: 43;
  stroke-dashoffset: 43;
}
.c-hero__controls .c-page-listing__item .c-measure {
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
  opacity: 0;
  height: 4.2rem;
  width: 0.7rem;
  transition: opacity linear 500ms;
}
@media (min-width: 768px) {
  .c-hero__controls .c-page-listing__item .c-measure {
    left: -5.5rem;
  }
}

/* Alternate page header variant for sandbox
   - Rightmost third: responsive background image
   - Left column: eyebrow, H1 title, body text, CTA button
   Uses the theme's mixins/variables (media(), c(), z(), mobile-hover)
*/
.c-page-hero--alternate {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #0c213b;
  color: #ffffff;
  overflow: hidden;
  padding: 0;
}
.c-page-hero--alternate .c-grid-pattern {
  top: 0;
  z-index: 0;
}
.c-page-hero--alternate img {
  position: absolute;
  top: -25%;
  left: 0;
  object-fit: contain;
  mask-image: linear-gradient(180deg, rgb(12, 33, 59) 60%, rgba(237, 221, 83, 0) 100%);
}
.c-page-hero--alternate__inner {
  z-index: 1;
  margin: 8rem auto;
}
.c-page-hero--alternate__content {
  max-width: 50%;
}
.c-page-hero--alternate .c-page-hero--alternate__eyebrow {
  color: #2cafff;
  font-weight: 400;
  text-transform: uppercase;
}
.c-page-hero--alternate .c-page-hero--alternate__body {
  margin-bottom: 1.6rem;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.6;
}
.c-page-hero--alternate .c-page-hero--alternate__cta {
  display: inline-block;
  text-decoration: none;
  background-color: #2cafff;
  color: #0c213b;
  padding: 0.9rem 1.6rem;
  border-radius: 0.4rem;
  font-weight: 600;
}

@media (max-width: 1440px) {
  .c-page-hero--alternate img {
    top: -15%;
  }
}
@media (max-width: 1170px) {
  .c-page-hero--alternate img {
    top: -10%;
  }
  .c-page-hero--alternate__inner {
    margin: 6rem auto;
  }
}
@media (max-width: 1024px) {
  .c-page-hero--alternate img {
    top: 0;
  }
}
@media (max-width: 768px) {
  .c-page-hero--alternate {
    padding: 2.4rem 1.6rem;
  }
  .c-page-hero--alternate.has-background-image {
    min-height: 0;
  }
  .c-page-hero--alternate__inner {
    margin: 4rem auto;
  }
  .c-page-hero--alternate__inner .c-page-hero--alternate__content {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .c-page-hero--alternate__inner {
    margin: 0rem;
  }
  .c-page-hero--alternate__content {
    max-width: 100%;
  }
}
.c-hero {
  margin-top: var(--nav-height);
  position: relative;
  z-index: 5;
  background-color: #0c213b;
  padding-bottom: 2.4rem;
  width: 100%;
  overflow: hidden;
  --section-bg-color: #0c213b;
}
@media (min-width: 1024px) {
  .c-hero {
    margin-top: 0;
  }
}
.c-hero::before {
  content: "";
  display: block;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 479px) {
  .c-hero::before {
    padding-bottom: 165.6%;
  }
}
@media (min-width: 480px) {
  .c-hero::before {
    padding-bottom: 0;
    height: calc(4rem + var(--grid-sq-size) * 12);
  }
}
@media (min-width: 1170px) {
  .c-hero::before {
    height: calc(4rem + var(--grid-sq-size) * 8);
  }
}
@media (min-width: 1550px) {
  .c-hero::before {
    height: calc(4rem + var(--grid-sq-size) * 9);
  }
}
.c-hero::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4.4rem;
  z-index: 5;
  background-color: #0c213b;
}
.c-hero__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--grid-sq-size);
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}
.c-hero__bg-slide {
  transition: opacity linear 700ms;
}
.c-hero__bg-slide.js-is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-hero__bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-hero__slide {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  opacity: 1;
  transition: opacity linear 700ms;
  z-index: 5;
}
.c-hero__slide.js-is-hidden {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -ms-user-select: none;
      user-select: none;
}
.c-hero__overlay {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(12, 33, 59, 0.65);
  z-index: 10;
}
.c-hero__slides {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
.c-hero__content, .c-hero__cta {
  pointer-events: all;
}
.c-hero__grid {
  z-index: 10;
  pointer-events: none;
}
.c-hero__controls {
  margin-top: 8rem;
}
@media (min-width: 1550px) {
  .c-hero__controls .c-page-listing__title {
    font-size: 2.4rem;
  }
}
.c-hero__slideshow-controls {
  position: relative;
  z-index: 100;
  width: 5rem;
  height: 5rem;
  display: none;
}
@media (min-width: 1024px) {
  .c-hero__slideshow-controls {
    display: inline-block;
    margin-top: 3.5rem;
  }
}
.c-hero__slideshow-controls button {
  border: 0.2rem solid #2cafff;
  background-color: #2cafff;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: all ease 300ms;
  pointer-events: none;
  border-radius: none;
}
.c-hero__slideshow-controls button:active {
  outline: none;
}
.c-hero__slideshow-controls button:active {
  background-color: transparent;
}
@media (min-width: 769px) {
  .c-hero__slideshow-controls button:hover {
    background-color: transparent;
  }
}
.c-hero__slideshow-controls button.js-is-active {
  pointer-events: all;
  opacity: 1;
}
.c-hero__slideshow-controls button svg {
  opacity: 1;
}
.c-hero__slideshow-controls button[data-js=play] svg {
  animation: opacity-loop 1300ms linear infinite;
  animation-delay: 500ms;
}
.c-hero__slideshow-controls button[data-js=play]:hover svg {
  animation: none;
}
.c-hero__slideshow-controls svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  height: 5rem;
}
/*# sourceMappingURL=hero.bundle.1.2.6.css.map */
