@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class*=_icon-]::before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  line-height: 1;
  height: 100%;
}

/* FORM */
input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1507;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0.1));
}
@media (min-width: 81.25em) {
  .header {
    padding-top: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 0.5rem , 0.2551020408rem  +  1.2244897959vw , 1.25rem )) {
    .header {
      padding-top: clamp( 0.5rem , 0.2551020408rem  +  1.2244897959vw , 1.25rem );
    }
  }
  @supports not (padding-top: clamp( 0.5rem , 0.2551020408rem  +  1.2244897959vw , 1.25rem )) {
    .header {
      padding-top: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-top: 0.5rem;
  }
}
@media (min-width: 81.25em) {
  .header {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 0.5rem , 0.2551020408rem  +  1.2244897959vw , 1.25rem )) {
    .header {
      padding-bottom: clamp( 0.5rem , 0.2551020408rem  +  1.2244897959vw , 1.25rem );
    }
  }
  @supports not (padding-bottom: clamp( 0.5rem , 0.2551020408rem  +  1.2244897959vw , 1.25rem )) {
    .header {
      padding-bottom: calc(0.5rem + 0.75 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .header {
    padding-bottom: 0.5rem;
  }
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: -1;
}
.header.scrolled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header__container {
  max-width: 73.125rem;
  height: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 81.25em) {
  .header__container {
    gap: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (gap: clamp( 0.9375rem , 0.7538265306rem  +  0.9183673469vw , 1.5rem )) {
    .header__container {
      gap: clamp( 0.9375rem , 0.7538265306rem  +  0.9183673469vw , 1.5rem );
    }
  }
  @supports not (gap: clamp( 0.9375rem , 0.7538265306rem  +  0.9183673469vw , 1.5rem )) {
    .header__container {
      gap: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .header__container {
    gap: 0.9375rem;
  }
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  height: auto;
}
.logo span {
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 81.25em) {
  .logo span {
    font-size: 1.875rem;
  }
}
@media (min-width: 62.5em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.5625rem , 0.5208333333rem  +  1.6666666667vw , 1.875rem )) {
    .logo span {
      font-size: clamp( 1.5625rem , 0.5208333333rem  +  1.6666666667vw , 1.875rem );
    }
  }
  @supports not (font-size: clamp( 1.5625rem , 0.5208333333rem  +  1.6666666667vw , 1.875rem )) {
    .logo span {
      font-size: calc(1.5625rem + 0.3125 * (100vw - 62.5rem) / 18.75);
    }
  }
}
@media (max-width: 62.5em) {
  .logo span {
    font-size: 1.5625rem;
  }
}
.logo img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 60em) {
  .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 60em) {
  .menu__body {
    position: fixed;
    background-color: rgb(162, 156, 156);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    inset: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0) translate(100%, -100%);
        -ms-transform: scale(0) translate(100%, -100%);
            transform: scale(0) translate(100%, -100%);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    opacity: 0;
    visibility: hidden;
    padding: 0.9375rem;
    padding-top: 5.625rem;
    z-index: 56;
  }
  .menu-open .menu__body {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0);
  }
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3125rem;
}
@media (min-width: 81.25em) {
  .menu__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (min-width: 62.5em) and (max-width: 81.25em) {
  @supports ((-moz-column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem )) or (column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem );
         -moz-column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem );
              column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem );
    }
  }
  @supports not ((-moz-column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem )) or (column-gap: clamp( 1.25rem , -2.9166666667rem  +  6.6666666667vw , 2.5rem ))) {
    .menu__list {
      -webkit-column-gap: calc(1.25rem + 1.25 * (100vw - 62.5rem) / 18.75);
         -moz-column-gap: calc(1.25rem + 1.25 * (100vw - 62.5rem) / 18.75);
              column-gap: calc(1.25rem + 1.25 * (100vw - 62.5rem) / 18.75);
    }
  }
}
@media (max-width: 62.5em) {
  .menu__list {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 60em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    row-gap: 1.75rem;
  }
}
@media (any-hover: hover) {
  .menu__item:hover .menu__link {
    color: #1e63d1;
  }
}
.menu__link {
  font-weight: 500;
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__link.active {
  color: #1e63d1;
  font-weight: 500;
}
@media (max-width: 60em) {
  .menu__link {
    font-size: 1.75rem;
  }
}

.icon-menu {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 57;
  display: none;
}
@media (max-width: 60em) {
  .icon-menu {
    position: relative;
    width: 1.875rem;
    height: 1.625rem;
    background: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .icon-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    border-radius: 0.3125rem;
    background-color: #1e63d1;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .icon-menu span:nth-of-type(1) {
    top: 0;
  }
  .icon-menu span:nth-of-type(2) {
    top: 0.75rem;
  }
  .icon-menu span:nth-of-type(3) {
    bottom: 0;
  }
}

@media (max-width: 60em) {
  #menu02.active span:nth-of-type(1) {
    -webkit-transform: translateY(0.75rem) rotate(-315deg);
        -ms-transform: translateY(0.75rem) rotate(-315deg);
            transform: translateY(0.75rem) rotate(-315deg);
  }
  #menu02.active span:nth-of-type(2) {
    opacity: 0;
  }
  #menu02.active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.6875rem) rotate(315deg);
        -ms-transform: translateY(-0.6875rem) rotate(315deg);
            transform: translateY(-0.6875rem) rotate(315deg);
  }
}
.animation {
  position: absolute;
  bottom: 0;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  background: #1e63d1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  width: 0;
  display: none;
}
@media (min-width: 59.375em) {
  .animation.show {
    display: block;
  }
}

