@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Semibold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  font-family: Clashgrotesk, Arial, sans-serif;
  font-size: 2.91rem;
  line-height: 1.15;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.61rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.95rem;
  font-weight: 700;
  line-height: .95;
}

p {
  margin-bottom: 0;
}

label {
  margin-bottom: .53rem;
  font-size: .79rem;
  font-weight: 500;
  line-height: 2;
  display: block;
}

.bg-black {
  background-color: #000;
}

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

.section.hero-sec {
  padding-top: 5.5rem;
}

.section.hero-sec.splash-hero-sec {
  height: 100vh;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 1.32rem 1.32rem 0;
}

.container.footer-container {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 26.46rem;
  display: flex;
}

.container.splash-container {
  height: 100%;
  padding-bottom: 1.32rem;
}

.container.splash-container.pb0 {
  padding-bottom: 0;
}

.container-inner {
  border-radius: 2.12rem;
  overflow: hidden;
}

.container-inner.hero-container {
  color: #fff;
  text-align: center;
  background-image: url('../images/Rectangle-52-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9.66rem 5rem 6.61rem;
}

.container-inner.hero-container.spash-hero-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
}

.container-inner.why-container {
  color: #000;
  text-align: center;
  background-color: #affb00;
  padding: 10.58rem 11rem 10.38rem;
}

.container-inner.how-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.container-inner.brands-cont {
  background-color: #fff;
  padding-top: 1.98rem;
  padding-bottom: 1.98rem;
}

.container-inner.contact-cont {
  background-color: #fff;
  padding: 3.31rem 1.32rem;
}

.container-inner.nav-cotnainer {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  justify-content: space-between;
  align-items: center;
  padding: 1.19rem 1.98rem 1.19rem 1.32rem;
  transition: all .3s;
  display: flex;
}

.container-inner.nav-cotnainer.hwm {
  background-color: #fff;
}

.mt3 {
  margin-top: 1.98rem;
}

.btn {
  color: #000;
  text-align: center;
  background-color: #affb00;
  border-radius: 9999px;
  min-width: 12.57rem;
  padding: .99rem 1.98rem;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1;
}

.btn.mr2 {
  margin-right: 1.32rem;
}

.hero-btns {
  grid-column-gap: 1.32rem;
  grid-row-gap: 1.32rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.98rem;
  display: flex;
}

.text-field {
  color: #000;
  text-align: center;
  border-radius: 999px;
  width: 20rem;
  height: 2.91rem;
  margin-bottom: 0;
  font-size: 1.06rem;
  font-weight: 500;
}

.submit-btn {
  background-color: #fff;
  background-image: url('../images/Group-3-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6.55rem;
  width: 2.91rem;
  height: 2.91rem;
  transition: all .3s;
}

.submit-btn:hover {
  background-color: #affb00;
}

.form {
  grid-column-gap: .66rem;
  grid-row-gap: .66rem;
  display: flex;
}

.hero-form-block {
  margin-bottom: 0;
}

.why-txt-wrap {
  max-width: 65.4rem;
  margin-left: auto;
  margin-right: auto;
}

.why-txt-wrap.why-2 {
  max-width: 68rem;
}

.pretitle {
  margin-bottom: 1.59rem;
  font-size: 1.32rem;
  font-weight: 500;
}

.dt-br {
  display: block;
}

.hero-wrap {
  max-width: 75.07rem;
  margin-left: auto;
  margin-right: auto;
}

.how-txt-wrap {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1.32rem 5rem;
  display: flex;
}

.how-txt-wrap.on-right.padding-less {
  padding-bottom: 3rem;
}

.how-txt-wrap.bg-pink {
  background-color: #ff54ff;
}

.mt5 {
  margin-top: 3.31rem;
}

.fs36 {
  font-size: 2.38rem;
  line-height: 1.1;
}

.swiper-wrapper {
  display: flex;
}

.brand-icon-wrap.brand-slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 1.98rem;
  display: flex;
}

.brand-icon {
  height: 1.46rem;
}

.brand-icon.size-2 {
  height: 2.25rem;
}

.brand-icon.size-3 {
  height: 1.98rem;
}

.brand-icon.size-1 {
  height: 2.5rem;
}

.brands-set {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands-slider-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands-track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mw56 {
  max-width: 37.04rem;
}

.mt2 {
  margin-top: 1.32rem;
}

.form-block {
  margin-top: 5.29rem;
}

.form-2 {
  grid-column-gap: 1.32rem;
  grid-row-gap: 1.32rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.check-group {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.32rem;
  display: flex;
}

.form-group-title {
  margin-bottom: .33rem;
  font-size: 1.59rem;
  font-weight: 700;
}

.radio-button {
  display: none;
}

.radio-label {
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 999px;
  margin-bottom: 0;
  padding: .66rem .79rem;
  font-size: .79rem;
  font-weight: 500;
}

.radio-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: .66rem;
  margin-right: .66rem;
  padding-left: 0;
  display: flex;
}

.mt1 {
  margin-top: .66rem;
}

.textarea {
  border: 1px solid #000;
  border-radius: 1.59rem;
  height: 9.92rem;
  min-height: 7.94rem;
  margin-bottom: 0;
  padding-top: 1.98rem;
  padding-left: .99rem;
  font-size: .79rem;
  font-weight: 500;
}

.input-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 999px;
  height: 2.65rem;
  margin-bottom: .66rem;
  font-size: .79rem;
}

