/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@charset "UTF-8";
/*
Theme Name: Altum theme
Author: Altum agency ;
Version: 3.0.0
*/
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Regular.ttf") format("truetype"), url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Regular.woff") format("woff"), url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Medium.ttf") format("truetype"), url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Medium.woff") format("woff"), url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Bold.ttf") format("truetype"), url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Bold.woff") format("woff"), url("/wp-content/themes/altum_theme/src/fonts/Mulish/Mulish-Bold.woff2") format("woff2");
}
html {
  font-size: 1.25vw;
  font-size: 0.833vw;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 920px) {
  html {
    font-size: 1.739vw;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 4.103vw;
  }
}

.container {
  width: 100%;
  padding-left: 15rem;
  padding-right: 15rem;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.container--wide {
  width: 75rem;
}
@media (max-width: 920px) {
  .container--wide {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

* {
  font-family: "Mulish", sans-serif;
}

body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 0.25rem;
}
body::-webkit-scrollbar-track {
  background: #181719;
}
body::-webkit-scrollbar-thumb {
  background: #181719;
  transition: all 0.3s ease;
}
body .cky-btn-revisit-wrapper {
  background-color: #181719 !important;
}

* {
  font-family: "Mulish", sans-serif;
}

.overflow {
  height: 100vh;
  overflow: hidden;
}

.underscore {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.412rem;
  letter-spacing: 0%;
  text-transform: none;
  margin-right: 0.35rem;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hide-cursor, .hide-cursor * {
  cursor: none !important;
}

.anim-typewriter {
  position: relative;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transition: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 0;
  border: none;
  width: 100%;
  cursor: pointer;
}
.anim-typewriter:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin-left: 1.05rem;
  align-self: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23fff" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
@media (max-width: 680px) {
  .anim-typewriter:after {
    margin-left: 0.75rem;
  }
}
.anim-typewriter span {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0%;
  text-transform: none;
  color: #FCFCFC;
  color: #fff;
  text-transform: uppercase;
}
.anim-typewriter span.underscore {
  color: #FCFCFC;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: none;
  margin-right: 0.15rem;
}
.anim-typewriter .header_nav-button__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.anim-typewriter:hover .underscore {
  animation: blink 1s infinite;
}
.anim-typewriter__inner {
  display: flex;
}
.anim-typewriter-move {
  overflow: hidden;
  position: relative;
  display: inline-flex;
}
.anim-typewriter:hover .anim-typewriter-move {
  animation: typewriter 3s steps(22);
}
.anim-typewriter--black span {
  color: #181719;
}
.anim-typewriter--black span.underscore {
  color: #181719;
}
.anim-typewriter--black:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23181719" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.anim-typewriter--short {
  justify-content: flex-start;
  width: fit-content;
}

@keyframes typewriter {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
h1 {
  font-size: 3.375rem;
  line-height: 4.05rem;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

h2 {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
}

.section-header {
  width: 100%;
}
.section-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 680px) {
  .section-header .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.section-title {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 920px) {
  .section-title {
    font-size: 2.125rem;
  }
}
@media (max-width: 680px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 920px) {
  .section-title br {
    display: none;
  }
}
.section-title * {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 3rem;
  text-transform: uppercase;
}
@media (max-width: 920px) {
  .section-title * {
    font-size: 2.125rem;
  }
}
@media (max-width: 680px) {
  .section-title * {
    font-size: 1.75rem;
  }
}
.section-label {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.938rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
  color: #686A70;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .section-label {
    font-size: 1rem;
  }
}
.section-label * {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
  color: #686A70;
}
@media (max-width: 680px) {
  .section-label * {
    font-size: 1rem;
  }
}

p,
span,
li,
ol,
a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #181719;
}
@media (max-width: 920px) {
  p,
  span,
  li,
  ol,
  a {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

ul,
ol {
  padding-left: 1.4rem;
}

p + p,
li + li,
ol + ol,
ul + ul,
p + ul,
p + li,
ul + p,
li + p {
  margin-top: 1rem;
}
@media (max-width: 680px) {
  p + p,
  li + li,
  ol + ol,
  ul + ul,
  p + ul,
  p + li,
  ul + p,
  li + p {
    margin-top: 1rem;
  }
}

a {
  display: inline-block;
}

strong,
b {
  font-weight: 500;
}

em {
  font-style: italic;
}

.button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover, .button:focus {
  outline: none !important;
}
.button-cta {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.412rem;
  letter-spacing: 0%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
}
.button-cta:after {
  content: "";
  display: inline-block;
  width: 1.275rem;
  min-width: 1.275rem;
  height: 1.275rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.button-cta--white {
  background-color: #fff;
  color: #181719;
}
.button-cta--white:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23000" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.button-cta--black {
  background-color: #181719;
  color: #fff;
}
.button-cta--black:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23fff" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}

.scroll-top {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.scroll-top-list {
  position: relative;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 1.125rem;
  will-change: transform;
  transform-origin: center top;
  transition: transform 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 680px) {
  .scroll-top-list {
    height: 1rem;
  }
}
.scroll-top span {
  font-family: "Mulish", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0%;
  transition: all 0.3s ease;
  transform: translateY(-3%);
}
@media (max-width: 680px) {
  .scroll-top span {
    font-size: 1rem;
  }
}
.scroll-top:hover .scroll-top-list span:nth-child(1) {
  transform: translateY(-106%);
}
@media (max-width: 680px) {
  .scroll-top:hover .scroll-top-list span:nth-child(1) {
    transform: translateY(-107%);
  }
}
.scroll-top:hover .scroll-top-list span:nth-of-type(2) {
  transform: translateY(-106%);
}
@media (max-width: 680px) {
  .scroll-top:hover .scroll-top-list span:nth-of-type(2) {
    transform: translateY(-107%);
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: fit-content;
  gap: 0.5rem;
  padding-left: 0;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3766F4;
  opacity: 0.16;
  transition: 0.8s ease-in-out;
  border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.wpcf7-spinner,
.wpcf7-response-output {
  display: none;
}

input[type=submit] {
  width: 2.813rem;
  min-width: 2.813rem;
  height: 2.8133rem;
  display: inline-block;
  position: relative;
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath fill='%23686A70' d='M1.72 2.5a.469.469 0 0 0-.47.469V7.03a2.344 2.344 0 0 0 2.345 2.344h8.539L9.809 11.7a.469.469 0 0 0-.045.61l.045.053a.47.47 0 0 0 .61.045l.053-.045 3.125-3.125a.469.469 0 0 0 .046-.61l-.046-.053-3.125-3.125a.468.468 0 0 0-.708.61l.045.053 2.325 2.324h-8.54a1.406 1.406 0 0 1-1.403-1.31l-.004-.096V2.97a.469.469 0 0 0-.469-.469'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 0.938rem 0.938rem;
  background-repeat: no-repeat;
  transition: 0.15s ease-in-out;
  z-index: 1;
  font-size: 0;
}
@media (max-width: 680px) {
  input[type=submit] {
    background-size: 1.25rem 1.25rem;
  }
}

input[type=email], input[type=text] {
  height: 2.813rem;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 1.1rem 0.938rem 0.938rem;
  color: #fff;
  width: 100%;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.941rem;
  letter-spacing: 0%;
  color: #fff;
}
@media (max-width: 680px) {
  input[type=email], input[type=text] {
    height: 3.15rem;
    padding: 1rem 0.5rem 1rem 0.9rem;
  }
}
input[type=email]::placeholder, input[type=text]::placeholder {
  font-family: "Mulish", sans-serif;
  opacity: 0.4;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.941rem;
  letter-spacing: 0%;
  color: #686A70;
}
@media (max-width: 680px) {
  input[type=email]::placeholder, input[type=text]::placeholder {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.wpcf7-not-valid-tip {
  position: absolute;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.275rem;
}

.form__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2A2A2A;
  gap: 0.5rem;
  width: 100%;
  max-width: 12.875rem;
  border-radius: 0.313rem;
  border: 0.0625rem solid transparent;
  transition: all 0.3s ease;
}
.form__wrapper:has(.wpcf7-not-valid) {
  border: 0.0625rem solid red;
}
.form__wrapper .wpcf7-not-valid-tip {
  display: none;
}
.form__button {
  cursor: pointer;
}

.video {
  height: 34.148rem;
  width: 52.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 920px) {
  .video {
    height: 25rem;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 680px) {
  .video {
    height: 15.682rem;
  }
}
.video__item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video--play:before {
  opacity: 0;
}
.video-play {
  text-align: center;
  width: 100%;
  position: relative;
  text-align: center;
  letter-spacing: -0.4px;
  color: #FFFFFF;
  opacity: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 6.813rem;
  position: relative;
  transition: all 0.3s ease;
  height: 5.25rem;
  width: 16.78rem;
  min-width: 14.78rem;
  transform-origin: center;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  cursor: pointer;
}
@media (max-width: 920px) {
  .video-play {
    letter-spacing: -0.02rem;
    padding-right: 5rem;
    height: 4.25rem;
    width: 12rem;
    min-width: 12rem;
  }
}
.video-play--hidden {
  opacity: 0;
  z-index: -2;
}
.video-play:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 5.25rem;
  height: 5.25rem;
  min-width: 5.25rem;
  background-color: transparent;
  transition: all 0.3s ease;
  z-index: -1;
  border: 0.0625rem solid #fff;
}
@media (max-width: 920px) {
  .video-play:after {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }
}
.video-play:before {
  content: "";
  display: inline-block;
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  right: 0.12rem;
  top: 0.1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512.055 512.055'%3E%3Cpath d='M500.235 236.946 30.901 2.28C16.717-4.813.028 5.502.028 21.361v469.333c0 15.859 16.689 26.173 30.874 19.081l469.333-234.667c15.723-7.861 15.723-30.3 0-38.162zM42.694 456.176V55.879l400.297 200.149L42.694 456.176z' fill%0A='white'/%3E%3C/svg%3E");
  background-position: center;
  background-size: 0.875rem 0.875rem;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (max-width: 920px) {
  .video-play:before {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
  }
}
.video-play:hover, .video-play:focus {
  color: #181719;
}
.video-play:hover:after, .video-play:focus:after {
  width: 100%;
  background-color: #fff;
}
.video-play:hover:before, .video-play:focus:before {
  background-size: 1rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512.055 512.055'%3E%3Cpath d='M500.235 236.946 30.901 2.28C16.717-4.813.028 5.502.028 21.361v469.333c0 15.859 16.689 26.173 30.874 19.081l469.333-234.667c15.723-7.861 15.723-30.3 0-38.162zM42.694 456.176V55.879l400.297 200.149L42.694 456.176z' fill%0A='black'/%3E%3C/svg%3E");
}

.custom-select {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.875rem;
  border: 0.0625rem solid #181719;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
  padding: 1.689rem 1.813rem;
  flex: 1;
}

.custom-select select {
  display: none;
}

.select-selected {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "Mulish", sans-serif;
  color: #181719;
  transition: all 0.3s ease;
  letter-spacing: -0.02rem;
}
@media (max-width: 680px) {
  .select-selected {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.select-selected:after {
  content: "";
  background-color: #1E4D6B;
  position: absolute !important;
  top: 0;
  right: 0;
  width: 5.343rem;
  height: 5.343rem;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .select-selected:after {
    width: 4rem;
    height: 4rem;
  }
}
.select-selected:before {
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  width: 5.343rem;
  height: 5.343rem;
  display: block;
  transition: all 0.3s ease;
  position: absolute !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.98' height='15.601'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5' data-name='Сгруппировать 3'%3E%3Cpath d='M.75 7.816h12.84' data-name='Линия 1'/%3E%3Cpath stroke-dasharray='20 40' stroke-linejoin='round' d='m7.49 1.061 6.74 6.74-6.74 6.74' data-name='Контур 5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
@media (max-width: 680px) {
  .select-selected:before {
    width: 4rem;
    height: 4rem;
  }
}
.select-selected.select-arrow-active:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  font-family: "Mulish", sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.select-selected {
  z-index: 101;
}

/* Style items (options): */
.select-items {
  position: absolute;
  top: calc(100% - 0.7rem);
  left: 0;
  z-index: 99;
  overflow: hidden;
  transition: all 0.3s ease;
  max-height: 50rem;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  letter-spacing: -0.02rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  border: 0.0625rem solid black;
  top: calc(100% + 0.35rem);
  padding: 1.689rem 5.813rem 1.689rem 1.813rem;
  align-items: flex-start;
}
@media (max-width: 680px) {
  .select-items {
    font-size: 1rem;
    line-height: 1.625rem;
    padding: 1.375rem 1.813rem 1.438rem;
  }
}
.select-items:-webkit-scrollbar {
  display: none;
}

/* Hide the items when the select box is closed: */
.select-hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 0.0625rem solid transparent;
  background-color: transparent;
}

.header {
  position: fixed;
  top: 0.625rem;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 1s ease-in-out;
}
.header.hidden {
  opacity: 0;
  z-index: -1;
}
.header .container {
  position: relative;
  z-index: 100;
}
.header[data-color=dark] .header__logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(318%) hue-rotate(351deg) brightness(115%) contrast(100%);
}
.header[data-color=dark] .header__button span {
  color: #fff;
}
.header[data-color=dark] .header__contacts a span {
  color: #fff;
}
.header[data-color=dark] .header__contacts a:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23fff" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.header[data-color=white] .header__logo {
  filter: brightness(0) saturate(100%) invert(3%) sepia(7%) saturate(2462%) hue-rotate(202deg) brightness(95%) contrast(87%);
}
.header[data-color=white] .header__button span {
  color: #181719;
}
.header[data-color=white] .header__contacts a span {
  color: #181719;
}
.header[data-color=white] .header__contacts a:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23000" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.header[data-color=white] .header__nav-menu {
  border: 0.019rem solid #686A70;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.98rem;
  padding-bottom: 0.938rem;
}
.header__logo {
  width: 8.164rem;
  height: 1.046rem;
  transition: all 0.3s ease;
  position: relative;
  margin-right: 0.5rem;
}
@media (max-width: 920px) {
  .header__logo {
    height: 1.375rem;
    width: 10.886rem;
  }
}
.header__logo a {
  width: 100%;
  height: 100%;
  display: contents;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 920px) {
  .header__content {
    display: none;
  }
}
.header__button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.header__button-list {
  position: relative;
  line-height: 1.412rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 1.412rem;
  will-change: transform;
  transform-origin: center top;
  transition: transform 0.45s cubic-bezier(0.55, 0, 0.1, 1);
}
.header__button span {
  font-family: "Mulish", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.412rem;
  letter-spacing: 0%;
  transition: all 0.3s ease;
  transform: translateY(0);
}
.header__button--open span:nth-child(1) {
  transform: translateY(-100%);
}
.header__button--open span:nth-of-type(2) {
  transform: translateY(-100%);
}
.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.header__nav-list {
  position: absolute;
  top: calc(100% + 0.938rem);
  left: 50%;
  transform: translate(-50%, 10%);
  min-width: 14.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  opacity: 0;
  z-index: -10;
  transition: 0.35s linear;
  pointer-events: none;
}
@media (max-width: 680px) {
  .header__nav-list {
    left: auto;
    right: 0;
    transform: translate(0%, 30%);
  }
}
.header__nav-list--open {
  transform: translate(-50%, 0%);
  gap: 0.313rem;
  opacity: 1;
  z-index: 4;
  pointer-events: all;
}
@media (max-width: 920px) {
  .header__nav-list--open {
    transform: translate(0%, 0%);
  }
}
.header__nav-list--open .header__nav-menu, .header__nav-list--open .header__nav-button {
  pointer-events: all;
  transform: rotate(0deg);
  gap: 1.25rem;
}
.header__nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.25rem;
  gap: 1.25rem;
  background-color: #fff;
  list-style: none;
  width: 100%;
  border-radius: 0.438rem;
  transition: 0.35s linear;
  transform: rotate(5deg);
}
.header__nav-menu li {
  position: relative;
  width: 100%;
}
.header__nav-menu li:after {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
}
.header__nav-menu li + li {
  margin-top: 0;
}
.header__nav-menu a {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 0.938rem;
  flex-wrap: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
  color: #181719;
  transition: all 0.3s ease;
}
.header__nav-menu a:after {
  content: "";
  display: inline-block;
  width: 1.04rem;
  min-width: 1.04rem;
  min-height: 1.04rem;
  height: 1.04rem;
  transition: all 0.3s ease;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23000" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.header__nav-menu a:hover {
  color: #3766F4;
}
.header__nav-menu a:hover:after {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%233766F4" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.header__nav-button {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 0;
  border: none;
  background-color: #3766F4;
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.438rem;
  cursor: pointer;
  transition: 0.35s linear;
  transform: rotate(-5deg);
  pointer-events: none;
}
.header__nav-button:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  align-self: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="none"%3E%3Cpath fill="%23fff" d="M3.44 5a.937.937 0 0 0-.938.938v8.125a4.688 4.688 0 0 0 4.687 4.687h17.079l-4.65 4.65a.937.937 0 0 0-.09 1.22l.09.105a.938.938 0 0 0 1.221.091l.105-.091 6.25-6.25a.937.937 0 0 0 .091-1.22l-.09-.105-6.25-6.25a.937.937 0 0 0-1.417 1.22l.09.105 4.65 4.65H7.187a2.812 2.812 0 0 1-2.805-2.62l-.008-.193V5.938A.937.937 0 0 0 3.437 5"%3E%3C/path%3E%3C/svg%3E');
}
.header__nav-button span {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.719rem;
  letter-spacing: 0%;
  text-transform: none;
  color: #FCFCFC;
  color: #fff;
  text-transform: uppercase;
}
.header__nav-button span.underscore {
  color: #FCFCFC;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.412rem;
  letter-spacing: 0%;
  text-transform: none;
  margin-right: 0.35rem;
}
.header__nav-button:after {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin-left: 1.05rem;
}
.header__nav-button .header_nav-button__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.header__nav-button:hover .underscore {
  animation: blink 1s infinite;
}
.header__menu-open {
  display: none;
}
@media (max-width: 920px) {
  .header__menu-open {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 3.125rem;
    height: 3.125rem;
    min-width: 3.125rem;
    background-color: #1E4D6B;
    border: none;
    gap: 3px;
  }
}
.header__menu-open:before, .header__menu-open:after,
.header__menu-open span {
  content: "";
  width: 1rem;
  height: 2px;
  min-height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease;
  border-radius: 0.13rem;
}
.header__menu-open.open:before,
.header__menu-open.open span {
  width: 1.2rem;
}
.header__menu-open.open:after {
  width: 1rem;
}
@media (max-width: 680px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: nowrap;
  text-transform: uppercase;
  white-space: nowrap;
  gap: 0;
}
.header__contacts a:after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.header__contacts a span {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.412rem;
  letter-spacing: 0%;
  text-transform: none;
  color: #fff;
}
.header__contacts a span.underscore {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.412rem;
  letter-spacing: 0%;
  text-transform: none;
  margin-right: 0.35rem;
}
.header__contacts a:after {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  margin-left: 1.05rem;
}
.header__contacts a:hover .underscore {
  animation: blink 1s infinite;
}
.header--transparent {
  position: absolute;
  background: transparent;
}
.header--transparent .header__wrapper {
  padding-top: 3.2rem;
}
@media (max-width: 920px) {
  .header--transparent .header__wrapper {
    padding-top: 1.6rem;
  }
}
.header--transparent .header__logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg) brightness(118%) contrast(118%);
}
.header--transparent .header__nav:after {
  background-color: #fff;
}
.header--transparent .header__nav-list a {
  color: #fff;
}
.header--transparent .header__nav-list li:after {
  border: 0.0625rem solid #fff;
}
.header--transparent .header__nav-list li.menu-item-has-children:hover .sub-menu {
  background-color: rgba(255, 255, 255, 0.2);
}
.header--transparent .header__nav-list li.menu-item-has-children .sub-menu a {
  color: #fff;
}
.header--transparent .header__contacts a {
  color: #fff;
}

.hero-slider {
  min-height: fit-content;
  overflow: hidden;
}
@media (max-width: 920px) {
  .hero-slider {
    height: fit-content;
    position: relative;
  }
}
.hero-slider .container {
  height: 100%;
}
.hero-slider__wrapper {
  padding-top: 15.0625rem;
  padding-bottom: 6.1rem;
}
@media (max-width: 920px) {
  .hero-slider__wrapper {
    padding-top: 12.563rem;
    padding-bottom: 2.75rem;
  }
}
.hero-slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 69.688rem;
  min-height: 69.688rem;
}
@media (max-width: 920px) {
  .hero-slider__inner {
    height: 100%;
    min-height: 100%;
  }
}
.hero-slider__background {
  height: 100%;
}
.hero-slider__background-image {
  height: 69.688rem;
  min-height: 69.688rem;
}
@media (max-width: 920px) {
  .hero-slider__background-image {
    height: 100%;
    min-height: 100%;
  }
}
.hero-slider__background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #051937 0% 0% no-repeat padding-box;
  opacity: 0.55;
}
.hero-slider__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.hero-slider__content {
  overflow: visible;
}
.hero-slider__content-slide {
  position: relative;
}
.hero-slider__content-slide .hero-slider__title,
.hero-slider__content-slide .hero-slider__subtitle,
.hero-slider__content-slide .hero-slider__link {
  position: relative;
  opacity: 0 !important;
  left: -3rem;
  transition: 1s ease-in-out !important;
}
.hero-slider__content-slide.swiper-slide-active .hero-slider__title,
.hero-slider__content-slide.swiper-slide-active .hero-slider__subtitle,
.hero-slider__content-slide.swiper-slide-active .hero-slider__link {
  opacity: 1 !important;
  left: 0;
  transition-delay: 0.5s;
}
.hero-slider__content-slide.swiper-slide-prev .hero-slider__title,
.hero-slider__content-slide.swiper-slide-prev .hero-slider__subtitle,
.hero-slider__content-slide.swiper-slide-prev .hero-slider__link {
  opacity: 0 !important;
  left: -3rem;
}
.hero-slider__title {
  display: block;
  max-width: 52.5rem;
}
.hero-slider__title h1,
.hero-slider__title h2,
.hero-slider__title h3,
.hero-slider__title h4 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 5.125rem;
  letter-spacing: -0.18rem;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
}
@media (max-width: 920px) {
  .hero-slider__title h1,
  .hero-slider__title h2,
  .hero-slider__title h3,
  .hero-slider__title h4 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    letter-spacing: -0.085rem;
  }
}
.hero-slider__subtitle {
  margin-top: 1.91rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 52.4375rem;
}
@media (max-width: 920px) {
  .hero-slider__subtitle {
    margin-top: 2.063rem;
  }
}
.hero-slider__subtitle h1,
.hero-slider__subtitle h2,
.hero-slider__subtitle h3,
.hero-slider__subtitle h4,
.hero-slider__subtitle h5,
.hero-slider__subtitle a,
.hero-slider__subtitle p,
.hero-slider__subtitle span {
  font-family: "Mulish", sans-serif;
  font-size: 1.625rem;
  line-height: 2.25rem;
  letter-spacing: -0.0325rem;
  color: #fff;
}
@media (max-width: 920px) {
  .hero-slider__subtitle h1,
  .hero-slider__subtitle h2,
  .hero-slider__subtitle h3,
  .hero-slider__subtitle h4,
  .hero-slider__subtitle h5,
  .hero-slider__subtitle a,
  .hero-slider__subtitle p,
  .hero-slider__subtitle span {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -0.023rem;
  }
}
.hero-slider__link {
  margin-top: 2.5rem;
  overflow: visible;
}
.hero-slider__link a {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  position: relative;
  min-width: 14.5rem;
  min-height: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 920px) {
  .hero-slider__link a {
    min-height: 3.75rem;
    min-width: 12.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.02rem;
  }
}
.hero-slider__link a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
  z-index: -1;
  opacity: 0;
}
.hero-slider__link a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid #fff;
  top: 50%;
  left: calc(50% + 0.0625rem);
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}
.hero-slider__link a:hover {
  color: #181719;
}
.hero-slider__link a:hover:before {
  opacity: 0;
  width: 95%;
  height: 95%;
}
.hero-slider__link a:hover:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.hero-slider__statistic {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  gap: 2.25rem;
  margin-top: 6.5rem;
}
@media (max-width: 920px) {
  .hero-slider__statistic {
    margin-top: 5.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 680px) {
  .hero-slider__statistic {
    flex-direction: column;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
.hero-slider__statistic-item {
  width: 100%;
  height: fit-content;
  padding-bottom: 2.8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  flex: 1 0 0;
}
@media (max-width: 920px) {
  .hero-slider__statistic-item {
    padding-bottom: 1.563rem;
    height: 100%;
  }
}
.hero-slider__statistic-item:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: 0.15s ease-in-out;
  height: 0.0625rem;
  bottom: 0;
  left: 0;
}
.hero-slider__statistic-item:hover .hero-slider__statistic-title {
  transform: scale(1.05);
}
.hero-slider__statistic-item:hover .hero-slider__statistic-description {
  transform: translateY(0.2rem);
}
.hero-slider__statistic-item:hover:after {
  width: 80%;
  left: -0.5rem;
}
.hero-slider__statistic-title {
  text-align: left;
  font-weight: 500;
  font-size: 4.875rem;
  line-height: 4.875rem;
  font-family: "Mulish", sans-serif;
  letter-spacing: -0.0975rem;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  color: #fff;
  transition: 0.15s ease-in-out;
  transform-origin: left;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 920px) {
  .hero-slider__statistic-title {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
.hero-slider__statistic-title:after {
  content: "";
  position: relative;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  background-position: top center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -0.5 9 9'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M9 3v2H5.625v3h-2.25V5H0V3h3.375V0h2.25v3z'/%3E%3C/svg%3E");
}
@media (max-width: 920px) {
  .hero-slider__statistic-title:after {
    margin-top: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1rem 1rem;
  }
}
.hero-slider__statistic-description {
  text-align: left;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Mulish", sans-serif;
  color: #FFFFFF;
  opacity: 1;
  transition: 0.15s ease-in-out;
  margin-top: 0.5rem;
}
@media (max-width: 920px) {
  .hero-slider__statistic-description {
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.02rem;
  }
}
.hero-slider__description {
  position: relative;
  z-index: 2;
  margin-top: 1.4975rem;
  max-width: 65.375rem;
  width: 100%;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.58;
}
@media (max-width: 920px) {
  .hero-slider__description {
    margin-top: 4rem;
  }
}
.hero-slider__pagination {
  display: flex;
  position: relative;
  bottom: auto !important;
  right: auto !important;
  top: auto !important;
  left: 0 !important;
  margin-top: 2.4375rem;
}
@media (max-width: 920px) {
  .hero-slider__pagination {
    margin-top: 2.938rem;
  }
}
@media (max-width: 680px) {
  .hero-slider__pagination {
    width: 100% !important;
    justify-content: center;
    padding-left: 0 !important;
  }
}

.footer {
  background-color: #181719;
}
.footer .container {
  width: 100%;
  padding-right: 0;
  padding-left: 15rem;
}
@media (max-width: 680px) {
  .footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__wrapper {
  padding-top: 4.3rem;
  padding-bottom: 3.55rem;
  display: grid;
  grid-template-columns: 1fr 33.8rem;
  width: 100%;
  gap: 2rem;
}
@media (max-width: 680px) {
  .footer__wrapper {
    padding-top: 0;
    padding-bottom: 0.4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.575rem;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  height: 100%;
}
.footer__left .footer__text {
  display: block;
}
@media (max-width: 920px) {
  .footer__left .footer__text {
    display: none;
  }
}
.footer__left-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.23rem;
}
@media (max-width: 680px) {
  .footer__left-top {
    gap: 1.6rem;
  }
}
.footer__logo {
  height: 10rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 680px) {
  .footer__logo {
    height: 3.125rem;
  }
}
.footer__logo img {
  width: 100%;
  height: 10.105rem;
  object-fit: contain;
  object-position: bottom;
}
@media (max-width: 920px) {
  .footer__logo img {
    height: 100%;
  }
}
.footer__general {
  max-width: 12.875rem;
}
.footer__general h3 {
  width: 100%;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.42rem;
  letter-spacing: 0;
}
.footer__form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.35rem;
}
@media (max-width: 680px) {
  .footer__form {
    gap: 0.55rem;
  }
}
.footer__form-label {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.941rem;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 680px) {
  .footer__form-label {
    line-height: 1;
  }
}
.footer__form input {
  outline: none;
}
.footer__text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.941rem;
  letter-spacing: 0%;
  color: #fff;
  display: none;
}
@media (max-width: 920px) {
  .footer__text {
    display: block;
    grid-area: 2/1/3/3;
  }
}
@media (max-width: 680px) {
  .footer__text {
    grid-area: auto;
    margin-top: 0.15rem;
  }
}
.footer__right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  width: 33.813rem;
}
@media (max-width: 680px) {
  .footer__right {
    width: 100%;
  }
}
.footer__right * {
  color: #fff;
}
.footer__group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  border-top: 0.031rem solid #686A70;
  gap: 0.45rem;
  width: 100%;
}
@media (max-width: 680px) {
  .footer__group {
    padding-top: 1.35rem;
    justify-content: space-between;
    padding-bottom: 1.3rem;
  }
}
.footer__group-heading {
  width: 16.688rem;
}
@media (max-width: 680px) {
  .footer__group-heading {
    width: 10rem;
  }
}
.footer__group-heading * {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0;
  color: #686A70;
}
.footer__group:has(.button-cta) {
  padding-top: 0.65rem;
  padding-bottom: 1.17rem;
}
@media (max-width: 680px) {
  .footer__group:has(.button-cta) {
    padding-top: 1.28rem;
    padding-bottom: 1.12rem;
    align-items: center;
  }
}
.footer__group:has(.button-cta) .footer__group-heading * {
  line-height: 1.25;
}
.footer__links {
  width: 13rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.67rem;
  padding-top: 0.7rem;
}
@media (max-width: 680px) {
  .footer__links {
    padding-top: 0;
    width: 7.25rem;
    gap: 0.57rem;
  }
}
.footer__links:has(.button-cta) {
  padding-top: 0.6rem;
}
@media (max-width: 680px) {
  .footer__links:has(.button-cta) {
    padding-top: 0;
    width: auto;
  }
}
.footer__links-link {
  width: 100%;
  justify-content: space-between;
}
.footer__links-link--simple {
  display: flex;
  width: fit-content;
}
.footer__links-link--simple span {
  font-size: 1.125rem;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: #686A70;
}
@media (max-width: 680px) {
  .footer__links-link--simple span {
    font-size: 1rem;
  }
}
.footer__additional {
  border-top: 0.031rem solid #686A70;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.35rem;
  gap: 1.3rem;
}
@media (max-width: 680px) {
  .footer__additional {
    flex-direction: column;
    gap: 1.15rem;
    padding-top: 1.42rem;
  }
}
.footer__copyright {
  flex: 1;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #686A70;
}
.footer__services {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.footer__services-separator {
  width: 0.0625rem;
  height: 0.5rem;
  background-color: #686A70;
}
.footer__services a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #686A70;
  transition: all 0.3s ease;
}
.footer__services a:hover {
  color: #fff;
}
.footer__copy {
  position: absolute;
  transform: translate(-50%, -50%);
  display: none;
  height: 4.5rem;
  width: 9.5rem;
  background: rgba(41, 41, 41, 0.8);
  color: white;
  border-radius: 0.313rem;
  backdrop-filter: blur(0.625rem);
  -webkit-backdrop-filter: blur(0.625rem);
  padding: 1rem;
  text-align: center;
  z-index: 1000;
  pointer-events: none;
  border: 0.031rem solid #686A70;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}
@media (max-width: 680px) {
  .footer__copy {
    height: 2.5rem;
    width: 7.5rem;
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
.footer__copy.copied {
  color: #3766F4;
}

.spacer {
  height: var(--space-desktop);
}
@media (max-width: 920px) {
  .spacer {
    height: var(--space-tablet);
  }
}
@media (max-width: 680px) {
  .spacer {
    height: var(--space-mobile);
  }
}

.error__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
}
.error__title {
  font-size: 120px;
  margin-bottom: 18px;
  line-height: 1;
}
@media (max-width: 920px) {
  .error__title {
    font-size: 80px;
  }
}
.error__text {
  font-size: 64px;
  margin-bottom: 32px;
}

.hero {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #F9F9F9;
}
.hero__wrapper {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8.438rem;
}
@media (max-width: 920px) {
  .hero__wrapper {
    gap: 6rem;
  }
}
@media (max-width: 680px) {
  .hero__wrapper {
    gap: 3.75rem;
  }
}
.hero__title {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 4.875rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #181719;
  text-align: left;
}
@media (max-width: 920px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .hero__title {
    font-size: 1.875rem;
  }
}
.hero__printing * {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 4.875rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #181719;
  text-align: left;
  color: #3766F4;
}
@media (max-width: 920px) {
  .hero__printing * {
    font-size: 3rem;
  }
}
@media (max-width: 680px) {
  .hero__printing * {
    font-size: 1.875rem;
  }
}
@media (max-width: 680px) {
  .hero__printing {
    min-height: 4.5rem;
  }
}
.hero__label * {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 1%;
  text-transform: uppercase;
  color: #686A70;
}
@media (max-width: 680px) {
  .hero__label * {
    font-size: 0.938rem;
  }
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: 0;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0.188rem 2.313rem rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 920px) {
  .modal {
    padding: 0;
  }
}
.modal--show {
  opacity: 1;
  z-index: 15;
}
.modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
  padding: 4.464rem 4.6rem 4.464rem 5.125rem;
}
@media (max-width: 680px) {
  .modal__content {
    padding: 4.464rem 1.6rem 1.6rem 1.6rem;
  }
}
.modal__content p {
  width: 100%;
}
.modal__top {
  width: 100%;
}
.modal__name {
  color: #181719;
  letter-spacing: -0.07rem;
  text-align: left;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 500;
  margin-bottom: 0.409rem;
}
.modal__description {
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.313rem;
  position: relative;
  overflow: auto;
  padding-right: 5.313rem;
  margin-top: 3.502rem;
}
@media (max-width: 680px) {
  .modal__description {
    margin-top: 2rem;
    padding-right: 3rem;
  }
}
.modal__close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.033' height='15.601'%3E%3Cg data-name='Group 4'%3E%3Cg fill='none' stroke='%23051937' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' data-name='Group 3'%3E%3Cpath d='M13.973 1.38 7.509 7.819l6.464 6.401' data-name='Path 40999'/%3E%3Cpath stroke-dasharray='20 40' d='m1.061 1.06 6.74 6.74-6.74 6.74' data-name='Path 5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
  background-color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  display: block;
  width: 5.313rem;
  height: 5.313rem;
  transition: 0.4s;
  z-index: 5;
  transform-origin: center;
  cursor: pointer;
  border: 0.063rem solid #181719;
}
@media (max-width: 680px) {
  .modal__close {
    background-size: 0.972rem 0.972rem;
    width: 2.972rem;
    height: 2.972rem;
    top: 1rem;
    right: 1.716rem;
  }
}
.modal__close:hover {
  transform: scale(1.2);
}
.modal__preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.modal__preloader img {
  width: 4rem;
  height: 4rem;
  max-height: 4rem;
  min-height: 4rem;
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.modal__information {
  display: flex;
  position: relative;
}
.modal__position {
  letter-spacing: -0.02rem;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #181719;
}
.modal__description {
  position: relative;
}
.modal__description::-webkit-scrollbar {
  width: 0.4375rem;
  transform: translateX(3.4375rem);
}
.modal__description::-webkit-scrollbar-track {
  background: #1E4D6B;
  opacity: 0.05;
}
.modal__description::-webkit-scrollbar-thumb {
  background: #1E4D6B;
  opacity: 0.05;
  transition: 0.3s ease-in-out;
  border-radius: 0.25rem;
}
.modal-team {
  max-width: 92.688rem;
  max-height: 43rem;
  height: 100%;
}

.active_modal {
  overflow: hidden;
  height: 100vh;
}

.post__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  padding-left: 7.5rem;
}
@media (max-width: 920px) {
  .post__wrapper {
    padding-top: 4.188rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.post__header {
  margin-bottom: 7.25rem;
  min-height: 28rem;
  height: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 920px) {
  .post__header {
    min-height: 20.625rem;
    margin-bottom: 0;
    align-items: flex-start;
    padding-top: 4.375rem;
    padding-bottom: 1rem;
  }
}
.post__header:not(.post__thumbnail) {
  background-color: #BDD1D9;
}
.post__title h1 {
  text-align: left;
  color: #fff;
  font-size: 3.25rem;
  line-height: 3.875rem;
  letter-spacing: -0.13rem;
}
@media (max-width: 920px) {
  .post__title h1 {
    font-size: 2.125rem;
    line-height: 2.75rem;
    letter-spacing: -0.085rem;
  }
}
.post__thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.post__thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #051937;
  opacity: 0.3;
}
.post__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}
.post__aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.331rem;
  max-width: 33.75rem;
  width: 100%;
}
@media (max-width: 920px) {
  .post__aside {
    display: none;
  }
}
.post__meta {
  margin-bottom: 1.125rem;
}
.post__main {
  max-width: 70rem;
  width: 100%;
}
@media (max-width: 920px) {
  .post__main {
    max-width: 100%;
  }
}
.post__content {
  margin-top: 4.188rem;
  padding-bottom: 5.469rem;
}
@media (max-width: 920px) {
  .post__content {
    padding-bottom: 3.438rem;
    margin-top: 3.438rem;
  }
}
.post__content p > strong {
  font-weight: 500;
}
.post__content * {
  font-size: 1rem;
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 920px) {
  .post__content * {
    font-size: 0.875rem;
  }
}
@media (max-width: 680px) {
  .post__content * {
    font-size: 1rem;
  }
}
.post__content p:has(img) {
  margin: 4.188rem auto;
  max-width: 100%;
}
@media (max-width: 920px) {
  .post__content p:has(img) {
    margin: 3.438rem 0;
  }
}
.post__content p:has(img) img {
  width: 100%;
  height: 28.688rem;
  object-fit: cover;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 920px) {
  .post__content p:has(img) img {
    height: 20.125rem;
  }
}
.post__content a {
  display: inline-flex;
  color: #92A183;
  text-decoration: underline;
}
.post__content h1 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 500;
}
.post__content h2 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.post__content h3 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 2rem;
  font-size: 1.5rem;
  letter-spacing: -0.03rem;
  font-weight: 500;
}
.post__content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.post__content img {
  display: block;
  margin: 1rem auto;
}
@media (max-width: 680px) {
  .post__content ul,
  .post__content ol {
    padding-left: 1.2rem;
  }
}
.post__content i {
  font-style: italic;
}
.post__content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
  padding-left: 1.5rem;
}
.post__navigation .container {
  border-top: 0.0625rem solid #BDD1D9;
  padding-top: 5.048rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 920px) {
  .post__navigation .container {
    padding-left: 0;
    padding-top: 3.438rem;
    padding-right: 0;
  }
}
.post__back {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.25rem;
  position: relative;
  padding: 1.75rem 4.625rem;
  min-height: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 920px) {
  .post__back {
    padding: 1.375rem 1.438rem;
    min-height: 4rem;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: -0.02rem;
  }
}
.post__back:after {
  content: "";
  position: absolute;
  background-color: #604834;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
  z-index: -2;
  opacity: 0;
}
.post__back:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1E4D6B;
  top: 50%;
  z-index: -3;
  left: calc(50% + 0.0625rem);
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}
.post__back:hover:before {
  opacity: 0;
  width: 95%;
  height: 95%;
}
.post__back:hover:after {
  opacity: 1;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.post__changes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.501rem;
}
@media (max-width: 920px) {
  .post__changes {
    gap: 0.813rem;
  }
}
.post__change {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.954rem;
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 920px) {
  .post__change {
    font-size: 0;
    gap: 0;
  }
}
.post__change.no-post {
  opacity: 0.5;
  pointer-events: none;
}
.post__change.post__prev {
  flex-direction: row-reverse;
}
.post__change-arrow {
  display: inline-block;
  width: 5.343rem;
  height: 5.343rem;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
}
@media (max-width: 920px) {
  .post__change-arrow {
    width: 4rem;
    height: 4rem;
  }
}
.post__change-arrow:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.0625rem solid #181719;
  transition: all 0.3s ease;
}
.post__change:hover .post__change-arrow:before {
  transform: translate(-50%, -50%) scale(1.1);
}
.post__prev .post__change-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.98' height='15.601' viewBox='0 0 14.98 15.601'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='M14.231 7.816H1.39' data-name='Линия 1'/%3E%3Cpath fill='none' stroke='%23000' stroke-dasharray='20 40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M7.49 1.061.75 7.801l6.74 6.74' data-name='Контур 5'/%3E%3C/svg%3E");
}
.post__next .post__change-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.98' height='15.601' viewBox='0 0 14.98 15.601'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='M.75 7.816h12.84' data-name='Линия 1'/%3E%3Cpath fill='none' stroke='%23000' stroke-dasharray='20 40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7.49 1.061 6.74 6.74-6.74 6.74' data-name='Контур 5'/%3E%3C/svg%3E");
}
.post__last {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3rem;
  width: 100%;
}
.post__last-data {
  padding-right: 3rem;
}
.post__last-post {
  padding-bottom: 3.131rem;
  border-bottom: 0.0625rem solid #BDD1D9;
  width: 100%;
}
.post__last-meta {
  margin-bottom: 0.607rem;
}
.post__last-description h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0.028rem;
  margin-bottom: 2.116rem;
  max-width: 15.313rem;
  font-weight: 500;
}
.post__last-description p {
  font-size: 1rem;
  max-width: 26.375rem;
}
@media (max-width: 920px) {
  .post__last-description p {
    font-size: 0.875rem;
  }
}
@media (max-width: 680px) {
  .post__last-description p {
    font-size: 1rem;
  }
}
.post__last-description strong {
  font-weight: 500;
}
.post__last a {
  margin-top: 4.271rem;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.266rem;
  transition: all 0.3s ease;
}
.post__last a:hover {
  gap: 2rem;
}
.post__last a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.98' height='15.601' viewBox='0 0 14.98 15.601'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='M.75 7.816h12.84' data-name='Линия 1'/%3E%3Cpath fill='none' stroke='%23000' stroke-dasharray='20 40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m7.49 1.061 6.74 6.74-6.74 6.74' data-name='Контур 5'/%3E%3C/svg%3E");
  transition: all 0.3s ease;
}

