@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(1.5, 1.5);
            transform: translate(0%, 0%) scale(1.5, 1.5);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.7);
            transform: translate(0%, 0%) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate(0%, 0%) scale(0.7);
            transform: translate(0%, 0%) scale(0.7);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.typing.animated b::before {
  -webkit-animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
          animation: max-height 0.4s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
  color: #2c2c2c;
}

.typing.animated b::after {
  -webkit-animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
          animation: max-width 0.7s cubic-bezier(0.61, 1, 0.88, 1) 1 normal both;
  color: #191919;
}

@-webkit-keyframes max-width {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}

@keyframes max-width {
  from {
    max-width: 0;
  }
  to {
    max-width: 100%;
  }
}
@-webkit-keyframes max-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
@keyframes max-height {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}
html,
body {
  scroll-behavior: smooth;
}

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

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  display: none;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #061224;
  line-height: 162%;
  font-weight: 400;
  background: #FEF5EC;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1910px;
  margin: 0 auto;
  padding: 0 55px;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
}

h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
}

h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}

h5 {
  font-weight: 600;
  font-size: 26px;
  line-height: 145%;
}

p.big {
  font-size: 24px;
  line-height: 150%;
}

.main {
  overflow: hidden;
}

.anchor {
  position: relative;
  top: -104px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Open Sans", sans-serif;
}
.button.secondary {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #061224;
  background: #FEF5EC;
  border-radius: 6px;
  padding: 15px 34px;
}
.button.secondary:hover {
  background: #c28a45;
  opacity: 1;
  color: #ffffff;
}
.button.primary {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.152px;
  color: #FEF5EC;
  padding: 14px 25px 14px 22px;
  background: #061224;
  border-radius: 7px;
}
.button.primary:hover {
  opacity: 1;
  color: #ffffff;
  background: #c28a45;
}
.button.primary:hover span {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.button.primary span {
  margin-left: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.curve {
  position: absolute;
  bottom: -1px;
  left: -1px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  pointer-events: none;
}
.curve img {
  height: 100%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -1px;
  color: #ffffff;
}
.logo span {
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 28px;
}
.logo span img {
  width: 100%;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input__outer {
  display: block;
}
.input__outer p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 6px;
}
.input input,
.input textarea {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  background: #f6e9da;
  border-bottom: 1px solid #d7ccbf;
  border-radius: 7px;
  color: #061224;
  padding: 12px 17px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  resize: unset;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #76746c;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #76746c;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #76746c;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #76746c;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #76746c;
}
.input input:focus,
.input textarea:focus {
  border-color: #061224;
}

.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.474px;
  color: #061224;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  background: transparent;
}
.radio__wrapper p {
  font-size: 16px;
  line-height: 26px;
}
.radio__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.radio input:checked ~ span {
  border-color: #061224;
  background: #061224;
  color: #FEF5EC;
}
.radio span {
  background: #f6e9da;
  border: 1px solid #d7ccbf;
  border-radius: 7px;
  padding: 8px 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@-webkit-keyframes floatUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}

@keyframes floatUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
}
@-webkit-keyframes floatDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@keyframes floatDown {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@media (max-width: 1700px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }

  p.big {
    font-size: 20px;
  }

  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1380px) {
  .auto__container {
    padding: 0 40px;
  }

  h1 {
    font-size: 45px;
    line-height: 120%;
  }

  h2 {
    font-size: 45px;
    line-height: 120%;
  }

  .button.secondary {
    padding: 12px 28px;
  }

  .logo {
    font-size: 28px;
  }
  .logo span {
    margin-right: 22px;
  }

  .curve {
    height: 60px;
  }

  .anchor {
    top: -98px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h5 {
    font-size: 20px;
  }

  p.big {
    font-size: 18px;
  }

  .button.secondary {
    padding: 12px 24px;
    font-size: 14px;
  }

  .logo {
    font-size: 24px;
  }
  .logo span {
    width: 30px;
    height: 30px;
    margin-right: 16px;
  }

  .curve {
    height: 50px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  .anchor {
    top: -78px;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 35px;
  }

  .curve {
    height: 40px;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  .curve {
    height: 30px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h5 {
    font-size: 18px;
  }

  body {
    font-size: 14px;
    line-height: 162%;
  }

  p.big {
    font-size: 16px;
  }

  .logo {
    font-size: 22px;
    letter-spacing: -0.02em;
  }
  .logo span {
    margin-right: 12px;
  }

  .button.primary {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
  }

  .curve {
    height: 26px;
  }

  .input__outer p {
    font-size: 14px;
    line-height: 22px;
  }
  .input input,
.input textarea {
    font-size: 14px;
    line-height: 18px;
  }

  .radio {
    margin: 4px;
  }
  .radio__wrapper p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px;
  }
  .radio__row {
    margin: 0 -4px;
  }
  .radio span {
    padding: 6px 12px;
  }

  .anchor {
    top: -70px;
  }

  @-webkit-keyframes floatUp {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
  }

  @keyframes floatUp {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
    }
  }
  @-webkit-keyframes floatDown {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }
  }
  @keyframes floatDown {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }
  }
}
@-webkit-keyframes imageReveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.98);
            transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes imageReveal {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px) scale(0.98);
            transform: translateY(20px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  background: #061224;
}
.header.sticky .header__inner {
  padding: 24px 0;
}
.header__inner {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1380px) {
  .header__inner {
    padding: 24px 0;
  }
}
@media (max-width: 1024px) {
  .header {
    border-bottom: 1px solid transparent;
  }
  .header.sticky {
    border-color: rgba(254, 245, 236, 0.1);
  }
}
@media (max-width: 540px) {
  .header.sticky .header__inner {
    padding: 20px 0;
  }
  .header__inner {
    padding: 20px 0;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-links li {
  margin-right: 30px;
}
.nav__inner-links li:last-child {
  margin: 0;
}
.nav__inner-links li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FEF5EC;
}
.nav__inner-links li a:hover {
  opacity: 1;
  color: #c28a45;
}

.burger {
  display: none;
}

@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    height: calc(100% - 78px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    padding: 50px 24px 24px 24px;
    height: 100%;
    overflow-y: auto;
    background: #061224;
  }
  .nav__inner-links {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-bottom: 50px;
  }
  .nav__inner-links li {
    margin: 0 0 28px 0;
  }
  .nav__inner-links li a {
    font-size: 18px;
    line-height: 130%;
  }
  .nav__inner-buttons {
    width: 100%;
  }
  .nav__inner-buttons .button {
    width: 100%;
    font-size: 16px;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 16%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #FEF5EC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #FEF5EC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 16%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #FEF5EC;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@media (max-width: 540px) {
  .nav {
    top: 70px;
    height: calc(100% - 70px);
  }

  .burger {
    width: 28px;
    height: 28px;
  }
}
.intro {
  padding: 182px 0 100px;
  background: #061224;
  color: #FEF5EC;
  text-align: center;
}

@media (max-width: 1380px) {
  .intro {
    padding: 160px 0 80px;
  }
}
@media (max-width: 930px) {
  .intro {
    padding: 140px 0 70px;
  }
}
@media (max-width: 540px) {
  .intro {
    padding: 120px 0 60px;
  }
}
.footer {
  background: #061224;
  padding: 43px 0 47px;
}
.footer__inner-main {
  margin-bottom: 36px;
}
.footer__inner-copy {
  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;
}
.footer__inner-copy p,
.footer__inner-copy a {
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  color: #FEF5EC;
}
.footer__inner-copy a:hover {
  opacity: 1;
  color: #c28a45;
}

@media (max-width: 1700px) {
  .footer__inner-copy p,
.footer__inner-copy a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1180px) {
  .footer {
    padding: 40px 0;
  }
}
@media (max-width: 540px) {
  .footer {
    padding: 32px 0;
  }
  .footer__inner-main {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__inner-copy {
    -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;
  }
  .footer__inner-copy p {
    margin-bottom: 16px;
  }
}
.hero {
  background: #061224;
  position: relative;
  color: #FEF5EC;
}
.hero__inner {
  min-height: 100vh;
  padding: 180px 0 80px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__inner-text {
  max-width: 695px;
  margin: 0 0 0 auto;
}
.heroTitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 135px;
  position: relative;
  -webkit-mask-image: url(../../../images/mask.png);
  mask-image: url(../../../images/mask.png);
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  overflow: hidden;
}
.heroTitle video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.heroTitle img {
  width: 100%;
}

@media (max-width: 1700px) {
  .hero__inner-text {
    max-width: 550px;
  }
}
@media (max-width: 1380px) {
  .hero__inner {
    padding: 200px 0 100px;
  }
  .heroTitle {
    margin-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .hero {
    padding: 170px 0 80px;
  }
  .hero__inner {
    padding: 0;
    min-height: unset;
  }
  .heroTitle {
    margin-bottom: 70px;
  }
}
@media (max-width: 930px) {
  .hero {
    padding: 150px 0 70px;
  }
  .heroTitle {
    margin-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .hero {
    padding: 130px 0 60px;
  }
  .heroTitle {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .hero {
    padding: 110px 0 60px;
  }
  .heroTitle {
    margin-bottom: 24px;
  }
}
.foundation {
  padding: 70px 0 240px;
  position: relative;
}
.foundation__inner-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 100px;
}
.foundation__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-left: 1px solid #dee0ea;
  border-right: 1px solid #dee0ea;
  position: relative;
}
.foundation__inner-row::before {
  position: absolute;
  top: 0;
  left: 33%;
  width: 1px;
  height: 100%;
  content: "";
  background: #dee0ea;
  pointer-events: none;
}
.foundation__inner-row::after {
  position: absolute;
  top: 0;
  right: 33%;
  width: 1px;
  height: 100%;
  content: "";
  background: #dee0ea;
  pointer-events: none;
}
.foundationItem {
  width: calc(33.3% - 15px);
  padding: 12px 38px 8px 42px;
}
.foundationItem__icon {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}
.foundationItem__icon img {
  width: 100%;
}
.foundationItem p {
  color: #575757;
  line-height: 32px;
  height: 160px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 35px;
}

@media (max-width: 1700px) {
  .foundationItem p {
    color: #575757;
    line-height: 26px;
    height: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 35px;
  }
}
@media (max-width: 1380px) {
  .foundation {
    padding: 70px 0 200px;
  }
  .foundation__inner-title {
    margin-bottom: 80px;
  }
  .foundationItem {
    width: calc(33.3% - 12px);
    padding: 10px 30px;
  }
  .foundationItem__icon {
    margin-bottom: 32px;
  }
  .foundationItem p {
    margin-bottom: 24px;
    height: 156px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1180px) {
  .foundation {
    padding: 60px 0 150px;
  }
  .foundation__inner-title {
    margin-bottom: 50px;
  }
  .foundationItem {
    padding: 10px 22px;
  }
}
@media (max-width: 930px) {
  .foundation {
    padding: 60px 0 100px;
  }
  .foundation__inner-title {
    margin-bottom: 40px;
  }
  .foundation__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  .foundation__inner-row::before {
    display: none;
  }
  .foundation__inner-row::after {
    display: none;
  }
  .foundationItem {
    width: 100%;
    padding: 0 0 48px 0;
    margin-bottom: 48px;
    border-bottom: 1px solid #dee0ea;
    text-align: center;
    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;
  }
  .foundationItem:last-child {
    margin: 0;
    padding: 0;
    border: none;
  }
  .foundationItem p {
    display: block;
    height: unset;
    line-height: 162%;
  }
}
@media (max-width: 540px) {
  .foundation {
    padding: 50px 0;
  }
  .foundation__inner-title {
    margin-bottom: 32px;
  }
  .foundationItem {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .foundationItem__icon {
    margin-bottom: 24px;
  }
  .foundationItem h5 {
    margin-bottom: 16px;
  }
  .foundationItem p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.expertise {
  padding: 135px 0 170px;
  position: relative;
  background: #faefe3;
}
.expertise .auto__container {
  position: static;
}
.expertise__inner {
  position: relative;
}
.expertise__inner-content {
  width: 39%;
}
.expertise__inner-title {
  margin-bottom: 96px;
}
.expertise__inner-title p {
  width: 95%;
  color: #575757;
}
.expertise__inner-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 450px;
}
.expertise__inner-wrapper {
  position: absolute;
  top: 50%;
  right: -55px;
  width: 68%;
  max-width: 940px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.expertise__inner h2 {
  margin-bottom: 74px;
}
.expertiseItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1e3238;
  font-family: "Open Sans", sans-serif;
  padding: 18px 18px 18px 30px;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.expertiseItem.active {
  background: #FEF5EC;
}
.expertiseItem.active span {
  background: #061224;
  color: #FEF5EC;
}
.expertiseItem:hover {
  background: #FEF5EC;
}
.expertiseItem:hover span {
  background: #061224;
  color: #FEF5EC;
}
.expertiseItem:last-child {
  margin: 0;
}
.expertiseItem p {
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.expertiseItem span {
  width: 35px;
  height: 35px;
  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;
  color: #061224;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-left: 16px;
}
.expertiseItem span svg {
  width: 17px;
  height: 17px;
}
.expertiseImage {
  width: 100%;
  display: none;
  margin-right: 24px;
  position: relative;
}
.expertiseImage.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: imageReveal 0.45s ease forwards;
          animation: imageReveal 0.45s ease forwards;
}
.expertiseImage.mid {
  width: 97%;
  margin: 0;
}
.expertiseImage.sm {
  width: 92%;
}
.expertiseImage > img {
  width: 100%;
}
.expertiseImage span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fffbf5;
  border: 1px solid #eee3d5;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  -webkit-animation: floatUp 5s ease-in-out infinite alternate;
          animation: floatUp 5s ease-in-out infinite alternate;
}
.expertiseImage span img {
  width: 100%;
}
.expertiseImage__first {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expertiseImage__first span {
  width: 18.8%;
}
.expertiseImage__first span:nth-child(1) {
  top: 24.6%;
  left: 13.44%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.expertiseImage__first span:nth-child(2) {
  top: 10.1%;
  left: 42%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}
.expertiseImage__first span:nth-child(3) {
  top: 24.6%;
  right: 10.9%;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}
.expertiseImage__first span:nth-child(4) {
  top: 53%;
  right: 10.9%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
}
.expertiseImage__first span:nth-child(5) {
  bottom: 14.9%;
  left: 42%;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
}
.expertiseImage__first span:nth-child(6) {
  bottom: 28.2%;
  left: 13.44%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.expertiseImage__second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expertiseImage__second span {
  width: 21.87%;
}
.expertiseImage__second span.big {
  width: 24.2%;
}
.expertiseImage__second span.outer {
  width: 16.4%;
}
.expertiseImage__second span:nth-child(1) {
  top: 16.82%;
  left: 21.4%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.expertiseImage__second span:nth-child(2) {
  top: 16.82%;
  right: 20.3%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -0.55s;
          animation-delay: -0.55s;
}
.expertiseImage__second span:nth-child(3) {
  top: 41.97%;
  right: 14.8%;
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.expertiseImage__second span:nth-child(4) {
  bottom: 21.3%;
  right: 20.1%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -1.65s;
          animation-delay: -1.65s;
}
.expertiseImage__second span:nth-child(5) {
  bottom: 21.3%;
  left: 20.7%;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
}
.expertiseImage__second span:nth-child(6) {
  top: 41.8%;
  left: 13.2%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -2.75s;
          animation-delay: -2.75s;
}
.expertiseImage__second span:nth-child(7) {
  top: 12%;
  right: 0%;
  -webkit-animation-delay: -3.3s;
          animation-delay: -3.3s;
}
.expertiseImage__second span:nth-child(8) {
  bottom: 10.95%;
  right: 0.7%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -3.85s;
          animation-delay: -3.85s;
}
.expertiseImage__second span:nth-child(9) {
  bottom: 23%;
  left: 0%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
}
.expertiseImage__third {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expertiseImage__third span {
  width: 24.12%;
}
.expertiseImage__third span.big {
  width: 27.27%;
}
.expertiseImage__third span.mid {
  width: 25.57%;
}
.expertiseImage__third span.sm {
  width: 20%;
}
.expertiseImage__third span:nth-child(1) {
  top: 12.81%;
  left: 37.69%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.expertiseImage__third span:nth-child(2) {
  top: 40.35%;
  right: 3.87%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.expertiseImage__third span:nth-child(3) {
  bottom: 13.54%;
  right: 21.57%;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
}
.expertiseImage__third span:nth-child(4) {
  bottom: 14.28%;
  left: 13.4%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -2.1s;
          animation-delay: -2.1s;
}
.expertiseImage__third span:nth-child(5) {
  top: 42.26%;
  left: 0%;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
}
.expertiseImage__third span:nth-child(6) {
  top: 17%;
  left: 1.33%;
  -webkit-animation-name: floatDown;
          animation-name: floatDown;
  -webkit-animation-delay: -3.5s;
          animation-delay: -3.5s;
}
.expertiseImage__third span:nth-child(7) {
  bottom: 19.7%;
  right: 0%;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
}

@media (max-width: 1450px) {
  .expertise {
    padding: 100px 0 130px;
  }
}
@media (max-width: 1380px) {
  .expertise {
    padding: 100px 0;
  }
  .expertise__inner-title {
    margin-bottom: 70px;
  }
  .expertise__inner-tabs {
    width: 100%;
    max-width: 400px;
  }
  .expertise__inner-wrapper {
    right: -40px;
  }
  .expertise__inner h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .expertise {
    padding: 80px 0;
  }
  .expertise__inner-title {
    margin-bottom: 32px;
  }
  .expertise__inner-tabs {
    width: 85%;
  }
  .expertise__inner-content {
    width: 40%;
  }
  .expertise__inner-wrapper {
    right: -30px;
  }
  .expertise__inner h2 {
    margin-bottom: 24px;
  }
  .expertiseItem {
    padding: 14px 14px 14px 22px;
  }
  .expertiseItem p {
    font-size: 16px;
  }
  .expertiseImage {
    margin-right: 8px;
  }
}
@media (max-width: 930px) {
  .expertise {
    padding: 60px 0;
  }
  .expertise__inner-content {
    width: 100%;
  }
  .expertise__inner-tabs {
    width: 100%;
    margin-bottom: 32px;
  }
  .expertise__inner-wrapper {
    width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .expertiseItem span svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 540px) {
  .expertise {
    padding: 50px 0;
  }
  .expertise__inner-tabs {
    margin-bottom: 20px;
  }
  .expertiseItem {
    padding: 12px 20px;
    margin-bottom: 8px;
  }
  .expertiseItem span {
    width: 30px;
    height: 30px;
  }
  .expertiseItem span svg {
    width: 14px;
    height: 14px;
  }
  .expertiseImage {
    width: 100% !important;
    margin: 0 !important;
  }
  .expertiseImage span {
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  }
}
.features {
  position: relative;
  padding: 70px 0 88px;
  background: #061224;
  border-radius: 0 70px 70px 0;
  color: #FEF5EC;
  margin-bottom: 114px;
}
.features__inner-title {
  width: 63%;
  margin-bottom: 80px;
  padding-left: 20px;
}
.features__inner-foot {
  text-align: center;
  margin-top: 68px;
}
.features__inner-foot p {
  max-width: 606px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}
.featuresItem {
  height: 100%;
  position: relative;
  padding: 56px 36px 70px;
  border-radius: 40px;
  background: #04011c;
  overflow: hidden;
  text-align: center;
  min-height: 560px;
}
.featuresItem:hover {
  opacity: 1;
}
.featuresItem:hover .featuresItem__image {
  opacity: 0;
  visibility: hidden;
}
.featuresItem__title {
  position: relative;
  z-index: 3;
  margin-bottom: 27px;
}
.featuresItem__image {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  pointer-events: none;
}
.featuresItem__image::before {
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 83px;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 1, 28, 0)), to(#04011c));
  background: linear-gradient(0deg, rgba(4, 1, 28, 0) 0%, #04011c 100%);
}
.featuresItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.featuresItem__shape {
  position: absolute;
  bottom: -1px;
  width: 67%;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.featuresItem__shape img {
  width: 100%;
}
.featuresItem p {
  color: rgba(255, 255, 255, 0.9);
}
.features .swiper-slide {
  height: unset !important;
}
.features .swiper-buttons {
  display: none;
}

@media (max-width: 1700px) {
  .featuresItem {
    padding: 48px 26px 70px;
    min-height: 420px;
    border-radius: 35px;
  }
}
@media (max-width: 1380px) {
  .features {
    padding: 70px 0;
    border-radius: 0 60px 60px 0;
    margin-bottom: 90px;
  }
  .features__inner-title {
    padding: 0;
    margin-bottom: 60px;
  }
  .features__inner-foot {
    margin-top: 50px;
  }
  .featuresItem {
    border-radius: 25px;
    min-height: unset;
    padding: 40px 24px 60px;
  }
}
@media (max-width: 1250px) {
  .features__inner-slider {
    position: relative;
  }
  .features .swiper-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .features .swiper-buttons button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FEF5EC;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer;
    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;
    color: #061224;
  }
  .features .swiper-buttons button:hover {
    background: #c28a45;
    color: #ffffff;
  }
  .features .swiper-buttons button::after {
    display: none;
  }
  .features .swiper-buttons button svg {
    width: 50%;
    height: 50%;
  }
  .features .swiper-button-next {
    right: -20px;
  }
  .features .swiper-button-prev {
    left: -20px;
  }
  .features .swiper-button-prev svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .features .swiper-button-disabled {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1180px) {
  .features {
    border-radius: 0 50px 50px 0;
    margin-bottom: 70px;
  }
  .features__inner-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 930px) {
  .features {
    border-radius: 0 40px 40px 0;
    margin-bottom: 50px;
  }
  .features__inner-title {
    width: 100%;
    margin-bottom: 40px;
  }
  .features__inner-foot {
    margin-top: 40px;
  }
  .features .swiper-buttons button {
    width: 40px;
    height: 40px;
  }
  .features .swiper-button-next {
    right: -10px;
  }
  .features .swiper-button-prev {
    left: -10px;
  }
}
@media (max-width: 540px) {
  .features {
    border-radius: 0 30px 30px 0;
    margin-bottom: 40px;
    padding: 50px 0;
  }
  .features__inner-title {
    margin-bottom: 32px;
    text-align: center;
  }
  .featuresItem {
    padding: 48px 24px 70px;
  }
  .features .swiper-buttons {
    display: none;
  }
}
.operate {
  padding: 105px 0 68px;
}
.operate__inner-title {
  text-align: center;
  max-width: 855px;
  margin: 0 auto 75px;
}
.operate__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.operate__inner-main {
  width: calc(66.6% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.operate__inner-col {
  width: calc(33.3% - 35px);
}
.operateCard {
  width: calc(50% - 35px);
  padding: 22px 24px 28px;
  position: relative;
  background: #faefe3;
  border-radius: 20px 20px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.operateCard.big {
  width: 100%;
  height: 100%;
  padding: 22px 30px 72px;
}
.operateCard.big .operateCard__title {
  margin-bottom: 62px;
}
.operateCard.big .operateCard__image {
  margin-bottom: 36px;
}
.operateCard.sm {
  padding-left: 20px;
  padding-right: 20px;
}
.operateCard.sm .operateCard__title {
  margin-bottom: 12px;
}
.operateCard__shape {
  position: absolute;
  bottom: -1px;
  left: -10px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operateCard__shape img {
  height: 100%;
}
.operateCard__title {
  width: 74%;
  margin: 0 auto;
  text-align: center;
}
.operateCard__title h5 {
  font-weight: 400;
}
.operateCard__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.operateCard__image img {
  width: 100%;
}
.operateCard__text {
  text-align: center;
  margin: auto 0 0 0;
}
.operateCard__text p {
  color: #575757;
}
.operateCard__col {
  margin-bottom: 24px;
}
.operateCard__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FEF5EC;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
}
.operateCard__item:last-child {
  margin: 0;
}
.operateCard__item span {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.operateCard__item span img {
  width: 100%;
}
.operateCard__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.operateGrow {
  width: 100%;
  background: #0c182b;
  border-radius: 20px 20px 20px 0;
  padding: 0 0 0 30px;
  color: #FEF5EC;
  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;
  position: relative;
  margin-top: 38px;
}
.operateGrow__shape {
  position: absolute;
  bottom: -1px;
  left: -10px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operateGrow__shape img {
  height: 100%;
}
.operateGrow__title {
  width: 22%;
  padding: 24px 0;
}
.operateGrow__title h5 {
  font-weight: 400;
}
.operateGrow__text {
  width: 34%;
  padding: 24px 0;
}
.operateGrow__image {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operateGrow__image img {
  width: 100%;
}
.operateGrow p {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1700px) {
  .operate__inner-main {
    width: calc(66.6% - 15px);
  }
  .operate__inner-col {
    width: calc(33.3% - 36px);
  }
  .operateCard {
    width: calc(50% - 28px);
  }
  .operateCard__item {
    padding: 10px;
  }
  .operateCard__item span {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media (max-width: 1380px) {
  .operate {
    padding: 80px 0 60px;
  }
  .operate__inner-title {
    margin-bottom: 60px;
  }
  .operate__inner-main {
    width: calc(66.6% - 11px);
  }
  .operate__inner-col {
    width: calc(33.3% - 21px);
  }
  .operateCard {
    width: calc(50% - 16px);
  }
  .operateCard__shape {
    height: 30px;
  }
  .operateGrow__shape {
    height: 30px;
  }
}
@media (max-width: 1180px) {
  .operate {
    padding: 80px 0 50px;
  }
  .operate__inner-title {
    margin-bottom: 50px;
  }
  .operate__inner-main {
    width: calc(66.6% - 7px);
  }
  .operate__inner-col {
    width: calc(33.3% - 13px);
  }
  .operateGrow {
    margin-top: 20px;
  }
  .operateGrow__shape {
    height: 24px;
  }
  .operateCard {
    width: calc(50% - 10px);
    padding: 20px 20px 28px;
  }
  .operateCard.big {
    padding: 20px 20px 60px;
  }
  .operateCard__title {
    width: 100%;
    margin-bottom: 12px;
  }
  .operateCard__shape {
    height: 24px;
  }
}
@media (max-width: 930px) {
  .operate {
    padding: 60px 0 50px;
  }
  .operate__inner-title {
    margin-bottom: 40px;
  }
  .operate__inner-row {
    -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;
  }
  .operate__inner-main {
    width: 100%;
  }
  .operate__inner-col {
    width: 100%;
    max-width: 500px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 32px;
  }
  .operateCard.big {
    padding: 20px 20px 30px;
  }
  .operateCard.big .operateCard__title {
    margin-bottom: 20px;
  }
  .operateCard.big .operateCard__image {
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .operateCard__item span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .operateCard__item p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 650px) {
  .operateCard {
    width: 100%;
    margin-bottom: 24px;
  }
  .operateCard:last-child {
    margin: 0;
  }
  .operateCard__shape {
    height: 28px;
  }
  .operateGrow {
    margin: 0;
    -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: center;
    padding: 0 0 40px;
  }
  .operateGrow__shape {
    height: 28px;
  }
  .operateGrow__title {
    width: 100%;
    padding: 0 32px;
    margin-bottom: 16px;
  }
  .operateGrow__text {
    width: 100%;
    padding: 0 32px;
  }
  .operateGrow__image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .operate {
    padding: 50px 0 30px;
  }
  .operate__inner-title {
    margin-bottom: 32px;
  }
  .operateCard__title {
    width: 74%;
  }
}
.info {
  padding: 68px 0 83px;
  position: relative;
}
.info__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 91%;
  margin: 0 auto;
}
.info__inner-row::before {
  position: absolute;
  top: 0;
  left: 33.3%;
  width: 1px;
  height: 100%;
  content: "";
  background: #dee0ea;
  pointer-events: none;
}
.info__inner-row::after {
  position: absolute;
  top: 0;
  right: 33.3%;
  width: 1px;
  height: 100%;
  content: "";
  background: #dee0ea;
  pointer-events: none;
}
.infoItem {
  width: 33.3%;
  text-align: center;
}
.infoItem__num {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 8px;
}

@media (max-width: 1180px) {
  .info {
    padding: 60px 0 70px;
  }
  .infoItem__num {
    font-size: 50px;
    line-height: 100%;
  }
}
@media (max-width: 930px) {
  .info {
    padding: 50px 0 60px;
  }
  .info__inner-row {
    width: 100%;
  }
  .infoItem__num {
    font-size: 40px;
  }
}
@media (max-width: 750px) {
  .info {
    padding: 50px 0;
  }
  .info__inner-row {
    -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;
  }
  .info__inner-row::before {
    display: none;
  }
  .info__inner-row::after {
    display: none;
  }
  .infoItem {
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dee0ea;
  }
  .infoItem:last-child {
    margin: 0;
    padding: 0;
    border: unset;
  }
}
.join {
  border-top: 1px solid #c28a45;
  border-bottom: 1px solid #c28a45;
  background: #faefe3;
  padding: 8px 0 27px;
}
.join__inner {
  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;
}
.join__inner-content {
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 60px 0 60px 40px;
}
.join__inner-content h3 {
  font-size: clamp(40px, 2.78vw, 50px);
  line-height: 125%;
}
.join__inner-image {
  width: 42%;
  margin-right: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join__inner-image img {
  width: 100%;
}

@media (max-width: 1380px) {
  .join__inner-content {
    padding-left: 20px;
  }
  .join__inner-content h3 {
    font-size: 35px;
    line-height: 130%;
  }
  .join__inner-image {
    margin-right: -35px;
  }
}
@media (max-width: 1180px) {
  .join {
    padding: 0;
  }
  .join__inner-content {
    padding: 50px 0;
  }
  .join__inner-content h3 {
    font-size: 30px;
    line-height: 130%;
  }
  .join__inner-image {
    margin-right: -25px;
  }
}
@media (max-width: 930px) {
  .join__inner-image {
    width: 46%;
  }
  .join__inner-content {
    padding: 40px 0;
  }
  .join__inner-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 750px) {
  .join__inner {
    -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: center;
  }
  .join__inner-content {
    width: 100%;
    padding: 40px 0 20px;
  }
  .join__inner-image {
    width: 100%;
    max-width: 600px;
    margin: 0;
  }
}
@media (max-width: 540px) {
  .join__inner-content h3 {
    font-size: 22px;
  }
}
.contact {
  padding: 142px 0 56px;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__inner-main {
  width: calc(58% - 36px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__inner h2 {
  margin-bottom: 18px;
}
.contactContent {
  background: -webkit-gradient(linear, left bottom, left top, from(#faefe3), to(#faefe3)), #faefe3;
  background: linear-gradient(0deg, #faefe3, #faefe3), #faefe3;
  border-radius: 20px;
  padding: 42px 34px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contactContent__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 46px;
}
.contactContent__top span {
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
}
.contactContent__top span img {
  width: 100%;
}
.contactContent__top h5 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
.contactContent p {
  width: 90%;
}
.contactForm__col {
  width: calc(42% - 36px);
}
.contactForm {
  width: 100%;
}
.contactForm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px 8px;
}
.contactForm__row .input__outer {
  width: calc(50% - 18px);
  margin: 9px;
}
.contactForm__row .input__outer.big {
  width: calc(100% - 18px);
}
.contactForm__message {
  margin-bottom: 26px;
}
.contactForm__foot {
  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;
}
.contactForm__foot p {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  max-width: 267px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contactForm__foot .button {
  margin-left: 24px;
}
.contactForm .radio__wrapper {
  margin-bottom: 12px;
}

@media (max-width: 1700px) {
  .contactForm__foot p {
    font-size: 11px;
    max-width: 213px;
  }
}
@media (max-width: 1450px) {
  .contact {
    padding: 120px 0 60px;
  }
}
@media (max-width: 1380px) {
  .contact {
    padding: 100px 0 60px;
  }
  .contact__inner-main {
    width: calc(58% - 24px);
  }
  .contactForm__col {
    width: calc(42% - 24px);
  }
}
@media (max-width: 1180px) {
  .contact {
    padding: 80px 0 60px;
  }
  .contact__inner-main {
    width: calc(55% - 16px);
  }
  .contactForm__col {
    width: calc(45% - 16px);
  }
  .contactContent {
    padding: 32px;
  }
  .contactContent__top {
    margin-bottom: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactContent__top span {
    width: 32px;
  }
}
@media (max-width: 930px) {
  .contact {
    padding: 60px 0;
  }
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__inner-main {
    width: 100%;
    margin-bottom: 48px;
  }
  .contactForm__col {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .contact {
    padding: 50px 0;
  }
  .contact__inner-main {
    margin-bottom: 32px;
  }
  .contactContent {
    padding: 24px;
    border-radius: 16px;
  }
  .contactContent__top {
    margin-bottom: 16px;
  }
  .contactContent__top span {
    width: 28px;
    margin-right: 12px;
  }
  .contactContent__top h5 {
    font-size: 16px;
  }
  .contactForm__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 16px 0;
  }
  .contactForm__row .input__outer {
    width: 100% !important;
    margin: 0 0 16px 0;
  }
  .contactForm__row .input__outer:last-child {
    margin: 0;
  }
  .contactForm__message {
    margin-bottom: 20px;
  }
  .contactForm__foot .button {
    margin-left: 20px;
  }
}
.terms {
  padding: 92px 0;
  color: #575757;
}
.terms__inner-content {
  margin-bottom: 26px;
}
.terms__inner-content:last-child {
  margin: 0;
}
.terms__inner p b {
  font-weight: 700;
}
.terms__inner ul {
  padding-left: 24px;
}
.terms__inner ul li {
  list-style: disc;
}
.terms__inner ul li::marker {
  font-size: 80%;
}
.terms__inner ol {
  padding-left: 24px;
}
.terms__inner ol li {
  list-style: decimal;
}

@media (max-width: 1380px) {
  .terms {
    padding: 80px 0;
  }
}
@media (max-width: 1180px) {
  .terms {
    padding: 70px 0;
  }
}
@media (max-width: 750px) {
  .terms {
    padding: 50px 0;
  }
}
@media (max-width: 540px) {
  .terms__inner-content {
    margin-bottom: 22px;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}