@font-face {
  font-family: "Futuracondw 05";
  src: url('../fonts/FuturaCondW05-ExtraBold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futuracondw 05";
  src: url('../fonts/FuturaCondW05-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futuracondw 05";
  src: url('../fonts/FuturaCondW05-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futuracondw 05";
  src: url('../fonts/FuturaCondW05-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --snx__color__primary: white;
  --snx__color__dark: #000;
  --snx__color__highlight: #0ad6dd;
}

h1 {
  color: var(--snx__color__primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 3.5rem;
}

h2 {
  color: var(--snx__color__primary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 3.5rem;
  position: relative;
}

h3 {
  aspect-ratio: auto;
  color: var(--snx__color__primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

h4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

p {
  color: var(--snx__color__primary);
  margin-bottom: 0;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

a {
  color: var(--snx__color__primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.snx__section {
  aspect-ratio: 3 / 2;
  background-color: var(--snx__color__dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.snx__section.snx__section__image {
  aspect-ratio: 3 / 2;
}

.snx__section.snx__section--stage {
  aspect-ratio: auto;
  height: 75vh;
  min-height: 640px;
  max-height: 720px;
}

.snx__section__wrapper {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "."
  / 5fr 5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: start;
  place-items: flex-start start;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.snx__section__wrapper.snx__section__wrapper--reverse, .snx__section__wrapper.snx__section__wrapper--reverse-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 5fr 5fr;
}

.snx__section__wrapper.snx__section__wrapper__features {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.snx__section__wrapper__content {
  grid-column-gap: 64px;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.snx__section__wrapper__content.snx__section__wrapper__content--reverse {
  grid-row-gap: .75rem;
}

.snx__section__wrapper__head {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.snx__heading__02 {
  color: var(--snx__color__primary);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.snx__heading__01 {
  color: var(--snx__color__primary);
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 70px;
}

.snx__section__wrapper__cta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.snx__section__wrapper__cta.snx__section__wrapper__cta--stage {
  z-index: 100;
  margin-top: .75rem;
  position: relative;
}

.snx__section__wrapper__cta.snx__section__wrapper__cta--social {
  grid-column-gap: 1rem;
}

.snx__body {
  background-color: #000;
}

.snx__btn__primary {
  aspect-ratio: auto;
  border: 2px solid var(--snx__color__primary);
  color: var(--snx__color__primary);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 2rem;
  line-height: 24px;
  display: flex;
}

.snx__btn__primary:hover {
  background-color: var(--snx__color__primary);
  color: var(--snx__color__highlight);
}

.snx__btn__primary.close {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.snx__section__divider {
  z-index: 2;
  background-color: var(--snx__color__highlight);
  width: 100%;
  height: 4px;
  position: relative;
}

.snx__section__back {
  z-index: 1;
  aspect-ratio: 3 / 2;
  object-fit: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.snx__section__back.snx__section__back__image__features {
  aspect-ratio: auto;
}

.snx__section__back__image {
  z-index: 1;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: 1000%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  inset: auto auto auto -1%;
  overflow: visible;
}

.snx__section__back__image.snx__section__back__image--reverse {
  height: 100%;
  inset: auto 0 0% auto;
}

.snx__section__back__image.snx__section__back__image--fullwidth {
  height: 100%;
  min-height: 100%;
  inset: auto 0% 0% auto;
}

.snx__section__back__image.snx__section__back__image__intro {
  object-fit: cover;
  left: 0%;
}

.snx__section__back__image.snx__section__back__image__features {
  object-fit: cover;
  bottom: 100px;
  left: 0%;
}

.snx__section__back__overlay {
  z-index: 4;
  aspect-ratio: 3 / 2;
  background-image: linear-gradient(48deg, #000, #00144700 39%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.snx__section__back__overlay.snx__section__back__overlay--reverse {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(277deg, #000000a8, #00000080 28%, #0000 56%);
  background-clip: border-box;
  overflow: visible;
}

.snx__section__back__overlay.snx__section__back__overlay--reverse.snx__section__back__overlay--fullwidth {
  background-image: linear-gradient(318deg, #000, #00000080 42%, #0000 56%);
}

.snx__section__back__overlay.snx__sction__back__overlay--stage {
  background-image: linear-gradient(to top, #000, #00000080 0%, #0000 17%);
}

.snx__section__back__overlay.snx__section__overly--features {
  background-image: linear-gradient(192deg, #0000005e, #00144700 92%, #0000);
}

.snx__stage {
  aspect-ratio: 16 / 9;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.snx__stage.snx__padding {
  grid-column-gap: 0px;
  grid-row-gap: 96px;
  aspect-ratio: 16 / 9;
  max-height: 90vh;
  padding-top: 96px;
  padding-left: 96px;
  padding-right: 96px;
}

.snx__stage__back {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.snx__stage__wrapper {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.snx__stage__wrapper__content {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.snx__stage__back__overlay {
  z-index: 2;
  background-image: linear-gradient(to top, #000, #0000 40%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
}

.snx__section__back__video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image {
  width: 60%;
  margin-bottom: -96px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.snx__section__particle__mover {
  z-index: 2;
  aspect-ratio: 3 / 2;
  mix-blend-mode: lighten;
  background-image: url('../images/PARTICLE.webp');
  background-position: 0 0;
  background-size: cover;
  width: 120%;
  min-height: 120px;
  position: absolute;
  inset: 0 auto auto 0%;
}

.snx__section__back__particle {
  z-index: 3;
  aspect-ratio: 3 / 2;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.snx__section__back__product {
  z-index: 2;
  aspect-ratio: 3 / 2;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.snx__section__back__product.snx__section__back__product--reverse {
  inset: auto auto 0% 0%;
}

.snx__section__back__image__product {
  object-fit: contain;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto auto 0%;
}

.snx__section__back__image__product.snx__section__back__image__product--reverse {
  inset: auto auto 0% -75px;
}

.snx__section__back__image__product.snx__section__back__image__product--stage {
  max-width: 90%;
  max-height: 100%;
}

.snx__section__inner {
  z-index: 2;
  width: 100%;
  margin-top: 5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.snx__section__inner.snx__section__inner__features {
  text-shadow: 0 1px 30px #000000a3;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.snx__btn__icon {
  border: 1px solid var(--snx__color__primary);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.snx__btn__icon__image {
  width: 32px;
  height: 32px;
}

.snx__modal {
  z-index: 99;
  object-fit: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.snx__modal__background {
  cursor: pointer;
  object-fit: cover;
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.snx__modal__card {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin-top: 10rem;
  margin-left: 6rem;
  margin-right: 6rem;
  display: flex;
  position: relative;
}

.snx__modal__card__header {
  grid-column-gap: .5rem;
  color: #000;
  background-color: #000;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.snx__modal__card__body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.snx__modal__card__inner {
  width: 100%;
  margin-right: 3rem;
  padding-left: 3rem;
  display: block;
}

.button {
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}

.snx__modal__card__body__item {
  grid-column-gap: 40px;
  border-bottom: 2px solid #f2f2f2;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.snx__modal__card__header__image {
  height: 80px;
}

.snx__modal__card__header__details {
  grid-column-gap: 0rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.snx__modal__card__body__item___copy {
  font-family: "Futuracondw 05", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.image-2 {
  min-width: 110px;
  max-width: 110px;
}

.snx__modal__card__body__item__logo__image {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  display: block;
  position: relative;
}

.div-block {
  object-fit: none;
  align-items: center;
  width: 110px;
  max-height: 40px;
  display: flex;
  position: relative;
}

.snx__modal__card__body__item__logo {
  width: auto;
  max-width: 110px;
  height: 32px;
}

.snx__modal__card__body__item__button {
  grid-column-gap: 8px;
  color: #000;
  -webkit-text-stroke-color: #000;
  border: 2px solid #000;
  align-items: center;
  height: 56px;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.2rem;
  display: flex;
}

.snx__modal__card__body__item__button__image {
  width: 32px;
  height: 32px;
}

.snx__modal__card__body__item__button__link {
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.snx__modal__card__header__details__label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Futuracondw 05", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.link-block {
  position: absolute;
  inset: 0% 0% auto auto;
}

.snx__modal__close {
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-2 {
  letter-spacing: -.25px;
}

.link {
  cursor: pointer;
}

.heading-4 {
  color: var(--snx__color__primary);
  font-size: 2rem;
  line-height: 2rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stage-video-modal_container {
  z-index: 300;
  aspect-ratio: auto;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  min-width: auto;
  max-width: 60rem;
  max-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.button-2 {
  color: #373d43;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #373d43;
  padding: .85rem 1rem .8rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.button-2:hover {
  color: #fff;
  background-color: #373d43;
}

.button-2:focus-visible, .button-2[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #5f6469;
}

.button-2.is-negative {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button-2.is-negative:hover {
  color: #373d43;
  background-color: #fefffa;
}

.button-2.is-icon {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-icon.is-negative.is-video-modal {
  z-index: 600;
  position: absolute;
  inset: 3rem 3rem auto auto;
}

.trailer_placeholder {
  z-index: 500;
  aspect-ratio: 16 / 9;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  font-family: "Futuracondw 05", sans-serif;
  display: flex;
  position: relative;
}

.trailer_placeholder-consent-wrapper {
  z-index: 300;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  padding: 4rem;
  display: flex;
  position: absolute;
}

.stage-video-modal_wrapper {
  z-index: 200;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.icon-1x1-small {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.stage-video-modal_click-area {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.text-size-medium {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.snx__video-overlay {
  z-index: 20;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.stage-video-modal_wrapper-2 {
  z-index: 200;
  background-color: #202429f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.paragraph-3, .text-color-black {
  color: #000;
}

.text-ds-settings {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.paragraph-4 {
  font-size: 1.65rem;
  line-height: 2.25rem;
}

.heading-5 {
  color: var(--snx__color__primary);
  font-size: 4rem;
  line-height: 4rem;
}

.snx__section-copy {
  aspect-ratio: 3 / 2;
  background-color: #000f33;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.snx__section-copy.snx__section__image {
  aspect-ratio: 3 / 2;
}

.snx__section-copy.snx__section--stage {
  aspect-ratio: auto;
  height: 75vh;
  min-height: 640px;
  max-height: 720px;
}

.heading-6 {
  font-size: 2rem;
  line-height: 2rem;
}

.image-3 {
  width: 80px;
}

.snx__section__wrapper__feature {
  grid-column-gap: 64px;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.snx__section__wrapper__feature.snx__section__wrapper__content--reverse {
  grid-row-gap: .75rem;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
    line-height: 4rem;
  }

  h2 {
    line-height: 3.5rem;
  }

  .snx__section, .snx__section.snx__section__image {
    aspect-ratio: 16 / 9;
  }

  .snx__section.snx__section--stage {
    aspect-ratio: 16 / 9;
    height: 70vh;
    max-height: 960px;
  }

  .snx__section__wrapper.snx__section__wrapper--reverse, .snx__section__wrapper.snx__section__wrapper--reverse-copy {
    grid-template-columns: 5fr 5fr;
  }

  .snx__section__wrapper__content.snx__section__wrapper__content--reverse {
    grid-row-gap: 1rem;
  }

  .snx__section__wrapper__head {
    grid-row-gap: .5rem;
  }

  .snx__btn__primary {
    height: 64px;
  }

  .snx__btn__primary.close {
    height: 56px;
  }

  .snx__section__back__image {
    left: 0%;
  }

  .snx__section__back__image.snx__section__back__image--reverse {
    height: 100%;
    left: auto;
  }

  .snx__section__back__image.snx__section__back__image--fullwidth {
    height: 120%;
    min-height: 120%;
    right: 0%;
  }

  .snx__section__back__image.snx__section__back__image__intro {
    height: 120%;
    min-height: 120%;
    bottom: 0;
    left: 0%;
  }

  .snx__section__back__image.snx__section__back__image__features {
    height: 120%;
    min-height: 120%;
    top: -280px;
    bottom: 0;
    left: 0%;
  }

  .snx__section__back__overlay.snx__section__back__overlay--reverse.snx__section__back__overlay--fullwidth {
    background-image: linear-gradient(318deg, #000, #00000080 35%, #0000 56%);
  }

  .snx__section__back__image__product {
    max-height: 90%;
    right: -2%;
  }

  .snx__section__back__image__product.snx__section__back__image__product--reverse {
    left: -137px;
  }

  .snx__section__back__image__product.snx__section__back__image__product--stage {
    max-width: 90%;
    right: 5vw;
  }

  .snx__btn__icon {
    border-style: solid;
    border-width: 2px;
  }

  .paragraph-4 {
    font-size: 1.55rem;
  }

  .heading-5 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .snx__section-copy, .snx__section-copy.snx__section__image {
    aspect-ratio: 16 / 9;
  }

  .snx__section-copy.snx__section--stage {
    aspect-ratio: 16 / 9;
    max-height: 960px;
  }

  .snx__section__wrapper__feature.snx__section__wrapper__content--reverse {
    grid-row-gap: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 5.5rem;
    line-height: 5rem;
  }

  h2 {
    font-size: 5rem;
    line-height: 4.5rem;
  }

  a {
    font-size: 1.25rem;
  }

  .snx__section.snx__section--stage {
    height: 85vh;
    max-height: 1024px;
  }

  .snx__section__wrapper {
    z-index: 3;
    grid-template-columns: 5fr 5fr;
  }

  .snx__section__wrapper.snx__section__wrapper--reverse, .snx__section__wrapper.snx__section__wrapper--reverse-copy {
    grid-template-columns: 5fr 5fr;
  }

  .snx__section__wrapper__content {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .snx__section__wrapper__content.snx__section__wrapper__content--reverse {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
  }

  .snx__section__wrapper__head {
    grid-row-gap: 0rem;
  }

  .snx__heading__02 {
    font-size: 28px;
    line-height: 28px;
  }

  .snx__heading__01 {
    font-size: 88px;
    line-height: 80px;
  }

  .snx__section__wrapper__cta {
    grid-column-gap: 1.5rem;
    margin-top: .25rem;
  }

  .snx__btn__primary {
    height: 64px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .snx__section__back {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .snx__section__back__image, .snx__section__back__image.snx__section__back__image--reverse {
    left: 0%;
  }

  .snx__section__back__image.snx__section__back__image--fullwidth {
    height: 128%;
    min-height: 128%;
    right: 0%;
  }

  .snx__section__back__image.snx__section__back__image__features {
    top: -313px;
  }

  .snx__section__back__overlay {
    width: 100%;
    height: 100%;
  }

  .snx__section__back__overlay.snx__section__back__overlay--reverse {
    background-image: linear-gradient(318deg, #000, #00000080 40%, #0000 51%);
  }

  .snx__stage.snx__padding {
    grid-row-gap: 104px;
    padding-top: 104px;
    padding-left: 104px;
    padding-right: 104px;
  }

  .snx__section__back__image__product.snx__section__back__image__product--reverse {
    left: -11%;
  }

  .snx__section__inner {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .snx__btn__icon {
    border: 1px solid var(--snx__color__primary);
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    display: flex;
  }

  .paragraph-2 {
    position: absolute;
  }

  .heading-3 {
    font-size: 5rem;
  }

  .paragraph-4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading-5 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .snx__section__wrapper__feature {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .snx__section__wrapper__feature.snx__section__wrapper__content--reverse {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 6.5rem;
    line-height: 6rem;
  }

  h2 {
    font-size: 6.25rem;
    line-height: 6rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  p {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  a {
    font-size: 1.5rem;
  }

  .snx__section {
    aspect-ratio: 1.85;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
  }

  .snx__section.snx__section__image {
    aspect-ratio: 1.85;
  }

  .snx__section.snx__section--stage {
    aspect-ratio: 1.85;
    height: 85vh;
    max-height: 1280px;
  }

  .snx__section__wrapper {
    grid-template-columns: 5fr 7fr;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .snx__section__wrapper.snx__section__wrapper--reverse, .snx__section__wrapper.snx__section__wrapper--reverse-copy {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .snx__section__wrapper.snx__section__wrapper__features {
    grid-template-columns: 5fr 5fr;
  }

  .snx__section__wrapper__content {
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .snx__section__wrapper__content.snx__section__wrapper__content--reverse {
    grid-row-gap: .75rem;
  }

  .snx__section__wrapper__head {
    grid-row-gap: 0rem;
    display: flex;
  }

  .snx__heading__02 {
    font-size: 34px;
    line-height: 34px;
  }

  .snx__heading__01 {
    font-size: 116px;
    line-height: 104px;
  }

  .snx__section__wrapper__cta {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    margin-top: .5rem;
  }

  .snx__body {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
  }

  .snx__btn__primary {
    height: 72px;
    padding-left: 3rem;
    padding-right: 3rem;
    line-height: 32px;
  }

  .snx__btn__primary.close {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    display: flex;
  }

  .snx__section__divider {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .snx__section__back__image {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .snx__section__back__image.snx__section__back__image--reverse {
    left: 0%;
  }

  .snx__section__back__image.snx__section__back__image--fullwidth {
    height: 110%;
    min-height: 110%;
  }

  .snx__section__back__image.snx__section__back__image__features {
    bottom: 220px;
  }

  .snx__section__back__overlay {
    background-image: linear-gradient(48deg, #000829, #00000080 23%, #0000 42%);
  }

  .snx__stage {
    position: relative;
    overflow: hidden;
  }

  .snx__stage.snx__padding {
    grid-row-gap: 120px;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    max-height: 90vh;
    padding-top: 120px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .snx__stage__back {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .snx__stage__wrapper {
    z-index: 2;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .snx__stage__wrapper__content {
    grid-row-gap: 32px;
  }

  .snx__stage__back__overlay {
    background-image: linear-gradient(16deg, #000, #000 0%, #0000 31%, #0000);
    width: 100%;
    height: 100%;
  }

  .snx__section__back__video {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .image {
    pointer-events: none;
    width: 56%;
    margin-bottom: -120px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .snx__section__back__product {
    width: 100%;
    height: 100%;
  }

  .snx__section__back__product.snx__section__back__product--stage {
    display: flex;
  }

  .snx__section__back__image__product.snx__section__back__image__product--stage {
    inset: auto 15vw 0% auto;
  }

  .snx__section__inner {
    margin-top: 6.5rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .paragraph-4 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .heading-5 {
    font-size: 6rem;
    line-height: 5.75rem;
  }

  .snx__section-copy {
    aspect-ratio: 1.85;
    overflow: hidden;
  }

  .snx__section-copy.snx__section__image {
    aspect-ratio: 1.85;
  }

  .snx__section-copy.snx__section--stage {
    aspect-ratio: 1.85;
    height: 90vh;
    max-height: 1280px;
  }

  .snx__section__wrapper__feature {
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .snx__section__wrapper__feature.snx__section__wrapper__content--reverse {
    grid-row-gap: .75rem;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 5rem;
    line-height: 4.5rem;
  }

  h4 {
    font-size: 2.5rem;
  }

  p {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .snx__section, .snx__section.snx__section__image {
    aspect-ratio: auto;
  }

  .snx__section.snx__section--stage {
    aspect-ratio: 4 / 5;
    background-color: var(--snx__color__dark);
    height: 70vh;
    min-height: 560px;
    max-height: 720px;
  }

  .snx__section__wrapper {
    margin-top: -14rem;
  }

  .snx__section__wrapper.snx__section__wrapper--reverse, .snx__section__wrapper.snx__section__wrapper--reverse-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .snx__section__wrapper.snx__section__wrapper__features {
    grid-template-columns: 5fr;
    margin-top: 0;
  }

  .snx__section__wrapper__content {
    grid-row-gap: .75rem;
  }

  .snx__section__wrapper__head {
    grid-row-gap: 0rem;
  }

  .snx__section__wrapper__cta {
    margin-top: .75rem;
  }

  .snx__section__wrapper__cta.snx__section__wrapper__cta--social {
    grid-column-gap: 1rem;
    margin-top: .5rem;
  }

  .snx__btn__primary {
    height: 64px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .snx__section__divider {
    height: 4px;
  }

  .snx__section__back {
    aspect-ratio: 1;
    object-fit: cover;
    position: relative;
  }

  .snx__section__back.snx__section__back--video {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    min-height: 0;
    position: absolute;
    bottom: auto;
    right: auto;
  }

  .snx__section__back.snx__section__back__image__features {
    position: absolute;
  }

  .snx__section__back__image {
    width: auto;
    min-width: 100%;
    height: 100%;
    inset: auto -13% 0% auto;
  }

  .snx__section__back__image.snx__section__back__image--reverse {
    height: 100%;
    left: -41%;
  }

  .snx__section__back__image.snx__section__back__image--fullwidth {
    height: 100%;
    left: -31%;
  }

  .snx__section__back__image.snx__section__back__image__intro {
    left: -38%;
  }

  .snx__section__back__overlay {
    background-image: linear-gradient(0deg, var(--snx__color__dark), #00144700 40%, #0000);
  }

  .snx__section__back__overlay.snx__section__back__overlay--reverse {
    background-image: linear-gradient(0deg, var(--snx__color__dark), #00000080 17%, #0000 53%);
  }

  .snx__section__back__overlay.snx__section__back__overlay--reverse.snx__section__back__overlay--fullwidth {
    background-image: linear-gradient(to top, #000, #00000080 15%, #0000 56%);
  }

  .snx__stage.snx__padding {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    aspect-ratio: 1;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .snx__section__back__video {
    object-fit: cover;
    min-height: 100%;
  }

  .snx__section__particle__mover {
    background-size: cover;
  }

  .snx__section__back__product.snx__section__back__product--stage {
    display: none;
  }

  .snx__section__back__image__product {
    aspect-ratio: auto;
    object-fit: cover;
    width: 130%;
    min-width: 100%;
    max-width: none;
    height: auto;
    max-height: 90%;
    position: absolute;
    inset: 89px -8% 0% auto;
  }

  .snx__section__back__image__product.snx__section__back__image__product--reverse {
    width: 130%;
    left: 36%;
  }

  .snx__section__inner {
    margin-top: 5rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .snx__btn__icon__image {
    width: 28px;
  }

  .snx__modal__card {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .snx__modal__card__header {
    grid-column-gap: .5rem;
  }

  .snx__modal__card__body__item {
    grid-column-gap: 2rem;
  }

  .snx__modal__card__header__details {
    grid-row-gap: .215rem;
  }

  .snx__modal__card__body__item___copy {
    font-size: 1.75rem;
  }

  .snx__modal__card__body__item__logo {
    width: auto;
    height: 32px;
  }

  .snx__modal__card__body__item__button {
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    font-size: 1.5rem;
  }

  .snx__modal__card__header__details__label {
    font-size: 1rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .button-2.is-icon.is-negative.is-video-modal {
    top: 2rem;
    right: 2rem;
  }

  .trailer_placeholder {
    width: auto;
    margin: 2rem;
  }

  .trailer_placeholder-consent-wrapper {
    max-width: 34rem;
    padding: 3rem 2rem;
    font-size: 1rem;
  }

  .stage-video-modal_wrapper, .stage-video-modal_wrapper-2 {
    padding: 2rem;
  }

  .text-ds-settings {
    font-size: 1.25rem;
    line-height: 1.6rem;
  }

  .heading-5 {
    font-size: 5rem;
    line-height: 5rem;
  }

  .snx__section-copy, .snx__section-copy.snx__section__image {
    aspect-ratio: auto;
  }

  .snx__section-copy.snx__section--stage {
    aspect-ratio: 4 / 5;
    min-height: 560px;
  }

  .section {
    background-color: #000f33;
  }

  .snx__section__wrapper__feature {
    grid-row-gap: .75rem;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 4.5rem;
    line-height: 4rem;
  }

  h3 {
    font-size: 1.6rem;
    line-height: 1.75rem;
  }

  p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .snx__section.snx__section__image {
    aspect-ratio: auto;
  }

  .snx__section.snx__section--stage {
    aspect-ratio: auto;
    height: 75vh;
    min-height: 480px;
    max-height: none;
  }

  .snx__section__wrapper {
    margin-top: -10rem;
  }

  .snx__section__wrapper__content {
    grid-row-gap: .5rem;
  }

  .snx__section__wrapper__head {
    grid-row-gap: 0rem;
  }

  .snx__section__wrapper__cta {
    margin-top: .5rem;
  }

  .snx__section__wrapper__cta.snx__section__wrapper__cta--social {
    margin-top: .25rem;
  }

  .snx__btn__primary {
    height: 64px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .snx__section__divider {
    height: 4px;
  }

  .snx__section__back__image {
    min-width: 100%;
    right: -9%;
  }

  .snx__section__back__image.snx__section__back__image--reverse {
    left: -3%;
  }

  .snx__section__back__image.snx__section__back__image--fullwidth {
    height: 100%;
    min-height: 100%;
    left: -33%;
  }

  .snx__section__back__image__product {
    min-width: 100%;
  }

  .snx__section__back__image__product.snx__section__back__image__product--reverse {
    left: 0%;
  }

  .snx__section__inner {
    margin-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .snx__modal__card {
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .snx__modal__card__header {
    padding: 1.5rem;
  }

  .snx__modal__card__body__item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0rem;
    padding: 1.5rem;
  }

  .snx__modal__card__header__image {
    height: 72px;
  }

  .snx__modal__card__header__details {
    grid-row-gap: .125rem;
  }

  .snx__modal__card__body__item___copy {
    font-size: 1.5rem;
  }

  .snx__modal__card__body__item__logo {
    width: auto;
    height: 28px;
  }

  .snx__modal__card__body__item__button {
    height: 56px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .snx__modal__card__body__item__button__link {
    letter-spacing: 1px;
    font-size: 1rem;
  }

  .stage-video-modal_container {
    justify-content: center;
    align-items: stretch;
  }

  .trailer_placeholder {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .trailer_placeholder-consent-wrapper {
    padding: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-5 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .snx__section-copy.snx__section__image {
    aspect-ratio: auto;
  }

  .snx__section-copy.snx__section--stage {
    aspect-ratio: auto;
    height: 85vh;
    min-height: 480px;
    max-height: none;
  }

  .snx__section__wrapper__feature {
    grid-row-gap: .5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3.25rem;
    line-height: 3rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 1.45rem;
    line-height: 1.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  p {
    font-size: 1.45rem;
    line-height: 2rem;
  }

  .snx__section {
    justify-content: flex-end;
    align-items: center;
    overflow: visible;
  }

  .snx__section.snx__section__image {
    aspect-ratio: auto;
  }

  .snx__section.snx__section--stage {
    aspect-ratio: 9 / 16;
    height: 75vh;
    max-height: none;
  }

  .snx__section__wrapper {
    max-width: 84vw;
    margin-top: -11rem;
  }

  .snx__section__wrapper.snx__section__wrapper--reverse, .snx__section__wrapper.snx__section__wrapper--reverse-copy {
    margin-top: -8rem;
  }

  .snx__section__wrapper.snx__section__wrapper__features {
    margin-top: 2rem;
  }

  .snx__section__wrapper__head {
    grid-row-gap: .25rem;
  }

  .snx__section__wrapper__cta {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }

  .snx__section__wrapper__cta.snx__section__wrapper__cta--stage {
    grid-row-gap: 1rem;
  }

  .snx__section__wrapper__cta.snx__section__wrapper__cta--social {
    grid-row-gap: 0rem;
    flex-direction: row;
  }

  .snx__btn__primary {
    white-space: normal;
    width: 100%;
    height: 56px;
  }

  .snx__btn__primary.settings {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .snx__section__divider {
    height: 4px;
  }

  .snx__section__back {
    aspect-ratio: 2 / 3;
  }

  .snx__section__back.snx__section__back__image__features {
    height: 100%;
    position: absolute;
  }

  .snx__section__back__image {
    height: 110%;
    inset: -60px auto 0% -78%;
    overflow: clip;
  }

  .snx__section__back__image.snx__section__back__image--reverse {
    height: 120%;
    display: block;
    top: -112px;
    left: -83%;
    overflow: clip;
  }

  .snx__section__back__image.snx__section__back__image--fullwidth {
    height: 100%;
    min-height: 100%;
    position: relative;
    left: -75%;
  }

  .snx__section__back__image.snx__section__back__image__intro {
    height: 100%;
    min-height: 100%;
    top: 0;
    left: -67%;
  }

  .snx__section__back__image.snx__section__back__image__features {
    aspect-ratio: auto;
    height: 110%;
    min-height: 100%;
    top: auto;
    bottom: -121px;
    left: -176%;
    overflow: visible;
  }

  .snx__section__back__overlay {
    height: 100%;
    top: 0;
  }

  .snx__section__back__overlay.snx__section__back__overlay--reverse {
    height: 100%;
  }

  .snx__section__particle__mover {
    min-height: 100%;
  }

  .snx__section__back__particle {
    display: none;
    inset: 0% auto auto 0%;
  }

  .snx__section__back__product {
    justify-content: flex-end;
    align-items: flex-end;
    top: 0;
    left: 0;
  }

  .snx__section__back__product.snx__section__back__product--reverse {
    justify-content: flex-end;
    align-items: flex-end;
    left: auto;
  }

  .snx__section__back__image__product {
    width: auto;
    height: 80%;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    inset: auto -14% 22px auto;
  }

  .snx__section__back__image__product.snx__section__back__image__product--reverse {
    width: auto;
    height: 80%;
    margin-left: -29px;
    left: 20%;
  }

  .snx__section__inner {
    flex-flow: row;
    justify-content: center;
    margin-top: 4rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    display: flex;
  }

  .snx__section__inner.snx__section__inner__features {
    margin-top: 0;
  }

  .snx__btn__icon {
    width: 56px;
    height: 56px;
  }

  .snx__modal__card {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .snx__modal__card__header {
    grid-column-gap: .5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .snx__modal__card__body__item {
    grid-column-gap: 1rem;
    padding: 1.5rem;
  }

  .snx__modal__card__header__image {
    height: 48px;
  }

  .snx__modal__card__header__details {
    grid-row-gap: 0rem;
  }

  .snx__modal__card__body__item___copy {
    pointer-events: auto;
    display: none;
    position: static;
  }

  .snx__modal__card__body__item__button {
    height: 56px;
  }

  .snx__modal__close {
    width: 24px;
    top: .5rem;
    right: .5rem;
  }

  .heading-3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .stage-video-modal_container {
    max-width: none;
    max-height: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .trailer_placeholder-consent-wrapper {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    height: auto;
    min-height: auto;
    padding: 2rem 1rem;
    position: absolute;
  }

  .stage-video-modal_wrapper {
    padding: 0;
  }

  .text-size-medium, .heading-style-h4 {
    font-size: 1.25rem;
  }

  .stage-video-modal_wrapper-2 {
    padding: 0;
  }

  .heading-5 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .snx__section-copy {
    align-items: center;
  }

  .snx__section-copy.snx__section__image {
    aspect-ratio: auto;
  }

  .snx__section-copy.snx__section--stage {
    aspect-ratio: 9 / 16;
    max-height: none;
  }

  .heading-6 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-3 {
    width: 72px;
  }

  .snx__section__wrapper__feature {
    grid-column-gap: 24px;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_4711d0e8-7561-fd4a-32da-5473f539f91a-db566039 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-db124cd7-f5a4-acb5-b980-17a381009df3-db566039 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1abaf61d-d9a8-3cfa-1494-14c2f311e842-db566039 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_02f2d18b-7826-643d-a05d-1f77da0eb708-db566039 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6b84729e-a89b-313b-a9c5-f63d785763a2-785763a2 {
  grid-column-end: 2;
}

#w-node-_6b84729e-a89b-313b-a9c5-f63d785763a8-785763a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_91f1f102-e610-983d-b1e7-fdacb790464b-b7904643 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1084d699-4cca-1076-2299-7232d28c37e9-d28c37e1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4bb59dbc-9189-601b-d2d5-7ae932e2e771-32e2e76b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fcc3a6d-b4db-b798-c926-bb28adaa4d2d-adaa4d27 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_1084d699-4cca-1076-2299-7232d28c37e9-d28c37e1, #w-node-_6fcc3a6d-b4db-b798-c926-bb28adaa4d2d-adaa4d27 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4711d0e8-7561-fd4a-32da-5473f539f91a-db566039 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-db124cd7-f5a4-acb5-b980-17a381009df3-db566039 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1abaf61d-d9a8-3cfa-1494-14c2f311e842-db566039 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_02f2d18b-7826-643d-a05d-1f77da0eb708-db566039 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6b84729e-a89b-313b-a9c5-f63d785763a8-785763a2, #w-node-_91f1f102-e610-983d-b1e7-fdacb790464b-b7904643 {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_1084d699-4cca-1076-2299-7232d28c37e9-d28c37e1 {
    grid-column-end: 3;
  }

  #w-node-_4bb59dbc-9189-601b-d2d5-7ae932e2e771-32e2e76b {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-_6fcc3a6d-b4db-b798-c926-bb28adaa4d2d-adaa4d27 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Futuracondw 05';
  src: url('../fonts/FuturaCondW05-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracondw 05';
  src: url('../fonts/FuturaCondW05-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracondw 05';
  src: url('../fonts/FuturaCondW05-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futuracondw 05';
  src: url('../fonts/FuturaCondW05-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}