@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap);
@media (max-width: 700px) {
  .logo[data-v-008bdce6] {
    height: 20px;
  }
}
.logo .foot-logo[data-v-008bdce6] {
  width: 159px;
  height: 58px;
}
@media (max-width: 700px) {
  .logo .foot-logo[data-v-008bdce6] {
    width: 82.5px;
    height: 30px;
  }
}
.logo .head-logo[data-v-008bdce6] {
  width: 93px;
  height: 34px;
}
@media (max-width: 700px) {
  .logo .head-logo[data-v-008bdce6] {
    width: 60px;
    height: 25px;
  }
}
button[data-v-57164417] {
  border-radius: 30px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: -moz-min-content;
  width: min-content;
}
button[data-v-57164417]:not(.rainbow):hover {
  color: #b8ffbf;
}
button[data-v-57164417]:not(.rainbow):active,
button[data-v-57164417]:not(.rainbow):focus {
  color: #72ff80;
}
button.wide[data-v-57164417] {
  padding: 15px 36px;
  border-radius: 40px;
  font-size: 18px;
  line-height: 28px;
}
button.border[data-v-57164417] {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
}
@media (max-width: 900px) {
  button[data-v-57164417] {
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 700px) {
  button[data-v-57164417] {
    padding: 10px 17px;
  }
}
@media (min-width: 701px) {
  button.rainbow[data-v-57164417]:hover {
    animation: anime-57164417 16s linear infinite;
    background: linear-gradient(-45deg, #ff724b, #6187e1, #9ad761, #ff5e3e);
    background-size: 400% 400%;
  }
}
@media (max-width: 700px) {
  button[data-v-57164417]:not(.rainbow):hover {
    color: #b8ffbf;
  }
  button[data-v-57164417]:not(.rainbow):active,
  button[data-v-57164417]:not(.rainbow):focus {
    color: #72ff80;
  }
  button.rainbow[data-v-57164417]:active,
  button.rainbow[data-v-57164417]:focus {
    color: #b8ffbf;
  }
}
@keyframes anime-57164417 {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.nav-content[data-v-4c84f722] {
  gap: 32px;
}
@media (max-width: 900px) {
  .nav-content[data-v-4c84f722] {
    -moz-column-gap: 14px;
    column-gap: 14px;
  }
}
.nav-content:not(.nav-content.in-foot) a.nav-item[data-v-4c84f722] {
  width: 145px;
}
.nav-content:not(.nav-content.in-foot) p.nav-item[data-v-4c84f722] {
  width: 82px;
}
.nav-content:not(.nav-content.in-foot) p.nav-item[data-v-4c84f722]:last-child {
  width: 115px;
}
.nav-content .nav-item[data-v-4c84f722] {
  transition: all 0.3s ease;
  cursor: pointer;
  color: #1b1b1b;
  opacity: 0.82;
}
.nav-content .nav-item[data-v-4c84f722]:active,
.nav-content .nav-item[data-v-4c84f722]:focus {
  color: #00591b;
}
.nav-content .nav-item[data-v-4c84f722]:hover {
  font-weight: 700;
}
.nav-content.in-foot[data-v-4c84f722] {
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
}
.nav-content.in-foot .nav-item[data-v-4c84f722] {
  color: #fff;
  opacity: 1;
}
.nav-content.in-foot .nav-item[data-v-4c84f722]:hover {
  font-weight: 400;
  color: #b8ffbf;
}
.nav-content.in-foot .nav-item[data-v-4c84f722]:active,
.nav-content.in-foot .nav-item[data-v-4c84f722]:focus {
  color: hsla(0, 0%, 85%, 0.9);
  font-weight: 400;
}
@media (max-width: 700px) {
  .nav-content[data-v-4c84f722]:not(.in-foot) {
    width: 100%;
    flex-direction: column;
    gap: 28px;
    padding: 0 20px;
    align-items: flex-start;
  }
  .nav-content:not(.in-foot) .nav-item[data-v-4c84f722] {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    color: #fff;
  }
  .nav-content:not(.in-foot) .nav-item[data-v-4c84f722]:active,
  .nav-content:not(.in-foot) .nav-item[data-v-4c84f722]:focus,
  .nav-content:not(.in-foot) .nav-item[data-v-4c84f722]:hover {
    color: #b8ffbf;
  }
  .nav-content .nav-item[data-v-4c84f722] {
    width: 100% !important;
  }
  .nav-content.in-foot[data-v-4c84f722] {
    gap: 6px;
  }
  .nav-content.in-foot .nav-item[data-v-4c84f722] {
    width: -moz-max-content;
    width: max-content;
  }
}
.input[data-v-0309b6ae] {
  display: flex;
  align-items: center;
  border-radius: 80px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  transition: all 0.3s ease;
}
.input.textarea[data-v-0309b6ae] {
  border-radius: 10px;
}
.input[data-v-0309b6ae]:hover {
  border: 1px solid hsla(0, 0%, 100%, 0.4);
}
.input input[data-v-0309b6ae],
.input textarea[data-v-0309b6ae] {
  padding: 17px 18px;
  outline: none;
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.input input[data-v-0309b6ae]::-moz-placeholder,
.input textarea[data-v-0309b6ae]::-moz-placeholder {
  opacity: 0.4;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.input input[data-v-0309b6ae]::placeholder,
.input textarea[data-v-0309b6ae]::placeholder {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.input input[data-v-0309b6ae]:hover::-moz-placeholder,
.input textarea[data-v-0309b6ae]:hover::-moz-placeholder {
  opacity: 0.9;
}
.input input[data-v-0309b6ae]:hover::placeholder,
.input textarea[data-v-0309b6ae]:hover::placeholder {
  opacity: 0.9;
}
.input input[data-v-0309b6ae]:active::-moz-placeholder,
.input input[data-v-0309b6ae]:focus::-moz-placeholder,
.input textarea[data-v-0309b6ae]:active::-moz-placeholder,
.input textarea[data-v-0309b6ae]:focus::-moz-placeholder {
  opacity: 0.5;
}
.input input[data-v-0309b6ae]:active::placeholder,
.input input[data-v-0309b6ae]:focus::placeholder,
.input textarea[data-v-0309b6ae]:active::placeholder,
.input textarea[data-v-0309b6ae]:focus::placeholder {
  opacity: 0.5;
}
.input textarea[data-v-0309b6ae] {
  resize: none;
  min-height: 124px;
}
.input textarea[data-v-0309b6ae]::-webkit-scrollbar {
  display: none;
}
.input svg[data-v-0309b6ae] {
  margin-right: 18px;
  display: none;
}
.input.error[data-v-0309b6ae] {
  border: 1px solid #fc4237;
}
.input.error input[data-v-0309b6ae] {
  color: #fc4237;
}
.input.error svg[data-v-0309b6ae] {
  display: block;
}
form {
  gap: 18px;
  margin-top: 60px;
  z-index: 3;
  width: 100%;
}
.inputs {
  gap: 20px;
}
.inputs .input {
  width: calc(50% - 10px);
}
.custom-checkbox {
  position: relative;
  height: -moz-min-content;
  height: min-content;
  cursor: pointer;
}
.custom-checkbox input[type='checkbox'] {
  opacity: 0;
  position: absolute;
}
.custom-checkbox .check-text {
  opacity: 0.5;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.2s ease;
}
.custom-checkbox .check-text a,
.custom-checkbox .check-text a:active,
.custom-checkbox .check-text a:focus,
.custom-checkbox .check-text a:visited {
  color: #fff;
  transition: color 0.2s ease;
}
.custom-checkbox .checkmark {
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  border-radius: 6px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  background: hsla(0, 0%, 100%, 0.02);
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  transition: border 0.2s ease;
}
.custom-checkbox.checked .checkmark {
  border-radius: 6px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(/img/check.3a5fd62e.svg);
  transition: opacity 0.2s ease;
  border: 1px solid hsla(0, 0%, 100%, 0.5) !important;
}
.custom-checkbox.checked .checkmark:before {
  display: block;
}
.custom-checkbox.checked:hover .checkmark {
  border: 1px solid #fff !important;
}
.custom-checkbox.checked:hover .check-text,
.custom-checkbox.checked:hover .check-text a {
  opacity: 1;
  color: #fff !important;
}
.custom-checkbox span:nth-child(3) {
  padding-left: 8px;
}
.custom-checkbox:not(.custom-checkbox.checked):hover .checkmark {
  border: 1px solid hsla(0, 0%, 100%, 0.4) !important;
}
.custom-checkbox:not(.custom-checkbox.checked):hover .check-text,
.custom-checkbox:not(.custom-checkbox.checked):hover .check-text a {
  opacity: 1;
  color: hsla(0, 0%, 85%, 0.9) !important;
}
@media (max-width: 700px) {
  form {
    gap: 20px;
  }
  .inputs {
    flex-direction: column;
  }
  .inputs .input {
    width: 100%;
  }
  .action {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .action button {
    width: 100%;
    height: 54px;
  }
}
.response-modal[data-v-d4fc03b6] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.response-modal__content[data-v-d4fc03b6] {
  padding: 40px;
  border-radius: 33px;
  width: 100%;
  max-width: 500px;
}
.response-modal__content svg[data-v-d4fc03b6] {
  right: 24px;
  top: 24px;
}
.response-modal__content img[data-v-d4fc03b6] {
  width: 200px;
  height: 200px;
}
.response-modal__content .block[data-v-d4fc03b6] {
  gap: 18px;
}
.response-modal__content .block > .flex-col[data-v-d4fc03b6] {
  gap: 8px;
  text-align: center;
  width: 100%;
  max-width: 360px;
}
.response-modal__content .block .buttons[data-v-d4fc03b6],
.response-modal__content .block button[data-v-d4fc03b6] {
  gap: 8px;
  width: 100%;
}
.response-modal__content .block .buttons[data-v-d4fc03b6]:nth-child(2),
.response-modal__content .block button[data-v-d4fc03b6]:nth-child(2) {
  color: #8b45ff;
}
.response-modal__content .block .buttons[data-v-d4fc03b6]:nth-child(2):hover,
.response-modal__content .block button[data-v-d4fc03b6]:nth-child(2):hover {
  color: #b588ff;
}
.response-modal__content .block .buttons[data-v-d4fc03b6]:nth-child(2):active,
.response-modal__content .block .buttons[data-v-d4fc03b6]:nth-child(2):focus,
.response-modal__content .block button[data-v-d4fc03b6]:nth-child(2):active,
.response-modal__content .block button[data-v-d4fc03b6]:nth-child(2):focus {
  color: #6b11ff;
}
.response-modal__content
  .block
  .buttons[data-v-d4fc03b6]:first-child:not(
    .response-modal__content .block .buttons.green,
    .response-modal__content .block button.green
  ):hover,
.response-modal__content
  .block
  button[data-v-d4fc03b6]:first-child:not(
    .response-modal__content .block .buttons.green,
    .response-modal__content .block button.green
  ):hover {
  color: #8b45ff;
}
.response-modal__content
  .block
  .buttons[data-v-d4fc03b6]:first-child:not(
    .response-modal__content .block .buttons.green,
    .response-modal__content .block button.green
  ):active,
.response-modal__content
  .block
  .buttons[data-v-d4fc03b6]:first-child:not(
    .response-modal__content .block .buttons.green,
    .response-modal__content .block button.green
  ):focus,
.response-modal__content
  .block
  button[data-v-d4fc03b6]:first-child:not(
    .response-modal__content .block .buttons.green,
    .response-modal__content .block button.green
  ):active,
.response-modal__content
  .block
  button[data-v-d4fc03b6]:first-child:not(
    .response-modal__content .block .buttons.green,
    .response-modal__content .block button.green
  ):focus {
  color: #6b11ff;
}
.response-modal__content .block .buttons:first-child.green[data-v-d4fc03b6]:hover,
.response-modal__content .block button:first-child.green[data-v-d4fc03b6]:hover {
  color: #b8ffbf;
}
.response-modal__content .block .buttons:first-child.green[data-v-d4fc03b6]:active,
.response-modal__content .block .buttons:first-child.green[data-v-d4fc03b6]:focus,
.response-modal__content .block button:first-child.green[data-v-d4fc03b6]:active,
.response-modal__content .block button:first-child.green[data-v-d4fc03b6]:focus {
  color: #72ff80;
}
@media (max-width: 700px) {
  .response-modal__content[data-v-d4fc03b6] {
    padding: 32px;
    width: calc(100% - 40px);
  }
  .response-modal__content .block .buttons[data-v-d4fc03b6] {
    flex-direction: column-reverse;
  }
}
.modal[data-v-599f5d8d] {
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/modal-bg.f1bf85be.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.modal__content[data-v-599f5d8d] {
  width: 100%;
  max-width: 662px;
}
.modal .absolute[data-v-599f5d8d] {
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.modal .absolute svg path[data-v-599f5d8d] {
  transition: all 0.3s ease;
}
.modal .absolute:hover svg path[data-v-599f5d8d] {
  fill-opacity: 1;
}
.modal .mtop[data-v-599f5d8d] {
  text-align: center;
}
.modal .mtop .subtitle4[data-v-599f5d8d] {
  opacity: 0.5;
  margin-bottom: 2px;
}
@media (max-width: 700px) {
  .modal__content[data-v-599f5d8d] {
    max-width: calc(100% - 40px);
    height: calc(100% - 60px);
    margin-top: 80px;
  }
}
.menu-btn[data-v-d517bbb8] {
  width: 40px;
  height: 40px;
}
.menu-btn svg path[data-v-d517bbb8],
.menu-btn svg rect[data-v-d517bbb8],
svg path[data-v-1d0a3fe8] {
  transition: all 0.3s ease;
}
svg.isHovered path[data-v-1d0a3fe8] {
  fill: #b8ffbf;
}
.mob-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mob-menu__bg {
  width: 200%;
  height: 100%;
  background-image: url(/img/modal-bg.f1bf85be.jpg);
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: -1;
}
.mob-menu main {
  z-index: 999;
  height: 100%;
}
.mob-menu__head {
  height: 70px;
  min-height: 70px;
  padding: 0 20px;
}
.mob-menu__body {
  height: 100%;
  padding: 30px 0 20px;
  overflow-y: scroll;
}
.mob-menu__foot {
  padding: 40px 20px;
  gap: 16px;
}
.mob-menu__foot .small3 {
  opacity: 0.5;
  text-decoration: none;
  transition: 0.3s ease;
}
.mob-menu__foot .small3:not(.mob-menu__foot .small3.copyright) {
  cursor: pointer;
}
.mob-menu__foot .small3:not(.mob-menu__foot .small3.copyright):active,
.mob-menu__foot .small3:not(.mob-menu__foot .small3.copyright):focus,
.mob-menu__foot .small3:not(.mob-menu__foot .small3.copyright):hover {
  color: #b8ffbf;
}
.menu-enter-active,
.menu-leave-active {
  transition: transform 0.5s ease;
}
.menu-enter-from,
.menu-leave-to {
  transform: translateX(100%);
}
.menu-enter-to,
.menu-leave-from {
  transform: translateX(0);
}
header[data-v-d65f32a8] {
  padding: 24px 0;
}
header .head_content[data-v-d65f32a8] {
  width: 100%;
}
header .head_content > .flex[data-v-d65f32a8] {
  gap: 60px;
}
@media (max-width: 1200px) {
  header .head_content > .flex[data-v-d65f32a8] {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  header nav[data-v-d65f32a8] {
    display: none;
  }
}
.ellipse[data-v-72727d08] {
  background: #d3fabd;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  top: -20px;
  left: -20px;
  z-index: 0;
  filter: blur(7px);
}
.ellipse.center[data-v-72727d08] {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-wrap.animate img[data-v-4d2719e8] {
  animation: rotate-4d2719e8 10s linear infinite;
}
.img-wrap img[data-v-4d2719e8] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.img-wrap.cover img[data-v-4d2719e8] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@keyframes rotate-4d2719e8 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.scroll-down[data-v-333e7d96] {
  position: absolute;
  left: 0;
  top: 190px;
  transform: rotate(-90deg);
  width: 190px;
  height: 1px;
}
.scroll-down .p-wrap[data-v-333e7d96] {
  overflow: hidden;
}
.scroll-down .line[data-v-333e7d96] {
  width: 1px;
  height: 1px;
  transform: rotate(-90deg);
}
.scroll-down .line[data-v-333e7d96]:before {
  display: block;
  animation: elasticus-333e7d96 2.9s cubic-bezier(1, 0, 0, 1) infinite;
  margin-left: -1px;
  margin-top: 0;
  width: 1px;
  height: 100px;
  background: #000;
  content: ' ';
}
.scroll-down p[data-v-333e7d96] {
  margin-right: 14px;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .scroll-down[data-v-333e7d96] {
    position: relative;
    top: auto;
    left: auto;
    margin: 15px auto 0;
    width: 1px;
    height: 180px;
  }
  .scroll-down p[data-v-333e7d96] {
    display: none;
  }
  .scroll-down .line[data-v-333e7d96] {
    width: 1px;
    height: 100px;
    display: block;
    position: relative;
    background: none;
  }
}
@keyframes elasticus-333e7d96 {
  0% {
    transform-origin: 0 0;
    transform: scaleY(0);
  }
  50% {
    transform-origin: 0 0;
    transform: scale(1);
  }
  50.1% {
    transform-origin: 0 100%;
    transform: scale(1);
  }
  to {
    transform-origin: 0 100%;
    transform: scaleY(0);
  }
}
.banner[data-v-bdfc42d6] {
  padding-bottom: 60px;
}
.banner > .content[data-v-bdfc42d6] {
  margin-top: -130px;
}
.headline1[data-v-bdfc42d6] {
  width: 100%;
  max-width: 410px;
  margin-bottom: 10px;
}
.title1[data-v-bdfc42d6] {
  width: 100%;
  max-width: 745px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .banner > .content[data-v-bdfc42d6] {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.parallax[data-v-6192c7f4] {
  position: relative;
  overflow: hidden;
}
.parallax img[data-v-6192c7f4] {
  width: 111%;
  height: 109%;
  will-change: top, height, width;
  position: absolute;
  transform: translateZ(0);
}
.page-banner .absolute[data-v-7358d959] {
  bottom: 28px;
  z-index: 2;
}
.page-banner .absolute p[data-v-7358d959] {
  color: #fff !important;
}
.page-banner .absolute p[data-v-7358d959]:first-child {
  margin-bottom: 2px;
  opacity: 0.5;
}
.text-block[data-v-9206c4ae] {
  color: #1b1b1b;
}
.text-block.dark[data-v-9206c4ae] {
  color: #fff;
}
.element[data-v-867a9ab2] {
  position: absolute;
  top: -20px;
  left: -25px;
}
.b-about {
  gap: 116px;
  overflow: visible !important;
}
.b-about__text {
  background: #000;
  padding: 133px 85px;
  width: 100%;
  max-width: 610px;
}
.b-about__text p {
  opacity: 0.92;
}
.b-about__text .ellipse {
  top: 127px;
  left: 64px;
}
.b-about__how-we-work {
  margin-top: -100px;
}
@media (max-width: 700px) {
  .b-about__how-we-work {
    margin-top: -67px;
  }
}
.b-about__our-values {
  gap: 265px;
}
.b-about__our-values .headline3 {
  width: 100%;
  max-width: 510px;
}
.b-about__our-values .right {
  width: 100%;
  max-width: 410px;
  gap: 28px;
}
.b-about__our-values .right .parallax {
  margin-top: 8px;
}
.b-about__why-choose-us {
  padding-top: 83px;
  gap: 157px;
}
@media (max-width: 1200px) {
  .b-about__text {
    max-width: 500px;
    min-width: 500px;
  }
  .b-about__our-values,
  .b-about__why-choose-us {
    gap: 20px;
    justify-content: space-between;
  }
}
@media (max-width: 900px) {
  .b-about {
    gap: 40px;
  }
  .b-about__text {
    max-width: 610px;
  }
  .b-about__how-we-work {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .b-about__how-we-work .img-wrap {
    margin: 20px -40px 0 auto !important;
    min-width: 400px !important;
  }
  .b-about__our-values {
    flex-direction: column;
    gap: 40px;
    padding-top: 30px;
  }
  .b-about__our-values .headline3,
  .b-about__our-values .right {
    max-width: none;
  }
  .b-about__our-values .right {
    gap: 20px;
  }
  .b-about__why-choose-us {
    padding-top: 0;
    flex-direction: column-reverse;
  }
  .b-about__why-choose-us .img-wrap {
    max-width: 380px;
    min-width: 0 !important;
  }
}
@media (max-width: 700px) {
  .b-about__text {
    min-width: 0;
    padding: 30px 30px 40px;
  }
  .b-about__text .ellipse {
    top: 25px;
    left: 15px;
  }
  .b-about__how-we-work .img-wrap {
    min-width: 300px !important;
    margin: 20px -20px 0 auto !important;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.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: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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 {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.slide-control-btn[data-v-5e29370f] {
  border-radius: 66px;
  font-size: 64px;
  width: 1em;
  height: 1em;
  cursor: pointer;
  background: #000;
  transition: all 0.3s ease;
}
.slide-control-btn svg path[data-v-5e29370f] {
  transition: all 0.3s ease;
}
.slide-control-btn.disabled[data-v-5e29370f] {
  cursor: not-allowed;
  background: none;
  border: 1.3px solid #e8e8e8;
}
.slide-control-btn.disabled svg path[data-v-5e29370f] {
  stroke: #d1d1d1;
}
.slide-control-btn:not(.slide-control-btn.disabled):not(.slide-control-btn.second):hover
  svg
  path[data-v-5e29370f] {
  stroke: #b8ffbf;
  stroke-opacity: 1;
}
.slide-control-btn:not(.slide-control-btn.disabled):not(.slide-control-btn.second):active
  svg
  path[data-v-5e29370f],
.slide-control-btn:not(.slide-control-btn.disabled):not(.slide-control-btn.second):focus
  svg
  path[data-v-5e29370f] {
  stroke: #d9d9d9;
  stroke-opacity: 0.9;
}
.slide-control-btn.rotate[data-v-5e29370f] {
  transform: rotate(180deg);
}
.slide-control-btn.second[data-v-5e29370f] {
  background: #fff;
}
.slide-control-btn.second.disabled[data-v-5e29370f] {
  background: none;
  opacity: 0.4;
}
.slide-control-btn.second[data-v-5e29370f]:not(.slide-control-btn.second.disabled):active,
.slide-control-btn.second[data-v-5e29370f]:not(.slide-control-btn.second.disabled):focus {
  opacity: 0.8;
}
.slide-control-btn.second:not(.slide-control-btn.second.disabled):active svg path[data-v-5e29370f],
.slide-control-btn.second:not(.slide-control-btn.second.disabled):focus svg path[data-v-5e29370f] {
  stroke: #72ff80;
  stroke-opacity: 0.9;
}
.f-block[data-v-4a7ffd08] {
  gap: 32px;
  height: 360px;
}
@media (max-width: 900px) {
  .f-block[data-v-4a7ffd08] {
    gap: 20px;
  }
}
.f-block__img[data-v-4a7ffd08] {
  width: 230px;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.f-block__img img[data-v-4a7ffd08] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.f-block .f-content[data-v-4a7ffd08] {
  width: 100%;
  max-width: 290px;
}
.f-block .f-content .subtitle2[data-v-4a7ffd08] {
  margin: 50px 0 8px;
}
@media (max-width: 700px) {
  .f-block__img[data-v-4a7ffd08] {
    width: 108px;
    min-width: 108px;
  }
}
.service-item[data-v-595cc40b] {
  border-radius: 24px;
  border: 1px solid #4d4d4d;
  background: #000;
  padding: 90px 90px 90px 60px;
  transition: all 0.3s ease;
  cursor: pointer;
  gap: 20px;
}
.service-item .left[data-v-595cc40b] {
  gap: 6px;
  width: 315px;
}
.service-item .left__icon[data-v-595cc40b] {
  font-size: 50px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: hsla(0, 0%, 85%, 0.1);
}
.service-item .subtitle2[data-v-595cc40b] {
  color: hsla(0, 0%, 85%, 0.94);
  opacity: 0.92;
  transition: all 0.3s ease;
  text-align: left;
}
.service-item .text4[data-v-595cc40b] {
  color: hsla(0, 0%, 85%, 0.9);
  width: 100%;
  max-width: 640px;
  transition: all 0.3s ease;
}
.service-item .right p[data-v-595cc40b] {
  text-align: left;
}
@media (min-width: 701px) {
  .service-item[data-v-595cc40b]:hover {
    border: 1px solid rgba(184, 255, 191, 0.2);
    background: #0d0d0d;
    box-shadow: inset 0 0 31px 8px rgba(184, 255, 191, 0.1);
  }
  .service-item:hover .subtitle2[data-v-595cc40b],
  .service-item:hover .text4[data-v-595cc40b] {
    color: #fff;
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .service-item[data-v-595cc40b] {
    padding: 26px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .service-item .left[data-v-595cc40b] {
    gap: 8px;
  }
  .service-item p[data-v-595cc40b] {
    text-align: left;
  }
}
.mvalues-item[data-v-4a14942f] {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 50px;
  height: 100%;
  overflow: hidden;
}
.mvalues-item__bg[data-v-4a14942f] {
  right: -150px;
  bottom: -118px;
  width: 480px;
}
.mvalues-item__bg img[data-v-4a14942f] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper[data-v-21d8b046] {
  overflow: clip;
}
.swiper.visible[data-v-21d8b046] {
  overflow: visible;
}
.swiper .swiper-slide[data-v-21d8b046] {
  width: auto !important;
}
@media (max-width: 900px) {
  .swiper .swiper-slide[data-v-21d8b046] {
    width: 100% !important;
  }
}
.swiper .controls[data-v-21d8b046] {
  gap: 20px;
  margin-top: 32px;
}
.svg[data-v-a2778d40] {
  position: absolute;
  width: 100vw;
  height: auto;
}
.svg[data-v-a2778d40]:first-child {
  top: 170px;
  left: 0;
}
.svg[data-v-a2778d40]:nth-child(2) {
  top: 180px;
  left: 0;
}
@keyframes dash-a2778d40 {
  to {
    stroke-dashoffset: -100;
  }
}
@keyframes dash2-a2778d40 {
  to {
    stroke-dashoffset: -150;
  }
}
#animated-path[data-v-a2778d40] {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 5;
  animation: dash-a2778d40 10s linear infinite;
}
#animated-path2[data-v-a2778d40] {
  stroke: #a6a6a6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 5;
  animation: dash2-a2778d40 9s linear infinite;
}
.h-feature[data-v-a2778d40] {
  margin: 0 0 100px;
  overflow: hidden;
}
.h-feature .container[data-v-a2778d40] {
  overflow: visible;
}
.h-feature .container > .relative[data-v-a2778d40] {
  margin-top: 125px;
}
@media (max-width: 900px) {
  .h-feature .container > .relative[data-v-a2778d40] {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .h-feature .container > .relative[data-v-a2778d40] {
    margin-top: 15px;
  }
}
.h-feature .headline7[data-v-a2778d40] {
  margin-bottom: 32px;
}
.h-services {
  background: #000;
  padding-bottom: 98px;
}
.h-services .container > .relative {
  margin: 100px auto 0;
  text-align: center;
  width: -moz-min-content;
  width: min-content;
}
.h-services p {
  color: #fff;
  text-align: center;
}
.h-services p.text4 {
  margin-top: 18px;
}
.h-services__content {
  margin-top: 60px;
  gap: 22px;
}
@media (max-width: 900px) {
  .h-services {
    padding-bottom: 60px;
  }
  .h-services > .container > .relative {
    margin: 40px auto 0;
  }
  .h-services .swiper .swiper-slide {
    height: 440px;
    width: 100% !important;
    margin-right: 80px !important;
  }
  .h-services p.text4 {
    margin: 20px 0 32px;
  }
}
.h-partners {
  padding: 0 0 100px;
}
@media (max-width: 900px) {
  .h-partners {
    padding: 0 0 80px;
  }
}
.h-partners__content {
  gap: 18px;
  text-align: center;
  margin: 100px auto 0;
  width: 100%;
  max-width: 950px;
}
@media (max-width: 900px) {
  .h-partners__content {
    margin: 65px auto 0;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .h-partners__content > div.relative {
    width: 201px;
  }
  .h-partners__content .text4 {
    padding: 0 20px;
  }
}
.partners-parallax__box[data-v-2295470e] {
  width: 100%;
  max-width: 716px;
  padding: 85px 102px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.34);
  box-shadow: 0 4px 34px 8px rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: #fff;
}
@media (max-width: 900px) {
  .partners-parallax__box[data-v-2295470e] {
    max-width: calc(100% - 40px);
    padding: 80px 35px;
  }
}
@media (max-width: 700px) {
  .partners-parallax .parallax[data-v-2295470e] {
    height: 844px !important;
  }
}
.h-last[data-v-e89a61e2] {
  padding: 100px 0;
}
.h-last__box[data-v-e89a61e2] {
  width: 100%;
  max-width: 502px;
}
.h-last__box p.text3[data-v-e89a61e2] {
  color: #1b1b1b;
  opacity: 0.4;
}
.h-last__box p.text4[data-v-e89a61e2] {
  margin-top: 18px;
}
@media (max-width: 700px) {
  .h-last[data-v-e89a61e2] {
    padding: 40px 0 60px;
  }
  .h-last > .container.flex[data-v-e89a61e2] {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .h-last__box[data-v-e89a61e2] {
    max-width: 100%;
  }
  .h-last .img-wrap[data-v-e89a61e2] {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto !important;
  }
}
.line[data-v-05f9445b] {
  width: 1px;
  height: 24px;
  background: #3c403c;
  z-index: 2;
  mix-blend-mode: multiply;
}
.explore[data-v-05f9445b] {
  width: 100%;
  border-radius: 16px;
  background: url(/img/footer-green.56182628.png);
  cursor: pointer;
}
@media (max-width: 700px) {
  .explore[data-v-05f9445b] {
    background: url(/img/footer-green-mob.22813424.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.explore > .line[data-v-05f9445b] {
  transform: rotate(90deg) translateY(-49%) translateX(-12px);
  top: 50%;
}
.explore > p[data-v-05f9445b] {
  padding: 52px 64px;
  transition: all 0.3s ease;
}
.explore > svg[data-v-05f9445b] {
  transition: all 0.3s ease;
}
.explore__right[data-v-05f9445b] {
  width: 15%;
  max-width: 180px;
}
.explore__right .line[data-v-05f9445b]:first-child {
  top: 0;
  left: 0;
}
.explore__right .line[data-v-05f9445b]:nth-child(2) {
  bottom: 0;
  left: 0;
}
@media (min-width: 700px) {
  .explore:hover p[data-v-05f9445b] {
    color: #b8ffbf;
  }
  .explore:hover svg path[data-v-05f9445b] {
    fill: #b8ffbf;
  }
  .explore:active p[data-v-05f9445b],
  .explore:focus p[data-v-05f9445b] {
    color: #fff;
  }
  .explore:active svg path[data-v-05f9445b],
  .explore:focus svg path[data-v-05f9445b] {
    fill: #fff;
  }
}
@media (max-width: 700px) {
  .explore > p[data-v-05f9445b] {
    padding: 54px 54px 54px 26px;
  }
  .explore > .line[data-v-05f9445b] {
    height: 14px;
  }
  .explore__right[data-v-05f9445b] {
    width: 50%;
    max-width: none;
  }
}
.go-top[data-v-489aaa3f] {
  font-size: 64px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.go-top svg path[data-v-489aaa3f] {
  transition: stroke 0.3s ease;
}
.go-top[data-v-489aaa3f]:hover {
  border: 1px solid rgba(184, 255, 191, 0.2);
  background: #0d0d0d;
}
.go-top:hover svg path[data-v-489aaa3f] {
  stroke: #b8ffbf;
}
.go-top:active svg path[data-v-489aaa3f],
.go-top:focus svg path[data-v-489aaa3f] {
  stroke: #fff;
}
footer {
  background: #000;
  padding: 60px 0 24px;
}
footer .navigate {
  gap: 60px;
}
footer .infos {
  -moz-column-gap: 120px;
  column-gap: 120px;
  row-gap: 56px;
  width: 100%;
  max-width: 536px;
}
@media (max-width: 900px) {
  footer .infos {
    -moz-column-gap: 60px;
    column-gap: 60px;
    width: auto;
  }
}
footer .infos .blocks {
  gap: 8px;
  width: 100%;
  max-width: 208px;
}
footer .infos .blocks .small3 {
  opacity: 0.5;
}
@media (max-width: 900px) {
  footer .infos .blocks:nth-child(2) {
    max-width: 160px;
  }
}
footer .infos .no-underline {
  transition: all 0.3s ease;
}
footer .infos .no-underline:hover {
  color: #b8ffbf;
}
footer .infos .no-underline:active {
  color: hsla(0, 0%, 85%, 0.9);
}
footer .footer-bottom {
  margin: 112px 0 16px;
}
footer .footer-bottom .go-top {
  margin-bottom: 4px;
}
footer .footer-bottom .small3 {
  opacity: 0.5;
}
footer .footer-bottom a.small3 {
  transition: all 0.4s ease;
}
footer .footer-bottom a.small3:hover {
  color: #b8ffbf;
  opacity: 1;
}
footer .footer-bottom a.small3:active {
  color: hsla(0, 0%, 85%, 0.9);
  opacity: 1;
}
footer .footer-bottom .additional-info {
  gap: 60px;
  margin-right: 215px;
}
@media (max-width: 900px) {
  .footer-top {
    gap: 34px;
  }
}
@media (max-width: 700px) {
  .footer-top {
    flex-direction: column;
  }
  .footer-top .navigate {
    gap: 40px;
  }
  .footer-top .logo {
    height: 30px;
  }
  footer {
    position: relative;
  }
  footer .infos {
    flex-direction: column;
    gap: 20px;
  }
  footer .footer-bottom {
    margin: 60px 0 16px;
  }
  footer .footer-bottom .go-top {
    position: absolute;
    top: 40px;
    right: 20px;
  }
  footer .footer-bottom .additional-info {
    gap: 18px;
    margin-right: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: DM Sans, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  touch-action: manipulation;
}
body {
  overflow-x: hidden;
}
.container,
body.no-scroll {
  overflow: hidden;
}
.container {
  padding: 0 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 900px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 700px) {
  .container {
    padding: 0 20px;
  }
}
.hidden {
  overflow: hidden;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.underline {
  text-decoration: underline;
}
.no-underline {
  text-decoration: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.z2 {
  z-index: 2;
  position: relative;
}
.gap18 {
  gap: 18px;
}
@media (max-width: 700px) {
  .gap18 {
    gap: 20px;
  }
}
.white {
  color: #fff;
}
.text1 {
  font-weight: 700;
}
.text1,
.text2 {
  font-size: 18px;
  line-height: 28px;
}
.text2 {
  font-weight: 400;
}
@media (max-width: 900px) {
  .text2 {
    font-size: 16px;
  }
}
.text3 {
  font-weight: 700;
}
.text3,
.text4 {
  font-size: 16px;
  line-height: 28px;
}
.text4 {
  font-weight: 400;
}
@media (max-width: 700px) {
  .text4 {
    line-height: 26px;
  }
}
.text5 {
  font-weight: 700;
}
.text5,
.text6 {
  font-size: 16px;
  line-height: 26px;
}
.headline1,
.text6 {
  font-weight: 400;
}
.headline1 {
  font-size: 20px;
  line-height: 28px;
  color: #1b1b1b;
}
@media (max-width: 700px) {
  .headline1 {
    font-size: 16px;
    line-height: 26px;
  }
}
.headline3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 1.8px;
  color: #1b1b1b;
}
@media (max-width: 700px) {
  .headline3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
  }
}
.headline4 {
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}
@media (max-width: 700px) {
  .headline4 {
    font-size: 46px;
    line-height: 56px;
  }
}
.headline6 {
  font-size: 44px;
  font-weight: 700;
  line-height: 66px;
}
.headline7 {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
}
.headline7.dark {
  color: #1b1b1b;
}
@media (max-width: 700px) {
  .headline7 {
    font-size: 34px;
    line-height: 44px;
  }
}
.headline10 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .headline10 {
    font-size: 16px;
    line-height: 26px;
  }
}
.subtitle1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #1b1b1b;
}
@media (max-width: 700px) {
  .subtitle1 {
    font-size: 20px;
    line-height: 26px;
  }
}
.subtitle2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1b1b1b;
}
.h-last .subtitle2 {
  white-space: break-spaces;
}
@media (max-width: 700px) {
  .subtitle2 {
    line-height: 26px;
  }
}
.subtitle3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 700px) {
  .subtitle3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.subtitle4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.small1 {
  line-height: 24px;
}
.small1,
.small2 {
  font-size: 14px;
  font-weight: 400;
}
.small2 {
  line-height: 20px;
  color: #fff;
}
.small2.dark {
  color: #1b1b1b;
}
.small3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}
.title1 {
  font-family: Roboto Condensed, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1b1b1b;
  font-weight: 900;
  font-size: 96px;
  line-height: 102px;
}
@media (max-width: 1200px) {
  .title1 {
    font-size: 74px;
    line-height: 80px;
  }
}
@media (max-width: 900px) {
  .title1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 700px) {
  .title1 {
    font-size: 42px;
    line-height: 44px;
  }
}
