@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Medium.woff2") format("woff2"), url("../fonts/Lufga-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-SemiBold.woff2") format("woff2"), url("../fonts/Lufga-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Regular.woff2") format("woff2"), url("../fonts/Lufga-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Light.woff2") format("woff2"), url("../fonts/Lufga-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Italic.woff2") format("woff2"), url("../fonts/Lufga-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ExtraLight.woff2") format("woff2"), url("../fonts/Lufga-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-ExtraBold.woff2") format("woff2"), url("../fonts/Lufga-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Bold.woff2") format("woff2"), url("../fonts/Lufga-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Black.woff2") format("woff2"), url("../fonts/Lufga-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/Lufga-Thin.woff2") format("woff2"), url("../fonts/Lufga-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Orbitron";
  src: url("../fonts/Orbitron-Black.woff2") format("woff2"), url("../fonts/Orbitron-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #fff;
  font-size: 1.1111111111vw;
  line-height: 1.5277777778vw;
  font-family: "Gilroy", sans-serif;
  position: relative;
  background: url(../images/policy-bg.png) top center/cover;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.6;
  }
}
body.home {
  background: url("../images/hero-bg.png") top right/100% auto no-repeat #000;
}
@media (max-width: 767px) {
  body.home {
    background: url("../images/hero-mobile-bg.png") top center/1440px no-repeat #000;
  }
}
body.no-scroll {
  overflow: hidden;
}

.app {
  flex: 1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 5.5555555556vw;
  padding-right: 5.5555555556vw;
}
@media (max-width: 767px) {
  .container {
    padding: 0 18px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  font-family: "Lufga", sans-serif;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 3.8888888889vw;
  margin-bottom: 2.2222222222vw;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
}

.heading {
  max-width: 45.1388888889vw;
  margin-bottom: 2.9166666667vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .heading {
    max-width: 340px;
    margin-bottom: 44px;
  }
}
.heading__title {
  font-family: "Lufga", sans-serif;
  font-size: 2.2222222222vw;
  line-height: 1.2;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .heading__title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.heading__desc {
  line-height: 1.6;
}
.heading__desc p {
  opacity: 0.75;
}

.tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4166666667vw;
}
@media (max-width: 767px) {
  .tags {
    gap: 6px;
  }
}
.tags li {
  height: 1.6666666667vw;
  border-radius: 100px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  background: linear-gradient(90deg, #0061FB 0%, #0048FF 100%);
  font-weight: 500;
  font-size: 0.8333333333vw;
}
@media (max-width: 767px) {
  .tags li {
    height: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
  }
}

h2 {
  font-weight: 700;
  font-family: "Lufga", sans-serif;
  font-size: 3.0555555556vw;
  line-height: 1;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin-bottom: 8px;
    text-align: center;
  }
}

h3 {
  font-size: 1.6666666667vw;
  line-height: 1.8055555556vw;
  font-weight: 700;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

h4 {
  font-size: 1.3888888889vw;
  line-height: 2.7777777778vw;
  font-family: "Lufga", sans-serif;
  font-weight: 700;
  margin-bottom: 0.2777777778vw;
}
@media (max-width: 767px) {
  h4 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.2;
  }
}

h5 {
  margin-bottom: 1.5972222222vw;
  font-weight: 400;
  font-size: 1.25vw;
  background: linear-gradient(90deg, #0061FB 0%, #2387D1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 23px;
  }
}

.btn {
  height: 3.0555555556vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
  font-weight: 700;
  font-size: 0.9722222222vw;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #0061FB 0%, #2387D1 100%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 220ms ease, filter 220ms ease;
  border: none;
  cursor: pointer;
}
.btn.disabled, .btn:disabled, .btn[disabled] {
  background: #8f97a3;
  color: rgba(255, 255, 255, 0.85);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  filter: none;
  pointer-events: none;
}
.btn.disabled::before, .btn:disabled::before, .btn[disabled]::before {
  opacity: 0;
  transform: none;
}
@media (max-width: 767px) {
  .btn {
    height: 32px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
  }
}
.btn-big {
  height: 4.4444444444vw;
  font-size: 1.1111111111vw;
}
@media (max-width: 767px) {
  .btn-big {
    height: 64px;
    width: 100%;
    font-size: 12px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -40%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-120%) rotate(18deg);
  opacity: 0;
  pointer-events: none;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 97, 251, 0.28);
  filter: saturate(1.05) brightness(1.02);
  background: linear-gradient(90deg, #0A6BFF 0%, #2FA0F2 100%);
}
.btn:hover::before {
  opacity: 1;
  transform: translateX(340%) rotate(18deg);
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 150ms ease;
}
.btn:active {
  transform: translateY(-1px) scale(0.99);
  box-shadow: 0 10px 22px rgba(0, 97, 251, 0.22);
}
.btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
  .btn::before {
    transition: none;
  }
  .btn:hover {
    transform: none;
  }
  .btn:hover::before {
    opacity: 0;
    transform: none;
  }
}