.hero__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero__wrapper {
  height: 100%;
}
.slide-hero {
  padding-right: 0.9375rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}
@media (min-width: 81.25em) {
  .slide-hero {
    padding-top: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-top: clamp( 4.375rem , 3.9668367347rem  +  2.0408163265vw , 5.625rem )) {
    .slide-hero {
      padding-top: clamp( 4.375rem , 3.9668367347rem  +  2.0408163265vw , 5.625rem );
    }
  }
  @supports not (padding-top: clamp( 4.375rem , 3.9668367347rem  +  2.0408163265vw , 5.625rem )) {
    .slide-hero {
      padding-top: calc(4.375rem + 1.25 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero {
    padding-top: 4.375rem;
  }
}
@media (min-width: 81.25em) {
  .slide-hero {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-bottom: clamp( 3.125rem , 2.3086734694rem  +  4.0816326531vw , 5.625rem )) {
    .slide-hero {
      padding-bottom: clamp( 3.125rem , 2.3086734694rem  +  4.0816326531vw , 5.625rem );
    }
  }
  @supports not (padding-bottom: clamp( 3.125rem , 2.3086734694rem  +  4.0816326531vw , 5.625rem )) {
    .slide-hero {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 81.25em) {
  .slide-hero {
    padding-left: 9.375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-left: clamp( 0.9375rem , -1.8176020408rem  +  13.7755102041vw , 9.375rem )) {
    .slide-hero {
      padding-left: clamp( 0.9375rem , -1.8176020408rem  +  13.7755102041vw , 9.375rem );
    }
  }
  @supports not (padding-left: clamp( 0.9375rem , -1.8176020408rem  +  13.7755102041vw , 9.375rem )) {
    .slide-hero {
      padding-left: calc(0.9375rem + 8.4375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero {
    padding-left: 0.9375rem;
  }
}
.slide-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: clip;
  background-color: #3a3939;
}
.slide-hero__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 2;
}
@media (max-width: 47.99875em) {
  .slide-hero__bg::after {
    opacity: 0.4;
  }
}
.slide-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 4s ease;
  transition: opacity 1.2s ease, -webkit-transform 4s ease;
  transition: transform 4s ease, opacity 1.2s ease;
  transition: transform 4s ease, opacity 1.2s ease, -webkit-transform 4s ease;
  opacity: 0.95;
}
.slide-hero__content {
  position: relative;
  color: #fff;
  max-width: 37.5rem;
  z-index: 5;
}
.slide-hero__title {
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 81.25em) {
  .slide-hero__title {
    font-size: 2.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.875rem , 1.568877551rem  +  1.5306122449vw , 2.8125rem )) {
    .slide-hero__title {
      font-size: clamp( 1.875rem , 1.568877551rem  +  1.5306122449vw , 2.8125rem );
    }
  }
  @supports not (font-size: clamp( 1.875rem , 1.568877551rem  +  1.5306122449vw , 2.8125rem )) {
    .slide-hero__title {
      font-size: calc(1.875rem + 0.9375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__title {
    font-size: 1.875rem;
  }
}
@media (min-width: 81.25em) {
  .slide-hero__title {
    line-height: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (line-height: clamp( 2.3125rem , 1.6390306122rem  +  3.3673469388vw , 4.375rem )) {
    .slide-hero__title {
      line-height: clamp( 2.3125rem , 1.6390306122rem  +  3.3673469388vw , 4.375rem );
    }
  }
  @supports not (line-height: clamp( 2.3125rem , 1.6390306122rem  +  3.3673469388vw , 4.375rem )) {
    .slide-hero__title {
      line-height: calc(2.3125rem + 2.0625 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__title {
    line-height: 2.3125rem;
  }
}
@media (min-width: 81.25em) {
  .slide-hero__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 0.9375rem , 0.631377551rem  +  1.5306122449vw , 1.875rem )) {
    .slide-hero__title:not(:last-child) {
      margin-bottom: clamp( 0.9375rem , 0.631377551rem  +  1.5306122449vw , 1.875rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.9375rem , 0.631377551rem  +  1.5306122449vw , 1.875rem )) {
    .slide-hero__title:not(:last-child) {
      margin-bottom: calc(0.9375rem + 0.9375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__title:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
}
.slide-hero__text {
  line-height: 2.125rem;
}
@media (min-width: 81.25em) {
  .slide-hero__text {
    font-size: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.125rem , 0.9821428571rem  +  0.7142857143vw , 1.5625rem )) {
    .slide-hero__text {
      font-size: clamp( 1.125rem , 0.9821428571rem  +  0.7142857143vw , 1.5625rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 0.9821428571rem  +  0.7142857143vw , 1.5625rem )) {
    .slide-hero__text {
      font-size: calc(1.125rem + 0.4375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 81.25em) {
  .slide-hero__text:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 1.875rem , 1.262755102rem  +  3.0612244898vw , 3.75rem )) {
    .slide-hero__text:not(:last-child) {
      margin-bottom: clamp( 1.875rem , 1.262755102rem  +  3.0612244898vw , 3.75rem );
    }
  }
  @supports not (margin-bottom: clamp( 1.875rem , 1.262755102rem  +  3.0612244898vw , 3.75rem )) {
    .slide-hero__text:not(:last-child) {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .slide-hero__text:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.swiper-slide-active .slide-hero__bg img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
  will-change: transform, opacity;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 47.99875em) {
  .hero {
    min-height: 60vh;
  }
}
.hero__container {
  width: 100%;
  max-width: 73.125rem;
  position: relative;
  z-index: 2;
}
.hero__content {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 81.25em) {
  .hero__content {
    gap: 12.5rem;
  }
}
@media (min-width: 56.25em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.875rem , -22.03125rem  +  42.5vw , 12.5rem )) {
    .hero__content {
      gap: clamp( 1.875rem , -22.03125rem  +  42.5vw , 12.5rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , -22.03125rem  +  42.5vw , 12.5rem )) {
    .hero__content {
      gap: calc(1.875rem + 10.625 * (100vw - 56.25rem) / 25);
    }
  }
}
@media (max-width: 56.25em) {
  .hero__content {
    gap: 1.875rem;
  }
}
.hero__inner-wrap {
  max-width: 31.25rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.hero__title {
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
@media (max-width: 47.99875em) {
  .hero__title {
    font-size: 2rem;
  }
}
.hero__text {
  line-height: 1.2em;
  font-weight: 300;
  font-family: "Heebo";
  color: #ffffff;
  margin-bottom: 1.875rem;
}
@media (max-width: 47.99875em) {
  .hero__text {
    font-size: 1rem;
  }
}
.video-btn {
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 45px;
  background-color: #fff;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: visible;
}
@media (max-width: 30em) {
  .video-btn {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.video-btn svg {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .video-btn:hover {
    background-color: #3b82f6;
  }
  .video-btn:hover svg {
    fill: #fff;
  }
}

.video-btn::after,
.video-btn::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 currentColor;
          box-shadow: 0 0 0 0 currentColor;
  opacity: 0.6;
  z-index: -1;
  -webkit-animation: button-ripple 3s infinite;
          animation: button-ripple 3s infinite;
}

.video-btn::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes button-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
    opacity: 0.4;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.5625rem rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 1.5625rem rgba(255, 255, 255, 0);
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    opacity: 0;
  }
}

@keyframes button-ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 currentColor;
            box-shadow: 0 0 0 0 currentColor;
    opacity: 0.4;
  }
  70% {
    -webkit-box-shadow: 0 0 0 1.5625rem rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 1.5625rem rgba(255, 255, 255, 0);
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    opacity: 0;
  }
}
.about {
  scroll-margin-top: 3.125rem;
}
@media (min-width: 81.25em) {
  .about {
    padding-block: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 0.0000000625rem , -2.0408162436rem  +  10.2040815306vw , 6.25rem )) {
    .about {
      padding-block: clamp( 0.0000000625rem , -2.0408162436rem  +  10.2040815306vw , 6.25rem );
    }
  }
  @supports not (padding-block: clamp( 0.0000000625rem , -2.0408162436rem  +  10.2040815306vw , 6.25rem )) {
    .about {
      padding-block: calc(0.0000000625rem + 6.2499999375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .about {
    padding-block: 0.0000000625rem;
  }
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 81.25em) {
  .about__container {
    gap: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.875rem , 1.4668367347rem  +  2.0408163265vw , 3.125rem )) {
    .about__container {
      gap: clamp( 1.875rem , 1.4668367347rem  +  2.0408163265vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , 1.4668367347rem  +  2.0408163265vw , 3.125rem )) {
    .about__container {
      gap: calc(1.875rem + 1.25 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .about__container {
    gap: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.about__left-wrap {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 34.0625rem;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
}
@media (max-width: 47.99875em) {
  .about__left-wrap {
    max-width: 100%;
  }
}
.about__image {
  border-radius: 0.3125rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__right-wrap {
  padding-block: 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.about__block {
  max-width: 32.5rem;
  border-left: 0.25rem solid #1e63d1;
  padding-left: 1.875rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 47.99875em) {
  .about__block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 0.9375rem;
  }
}
.about__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}
.about__list-item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.about__list-item::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/checkmark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block {
  display: grid;
  gap: 1.875rem;
}
.block__text-bold {
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 81.25em) {
  .services {
    padding-block: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 5rem , 4.5918367347rem  +  2.0408163265vw , 6.25rem )) {
    .services {
      padding-block: clamp( 5rem , 4.5918367347rem  +  2.0408163265vw , 6.25rem );
    }
  }
  @supports not (padding-block: clamp( 5rem , 4.5918367347rem  +  2.0408163265vw , 6.25rem )) {
    .services {
      padding-block: calc(5rem + 1.25 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .services {
    padding-block: 5rem;
  }
}
.services__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.875rem;
}
.services__info {
  display: grid;
  gap: 1.25rem;
}
.services__video {
  border-radius: 0.3125rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 20.5625rem;
}
.services__video::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3411764706);
}
.services__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.item-support__icon {
  width: 3.125rem;
  height: 3.125rem;
}
.item-support__link {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.item-support__link:hover {
  -webkit-transform: translateY(-0.3125rem);
      -ms-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}

.support {
  -webkit-transform: translateY(-3.125rem);
      -ms-transform: translateY(-3.125rem);
          transform: translateY(-3.125rem);
  position: relative;
  z-index: 5;
}
.support__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.item-support {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding: 1.875rem;
  background-color: #ffffff;
  color: #000;
  border-radius: 0.3125rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-box-shadow: 0rem 0.3125rem 0.9375rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.3125rem 0.9375rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
@media (any-hover: hover) {
  .item-support:not(.item-support--background):hover {
    color: #ffffff;
  }
  .item-support:not(.item-support--background):hover::before {
    height: 100%;
  }
  .item-support:not(.item-support--background):hover svg {
    fill: #fff;
  }
  .item-support:not(.item-support--background):hover .item-support__text {
    color: #ffffff;
  }
  .item-support:not(.item-support--background):hover .item-support__link {
    color: #ffffff;
  }
}
@media (max-width: 53.125em) {
  .item-support {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.25rem);
            flex: 1 1 calc(50% - 1.25rem);
  }
}
@media (max-width: 33.75em) {
  .item-support {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.item-support--background {
  background-color: #1e63d1;
}
.item-support--background .item-support__text,
.item-support--background .item-support__title {
  color: #ffffff;
  font-family: "Heebo";
  font-weight: 300;
}
.item-support--background::before {
  display: none;
}
.item-support::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #1e63d1;
  z-index: -1;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  border-radius: 5px;
}
.item-support__icon svg {
  -webkit-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}
.item-support__title {
  font-size: 1.5625rem;
  font-weight: 600;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.item-support__text {
  text-align: center;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-support__button {
  background-color: #fff;
  color: #1e63d1;
  padding: 0.625rem 1.5625rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  border-radius: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.item-support__button:hover {
  -webkit-transform: translateY(-0.3125rem);
      -ms-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.item-support__link {
  color: #1e63d1;
}

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 51.875em) {
  .testimonials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}
.testimonials__left-wrap {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 23.75rem;
}
@media (max-width: 51.875em) {
  .testimonials__left-wrap {
    width: 100%;
  }
}
.testimonials__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.testimonials__content {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  max-width: 25rem;
  background-color: #1e63d1;
  color: #ffffff;
  padding: 1.875rem;
  display: grid;
  gap: 0.625rem;
}
@media (max-width: 51.875em) {
  .testimonials__content {
    padding: 0.9375rem;
  }
}
.testimonials__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
}
.testimonials__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonials__button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .testimonials__button:hover svg {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.testimonials__right-wrap {
  position: relative;
  background-color: #1e63d1;
  width: 50%;
}
@media (min-width: 81.25em) {
  .testimonials__right-wrap {
    padding-block: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem )) {
    .testimonials__right-wrap {
      padding-block: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem );
    }
  }
  @supports not (padding-block: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem )) {
    .testimonials__right-wrap {
      padding-block: calc(2.5rem + 2.5 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .testimonials__right-wrap {
    padding-block: 2.5rem;
  }
}
@media (min-width: 81.25em) {
  .testimonials__right-wrap {
    padding-inline: 4.375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 1.25rem , 0.2295918367rem  +  5.1020408163vw , 4.375rem )) {
    .testimonials__right-wrap {
      padding-inline: clamp( 1.25rem , 0.2295918367rem  +  5.1020408163vw , 4.375rem );
    }
  }
  @supports not (padding-inline: clamp( 1.25rem , 0.2295918367rem  +  5.1020408163vw , 4.375rem )) {
    .testimonials__right-wrap {
      padding-inline: calc(1.25rem + 3.125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .testimonials__right-wrap {
    padding-inline: 1.25rem;
  }
}
@media (max-width: 51.875em) {
  .testimonials__right-wrap {
    width: 100%;
  }
}
.testimonials__right-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/worldmap.webp);
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.15;
  pointer-events: none;
}
.testimonials__title {
  text-align: center;
}
.testimonials__title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.testimonials__swiper {
  width: 100%;
}
.testimonials__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
}
.slide-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
}
.slide-testimonials__text {
  text-align: center;
  color: #ffffff;
}
.user {
  color: #ffffff;
  display: grid;
  gap: 1.25rem;
  place-items: center;
}
.user__img {
  border: 0.3125rem solid #ffffff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.user__name {
  color: #ffffff;
  font-family: "Inter", Sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.user span {
  font-size: 0.875rem;
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
@media (min-width: 81.25em) {
  .projects {
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block-start: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem )) {
    .projects {
      -webkit-padding-before: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem );
              padding-block-start: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem );
    }
  }
  @supports not (padding-block-start: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem )) {
    .projects {
      -webkit-padding-before: calc(3.125rem + 3.125 * (100vw - 20rem) / 61.25);
              padding-block-start: calc(3.125rem + 3.125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .projects {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
  }
}
@media (min-width: 81.25em) {
  .projects {
    -webkit-padding-after: 6.25rem;
            padding-block-end: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block-end: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem )) {
    .projects {
      -webkit-padding-after: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem );
              padding-block-end: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem );
    }
  }
  @supports not (padding-block-end: clamp( 3.125rem , 2.1045918367rem  +  5.1020408163vw , 6.25rem )) {
    .projects {
      -webkit-padding-after: calc(3.125rem + 3.125 * (100vw - 20rem) / 61.25);
              padding-block-end: calc(3.125rem + 3.125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .projects {
    -webkit-padding-after: 3.125rem;
            padding-block-end: 3.125rem;
  }
}
.projects__label {
  text-align: center;
}
.projects__label:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.projects__title {
  text-align: center;
}
.projects__title:not(:last-child) {
  margin-bottom: 2.5rem;
}
.projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
.projects__wrapper:not(:last-child) {
  margin-bottom: 3.75rem;
}
.item-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 1.875rem);
          flex: 1 1 calc(33.333% - 1.875rem);
  -webkit-box-shadow: 0rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
}
@media (max-width: 53.75em) {
  .item-project {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.875rem);
            flex: 1 1 calc(50% - 1.875rem);
  }
}
@media (max-width: 40em) {
  .item-project {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.item-project__image {
  width: 100%;
  height: auto;
  aspect-ratio: 800/534;
  display: block;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.item-project__content {
  padding: 1.25rem 1.875rem;
  background-color: #1e63d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 0.9375rem;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-project__content svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 40em) {
  .item-project__content svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.item-project__details {
  padding: 1.25rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-project__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-project__title {
  font-weight: 600;
  line-height: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 81.25em) {
  .item-project__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1rem , 0.9183673469rem  +  0.4081632653vw , 1.25rem )) {
    .item-project__title {
      font-size: clamp( 1rem , 0.9183673469rem  +  0.4081632653vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1rem , 0.9183673469rem  +  0.4081632653vw , 1.25rem )) {
    .item-project__title {
      font-size: calc(1rem + 0.25 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .item-project__title {
    font-size: 1rem;
  }
}
.item-project span {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.item-project__link, .cta__link {
  color: #1e63d1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.3125rem;
}
.item-project__link svg, .cta__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-project__link:hover, .cta__link:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.item-project__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-project__info span {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}

.cta {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}
.background {
  -webkit-padding-before: 5.625rem;
          padding-block-start: 5.625rem;
  -webkit-padding-after: 3.125rem;
          padding-block-end: 3.125rem;
  position: relative;
  background-image: url("../img/team-of-engineers-working.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 27.5rem;
}
@media (min-width: 64em) {
  .background {
    background-attachment: fixed;
  }
}
.background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.background__container {
  text-align: center;
  position: relative;
  z-index: 5;
}
.background__title {
  max-width: 55.625rem;
  margin-inline: auto;
}
.background__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.background__text {
  max-width: 36.875rem;
  margin-inline: auto;
}

.contact {
  scroll-margin-top: 5rem;
  position: relative;
  -webkit-transform: translateY(-6.25rem);
      -ms-transform: translateY(-6.25rem);
          transform: translateY(-6.25rem);
  z-index: 3;
}
@media (max-width: 37.5em) {
  .contact {
    -webkit-transform: translateY(-3.125rem);
        -ms-transform: translateY(-3.125rem);
            transform: translateY(-3.125rem);
  }
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 58.125em) {
  .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__left-wrap {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  color: #ffffff;
  background-color: #ffffff;
  background-image: url("../img/contact.webp");
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media (max-width: 58.125em) {
  .contact__left-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0.3125rem;
  }
}
.contact__left-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1e63d1;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.contact__info {
  position: relative;
  z-index: 2;
}
@media (min-width: 81.25em) {
  .contact__info {
    padding: 2.5rem;
  }
}
@media (min-width: 30em) and (max-width: 81.25em) {
  @supports (padding: clamp( 0.625rem , -0.4725609756rem  +  3.6585365854vw , 2.5rem )) {
    .contact__info {
      padding: clamp( 0.625rem , -0.4725609756rem  +  3.6585365854vw , 2.5rem );
    }
  }
  @supports not (padding: clamp( 0.625rem , -0.4725609756rem  +  3.6585365854vw , 2.5rem )) {
    .contact__info {
      padding: calc(0.625rem + 1.875 * (100vw - 30rem) / 51.25);
    }
  }
}
@media (max-width: 30em) {
  .contact__info {
    padding: 0.625rem;
  }
}
@media (max-width: 30em) {
  .contact__info {
    padding: 0.9375rem;
  }
}
.contact__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.contact__text:not(:last-child) {
  margin-bottom: 1.25rem;
}
.contact__list:not(:last-child) {
  margin-bottom: 1.875rem;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
.contact__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
.contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
.contact__right-wrap {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (min-width: 81.25em) {
  .contact__right-wrap {
    padding: 2.5rem;
  }
}
@media (min-width: 30em) and (max-width: 81.25em) {
  @supports (padding: clamp( 0.625rem , -0.4725609756rem  +  3.6585365854vw , 2.5rem )) {
    .contact__right-wrap {
      padding: clamp( 0.625rem , -0.4725609756rem  +  3.6585365854vw , 2.5rem );
    }
  }
  @supports not (padding: clamp( 0.625rem , -0.4725609756rem  +  3.6585365854vw , 2.5rem )) {
    .contact__right-wrap {
      padding: calc(0.625rem + 1.875 * (100vw - 30rem) / 51.25);
    }
  }
}
@media (max-width: 30em) {
  .contact__right-wrap {
    padding: 0.625rem;
  }
}
@media (max-width: 58.125em) {
  .contact__right-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
}
.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  color: #111;
}
.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 37.5em) {
  .contact-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.contact-form__group--full {
  width: 100%;
}
.contact-form__label {
  font-weight: 600;
  font-size: 0.95rem;
}
.contact-form__input, .contact-form__select, .contact-form__textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 1rem;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.contact-form__input:focus, .contact-form__select:focus, .contact-form__textarea:focus {
  border-color: #1e63d1;
  -webkit-box-shadow: 0 0 0 0.1875rem rgba(89, 22, 245, 0.1);
          box-shadow: 0 0 0 0.1875rem rgba(89, 22, 245, 0.1);
  outline: none;
}
.contact-form__textarea {
  min-height: 8.125rem;
  resize: vertical;
}

@media (min-width: 81.25em) {
  .partners {
    -webkit-padding-before: 3.125rem;
            padding-block-start: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block-start: clamp( 2.5rem , 2.2959183673rem  +  1.0204081633vw , 3.125rem )) {
    .partners {
      -webkit-padding-before: clamp( 2.5rem , 2.2959183673rem  +  1.0204081633vw , 3.125rem );
              padding-block-start: clamp( 2.5rem , 2.2959183673rem  +  1.0204081633vw , 3.125rem );
    }
  }
  @supports not (padding-block-start: clamp( 2.5rem , 2.2959183673rem  +  1.0204081633vw , 3.125rem )) {
    .partners {
      -webkit-padding-before: calc(2.5rem + 0.625 * (100vw - 20rem) / 61.25);
              padding-block-start: calc(2.5rem + 0.625 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .partners {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}
@media (min-width: 81.25em) {
  .partners {
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-block-end: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem )) {
    .partners {
      -webkit-padding-after: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem );
              padding-block-end: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem );
    }
  }
  @supports not (padding-block-end: clamp( 2.5rem , 1.6836734694rem  +  4.0816326531vw , 5rem )) {
    .partners {
      -webkit-padding-after: calc(2.5rem + 2.5 * (100vw - 20rem) / 61.25);
              padding-block-end: calc(2.5rem + 2.5 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .partners {
    -webkit-padding-after: 2.5rem;
            padding-block-end: 2.5rem;
  }
}
.partners__text {
  text-align: center;
  font-weight: 600;
}
@media (min-width: 81.25em) {
  .partners__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.125rem , 1.0025510204rem  +  0.612244898vw , 1.5rem )) {
    .partners__text {
      font-size: clamp( 1.125rem , 1.0025510204rem  +  0.612244898vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0025510204rem  +  0.612244898vw , 1.5rem )) {
    .partners__text {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .partners__text {
    font-size: 1.125rem;
  }
}
.partners__text:not(:last-child) {
  margin-bottom: 4.375rem;
}
.partners__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
}
@media (min-width: 81.25em) {
  .partners__logos {
    padding-inline: 3.75rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (padding-inline: clamp( 0.0000000625rem , -1.224489713rem  +  6.1224488776vw , 3.75rem )) {
    .partners__logos {
      padding-inline: clamp( 0.0000000625rem , -1.224489713rem  +  6.1224488776vw , 3.75rem );
    }
  }
  @supports not (padding-inline: clamp( 0.0000000625rem , -1.224489713rem  +  6.1224488776vw , 3.75rem )) {
    .partners__logos {
      padding-inline: calc(0.0000000625rem + 3.7499999375 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .partners__logos {
    padding-inline: 0.0000000625rem;
  }
}
.partners__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1.875rem);
          flex: 1 1 calc(25% - 1.875rem);
  max-width: 10.25rem;
  aspect-ratio: 164/43;
}
@media (max-width: 41.25em) {
  .partners__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1.875rem);
            flex: 1 1 calc(50% - 1.875rem);
    max-width: none;
  }
}
.partners__item:hover .partners__logo {
  opacity: 1;
}
.partners__logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.blog {
  scroll-margin-top: 3.125rem;
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
.blog__label {
  text-align: center;
}
.blog__label:not(:last-child) {
  margin-bottom: 0.625rem;
}
.blog__title {
  text-align: center;
}
.blog__title:not(:last-child) {
  margin-bottom: 1.875rem;
}
.blog__text {
  text-align: center;
  max-width: 37.5rem;
  margin-inline: auto;
}
.blog__text:not(:last-child) {
  margin-bottom: 1.875rem;
}
.blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.item-blog {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 2.5rem);
          flex: 1 1 calc(33.333% - 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.item-blog:hover .item-blog__image {
  -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
@media (max-width: 51.875em) {
  .item-blog {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 2.5rem);
            flex: 1 1 calc(50% - 2.5rem);
  }
}
@media (max-width: 33.125em) {
  .item-blog {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.item-blog__img-link {
  border-radius: 0.3125rem;
  display: block;
  aspect-ratio: 353/236;
  overflow: hidden;
}
.item-blog__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.item-blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.item-blog__date {
  font-weight: 300;
  font-family: "Heebo";
  font-size: 0.875rem;
  color: #5a5959;
}
.item-blog__title a {
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
@media (min-width: 81.25em) {
  .item-blog__title a {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem )) {
    .item-blog__title a {
      font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem )) {
    .item-blog__title a {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .item-blog__title a {
    font-size: 1.125rem;
  }
}
.item-blog__title a:hover {
  color: #1e63d1;
}
.item-blog__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer {
  position: relative;
  background-color: #272b36;
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/worldmap.webp") center/cover no-repeat;
  opacity: 0.02;
  z-index: 1;
}
.footer__container {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.footer__top-wrap {
  padding-bottom: 2.5rem;
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
  border-bottom: 0.0625rem solid rgba(128, 128, 128, 0.249);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 81.25em) {
  .footer__top-wrap {
    gap: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem )) {
    .footer__top-wrap {
      gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem )) {
    .footer__top-wrap {
      gap: calc(1.25rem + 1.875 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .footer__top-wrap {
    gap: 1.25rem;
  }
}
.footer__bottom-wrap {
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
  -webkit-padding-after: 1.25rem;
          padding-block-end: 1.25rem;
  font-size: 0.875rem;
  color: #5a5959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 600px) {
  .footer__bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.footer__left-wrap {
  display: grid;
  gap: 1.25rem;
  max-width: 21.875rem;
}
.footer__right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 81.25em) {
  .footer__right-wrap {
    gap: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem )) {
    .footer__right-wrap {
      gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem )) {
    .footer__right-wrap {
      gap: calc(1.25rem + 1.875 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .footer__right-wrap {
    gap: 1.25rem;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  font-style: normal;
}
.footer__contact-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__contact-item:hover {
  color: #3b82f6;
}
.footer__contact-item:hover .footer__contact-icon path {
  stroke: #3b82f6;
}
.footer__contact-icon {
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__contact-icon path {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
  stroke: #ffffff;
}
.footer__navigation-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 81.25em) {
  .footer__navigation-wrap {
    gap: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem )) {
    .footer__navigation-wrap {
      gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem );
    }
  }
  @supports not (gap: clamp( 1.25rem , 0.637755102rem  +  3.0612244898vw , 3.125rem )) {
    .footer__navigation-wrap {
      gap: calc(1.25rem + 1.875 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .footer__navigation-wrap {
    gap: 1.25rem;
  }
}
@media (max-width: 25em) {
  .footer__navigation-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.item-navigation {
  width: 100%;
}
.item-navigation__title {
  font-weight: 500;
  line-height: 1.1em;
  color: #ffffff;
  text-wrap: nowrap;
}
@media (min-width: 81.25em) {
  .item-navigation__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem )) {
    .item-navigation__title {
      font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem )) {
    .item-navigation__title {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .item-navigation__title {
    font-size: 1.125rem;
  }
}
.item-navigation__title:not(:last-child) {
  margin-bottom: 1.25rem;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media (min-width: 81.25em) {
  .item-navigation__list > *:not(:last-of-type) {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (margin-bottom: clamp( 0.625rem , 0.5229591837rem  +  0.5102040816vw , 0.9375rem )) {
    .item-navigation__list > *:not(:last-of-type) {
      margin-bottom: clamp( 0.625rem , 0.5229591837rem  +  0.5102040816vw , 0.9375rem );
    }
  }
  @supports not (margin-bottom: clamp( 0.625rem , 0.5229591837rem  +  0.5102040816vw , 0.9375rem )) {
    .item-navigation__list > *:not(:last-of-type) {
      margin-bottom: calc(0.625rem + 0.3125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .item-navigation__list > *:not(:last-of-type) {
    margin-bottom: 0.625rem;
  }
}
.item-navigation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (any-hover: hover) {
  .item-navigation__item:hover .item-navigation__link {
    color: #1e63d1;
  }
}
.item-navigation__item::before {
  content: "";
  background: url("../img/arrow-next-small-svgrepo-com.svg");
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.item-navigation__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-wrap: nowrap;
}

@media (max-width: 25em) {
  .item-navigation__list {
    display: none; /* не займає місця */
    overflow: hidden;
  }
  .item-navigation__list.active {
    display: block; /* показуємо, коли активний */
  }
  .item-navigation__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9375rem;
    cursor: pointer;
  }
  .item-navigation__title:not(.active):not(:last-child) {
    margin-bottom: 0;
  }
  .item-navigation__title::after {
    content: none;
  }
  .nav-arrow {
    width: 0.625rem;
    height: 0.625rem;
    border-left: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .item-navigation__title.active + .item-navigation__list {
    height: auto;
  }
  .item-navigation__title.active .nav-arrow {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.newsletter {
  display: grid;
  gap: 1.25rem;
  align-self: center;
}
.newsletter__title {
  font-weight: 500;
  line-height: 1.1em;
  color: #ffffff;
  text-wrap: nowrap;
}
@media (min-width: 81.25em) {
  .newsletter__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 81.25em) {
  @supports (font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem )) {
    .newsletter__title {
      font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0841836735rem  +  0.2040816327vw , 1.25rem )) {
    .newsletter__title {
      font-size: calc(1.125rem + 0.125 * (100vw - 20rem) / 61.25);
    }
  }
}
@media (max-width: 20em) {
  .newsletter__title {
    font-size: 1.125rem;
  }
}
.newsletter__wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1e63d1;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  padding-block: 0.3125rem;
  -webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.newsletter__wrap:focus-within {
  border-color: #1e63d1;
  -webkit-box-shadow: 0 0 10px rgba(84, 84, 224, 0.6);
          box-shadow: 0 0 10px rgba(84, 84, 224, 0.6);
}
.newsletter__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem 8.75rem 0.625rem 0.625rem;
  border: none;
  background: transparent;
  color: #000;
  font-size: 1rem;
  outline: none;
}
.newsletter__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter__button {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  background-color: #1e63d1;
  color: #fff;
  border: none;
  border-radius: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.newsletter__button:hover {
  background-color: rgb(23.5983263598, 77.8744769874, 164.4016736402);
}
.newsletter__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsletter__social-link {
  width: 3.4375rem;
  height: 3.4375rem;
  background-color: #1e63d1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.newsletter__social-link svg {
  width: 1.75rem;
  height: 1.75rem;
}
.newsletter__social-link svg path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fff;
}
.newsletter__social-link:hover {
  background-color: #ffffff;
}
.newsletter__social-link:hover svg path {
  fill: #1e63d1;
}

html {
  scroll-behavior: smooth;
}
html body {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
  html body {
    -webkit-transition: none;
    transition: none;
  }
}
html.loading html body {
  opacity: 0;
  overflow: hidden;
}
html.loaded html body {
  opacity: 1;
  overflow: auto;
}
html body.menu-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.wrapper main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 75rem;
  padding: 0 0.9375rem;
}

.title {
  color: #000;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
}
@media (min-width: 91.875em) {
  .title {
    font-size: 2.375rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 91.875em) {
  @supports (font-size: clamp( 1.5rem , 0.5427872425rem  +  1.9942451782vw , 2.375rem )) {
    .title {
      font-size: clamp( 1.5rem , 0.5427872425rem  +  1.9942451782vw , 2.375rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 0.5427872425rem  +  1.9942451782vw , 2.375rem )) {
    .title {
      font-size: calc(1.5rem + 0.875 * (100vw - 47.99875rem) / 43.87625);
    }
  }
}
@media (max-width: 47.99875em) {
  .title {
    font-size: 1.5rem;
  }
}
.title--white {
  color: #ffffff;
}

.label {
  color: #1e63d1;
  font-weight: 600;
  text-transform: uppercase;
}

.button {
  padding: 0.9375rem 1.875rem;
  font-size: 1.125rem;
  background-color: #1e63d1;
  color: #fff;
  border: none;
  font-weight: 500;
  border-radius: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease;
  transition: background-color 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.button:hover {
  background-color: rgb(23.5983263598, 77.8744769874, 164.4016736402);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.button--background-white {
  background-color: #ffffff;
  color: #1e63d1;
  border: 2px solid #1e63d1;
}
.button--background-white:hover {
  background-color: rgb(196.410041841, 215.7531380753, 246.589958159);
}

.custom-block {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2.5rem;
  background: #1e63d1;
  color: #ffffff;
  max-width: 21.25rem;
  width: 100%;
  overflow: visible;
  -webkit-transform: translateY(25%);
      -ms-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 2;
}
@media (min-width: 64em) {
  .custom-block {
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
    opacity: 0;
  }
  .custom-block.visible {
    opacity: 1;
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
  }
}
@media (max-width: 30em) {
  .custom-block {
    max-width: 15.625rem;
    padding: 0.9375rem;
  }
}
.custom-block__content {
  position: relative;
  z-index: 2;
}
.custom-block__content blockquote {
  font-family: "Heebo";
  font-weight: 500;
  font-style: italic;
}
.custom-block__content blockquote cite {
  display: block;
  margin-top: 1.25rem;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 300;
}
.custom-block__decor {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 3.125rem;
  height: 2.6875rem;
  background-image: linear-gradient(220deg, #1e63d1 48%, rgba(255, 255, 255, 0) 26%);
  z-index: 5;
}
@media (max-width: 30em) {
  .custom-block__decor {
    width: 1.875rem;
    height: 1.6875rem;
  }
}

.text {
  color: #5a5959;
  font-family: "Heebo";
  font-weight: 300;
}
.text--white {
  color: #ffffff;
}

.link {
  color: #1e63d1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.3125rem;
}
.link--white {
  color: #ffffff;
}
.link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.link:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (min-width: 64em) {
  .item-support,
  .label,
  .title,
  .item-project,
  .item-blog,
  .partners__item {
    -webkit-transform: translateY(1.25rem);
        -ms-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .item-support.visible,
  .label.visible,
  .title.visible,
  .item-project.visible,
  .item-blog.visible,
  .partners__item.visible {
    opacity: 1;
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}