.default-page__wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.default-page__wrapper h1 {
  margin-bottom: 2rem;
  margin-top: 7rem;
}
@media (max-width: 920px) {
  .default-page__wrapper h1 {
    margin-top: 5rem;
  }
}
@media (max-width: 680px) {
  .default-page__wrapper h1 {
    margin-top: 3rem;
  }
}
.default-page__wrapper a {
  display: inline-block;
  text-decoration: underline;
  color: #92A183;
}

body:has(.burger-menu.open) {
  overflow: hidden;
  max-width: 100vh;
}
body:has(.burger-menu.open) .header__logo {
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7500%) hue-rotate(183deg) brightness(113%) contrast(101%);
}

.burger-menu {
  position: fixed;
  font-family: "Mulish", sans-serif;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: #fff;
  font-size: 1.313rem;
  background-color: #1E4D6B;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.125rem;
  transform: translate(100%);
  transition: all 0.3s ease;
  overflow-y: auto;
}
.burger-menu.open {
  transform: translateX(0);
}
.burger-menu__content {
  padding-top: 7.063rem;
}
.burger-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  list-style: none;
  padding-left: 0;
}
.burger-menu__nav .sub-menu {
  z-index: -100;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-top: 2.063rem;
  margin-bottom: 1.969rem;
  opacity: 0;
  padding-left: 0;
  list-style: none;
}
.burger-menu__nav .sub-menu .menu-link {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: -0.02rem;
  color: #fff;
}
.burger-menu__nav li + li {
  margin-top: 0;
}
.burger-menu__nav > .menu-item {
  border-top: 0.0625rem solid rgba(189, 209, 217, 0.2901960784);
  padding-top: 1.531rem;
  position: relative;
  transition: 0.5s ease;
}
.burger-menu__nav > .menu-item:before {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  left: -2rem;
  top: 0;
  background-color: #BDD1D9;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease;
}
.burger-menu__nav .menu-item {
  width: fit-content;
  width: 100%;
}
@media (max-width: 920px) {
  .burger-menu__nav .menu-item a {
    font-size: 1.313rem;
    line-height: 1.625rem;
  }
}
.burger-menu__nav .menu-item.open {
  border-top: 0.0625rem solid transparent;
}
.burger-menu__nav .menu-item.open:before {
  opacity: 0.16;
}
.burger-menu__nav .menu-item-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.burger-menu__nav .menu-item-wrapper a {
  font-size: 2.125rem;
  line-height: 2.75rem;
  letter-spacing: -0.085rem;
  color: #fff;
  font-weight: 500;
}
.burger-menu__nav .menu-item:has(.sub-menu) > a {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
}
.burger-menu__nav .menu-arrow {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14m0 0-7-7m7 7-7 7'/%3E%3C/svg%3E");
  background-size: 1.438rem 1.438rem;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  cursor: pointer;
}
.burger-menu__nav .menu-item:has(.sub-menu).open .sub-menu {
  opacity: 1;
  max-height: 500rem;
  z-index: 100;
}
.burger-menu__nav .menu-item:has(.sub-menu).open .menu-arrow {
  transform: rotate(90deg);
}
.burger-menu__bottom > a {
  text-align: center;
  width: 100%;
  justify-content: space-between;
}