.footer-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  left: 0;
  max-height: inherit;
  z-index: -1;
  pointer-events: none;
}
.logo {
  font-family: "Orbitron", sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.6666666667vw;
  line-height: 1;
}
@media (max-width: 767px) {
  .logo {
    font-size: 20px;
  }
}

.btn-hero {
  height: 3.75vw;
  padding-left: 2.2222222222vw;
  padding-right: 2.2222222222vw;
  font-size: 1.1111111111vw;
}
@media (max-width: 767px) {
  .btn-hero {
    width: 100%;
    height: 54px;
    font-size: 12px;
  }
}

.btn-white {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.body-bg {
  background: url("../images/body-bg.png") top center/cover;
  padding-top: 12.5694444444vw;
}
@media (max-width: 767px) {
  .body-bg {
    padding-top: 144px;
    background: url("../images/noise.png") repeat #000;
  }
}

.home-bg {
  background: url("../images/industries-bg.jpg") bottom center/100% auto no-repeat;
}

.content {
  max-width: 58.6805555556vw;
  margin: 0 auto;
  padding-top: 10.2777777778vw;
  padding-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .content {
    max-width: 100%;
    padding: 50px 18px;
  }
}
.content__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.3888888889vw;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 767px) {
  .content__head {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.content__head h1 {
  margin: 0;
  font-size: 3.75vw;
  line-height: 3.8888888889vw;
}
@media (max-width: 767px) {
  .content__head h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 3px;
  }
}
.content__head time {
  font-size: 0.9722222222vw;
  line-height: 1.9444444444vw;
}
@media (max-width: 767px) {
  .content__head time {
    font-size: 12px;
    line-height: 28px;
  }
}
.content .wp-block-group:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .content .wp-block-group:not(:last-child) {
    margin-bottom: 24px;
  }
}
.content h2 {
  margin-bottom: 0.8333333333vw;
  font-size: 1.25vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .content h2 {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: left;
  }
}
.content h3 {
  font-size: 1.1111111111vw;
  font-weight: 600;
  margin-bottom: 0.5555555556vw;
}
@media (max-width: 767px) {
  .content h3 {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
  }
}
.content ul {
  padding-left: 1.7361111111vw;
}
@media (max-width: 767px) {
  .content ul {
    padding-left: 25px;
  }
}
.content ul:not(:last-child) {
  margin-bottom: 0.5555555556vw;
}
@media (max-width: 767px) {
  .content ul:not(:last-child) {
    margin-bottom: 8px;
  }
}
.content ul li {
  line-height: 1.6;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% - 0.3vw);
  left: 0.35vw;
  font-size: 0.5722222222vw !important;
}
@media (max-width: 767px) {
  .wpcf7-not-valid-tip {
    font-size: 12px !important;
    left: 3px;
    top: 100%;
  }
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.5vw 1vw !important;
  border-radius: 12px;
  border-width: 1px !important;
  font-size: 0.9111111111vw !important;
}
@media (max-width: 767px) {
  .wpcf7 form .wpcf7-response-output {
    padding: 5px 10px !important;
    font-size: 12px !important;
  }
}

