:root {
  --black: #121212;
  --white: white;
  --dark-blue: #0d11e4;
  --yellow: #ffff19;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Termina, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 96px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Termina, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Termina, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
}

p {
  margin-bottom: 0;
}

.hero {
  color: var(--white);
  padding-top: 245px;
  padding-bottom: 245px;
  position: relative;
}

.container-hero {
  max-width: 1069px;
}

.container-hero.position-relative {
  position: relative;
}

.content-section {
  margin-bottom: 0;
}

.head-section-vertical {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-hero {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-bg {
  object-fit: fill;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-bg.is-desktop-visible {
  display: block;
}

.image-bg.is-mobile-visible {
  display: none;
}

.overlay-hero {
  background-color: var(--dark-blue);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.buttons-hero {
  grid-column-gap: 24px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.main-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 12px;
  font-size: 20px;
  line-height: 25.2px;
}

.title-section.width-466px {
  justify-content: center;
  align-items: center;
  width: 466px;
  height: 70px;
  display: flex;
}

.heading-1 {
  text-align: center;
  font-size: 80px;
  line-height: 96px;
}

.experiment {
  margin-top: -122px;
  margin-bottom: 60px;
  position: relative;
}

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

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.box-video-experiment {
  border-radius: 29px;
  position: relative;
  overflow: hidden;
}

.image-responsive {
  color: var(--white);
  mix-blend-mode: normal;
  width: 100%;
}

.video-experiment {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-main {
  max-width: 1303px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-main.position-relative {
  position: relative;
}

.tax {
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.grid-tax {
  grid-column-gap: 166px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2.height-60px {
  line-height: 60px;
}

.size-80px {
  color: var(--dark-blue);
  font-family: Termina, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
}

.description-section.max-width-331px {
  max-width: 331px;
}

.paragraph-large {
  word-break: normal;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}

.bottom-section.margin-top-30px {
  margin-top: 30px;
}

.image-tax {
  margin-bottom: 36px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.bg-footer {
  object-position: 50% 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.head-section-footer {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-title-footer {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.box-logos-footer {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 221px;
  display: flex;
}

.sm-footer {
  width: 157px;
}

.heading-3 {
  color: var(--black);
}

.image-hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-hero-bg.is-desktop-visible {
  display: block;
}

.image-hero-bg.is-mobile-visible {
  display: none;
}

.gridsection-footer {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.emogi-rotate {
  font-size: 64px;
}

.weight-medium {
  font-weight: 500;
}

.paragraph-large-copy {
  word-break: normal;
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: 300;
  line-height: 48px;
  position: relative;
}

.text-span {
  color: var(--yellow);
}

.text-span-2 {
  font-size: 18px;
}

.text-span-3 {
  font-size: 36px;
}

.text-span-4 {
  font-size: 44px;
  line-height: 52px;
}

.box-logos-footer-copy {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 221px;
  display: flex;
}

.drinktoearn {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-span-5 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
}

.text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  color: var(--white);
}

.text-span-10, .text-span-11, .text-span-12 {
  font-weight: 500;
}

.heading-4 {
  text-align: center;
  font-size: 60px;
}

.text-span-14 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .container-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-section.mobile-text-center {
    text-align: center;
  }

  .heading-1 {
    font-size: 70px;
    line-height: 80px;
  }

  .grid-experiment {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-tax {
    grid-column-gap: 50px;
  }

  .head-section-footer {
    flex-direction: column;
  }

  .box-logos-footer {
    margin-top: 100px;
  }

  .gridsection-footer {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .box-logos-footer-copy, .drinktoearn {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .tax {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .grid-tax {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .description-section.max-width-331px {
    max-width: 100%;
  }

  .image-tax {
    margin-bottom: 0;
  }

  .footer {
    padding-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 220px;
  }

  .container-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-section {
    position: static;
  }

  .image-bg.is-desktop-visible {
    display: none;
  }

  .image-bg.is-mobile-visible {
    display: block;
  }

  .buttons-hero {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }

  .title-section {
    margin-bottom: 40px;
  }

  .title-section.width-466px {
    width: 100%;
    height: 100%;
  }

  .heading-1 {
    font-size: 44px;
    line-height: 50px;
  }

  .experiment {
    margin-bottom: 60px;
  }

  .column {
    flex-wrap: nowrap;
  }

  .content-column {
    margin-bottom: 40px;
  }

  .image-responsive {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .container-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tax {
    margin-bottom: 60px;
  }

  .image-tax {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .bg-footer {
    margin-top: 160px;
  }

  .head-section-footer {
    text-align: center;
  }

  .box-logos-footer {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 32px;
  }

  .sm-footer {
    width: 157px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 42px;
  }

  .image-hero-bg.is-desktop-visible {
    display: none;
  }

  .image-hero-bg.is-mobile-visible {
    display: block;
  }

  .gridsection-footer {
    text-align: center;
  }

  .box-logos-footer-copy, .drinktoearn {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 32px;
  }

  .text-span-5 {
    color: rgba(18, 18, 18, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
  }

  .text-span-6 {
    color: var(--black);
  }

  .text-span-13 {
    color: var(--white);
  }

  .heading-4 {
    font-size: 50px;
  }
}

#w-node-_6e68fc39-5f44-6499-845f-5a6c837d2753-4f21a691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a7bb9d64-fbec-52b8-0f78-e417a5cd13df-4f21a691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f088300-9203-0976-de66-892716d0dddc-4f21a691, #w-node-_0f088300-9203-0976-de66-892716d0ddf1-4f21a691 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a7bb9d64-fbec-52b8-0f78-e417a5cd13df-4f21a691 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Termina';
  src: url('../fonts/Termina-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina';
  src: url('../fonts/Termina-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina';
  src: url('../fonts/Termina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina';
  src: url('../fonts/Termina-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina';
  src: url('../fonts/Termina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Termina';
  src: url('../fonts/Termina-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}