.preloader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  max-width: none;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding: 0;
  background-color: #181719;
  color: #fff;
}
.preloader.hide {
  opacity: 0;
  z-index: -10;
}
.preloader .container {
  height: 100%;
}
.preloader__wrapper {
  width: 100%;
  height: 100%;
  padding-bottom: 1.5rem;
  display: flex;
  align-items: flex-end;
}
.preloader--simple-text .preloader__middle {
  overflow: hidden;
  height: 1.889rem;
}
.preloader--simple-text .preloader__middle-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}
.preloader--simple-text .preloader__middle-list span {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.505rem;
  line-height: 1.889rem;
  letter-spacing: 0%;
  color: #fff;
  text-transform: capitalize;
}
.preloader__middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.preloader__bottom {
  width: 100%;
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
}
.preloader__bottom .empty {
  min-width: 15.625rem;
  display: block;
  position: relative;
}
@media (max-width: 680px) {
  .preloader__bottom .empty {
    display: none;
  }
}
.preloader__bottom-counter {
  min-width: 15.625rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 680px) {
  .preloader__bottom-counter {
    min-width: 10rem;
    gap: 0.5rem;
  }
}
.preloader__bottom-counter span {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 7.5rem;
  letter-spacing: 0%;
  min-width: 10rem;
}
@media (max-width: 680px) {
  .preloader__bottom-counter span {
    font-size: 4rem;
    line-height: 1;
    min-width: 7rem;
  }
}
.preloader__bottom-underscore {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 6.25rem;
  line-height: 7.5rem;
  letter-spacing: 0%;
  min-height: fit-content;
}
@media (max-width: 680px) {
  .preloader__bottom-underscore {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.preloader__bottom-text {
  width: fit-content;
  min-width: fit-content;
}

.hover-cards {
  background-color: #fff;
}
@media (max-width: 680px) {
  .hover-cards {
    background-color: #F9F9F9;
    padding-bottom: 3.125rem;
  }
}
.hover-cards__top {
  padding-top: 3.938rem;
  padding-bottom: 3.938rem;
}
@media (max-width: 920px) {
  .hover-cards__top {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__top {
    padding-top: 0rem;
    padding-bottom: 2.625rem;
  }
}
.hover-cards__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 39.125rem;
  border-top: 0.003rem solid #686A70;
  border-bottom: 0.003rem solid #686A70;
}
@media (max-width: 920px) {
  .hover-cards__content {
    grid-template-rows: 29.125rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__content {
    border: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.hover-cards__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.hover-cards__card:hover .hover-cards__slide-outer {
  opacity: 0;
}
@media (max-width: 680px) {
  .hover-cards__card:hover .hover-cards__slide-outer {
    opacity: 1;
  }
}
.hover-cards__card:hover .hover-cards__slide-inner {
  opacity: 1;
  pointer-events: all;
}
.hover-cards__card + .hover-cards__card {
  border-left: 0.003rem solid #686A70;
}
@media (max-width: 680px) {
  .hover-cards__card + .hover-cards__card {
    border: none;
  }
}
.hover-cards__slide {
  padding: 2.85rem 3.75rem 3.75rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 920px) {
  .hover-cards__slide {
    padding: 1.5rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide {
    border-radius: 0.5rem;
    min-height: 21.886rem;
    height: fit-content;
  }
}
.hover-cards__slide:has(.hover-cards__slide-link) {
  padding: 2.85rem 3.75rem 4.1rem;
}
@media (max-width: 920px) {
  .hover-cards__slide:has(.hover-cards__slide-link) {
    padding: 1.5rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide:has(.hover-cards__slide-link) {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.hover-cards__slide-inner {
  background-color: #181719;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 680px) {
  .hover-cards__slide-inner {
    position: relative;
    pointer-events: all;
    opacity: 1;
  }
}
.hover-cards__slide-inner:not(:has(.hover-cards__slide-tag)) {
  padding-top: 3.6rem;
}
@media (max-width: 680px) {
  .hover-cards__slide-inner:not(:has(.hover-cards__slide-tag)) {
    padding-top: 2.18rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide-inner:not(:has(.hover-cards__slide-tag)) {
    padding-top: 1.5rem;
  }
}
.hover-cards__slide-inner:not(:has(.hover-cards__slide-tag)) .hover-cards__slide-top {
  justify-content: flex-end;
}
.hover-cards__slide-inner .hover-cards__slide-number {
  color: #fff;
}
.hover-cards__slide-inner .hover-cards__slide-tag, .hover-cards__slide-inner .hover-cards__slide-technologies {
  opacity: 1;
}
.hover-cards__slide-outer {
  padding: 3.6rem 3.75rem 3.65rem;
}
@media (max-width: 920px) {
  .hover-cards__slide-outer {
    padding: 2.18rem 1.5rem 1.5rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide-outer {
    padding: 1.5rem;
    background-color: #fff;
  }
}
.hover-cards__slide-outer .hover-cards__slide-top {
  justify-content: flex-end;
}
.hover-cards__slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.hover-cards__slide-tag {
  background-color: #fff;
  padding: 0.7rem 1rem 0.57rem;
  border-radius: 0.438rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .hover-cards__slide-tag {
    font-size: 0.75rem;
    padding: 0.375rem 0.5rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide-tag {
    border-radius: 0.245rem;
  }
}
.hover-cards__slide-number {
  font-family: Mulish;
  font-weight: 400;
  font-size: 1rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
  color: #3766F4;
  transition: all 0.3s ease;
}
@media (max-width: 920px) {
  .hover-cards__slide-number {
    font-size: 0.75rem;
  }
}
.hover-cards__slide-technologies {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
  flex-wrap: wrap;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .hover-cards__slide-technologies {
    gap: 0.625rem 0.349rem;
  }
}
.hover-cards__slide-technologies span {
  padding: 0.55rem 0.7rem;
  border: 0.0625rem solid;
  white-space: nowrap;
  border-radius: 0.438rem;
  border-image-source: linear-gradient(226.94deg, #292D3B -63.59%, #3B3B3B 2.53%, #212430 58.74%, #1F2130 80.23%), linear-gradient(226.94deg, #292D3B -63.59%, #6D6D6D 2.53%, #858585 58.74%, #7A7A7A 80.23%);
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
  color: #fff;
}
@media (max-width: 680px) {
  .hover-cards__slide-technologies span {
    font-size: 0.625rem;
    border-radius: 0.245rem;
    padding: 0.24rem 0.39rem;
  }
}
.hover-cards__slide-bottom {
  width: 100%;
}
.hover-cards__slide-heading {
  color: #181719;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (max-width: 920px) {
  .hover-cards__slide-heading {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide-heading {
    font-size: 1.375rem;
  }
}
.hover-cards__slide-link .anim-typewriter__inner span {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media (max-width: 920px) {
  .hover-cards__slide-link .anim-typewriter__inner span {
    font-size: 1.25rem;
  }
}
@media (max-width: 680px) {
  .hover-cards__slide-link .anim-typewriter__inner span {
    font-size: 1rem;
  }
}
@media (max-width: 920px) {
  .hover-cards__slide-link.anim-typewriter {
    justify-content: flex-start;
  }
}
.hover-cards__slide-link.anim-typewriter:after {
  width: 1.875rem;
  min-width: 1.875rem;
  height: 1.875rem;
}
@media (max-width: 920px) {
  .hover-cards__slide-link.anim-typewriter:after {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
  }
}
.hover-cards .swiper-pagination {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  margin: 1rem auto 0;
  padding: 0;
}
@media (max-width: 680px) {
  .hover-cards .swiper-pagination {
    display: flex;
  }
}

.partners-cards {
  width: 100vw;
  max-width: 100vw;
  position: relative;
}
.partners-cards[data-color=black] .partners-cards__title, .partners-cards[data-color=black] .partners-cards__text {
  color: #fff;
}
.partners-cards[data-color=black] .partners-cards__open {
  background: #fff;
}
.partners-cards[data-color=black] .partners-cards__open span {
  color: #181719;
}
.partners-cards__wrapper {
  padding-top: 4.375rem;
  padding-bottom: 3.875rem;
  position: relative;
}
.partners-cards__top {
  position: relative;
  top: 6rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.partners-cards__top .container {
  width: 100%;
}
.partners-cards__content {
  height: 100vh;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transform: translate(0, 0);
}
.partners-cards__card {
  display: flex;
  width: fit-content;
  position: absolute;
  top: 0;
  top: 25%;
  z-index: 5;
}
.partners-cards__card-inner {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: transform 0.7s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  width: 29.438rem;
  min-height: 33.063rem;
}
.partners-cards__card-face, .partners-cards__card-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.partners-cards__card-face {
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  background: rgba(28, 28, 32, 0.9490196078);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.partners-cards__card-face:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(86, 126, 249, 0.1019607843);
  filter: blur(9.375rem);
  -webkit-filter: blur(9.375rem);
}
.partners-cards__card-tags {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.625rem;
}
.partners-cards__card-tags span {
  border: 0.0625rem solid #fff;
  background-color: #fff;
  padding: 0.625rem 0.688rem;
  font-weight: 600;
  border-radius: 0.625rem;
  font-size: 0.813rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.partners-cards__card-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15.063rem;
  height: 15.063rem;
}
.partners-cards__card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partners-cards__card-bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.partners-cards__card-number {
  color: #fff;
  font-family: Mulish;
  font-weight: 600;
  font-size: 1.063rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.partners-cards__card-back {
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(0.5rem);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1.875rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.625rem;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.partners-cards__card-back .partners-cards__card-tags {
  margin-bottom: 4.625rem;
}
.partners-cards__card-back .partners-cards__card-tags span {
  border: 0.0625rem solid #181719;
}
.partners-cards__card-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.partners-cards__card-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  border-top: 0.031rem solid rgba(104, 106, 112, 0.6);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  min-height: 5rem;
}
@media (max-width: 920px) {
  .partners-cards__card-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.partners-cards__card-item:last-child {
  border-bottom: 0.031rem solid rgba(104, 106, 112, 0.6);
}
.partners-cards__card-item__number {
  min-width: 2.75rem;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #686A70;
}
.partners-cards__card-item__info {
  font-family: Mulish;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0%;
  align-self: flex-end;
}
.partners-cards__card-logotype {
  filter: brightness(0) saturate(100%);
  height: 3.688rem;
  width: 10.066rem;
  position: relative;
  margin-top: 6rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.partners-cards__card-logotype img {
  width: auto;
  height: -webkit-fill-available;
  object-fit: contain;
  object-position: right bottom;
}
.partners-cards__open {
  position: relative;
  right: 0;
  margin: 0 0 0 auto;
  top: -9.875rem;
  background-color: rgb(24, 23, 25);
  min-width: 16.563rem;
  width: fit-content;
  height: 4.625rem;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  padding: 1.5rem 1.875rem;
  transition: all 0.3s ease;
  border: none;
  z-index: 10;
}
.partners-cards__open span {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0%;
  transition: all 0.3s ease;
  color: rgb(246, 246, 246);
}
.partners-cards__open:hover {
  background: #fff;
}
.partners-cards__open:hover span {
  color: #181719;
}
.partners-cards__list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease;
  background-color: #181719;
}
.partners-cards__list.show {
  opacity: 1;
  z-index: 5;
}
.partners-cards__logo {
  margin: 1rem;
  display: block;
  margin-left: 50%;
}

.r-o-cards {
  background: #F9F9F9;
  position: relative;
}
.r-o-cards__wrapper {
  padding-top: 11.063rem;
  padding-bottom: 11.063rem;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 920px) {
  .r-o-cards__wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 0;
    min-height: 100vh;
  }
}
@media (max-width: 680px) {
  .r-o-cards__wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.r-o-cards__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  min-height: calc(100vh - 12.13rem);
}
@media (max-width: 920px) {
  .r-o-cards__inner {
    min-height: auto;
    height: auto;
    gap: 2.523rem;
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.r-o-cards__content {
  width: 100%;
  display: grid;
  grid-template-columns: 41.75rem 1fr;
  gap: 7.25rem;
  width: 100%;
  align-items: center;
}
@media (max-width: 920px) {
  .r-o-cards__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 3.977rem;
    padding-left: 1rem;
  }
}
@media (max-width: 920px) {
  .r-o-cards__title * {
    font-size: 1.5rem;
  }
}
.r-o-cards__title strong {
  color: #3766F4;
}
.r-o-cards__list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: fit-content;
  position: relative;
  height: 24.375rem;
}
.r-o-cards__card {
  background-color: #292929;
  padding: 2.188rem 1.813rem;
  height: 24.375rem;
  width: 23.5rem;
  min-width: 23.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.r-o-cards__card-number {
  color: #3766F4;
  align-self: end;
}
.r-o-cards__card-text {
  width: 100%;
  text-align: left;
}
.r-o-cards__card-text * {
  font-size: 1.375rem;
  line-height: 1;
  color: #fff;
}
.r-o-cards__card-text * strong {
  color: #686A70;
}
.r-o-cards__link {
  margin-left: 0;
}

.fill-text {
  background-color: #fff;
}
.fill-text__wrapper {
  max-width: 72.5rem;
  margin-right: auto;
  padding-top: 3.75rem;
  padding-bottom: 7.313rem;
}
.fill-text__inner {
  width: 100%;
  text-align: left;
}
.fill-text__text * {
  font-size: 2.375rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.fill-text__text * + * {
  margin-top: 2rem;
}
.fill-text__small * {
  margin-top: 2rem;
  font-size: 1.375rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.move-line-cta {
  background-color: #fff;
}
.move-line-cta__wrapper {
  padding: 7.875rem 0;
}
.move-line-cta__text {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-top: 0.031rem solid #686A70;
  border-bottom: 0.031rem solid #686A70;
}
.move-line-cta__text h2 {
  font-size: 16.875rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 15rem;
  padding-right: 1rem;
}
.move-line-cta__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 3.125rem;
}
.move-line-cta__small {
  text-align: left;
  max-width: 31.25rem;
}
.move-line-cta__small * {
  font-family: Mulish;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.move-line-cta__links {
  padding-right: 2.5rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5.875rem;
}

.d-scroll {
  background-color: rgb(24, 23, 25);
  width: 100vw;
  max-width: 100vw;
  position: relative;
}
.d-scroll__wrapper {
  padding-bottom: 0;
  position: relative;
}
.d-scroll__top {
  position: relative;
  top: 4.375rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.d-scroll__top .container {
  width: 100%;
  align-items: end;
}
@media (max-width: 920px) {
  .d-scroll__top .container {
    align-items: flex-start;
    gap: 1rem;
  }
}
.d-scroll__title {
  color: #fff;
}
.d-scroll__title * {
  color: #fff;
}
.d-scroll__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}
.d-scroll__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  height: 100%;
  margin-top: -4.375rem;
}
.d-scroll__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  transition: background-color 0.3s ease;
  position: absolute;
  height: 20.188rem;
  border-radius: 12px;
  background: rgb(24, 23, 25);
  border: 0.92px solid #fff;
  border-image-source: linear-gradient(226.94deg, #292D3B -63.59%, #3B3B3B 2.53%, #212430 58.74%, #1F2130 80.23%), linear-gradient(226.94deg, #292D3B -63.59%, #6D6D6D 2.53%, #858585 58.74%, #7A7A7A 80.23%);
  transition: all 0.3s ease;
  padding: 1.688rem 1.875rem 1.875rem;
}
@media (max-width: 920px) {
  .d-scroll__card {
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 680px) {
  .d-scroll__card {
    padding: 0.846rem 0.976rem;
    height: 12.5rem;
  }
}
.d-scroll__card:hover {
  background-color: #fff;
}
.d-scroll__card:hover .d-scroll__card-heading, .d-scroll__card:hover .d-scroll__card-text {
  color: Black;
}
.d-scroll__card:hover .d-scroll__card-heading *, .d-scroll__card:hover .d-scroll__card-text * {
  color: #181719;
}
.d-scroll__card:hover .d-scroll__card-number {
  color: #3766F4;
}
.d-scroll__card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.d-scroll__card-heading {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .d-scroll__card-heading {
    font-size: 0.75rem;
  }
}
.d-scroll__card-number {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 680px) {
  .d-scroll__card-number {
    font-size: 0.75rem;
  }
}
.d-scroll__card-text {
  text-align: left;
}
.d-scroll__card-text * {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 400;
  transition: all 0.3s ease;
  text-align: left;
}
@media (max-width: 920px) {
  .d-scroll__card-text * {
    font-size: 1rem;
  }
}
@media (max-width: 680px) {
  .d-scroll__card-text * {
    font-size: 0.75rem;
  }
}