.header {
  padding-top: 2.7777777778vw;
}
@media (max-width: 767px) {
  .header {
    padding-top: 32px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header .container {
    gap: 20px;
  }
}
.header__menu {
  list-style: none;
  display: flex;
  gap: 3.75vw;
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}
.header__menu li a {
  font-weight: 500;
  font-size: 0.9722222222vw;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 180ms ease, text-shadow 220ms ease, transform 220ms ease;
}
.header__menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, #0061FB 0%, #2FA0F2 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.header__menu li a:hover {
  color: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
  text-shadow: 0 0 14px rgba(0, 97, 251, 0.55);
}
.header__menu li a:hover::after {
  transform: scaleX(1);
}
.header__menu li a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .header__menu li a {
    transition: none;
  }
  .header__menu li a::after {
    transition: none;
  }
  .header__menu li a:hover {
    transform: none;
  }
}
@media (max-width: 767px) {
  .header .btn {
    margin-left: auto;
  }
}
.header__open-menu {
  display: none;
}
@media (max-width: 767px) {
  .header__open-menu {
    display: flex;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
  }
  .header__open-menu img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.hero {
  padding-top: 10.2777777778vw;
  padding-bottom: 17.0833333333vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    padding-top: 42px;
    padding-bottom: 100px;
  }
}
.hero__wrap {
  max-width: 43.75vw;
}
@media (max-width: 767px) {
  .hero__wrap {
    max-width: 100%;
  }
}
.hero__desc {
  margin-bottom: 2.2222222222vw;
  font-size: 1.25vw;
  line-height: 1.9444444444vw;
}
@media (max-width: 767px) {
  .hero__desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.hero__desc p:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .hero__desc p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.hero__desc p:last-child {
  font-size: 1.1111111111vw;
  line-height: 1.8055555556vw;
}
@media (max-width: 767px) {
  .hero__desc p:last-child {
    font-size: 14px;
    line-height: 1.6;
  }
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 767px) {
  .hero__btns {
    flex-direction: column;
    gap: 10px;
    max-width: 240px;
    margin: 0 auto 14px;
  }
}
.hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5555555556vw;
  list-style: none;
}
@media (max-width: 767px) {
  .hero__tags {
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
}
.hero__tags li {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  height: 2.6388888889vw;
  font-size: 0.9722222222vw;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero__tags li {
    padding-left: 16px;
    padding-right: 16px;
    height: 38px;
    font-size: 11px;
  }
}
.hero__image {
  position: absolute;
  right: 0;
  top: -5.5vw;
  width: 50.2777777778vw;
  display: flex;
  max-width: inherit;
  max-height: inherit;
  pointer-events: none;
}
@media (max-width: 767px) {
  .hero__image {
    display: none;
  }
}
.hero__image-desc {
  position: absolute;
  width: 10.625vw;
  height: 3.75vw;
  gap: 0.2777777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(43px);
  box-shadow: -3px 4px 11.7px 0px rgba(255, 255, 255, 0.1019607843) inset;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .hero__image-desc {
    display: none;
  }
}
.hero__image-desc h6 {
  font-weight: 800;
  font-size: 0.9722222222vw;
  line-height: 1;
}
.hero__image-desc span {
  font-size: 0.6944444444vw;
  line-height: 1;
}
.hero__image-desc-1 {
  top: 5vw;
  right: 21vw;
}
.hero__image-desc-2 {
  top: 12.4vw;
  right: 32vw;
  width: 9.7vw;
}
.hero__image-desc-3 {
  top: 27.6vw;
  right: 39.6vw;
  width: 9vw;
}
.hero__image-desc-4 {
  bottom: 19.8vw;
  right: 36.4vw;
  width: 9.4vw;
}
.hero__image-desc-5 {
  bottom: 9.3vw;
  right: 22vw;
}
.hero__mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero__mobile {
    display: block;
    margin: -110px -18px -125px;
    z-index: -1;
    pointer-events: none;
  }
  .hero__mobile img {
    margin-left: auto;
    display: flex;
    width: 358px;
  }
}