.form-controls {
  grid-column-gap: 3.31rem;
  grid-row-gap: 3.31rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 2.65rem;
  display: grid;
}

.checkbox {
  flex: none;
  width: 1.12rem;
  height: 1.12rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .86rem;
}

.checkbox-label {
  font-size: .79rem;
  line-height: 1.2;
}

.checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.ss-link {
  border: 2px solid #fff;
  border-radius: 1.98rem;
  justify-content: center;
  align-items: center;
  width: 6.88rem;
  height: 6.88rem;
  margin-left: .66rem;
  margin-right: .66rem;
  padding-left: 1.65rem;
  padding-right: 1.65rem;
  display: flex;
}

.ss-link.linkin {
  padding-left: 1.79rem;
  padding-right: 1.79rem;
}

.copyright-txt {
  text-align: center;
  max-width: 29.76rem;
  margin-top: 6.61rem;
  font-size: 1.32rem;
  font-weight: 500;
}

.footer-logo {
  margin-top: 12.83rem;
  margin-bottom: 2.65rem;
}

.no-uline {
  text-decoration: none;
}

.success-message {
  background-color: #fff;
  font-size: 1.46rem;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  margin-left: 2.45rem;
  padding: 0;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.5;
}

.nav-link.w--current {
  color: #000;
}

.nav-logo {
  width: 20.9rem;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  display: flex;
}

.nav-placeholder {
  height: 5.5rem;
}

.section-img {
  background-color: #affb00;
}

.mb-only {
  display: none;
}

.success-message-2 {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.mt4 {
  margin-top: 2.65rem;
}

.ss-icon {
  filter: invert();
}

.div-block {
  display: flex;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5rem;
    line-height: .9;
  }

  h2 {
    font-size: 5rem;
  }

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

  label {
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }

  .section.hero-sec {
    padding-top: 6.7rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.footer-container {
    padding-top: 10rem;
  }

  .container-inner {
    border-radius: 3.2rem;
  }

  .container-inner.hero-container {
    background-image: url('../images/Rectangle-3-2.png');
    background-position: 50%;
    padding: 19rem 2rem 18rem;
  }

  .container-inner.hero-container.spash-hero-container {
    padding: 6rem 1rem 2rem;
  }

  .container-inner.why-container {
    text-align: left;
    padding: 4.5rem 1rem;
  }

  .container-inner.how-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-inner.brands-cont {
    border-radius: 5rem;
  }

  .container-inner.contact-cont {
    padding-top: 4.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-inner.nav-cotnainer {
    text-align: center;
    border-radius: 999rem;
    justify-content: center;
  }

  .mt3 {
    margin-top: 3rem;
  }

  .mt3.mb-mbt2 {
    margin-top: 2rem;
  }

  .btn {
    padding: .8rem 2.5rem;
    font-size: 1.2rem;
    line-height: 2;
  }

  .btn.hero-btn {
    min-width: 19rem;
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: 1.6rem;
  }

  .hero-btns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 3rem;
  }

  .text-field {
    width: 22rem;
    height: 4.4rem;
    font-size: 1.6rem;
  }

  .submit-btn {
    width: 4.4rem;
    height: 4.4rem;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pretitle {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }

  .dt-br {
    display: inline;
  }

  .hero-wrap {
    max-width: none;
  }

  .how-txt-wrap {
    margin-right: 0;
    padding: 4.4rem 1rem 3.5rem;
  }

  .how-txt-wrap.on-right {
    margin-left: 0;
  }

  .how-txt-wrap.on-right.padding-less {
    padding-bottom: 3.5rem;
  }

  .mt5.mb-mt2 {
    margin-top: 2rem;
  }

  .fs36 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .brand-icon-wrap.brand-slide {
    margin-right: 3rem;
  }

  .brand-icon {
    height: 1.6rem;
  }

  .brand-icon.size-2 {
    height: 2.4rem;
  }

  .brand-icon.size-3 {
    height: 2rem;
  }

  .brand-icon.size-1 {
    height: 2.7rem;
  }

  .mt2 {
    margin-top: 2rem;
  }

  .form-block {
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .form-2 {
    grid-template-columns: 1fr;
  }

  .form-group-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }

  .form-group-title.input-title {
    margin-bottom: 1rem;
  }

  .radio-label {
    padding: .75rem 1rem;
    font-size: 1.2rem;
  }

  .radio-wrap {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }

  .textarea {
    min-height: 8rem;
    font-size: 1.2rem;
  }

  .input-field {
    height: 4rem;
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }

  .form-controls {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-columns: 1.1fr;
    margin-top: 1.2rem;
  }

  .checkbox {
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 1.3rem;
  }

  .checkbox-label {
    font-size: 1.2rem;
  }

  .ss-link {
    border-radius: 1rem;
    width: 4.2rem;
    height: 4.2rem;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .ss-link.linkin {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .copyright-txt {
    font-size: 1.2rem;
  }

  .footer-logo {
    margin-top: 10rem;
  }

  .nav-logo {
    width: 37.5rem;
  }

  .nav-menu {
    display: none;
  }

  .mb-br {
    display: block;
  }

  .dt-only {
    display: none;
  }

  .mb-only {
    display: block;
  }

  .success-message-2 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    font-size: 1.4rem;
  }

  .mt4 {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .container, .how-txt-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5764327-3f4e-8a78-f55a-1f4d9f93e73c-85e8e877, #w-node-c5764327-3f4e-8a78-f55a-1f4d9f93e73c-e6b288b0 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}