@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Light.woff2') format("woff2"), url('../fonts/e-Ukraine-Light.woff') format("woff"), url('../fonts/e-Ukraine-Light.ttf') format("truetype");
  font-weight: 300;
  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.woff') format("woff"), url('../fonts/e-Ukraine-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
}

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

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

@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(--white);
  background-color: #020002;
  font-family: eUkraine, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.35;
}

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

.content {
  padding-bottom: 4rem;
}

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

.container.hero {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.container.mission {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container.nav-box {
  justify-content: flex-start;
  align-items: center;
  height: 8rem;
  display: flex;
}

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

.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;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side, #fff, #a4a4a4);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: bebas, Arial, sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
}

.button {
  background-color: var(--white);
  color: var(--black);
  border: 3px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  padding: 0 4.4rem;
  font-size: 1.9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.button:hover {
  color: var(--white);
  background-color: #fff0;
}

.button.cta-mobile {
  display: none;
}

.button.doc-box {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  align-self: flex-start;
  padding-left: 2.8rem;
  padding-right: 2.3rem;
}

.grid-col-3 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  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-2.gap-s {
  grid-column-gap: .8rem;
  grid-row-gap: 1.6rem;
}

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

.form-button {
  background-color: var(--white);
  color: var(--black);
  border: 3px solid #fff;
  border-radius: 40px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 6.4rem;
  margin-top: 3.5rem;
  padding: 0 4.4rem;
  font-size: 1.9rem;
  font-weight: 400;
  transition: all .2s ease-out;
  display: flex;
}

.form-button:hover {
  color: var(--white);
  background-color: #fff0;
}

.form-button.loading {
  opacity: .3;
  pointer-events: none;
  color: var(--white);
  background-color: #fff0;
  border-color: #19dda8;
}

.radio-bullet {
  aspect-ratio: 1;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 1.6rem;
}

.radio-bullet.checked {
  background-color: #000;
}

.radio-bullet.error {
  border-color: red;
}

.form-box {
  align-self: stretch;
  margin-bottom: 0;
  position: relative;
}

.success-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: left;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input {
  color: var(--white);
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  height: 4.6rem;
  margin-bottom: 0;
  padding: 0;
  font-family: bebas, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2;
}

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

.input.error {
  border-bottom-color: #ff2828;
}

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

.error-code {
  opacity: 0;
  pointer-events: none;
  color: #ffffff80;
  font-size: 8px;
  line-height: 1;
  position: absolute;
  top: 110%;
}

.error-code.show {
  opacity: 1;
}

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

.error-box.show {
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: all .2s;
  display: flex;
}

.form.hide {
  opacity: 0;
  pointer-events: none;
}

.success-box {
  opacity: 0;
  pointer-events: none;
  background-color: #0000;
  padding: 0;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 0;
}

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

.input-label {
  opacity: .4;
  pointer-events: none;
  font-family: bebas, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
}

.input-label.placeholder {
  font-size: 3.2rem;
  line-height: 1.35;
  top: 1.9rem;
}

.radio-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-box {
  z-index: 2;
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: auto;
  margin-bottom: auto;
  display: grid;
  position: relative;
}

.hero-visual {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.card-about {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  letter-spacing: -.04rem;
  background-color: #15181d;
  background-image: url('../images/about-card-blur.png');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 2.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 67rem;
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.card-about.small {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-position: 50% 70%;
  background-size: 120%;
  justify-content: space-between;
  align-items: center;
  height: 28.6rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-about-title {
  letter-spacing: 0;
  padding-right: 10%;
  font-family: bebas, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.opacity-70 {
  opacity: .7;
}

.ellipse-blur {
  z-index: 1;
  filter: blur(130px);
  background-color: #19dda8;
  border-radius: 50%;
  width: 45rem;
  height: 45rem;
  position: absolute;
  bottom: -26rem;
}

.card-about-image {
  z-index: 2;
  width: 45rem;
  height: 45rem;
  position: absolute;
  bottom: -10rem;
}

.card-about-image.small {
  width: 100%;
  height: 20rem;
  position: relative;
  bottom: -2.4rem;
}

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

.opacity-50 {
  opacity: .5;
}

.opacity-40 {
  opacity: .4;
}

.split-type {
  letter-spacing: -.14px;
  width: 90%;
  font-family: bebas, Arial, sans-serif;
  font-size: 7rem;
}

.subtitle {
  margin-bottom: 2.4rem;
  font-family: bebas, Arial, sans-serif;
  font-size: 4rem;
}

.card-case-border {
  border-radius: 2.4rem;
  padding: 3px;
  display: flex;
}

.card-case-box {
  background-color: #020002;
  border-radius: calc(2.4rem - 3px);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 30rem;
  padding: 3.2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.card-case-box.list {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  min-height: auto;
  padding: 2.5rem;
  font-weight: 400;
}

.card-case-box.num-list-item {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 4.6rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 2.5rem;
  font-weight: 400;
  display: flex;
}

.case-title {
  letter-spacing: -.1rem;
  font-family: bebas, Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.case-title.large {
  font-size: 6.4rem;
}

.case-ibox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-icon {
  z-index: 2;
  width: 9.6rem;
  position: relative;
}

.case-icon.large {
  width: 13rem;
}

.space-l {
  height: 20rem;
}

.sticky {
  position: relative;
}

.sticky-card {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  border-radius: 2.4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 64rem;
  padding: 3.2rem;
  display: flex;
  position: sticky;
  top: 4rem;
  overflow: clip;
}

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

.list-line {
  background-color: #2d323a;
  width: 100%;
  height: 1px;
}

.space-m {
  height: 8rem;
}

.num-list-align {
  display: flex;
}

.num-list-align.top {
  margin-bottom: auto;
}

.num-list-bullet {
  flex: none;
  width: 4.6rem;
}

.case-blur {
  z-index: 1;
  pointer-events: none;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: -1rem;
  left: -1rem;
}

.case-blur.large {
  width: 19rem;
  height: 20rem;
  top: 0;
  left: 0;
}

.case-blur.large.nth2 {
  opacity: .8;
  width: 21rem;
  height: 21rem;
  top: -1rem;
  left: -1rem;
}

.card-exp {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #15181d;
  border-radius: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.6rem;
  padding: 2.4rem 2.4rem 2.4rem 2.8rem;
  font-weight: 400;
  display: flex;
}

.exp-num {
  letter-spacing: -.2rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#4b0798 41%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  margin-bottom: .8rem;
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.exp-num.nth2 {
  background-image: linear-gradient(#3e093b 27%, #a9039e 54%, #fff);
}

.exp-num.nth3 {
  background-image: linear-gradient(#07366a 27%, #0182cc 54%, #fff);
}

.grid-col-4 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3.2rem;
}

.about-card-small-text {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side, #fff, #a4a4a4);
  -webkit-background-clip: text;
  background-clip: text;
  align-self: stretch;
  margin-top: 2.4rem;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

.form-card {
  grid-column-gap: 11.5rem;
  grid-row-gap: 11.5rem;
  border-radius: 2.4rem;
  justify-content: flex-start;
  align-items: center;
  height: 66rem;
  margin-top: 10rem;
  padding-left: 12.7rem;
  padding-right: 12rem;
  display: flex;
}

.form-card.small {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  height: auto;
  margin-top: 0;
  padding: 4rem 10rem 4rem 8rem;
}

.form-img {
  z-index: 2;
  width: 45rem;
  height: 45rem;
  margin-bottom: 1.6rem;
  position: relative;
}

.form-wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.input-box {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 6.4rem;
  margin-bottom: 2.8rem;
  display: flex;
  position: relative;
}

.input-cv-descr {
  opacity: .8;
  position: absolute;
  top: calc(100% + .8rem);
}

.form-email-link-box {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  margin-top: 3rem;
  font-size: 1.4rem;
  display: flex;
}

.form-email-link {
  font-size: 2rem;
  text-decoration: none;
}

.form-email-link:hover {
  text-decoration: underline;
}

.spline {
  z-index: 1;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav {
  background-color: #020002;
  width: 100%;
  position: fixed;
}

.navlink {
  color: #ffffff80;
  margin-left: 3.2rem;
  margin-right: 3.2rem;
  padding: 2rem 0;
  transition: all .2s ease-in;
}

.navlink:hover {
  color: #fff;
}

.navlink.last {
  margin-right: 0;
  padding-right: 0;
}

.navlink.last.w--current {
  color: #ffffff80;
}

.nav-logo-box {
  margin-right: auto;
}

.nav-logo {
  height: 4.4rem;
}

.anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: -6rem;
}

.nav-button-box {
  display: none;
}

.pageloader {
  z-index: 99999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 20px;
  display: none;
  position: fixed;
  inset: 0;
}

.loader-bg {
  transform-origin: 50%;
  background-color: #020202;
  position: absolute;
  inset: 0;
}

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

.hero-description {
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle farthest-side, #fff, #a4a4a4);
  -webkit-background-clip: text;
  background-clip: text;
  width: 57rem;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.35;
}

.link-img {
  width: 34rem;
}

.doc-box-content {
  flex-flow: column;
  display: flex;
}

.doc-box-titlre {
  font-family: bebas, Arial, sans-serif;
  font-size: 5.6rem;
  line-height: 1.1;
}

.btn-icn {
  width: 2.4rem;
}

.doc-box-descr {
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}

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

  .container.mission {
    height: auto;
    min-height: 100vh;
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

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

  .button {
    border-width: 0;
  }

  .button:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .button.cta-mobile {
    margin-top: 2rem;
    display: flex;
  }

  .button.cta-desktop {
    display: none;
  }

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

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

  .form-button {
    border-width: 0;
    margin-top: 5rem;
  }

  .form-button:hover {
    background-color: var(--white);
    color: var(--black);
  }

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

  .hero-box {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
  }

  .hero-content {
    z-index: 2;
    margin-bottom: 10rem;
    position: relative;
  }

  .card-about-image.small {
    height: 21rem;
  }

  .subtitle {
    margin-bottom: 1.6rem;
  }

  .space-l {
    height: 16rem;
  }

  .sticky {
    margin-bottom: 4rem;
  }

  .sticky-card {
    min-height: auto;
    margin-bottom: 0;
    position: static;
  }

  .space-m {
    height: 6rem;
  }

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

  .form-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    height: 84rem;
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .form-card.small {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-img {
    align-self: flex-start;
    width: 24rem;
    height: 24rem;
  }

  .form-wrapper {
    flex: none;
  }

  .form-email-link-box {
    margin-top: 4rem;
  }

  .navlink {
    text-align: center;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    font-size: 2.2rem;
  }

  .navlink.last {
    margin-right: 3.2rem;
  }

  .nav-logo-box.w--current {
    padding-left: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #020002;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-button-box {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .link-img {
    width: 21rem;
    margin-left: -3rem;
  }
}

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

  .container.hero {
    min-height: auto;
  }

  .container.mission {
    height: auto;
    min-height: 100vh;
  }

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

  .h1 {
    font-size: 7.7rem;
  }

  .button.cta-mobile {
    margin-top: 2rem;
  }

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

  .grid-col-2 {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

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

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

  .card-about {
    height: 63rem;
    padding-top: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .card-about.small {
    height: 25rem;
  }

  .card-about-title {
    font-size: 3.5rem;
  }

  .card-about-image.small {
    height: 16rem;
  }

  .split-type {
    font-size: 4.8rem;
  }

  .card-exp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .form-card.small {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .navlink {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 2rem;
  }

  .nav-logo-box {
    padding-left: 0;
  }

  .nav-button-box {
    padding-bottom: 4rem;
  }

  .hero-description {
    width: auto;
    font-size: 2.2rem;
  }
}

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

  .container.hero {
    overflow: clip;
  }

  .button {
    height: 5.6rem;
  }

  .button.hero {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
    display: flex;
    position: absolute;
    bottom: 2rem;
    right: 0;
  }

  .button.hero.alt {
    position: static;
  }

  .button.nav-button {
    flex: 1;
  }

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

  .grid-col-2.gap-s {
    grid-row-gap: .8rem;
  }

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

  .form-button {
    align-self: stretch;
    margin-top: 8rem;
  }

  .hero-box {
    padding-top: 2rem;
  }

  .hero-content {
    position: relative;
  }

  .card-about {
    height: 64rem;
    margin-bottom: 0;
  }

  .card-about.small {
    height: 28rem;
  }

  .card-about-title {
    padding-right: 0%;
    font-size: 3.4rem;
  }

  .card-about-image {
    width: 29rem;
    height: 29rem;
    bottom: -5.4rem;
  }

  .card-about-image.small {
    height: 22rem;
    bottom: -4rem;
  }

  .card-about-image.small.mobile-small-gap {
    bottom: -1rem;
  }

  .split-type {
    width: 100%;
    font-size: 4.8rem;
  }

  .card-case-box {
    min-height: 32rem;
  }

  .case-title, .case-title.large {
    font-size: 4rem;
  }

  .space-l {
    height: 18rem;
  }

  .sticky {
    margin-bottom: 7.2rem;
  }

  .sticky-card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .card-exp {
    flex-flow: column;
  }

  .exp-num {
    font-size: 6.4rem;
  }

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

  .form-card {
    height: auto;
    margin-top: 18rem;
    padding: 3.2rem 3.2rem 5rem;
  }

  .form-card.small {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .form-img {
    width: 15rem;
    height: 15rem;
  }

  .input-cv-descr {
    font-size: 1.4rem;
  }

  .form-email-link-box {
    margin-top: 3rem;
  }

  .form-email-link {
    font-size: 1.7rem;
  }

  .navlink {
    text-align: left;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
    font-size: 2.8rem;
  }

  .burger {
    width: 3.2rem;
    height: 3.2rem;
  }

  .menu-button {
    padding: 0;
  }

  .nav-menu {
    height: calc(100svh - 8rem);
    padding-top: 3rem;
  }

  .nav-button-box {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .link-img {
    width: 14rem;
    margin-left: -2rem;
  }

  .doc-box-titlre {
    font-size: 4.1rem;
  }
}

#w-node-ed5f9acf-a817-d829-b36d-8e6b404ebd1d-85226284 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d17a1b73-42b0-067e-97b7-4fdac1e90ee9-85226284 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-85226284 {
  align-self: auto;
}

#w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-85226284, #w-node-ef3bbf56-9d30-f901-f9a7-714fdbe91a69-85226284, #w-node-cbed587f-55e8-2939-74c3-cc469ba1ed03-85226284 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-85226284 {
  align-self: auto;
}

#w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-85226284, #w-node-af31794a-2492-6bcc-df5f-7e40432d9584-85226284 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

#w-node-_91955746-14b1-01b2-1fef-dba1251f41a0-85226285, #w-node-a7ad2a90-3528-e1cf-3af3-dbb92dec229f-85226285 {
  justify-self: start;
}

#w-node-ed5f9acf-a817-d829-b36d-8e6b404ebd1d-2ded6151 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d17a1b73-42b0-067e-97b7-4fdac1e90ee9-2ded6151 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-2ded6151 {
  align-self: auto;
}

#w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-2ded6151, #w-node-_0905b012-18a2-c373-7e69-0a0a82530c96-2ded6151, #w-node-_3d9aad7b-ccab-da54-7b9d-2a8758aa52d0-2ded6151, #w-node-cbed587f-55e8-2939-74c3-cc469ba1ed03-2ded6151 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c61164aa-5174-f1d7-b295-948839edb39a-2ded6151 {
  align-self: auto;
}

#w-node-c61164aa-5174-f1d7-b295-948839edb3a6-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3ef-2ded6151, #w-node-_3b07af50-7c88-81dd-b48c-10220f7a6bd6-2ded6151 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-2ded6151 {
  align-self: auto;
}

#w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6cc4-2ded6151, #w-node-af31794a-2492-6bcc-df5f-7e40432d9584-2ded6151 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_124c8b50-7ecb-eb7d-4087-10d5d310891a-85226284 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_151f2d95-3670-5e53-144f-18c895800659-85226284, #w-node-_6c496477-ef19-18bc-d8da-3c2e405dd50f-85226284 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd92c96d-6b8c-50a8-7e0a-00342f61bb1e-85226284, #w-node-_34bfd8a8-a8f8-dc44-06fd-0fbc63285714-85226284, #w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-85226284, #w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-85226284 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_124c8b50-7ecb-eb7d-4087-10d5d310891a-2ded6151 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_151f2d95-3670-5e53-144f-18c895800659-2ded6151, #w-node-_6c496477-ef19-18bc-d8da-3c2e405dd50f-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd92c96d-6b8c-50a8-7e0a-00342f61bb1e-2ded6151, #w-node-d10f415f-ecba-2ea0-cf90-b9dcf116ebf0-2ded6151, #w-node-_34bfd8a8-a8f8-dc44-06fd-0fbc63285714-2ded6151, #w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-2ded6151, #w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb39a-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3a6-2ded6151 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3b07af50-7c88-81dd-b48c-10220f7a6bd6-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-2ded6151 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_151f2d95-3670-5e53-144f-18c895800659-85226284, #w-node-_6c496477-ef19-18bc-d8da-3c2e405dd50f-85226284 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d17a1b73-42b0-067e-97b7-4fdac1e90ee9-85226284, #w-node-cd92c96d-6b8c-50a8-7e0a-00342f61bb1e-85226284, #w-node-_34bfd8a8-a8f8-dc44-06fd-0fbc63285714-85226284, #w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-85226284, #w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-85226284 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8d2440c5-0a62-c64f-6c5a-457e77824063-85226284, #w-node-d6fd63de-c818-490b-25a7-fe68c35cf9c7-85226284, #w-node-a97363d3-80ea-c9c7-ddd0-889477c85893-85226284, #w-node-_5d3848e6-e4a3-b2ad-3707-d3d4a69b8c3e-85226284, #w-node-ef3bbf56-9d30-f901-f9a7-714fdbe91a69-85226284 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-85226284 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c9a-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6ca1-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6ca8-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6caf-85226284 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32c97727-a14d-aa15-5089-172662f66d2d-85226284, #w-node-_23c75429-cbe3-f033-9982-dce8d3bbb49b-85226284, #w-node-b635c891-1bb4-769a-27ca-05d081968d04-85226284, #w-node-ec859c58-2625-c620-2a54-75206b9ac28b-85226284, #w-node-_2c7d400c-6f53-5d0a-17f3-c96b6cd98b8e-85226284, #w-node-a510b1ef-2d3e-1291-99cf-a5ddd9d0c63e-85226284, #w-node-_0846f72f-5590-9f01-ed65-b6c5c6a20366-85226284 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_151f2d95-3670-5e53-144f-18c895800659-2ded6151, #w-node-_6c496477-ef19-18bc-d8da-3c2e405dd50f-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d17a1b73-42b0-067e-97b7-4fdac1e90ee9-2ded6151, #w-node-cd92c96d-6b8c-50a8-7e0a-00342f61bb1e-2ded6151, #w-node-d10f415f-ecba-2ea0-cf90-b9dcf116ebf0-2ded6151, #w-node-_34bfd8a8-a8f8-dc44-06fd-0fbc63285714-2ded6151, #w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-2ded6151, #w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-2ded6151 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8d2440c5-0a62-c64f-6c5a-457e77824063-2ded6151, #w-node-d6fd63de-c818-490b-25a7-fe68c35cf9c7-2ded6151, #w-node-a97363d3-80ea-c9c7-ddd0-889477c85893-2ded6151, #w-node-_5d3848e6-e4a3-b2ad-3707-d3d4a69b8c3e-2ded6151, #w-node-ef3bbf56-9d30-f901-f9a7-714fdbe91a69-2ded6151, #w-node-bf41f073-f874-9077-a3a7-176a7079620d-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c61164aa-5174-f1d7-b295-948839edb39a-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3a6-2ded6151 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c61164aa-5174-f1d7-b295-948839edb3c5-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3cc-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3d3-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3da-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3e1-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3e8-2ded6151, #w-node-_3b07af50-7c88-81dd-b48c-10220f7a6bd6-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-2ded6151 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c9a-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6ca1-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6ca8-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6caf-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6cb6-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6cbd-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32c97727-a14d-aa15-5089-172662f66d2d-2ded6151, #w-node-_23c75429-cbe3-f033-9982-dce8d3bbb49b-2ded6151, #w-node-b635c891-1bb4-769a-27ca-05d081968d04-2ded6151, #w-node-ec859c58-2625-c620-2a54-75206b9ac28b-2ded6151, #w-node-_2c7d400c-6f53-5d0a-17f3-c96b6cd98b8e-2ded6151, #w-node-a510b1ef-2d3e-1291-99cf-a5ddd9d0c63e-2ded6151, #w-node-_0846f72f-5590-9f01-ed65-b6c5c6a20366-2ded6151 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d17a1b73-42b0-067e-97b7-4fdac1e90ee9-85226284, #w-node-cd92c96d-6b8c-50a8-7e0a-00342f61bb1e-85226284, #w-node-_34bfd8a8-a8f8-dc44-06fd-0fbc63285714-85226284, #w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-85226284, #w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-85226284 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbed587f-55e8-2939-74c3-cc469ba1ed03-85226284 {
    justify-self: center;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-85226284, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-85226284 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af31794a-2492-6bcc-df5f-7e40432d9584-85226284 {
    justify-self: center;
  }

  #w-node-d17a1b73-42b0-067e-97b7-4fdac1e90ee9-2ded6151, #w-node-cd92c96d-6b8c-50a8-7e0a-00342f61bb1e-2ded6151, #w-node-d10f415f-ecba-2ea0-cf90-b9dcf116ebf0-2ded6151, #w-node-_34bfd8a8-a8f8-dc44-06fd-0fbc63285714-2ded6151, #w-node-_91c14ad3-a497-e8f3-4888-8ce70bc4a89f-2ded6151, #w-node-f9080349-f5b8-6f04-4595-8125a6c507ad-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbed587f-55e8-2939-74c3-cc469ba1ed03-2ded6151 {
    justify-self: center;
  }

  #w-node-c61164aa-5174-f1d7-b295-948839edb39a-2ded6151, #w-node-c61164aa-5174-f1d7-b295-948839edb3a6-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3b07af50-7c88-81dd-b48c-10220f7a6bd6-2ded6151 {
    justify-self: center;
  }

  #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c6f-2ded6151, #w-node-_256cd995-cc9e-bc8c-332a-1062fabe6c7b-2ded6151 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af31794a-2492-6bcc-df5f-7e40432d9584-2ded6151 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'), url('../fonts/e-Ukraine-Light.woff') format('woff'), url('../fonts/e-Ukraine-Light.ttf') format('truetype');
  font-weight: 300;
  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.woff') format('woff'), url('../fonts/e-Ukraine-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bebas';
  src: url('../fonts/bebas.woff2') format('woff2'), url('../fonts/bebas.woff') format('woff'), url('../fonts/bebas.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}