@media (max-width: 767px) {
  .numbers {
    margin-bottom: -72px;
  }
}
.numbers__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875vw;
  text-align: center;
}
@media (max-width: 767px) {
  .numbers__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 340px;
    margin: 0 auto;
  }
}
.numbers__heading {
  font-size: 1.1111111111vw;
  line-height: 1.5277777778vw;
  font-weight: 400;
  margin-bottom: 0.8333333333vw;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .numbers__heading {
    min-height: 26px;
    font-size: 11px;
    line-height: 1.2;
    margin-bottom: 6px;
  }
}
.numbers__value {
  font-size: 3.0555555556vw;
  line-height: 1;
  font-weight: 700;
  font-family: "Lufga", sans-serif;
}
@media (max-width: 767px) {
  .numbers__value {
    font-size: 24px;
    line-height: 40px;
  }
}
.numbers__value--small {
  font-size: 2.2222222222vw;
  line-height: 2.7777777778vw;
}
@media (max-width: 767px) {
  .numbers__value--small {
    font-size: 18px;
    line-height: 40px;
  }
}

.capabilities {
  padding-bottom: 8.5416666667vw;
}
@media (max-width: 767px) {
  .capabilities {
    padding-top: 0;
    padding-bottom: 72px;
    max-width: 340px;
    margin: 0 auto;
  }
}
.capabilities h2 {
  margin-bottom: 0.8333333333vw;
}
.capabilities__top-wrap {
  display: grid;
  gap: 1.3888888889vw;
  grid-template-columns: 1fr 36.25vw;
  margin-bottom: 1.3888888889vw;
}
@media (max-width: 767px) {
  .capabilities__top-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.capabilities__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
}
@media (max-width: 767px) {
  .capabilities__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.capabilities__item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(64px);
  padding: 2.2222222222vw;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 0 1 auto;
  box-shadow: -10px 10px 53px 0px rgba(255, 255, 255, 0.1) inset;
}
@media (max-width: 767px) {
  .capabilities__item {
    padding: 18px 24px;
  }
}
.capabilities__item h3 {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .capabilities__item h3 {
    margin-bottom: 12px;
  }
}
.capabilities__item .tags {
  margin-top: auto;
}
.capabilities__desc {
  line-height: 1.6;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 767px) {
  .capabilities__desc {
    margin-bottom: 32px;
  }
}

.services {
  padding-bottom: 6.5277777778vw;
}
@media (max-width: 767px) {
  .services {
    padding-bottom: 72px;
  }
}
.services h2 {
  margin-bottom: 1.6666666667vw;
}
.services__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.222vw 1.389vw;
  justify-content: center;
}
@media (max-width: 767px) {
  .services__wrap {
    max-width: 340px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services__item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 2.778vw) / 3);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .services__item {
    width: 100%;
  }
}
.services__image {
  display: flex;
  width: 100%;
  height: 12.5vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .services__image {
    height: 140px;
  }
}
.services__content {
  padding-top: 2.2222222222vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
  padding-bottom: 2.3958333333vw;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .services__content {
    padding: 24px 18px 31px;
  }
}
.services__content h3 {
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .services__content h3 {
    margin-bottom: 12px;
  }
}
.services__desc {
  line-height: 1.6;
  margin-bottom: 2.9513888889vw;
  opacity: 0.75;
}
@media (max-width: 767px) {
  .services__desc {
    margin-bottom: 37px;
  }
}
.services__get-info {
  display: flex;
  align-items: center;
  gap: 0.6944444444vw;
  font-size: 1.1111111111vw;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-top: auto;
}
@media (max-width: 767px) {
  .services__get-info {
    gap: 10px;
    font-size: 14px;
  }
}
.services__get-info img {
  width: 2.7777777778vw;
}
@media (max-width: 767px) {
  .services__get-info img {
    width: 32px;
  }
}

