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

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

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

:root {
  --page-bg-fill: #cbcedf;
  --white: white;
  --black: black;
  --btn-stroke-angle: 182;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

@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 {
  background-color: var(--page-bg-fill);
  color: #000;
  font-family: eUkraine, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: none;
  display: inline-block;
}

.wrapper {
  z-index: 2;
  position: relative;
}

.section.empty {
  height: 100vh;
}

.section.service {
  padding-bottom: 25vh;
  overflow: clip;
}

.section.video1, .section.video2 {
  position: relative;
}

.section.hero {
  height: 800vh;
}

.section.tags {
  padding-top: 30rem;
}

.container {
  max-width: none;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.container.tags {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
  display: flex;
}

.container.overview {
  padding-bottom: 10rem;
}

.container.service {
  height: 220vh;
}

.container.video {
  margin-top: -100vh;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.container.faq {
  padding-top: 12rem;
}

.container.hero {
  height: 300vh;
  margin-top: -100vh;
}

.loader {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.loader.show {
  display: flex;
}

.g-style {
  width: 0;
  height: 0;
  position: fixed;
}

.ui-flex-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h1 {
  letter-spacing: -.2rem;
  width: 69rem;
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.h2 {
  letter-spacing: -.2rem;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 4.6rem;
}

.h2.h2-overview {
  margin-bottom: 40rem;
  position: sticky;
  top: 11rem;
}

.h2.h2-video {
  color: #fff;
  position: sticky;
  top: 4rem;
}

.h2.h2-faq {
  width: 50%;
  position: sticky;
  top: 4rem;
}

.h3 {
  font-weight: 400;
}

.h3.h3-overview {
  letter-spacing: -.1rem;
  font-size: 2.4rem;
  line-height: 1.2;
}

.h3.h3-service {
  letter-spacing: -.2rem;
  margin-bottom: 4rem;
  font-size: 4.4rem;
  line-height: 1;
}

.h3.h3-tags {
  letter-spacing: -.2rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.6rem;
  line-height: 1;
}

.h3.h3-tags.no-margin {
  margin-bottom: 0;
}

.button {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.grid-col-3 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-2 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-col-6 {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ui-grid-item {
  background-color: #ffd1d1;
  height: 10rem;
}

.ui-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.auth_wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.auth_form {
  flex-direction: column;
  align-self: center;
  align-items: stretch;
  width: 32rem;
  display: flex;
}

.hidden {
  display: none;
}

.auth_btn {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.auth_input {
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  border: 1px solid #ffffff45;
  border-radius: 100px;
  outline: none;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 300;
}

.auth_input:focus {
  background-color: #ffffff2e;
  border-color: #ffffff4d;
}

.btn-stroke {
  cursor: default;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: .1rem;
  text-decoration: none;
  display: inline-flex;
  overflow: clip;
}

.btn-stroke.btn-hero {
  cursor: auto;
  border-radius: 130px;
  position: relative;
}

.btn-body {
  border-radius: 40px;
  min-height: 6.2rem;
  padding: 2rem 2.4rem 2.2rem;
}

.btn-body.nth-1 {
  background-color: #deebe7;
  background-image: linear-gradient(#ffffff03, #ffffff03);
}

.btn-body.btn-hero {
  background-color: #e2e3ed;
  background-image: linear-gradient(#ffffff03, #ffffff03);
  border-radius: 130px;
  padding: 3rem 8rem;
}

.btn-label {
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
}

.btn-label.label-hero {
  color: #fff;
  transition: color .2s ease-out;
  position: relative;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
}

.global-bg {
  z-index: 1;
  background-color: var(--page-bg-fill);
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.flex {
  flex-flow: column;
  display: flex;
}

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

.overview-emo-box {
  width: 28rem;
  height: 28rem;
  margin-top: -28rem;
  position: sticky;
  top: 27.6rem;
}

.card {
  background-color: #ffffff03;
  border-radius: 3.2rem;
  padding: 3.2rem 3.2rem 4.8rem;
  position: relative;
  overflow: clip;
}

.card.card-overview {
  letter-spacing: -.05rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 44rem;
  height: 30rem;
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
  box-shadow: 0 0 58.7px #0000000d, inset -3px -3px 37px #fff;
}

.card.card-overview.nth1 {
  align-self: flex-start;
}

.card.card-overview.nth2 {
  align-self: flex-end;
}

.card.card-overview.nth3 {
  align-self: flex-start;
}

.card.card-service {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  box-shadow: inset 4px 4px 23.9px #00000024, inset -3px -3px 25.5px #fff, 0 0 58.7px #0000000d;
}

.card.card-video {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  flex-flow: column;
  font-size: 2.2rem;
  font-weight: 400;
  display: flex;
  box-shadow: inset 12px 10px 23.5px #00000014, inset -3px -3px 10.5px #fff;
}

.card.card-faq {
  align-self: stretch;
  padding-top: 2.8rem;
  padding-bottom: 3.2rem;
  padding-left: 4rem;
  transition-property: box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: inset 12px 10px 23.5px #00000014, inset -3px -3px 10.5px #fff;
}

.card.card-faq:hover {
  box-shadow: inset 12px 10px 23.5px #00000014, inset -3px -3px 10.5px #fff, 0 10px 20px #00000021;
}

.card.card-tags {
  border: 1px solid #ffffff26;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem 4rem 5rem;
  display: flex;
  box-shadow: inset 0 4px 36.6px #0000000f;
}

.card.card-tags.nth2 {
  box-shadow: none;
  background-color: #ffffff1a;
}

.card.card-tags.no-padding {
  height: 69.5rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.overview-card-flex {
  align-self: stretch;
  margin-top: -10rem;
}

.glass-img-left {
  z-index: 2;
  background-image: url('../images/glass.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1px 80%;
  width: 1px;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
}

.glass-img-right {
  z-index: 2;
  background-image: url('../images/glass.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1px 80%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 20%;
  right: 0;
}

.glass-img {
  z-index: 2;
  background-image: url('../images/glass.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1px 80%;
  width: 1px;
  position: absolute;
}

.glass-img.left {
  left: 0;
}

.glass-img.left.overview {
  opacity: .6;
  top: 20%;
  bottom: 0;
}

.glass-img.right {
  right: 0;
}

.glass-img.right.overview {
  opacity: .4;
  top: 0;
  bottom: 20%;
}

.emo-img {
  width: 100%;
  position: absolute;
}

.space-overview {
  align-self: stretch;
  height: 0;
}

.flex-service {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: sticky;
  top: 0;
}

.service-visual {
  width: 100rem;
  position: absolute;
  top: 1rem;
  right: -8rem;
}

.srvice-tag {
  color: #fff;
  letter-spacing: -.05rem;
  background-color: #000;
  border-radius: 80px;
  margin-bottom: 3.4rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  display: inline-flex;
}

.service-text {
  letter-spacing: -.05rem;
  font-size: 1.6rem;
  line-height: 1.4;
}

.service-card-flex {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffffff59;
  border-radius: 1rem;
  align-self: stretch;
  margin-top: auto;
  padding: 2rem;
}

.service-card-flex-title {
  letter-spacing: -.08rem;
  font-size: 2.4rem;
  font-weight: 400;
}

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

.video1-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.video-step {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #ffffff80;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
}

.video-em {
  width: 2.6rem;
}

.videoembed {
  cursor: auto;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: clip;
}

.play-video {
  position: absolute;
  inset: 0;
}

.modal {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-body {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16rem;
  padding-right: 16rem;
  display: flex;
}

.video-frame {
  align-self: anchor-center;
  flex: 1;
}

.play-mobile, .close-mobile {
  display: none;
}

.plus {
  background-color: #fff;
  width: 2px;
  height: 2.4rem;
  position: absolute;
}

.minus {
  background-color: #fff;
  width: 2.4rem;
  height: 2px;
  position: absolute;
}

.faq-answer {
  text-align: left;
  border-bottom: 1px #cfcfcf;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.faq-question {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  letter-spacing: -.1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.faq-item-box {
  background-color: #1c1c1c;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.p-m-wrap {
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  position: relative;
}

.faq-p {
  letter-spacing: -.05rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}

.faq-p.bold {
  font-weight: 500;
}

.accordion-wrap {
  border-radius: 3.2rem;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: visible;
}

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

.faq-answer-space {
  flex: none;
  height: 4.4rem;
}

.faq-answer-space.small {
  height: 2rem;
}

.faq-list-item {
  margin-bottom: 1rem;
}

.faq-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 3rem;
}

.faq-items {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  display: flex;
}

.footer {
  border-top: 2px solid #0000001a;
  margin-top: 19rem;
  padding-top: 10rem;
  padding-bottom: 4.8rem;
}

.footer-flex {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  justify-content: flex-start;
  align-items: center;
}

.footer-social--box {
  grid-column-gap: 1.2rem;
  margin-left: auto;
  display: flex;
}

.soc-link {
  justify-content: flex-start;
  align-items: stretch;
  width: 4rem;
  height: 4rem;
  transition: all .15s ease-in;
  display: flex;
}

.soc-link:hover {
  padding: 2px;
}

.footer-logo {
  height: 8.4rem;
}

.partner-logo {
  height: 7.6rem;
  margin-top: 17rem;
}

.hero-visual {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: clip;
}

.hero-img {
  width: 167rem;
}

.hero-img-box {
  position: relative;
  top: 12rem;
  left: 45rem;
}

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

.hero-description {
  width: 52rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  font-weight: 400;
  line-height: 1.4;
}

.btn {
  color: #fff;
  background-color: #000;
  font-size: 1.8rem;
  font-weight: 400;
}

.hero-btn-black {
  background-color: #000;
  transition: opacity .2s ease-out;
  position: absolute;
  inset: 0;
}

.runline {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 300vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.runline-text {
  flex: none;
  margin-left: 100%;
  font-size: 8.4rem;
  font-weight: 400;
  position: sticky;
  top: 20vh;
}

.phonebox {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 200vh;
  display: flex;
}

.iphone {
  pointer-events: none;
  height: 12rem;
  position: fixed;
  top: 20vh;
  transform: translate(-2rem);
}

.tags-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  align-self: stretch;
  margin-bottom: 18rem;
  display: flex;
}

.tags-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.tags-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
}

.tags-item.doc {
  margin-top: auto;
}

.tags-num {
  aspect-ratio: 1;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.2rem;
  font-size: 1.6rem;
  display: flex;
}

.check {
  width: 6.2rem;
  height: 6.2rem;
}

.tag-img {
  position: absolute;
}

.tag-img.nth1 {
  width: 15.5rem;
  top: 8.5rem;
  left: 29.4rem;
}

.tag-img.nth2 {
  width: 9.5rem;
  top: 22rem;
  left: 40rem;
}

.tag-img.nth3 {
  width: 4.9rem;
  top: 30.5rem;
  left: 29.3rem;
}

.tag-img.nth4 {
  width: 10.9rem;
  top: 38.4rem;
  left: 44.9rem;
}

.tag-img.nth5 {
  width: 4.2rem;
  top: 11.7rem;
  left: -3.9rem;
}

.tag-img.nth6 {
  width: 27.5rem;
  bottom: -3.3rem;
  right: 0;
}

.doc-1, .doc-2 {
  width: 100%;
}

.nav {
  z-index: 9;
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-box {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 10rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-logo {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  color: #fff;
  height: 5.4rem;
  display: flex;
  position: absolute;
}

.nav-link_box {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.nav-link_item {
  color: #000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
}

.nav-link_item:hover, .nav-link_item.w--current {
  color: #00000080;
}

.btn-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  background-color: #1de16b;
  align-self: stretch;
  padding-top: 3.8rem;
  padding-bottom: 3.8rem;
  font-size: 2.4rem;
}

.btn-2:hover {
  background-color: #fff;
}

.page-loader {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader-code {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .section.service {
    padding-bottom: 0;
  }

  .container {
    max-width: none;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .container.overview {
    height: 180rem;
  }

  .container.service {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .container.video {
    margin-top: 0;
    padding-top: 9rem;
    padding-bottom: 16rem;
  }

  .container.faq {
    padding-top: 11rem;
  }

  .ui-flex-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 5.6rem;
  }

  .h2.h2-overview {
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
    top: auto;
  }

  .h2.h2-video {
    text-align: center;
    margin-bottom: 50rem;
    font-size: 4.2rem;
    position: static;
  }

  .h2.h2-faq {
    width: auto;
    margin-bottom: 4rem;
    position: static;
  }

  .grid-col-3, .grid-col-2, .grid-col-6 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .btn-stroke.btn-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .flex.overview {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
    position: sticky;
    top: 0;
    overflow: clip;
  }

  .overview-emo-box {
    order: 9999;
    width: 20rem;
    height: 20rem;
    margin-top: 0;
    margin-bottom: 4rem;
    position: relative;
    top: auto;
  }

  .card.card-overview {
    flex: none;
    width: calc(60vw - 3.2rem);
    height: 27rem;
  }

  .overview-card-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: row;
    order: 1;
    margin-top: 0;
    margin-bottom: 5rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .flex-service {
    flex-flow: column;
    height: auto;
  }

  .service-visual {
    width: 95rem;
    top: 14rem;
    right: auto;
  }

  .service-card-flex {
    margin-top: 10rem;
  }

  .sticky-video1 {
    flex-flow: column;
    display: flex;
  }

  .videoembed {
    aspect-ratio: 16 / 9;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: absolute;
    top: 22rem;
  }

  .play-video {
    aspect-ratio: 16 / 9;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    top: 22rem;
    bottom: auto;
  }

  .modal-video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 80%;
    max-width: 80%;
    height: auto;
    max-height: 90vh;
  }

  .modal-body {
    padding-left: 0;
    padding-right: 0;
  }

  .video-frame {
    align-self: center;
    width: 100%;
  }

  .play-mobile {
    pointer-events: none;
    width: 12rem;
    display: block;
  }

  .close-mobile {
    width: 5rem;
    display: block;
    position: absolute;
    bottom: 4rem;
  }

  .faq-question {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .footer-social--box {
    grid-column-gap: 2rem;
    margin-left: 0;
  }

  .soc-link {
    width: 4.5rem;
    height: 4.5rem;
  }

  .hero-img {
    width: 90rem;
  }

  .hero-img-box {
    top: auto;
    bottom: -55svh;
    left: -4rem;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: center;
    height: 74rem;
    padding-top: 9rem;
  }

  .hero-description {
    text-align: center;
    margin: 4rem auto 6rem;
  }

  .runline-text {
    top: 10vh;
  }

  .iphone {
    top: 10vh;
    transform: none;
  }

  .tags-flex {
    flex-flow: column;
  }

  .nav-box {
    padding: 0;
  }

  .nav-logo {
    z-index: 999;
    padding-left: 0;
    top: 2.8rem;
    left: 2.8rem;
  }

  .nav-link_box {
    background-color: #cbcedf;
    flex-flow: column;
    height: 100vh;
    padding-top: 6rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .nav-link_item {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 3.2rem;
  }

  .btn-2 {
    justify-content: center;
    align-items: center;
    height: 7.2rem;
    display: flex;
  }

  .burger {
    z-index: 999;
    background-image: url('../images/b1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.8rem;
    height: 4.8rem;
    margin-left: auto;
    padding: 0;
    position: absolute;
    top: 2.8rem;
    right: 2rem;
  }

  .burger.w--open {
    background-color: #0000;
    background-image: url('../images/b2.svg');
  }

  .loader-code {
    transform: scale(.7);
  }
}

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

  .container.video {
    padding-bottom: 8rem;
  }

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

  .h1 {
    width: auto;
    font-size: 4.6rem;
  }

  .h2.h2-overview {
    font-size: 3.4rem;
    line-height: 1.2;
  }

  .h2.h2-video {
    margin-bottom: 35rem;
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .h2.h2-faq {
    font-size: 3.9rem;
  }

  .h3.h3-overview {
    font-size: 2rem;
  }

  .h3.h3-service, .h3.h3-tags {
    font-size: 3.9rem;
  }

  .grid-col-3, .grid-col-2, .grid-col-6 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .flex.overview {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .card.card-overview {
    width: calc(60vw - 2.66667rem);
    padding: 2.4rem 2.4rem 3rem;
    font-size: 1.4rem;
  }

  .overview-card-flex {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .service-card-flex {
    margin-top: 6rem;
  }

  .videoembed {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    top: 23rem;
  }

  .play-video {
    top: 23rem;
  }

  .play-mobile {
    width: 7rem;
  }

  .faq-question {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    font-size: 2.2rem;
  }

  .p-m-wrap {
    width: 5rem;
    height: 5rem;
  }

  .faq-p {
    font-size: 1.6rem;
  }

  .nav-link_box {
    padding-top: 2rem;
  }

  .nav-link_item {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    overflow: clip;
  }

  .section.hero {
    height: 250vh;
    overflow: clip;
  }

  .section.tags {
    padding-top: 0;
  }

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

  .container.service {
    height: 175rem;
  }

  .container.video {
    padding-top: 7rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .container.faq {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .container.hero {
    height: 100vh;
  }

  .h1 {
    width: 80%;
    font-size: 4rem;
  }

  .h2.h2-overview {
    font-size: 3.8rem;
  }

  .h2.h2-video {
    margin-bottom: 27rem;
    font-size: 2.9rem;
    line-height: 3.3rem;
  }

  .h2.h2-faq {
    letter-spacing: -.1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .h3.h3-overview {
    font-size: 2.4rem;
  }

  .h3.h3-service, .h3.h3-tags {
    margin-bottom: 2.4rem;
    font-size: 2.8rem;
  }

  .grid-col-3, .grid-col-6 {
    grid-template-columns: 1fr 1fr;
  }

  .auth_form {
    width: 28rem;
  }

  .btn-body {
    padding: 1.4rem 1.6rem 1.5rem;
  }

  .btn-body.nth-1 {
    min-height: 4rem;
  }

  .btn-body.btn-hero {
    min-height: 4rem;
    padding: 2.4rem 6.3rem;
  }

  .btn-label {
    font-size: 1.3rem;
  }

  .btn-label.label-hero {
    font-size: 1.6rem;
  }

  .flex-block {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .flex.overview {
    height: 100vh;
    margin-left: -.8rem;
    margin-right: -.8rem;
  }

  .overview-emo-box {
    margin-top: auto;
    margin-bottom: auto;
  }

  .card.card-overview {
    width: calc(93.3333vw - 1.06667rem);
    font-size: 1.6rem;
  }

  .card.card-overview.nth1 {
    width: calc(93.3333vw - 1.06667rem);
  }

  .card.card-service {
    background-color: #ffffff0d;
    flex: none;
    height: 74rem;
    padding-top: 3.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .card.card-video {
    padding: 2rem 2rem 3rem;
    font-size: 1.8rem;
  }

  .card.card-faq {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .card.card-tags {
    background-color: #ffffff0d;
    flex: none;
    height: auto;
    padding-top: 3.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .card.card-tags.no-padding {
    height: 41rem;
  }

  .overview-card-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-bottom: 0;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .flex-service {
    margin-top: -52rem;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .service-visual {
    width: 60rem;
    position: sticky;
    top: 50vh;
  }

  .srvice-tag {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }

  .service-card-flex {
    margin-top: auto;
  }

  .service-card-flex-title {
    font-size: 2rem;
  }

  .videoembed {
    padding-left: 0;
    padding-right: 0;
    top: 20rem;
  }

  .play-video {
    top: 20rem;
  }

  .modal-video {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .close-mobile {
    bottom: 15%;
  }

  .plus {
    height: 2rem;
  }

  .minus {
    width: 2rem;
  }

  .faq-answer {
    object-fit: fill;
  }

  .faq-question {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    font-size: 1.8rem;
  }

  .p-m-wrap {
    width: 5.4rem;
    height: 5.4rem;
  }

  .faq-p {
    font-size: 1.6rem;
  }

  .faq-answer-space.small {
    height: 1rem;
  }

  .faq-list {
    padding-left: 2rem;
  }

  .footer {
    margin-top: 12rem;
    padding-top: 8.8rem;
    padding-bottom: 2.4rem;
  }

  .footer-social--box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    margin-top: 8rem;
  }

  .soc-link {
    flex: none;
    width: 4.8rem;
    height: 4.8rem;
  }

  .footer-logo {
    height: 6.4rem;
  }

  .partner-logo {
    height: 5.6rem;
    margin-top: 10rem;
  }

  .hero-visual {
    overflow: visible;
  }

  .hero-img-box {
    top: 64svh;
    bottom: auto;
    left: -29rem;
  }

  .hero-content {
    padding-top: 13rem;
  }

  .hero-description {
    width: auto;
    margin-top: 3.2rem;
    margin-bottom: 4rem;
  }

  .runline {
    height: auto;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    position: static;
  }

  .runline-text {
    text-align: center;
    letter-spacing: -.2rem;
    width: 100%;
    margin-left: 0;
    font-size: 3.4rem;
    position: static;
    top: 10rem;
    left: 0;
    right: 0;
  }

  .phonebox {
    height: auto;
    margin-top: 4rem;
    position: static;
  }

  .iphone {
    position: fixed;
    top: 40vh;
  }

  .tags-flex {
    margin-bottom: 9rem;
  }

  .tags-flex.last {
    margin-bottom: 0;
  }

  .tag-img.nth1 {
    width: 11.3rem;
    left: 22.5rem;
  }

  .tag-img.nth3 {
    width: 3.4rem;
    top: 28.6rem;
    left: 23.3rem;
  }

  .tag-img.nth5 {
    left: -4.7rem;
  }

  .tag-img.nth6 {
    width: 18rem;
  }

  .nav {
    max-width: 100vw;
  }

  .nav-box {
    height: 8rem;
  }

  .nav-logo {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    height: 4rem;
    top: 2rem;
    left: 1.6rem;
  }

  .nav-link_box {
    width: 100%;
    max-width: 100vw;
    margin-left: 0;
    padding: 2rem;
    position: static;
    top: 0;
    overflow: clip;
  }

  .nav-link_item {
    align-self: flex-start;
    display: flex;
  }

  .btn-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.9rem;
  }

  .burger {
    top: auto;
    right: 1.6rem;
  }

  .loader-code {
    transform: scale(.8);
  }
}

#w-node-_26bbe145-2382-3919-ad62-2257265542b2-5b347d0f, #w-node-cdf90b3f-a9f5-72b1-1b5d-ce7f4c0eb247-5b347d0f, #w-node-eff8cac4-ee2b-bda3-eacd-d94b83b50992-5b347d0f {
  align-self: start;
}

#w-node-f15ca17c-4a4b-5da9-b39e-cbf84d4d5269-5b347d10, #w-node-_30bb9cbe-5e58-a0f2-f9dc-c7db10e195e6-5b347d10, #w-node-c705282d-09fd-cf28-f326-6d29f972ee1a-5b347d10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Medium.woff2') format('woff2'), url('../fonts/e-Ukraine-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Regular.woff2') format('woff2'), url('../fonts/e-Ukraine-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'), url('../fonts/e-Ukraine-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}