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

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

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

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

@font-face {
  font-family: PG;
  src: url('../fonts/pg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --footer-margin: 0vh;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-box {
  opacity: 0;
  pointer-events: none;
  letter-spacing: -.1rem;
  background-color: #fff;
  padding: 0;
  font-size: 1.6rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-out;
  display: flex;
  position: absolute;
  inset: 0;
}

.success-box.show {
  opacity: 1;
  pointer-events: auto;
  padding-top: 0;
}

.error-box {
  background-color: #fff;
  margin-top: 0;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.error-box.show {
  letter-spacing: -.1rem;
  display: flex;
}

.form {
  grid-column-gap: 3.8rem;
  grid-row-gap: 3.8rem;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.formbox {
  height: 100%;
  display: block;
  position: relative;
}

.input {
  color: #000;
  border: 0 solid #000;
  border-bottom-width: 2px;
  border-radius: 0;
  margin-bottom: 0;
  padding: .8rem 1.4rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
}

.input:focus {
  border-bottom-color: #000;
}

.input.error {
  border-bottom-color: red;
}

.error-code {
  opacity: 0;
  pointer-events: none;
  color: #979797;
  margin-top: 4px;
  font-size: 8px;
  position: absolute;
  top: 100%;
}

.error-code.show {
  opacity: 1;
  letter-spacing: 0;
}

.section {
  padding-left: 4rem;
  padding-right: 4rem;
}

.section.slider {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.section.s3 {
  padding-top: 12rem;
  padding-bottom: 5rem;
}

.section.s4 {
  background-image: linear-gradient(#00000026, #00000026), linear-gradient(#07090d, #07090d00 10%), url('../images/bg-img_1bg-img.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-top: 5rem;
  padding-bottom: 12rem;
}

.section.s5 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.s6 {
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.section.footer {
  margin-top: var(--footer-margin);
  color: #000;
  height: calc(100vh + 10rem);
  padding-top: 16rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.s2 {
  background-color: #fff;
  height: 500vh;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.section.s1 {
  background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#07090d, #07090d00 19%), url('../images/bg-img_1bg-img.avif');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto 120%;
}

.swiper {
  cursor: grab;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  background-color: #f0caca;
  min-width: 100vw;
  height: 20rem;
}

.swiper-slide.nth1 {
  background-color: #d4d4d4;
}

.body {
  color: #fff;
  letter-spacing: -.2rem;
  background-color: #07090d;
  font-family: eUkraine, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.05;
}

.grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid.s5-cards {
  grid-row-gap: 8rem;
  margin-top: 7rem;
}

.grid.s6-cards {
  grid-row-gap: 4.5rem;
  margin-top: 3.2rem;
}

.title {
  letter-spacing: -.3rem;
  text-transform: uppercase;
  font-size: 5.4rem;
  font-weight: 500;
  position: relative;
}

.title.title-s4 {
  position: sticky;
  top: 4rem;
}

.title.title-s6 {
  margin-right: -9rem;
}

.title.title-s2 {
  color: #000;
  width: 89rem;
}

.title.hero-2 {
  text-align: right;
  margin-left: -8rem;
}

.title.hero-1 {
  width: 98%;
  margin-top: 5rem;
}

.title.hero-3 {
  width: 98%;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.title.hero-4 {
  text-align: left;
  margin-bottom: 20rem;
  margin-right: -6rem;
}

.opacity-60 {
  opacity: .6;
}

.align-right {
  text-align: right;
}

.subtitle {
  letter-spacing: -.05rem;
  text-transform: none;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
}

.subtitle.nth1 {
  margin-top: 1rem;
  top: 0;
  left: 9.5rem;
}

.subtitle.nth2 {
  margin-top: 1rem;
  top: 0;
  left: 0;
}

.subtitle.nth3 {
  margin-top: 1rem;
  top: 0;
  left: -3rem;
}

.subtitle.nth4 {
  margin-top: 1rem;
  top: 0;
  left: 10rem;
}

.subtitle.nth5 {
  margin-top: 1rem;
  top: 0;
}

.subtitle.nth6 {
  color: #fff9;
  margin-top: 2rem;
  top: 100%;
}

.inline-padding-1 {
  margin-left: 6rem;
}

.split-word {
  letter-spacing: -.1rem;
  font-weight: 500;
  line-height: 1.15;
}

.inline-padding-2 {
  margin-left: 21.5rem;
}

.s4-box {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: flex;
}

.s4-box.nth1 {
  margin-top: 11rem;
}

.s4-box.nth2 {
  margin-top: -4rem;
}

.s4-box.nth3 {
  margin-top: 3.2rem;
}

.s4-box.nth4 {
  margin-top: -5rem;
}

.s4-box.nth5, .s4-box.nth6, .s4-box.nth7 {
  margin-top: 13rem;
}

.medium {
  font-weight: 500;
}

.opacity-50 {
  opacity: .5;
}

.box-num {
  font-weight: 500;
}

.inline-padding-3 {
  margin-left: 8rem;
}

.split-word-static {
  letter-spacing: -.1rem;
  font-weight: 500;
  line-height: 1.15;
}

.s5-box {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: flex;
}

.inline-padding-4 {
  margin-left: 22.3rem;
}

.s6-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.light {
  font-weight: 300;
}

.svg-s6 {
  width: 38rem;
  position: absolute;
  top: 80%;
  left: 98%;
}

.svg-s6.plus {
  transform-style: preserve-3d;
  top: -10rem;
  left: 95rem;
}

.nowrap {
  white-space: nowrap;
}

.footer-flex {
  z-index: 2;
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  background-color: #fff;
  height: 100%;
  padding-bottom: 10rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.footer-content {
  grid-column-gap: 20rem;
  grid-row-gap: 20rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-form {
  flex: 1;
  padding-top: 14rem;
}

.footer-title {
  letter-spacing: 0;
  margin-top: -4rem;
  font-family: PG, sans-serif;
  font-size: 13rem;
  font-weight: 400;
  line-height: 1;
}

.footer-mail {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: column;
  display: flex;
}

.mail {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #072161, #1758ff);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: flex-start;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.footer-bg {
  z-index: 1;
  background-image: url('../images/footer-svg-large.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 16rem;
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-sticky {
  margin-top: var(--footer-margin);
  position: relative;
}

.button {
  color: #000;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  background-color: #0000;
  padding: 1.6rem 11.2rem 1.6rem 5.6rem;
  font-size: 1.6rem;
  text-decoration: none;
}

.button.white {
  color: #fff;
}

.button.loading {
  opacity: .3;
  pointer-events: none;
}

.form-button-box {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
}

.form-button-box.white {
  border-top-color: #fff;
  border-bottom-color: #fff;
  align-self: center;
  margin-top: 3.2rem;
}

.svg-form-button {
  pointer-events: none;
  width: 1.6rem;
  transition: all .2s ease-out;
  position: absolute;
  right: 2.4rem;
}

.svg-form-button.ok {
  width: .8rem;
  right: 2.9rem;
}

.form-border {
  pointer-events: none;
  background-color: #000;
  width: 2px;
  height: 8px;
  position: absolute;
}

.form-border.nth3 {
  top: 0;
  right: 6.2rem;
}

.form-border.nth3.white {
  background-color: #fff;
}

.form-border.nth4 {
  bottom: 0;
  right: 6.2rem;
}

.form-border.nth4.white {
  background-color: #fff;
}

.form-border.nth5 {
  top: 0;
  right: 0;
}

.form-border.nth5.white {
  background-color: #fff;
}

.form-border.nth6 {
  bottom: 0;
  right: 0;
}

.form-border.nth6.white {
  background-color: #fff;
}

.form-border.nth1 {
  top: 0;
  left: 0;
}

.form-border.nth1.white {
  background-color: #fff;
}

.form-border.nth2 {
  bottom: 0;
  left: 0;
}

.form-border.nth2.white {
  background-color: #fff;
}

.form-border.nth7 {
  bottom: 2px;
  left: 0;
}

.form-border.nth8 {
  bottom: 2px;
  right: 0;
}

.input-box {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  position: relative;
}

.input-label {
  color: #000000b3;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 3rem;
  font-size: 1.6rem;
  font-weight: 300;
}

.split-word-2 {
  letter-spacing: -.1rem;
  font-weight: 500;
  line-height: 1.15;
}

.slider-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding: 3rem 4rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slider-mask {
  z-index: 2;
  flex: 1;
  display: flex;
  position: relative;
}

.slider-ticker {
  z-index: 1;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  color: #0f0f0f1a;
  white-space: nowrap;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  height: 40vh;
  padding-right: 10rem;
  font-family: PG, sans-serif;
  font-size: 34rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 35vh;
  left: 0;
}

.ticker-text {
  flex: none;
}

.slider-wrapper {
  flex: none;
  display: flex;
}

.slider-slide {
  justify-content: center;
  align-items: center;
  width: calc(100vw - 8rem);
  display: flex;
  position: relative;
}

.slider-image {
  width: 45%;
  margin-bottom: 10%;
}

.s2-box {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  color: #000;
  flex-flow: column;
  width: 26rem;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-screen-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 3.2rem;
  font-family: PG, sans-serif;
  font-size: 19rem;
  font-weight: 400;
  line-height: 1.02;
}

.s1-bg {
  background-color: #fff;
}

.h1-box {
  position: relative;
}

.svg-h1 {
  width: 23rem;
  position: absolute;
  top: 2.5rem;
  right: 11rem;
}

.hero-box {
  margin-top: 1rem;
  margin-bottom: 14rem;
}

.hero-box.nth1, .hero-box.nth2 {
  margin-top: 1rem;
  margin-bottom: 18rem;
}

.hero-box.nth3 {
  margin-top: 0;
  margin-bottom: 11rem;
}

.hero-box.nth4 {
  margin-bottom: 2rem;
}

.hero-box.nth5 {
  margin-top: 0;
  margin-bottom: -3rem;
}

.split-word-3 {
  letter-spacing: -.1rem;
  font-weight: 500;
  line-height: 1.15;
}

.wrap-xl {
  display: block;
}

.loader {
  z-index: 999;
  letter-spacing: .4rem;
  background-color: #07090d;
  justify-content: center;
  align-items: center;
  font-family: PG, sans-serif;
  font-size: 1.6rem;
  display: flex;
  position: fixed;
  inset: 0;
}

.success-content {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-text-box {
  text-transform: uppercase;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.svg-plus {
  width: 1.8rem;
  position: absolute;
}

.svg-plus.nth1 {
  top: 0;
  left: 0;
}

.svg-plus.nth2 {
  bottom: 0;
  left: 0;
}

.svg-plus.nth3 {
  top: 0;
  right: 0;
}

.svg-plus.nth4 {
  bottom: 0;
  right: 0;
}

.lottie {
  z-index: 999;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.inline-padding-5, .inline-padding-6 {
  margin-left: 22.3rem;
}

.nav {
  z-index: 998;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #07090dd9;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 7.6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-logo {
  width: auto;
  height: 4.2rem;
}

.nav-links {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.1rem;
  text-transform: uppercase;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.nav-link.first-child {
  margin-left: auto;
}

.nav-link.last-child {
  margin-right: auto;
}

.nav-button {
  display: none;
}

.awwwards {
  z-index: 99999;
  width: 5.3rem;
  position: fixed;
  bottom: 4rem;
  right: 0;
}

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

.inline-padding-7 {
  margin-left: 21.2rem;
}

.nav-logo--winwin {
  width: auto;
  height: 4.4rem;
}

@media screen and (max-width: 991px) {
  .error-code.show {
    letter-spacing: 0;
  }

  .section.s3 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.s4 {
    padding-bottom: 8rem;
  }

  .section.s5, .section.s6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.footer {
    z-index: 9;
    flex-flow: column;
    height: auto;
    min-height: 100vh;
    padding-top: 8rem;
    display: flex;
  }

  .section.s1 {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(180deg, #07090d, #07090d00 19%), url('../images/bg-img_1bg-img.avif');
    background-size: auto, auto, cover;
  }

  .body {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid.s5-cards {
    grid-row-gap: 6rem;
  }

  .title {
    font-size: 4rem;
  }

  .title.title-s6 {
    margin-right: 0;
  }

  .title.title-s2 {
    width: auto;
  }

  .title.hero-2 {
    margin-left: 0;
  }

  .title.hero-1, .title.hero-3 {
    width: auto;
  }

  .title.hero-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .subtitle.nth2 {
    margin-top: .7rem;
  }

  .subtitle.nth3 {
    left: 15rem;
  }

  .subtitle.nth4 {
    margin-top: .8rem;
    left: 0;
  }

  .subtitle.nth5 {
    margin-top: .8rem;
    top: 0;
    left: 0;
  }

  .subtitle.nth6 {
    margin-top: 2rem;
    top: 100%;
    left: auto;
  }

  .inline-padding-2 {
    margin-left: 14rem;
  }

  .s4-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .s4-box.nth1, .s4-box.nth2, .s4-box.nth3, .s4-box.nth4, .s4-box.nth5, .s4-box.nth6, .s4-box.nth6, .s4-box.nth7 {
    margin-top: 3rem;
  }

  .s5-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .inline-padding-4 {
    margin-left: 23rem;
  }

  .s6-box {
    width: 70%;
  }

  .svg-s6.plus {
    width: 20rem;
    top: -8rem;
    left: auto;
    right: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .footer-flex {
    flex-flow: column;
    flex: 1;
    padding-bottom: 16rem;
  }

  .footer-form {
    padding-top: 0;
  }

  .footer-title {
    width: 39rem;
    margin-top: -2rem;
    margin-bottom: 2rem;
    font-size: 7.7rem;
  }

  .footer-mail {
    position: absolute;
    bottom: 4rem;
  }

  .footer-bg {
    height: 8rem;
  }

  .slider-box {
    height: auto;
    min-height: 100vh;
  }

  .slider-ticker {
    font-size: 19rem;
  }

  .slider-image {
    width: 60%;
  }

  .s2-box {
    width: 60%;
    right: auto;
  }

  .hero-screen-1 {
    height: auto;
    min-height: 100vh;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .h1 {
    font-size: 14rem;
  }

  .svg-h1 {
    width: 16rem;
    right: 9rem;
  }

  .hero-box.nth4, .hero-box.nth5 {
    margin-bottom: -2rem;
  }

  .inline-padding-5, .inline-padding-6 {
    margin-left: 15rem;
  }

  .fix-m-1 {
    width: 49rem;
    margin-bottom: 2rem;
  }

  .nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-links {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 10vh;
    display: none;
  }

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

  .nav-link {
    flex: none;
    font-size: 4rem;
  }

  .nav-link.first-child {
    margin-left: 0;
  }

  .nav-link.last-child {
    margin-bottom: auto;
    margin-right: 0;
  }

  .nav-button {
    background-image: url('../images/nav-open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex: none;
    width: 5.6rem;
    height: 4.2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    right: 4rem;
  }

  .nav-button.opened {
    background-image: url('../images/nav-close.svg');
  }

  .awwwards {
    width: 4.5rem;
  }

  .arrow-text {
    width: 100%;
    display: block;
    transform: rotate(90deg);
  }

  .nav-logo--winwin {
    height: 8rem;
    position: absolute;
    top: calc(100svh - 18rem);
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .section.s5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.footer {
    padding-top: 6rem;
  }

  .body {
    letter-spacing: -.05rem;
    font-size: 1.4rem;
  }

  .grid {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .grid.s5-cards {
    grid-row-gap: 3rem;
    margin-top: 4rem;
  }

  .title {
    font-size: 3rem;
  }

  .title.hero-2 {
    margin-left: 3rem;
  }

  .title.hero-1 {
    margin-top: 0;
  }

  .title.hero-3 {
    margin-top: 10rem;
  }

  .title.hero-4 {
    margin-left: 3rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .subtitle.nth2 {
    margin-top: .6rem;
  }

  .subtitle.nth4 {
    margin-top: .6rem;
    left: 2rem;
  }

  .subtitle.nth5, .subtitle.nth6 {
    margin-top: .6rem;
    left: 0;
  }

  .inline-padding-4 {
    margin-left: 16rem;
  }

  .footer-flex {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .footer-title {
    width: 32rem;
    margin-top: -1rem;
    font-size: 6.3rem;
  }

  .footer-bg {
    height: 6rem;
  }

  .button {
    padding-left: 2.6rem;
    padding-right: 8rem;
    font-size: 1.4rem;
  }

  .button.white {
    font-size: 1.4rem;
  }

  .svg-form-button {
    right: 2rem;
  }

  .svg-form-button.ok {
    right: 2.3rem;
  }

  .form-border.nth3, .form-border.nth4 {
    right: 5.1rem;
  }

  .input-label {
    margin-left: 2rem;
    font-size: 1.4rem;
  }

  .slider-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem 1.6rem;
  }

  .slider-slide {
    justify-content: flex-start;
    align-items: center;
  }

  .slider-image {
    width: 50%;
  }

  .s2-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 40%;
    font-size: 1.2rem;
    right: 5%;
  }

  .hero-screen-1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .h1 {
    margin-bottom: 0;
    font-size: 8rem;
  }

  .svg-h1 {
    width: 9rem;
    top: 1.2rem;
    right: 5rem;
  }

  .hero-box {
    margin-bottom: 10rem;
  }

  .plus {
    width: 40%;
    position: absolute;
  }

  .inline-padding-5 {
    margin-left: 9rem;
  }

  .fix-m-1 {
    width: 46rem;
    margin-top: 6rem;
  }

  .nav {
    padding: 1.6rem;
  }

  .nav-links.show {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 3.8rem;
  }

  .nav-link {
    font-size: 2.2rem;
  }

  .nav-button {
    right: 1.6rem;
  }

  .inline-padding-7 {
    margin-left: 14.5rem;
  }

  .nav-logo--winwin {
    height: 5rem;
    top: calc(100svh - 12rem);
  }
}

@media screen and (max-width: 479px) {
  .success-box {
    padding-bottom: 5.4rem;
  }

  .error-box {
    bottom: 4rem;
  }

  .input {
    padding: .6rem 1rem;
    font-size: 1.4rem;
  }

  .section.s4 {
    background-image: linear-gradient(#00000026, #00000026), linear-gradient(#07090d, #07090d00 10%), url('../images/bg-img_1bg-img.avif');
    background-size: auto, auto, auto 120%;
  }

  .section.s6 {
    padding-bottom: 16rem;
    overflow: clip;
  }

  .section.footer {
    min-height: auto;
    padding-top: 9rem;
    overflow: hidden;
  }

  .section.s1 {
    background-image: linear-gradient(#0000001a, #0000001a), linear-gradient(#07090d, #07090d00 19%), url('../images/bg-img_1bg-img.avif');
    background-size: auto, auto, auto 130%;
  }

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

  .grid.s5-cards {
    grid-row-gap: 4.6rem;
  }

  .title {
    letter-spacing: -.1rem;
  }

  .title.title-s2 {
    margin-top: 3rem;
    font-size: 2.7rem;
  }

  .title.hero-2 {
    margin-left: 0;
  }

  .title.hero-1 {
    margin-top: 10rem;
    margin-bottom: 4rem;
    font-size: 2.9rem;
  }

  .title.hero-3 {
    margin-top: 5rem;
    margin-bottom: 10rem;
    font-size: 2.9rem;
  }

  .title.hero-4 {
    margin-top: 10rem;
    margin-bottom: 12rem;
    margin-left: 0;
  }

  .subtitle.nth1 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    inset: auto 0 100% auto;
  }

  .subtitle.nth2 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    top: auto;
    bottom: 100%;
  }

  .subtitle.nth3 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    inset: auto 0 100% auto;
  }

  .subtitle.nth4 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    inset: auto 0 100% auto;
  }

  .subtitle.nth5 {
    margin-top: .6rem;
    top: 0;
    left: 0;
    right: auto;
  }

  .subtitle.nth6 {
    white-space: normal;
    width: 25rem;
    margin-top: 1rem;
    top: 100%;
    left: 0;
    right: auto;
  }

  .inline-padding-2 {
    margin-left: 3rem;
  }

  .s4-box.nth1 {
    margin-left: 6rem;
  }

  .s4-box.nth3 {
    margin-left: 0;
  }

  .s4-box.nth4 {
    margin-left: 6rem;
    margin-right: 0;
  }

  .s4-box.nth5 {
    margin-right: 8rem;
  }

  .s4-box.nth6 {
    margin-left: 0;
    margin-right: 0;
  }

  .s4-box.nth7 {
    margin-left: 6rem;
    margin-right: 0;
  }

  .box-num {
    font-size: 1.6rem;
  }

  .inline-padding-3 {
    margin-left: 4.5rem;
  }

  .s5-box {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-right: 5rem;
  }

  .inline-padding-4 {
    margin-left: 3rem;
  }

  .s6-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    letter-spacing: -.1rem;
  }

  .s6-box.fix-m-2 {
    width: auto;
    margin-left: 3.3rem;
  }

  .svg-s6.plus {
    margin-top: 0;
    top: -4.6rem;
    right: -4rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .footer-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: none;
    height: 70rem;
  }

  .footer-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: none;
    height: 12rem;
  }

  .footer-title {
    width: auto;
    margin-top: -4.7rem;
    margin-bottom: -6rem;
    font-size: 5.7rem;
  }

  .mail {
    font-size: 2.2rem;
  }

  .footer-bg {
    background-image: url('../images/footer-svg-small.svg');
    height: 9rem;
  }

  .form-button-box.fix-m-3 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .input-box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .input-label {
    margin-left: 1rem;
    font-size: 1.2rem;
  }

  .slider-box {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .slider-ticker {
    font-size: 33rem;
    top: 37vh;
  }

  .slider-slide {
    justify-content: center;
    align-items: flex-start;
    width: calc(100vw - 3.2rem);
    margin-right: 3.2rem;
  }

  .slider-slide.last-child {
    margin-right: -2rem;
  }

  .slider-image {
    width: 100%;
    margin-bottom: 0;
  }

  .s2-box {
    width: auto;
    margin-left: 5rem;
    font-size: 1.4rem;
    right: auto;
  }

  .hero-screen-1 {
    min-height: 100svh;
  }

  .h1 {
    font-size: 6.2rem;
  }

  .h1-box {
    margin-top: auto;
    margin-bottom: auto;
  }

  .svg-h1 {
    width: 7.6rem;
    top: .8rem;
    right: 3.6rem;
  }

  .hero-box.nth3 {
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 5rem;
  }

  .hero-box.nth4 {
    margin-top: 0;
    margin-bottom: 3rem;
    margin-left: 4rem;
  }

  .hero-box.nth5 {
    margin-bottom: 3rem;
    margin-right: 4rem;
  }

  .plus {
    width: 21rem;
    margin-top: -7.5rem;
  }

  .wrap-xl {
    display: inline;
  }

  .success-text-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lottie {
    width: 260vw;
    left: -80vw;
    right: -80vw;
  }

  .inline-padding-5 {
    margin-left: 3rem;
  }

  .inline-padding-6 {
    margin-left: 4rem;
  }

  .fix-m-1 {
    width: auto;
    margin-top: 2rem;
    margin-right: 7rem;
  }

  .nav-logo {
    height: 3.8rem;
  }

  .nav-links.show {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 4rem);
    padding-top: 10svh;
  }

  .nav-link {
    font-size: 2.1rem;
  }

  .nav-button {
    background-size: contain;
    width: 5rem;
    height: 3.8rem;
  }

  .awwwards {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 4rem;
    display: flex;
    bottom: 14rem;
  }

  .code-embed {
    align-self: stretch;
  }

  .nav-logo--winwin {
    height: 4rem;
    top: calc(100svh - 10rem);
  }
}

#w-node-_9ae1afb7-904e-8862-6885-627e9616bc4f-3250ca1c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_50414875-42d8-aebd-9bce-2b9120194381-3250ca1c {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-f42f16d4-7cb6-f10d-3248-0dee0649add4-3250ca1c {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_5500841a-3489-886f-ad82-a0344607c2e9-3250ca1c {
  grid-area: 4 / 3 / 5 / 7;
}

#w-node-c1d90309-a2e3-9c42-01b9-93dd69f1a6f7-3250ca1c {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-e0d9faa6-9ef1-d75b-a21c-4eeada73f65a-3250ca1c {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-_78fb7565-2e37-2ec2-7257-35f2bfb26241-3250ca1c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f6c06a97-1406-f53f-e4b1-d5163598237f-3250ca1c {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-c16de8e6-9087-a51f-d793-082ebaa41cb2-3250ca1c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_7a2950a9-590d-5ff8-9ada-424843bba2f0-3250ca1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4ddc5a0c-f6da-9c8b-c0ed-ef64c4cf04a5-3250ca1c {
  grid-area: 3 / 2 / 4 / 4;
  justify-self: start;
}

#w-node-ff463a6c-0a9a-a70e-953d-ed8e225e8adc-3250ca1c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a53c968f-a2cb-b8f2-35ee-c31526c4feb4-3250ca1c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_33bc98da-47a9-0dbd-c69b-c4b7e81eda7f-3250ca1c {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-df1fabd0-aec3-2dad-b861-93cc08218c1f-3250ca1c {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_892754be-fb67-86ab-a102-2c5fdcbe89c3-3250ca1c {
  grid-area: 5 / 4 / 6 / 6;
}

#w-node-_6db4c23f-d6db-0cef-f942-ac9ec2a38f36-3250ca1c {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-ed92c16e-a7e4-79b9-540d-01be6253341f-3250ca1c {
  grid-area: 7 / 5 / 8 / 7;
}

#w-node-_3f4c07b7-0025-a50f-d6ce-5f0de02485fa-3250ca1c {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-d5afeb28-764e-d1ce-c93b-778adbe9a5d8-3250ca1c {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-e6d5057f-b42a-fbf5-97fe-c86c077b4b5a-3250ca1c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_64813a58-f385-102b-8882-3f945a40dc95-3250ca1c, #w-node-d4854cec-9549-8027-8c9b-f5da92fab39c-3250ca1c, #w-node-a3de8a37-8808-5fa0-750c-f082f14efb93-3250ca1c, #w-node-fa3e336f-8ed8-8fc1-b40d-071754d7524f-3250ca1c, #w-node-_4665186e-bcf9-d40d-73a6-34150e5217fb-3250ca1c, #w-node-_541ee7c4-9b84-991e-46cf-04842b5feccf-3250ca1c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d3adf597-b6ae-79fd-4185-c3e20b327d9e-3250ca1c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d3adf597-b6ae-79fd-4185-c3e20b327da1-3250ca1c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d3adf597-b6ae-79fd-4185-c3e20b327da2-3250ca1c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d3adf597-b6ae-79fd-4185-c3e20b327dab-3250ca1c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_24350c31-55b0-d2a0-ac01-35d710edaa15-3250ca1c {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3480685e-0489-a432-8358-1223e7867d44-3250ca1c {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_7762c411-366b-9cfe-5caa-3f59afc4a6d6-3250ca1c {
  grid-area: 3 / 3 / 4 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-_9ae1afb7-904e-8862-6885-627e9616bc4f-3250ca1c {
    grid-column: span 2 / span 2;
  }

  #w-node-_50414875-42d8-aebd-9bce-2b9120194381-3250ca1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f42f16d4-7cb6-f10d-3248-0dee0649add4-3250ca1c {
    grid-column: span 2 / span 2;
  }

  #w-node-_5500841a-3489-886f-ad82-a0344607c2e9-3250ca1c, #w-node-c1d90309-a2e3-9c42-01b9-93dd69f1a6f7-3250ca1c, #w-node-e0d9faa6-9ef1-d75b-a21c-4eeada73f65a-3250ca1c, #w-node-f6c06a97-1406-f53f-e4b1-d5163598237f-3250ca1c, #w-node-c16de8e6-9087-a51f-d793-082ebaa41cb2-3250ca1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a2950a9-590d-5ff8-9ada-424843bba2f0-3250ca1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_4ddc5a0c-f6da-9c8b-c0ed-ef64c4cf04a5-3250ca1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff463a6c-0a9a-a70e-953d-ed8e225e8adc-3250ca1c, #w-node-a53c968f-a2cb-b8f2-35ee-c31526c4feb4-3250ca1c, #w-node-_33bc98da-47a9-0dbd-c69b-c4b7e81eda7f-3250ca1c, #w-node-df1fabd0-aec3-2dad-b861-93cc08218c1f-3250ca1c, #w-node-_892754be-fb67-86ab-a102-2c5fdcbe89c3-3250ca1c, #w-node-_6db4c23f-d6db-0cef-f942-ac9ec2a38f36-3250ca1c, #w-node-ed92c16e-a7e4-79b9-540d-01be6253341f-3250ca1c, #w-node-_3f4c07b7-0025-a50f-d6ce-5f0de02485fa-3250ca1c, #w-node-d5afeb28-764e-d1ce-c93b-778adbe9a5d8-3250ca1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6d5057f-b42a-fbf5-97fe-c86c077b4b5a-3250ca1c, #w-node-d3adf597-b6ae-79fd-4185-c3e20b327d9e-3250ca1c, #w-node-d3adf597-b6ae-79fd-4185-c3e20b327da1-3250ca1c {
    grid-column: span 2 / span 2;
  }

  #w-node-d3adf597-b6ae-79fd-4185-c3e20b327da2-3250ca1c, #w-node-d3adf597-b6ae-79fd-4185-c3e20b327dab-3250ca1c, #w-node-_24350c31-55b0-d2a0-ac01-35d710edaa15-3250ca1c, #w-node-_3480685e-0489-a432-8358-1223e7867d44-3250ca1c, #w-node-_7762c411-366b-9cfe-5caa-3f59afc4a6d6-3250ca1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c1d90309-a2e3-9c42-01b9-93dd69f1a6f7-3250ca1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ddc5a0c-f6da-9c8b-c0ed-ef64c4cf04a5-3250ca1c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f42f16d4-7cb6-f10d-3248-0dee0649add4-3250ca1c, #w-node-c1d90309-a2e3-9c42-01b9-93dd69f1a6f7-3250ca1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PG';
  src: url('../fonts/pg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}