.industries {
  padding-top: 6.9444444444vw;
}
@media (max-width: 767px) {
  .industries {
    padding-top: 0;
    padding-bottom: 72px;
    background: url("../images/noise.png") repeat #000;
  }
}
.industries__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8520833333vw;
}
@media (max-width: 767px) {
  .industries__wrap {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 340px;
    margin: 0 auto;
  }
}
.industries__icon {
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .industries__icon {
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .industries__item {
    position: relative;
    padding-left: 64px;
  }
}
.industries__desc {
  opacity: 0.5;
}

.outcomes {
  padding-top: 8.31111111vw;
  position: relative;
}
@media (max-width: 767px) {
  .outcomes {
    overflow: hidden;
  }
}
.outcomes .container {
  position: relative;
  z-index: 1;
}
.outcomes__blur {
  display: none;
}
@media (max-width: 767px) {
  .outcomes__blur {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    width: 150%;
    max-width: inherit;
    max-height: inherit;
    height: 130%;
    transform: translate(20%, 30%);
  }
}
@media (max-width: 767px) {
  .outcomes {
    padding-top: 0;
    padding-bottom: 128px;
    background: url("../images/noise.png") repeat #000;
  }
}
.outcomes .container {
  position: relative;
  padding-bottom: 45.722222vw;
}
@media (max-width: 767px) {
  .outcomes .container {
    padding-bottom: 0;
  }
}
.outcomes__desc {
  opacity: 0.5;
}
.outcomes__number {
  position: absolute;
  font-weight: 300;
  font-size: 5vw;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}
@media (max-width: 767px) {
  .outcomes__number {
    font-size: 54px;
    left: 0;
  }
}
.outcomes__item {
  z-index: 1;
}
@media (max-width: 767px) {
  .outcomes__item {
    position: relative;
    max-width: 340px;
    margin: 0 auto 44px;
  }
  .outcomes__item--1, .outcomes__item--2, .outcomes__item--3 {
    padding-right: 85px;
  }
  .outcomes__item--1 .outcomes__number, .outcomes__item--2 .outcomes__number, .outcomes__item--3 .outcomes__number {
    left: auto;
    right: 0;
  }
  .outcomes__item--4, .outcomes__item--5, .outcomes__item--6 {
    padding-left: 85px;
  }
  .outcomes__item--6 {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .outcomes__item {
    position: absolute;
    width: 21.875vw;
  }
  .outcomes__item h4 {
    margin-bottom: 0.2777777778vw;
  }
  .outcomes__item--1 {
    bottom: 40.4vw;
    left: 5.7vw;
  }
  .outcomes__item--2 {
    bottom: 31.4vw;
    left: 12.5vw;
  }
  .outcomes__item--3 {
    bottom: 20.7vw;
    left: 19.5vw;
  }
  .outcomes__item--4 {
    bottom: 40.4vw;
    right: 5.7vw;
  }
  .outcomes__item--5 {
    bottom: 31.4vw;
    right: 12.5vw;
  }
  .outcomes__item--6 {
    bottom: 20.7vw;
    right: 19.5vw;
  }
  .outcomes__item--4, .outcomes__item--5, .outcomes__item--6 {
    text-align: right;
  }
  .outcomes__item--4 .outcomes__number, .outcomes__item--5 .outcomes__number, .outcomes__item--6 .outcomes__number {
    left: auto;
    right: 100%;
  }
}
.outcomes__mobile-bg {
  display: none;
}
@media (max-width: 767px) {
  .outcomes__mobile-bg {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 76%);
    width: 375px;
    max-width: inherit;
  }
}

.about {
  padding-top: 10.711111vw;
  padding-bottom: 8.763889vw;
  background: url("../images/about-bg.png") bottom right/cover;
}
@media (max-width: 767px) {
  .about {
    padding-top: 72px;
    padding-bottom: 76px;
  }
}
.about {
  background: url("../images/about-bg.png") top left/cover;
}
.about__head {
  max-width: 45.1388888889vw;
  margin-bottom: 4.4444444444vw;
}
@media (max-width: 767px) {
  .about__head {
    max-width: 340px;
    margin: 0 auto 32px;
  }
}
.about__head h2 {
  margin-bottom: 1.3333333333vw;
}
@media (max-width: 767px) {
  .about__head h2 {
    margin-bottom: 8px;
  }
}
.about__subtitle {
  font-weight: 400;
  font-size: 1.1111111111vw;
  opacity: 0.75;
  line-height: 1.6;
  margin-bottom: 3.0555555556vw;
}
@media (max-width: 767px) {
  .about__subtitle {
    text-align: center;
    font-size: 12px;
  }
}
.about__desc {
  line-height: 1.8055555556vw;
}
@media (max-width: 767px) {
  .about__desc {
    line-height: 1.6;
  }
}
.about__desc p:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 767px) {
  .about__desc p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.about__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3888888889vw;
  max-width: 64.9305555556vw;
  width: 100%;
}
@media (max-width: 767px) {
  .about__wrap {
    max-width: 340px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.about__item {
  padding: 1.6666666667vw;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  .about__item {
    padding: 12px 18px;
  }
}
.about__heading {
  margin-bottom: 1.1111111111vw;
  font-size: 1.1111111111vw;
  line-height: 1.6666666667vw;
  font-weight: 600;
}
@media (max-width: 767px) {
  .about__heading {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}

.engagement {
  padding-bottom: 9.5833333333vw;
  padding-top: 6.7361111111vw;
}
@media (max-width: 767px) {
  .engagement {
    padding-top: 0;
    padding-bottom: 72px;
    overflow: hidden;
    background: url("../images/noise.png") repeat #000;
  }
}
.engagement .heading {
  margin-bottom: 5.4vw;
}
@media (max-width: 767px) {
  .engagement .heading {
    margin-bottom: 32px;
  }
}
.engagement__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875vw;
  margin-bottom: 2.6388888889vw;
  position: relative;
}
@media (max-width: 767px) {
  .engagement__wrap {
    max-width: 340px;
    margin: 0 auto 32px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.engagement__line {
  position: absolute;
  height: 0.2083333333vw;
  width: 63.6111111111vw;
  background: url("../images/dashed-line.svg") center center/100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 2.0138888889vw;
}
@media (max-width: 767px) {
  .engagement__line {
    width: 700px;
    height: 2px;
    left: auto;
    left: calc(50% - 150px);
    transform: translateX(0);
    top: 25px;
  }
}
.engagement__line-mobile {
  display: none;
}
@media (max-width: 767px) {
  .engagement__line-mobile {
    display: flex;
    top: auto;
    bottom: 175px;
    left: auto;
    right: calc(50% - 150px);
  }
}
.engagement__bottom-text {
  text-align: center;
  max-width: 55.5555555556vw;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
}
@media (max-width: 767px) {
  .engagement__bottom-text {
    font-size: 14px;
    line-height: 22px;
    max-width: 340px;
  }
}
.engagement__num {
  width: 4.4444444444vw;
  height: 4.3055555556vw;
  margin-bottom: 1.6666666667vw;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 2.2222222222vw;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
@media (max-width: 767px) {
  .engagement__num {
    width: 54px;
    height: 54px;
    font-size: 27px;
    margin-bottom: 10px;
  }
}
.engagement__item {
  text-align: center;
}
@media (max-width: 767px) {
  .engagement__item h4 {
    line-height: 40px;
    margin-bottom: 4px;
  }
}
.engagement__desc {
  font-size: 0.9722222222vw;
  line-height: 1.5277777778vw;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .engagement__desc {
    font-size: 12px;
    line-height: 1.6;
  }
}

.contact {
  padding-bottom: 6.9444444444vw;
}
@media (max-width: 767px) {
  .contact {
    padding-bottom: 68px;
    background: url("../images/noise.png") repeat #000;
  }
}
.contact__wrap {
  max-width: 50vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact__wrap {
    max-width: 340px;
  }
}
.contact__form-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.3888888889vw;
  margin-bottom: 0.6944444444vw;
}
@media (max-width: 767px) {
  .contact__form-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.contact__form-item label {
  display: block;
  margin-bottom: 0.4166666667vw;
  font-weight: 500;
  font-size: 0.8333333333vw;
  line-height: 1.25vw;
}
@media (max-width: 767px) {
  .contact__form-item label {
    margin-bottom: 6px;
    font-size: 10px;
    line-height: 18px;
  }
}
.contact__form-item input,
.contact__form-item textarea {
  width: 100%;
  height: 3.6111111111vw;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  padding-left: 1.1111111111vw;
  padding-right: 1.1111111111vw;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  outline: none;
  color: #fff;
  font-size: 0.8333333333vw;
}
@media (max-width: 767px) {
  .contact__form-item input,
  .contact__form-item textarea {
    height: 52px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 11px;
  }
}
.contact__form-item input::-moz-placeholder, .contact__form-item textarea::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  color: #9CA3AF;
}
.contact__form-item input::placeholder,
.contact__form-item textarea::placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  color: #9CA3AF;
}
.contact__form-item textarea {
  height: 10vw;
  padding-top: 1.1111111111vw;
  padding-bottom: 1.1111111111vw;
  resize: none;
  display: flex;
}
@media (max-width: 767px) {
  .contact__form-item textarea {
    padding-top: 24px;
    padding-bottom: 24px;
    height: 144px;
  }
}
.contact__checkbox {
  margin-top: 2.2222222222vw;
  margin-bottom: 2.2222222222vw;
}
@media (max-width: 767px) {
  .contact__checkbox {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.contact__checkbox .wpcf7-list-item {
  display: flex;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
}
.contact__checkbox input[type=checkbox] {
  display: none;
}
.contact__checkbox input[type=checkbox] + label, .contact__checkbox input[type=checkbox] + span {
  font-size: 0.9027777778vw;
  line-height: 1.25vw;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5555555556vw;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact__checkbox input[type=checkbox] + label, .contact__checkbox input[type=checkbox] + span {
    font-size: 13px;
    line-height: 18px;
    gap: 10px;
  }
}
.contact__checkbox input[type=checkbox] + label:before, .contact__checkbox input[type=checkbox] + span:before {
  content: "";
  width: 1.3888888889vw;
  min-width: 1.3888888889vw;
  height: 1.3888888889vw;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .contact__checkbox input[type=checkbox] + label:before, .contact__checkbox input[type=checkbox] + span:before {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.contact__checkbox input[type=checkbox]:checked + label:before, .contact__checkbox input[type=checkbox]:checked + span:before {
  background: url("../images/check.svg") no-repeat center center/0.833vw #0061FB;
}
@media (max-width: 767px) {
  .contact__checkbox input[type=checkbox]:checked + label:before, .contact__checkbox input[type=checkbox]:checked + span:before {
    background: url("../images/check.svg") no-repeat center center/14px #0061FB;
  }
}
.contact__btn {
  display: flex;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  padding: 32px 18px;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .mobile-menu {
    display: block;
  }
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.mobile-menu__close {
  display: flex;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
}
.mobile-menu__close img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-menu__list {
  list-style: none;
}
.mobile-menu__list li {
  text-align: center;
  margin-bottom: 64px;
}
.mobile-menu__list li a {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.mobile-menu__button {
  display: flex;
  justify-content: center;
}
.mobile-menu__button a.btn {
  max-width: 240px;
  width: 100%;
  height: 54px;
  font-size: 12px;
}

.footer {
  padding-top: 3.0555555556vw;
  padding-bottom: 3.0555555556vw;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer__wrap {
  display: grid;
  grid-template-columns: 21.319vw auto auto 1fr;
  gap: 13.0243055556vw;
}
@media (max-width: 767px) {
  .footer__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer__col:nth-child(1) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
  }
  .footer__col:nth-child(4) {
    grid-column: 1/-1;
  }
}
.footer__line {
  margin-top: 2.2222222222vw;
  margin-bottom: 2.2222222222vw;
  height: 0.1388888889vw;
  width: 100%;
  background: linear-gradient(90deg, #0061FB 0%, #2387D1 100%);
  opacity: 0.3;
}
@media (max-width: 767px) {
  .footer__line {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 2px;
  }
}
.footer__desc {
  font-size: 0.9722222222vw;
  line-height: 1.5;
  color: #BCBCBC;
  padding-top: 2.0833333333vw;
}
@media (max-width: 767px) {
  .footer__desc {
    padding-top: 0;
    font-size: 12px;
  }
}
.footer__menu ul {
  list-style: none;
  display: grid;
  gap: 1.0416666667vw;
}
@media (max-width: 767px) {
  .footer__menu ul {
    gap: 15px;
  }
}
.footer__menu ul li {
  line-height: 1.5;
}
.footer__menu ul li a {
  font-size: 0.9722222222vw;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 180ms ease, text-shadow 220ms ease, transform 220ms ease;
}
@media (max-width: 767px) {
  .footer__menu ul li a {
    font-size: 14px;
  }
}
.footer__menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, #0061FB 0%, #2FA0F2 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.footer__menu ul li a:hover {
  color: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
  text-shadow: 0 0 14px rgba(0, 97, 251, 0.55);
}
.footer__menu ul li a:hover::after {
  transform: scaleX(1);
}
.footer__menu ul li a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .footer__menu ul li a {
    transition: none;
  }
  .footer__menu ul li a::after {
    transition: none;
  }
  .footer__menu ul li a:hover {
    transform: none;
  }
}
.footer__contacts {
  list-style: none;
  display: grid;
  gap: 1.5972222222vw;
}
@media (max-width: 767px) {
  .footer__contacts {
    gap: 23px;
  }
}
.footer__contacts li,
.footer__contacts a {
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer__contacts li,
  .footer__contacts a {
    font-size: 18px;
  }
}
.footer__contacts a {
  position: relative;
  display: inline-block;
  transition: color 180ms ease, text-shadow 220ms ease, transform 220ms ease;
}
.footer__contacts a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, #0061FB 0%, #2FA0F2 100%);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.footer__contacts a:hover {
  color: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
  text-shadow: 0 0 14px rgba(0, 97, 251, 0.55);
}
.footer__contacts a:hover::after {
  transform: scaleX(1);
}
.footer__contacts a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 3px;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .footer__contacts a {
    transition: none;
  }
  .footer__contacts a::after {
    transition: none;
  }
  .footer__contacts a:hover {
    transform: none;
  }
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__copyright {
  font-size: 0.8333333333vw;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer__linkedin {
  width: 2.1527777778vw;
  height: 2.1527777778vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .footer__linkedin {
    width: 32px;
    height: 32px;
  }
}
.footer__linkedin:hover {
  opacity: 0.7;
}
.footer__linkedin:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 0.95px;
  background: linear-gradient(90deg, #0061FB 0%, #2387D1 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.footer__linkedin img {
  width: 1.3888888889vw;
}
@media (max-width: 767px) {
  .footer__linkedin img {
    width: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
