/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/*── Tipografías locales ─────────────────────────────────────────*/
/*
@font-face{
  font-family:'DarkerGrotesque';
  src:url('/wp-content/themes/aithor-new/assets/fonts/DarkerGrotesque-Bold.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'DarkerGrotesque';
  src:url('/wp-content/themes/aithor-new/assets/fonts/DarkerGrotesque-ExtraBold.woff2') format('woff2');
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'ChakraPetch';
  src:url('/wp-content/themes/aithor-new/assets/fonts/ChakraPetch-Bold.woff2') format('woff2');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'ChakraPetch';
  src:url('/wp-content/themes/aithor-new/assets/fonts/ChakraPetch-Medium.woff2') format('woff2');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'ChakraPetch';
  src:url('/wp-content/themes/aithor-new/assets/fonts/ChakraPetch-Regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'ChakraPetch';
  src:url('/wp-content/themes/aithor-new/assets/fonts/ChakraPetch-SemiBold.woff2') format('woff2');
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
*/
/*────────────────────────────────────────────────────────────────*/


.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  width: auto;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    width: auto;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    width: auto;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    width: auto;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    width: auto;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1441px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    width: auto;
  }

  .col-xxl-1 {
    width: 8.33333333%;
  }

  .col-xxl-2 {
    width: 16.66666667%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.33333333%;
  }

  .col-xxl-5 {
    width: 41.66666667%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-7 {
    width: 58.33333333%;
  }

  .col-xxl-8 {
    width: 66.66666667%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-10 {
    width: 83.33333333%;
  }

  .col-xxl-11 {
    width: 91.66666667%;
  }

  .col-xxl-12 {
    width: 100%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-self-end {
  justify-self: flex-end !important;
}

.justify-self-start {
  justify-self: flex-start !important;
}

.justify-self-between {
  justify-self: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.p-0 {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1441px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }
}

:root {
  --pg-space: var(--sp-md);
  --bullet-space: 0.25rem;
  --sw-btn: 3.75rem;
  --sw-bullet: 13px;
}

@media (max-width: 575px) {
  :root {
    --sw-bullet: 0.5rem;
  }
}

:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-inline: auto;
}

.swiper-entry {
  position: relative;
}

.swiper-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0;
  display: block;
  list-style: none;
  margin-inline: auto;
}

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-vertical > .swiper-wrapper {
  height: max-content !important;
  flex-direction: column;
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  height: max-content !important;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--transition-timing, initial);
  //cursor: url(../img/drag.png) 16 9, ew-resize;
}

@media (max-width: 575px) {
  .swiper-container {
    overflow: visible;
  }
}

.swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  transition-property: transform;
}

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

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

[class*="swiper-button"] {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  color: var(--clr-black);
  right: auto;
  top: calc(50% - var(--sw-btn) / 2);
  left: calc(-1 * var(--sw-btn) - 1rem);
  margin: 0;
  width: var(--sw-btn);
  height: var(--sw-btn);
  border: 0.0625rem solid currentColor;
  border-radius: var(--rd-1);
  transition: var(--transition-1);
}

[class*="swiper-button"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  border-width: 0 0 0.125rem 0.125rem;
  border-style: solid;
  border-color: currentColor;
}

.swiper-button-next {
  left: auto;
  right: calc(-1 * var(--sw-btn) - 1rem);
  transform: rotate(180deg);
}

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

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

.swiper-controls-wrap {
  position: relative;
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.swiper-controls-wrap .swiper-button-next,
.swiper-controls-wrap .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.section:has(.swiper-button-lock) .swiper-wrapper {
  cursor: default !important;
}

.section:has(.swiper-button-lock) .swiper-controls-wrap {
  display: none !important;
}

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

@media (min-width: 1200px) {
  [class*="swiper-button"]:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 1199px) {
  [class*="swiper-button"] {
    display: none;
  }
}

.swiper-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  line-height: 0;
  width: auto;
  background: #eaeaea;
  text-align: center;
  padding: 0.5rem;
  border-radius: var(--rd-1);
  left: 50% !important;
  transform: translateX(-50%);
}

.swiper-pagination:not(.swiper-pagination-relative) {
  position: absolute;
  bottom: var(--pg-space);
  left: 0;
}

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: var(--pg-space);
}

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

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

.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: var(--sw-bullet);
  height: var(--sw-bullet);
  opacity: 1;
  border-radius: 100%;
  margin: 0 var(--bullet-space) !important;
  background: var(--clr-white);
  transition: var(--transition-1);
}

.swiper-pagination-bullet-active {
  background: var(--clr-black);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
  transition: 0.2s transform, 0.2s left;
}

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

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

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

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

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

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

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

.swiper-pagination-fraction {
  font-size: var(--text);
  line-height: 1.4em;
  font-weight: 500;
  color: var(--clr-title);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  left: auto;
  right: 0.5rem;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--bullet-space) 0 !important;
  display: block;
}

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

.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;
  transition: 0.2s transform, 0.2s top;
}

.section:has(.swiper-pagination-lock) .swiper-wrapper {
  cursor: default !important;
}

.section:has(.swiper-pagination-lock) .swiper-controls-wrap {
  display: none !important;
}

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

.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: var(--swiper-pagination-progressbar-size, 0.25rem);
  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: var(--swiper-pagination-progressbar-size, 0.25rem);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-scrollbar {
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
  border-radius: var(--swiper-scrollbar-border-radius, 0.5rem);
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 0.25rem);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 0.25rem);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 0.25rem);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 0.25rem);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

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

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

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

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

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

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

.swiper-thumbs .swiper-slide-thumb-active {
  outline-offset: -0.0625rem;
  outline: 0.0625rem solid var(--clr-primary);
}

.swiper .swiper-notification {
  pointer-events: none;
  position: absolute;
  z-index: -1000;
  left: 0;
  top: 0;
  opacity: 0;
}

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

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

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

.swiper-lazy-preloader {
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  transform-origin: 50%;
  border-radius: 50%;
  border: 0.25rem solid var(--clr-primary);
  border-top-color: transparent;
  animation: swiper-spin 1s infinite linear;
}

@keyframes swiper-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

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

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

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d [class*="swiper-slide-shadow"] {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  inset: 0;
}

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

.swiper-3d .swiper-slide-shadow-left {
  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: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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-creative .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.swiper-flip {
  overflow: visible;
}

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

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

.swiper-flip .swiper-slide-shadow-flip {
  z-index: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  filter: blur(3rem);
  -webkit-filter: blur(3rem);
}

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

.swiper-cube .swiper-slide-shadow-cube {
  z-index: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.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: 0.0625rem;
  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-height: 0.0625rem;
  height: var(--swiper-centered-offset-after);
}

.form-block {
  --space: 1.5rem;
}

.form-block .row {
  --bs-gutter-x: var(--space);
  --bs-gutter-y: var(--space);
}

.form-block > * {
  margin-bottom: var(--space);
}

.form-block > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .form-block {
    --space: 1.25rem;
  }
}

@media (max-width: 991px) {
  .form-block {
    --space: 1rem;
  }
}

.input-field {
  --int-height: 3.75rem;
  --int-pd: 1rem;
  --font-size: 1rem;
  display: block;
  position: relative;
  text-align: left;
  line-height: 0;
  font-size: var(--font-size);
}

.input {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: var(--int-height);
  height: var(--int-height);
  padding: var(--int-pd);
  text-overflow: ellipsis;
  color: var(--clr-black);
  border-radius: var(--rd-1);
  border-radius: 16px;
  border: 0.0625rem solid var(--clr-input);
  transition: var(--transition-1);
}

textarea.input {
  height: 8.75rem;
  line-height: 1.38em;
}

.input-placeholder {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  text-align: left;
  z-index: 2;
  top: 0;
  left: calc(var(--int-pd) - 0.25em);
  transform: translateY(calc((var(--int-height) - 1.25em) / 2));
  font-size: 20px;
  line-height: 180%;
  font-weight: 400;
  color: var(--clr-text);
  padding-inline: 0.25em;
  max-width: calc(100% - var(--int-pd) * 2);
  display: -webkit-box;
/*   -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
  text-overflow: ellipsis;
  background-color: var(--clr-white);
  transition: var(--transition-1);
}

@media screen and (max-width: 768px) {
  .input-placeholder {
    font-size: 16px;
    line-height: 160%;
  }
}

textarea.input + .input-placeholder {
  transform: translateY(var(--int-pd));
}

.password-control {
  --size: 2rem;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0.875rem;
  right: var(--int-pd);
  width: var(--size);
  height: var(--size);
  background-image: url(../img/icons/icon-eye-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.password-control.view {
  background-image: url(../img/icons/icon-eye.svg);
}

.input-error {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--clr-red);
  margin-top: 0.25rem;
  display: none;
}

.input-success {
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
  color: var(--clr-green);
  margin-top: 0.25rem;
  display: none;
}

.phone-input {
  display: flex;
  align-items: center;
  border-radius: var(--rd-1);
  border: 0.0625rem solid var(--clr-input);
}

.phone-input > * {
  border: none;
}

.phone-input .SumoSelect {
  width: auto;
  flex-shrink: 0;
  border-right: 0.0625rem solid var(--clr-input);
}

.phone-input .SumoSelect > .CaptionCont {
  border: none;
  padding-right: calc(var(--sel-p) * 3.5);
}

.date-separate-input {
  display: flex;
  gap: 0.5rem;
}

.date-separate-input > * {
  flex-grow: 1;
  flex-basis: 33.3%;
}

.date-separate-input.invalid + .input-error {
  display: block;
}

.input-field.focus {
  z-index: 5;
}

.input-field.focus .input-placeholder,
.input-field.value .input-placeholder {
  font-size: calc(var(--font-size) * 0.8755);
  transform: translateY(-0.625em);
}

.input-field:where(.focus) .input {
  border-color: var(--clr-black);
}

.input-field.invalid-email .input,
.input-field.invalid:not(.value) .input {
  border-color: var(--clr-red);
}

.input-field.invalid-email .input-error,
.input-field.invalid:not(.value) .input-error {
  display: block;
}

@media (max-width: 1199px) {
  .input-field {
    --int-height: 3.25rem;
  }
}

@media (max-width: 991px) {
  .input-field {
    --int-height: 2.875rem;
    --int-pd: 0.75rem;
    --font-size: 0.875rem;
  }
}

.input-field.focus .input:not(textarea):-webkit-autofill,
.input-field.focus .input:not(textarea):-webkit-autofill:focus,
.input-field.focus .input:not(textarea):-webkit-autofill:hover,
.input-field.value .input:not(textarea):-webkit-autofill,
.input-field.value .input:not(textarea):-webkit-autofill:focus,
.input-field.value .input:not(textarea):-webkit-autofill:hover,
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  border: 0;
  -webkit-text-fill-color: var(--clr-black);
  -webkit-box-shadow: inset 0 0 0 0.0625rem var(--clr-black),
    inset 0 0 6.25rem var(--clr-white);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.checkbox-entry-inner .ch-box-wrap {
  margin-bottom: 0.625rem;
}

.checkbox-entry-inner .ch-box-wrap:last-child {
  margin-bottom: 0;
}

.ch-box-wrap {
  --ch-size: 1rem;
  --lh-size: calc(var(--ch-size) * 1.25);
  display: flex;
  flex-wrap: wrap;
  gap: var(--lh-size);
}

.ch-box {
  cursor: pointer;
  font-size: var(--ch-size);
  line-height: var(--lh-size);
  text-align: left;
  gap: calc(var(--ch-size) / 2);
  display: inline-flex;
  align-items: center;
}

.ch-box a {
  color: var(--clr-primary);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.ch-box input[type="checkbox"],
.ch-box input[type="radio"] {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  color: var(--clr-input);
  height: var(--lh-size);
  width: var(--lh-size);
  flex-shrink: 0;
  align-self: baseline;
  border-radius: 0.25rem;
  border: 0.0625rem solid currentColor;
}

.ch-box input[type="checkbox"]:before,
.ch-box input[type="radio"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 66.68%;
  height: 66.68%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: inherit;
  background-color: currentColor;
  transition: var(--transition-1);
}

.ch-box input[type="checkbox"]:checked:before,
.ch-box input[type="radio"]:checked:before {
  transform: translate(-50%, -50%) scale(1);
}

.ch-box input[type="radio"] {
  border-radius: 100%;
}

@media (min-width: 1200px) {
  .ch-box a:not(.btn):hover {
    text-decoration-color: currentColor;
  }
}

@media (max-width: 575px) {
  .ch-box-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.SumoSelect {
  --sel-p: 1rem;
  --sel-h: 3.75rem;
  --sel-fz: 1rem;
  --sel-items: 5;
  --opt-p: 0.625rem;
  --opt-lh: calc(var(--sel-fz) * 1.125);
  --max-height: calc(
    (var(--opt-p) * 2 + var(--opt-lh)) * var(--sel-items) + var(--opt-p) * 2
  );
  cursor: pointer;
  z-index: 1;
  width: 100%;
}

.SumoUnder {
  z-index: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
  display: none;
  backface-visibility: hidden;
}

.SumoSelect > .CaptionCont {
  z-index: 1;
  text-align: left;
  height: var(--sel-h);
  padding: var(--sel-p);
  padding-right: calc(var(--sel-p) * 2.5);
  background: var(--clr-white);
  border-radius: var(--rd-1);
  color: var(--clr-black);
  border: 0.0625rem solid var(--clr-input);
  transition: var(--transition-1);
}

.SumoSelect > .CaptionCont > span {
  cursor: pointer;
  padding-right: 0;
  font-size: var(--sel-fz);
  font-weight: 400;
  line-height: calc(var(--sel-h) - var(--sel-p) * 2);
  color: currentColor;
  backface-visibility: hidden;
}

.SumoSelect > .CaptionCont > span.placeholder {
  font-style: normal;
  color: var(--clr-text);
  display: none;
}

.SumoSelect > .CaptionCont > label {
  display: inline-block;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  color: currentColor;
  right: var(--sel-p);
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-1);
}

.SumoSelect > .CaptionCont > label i {
  background-image: none;
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  top: 40%;
  left: 50%;
  right: auto;
  bottom: auto;
  color: currentColor;
  border-right: 0.0625rem solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.SumoSelect > .optWrapper {
  display: block;
  overflow: auto;
  z-index: 2;
  padding: 0;
  top: 100%;
  left: 0;
  width: 100%;
  border: 0.0625rem solid var(--clr-black);
  border-top: none;
  border-radius: 0 0 var(--rd-1) var(--rd-1);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--clr-white);
  box-shadow: 0 0.625rem 1rem 0 rgba(0, 0, 0, 0.07);
  transition: 0s;
}

.SumoSelect > .optWrapper > .options {
  font-size: var(--sel-fz);
  max-height: var(--max-height);
  padding: var(--opt-p) 0;
  border-radius: 0 !important;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 0;
  border-bottom: 0;
}

.SumoSelect > .optWrapper > .options li label {
  white-space: unset;
  text-align: left;
  padding: var(--opt-p) var(--sel-p);
  font-size: var(--sel-fz);
  line-height: var(--opt-lh);
  font-weight: 400;
  color: var(--clr-black);
  transition: var(--transition-1);
}

.SumoSelect > .optWrapper > .options li.opt.selected label {
  color: var(--clr-primary);
}

.SumoSelect > .optWrapper > .options > .opt.disabled:first-child {
  display: none !important;
}

.SumoSelect > .optWrapper > .options li.group > label {
  padding: var(--opt-p) var(--sel-p);
  font-weight: 600;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: var(--opt-p);
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: none;
  border-color: var(--clr-grey);
}

.SumoSelect.open > .CaptionCont {
  border-color: var(--clr-black);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.SumoSelect.open > .CaptionCont > label {
  transform: translateY(-50%) rotateX(180deg);
}

.SumoSelect.open > .optWrapper {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: var(--transition-1);
  transition-delay: 0.2s;
}

.SumoSelect.disabled {
  opacity: 0.5;
}

.SumoSelect.disabled > .CaptionCont {
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont > span {
  cursor: not-allowed;
}

@media (min-width: 1200px) {
  .SumoSelect > .optWrapper > .options li.opt:hover label {
    background-color: var(--clr-grey);
  }
}

@media (max-width: 1199px) {
  .SumoSelect {
    --sel-h: 3.25rem;
  }
}

@media (max-width: 991px) {
  .SumoSelect {
    --sel-p: 0.75rem;
    --sel-h: 2.875rem;
    --sel-fz: 0.875rem;
  }
}

.input-field:has(.lightpick:not(.is-hidden)) .input.calendar {
  border-radius: var(--rd-1) var(--rd-1) 0 0;
}

.input-field:not(.value):has(.calendar) .input-clear {
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.66602V4.16602' stroke='%230D0402' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.668 1.66602V4.16602' stroke='%230D0402' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.25 7.57422H17.4167' stroke='%230D0402' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.834 7.08268V14.166C17.834 16.666 16.584 18.3327 13.6673 18.3327H7.00065C4.08398 18.3327 2.83398 16.666 2.83398 14.166V7.08268C2.83398 4.58268 4.08398 2.91602 7.00065 2.91602H13.6673C16.584 2.91602 17.834 4.58268 17.834 7.08268Z' stroke='%230D0402' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3301 11.4167H10.3375' stroke='%230D0402' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.24607 11.4167H7.25356' stroke='%230D0402' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.24607 13.9167H7.25356' stroke='%230D0402' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.input-field:not(.value):has(.calendar) .input-clear:after,
.input-field:not(.value):has(.calendar) .input-clear:before {
  content: none;
}

.input.calendar {
  cursor: pointer;
}

.lightpick {
  position: absolute;
  z-index: 6;
  left: 0 !important;
  top: var(--int-height) !important;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 0 0 var(--rd-1) var(--rd-1);
  background-color: var(--clr-white);
  border: solid 0.0625rem var(--clr-border);
  border-top: 0;
  transition: var(--transition-1);
  transition-delay: 0.2s;
}

.lightpick.is-hidden {
  transition: none;
  opacity: 0;
  visibility: hidden;
}

.lightpick--inlined {
  position: relative;
  display: inline-block;
}

.lightpick__months {
  display: grid;
  grid-template-columns: var(--lt-columns, auto);
}

.lightpick--2-columns {
  --lt-columns: auto auto;
}

.lightpick--3-columns {
  --lt-columns: auto auto auto;
}

.lightpick--4-columns {
  --lt-columns: auto auto auto auto;
}

.lightpick--5-columns {
  --lt-columns: auto auto auto auto auto;
}

.lightpick__month {
  display: block;
}

.lightpick__month-title-bar {
  padding-left: var(--int-pd, 1rem);
  padding-right: calc(var(--int-pd, 1em) / 2);
  padding-block: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lightpick__month-title {
  cursor: default;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  color: var(--clr-black);
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.lightpick__select {
  cursor: pointer;
  border: none;
  outline: 0;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  color: inherit;
  width: auto;
  font-size: 1em;
}

.lightpick__select:disabled {
  color: var(--clr-grey);
}

.lightpick__select.lightpick__select-months {
  text-transform: capitalize;
}

.lightpick__toolbar {
  display: flex;
  align-items: center;
}

.lightpick__next-action,
.lightpick__previous-action {
  cursor: pointer;
  position: relative;
  outline: 0;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  color: var(--clr-title);
  transition: var(--transition-1);
}

.lightpick__next-action::before,
.lightpick__previous-action::before {
  content: "";
  position: absolute;
  left: 48%;
  top: 50%;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightpick__previous-action {
  transform: rotate(180deg);
}

.lightpick__close-action {
  display: none;
}

.lightpick__days-of-the-week {
  padding-inline: calc(var(--int-pd, 1rem) / 2);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--clr-title);
  text-align: center;
  text-transform: capitalize;
}

.lightpick__days {
  padding-inline: calc(var(--int-pd, 1rem) / 2);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
  --before-color: transparent;
  --after-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: var(--clr-text);
  text-align: center;
}

.lightpick__day::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: var(--before-color);
}

.lightpick__day::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  height: calc(100% - 0.125rem);
  border-radius: 100%;
  border: 0.0625rem solid var(--after-br-color, var(--after-color));
  background: var(--after-color);
}

.lightpick__day.is-next-month,
.lightpick__day.is-previous-month {
  opacity: 0.4;
}

.lightpick__day.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(38, 139, 210, 0.1);
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-today {
  --after-color: var(--clr-white);
  --after-br-color: var(--clr-primary);
  color: var(--clr-primary);
}

.lightpick__day.is-in-range {
  --before-color: var(--clr-primary);
}

.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1;
}

.lightpick__day.is-end-date,
.lightpick__day.is-start-date {
  --after-color: var(--clr-primary);
  color: var(--clr-white);
}

.lightpick__day.is-start-date::before {
  left: 50%;
  width: 50%;
}

.lightpick__day.is-start-date.is-flipped::before {
  left: 0;
}

.lightpick__day.is-end-date::before {
  width: 50%;
}

.lightpick__day.is-end-date.is-flipped::before {
  left: 50%;
}

.lightpick__tooltip {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 400;
  margin-top: -0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.25);
}

.lightpick__tooltip::before {
  content: "";
  position: absolute;
  bottom: -0.35rem;
  left: calc(50% - 0.25rem);
  border-top: 0.25rem solid rgba(0, 0, 0, 0.12);
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}

.lightpick__tooltip::after {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: calc(50% - 0.25rem);
  border-top: 0.25rem solid #fff;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
}

.lightpick__footer {
  padding-block: calc(var(--int-pd, 1em) / 2);
  padding-inline: var(--int-pd, 1em);
  gap: 1rem;
  display: flex;
  justify-content: flex-end;
}

.lightpick__footer button {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1em;
  font-weight: 500;
  color: var(--clr-black);
  border: none;
}

.lightpick__footer-message {
  display: none;
}

@media (min-width: 1200px) {
  .lightpick__toolbar button:hover {
    color: var(--clr-white);
    background-color: var(--clr-primary);
  }

  .lightpick__footer button:hover {
    color: var(--clr-primary);
  }
}

html {
  height: auto;
  box-sizing: border-box;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--h-height, 1rem) + 2rem);
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: var(--cubic-1) move-out;
}

::view-transition-new(root) {
  animation: var(--cubic-1) move-in;
}

html:not(.touch-screen)::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

html:not(.touch-screen)::-webkit-scrollbar-track {
  background: 0 0;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb {
  background: var(--clr-primary);
  border-radius: 0.25rem;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb:active {
  background: var(--clr-primary);
}

body {
  height: auto;
  overflow-y: scroll;
  background-color: var(--clr-white);
}

body:not(.touch-screen) ::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
}

body:not(.touch-screen) ::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 0.25rem;
}

body:not(.touch-screen) ::-webkit-scrollbar-thumb {
  background: var(--clr-primary);
}

:where(body.touch-screen::-webkit-scrollbar) {
  display: none;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  font: inherit;
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline;
  -webkit-locale: auto;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

:is(*, :before, :after) {
  box-sizing: inherit;
}

:is(:focus, :hover, :active, :visited) {
  outline: 0;
}

::-moz-selection {
  color: var(--clr-white);
  background: var(--clr-primary);
}

::selection {
  color: var(--clr-white);
  background: var(--clr-primary);
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  color: inherit;
  transition: var(--transition-1);
}

a:hover {
  text-decoration: none;
}

:is(ul, ol) {
  list-style: none;
}

:is(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

picture {
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

:is(img, svg, iframe) {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

img {
  position: relative;
}

img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: no-repeat center/min(5rem, 50%) min(5rem, 50%) var(--clr-grey)
    url(../img/placeholder.svg);
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
  font-weight: 400;
  color: var(--clr-black);
}

::-moz-placeholder {
  display: none;
}

::placeholder {
  display: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  height: 0.7em;
  width: 0.7em;
  background-size: contain;
  cursor: pointer;
}

:is(input, textarea, select) {
  border-radius: 0;
  background: 0 0;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

button {
  background: 0 0;
}

:root {
  --root-scale: 1rem;
  --container-width: 100%;
  --ff-1: "Inter", sans-serif;
  --ff-2: "Inter", sans-serif;
  --ff-3: "Inter", sans-serif;
  --h1: clamp(3rem, 1.7951rem + 3.3529vw, 5.5rem);
  --h2: 4rem;
  --h3: 2rem;
  --h4: clamp(1.25rem, 1.1295rem + 0.3353vw, 1.5rem);
  --h5: clamp(1.25rem, calc(1.04rem + 0.44vw), 1.5rem);
  --h6: clamp(1rem, calc(0.79rem + 0.44vw), 1.25rem);
  --text: clamp(1rem, calc(0.79rem + 0.44vw), 1.25rem);
  --text-sm: clamp(1rem, calc(0.8947rem + 0.2193vw), 1.125rem);
  --sp-xl: clamp(5rem, 3.1926rem + 5.0293vw, 8.75rem);
  --sp-x: clamp(3.75rem, 1.7808rem + 5.4795vw, 7.5rem);
  --sp-lg: clamp(3.5rem, 2.777rem + 2.0117vw, 5rem);
  --sp-md: clamp(1.88rem, calc(0.3rem + 3.29vw), 3.75rem);
  --sp-sm: clamp(0.94rem, calc(0.15rem + 1.64vw), 1.88rem);
  --sp-xs: clamp(0.75rem, 2.1316rem + -1.3158vw, 1.5rem);
  --rd-1: 2rem;
  --clr-title: #000;
  --clr-text: #808080;
  --clr-plc: #4a5055;
  --clr-input: #d3d3d3;
  --clr-border: #e2e2e2;
  --clr-white: #ffffff;
  --clr-black: #000;
  --clr-grey: #808080;
  --clr-red: #ff0 000;
  --clr-green: #00a850;
  --clr-primary: #1c64f2;
  --clr-secondary: #edfe85;
  --bg-1: var(--clr-primary);
  --bg-2: #000;
  --bg-3: #f4f7fe;
  --box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
  --transition-1: 0.4s ease;
  --cubic-1: 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

html {
  font-size: var(--root-scale);
}

html.keyboard-focus:focus {
  outline: auto;
}

html.overflow-hidden,
html.overflow-menu {
  overflow: clip;
}

html.overflow-hidden body,
html.overflow-menu body {
  overflow: clip;
}

.overflow-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 90;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: var(--cubic-1);
}

#content-block {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}

header {
  position: relative;
  opacity: 0;
}

main {
  display: flex;
  flex-direction: column;
}

footer {
  margin-top: auto;
}

.section {
/*  will-change: opacity;*/
  position: relative;
  overflow: clip;
/*  opacity: 0;*/
}

main {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 767px) {
  main {
    gap: 40px;
  }
}

.section.animated {
  opacity: 1;
/*  transition: 0.15s linear opacity;*/
}

.container,
.container-fluid {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 3rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: calc(var(--bs-gutter-x) * 0.5);
}

.swiper-container {
  will-change: opacity;
  opacity: 0;
}

.swiper-container.swiper-initialized {
  opacity: 1;
  transition: 0.15s linear opacity;
}

.cookies-informer,
.popup-wrapper {
  display: none;
}

@media (min-width: 1200px) {
  :root {
    --container-width: 86.604vw;
  }

  .container {
    width: var(--container-width);
  }

  .container-sm {
    width: calc(var(--container-width) - 12rem);
  }
}

@media (min-width: 1200px) and (max-width: 1365px) {
  :root {
    --root-scale: 0.6675rem;
  }
}

@media (min-width: 1366px) and (max-width: 1680px) {
  :root {
    --root-scale: 0.9rem;
  }
}

@media (min-width: 2100px) {
  html {
    font-size: 1.375rem;
  }
}

@media (min-width: 2600px) {
  html {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  :root {
    --h2: 2.5rem;
    --h3: 1.25rem;
  }
}

:root {
  --h-height: 3.625rem;
  --h-logo-width: 2.5rem;
  --h-icon: 2.6875rem;
  --topSpace: 5.125rem;
  --rd: 61px;
}

header {
  height: var(--h-height);
  top: var(--topSpace);
  transition: top var(--transition-1);
}

.h-wrap {
  position: fixed;
  z-index: 100;
  top: var(--topSpace);
  left: 0;
  width: 100%;
  transition: box-shadow, top var(--transition-1);
}

.h-inner {
  position: relative;
  width: 100%;
  min-height: var(--h-height);
  gap: 1rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--rd);
  background-color: var(--clr-white);
  box-shadow: var(--box-shadow);
  transition: box-shadow, background-color var(--transition-1);
}

header.scrolled {
  top: calc(var(--topSpace) / 2);
}

header.scrolled .h-wrap {
  top: calc(var(--topSpace) / 2);
}

@media screen and (max-width: 768px) {
  header.scrolled .h-wrap {
    top: 16px;
  }
}

.h-logo {
  display: block;
  width: var(--h-logo-width);
  flex-shrink: 0;
}

.h-logo img {
  display: block;
  max-width: 100%;
}

.h-menu {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.h-links {
  margin-inline: auto;
}

.h-links > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(2vw, 0.5rem);
}

.h-links a {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: var(--clr-black);
}

.h-lang {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--clr-black);
  text-transform: capitalize;
  border: 0.0625rem solid #e2e2e2;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}

.h-lang:hover {
  border: 0.0625rem solid #1c64f2;
}

.h-lang:hover .h-lang-current {
  color: var(--clr-primary);
}

.h-lang:hover .h-lang-current::after {
  transform: translateY(25%) rotateX(180deg);
}

.h-lang .h-lang-other a:hover {
  color: var(--clr-primary);
  background-color: var(--clr-border);
}

.h-lang:hover .h-lang-other {
  opacity: 1;
  visibility: visible;
  transition: var(--transition-1);
}

.h-lang-other li {
	list-style-type: none;
}

.h-lang-current {
  cursor: default;
  position: relative;
  z-index: 1;
  gap: 0.35rem;
  display: flex;
  align-items: center;
  height: 100%;
  transition: var(--transition-1);
}

.h-lang-current::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  background: currentColor;
  clip-path: polygon(0 25%, 50% 75%, 100% 25%, 100% 50%, 50% 100%, 0 50%);
  transition: var(--transition-1);
  flex-shrink: 0;
}

.h-lang-other {
  position: absolute;
  z-index: 0;
  bottom: 0;
  transform: translate(-1.75rem, calc(100% + 1.25rem));
  padding: 1rem;
  line-height: 0;
  opacity: 0;
  width: 7.125rem;
  visibility: hidden;
  border: 0.0625rem solid var(--clr-border);
  border-radius: 1rem;
  background-color: var(--clr-white);
}

.h-lang-other::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0.0625rem;
  width: 100%;
  height: calc(var(--h-height) / 2);
  transform: translateY(-100%);
}

.h-lang-other a {
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  color: var(--clr-text);
  padding: 0.75rem 0.5rem;
  border-radius: 0.5rem;
  transition: var(--transition-1);
}

.h-lang-mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .h-lang-mobile {
    display: inline-block;
    margin-top: 40px;
  }
  .h-lang-mobile .h-lang-other{
    bottom: 55px;
    left: 28px;
    transform: none;
  }
  .h-lang-mobile:hover .h-lang-other{
    bottom: 55px;
    left: 28px;
    transform: none;
  }
}

.h-lang-desktop {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .h-lang-desktop {
    display: none !important;
  }
}

.h-burger,
.h-drop-list,
.h-menu-overlay {
  display: none;
}

.h-controls {
  gap: 0.5rem;
  display: flex;
  align-items: center;
}

.h-controls > * {
  cursor: pointer;
  line-height: 0;
  display: inline-block;
  flex-shrink: 0;
  color: var(--clr-title);
  transition: var(--transition-1);
}

.h-link {
  height: var(--h-icon);
}

.h-icon {
  position: relative;
  display: inline-block;
  width: var(--h-icon);
  height: var(--h-icon);
  flex-shrink: 0;
  border-radius: 50%;
  border: 0.0625rem solid currentColor;
  color: var(--clr-primary);
  transition: var(--transition-1);
}

.h-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

@media (min-width: 1200px) {
  .h-links a:hover {
    color: var(--clr-primary);
  }

  .h-icon:hover {
    background-color: var(--clr-secondary);
  }

  .h-controls > :hover {
    color: var(--clr-green);
  }

  /* .h-drop:hover {
    background-color: var(--clr-black);
  } */

  .h-drop:hover b {
    color: var(--clr-white);
  }

  .h-links > ul > li > a:hover {
    color: var(--clr-white);
  }

  .h-links > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--h-icon);
    padding: 0.5rem 1rem;
    border-radius: 2.2rem;
    border: 0.0625rem solid var(--clr-border);
    transition: var(--transition-1);
    position: relative;
  }
  .h-links > ul > li > a .h-links-link {
    position: relative;
    z-index: 2;
    font-size: 16px;
  }

  .h-links > ul > li > a .h-links-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-black);
    clip-path: circle(0% at var(--x, 50%) var(--y, 50%));
    transition: clip-path 0.4s ease-out;
    border-radius: 2.2rem;
    pointer-events: none;
    z-index: 1;
  }

  .h-links > ul > li > a:hover .h-links-clip {
    clip-path: circle(150% at var(--x, 50%) var(--y, 50%));
  }

  .h-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--h-icon);
    padding: 0.5rem 1rem;
    border-radius: 2.2rem;
    border: 0.0625rem solid var(--clr-border);
    transition: var(--transition-1);
    position: relative;
  }

  .h-drop-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-black);
    clip-path: circle(0% at var(--x, 50%) var(--y, 50%));
    transition: clip-path 0.4s ease-out;
    border-radius: 2.2rem;
	pointer-events: none;
  }

  .h-drop:hover .h-drop-clip {
    clip-path: circle(150% at var(--x, 50%) var(--y, 50%));
  }

  .h-drop i {
    display: none;
  }

  .h-drop b {
    display: inline-block;
    position: relative;
    z-index: 2;
    cursor: default;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: var(--clr-black);
    transition: var(--transition-1);
  }

  .h-drop.is-active b::before {
    transform: translateY(-50%) rotateX(180deg);
  }

  .h-drop.is-active b::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300%;
    height: var(--h-height);
    transform: translateY(100%) translateX(-50%);
  }

  .h-drop.is-active .h-drop-list {
    opacity: 1;
    visibility: visible;
  }

  .h-drop-list {
    --pdLeft: 1rem;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: translate(-1rem, calc(100% + 1.25rem));
    padding: 1.25rem;
    width: 26.875rem;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    border: 0.0625rem solid var(--clr-white);
    box-shadow: var(--box-shadow);
    border-radius: 1rem;
    background-color: var(--clr-white);
    transition: var(--transition-1);
    content-visibility: auto;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 5vw;
/*     column-gap: 5vw; */
    text-align: left;
  }

  .h-drop-list > * + * {
    margin-top: 1rem;
  }

  .h-drop-list li:hover {
    --szImg: 1.5rem;
  }

  .h-drop-list li:hover a {
    padding-left: calc(var(--pdLeft) / 2 + var(--szImg));
  }

  .h-drop-list li:hover a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    background: url(../img/yellow-arrow.png) no-repeat center/contain;
  }

  .h-drop-list a {
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: var(--clr-black);
    padding-left: var(--pdLeft);
  }

  .h-drop-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 100%;
    background-color: var(--clr-secondary);
  }
	
	.h-drop-list.with-groups {
 	  display: grid;
      grid-template-columns: 1fr 1fr;
	}
	
	.h-drop-group {
		display: flex;
		flex-direction: column;
		gap: 16px;
		justify-content: flex-start;
		margin: 0;
	}
	
	.h-drop-group-title {
		height: 26px;
		color: var(--Primary-colors-Black, #000);
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 160%;
	}
	
	.h-drop-sublist {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

  .h-bottom {
    display: none;
  }
}

@media (max-width: 1199px) {
  :root {
    --h-height: 3.75rem;
    --h-logo-width: 10.2rem;
    --topSpace: 1rem;
  }

  .h-bottom {
    display: block;
  }

  .h-bottom > * + * {
    margin-top: 1rem;
  }

  .h-burger {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--rd-1);
  }

  .h-burger i {
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    height: 0.125rem;
    background-color: var(--clr-black);
    transition: var(--transition-1);
  }

  .h-burger i:after,
  .h-burger i:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.375rem;
    width: 70%;
    height: 100%;
    background-color: var(--clr-black);
    transition: var(--transition-1);
  }

  .h-burger i:after {
    width: 100%;
    top: 0.75rem;
  }

  .h-burger span {
    display: inline-block;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-25%) translateY(-50%);
    width: 40%;
    height: 0.125rem;
    background-color: var(--clr-black);
    transition: var(--transition-1);
  }

  .h-inner {
    padding: 0.5rem 1rem;
    background-color: var(--clr-white);
  }

  .h-menu {
    position: fixed;
    z-index: -1;
    top: calc(var(--h-height) + var(--topSpace) + 1rem);
    left: 1rem;
    right: 1rem;
    transform: translateX(-100%);
    transition: var(--transition-1);
    width: 96vw;
    /* height: calc(100% - (var(--h-height) + var(--topSpace) + 1rem)); */
    height: fit-content;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: var(--clr-white);
    opacity: 0;
    padding: 32px;
    border-radius: var(--rd-1);
  }

  .h-menu > * + * {
    margin-top: 2rem;
  }

  .h-menu-overlay {
    display: block;
    position: fixed;
    z-index: 99;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(
        94.06% 104.18% at 96.12% 92.61%,
        rgba(38, 77, 235, 0.09) 0%,
        rgba(255, 231, 218, 0.3) 100%
      ),
      #fff;
    transition: var(--transition-1);
  }

  .h-links {
    margin: 0;
    width: 100%;
  }

  .h-links ul {
    gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
	overflow-y: auto;
    max-height: 50vh;
	flex-wrap: nowrap;
  }

  .h-links ul > li {
    width: 100%;
  }

  .h-drop {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    text-align: left;
    width: 100%;
  }

  .h-drop i {
    --iSz: 2rem;
    display: inline-block;
    position: relative;
    width: var(--iSz);
    height: var(--iSz);
    color: currentColor;
    border-radius: 50%;
    background-color: #f4f7fe;
    transition: var(--transition-1);
  }

  .h-drop i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40%;
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 1.25L6 6.75L0.5 1.25' stroke='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.4s ease;
  }

  .h-drop.is-active i::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .h-drop-list {
    display: none;
    --pdLeft: 1rem;
    gap: 1.25rem;
  }

  .h-drop-list > * + * {
    margin-top: 0.6875rem;
  }

  .h-drop-list a {
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: var(--clr-black);
    padding-left: var(--pdLeft);
  }

  .h-drop-list a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.5em;
    height: 0.5em;
    border-radius: 100%;
    background-color: var(--clr-secondary);
  }

  .h-controls {
    margin-left: auto;
  }

  .h-cabinet > b {
    display: none;
  }

  .open-menu .h-menu {
    transform: translateX(0);
    opacity: 1;
  }

  .open-menu .h-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 575px) {
  .h-menu {
    width: 92vw;
  }
}

.h-links-button {
  display: none;
}

@media (max-width: 1200px) {
  .h-links-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 40px;
  }

  .h-links-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 71px;
    gap: 20px;
  }

  .h-links-button a:first-child {
    border: 1px solid #1c64f2;
    background: #fff;
    color:  #1c64f2;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .h-links-button a:first-child:hover {
    background: #1c64f2;
    color:  #fff;
  }
  .h-links-button a:last-child {
    border: 1px solid #1c64f2;
    background: #1c64f2;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }
  .h-links-button a:last-child:hover {
    background: #000;
    color:  #fff;
  }
  .h-links-button a:last-child .path {
    color:  #1c64f2;
  }
  .h-links-button a:last-child:hover .path {
    color:  #000;
  }
}
@media screen and (max-width: 1200px) {
	.h-drop-clip {
	  display: none;
	}
}
header {
  opacity: 1;
  transition: 0.15s linear opacity;
}

body {
  font-family: var(--ff-1);
  font-weight: 400;
  font-size: var(--text);
  line-height: 1.8;
  color: var(--clr-black);
}

.text {
  --text-space: 1rem;
  --text-rd: var(--rd-1);
  --text-li-padding: 2rem;
  --text-th-height: 4rem;
  --text-th-padding: 1.5rem;
  font-size: var(--text);
  line-height: 1.8em;
  font-weight: 400;
  color: var(--clr-text);
}

.text * + :where(*) {
  margin-top: calc(var(--text-space) * 3);
}

.text * + :is(p, ul, ol, li) {
  margin-top: var(--text-space);
}

.text
  :is(img, table, iframe, figure, picture, blockquote, .swiper-entry)
  + :not(figcaption) {
  margin-top: calc(var(--text-space) * 3);
}

.text .swiper-entry > * * {
  margin-top: 0;
}

.text b {
  font-weight: 500;
}

.text b,
.text span {
  color: var(--clr-primary);
}

.text strong {
  font-weight: 700;
}

.text em {
  font-style: italic;
  font-weight: 500;
}

.text a:not(.btn) {
  display: inline;
  font-weight: 500;
  color: var(--clr-primary);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.text ol li,
.text ul li {
  position: relative;
  padding-left: var(--text-li-padding);
}

.text ul li:before {
  content: "";
  position: absolute;
  left: 0.125rem;
  top: 50%;
  transform: translateY(-65%) rotate(45deg);
  width: 0.475rem;
  height: 0.725rem;
  border-right: 0.125rem solid var(--clr-primary);
  border-bottom: 0.125rem solid var(--clr-primary);
}

.text ol {
  counter-reset: number;
}

.text ol li:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero) ".";
  display: inline-block;
  position: absolute;
  left: 0;
  font-weight: 500;
  line-height: inherit;
  color: var(--clr-primary);
}

.text img {
  display: block;
  width: 100%;
  border-radius: var(--text-rd);
}

.text figure {
  line-height: 0;
  width: 100%;
}

.text figure.aligncenter {
  text-align: center;
}

.text figure.alignright {
  text-align: right;
}

.text figure > img {
  width: auto;
}

.text figure figcaption {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--clr-black);
  margin: 0.25rem;
}

.text iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: var(--text-rd);
}

.text blockquote {
  text-align: left;
  font-weight: 500;
  padding-block: calc(var(--text-space) * 3);
  padding-inline: clamp(1rem, -6.54rem + 15.6vw, var(--text-space) * 6);
  color: var(--clr-black);
  background-color: var(--clr-grey);
  border-radius: var(--text-rd);
}

.text table {
  border-collapse: collapse;
  width: 100%;
}

.text tbody tr {
  text-align: left;
}

.text tbody tr:nth-child(even) td,
.text tbody tr:nth-child(even) th {
  background-color: var(--clr-grey);
}

.text tbody tr:last-child:not(:nth-child(even)) {
  border-bottom: 0.0625rem solid var(--clr-grey);
}

.text thead tr {
  border: none;
}

.text thead td,
.text thead th {
  height: var(--text-th-height);
  font-weight: 500;
  color: var(--clr-black);
  background-color: var(--clr-grey);
}

.text td,
.text th {
  vertical-align: middle;
  height: calc(var(--text-th-height) / 1.4);
  padding: calc(var(--text-th-padding) / 3);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--clr-text);
}

.text td:first-child,
.text th:first-child {
  padding-left: var(--text-th-padding);
  border-radius: var(--text-rd) 0 0 var(--text-rd);
}

.text td:last-child,
.text th:last-child {
  padding-right: var(--text-th-padding);
  border-radius: 0 var(--text-rd) var(--text-rd) 0;
}

.text :first-child img {
  margin-top: 0;
}

:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  font-weight: 500;
  color: var(--clr-title);
}

.h1,
h1 {
  font-size: var(--h1);
  line-height: 0.9em;
}

.h2,
h2 {
  font-size: var(--h2);
  line-height: 0.9em;
}

.h3,
h3 {
  font-size: var(--h3);
  line-height: 1.4em;
}

.h4,
h4 {
  font-size: var(--h4);
  line-height: 1.4em;
}

.h5,
h5 {
  font-size: var(--h5);
  line-height: 1.4em;
}

.h6,
h6 {
  font-size: var(--h6);
  line-height: 1.4em;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.title {
  font-family: var(--ff-2);
  font-weight: 600;
}

.title b {
  font-family: var(--ff-3);
  color: var(--clr-primary);
  white-space: nowrap;
  font-weight: 700;
}

.title span {
  white-space: nowrap;
  position: relative;
  line-height: 0;
  z-index: 1;
}

.title span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  height: 100%;
  width: 110%;
  width: calc(100% + 0.1875rem);
  border-radius: 0.25rem;
  background-color: var(--clr-secondary);
  transform: translateX(-50%) skew(-4deg, 0);
}

.title i {
  color: var(--clr-text);
}

.title img {
  --sz: 5.75rem;
  display: inline-flex;
  width: var(--sz);
  flex-shrink: 0;
  margin-inline: 0.5rem;
}

.title svg {
  --sz: 5.75rem;
  display: inline-flex;
  width: var(--sz);
  height: var(--sz);
  flex-shrink: 0;
}

.lr-content-svg svg {
  width: 55px;
  height: 30px;
}

.title .svg-small {
  --sz: 3.5rem;
  margin-inline: 0.5rem;
}

.title-1 {
  font-family: var(--ff-2);
  font-weight: 700;
}

.title-2 {
  font-family: var(--ff-1);
  font-weight: 600;
}

@media (min-width: 1200px) {
  .text a:not(.btn):hover {
    text-decoration-color: currentColor;
  }
}

@media (max-width: 991px) {
  .text {
    --text-space: 0.75rem;
    --text-li-padding: 2rem;
    --text-th-height: 3.5rem;
    --text-th-padding: 0.5rem;
  }

  .title svg {
    --sz: 2.75rem;
  }
}

.btn {
  z-index: 1;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  overflow: hidden;
  font-size: 20px;
  /* font-size: var(--text); */
  /* height: 75px; */
  line-height: 1.8em;
  font-weight: 500;
  color: var(--clr-white);
  text-decoration: none;
  /* padding: 12px 12px 12px 24px; */
  padding: 8px !important;
  border: none;
  border-radius: 4.4375rem;
  background-color: var(--clr-black);
  transition: var(--transition-1);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
    height: 52px;
    padding: 8px 8px 8px 20px;
  }
}

.btn b {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit;
  color: currentColor;
}

.btn i {
  --sz: 2.25rem;
  display: flex;
  /* width: 52px;
  height: 52px; */
  width: var(--sz);
  height: var(--sz);
  flex-shrink: 0;
  border-radius: 50%;
  padding: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-primary);
  transition: var(--transition-1);
}

/* @media screen and (max-width: 768px) {
  .btn i {
    width: 36px;
    height: 36px;
  }
} */

.btn svg {
  color: currentColor;
}

.btn svg [stroke] {
  stroke: currentColor;
}

.btn svg [fill] {
  fill: currentColor;
}

.btn > * + * {
  margin-left: 0.75rem;
}

.btn-primary {
  background-color: var(--clr-primary);
  color: var(--clr-white);
  border: 0.0625rem solid var(--clr-primary);
}

.btn-primary i {
  color: var(--clr-primary);
  background-color: var(--clr-white);
}

.btn-secondary {
  border: 1px solid var(--clr-secondary);
  background-color: var(--clr-secondary);
  color: var(--clr-primary);
}

.btn-secondary i {
  color: var(--clr-secondary);
  background-color: var(--clr-primary);
}

.btn-third {
  background-color: var(--clr-white);
  border: 0.0625rem solid var(--clr-primary);
  color: var(--clr-primary);
}

.btn-fourth {
  background-color: var(--clr-white);
  border: 0.0625rem solid #eaeaea;
  color: var(--clr-black);
}

.btn-register {
  font-size: 16px;
  background-color: var(--clr-primary);
}

.btn-register i {
  --sz: 2rem;
  background-color: var(--clr-primary);
}

.btn-register i svg {
  color: var(--clr-white);
}

.btn-block {
  width: 100%;
}

.btn.disabled {
  pointer-events: none;
  background-color: var(--clr-grey);
}

.btn:has(svg:only-child) {
  padding: 0.5rem 1.25rem;
  padding-right: 0.5rem;
}

.btn:has(svg:only-child) svg {
  width: 2.2em;
  height: 2.2em;
}

.btn-small {
  font-size: 1rem;
  min-height: auto;
}

.btn-small:has(svg:only-child) svg {
  width: 1rem;
  height: 1rem;
}

.btn-small i {
  --sz: 1.625rem;
}

.btn-big {
  font-size: clamp(1rem, 0.8193rem + 0.5029vw, 1.375rem);
  padding: 0.75rem 1.375rem;
  padding-right: 0.75rem;
}

.btn-big svg {
  --size: 1.5rem;
  display: inline-flex;
  width: var(--size);
  height: var(--size);
  flex-shrink: 0;
}

.btn-close {
  display: inline-block;
  position: relative;
  cursor: pointer;
  --bw: 2.75rem;
  width: var(--bw);
  height: var(--bw);
  color: var(--clr-white);
  border-radius: 100%;
  background-color: var(--clr-black);
  transition: var(--transition-1);
}

.btn-close::after,
.btn-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 0.125rem;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: currentColor;
}

.btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-link {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6em;
  color: var(--clr-title);
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  text-decoration-color: transparent;
  transition: var(--transition-1);
  color: var(--clr-title);
}

.btn-link [stroke] {
  stroke: currentColor;
}

.btn-link [fill] {
  fill: currentColor;
}

.btn-link:has(svg) svg {
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
}

.btn-wrap-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  .btn:hover {
    color: var(--clr-white);
    background-color: var(--clr-primary);
  }

  .btn:hover i {
    background-color: var(--clr-white);
    color: var(--clr-primary);
  }

  .btn-primary:hover {
    color: var(--clr-white);
    background-color: var(--clr-black);
    border-color: var(--clr-white);
  }

  .btn-primary:hover i {
    background-color: var(--clr-white);
    color: var(--clr-black);
  }

  .brn-third:hover {
    color: var(--clr-white);
    background-color: var(--clr-primary);
  }

  .btn-fourth:hover {
    color: var(--clr-primary);
    border-color: var(--clr-primary);
    background-color: var(--clr-white);
  }

  .btn-secondary:hover {
    border: 1px solid var(--clr-secondary);
    color: var(--clr-secondary);
    background-color: var(--clr-primary);
  }

  .btn-secondary:hover i {
    background-color: var(--clr-secondary);
    color: var(--clr-primary);
  }

  .btn-register:hover {
    background-color: var(--clr-primary);
  }

  .btn-register:hover i {
    background-color: var(--clr-white);
  }

  .btn-register:hover i svg {
    color: var(--clr-primary);
  }

  .btn-close:hover {
    color: var(--clr-red);
    background-color: var(--clr-grey);
  }

  .btn-link:hover {
    color: var(--clr-primary);
    text-decoration: underline;
    text-decoration-color: currentColor;
  }
}

@media (max-width: 1199px) {
  .btn,
  .btn-link {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px) {
  .btn,
  .btn-link {
    font-size: 1rem;
  }

  .btn-close {
    --bw: 2rem;
  }
}

@keyframes move-out {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes move-in {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

[class*="spacer"] {
  clear: both;
  width: 100%;
}

.spacer-xl {
  height: var(--sp-xl);
}

.spacer-lg {
  height: var(--sp-lg);
}

.spacer-md {
  height: var(--sp-md);
}

.spacer-sm {
  height: var(--sp-sm);
}

.spacer-xs {
  height: var(--sp-xs);
}

.g-xl,
.gy-xl {
  --bs-gutter-y: var(--sp-xl);
}

.g-lg,
.gy-lg {
  --bs-gutter-y: var(--sp-lg);
}

.g-md,
.gy-md {
  --bs-gutter-y: var(--sp-md);
}

.g-sm,
.gy-sm {
  --bs-gutter-y: var(--sp-sm);
}

.g-xs,
.gy-xs {
  --bs-gutter-y: var(--sp-xs);
}

.g-xl,
.gx-xl {
  --bs-gutter-x: var(--sp-xl);
}

.g-lg,
.gx-lg {
  --bs-gutter-x: var(--sp-lg);
}

.g-md,
.gx-md {
  --bs-gutter-x: var(--sp-md);
}

.g-sm,
.gx-sm {
  --bs-gutter-x: var(--sp-sm);
}

.g-xs,
.gx-xs {
  --bs-gutter-x: var(--sp-xs);
}

.mt-xl {
  margin-top: var(--sp-xl);
}

.mt-x {
  margin-top: var(--sp-x);
}

.mt-lg {
  margin-top: var(--sp-lg);
}

.mt-md {
  margin-top: var(--sp-md);
}

.mt-sm {
  margin-top: var(--sp-sm);
}

.mt-xs {
  margin-top: var(--sp-xs);
}

.mb-xl {
  margin-bottom: var(--sp-xl);
}

.mb-x {
  margin-bottom: var(--sp-x);
}

.mb-lg {
  margin-bottom: var(--sp-lg);
}

.mb-md {
  margin-bottom: var(--sp-md);
}

.mb-sm {
  margin-bottom: var(--sp-sm);
}

.mb-xs {
  margin-bottom: var(--sp-xs);
}

.margin-x-auto {
  margin-inline: auto !important;
}

.margin-y-auto {
  margin-block: auto !important;
}

.clr-white {
  color: var(--clr-white) !important;
}

.clr-black {
  color: var(--clr-white) !important;
}

.clr-primary {
  color: var(--clr-primary) !important;
}

.clr-secondary {
  color: var(--clr-secondary) !important;
}

.clr-green {
  color: var(--clr-green) !important;
}

.clr-red {
  color: var(--clr-red) !important;
}

.image {
  position: relative;
}

.image img {
  display: block;
  position: relative;
  width: 100%;
}

:where(.image-contain),
:where(.image-cover),
:where(.video-cover) {
  position: relative;
  overflow: hidden;
  padding-bottom: 50%;
}

:where(.image-round) {
  overflow: hidden;
  border-radius: 100%;
  padding-bottom: 100%;
}

.image-contain img,
.image-cover img,
.video-cover video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-contain img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

a .image-cover img,
a .video-cover video {
  transition: transform 1s;
  transform: scale(1.0001);
}

@media (min-width: 1200px) {
  a:hover .image-cover img,
  a:hover .video-cover video {
    transform: scale(1.05);
  }
}

.icon {
  --size: 1.5rem;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  flex-shrink: 0;
}

.icon > * {
  display: block;
  width: 100%;
  height: 100%;
}

.column-2 {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 5vw;
  column-gap: 5vw;
  text-align: left;
}

.rate-w {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.rate-w span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.28px;
  color: var(--clr-black);
}

.stars {
  display: flex;
  gap: 2px;
}

.rate {
  --star-size: var(--text);
  --star-clr: #ffae00;
  --star-width: 0%;
  gap: calc(var(--star-size) * 0.25);
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}

.rate > * {
  outline: 1px solid red;
  outline-offset: 21px;
  display: inline-block;
  position: relative;
  width: var(--star-size);
  height: var(--star-size);
  flex-shrink: 0;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../img/icons/star-full.svg);
  -webkit-mask-image: url(../img/icons/star-full.svg);
}

.rate > ::after,
.rate > ::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  width: var(--star-width);
  background: var(--star-clr);
}

.rate > ::after {
  z-index: 0;
  width: 100%;
}

.rate[style*="1."] i:nth-child(1),
.rate[style*="2."] i:nth-child(-n + 2),
.rate[style*="3."] i:nth-child(-n + 3),
.rate[style*="4."] i:nth-child(-n + 4),
.rate[style*="5."] i:nth-child(-n + 5) {
  --star-width: 100%;
}

.rate[style*="0."] i:nth-child(1)::before {
  --star-width: calc(var(--star-rate) * 100%);
}

.rate[style*="1."] i:nth-child(2)::before {
  --star-width: calc((var(--star-rate) - 1) * 100%);
}

.rate[style*="2."] i:nth-child(3)::before {
  --star-width: calc((var(--star-rate) - 2) * 100%);
}

.rate[style*="3."] i:nth-child(4)::before {
  --star-width: calc((var(--star-rate) - 3) * 100%);
}

.rate[style*="4."] i:nth-child(5)::before {
  --star-width: calc((var(--star-rate) - 4) * 100%);
}

.rate input {
  display: none;
}

.rate label {
  cursor: pointer;
  display: inline-block;
  transition: transform 0.1s;
}

.rate label:has(~ labelinput:checked) {
  --star-width: 100%;
}

.rate label:has(input:checked) {
  --star-width: 100%;
}

.rate label:has(input:checked) ~ label::before {
  --star-width: 0%;
}

@media (min-width: 1200px) {
  .rate label:hover {
    transform: scale(1.08);
  }
}

.bg-section {
  --clr-text: var(--clr-white);
  --clr-title: var(--clr-white);
  background: var(--bg-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: var(--sp-md);
}

.bg-section-2 {
  --clr-text: var(--clr-grey);
  --clr-title: var(--clr-black);
  border-radius: var(--rd-1);
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(38, 77, 235, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
  padding-block: var(--sp-md);
}

.who-2-bg {
  display: flex;
  flex-direction: column;
  background: var(
    --Gradients-gradient-background-purple,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
}

.who-2-wrapper {
	display: flex;
    justify-content: center;
    gap: 80px;
	padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .who-2-wrapper {
    flex-direction: column;
  }
}

.who-2 .btn {
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .who-2 .btn {
    margin-top: 40px;
  }
}

.bg-primary {
  background: var(--clr-primary);
  --clr-text: var(--clr-white);
  --clr-title: var(--clr-white);
}

.bg-black {
  background: var(--clr-black);
  --clr-text: var(--clr-white);
  --clr-title: var(--clr-white);
}
.bg-blue {
  background: #1c64f2;
  --clr-text: var(--clr-white);
  --clr-title: var(--clr-white);
}

.bg-yellow {
  background: #edfe85;
  --clr-text: var(--clr-black);
  --clr-title: var(--clr-black);
}

.bg-yellow-gradient {
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(219, 235, 38, 0.15) 0%,
    rgba(236, 236, 236, 0.5) 100%
  );
}

.lr-2-yellow p {
  max-width: 520px;
}

.lr-2-yellow p:not(:first-child) {
  margin-top: 50px;
}

.bg-secondary {
  background: var(--clr-secondary);
  --clr-text: var(--clr-black);
  --clr-title: var(--clr-black);
}

.title-block {
  text-align: center;
  margin-inline: auto;
  width: min(100%, 50.3125rem);
}

.title-block-max {
  width: 100%;
}

.banner {
  position: relative;
  --clr-title: var(--clr-black);
  --space: clamp(1rem, 0.1691rem + 2.3121vw, 2.25rem);
}

.banner.full .banner-align {
  height: calc(100svh - var(--h-height));
}

.banner-align {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  width: 625rem;
  height: auto;
  padding-block: max(1rem, 2vw);
  height: clamp(22.5rem, 7.76rem + 30.7vw, 40rem);
}

.banner-align.align-bottom {
  vertical-align: bottom;
}

.banner-align.align-top {
  vertical-align: top;
}

.banner-info > * + * {
  margin-top: 2.125rem;
}

.banner-general-info h2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .banner-general-info h2 {
    font-size: 20px;
  }
}

.banner-full-h1 {
  font-size: 88px;
}

@media screen and (max-width: 768px) {
  .banner-full-h1 {
    font-size: 48px;
  }
}

.banner-form {
  padding: 1.5rem;
  border-radius: var(--rd-1);
  background-color: var(--clr-white);
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
}

.banner-form .h6 {
  font-size: 20px;
}

.banner-form .btn {
  padding: 8px 8px 8px 20px !important;
}

@media screen and (max-width: 768px) {
  .banner-form .h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .banner-form .btn i {
    width: 26px;
    height: 26px;
  }

  .banner-form .btn {
    height: 42px;
  }
}

.banner-link {
  text-align: right;
  margin-block: var(--sp-sm);
}

[class*="bnr-decor"] {
  display: none;
}

@media (min-width: 768px) {
  .banner-align {
    padding-top: calc(var(--h-height) + var(--topSpace));
  }

  .banner-info > * + * {
    margin-top: 2.7rem;
  }

  .banner-info > * + :is(.banner-form) {
    margin-top: 4rem;
  }
}

@media (min-width: 1200px) {
  .banner-media {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    inset: 0;
    margin: var(--space);
    /* margin-top: calc(var(--space) / 7 * -1); */
    margin-top: 36px;
    border-radius: var(--rd-1);
  }

  .banner-media::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    /* background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    ); */
    background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    );
  }

  .banner-media img,
  .banner-media video {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    content-visibility: auto;
  }

  [class*="bnr-decor"] {
    display: block;
    position: absolute;
    z-index: 1;
    --width: 25%;
    pointer-events: none;
  }

  [class*="bnr-decor"] img {
    width: 100%;
    height: 100%;
  }

  .bnr-decor-1 {
    margin-top: calc(var(--width) / 2 * -1);
    top: 0;
    left: 10%;
    aspect-ratio: 1;
    width: var(--width);
    animation: rotate360 15s infinite;
  }

  .bnr-decor-2 {
    margin-bottom: calc(var(--width) / 2 * -1);
    bottom: 0;
    right: 10%;
    aspect-ratio: 1;
    width: var(--width);
    animation: rotate360 15s linear infinite;
  }
}

.banner-section {
  opacity: 1;
}

@media (max-width: 1199px) {
  .banner {
    margin: var(--space);
    margin-top: calc(var(--h-height) - var(--space));
    border-radius: var(--rd-1);
  }

  .banner::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    );
    border-radius: 1.5rem;
  }

  .banner.full .banner-align {
    height: calc(100svh - var(--h-height) - var(--space) * 5);
  }
}

.breadcrumbs {
  --br-fz: clamp(0.875rem, 0.77rem + 0.22vw, 1rem);
  --br-space: 1rem;
  position: relative;
  z-index: 10;
  width: 100%;
  margin-block: clamp(0.75rem, 0.54rem + 0.44vw, 1rem);
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.breadcrumbs ul {
  min-width: -moz-max-content;
  min-width: max-content;
  line-height: 0;
  padding-right: var(--br-space);
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  font-size: var(--br-fz);
  line-height: 1em;
  color: var(--clr-title);
  scroll-snap-align: start;
  scroll-margin-left: var(--br-space);
}

.breadcrumbs li:after {
  content: "/";
  position: relative;
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 90%;
}

.breadcrumbs li:last-child:after {
  content: none;
}

.breadcrumbs li.active {
  text-decoration: underline;
}

.breadcrumbs .icon {
  --size: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.0625rem;
}

.breadcrumbs .icon [stroke] {
  stroke: currentColor;
}

.banner .breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1200px) {
  .breadcrumbs li a:hover {
    color: var(--clr-primary);
  }
}

.seo-block {
  --space: 1.25rem;
  gap: var(--sp-lg);
  display: flex;
  align-items: center;
  border: 0.0625rem solid var(--clr-black);
  border-radius: var(--rd-1);
  padding: max(1rem, 2.5vw);
}

.seo-img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 23.25rem;
  aspect-ratio: 1;
  flex-shrink: 0;
  align-self: flex-start;
  border-radius: 100%;
}

.seo-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
}

.seo-inner > * + :not(.more-content) {
  margin-top: var(--space);
}

.seo-btn {
  position: relative;
  cursor: pointer;
  gap: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: var(--text-sm);
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--clr-green);
  transition: var(--transition-1);
}

.seo-btn::before {
  content: attr(data-toggle-more);
}

.seo-btn svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.seo-btn.is-active::before {
  content: attr(data-toggle-less);
}

.seo-btn.is-active svg {
  transform: rotateX(180deg);
}

.more-content {
  display: none;
  padding-top: var(--space);
}

@media (max-width: 1199px) {
  .seo-block {
    --space: 0.75rem;
  }

  .seo-img {
    width: 17.5rem;
  }
}

@media (max-width: 991px) {
  .seo-img {
    display: none;
  }
}

.section-advt {
  --clr-text: var(--clr-title);
  --titleHeight: 7rem;
  --decorHeight: 2rem;
  --decorWidth: 35%;
  --imgSz: 5.8125rem;
}

.section-advt .h2 {
  font-size: 64px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .section-advt .h2 {
    font-size: 40px;
  }
}

.section-advt .title span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

.section-advt .title span::before {
  display: none;
}

.section-advt .container > p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .section-advt .container > p {
    font-size: 16px;
  }
}

.section-advt .container > p strong {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .section-advt .container > p strong {
    font-size: 16px;
  }
}

.swiper-advt .swiper-container {
  overflow: visible;
}

.swiper-advt {
  padding-top: calc(var(--decorHeight) * 2);
}

.advt-item {
  text-align: left;
  aspect-ratio: 0.82;
  padding: clamp(2rem, 1.3353rem + 1.8497vw, 3rem);
}

.advt-item:not(:last-child) {
  border-bottom: 0.125rem solid var(--clr-black);
}

.advt-item > * + * {
  margin-top: 1.5rem;
}

.swiper-slide:has(.advt-item) {
  display: grid;
  grid-row: span 2;
  border-radius: 0 var(--rd-1) var(--rd-1) var(--rd-1);
  transition: var(--transition-1);
}

.swiper-slide:has(.advt-item)::before {
  content: "";
  position: relative;
  display: block;
  width: var(--decorWidth);
  margin-top: calc(var(--decorHeight) * -1);
  height: var(--decorHeight);
  border-radius: var(--rd-1) var(--rd-1) 0 0;
  background: var(--clr-black);
  transition: var(--transition-1);
}

@media screen and (max-width: 768px) {
  .swiper-slide:has(.advt-item)::before {
    margin-top: calc(2rem * -1);
    height: 2rem;
  }
}

.swiper-slide:has(.advt-item):nth-child(3n+1) {
  background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    ),
    #fff;
}

.swiper-slide:has(.advt-item):nth-child(3n+1)::before {
  content: "";
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(38, 77, 235, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
}

.swiper-slide:has(.advt-item):nth-child(3n+2) {
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(36, 178, 255, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
}

.swiper-slide:has(.advt-item):nth-child(3n+2)::before {
  content: "";
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(36, 178, 255, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
}

.swiper-slide:has(.advt-item):nth-child(3n+3) {
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(219, 235, 38, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
}

.swiper-slide:has(.advt-item):nth-child(3n+3)::before {
  content: "";
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(219, 235, 38, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
}

.advt-img {
  position: relative;
  width: var(--imgSz);
  height: var(--imgSz);
  flex-shrink: 0;
  border-radius: 100%;
  background-color: var(--clr-white);
  transition: var(--transition-1);
}

.advt-img > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}

.advt-title {
  min-height: var(--titleHeight);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: var(--transition-1);
  font-family: var(--ff-1);
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .advt-title {
    font-size: 20px;
  }
}

.advt-text {
  transition: var(--transition-1);
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .advt-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-advt {
    --clr-text: var(--clr-title);
    --titleHeight: 3.5rem;
    --decorHeight: 2.5rem;
    --decorWidth: 55%;
    --imgSz: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .swiper-slide:has(.advt-item):hover {
    --clr-title: var(--clr-white);
    --clr-text: var(--clr-white);
    background: var(--clr-black) !important;
  }

  .swiper-slide:has(.advt-item):hover::before {
    content: "";
    background: var(--clr-black) !important;
  }
}

.prc-cards {
  gap: var(--sp-sm) var(--sp-xs);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
}

.prc-card {
  gap: 0;
  display: grid;
  grid-row: span 6;
  grid-template-rows: subgrid;
  border-radius: var(--rd-1);
  border: 0.0625rem solid var(--clr-plc);
  padding: 1.5rem max(0.625rem, 6%);
}

.prc-card > * + * {
  margin-top: 1rem;
}

.team-item {
  text-align: center;
}

.team-item > * + * {
  margin-top: max(1rem, 1.25vw);
}

.team-img {
  position: relative;
  overflow: hidden;
  border-radius: var(--rd-1);
  padding-top: 120%;
}

.team-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
}

.team-name {
  font-size: var(--h4);
  line-height: 1.2;
  color: var(--clr-black);
}

.brand-slider .swiper-container {
  padding: 0.0625rem;
  overflow: visible;
}

.brand-item {
  position: relative;
  z-index: 1;
  padding-top: 39%;
  width: 100%;
}

.brand-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 50%;
  content-visibility: auto;
}

@media (max-width: 767px) {
  .brand-item {
    padding-top: 52%;
  }
}

.benefits {
  padding: 64px 0;
  counter-reset: number;
  --titleHeight: 120px;
}

@media screen and (max-width: 768px) {
  .benefits {
    padding: 40px 0;
  }
}

.benefits .h2 {
  font-size: 64px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .benefits .h2 {
    font-size: 40px;
  }
}

.benefits .h2 b {
  font-size: 56px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .benefits .h2 b {
    font-size: 32px;
  }
}

.benefits-subtitle {
	margin-top: 50px;
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

@media screen and (max-width: 768px) {
  .benefits-subtitle {
	margin-top: 30px;
    font-size: 20px;
  }
}

.benefits-subtitle span {
	color: #808080;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

@media screen and (max-width: 768px) {
  .benefits-subtitle span {
    font-size: 20px;
  }
}

.benefits-slider .swiper-slide {
  height: auto !important;
}

.benefits-item {
  padding: 32px;
  border-radius: var(--rd-1);
  background-color: var(--bg-3);
  transition: var(--transition-1);
  height: 100%;
}

.benefits-item > * {
  margin-top: 2rem;
}

.benefits-item::before {
  content: "";
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4em;
  font-family: var(--ff-3);
  color: var(--clr-title);
  transition: var(--transition-1);
}

@media screen and (max-width: 768px) {
  .benefits-item::before {
    font-size: 20px;
  }
}

.benefits-title {
  min-height: var(--titleHeight);
  transition: var(--transition-1);
  font-family: var(--ff-1);
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .benefits-title {
    font-size: 20px;
  }
}

.benefits .btn {
  padding: 12px 12px 12px 24px !important;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .benefits .btn {
    padding: 8px 8px 8px 20px !important;
    font-size: 20px;
  }
}

.benefits .text {
  transition: var(--transition-1);
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .benefits .text {
    font-size: 16px;
  }
}

.benefits .text span {
  color: #000;
  transition: var(--transition-1);
}

.benefits-item:hover .text span {
  color: #fff;
}

@media (max-width: 767px) {
  .benefits {
    --titleHeight: 56px;
  }

  .benefits-item > * {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .benefits-item:hover {
    background: var(--clr-black);
    --clr-title: var(--clr-white);
    --clr-text: var(--clr-white);
    --clr-secondary: var(--clr-primary);
  }
}

.benefits .btn {
  font-size: 22px;
  height: 75px;
  padding: 12px 12px 12px 24px;
}

@media screen and (max-width: 768px) {
  .benefits .btn {
    font-size: 16px;
    height: 52px;
    padding: 8px 8px 8px 20px;
  }
}

.benefits .btn i {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 768px) {
  .benefits .btn i {
    width: 36px;
    height: 36px;
  }
}

.who-item {
  --szImg: 7.8125rem;
  display: grid;
  row-gap: var(--sp-sm);
}

.who-img {
  width: var(--szImg);
  height: var(--szImg);
  flex-shrink: 0;
}

.who-img img {
  width: 100%;
  height: auto;
}

.who .h2 {
  font-size: 64px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .who .h2 {
    font-size: 40px;
  }
}

.who .h2 b {
  font-size: 56px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .who .h2 b {
    font-size: 32px;
  }
}

.who-title {
  font-family: var(--ff-1);
  font-size: 32px;
}

@media (max-width: 768px) {
  .who-title {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
}

.who-text {
  font-size: 20px;
}

@media (max-width: 768px) {
  .who-text {
    font-size: 16px;
  }
}

.who .bg-section {
  padding-inline: var(--sp-xl);
  padding-block: clamp(6.88rem, calc(0.3rem + 3.29vw), 3.75rem);
}
.who-item-wrapper {
  margin-top: clamp(8.5rem, 2.777rem + 2.0117vw, 5rem);
}
@media (max-width: 767px) {
	.who-item-wrapper {
	  margin-top: 0;
	}
	.who-item-wrapper:first-child .who-item {
		margin-top: 40px;
	}
  .who-item {
    --szImg: 3.75rem;
    padding: 2rem 0;
    margin-inline: 1rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    border-top: 1px solid rgba(128, 128, 128, 0.3);
  }

  .who-2 .who-item {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    border-top: none;
  }

  .who-text {
    grid-column: span 2;
  }

  .who .col-md-6:nth-child(1) .who-item {
    border-top: none;
  }

  .who .bg-section {
    border-radius: 1.5rem;
    background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    );
    padding-top: 40px;
	padding-bottom: 40px;
	padding-inline: 32px;
  }
}

.lr-img-1 {
  position: relative;
  margin-left: auto;
  --width: 12rem;
  padding-top: var(--width);
  width: var(--width);
  overflow: hidden;
  border-radius: var(--rd-1);
}

.lr-img-1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.lr-content-1 > * + * {
  margin-top: 4%;
}

.lr-content-1 p {
  font-size: 32px;
	font-family: var(--ff-1);
}

@media screen and (max-width: 768px) {
  .lr-content-1 p {
    font-size: 20px;
  }
}

.lr-content-1 p b {
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .lr-content-1 p b {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .lr-img-1 {
    --width: 5.5rem;
    margin-bottom: 40px;
    margin-inline: inherit;
  }

  .lr-content-1 {
    letter-spacing: -0.2px;
  }
}

.lr-2-w {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--sp-xl);
  column-gap: var(--sp-xl);
  row-gap: 2rem;
  padding: clamp(2rem, 0.6705rem + 3.6994vw, 4rem);
  border-radius: var(--rd-1);
}

.lr-2-w.bg-blue .btn {
  border: 1px solid #edfe85;
}

.lr-2-post {
  padding: 24px;
  gap: 32px;
}

@media screen and (max-width: 991px) {
  .lr-2-post {
    flex-direction: column !important;
  }
}

.lr-2-post .title-mobile {
  display: none;
}

.lr-2-post-content {
  display: contents;
}

@media screen and (max-width: 768px) {
  .lr-2-post .title {
    display: none;
  }

  .lr-2-post .title-mobile {
    display: block;
  }

  .lr-2-post-content {
    display: flex;
    width: 100%;
    gap: 24px;
  }

  .lr-2-post .lr-2-text {
    margin: 0;
  }
}

.lr-content-2 {
  flex: 0 1 70%;
}

.lr-content-2 > * + * {
  margin-top: 2rem;
}

.lr-content-2 .h3 {
  font-size: 32px;
  font-family: var(--ff-1);
}

@media screen and (max-width: 768px) {
  .lr-content-2 .h3 {
    font-size: 20px;
  }
}

.lr-content-2 .btn {
  padding: 8px 20px !important;
}

.lr-img-2 {
  flex: 0 0 30%;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--rd-1);
}

/* .lr-img-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 32px;
  background: linear-gradient(
    0deg,
    rgba(38, 77, 235, 0.48) 4.98%,
    rgba(255, 231, 218, 0) 67.23%
  );
} */

.lr-img-2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
}

@media (max-width: 991px) {
  .lr-2-w {
    flex-direction: column-reverse;
  }

  .lr-img-2 {
    width: 100%;
  }
}

.lr-block-3 {
  --lr-x-space: max(1.875rem, 7vw);
  --lr-y-space: max(0.875rem, 2.5vw);
}

.lr-img-3 {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: var(--rd-1);
}

.lr-img-3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
}

.lr-content-3 > * + * {
  margin-top: var(--lr-y-space);
}

@media (min-width: 992px) {
  .lr-block-3 {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    grid-column-gap: var(--lr-x-space);
    grid-row-gap: var(--lr-y-space);
  }

  .lr-block-3.right {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lr-block-3.right .lr-img-3 {
    grid-area: 1/2/3/3;
  }

  .lr-img-3 {
    grid-area: 3/2/1/1;
  }

  .lr-title-3 {
    align-self: end;
  }

  .lr-content-3 {
    align-self: start;
  }
}

@media (max-width: 991px) {
  .lr-block-3 > * + * {
    margin-top: var(--lr-y-space);
  }
}

.sub-links {
  --space: 1rem;
  margin-bottom: max(0.875rem, 2.5vw);
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.sub-links ul {
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}

.sub-links li + li {
  margin-left: var(--space);
}

.sub-links li {
  scroll-snap-align: start;
  scroll-margin-left: var(--space);
}

.sub-links li.active a {
  color: var(--clr-primary);
  background-color: var(--clr-white);
  border-color: currentColor;
}

.sub-links a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1em;
  color: var(--clr-black);
  padding: 0.85em 1.25em;
  border-radius: calc(var(--rd-1) * 0.8);
  background-color: var(--clr-grey);
  border: 0.0625rem solid transparent;
}

@media (min-width: 1200px) {
  .sub-links a:hover {
    border-color: currentColor;
  }
}

@media (max-width: 1199px) {
  .sub-links a {
    font-size: 0.813rem;
  }
}

@media (max-width: 575px) {
  .sub-links {
    margin-inline: calc(-1 * var(--space));
  }

  .sub-links ul {
    padding-inline: var(--space);
  }
}

.blog-row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.blog-item {
  position: relative;
  display: block;
}

.blog-item > * + * {
  margin-top: 3%;
}

.blog-item .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item .text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 57%;
  border-radius: var(--rd-1);
}

.blog-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  transition: var(--transition-1);
}

.blog-labels {
  position: absolute;
  left: 0;
  padding: 0.625rem;
  margin: 0 !important;
  transform: translateY(-100%);
}

.blog-label {
  pointer-events: none;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.2em 0.5em;
  background-color: var(--clr-white);
}

.blog-label img {
  max-width: 1.715em;
  max-height: 1.715em;
  margin-right: 0.5em;
}

.blog-label > * {
  vertical-align: middle;
}

.blog-tags {
  pointer-events: none;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  font-size: 0;
  margin-inline: -0.25rem;
  margin-top: 0 !important;
}

.blog-tags b {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.4em 0.6em;
  margin-inline: 0.25rem;
  background-color: var(--clr-white);
}

@media (min-width: 1200px) {
  a.blog-img:hover img {
    transform: scale(1.05);
  }

  .blog-item a.title:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 1199px) {
  .blog-row {
    --bs-gutter-x: 1rem;
  }

  .blog-label {
    font-size: 0.75rem;
  }

  .blog-tags b {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .blog-item .text,
  .blog-item .title {
    display: block;
  }
}

.blog-row-2 {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 3rem;
}

.blog-item-2 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.blog-item-2 > * + * {
  margin-top: 3%;
}

.blog-item-2 .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: auto;
}

.blog-item-2 .text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-img-2 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 50%;
  border-radius: var(--rd-1);
}

.blog-img-2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  transition: var(--transition-1);
}

.blog-label-2 {
  font-size: 0.875rem;
  line-height: 1em;
}

.blog-label-2 img {
  max-width: 1.715em;
  max-height: 1.715em;
  margin-right: 0.5em;
}

.blog-label-2 > * {
  vertical-align: middle;
}

.blog-tags-2 {
  pointer-events: none;
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  font-size: 0;
  margin-inline: -0.25rem;
  margin-top: 0 !important;
}

.blog-tags-2 b {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.4em 0.6em;
  margin-inline: 0.25rem;
  background-color: var(--clr-white);
}

@media (min-width: 1200px) {
  a.blog-img-2:hover img {
    transform: scale(1.05);
  }

  .blog-item-2 a.title:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 1199px) {
  .blog-row-2 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 2rem;
  }
}

@media (max-width: 991px) {
  .blog-img-2 {
    padding-top: 57%;
  }

  .blog-label-2 {
    font-size: 0.75rem;
  }

  .blog-tags-2 b {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .blog-item-2 .text,
  .blog-item-2 .title {
    display: block;
  }
}

.blog-wrap-3 > * + * {
  margin-top: max(2rem, 3.125vw);
}

.blog-item-3 {
  display: block;
  position: relative;
}

.blog-item-3 > * + * {
  margin-top: 3%;
}

.blog-img-3 {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 40%;
  border-radius: var(--rd-1);
}

.blog-img-3 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  transition: var(--transition-1);
}

.blog-labels-3 {
  position: absolute;
  left: 0;
  padding: 0.625rem;
  margin: 0 !important;
  transform: translateY(-100%);
}

.blog-label-3 {
  pointer-events: none;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.2em 0.5em;
  background-color: var(--clr-white);
}

.blog-label-3 img {
  max-width: 1.715em;
  max-height: 1.715em;
  margin-right: 0.5em;
}

.blog-label-3 > * {
  vertical-align: middle;
}

.blog-tags-3 {
  pointer-events: none;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  font-size: 0;
  margin-inline: -0.25rem;
  margin-top: 0 !important;
}

.blog-tags-3 b {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.4em 0.6em;
  margin-inline: 0.25rem;
  background-color: var(--clr-white);
}

@media (min-width: 1200px) {
  a.blog-img-3:hover img {
    transform: scale(1.05);
  }

  .blog-item-3 a.title:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 767px) {
  .blog-img-3 {
    padding-top: 57%;
  }

  .blog-label-3 {
    font-size: 0.75rem;
  }

  .blog-tags-3 b {
    font-size: 0.75rem;
  }
}

.blog-wrap-4 > * + * {
  margin-top: max(2rem, 3.125vw);
}

.blog-img-4 {
  position: relative;
  overflow: hidden;
  display: block;
  flex: 0 0 60%;
  padding-top: 34%;
  margin-right: 2.5%;
  border-radius: var(--rd-1);
}

.blog-img-4 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  transition: var(--transition-1);
}

.blog-content-4 {
  align-self: center;
}

.blog-content-4 > * + * {
  margin-top: 3%;
}

.blog-label-4 {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  background-color: var(--clr-white);
}

.blog-label-4 img {
  max-width: 1.715em;
  max-height: 1.715em;
  margin-right: 0.5em;
}

.blog-label-4 > * {
  vertical-align: middle;
}

.blog-tags-4 {
  pointer-events: none;
  position: absolute;
  inset: 0.625rem;
  bottom: unset;
  font-size: 0;
  margin-inline: -0.25rem;
  margin-top: 0 !important;
}

.blog-tags-4 b {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.4em 0.6em;
  margin-inline: 0.25rem;
  background-color: var(--clr-white);
}

@media (min-width: 768px) {
  .blog-item-4 {
    display: flex;
  }

  .blog-item-4 .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-item-4 .text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1200px) {
  a.blog-img-4:hover img {
    transform: scale(1.05);
  }

  .blog-item-4 a.title:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 1199px) {
  .blog-img-4 {
    flex: 0 0 50%;
  }

  .blog-label-4 {
    font-size: 0.75rem;
  }

  .blog-tags-4 b {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .blog-img-4 {
    flex: 0 0 100%;
    padding-top: 57%;
    margin: 0 0 3%;
  }
}

.blog-wrap-5 > * + * {
  margin-top: max(2rem, 3.125vw);
}

.blog-img-5 {
  position: relative;
  overflow: hidden;
  display: block;
  flex: 0 0 60%;
  padding-top: 34%;
  border-radius: var(--rd-1);
}

.blog-img-5 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  content-visibility: auto;
  transition: var(--transition-1);
}

.blog-content-5 {
  align-self: center;
}

.blog-content-5 > * + * {
  margin-top: 3%;
}

.blog-label-5 {
  pointer-events: none;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  background-color: var(--clr-white);
}

.blog-label-5 img {
  max-width: 1.715em;
  max-height: 1.715em;
  margin-right: 0.5em;
}

.blog-label-5 > * {
  vertical-align: middle;
}

.blog-tags-5 {
  pointer-events: none;
  position: absolute;
  inset: 0.625rem;
  bottom: unset;
  font-size: 0;
  margin-inline: -0.25rem;
  margin-top: 0 !important;
}

.blog-tags-5 b {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 400;
  padding: 0.4em 0.6em;
  margin-inline: 0.25rem;
  background-color: var(--clr-white);
}

@media (min-width: 768px) {
  .blog-item-5 {
    display: flex;
    gap: 2.5%;
  }

  .blog-item-5:nth-child(even) .blog-content-5 {
    order: -1;
  }

  .blog-item-5 .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-item-5 .text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1200px) {
  a.blog-img-5:hover img {
    transform: scale(1.05);
  }

  .blog-item-5 a.title:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 1199px) {
  .blog-img-5 {
    flex: 0 0 50%;
  }

  .blog-label-5 {
    font-size: 0.75rem;
  }

  .blog-tags-5 b {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .blog-img-5 {
    flex: 0 0 100%;
    padding-top: 57%;
    margin: 0 0 3%;
  }
}

.pagination {
  --size: 3.5rem;
  --font-size: 1.25rem;
  --gap: 1rem;
  position: relative;
  display: block;
  margin-top: max(0.875rem, 2.5vw);
}

.pagination ul {
  line-height: 0;
  display: flex;
  justify-content: center;
  gap: var(--gap);
}

.pagination li {
  flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: var(--size);
  height: var(--size);
  text-align: center;
  font-size: var(--font-size);
  font-weight: 500;
  line-height: var(--size);
  border-radius: 100%;
  color: var(--clr-black);
}

.pagination a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 0.0625rem solid currentColor;
}

.pagination .dots {
  pointer-events: none;
}

.pagination .pag-arrow a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 3.5%;
  width: 20%;
  height: 20%;
  border-left: 0.0625rem solid currentColor;
  border-bottom: 0.0625rem solid currentColor;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pagination .pag-arrow:last-child {
  transform: rotate(180deg);
}

.pagination li.active a {
  pointer-events: none;
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

@media (min-width: 1200px) {
  .pagination li a:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 575px) {
  .pagination {
    --size: 2.55rem;
    --font-size: 1rem;
    --gap: 0.625rem;
  }
}

.tabs {
  position: relative;
}

.tab-nav {
  --gap: 1rem;
  line-height: 0;
  margin-bottom: max(1rem, 2.5vw);
  text-align: center;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.tab-toggle {
  display: inline-flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  line-height: 0;
  gap: var(--gap);
}

.tab-toggle div {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  color: var(--clr-black);
  padding: 1em 1.25em;
  text-transform: uppercase;
  border-radius: var(--rd-1);
  border: 0.0625rem solid transparent;
  background-color: var(--clr-grey);
  transition: var(--transition-1);
  scroll-snap-align: start;
  scroll-margin-left: var(--gap);
}

.tab-toggle div.is-active {
  color: var(--clr-primary);
  background-color: var(--clr-white);
  border-color: currentColor;
}

.tabs-wrap {
  position: relative;
}

:where(.tab) {
  display: none;
}

.tab:first-child {
  display: block;
}

@media (min-width: 1200px) {
  .tab-toggle div:not(.is-active):hover {
    border-color: currentColor;
  }
}

@media (max-width: 575px) {
  .tab-nav {
    margin-inline: calc(-1 * var(--gap));
  }

  .tab-toggle {
    padding-inline: var(--gap);
  }

  .tab-toggle div {
    font-size: 0.75rem;
  }
}

.tabs-2 {
  position: relative;
}

.tab-nav-2 {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-bottom: max(1rem, 2.5vw);
  --gap: 1rem;
}

.tabs-wrap-2 {
  position: relative;
}

:where(.tab-2) {
  display: none;
}

.tab-2:first-child {
  display: block;
}

@media (min-width: 992px) {
  .tab-title-2 {
    display: none;
  }

  .tab-toggle-2 {
    display: inline-flex;
    flex-direction: column;
    min-width: -moz-fit-content;
    min-width: fit-content;
    line-height: 0;
    gap: var(--gap);
  }

  .tab-toggle-2 div {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1em;
    color: var(--clr-black);
    padding: 1em 1.25em;
    text-transform: uppercase;
    border-radius: var(--rd-1);
    border: 0.0625rem solid transparent;
    background-color: var(--clr-grey);
    transition: var(--transition-1);
  }

  .tab-toggle-2 div.is-active {
    color: var(--clr-primary);
    background-color: var(--clr-white);
    border-color: currentColor;
  }
}

@media (min-width: 1200px) {
  .tab-toggle-2 div:not(.is-active):hover {
    border-color: currentColor;
  }
}

@media (max-width: 991px) {
  .tab-title-2 {
    display: block;
    padding: var(--gap);
    padding-right: calc(var(--gap) * 3);
    font-size: 1.125rem;
    line-height: 1.2em;
    font-weight: 500;
    color: var(--clr-title);
    background-color: var(--clr-grey);
    border-radius: var(--rd-1);
  }

  .tab-title-2 i {
    display: inline-block;
    position: absolute;
    top: var(--gap);
    right: var(--gap);
    width: var(--gap);
    height: 1.2em;
    color: currentColor;
    transition: var(--transition-1);
  }

  .tab-title-2 i:before {
    content: "";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
  }

  .tab-toggle-2 {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: var(--clr-grey);
    border-radius: var(--rd-1);
    transition: var(--transition-1);
  }

  .tab-toggle-2 div {
    display: block;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    color: var(--clr-black);
  }

  .tab-toggle-2 div.is-active {
    color: var(--clr-primary);
  }

  .tab-nav-2.is-active .tab-title-2 i {
    transform: rotateX(-180deg);
  }

  .tab-nav-2.is-active .tab-toggle-2 {
    opacity: 1;
    visibility: visible;
  }
}

.accordion {
  position: relative;
  z-index: 1;
}

.accordion-item {
  --padding-acc: 2rem;
  position: relative;
  border-bottom: 0.0625rem solid var(--clr-grey);
}

.accordion-item:first-child {
  border-top: 0.0625rem solid rgba(19, 19, 26, 0.15);
}

.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: var(--h5);
  line-height: 1.36em;
  font-weight: 500;
  color: var(--clr-title);
  padding-block: var(--padding-acc);
  padding-right: var(--padding-acc);
  transition: var(--transition-1);
}

.accordion-title i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: var(--padding-acc);
  width: var(--padding-acc);
  height: 1.36em;
  transition: var(--transition-1);
}

.accordion-title i::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid currentColor;
  border-bottom: 0.125rem solid currentColor;
}

.accordion-title.is-active i {
  transform: rotateX(-180deg);
}

.accordion-inner {
  display: none;
  padding-bottom: var(--padding-acc);
  padding-right: var(--padding-acc);
}

@media (min-width: 1200px) {
  .accordion-title:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 991px) {
  .accordion-item {
    --padding-acc: 0.875rem;
  }
}

.footer-top {
  padding-block: max(1rem, 3.5vw);
  padding-inline: max(1rem, 2.5vw);
  border-radius: var(--rd-1);
  background-color: var(--bg-2);
}

.footer-top .row {
  --bs-gutter-y: 1.875rem;
}

.footer-logo {
  display: block;
  max-width: 13.75rem;
  width: 100%;
}

.footer-logo img {
  display: block;
  width: 100%;
  filter: invert(1);
}

.footer-links ul {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9375rem 4vw;
}

.footer-links li {
  line-height: 0;
}

.footer-links a {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25em;
  color: var(--clr-white);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.25rem;
}

.footer-cnt-item {
  font-size: 1rem;
  line-height: 1.25em;
  color: var(--clr-white);
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.footer-cnt-item img {
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(1);
}

.footer-bottom {
  padding-block: 0.9375rem;
  padding-inline: max(1rem, 2.5vw);
}

.footer-bottom .row {
  --bs-gutter-y: 0.9375rem;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2vw;
}

.footer-copy > * {
  font-size: 1rem;
  line-height: 1.25em;
  color: var(--clr-text);
}

.social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9375rem;
}

.social li {
  line-height: 0;
}

.social a {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--bg-2);
}

.social a > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 60%;
}

.dev-link {
  font-size: 1rem;
  line-height: 1.25em;
  color: var(--clr-text);
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .footer-cnt-item:hover,
  .footer-copy a:hover,
  .footer-links a:hover {
    color: var(--clr-primary);
  }

  .social a:hover {
    background-color: var(--clr-primary);
  }

  .dev-link:hover {
    color: var(--clr-primary);
  }
}

@media (max-width: 1199px) {
  .footer-logo {
    max-width: 11.25rem;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    max-width: 10rem;
    margin-inline: auto;
  }

  .footer-contacts {
    align-items: center;
  }

  .dev-link,
  .footer-copy {
    justify-content: center;
  }
}

.popup-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
  display: block;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: -6.25rem;
  bottom: -6.25rem;
  background: rgba(19, 30, 41, 0.8);
  opacity: 0;
  transition: opacity var(--transition-1);
}

.popup-wrapper.active {
  left: 0;
  transition-delay: 0s;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  inset: 0;
  font-size: 0;
  text-align: center;
  letter-spacing: 0;
  padding: 0.9375rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6.25rem);
  transition: var(--transition-1);
}

.popup-content.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.popup-content:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 625rem;
}

.popup-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 41.25rem;
  background: var(--clr-white);
  border-radius: var(--rd-1);
}

.popup-container.size-2 {
  max-width: 48.75rem;
}

.popup-container .btn-close {
  position: absolute;
  z-index: 10;
  top: 1.25rem;
  right: 1.25rem;
}

.popup-align {
  position: relative;
  z-index: 1;
  padding: 3rem 4rem;
}

.popup-info > * + * {
  margin-top: 3%;
}

.open-popup {
  cursor: pointer;
}

@media (max-width: 575px) {
  .popup-container .btn-close {
    top: 0.25rem;
    right: 0.25rem;
  }

  .popup-align {
    padding: 2.5rem 1rem;
  }
}

.cookies-informer {
  --cookie-pd: clamp(1rem, 0.5789rem + 0.8772vw, 1.5rem);
  --cookie-gap: 1.5rem;
  position: fixed;
  bottom: var(--cookie-gap);
  left: calc(var(--cookie-gap) / 2);
  transform: translate(0, 100%);
  max-width: min(100%, 45rem);
  width: calc(100% - var(--cookie-gap));
  padding: var(--cookie-pd);
  padding-right: calc(var(--cookie-pd) * 3);
  border-radius: var(--rd-1);
  background: var(--clr-white);
  border: 0.0625rem solid var(--clr-border);
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  transition: var(--transition-1);
  display: block;
}

.cookies-informer .btn-close {
  position: absolute;
  top: var(--cookie-pd);
  right: 1rem;
}

.cookies-informer.active {
  z-index: 500;
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.cookies-informer-inner {
  width: 100%;
}

.cookies-informer-inner > * + * {
  margin-top: 1rem;
}

.cookies-btn-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.cookies-btn-wrap > :first-child:not(:hover) {
  color: var(--clr-primary);
}

.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: calc(100svh - var(--h-height));
  margin: 0 !important;
  padding: 2.5rem 0;
}

.page-404-img {
  max-width: 35rem;
  width: 100%;
  margin-inline: auto;
}

.page-404-img img {
  vertical-align: top;
  width: 100%;
}

.page-404-inner {
  max-width: 35rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.page-404-inner .title {
  font-weight: 600;
}

.page-404-inner .text {
  margin-top: 1rem;
}

.page-404-inner .btn {
  margin-top: 1.25rem;
}

@media (max-width: 767px) {
  .page-404-inner .text {
    margin-top: 0.5rem;
  }

  .page-404-inner .btn {
    margin-top: 0.875rem;
  }
}

.why-grid {
  gap: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}

.why {
  padding: 80px 0;
  background: #f4f7fe;
}

.why .title span {
  color: var(--clr-primary) !important;
}

.why .title span::before {
  display: none !important;
}

.details .title span {
  color: var(--clr-primary) !important;
}

.details .title span::before {
  display: none !important;
}

.why-grid__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.why-grid__item .h3 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .why-grid__item .h3 {
    font-size: 20px;
  }
}

.why-grid__item img {
  border-radius: 24px;
  width: 100%;
}

@media (max-width: 767px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .why-grid__item {
    gap: 16px;
  }
}

.why-grid__item .text strong {
  color: #000;
  font-weight: 400;
}

.about-section .title {
  font-weight: 500;
}

.about-section-block {
  padding: 0 60px;
}

.categories .swiper-container {
  max-width: 1050px;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .categories .swiper-container {
    padding-top: 50px;
    padding-left: 24px;
  }
}

.categories .h2 {
  font-size: 64px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .categories .h2 {
    font-size: 40px;
  }
}

.categories .container > p {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 80px;
}

.categories .container > p strong {
  color: #808080;
}

.categories__item {
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  border-radius: 32px;
  height: auto !important;
}

.categories__item .text {
  margin-bottom: 24px;
  font-size: 20px;
  color: #000;
}

@media (max-width: 767px) {
  .categories__item {
    min-height: 300px;
    padding: 24px 30px;
    font-size: 16px;
  }
}

.categories__item img {
  width: 60px;
}

@media (max-width: 767px) {
  .categories__item img {
    width: 50px;
  }
}

.categories__item .h3 {
  margin: 16px 0;
  font-size: 32px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .categories__item .h3 {
    font-size: 20px;
  }
}

.categories__item .btn {
  width: 100%;
  margin-top: auto;
}

.categories__item:nth-child(1) {
  background: radial-gradient(
    94.06% 104.18% at 96.12% 92.61%,
    rgba(38, 77, 235, 0.09) 0,
    rgba(255, 231, 218, 0.3) 100%
  );
}

.categories__item:nth-child(2) {
  background: var(
    --Gradients-Gradint-background-blue,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(36, 178, 255, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    )
  );
}

.categories__item:nth-child(3) {
  background: var(
    --Gradients-Gradint-background-yellow,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(219, 235, 38, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    )
  );
}

.categories__item:nth-child(4) {
  background: var(
    --Gradients-Gradint-background-orange,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(235, 100, 38, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    )
  );
}

.categories__item:nth-child(5) {
  background: var(
    --Gradients-Gradint-background-green,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 235, 74, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    )
  );
}

.categories__item:nth-child(6) {
  background: var(
    --Gradients-Gradint-background-pink,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(228, 38, 235, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    )
  );
}

.categories-wrapper {
  padding: 64px;
  background-color: #fff;
  border-radius: 32px;
}

.categories-wrapper .categories__item {
  min-height: 100%;
}

.categories-2-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
  margin: 0 auto;
  margin-top: 64px;
}

.categories-2-form .input-field {
  width: 100%;
}

.categories-2-form textarea {
  width: 100%;
  padding: 15px 19px;
  border-radius: 16px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #fff;
  font-size: 20px;
  height: 100px;
}

.call-section__inner {
  //background-image: url(../img/call-bg.svg);
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1c64f2;
}

.call-section__inner-black {
  //background-image: url(../img/call-bg-black.svg);
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000000;
}

.call-section__inner-black p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .call-section__inner-black p {
    font-size: 16px;
  }
}

.call-section__inner-black p span {
  font-weight: 600;
}

.call-section__inner-yellow {
  background-color: #edfe85;
  border-radius: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.call-section__inner-yellow .call-section__content .title {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .call-section__inner-yellow .call-section__content .title {
    font-size: 40px;
  }
}

.call-section__inner-yellow .call-section__content .title span {
  color: #1c64f2;
}

.call-section__inner-yellow p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .call-section__inner-yellow p {
    font-size: 16px;
  }
}

.call-section__inner-yellow p span {
  font-weight: 600;
}

.call-section__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
}

.call-section__content .service_text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.call-section__content .title {
  color: #fff;
  line-height: 110%;
  font-size: 64px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .call-section__content .title {
    font-size: 40px;
  }
}

.call-section__content .title span {
  color: var(--clr-secondary);
  font-size: 64px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .call-section__content .title span {
    font-size: 40px;
  }
}

.call-section__content .title span::before {
  display: none;
}

.call-section__content .text {
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .call-section__content .text {
    font-size: 16px;
  }
}

.call-section__content .text p:not(:first-child) {
  margin-top: 50px;
}

.call-section .btn {
  font-size: 22px;
  height: 75px;
  padding: 12px 12px 12px 24px !important;
}

@media screen and (max-width: 768px) {
  .call-section .btn {
    font-size: 16px;
    height: 52px;
    padding: 8px 8px 8px 20px !important;
  }
}

.call-section .btn i {
  width: 52px;
  height: 52px;
}

@media screen and (max-width: 768px) {
  .call-section .btn i {
    width: 36px;
    height: 36px;
  }
}

.prices .container {
  max-width: 1050px;
  margin: 0 auto;
}

.prices__inner .h2 {
  font-size: 64px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .prices__inner .h2 {
    font-size: 40px;
  }
}

.prices-blue {
  background-color: #1c64f2;
}

.prices-blue .title {
  color: #fff;
}

.prices__text {
  margin: 90px auto;
  color: grey;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 767px) {
  .prices__text {
    font-size: 20px;
    margin: 42px 0;
  }
}

.prices-blue .prices__text {
  color: #eaeaea;
}

.prices__text svg {
  margin-top: 0;
}

@media (max-width: 500px) {
  .prices__text svg {
    width: 24px;
  }
}

.prices__text span {
  color: #000;
  font-weight: 500;
}

.prices-blue .prices__text span {
  color: #fff;
}

.prices__todos {
  padding: 32px 64px;
  border-radius: 32px;
  background: #f4f7fe;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .prices__todos {
    padding: 32px 16px;
  }
}

.prices__todos-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media (max-width: 767px) {
  .prices__todos-title {
    display: none;
  }
}

.prices__todos ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 64px;
  column-gap: 64px;
  row-gap: 8px;
  padding-top: 32px;
}

@media (max-width: 767px) {
  .prices__todos ul {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}

.prices__todos ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media (max-width: 767px) {
  .prices__todos ul li {
    font-size: 16px;
  }
}

.prices__todos ul li::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.50016 17.1308L5.33016 12.9608L3.91016 14.3708L9.50016 19.9608L21.5002 7.96078L20.0902 6.55078L9.50016 17.1308Z' fill='%231C64F2'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .prices .title img {
    width: 38px;
    height: 38px;
  }
}

.prices__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .prices__grid {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.prices__grid-item {
  background: #fff;
  border-radius: 32px;
}

.prices__grid-item:not(.popular) {
  padding: 32px;
  border: 1px solid #e2e2e2;
  border-radius: 32px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .prices__grid-item:not(.popular) {
    padding: 24px;
  }
}

.prices__grid-item:not(.popular):hover {
  border: 1px solid #1c64f2;
}

.prices__grid-item .item-badges {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
  margin-bottom: 40px;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .prices__grid-item .item-badges {
    justify-content: space-between;
  }
}

.prices__grid-item .item-badges .tag {
  color: var(--Primary-colors-Dark-Gray, grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 767px) {
  .prices__grid-item .item-badges .tag {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .prices__grid-item .item-badges .tag {
    margin-left: auto;
  }
}

.prices__grid-item-title {
  color: var(--Primary-colors-Black, #000);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 767px) {
  .prices__grid-item-title {
    font-size: 20px;
  }
}

.prices__grid-item-price {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 4px 0;
  font-family: var(--ff-3);
}

@media (max-width: 767px) {
  .prices__grid-item-price {
    font-size: 32px;
  }
}

.prices__grid-item-price2 {
  color: var(--Primary-colors-Blue, #1c64f2);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}

@media (max-width: 767px) {
  .prices__grid-item-price2 {
    font-size: 16px;
  }
}

.prices__grid-item:not(.popular) .btn {
  background-color: var(--clr-white);
  color: var(--clr-primary);
  border: 0.0625rem solid var(--clr-primary);
}

.prices__grid-item:not(.popular):hover .btn {
  background-color: var(--clr-primary);
  color: var(--clr-white);
  border: 0.0625rem solid var(--clr-primary);
}

.prices__grid-item .btn {
  width: 100%;
  margin-top: 40px;
}

.prices__grid-item .content {
  padding: 32px;
}

@media (max-width: 767px) {
  .prices__grid-item .content {
    padding: 24px;
  }
}

.prices__grid-item .subtitle {
  color: var(--Primary-colors-Dark-Gray, grey);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.prices__grid-item .badge {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 8px;
  background: #edfe85;
  padding: 0 8px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .prices__grid-item .badge {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .prices__grid-item .badge {
    margin-left: auto;
  }
}

.prices__grid-item .badge--white {
  color: #266bf3;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  flex-shrink: 0;
  margin: 0;
}

.prices__grid-item .badge--white::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c64f2;
  flex-shrink: 0;
}

.prices__grid-item.popular .popular {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  padding-top: 16px;
  padding-bottom: 4px;
  border-radius: 32px 32px 0 0;
  background: #1c64f2;
}

@media (max-width: 767px) {
  .prices__grid-item.popular .popular {
    font-size: 16px;
    margin-bottom: -2px;
  }
}

.prices-blue .prices__grid-item.popular .popular {
  background: #edfe85;
  color: #1c64f2;
}

.prices__grid-item.popular .content {
  border-radius: 0 0 32px 32px;
  border: 2px solid #1c64f2;
  background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0,
      rgba(255, 231, 218, 0.3) 100%
    ),
    #fff;
  transition: all 0.3s;
}

.prices__grid-item.popular:hover .content {
  background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(219, 235, 38, 0.09) 0%,
      rgba(255, 231, 218, 0.3) 100%
    ),
    #fff;
}

.prices-blue .prices__grid-item.popular .content {
  border: 0;
}

.faq-section .faq__items {
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 80px;
}

.faq-section .faq__item {
  padding: 24px;
  border-bottom: 1px solid #e2e2e2;
  transition: 0.2s linear;
  margin: 8px 0;
}

.faq-section .faq__item.active {
  border-radius: 30px;
  background: #f4f7fe;
  border-color: transparent;
}

.faq-section .faq__question {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  cursor: pointer;
}

.faq-section .faq__question::after {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.960938' width='28' height='28' rx='14' stroke='white'/%3E%3Cpath d='M14.5 6.21094V23.7109M5.75 14.9609H23.25' stroke='black'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .faq-section .faq__question::after {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}

@media (max-width: 767px) {
  .faq-section .faq__question {
    font-size: 16px;
  }
}

.faq-section .faq__item.active .faq__question::after {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.960938' width='28' height='28' rx='14' fill='white'/%3E%3Crect x='0.5' y='0.960938' width='28' height='28' rx='14' stroke='white'/%3E%3Cpath d='M5.75 14.9609H23.25' stroke='black' stroke-width='0.823529'/%3E%3C/svg%3E%0A");
}

.faq-section .faq__answer {
  color: grey;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding-top: 24px;
  display: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .faq-section .faq__answer {
    font-size: 16px;
  }
}

.faq__answer ul {
  padding-left: 30px;
  list-style-type: disc;
}

.faq__answer p a {
  text-decoration: underline;
}

.faq-section-wrapper {
  padding: 64px 136px;
  background-color: #fff;
  border-radius: 32px;
}

@media (max-width: 767px) {
  .faq-section-wrapper {
    padding: 32px 16px;
  }
}

.call-section2 .call-section__inner {
//  background-image: url(../img/call-bg2.svg);
  background-color:	#f9fad7;
}

.call-section2 .call-section__inner .title {
  color: #000;
}

.call-section2 .call-section__inner .title span {
  color: var(--clr-primary) !important;
}

.details {
  padding: 80px 0;
  background: #f4f7fe;
}

.details .container > p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .details .container > p {
    font-size: 20px;
    margin-top: 40px;
  }
}

.details .container > p strong {
  color: #808080;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .details .container > p strong {
    font-size: 20px;
  }
}

.details .swiper-container {
  overflow: visible;
  max-width: 1050px;
  margin: 0 auto;
  padding-top: 60px;
}

.details-slide {
  padding: 32px;
  border-radius: 32px;
  border: 0 solid #1c64f2;
  background: #fff;
  min-height: 312px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .details-slide {
    min-height: 380px;
  }
}

.details-slide .h3 {
  color: #1c64f2;
  margin-bottom: 24px;
  font-weight: 600;
}

.details-slide .text {
  margin-bottom: auto;
  font-size: 20px;
}

@media (max-width: 768px) {
  .details-slide .text {
    font-size: 16px;
  }
}

.details-slide .btn {
  margin-top: 130px;
  width: 100%;
}

@media (max-width: 768px) {
  .details-slide .btn {
    margin-top: 90px;
    width: 100%;
  }
}

.details .swiper-pagination {
  background: #fff;
}

.details
  .swiper-pagination
  .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #eaeaea;
}

.footer {
  border-top: 1px solid #808080;
  background: #000;
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 80px 0 30px;
  }
}

.footer .footer-bottom {
  padding: 0;
}

@media (max-width: 767px) {
  .footer .footer-bottom {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .footer .footer-bottom > .d-flex {
    flex-direction: column;
    align-items: center;
  }
}

.footer .footer-bottom .contact {
  gap: 24px;
  align-items: center;
}

@media (max-width: 767px) {
  .footer .footer-bottom .contact {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .footer .footer-bottom .contact span {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer .footer-bottom .contact .contact-social-list {
  display: flex;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .contact .contact-social-list {
    width: 100%;
  }
}

.footer .footer-bottom span {
  color: grey;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer .footer-bottom span a {
  color: #fff;
}

.footer .footer-bottom > .d-flex {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .col-left {
    width: 100%;
  }
}

.footer .footer-bottom .col-left .footer-links {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .col-left .footer-links {
    display: none;
  }
}

.footer .footer-bottom .col-left .footer-links a {
  color: grey;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.footer .footer-bottom .col-left .footer-links a:hover {
  color: #fff;
}

.footer-top-language .footer-language {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-top-language {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer-top-language .footer-language {
    justify-content: center;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .footer-top-language .footer-language a {
    color: grey;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

  .footer-top-language .footer-language a.active,
  .footer-top-language .footer-language a:hover {
    color: #fff;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-bottom .col-right {
    width: 100%;
  }
}

.footer .footer-bottom .col-right .footer-language {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .footer .footer-bottom .col-right .footer-language {
    justify-content: center;
    padding-top: 24px;
    margin-left: 0;
    display: none;
  }
}

.footer .footer-bottom .col-right .footer-language a {
  color: grey;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.footer .footer-bottom .col-right .footer-language a.active,
.footer .footer-bottom .col-right .footer-language a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-mobile-links {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-mobile-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 16px;
  }

  .footer-mobile-links a {
    color: grey;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
  }

  .footer-mobile-links a:hover {
    color: #fff;
  }
}

.footer .footer-bottom .col-right {
  display: flex;
  flex-direction: column;
}

.footer .footer-bottom .col-right .author {
  display: flex;
  color: #eaeaea;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-top: 16px;
  align-items: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .footer .footer-bottom .col-right .author {
    font-size: 14px;
    justify-content: center;
  }
}

.footer .footer-bottom .col-right .author svg {
  margin-top: 6px;
}

.social svg {
  color: #808080;
  transition: all 0.3s;
}

.social svg:hover {
  color: #fff;
}

.footer .footer-top {
  max-width: 550px;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 767px) {
  .footer .footer-top img {
    max-width: 180px;
  }
}

.footer .footer-top-text {
  color: grey;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 767px) {
  .footer .footer-top-text {
    font-size: 20px;
  }
}

.footer .footer-top-text span {
  display: block;
  background: var(
    --test,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(229, 254, 88, 0.5) 0,
      rgba(255, 231, 218, 0.5) 100%
    ),
    #fff
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer .footer-cols {
  padding: 80px 0;
}

.footer .footer-cols .col-title {
  color: grey;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .footer .footer-cols .col-title {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

.footer .footer-cols * {
  box-sizing: border-box;
}

.footer .footer-cols ul li {
  margin-bottom: 8px;
}

.footer .footer-cols ul li a {
  color: #eaeaea;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 767px) {
  .footer .footer-cols ul li a {
    font-size: 14px;
  }
}

.footer .footer-cols ul li a:hover {
  color: #3f83f8;
}

.banner-service {
  border-radius: 32px;
  margin: 100px 30px 0;
  padding: 80px 16px 120px;
}

@media screen and (max-width: 768px) {
  .banner-service {
    margin: 34px 16px 0;
    padding: 80px 16px 120px;
  }
}

@media screen and (min-width: 2000px) {
  .banner-service {
    margin: 140px 30px 0;
  }
}

.banner-service .title {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-service .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-service-section.text-dark .banner-service .title {
  color: #000;
}

.banner-service .subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-service .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-service-section.text-dark .banner-service .subtitle {
  color: #000;
}

.banner-service .text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .banner-service .text {
    font-size: 16px;
    line-height: 160%;
  }
}

.banner-service-section.text-dark .banner-service .text {
  color: rgba(0, 0, 0, 0.6);
}

.banner-blog {
  padding: 140px 16px 80px;
}

@media screen and (max-width: 768px) {
  .banner-blog {
    padding: 0 16px;
  }
}

.banner-blog .title {
  color: #000;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-blog .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-blog .title span:before {
  display: none;
}

.banner-blog .title span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .banner-blog .title span {
    font-size: 48px;
  }
}

.banner-blog .subtitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-blog .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-blog .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .banner-blog .text {
    font-size: 16px;
    line-height: 160%;
  }
}

.banner-integration-section {
  margin-top: -10px;
}

.banner-integration {
  border-radius: 32px;
  margin: 0 30px;
  padding: 140px 16px 80px;
}

@media screen and (max-width: 768px) {
  .banner-integration {
    margin: 0 16px 0;
    padding: 80px 16px;
  }
}

.banner-integration .title {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-integration .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-integration .title span:before {
  display: none;
}

.banner-integration .title span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .banner-integration .title span {
    font-size: 48px;
  }
}

.banner-integration-section.text-dark .banner-integration .title {
  color: #000;
}

.banner-integration .subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-integration .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-integration-section.text-dark .banner-integration .subtitle {
  color: #000;
}

.banner-integration .text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .banner-integration .text {
    font-size: 16px;
    line-height: 160%;
  }
}

.banner-integration-section.text-dark .banner-integration .text {
  color: rgba(0, 0, 0, 0.6);
}

.banner-reviews-section {
  margin-top: -10px;
}

.banner-reviews {
  border-radius: 32px;
  margin: 0 30px;
  padding: 140px 16px 80px;
}

@media screen and (max-width: 768px) {
  .banner-reviews {
    margin: 0 16px 0;
    padding: 80px 16px;
  }
}

.banner-reviews .title {
  color: #000;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-reviews .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-reviews .title span:before {
  display: none;
}

.banner-reviews .title span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .banner-reviews .title span {
    font-size: 48px;
  }
}

.banner-reviews .subtitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-reviews .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-reviews .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .banner-reviews .text {
    font-size: 16px;
    line-height: 160%;
  }
}

.banner-reviews-list {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .banner-reviews-list {
    gap: 12px;
  }
}

.banner-reviews-list-item img {
  border-radius: 50%;
  width: 97px;
  height: 97px;
}

@media screen and (max-width: 768px) {
  .banner-reviews-list-item img {
    width: 64px;
    height: 64px;
  }
}

.banner-reviews-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .banner-reviews-buttons {
    flex-direction: column;
    gap: 16px;
  }
}

.banner-reviews-buttons .btn-two {
  background-color: transparent;
  color: #1c64f2;
  border: 1px solid #1c64f2;
}

.banner-reviews-buttons .btn-two:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.banner-smart {
  border-radius: 32px;
  margin: 70px 30px 0;
  padding: 80px 16px 120px;
}

@media screen and (max-width: 768px) {
  .banner-smart {
    margin: 0 16px 0;
    padding: 80px 16px 120px;
  }
}

.banner-smart .title {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-smart .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-smart .title svg {
  width: 74px;
  height: 74px;
}

.banner-smart-section.text-dark .banner-smart .title {
  color: #000;
}

.banner-smart .subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-smart .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-smart-section.text-dark .banner-smart .subtitle {
  color: #000;
}

.banner-smart .text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .banner-smart .text {
    font-size: 16px;
    line-height: 160%;
    margin: 0;
  }
}

.banner-smart-section.text-dark .banner-smart .text {
  color: rgba(0, 0, 0, 0.6);
}

.banner-pre-rol-section {
  border-radius: 0px 0px 32px 32px;
  background: #1c64f2;
  margin-top: -55px;
}

@media screen and (max-width: 1200px) {
  .banner-pre-rol-section {
    margin-top: -60px;
  }
}

.banner-pre-rol {
  padding: 215px 32px 108px;
}

@media screen and (max-width: 768px) {
  .banner-pre-rol {
    padding: 120px 32px 80px;
  }
}

.banner-pre-rol .title {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-pre-rol .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-pre-rol .title span::before {
  display: none;
}

.banner-pre-rol .title span {
  color: #edfe85;
}

.banner-pre-rol .title svg {
  width: 74px;
  height: 74px;
}

.banner-pre-rol .subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-pre-rol .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-pre-rol .text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .banner-pre-rol .text {
    font-size: 16px;
    line-height: 160%;
    margin: 0;
  }
}

.banner-por-categoria {
  border-radius: 32px;
  margin: 70px 30px 0;
  padding: 80px 16px;
}

@media screen and (max-width: 768px) {
  .banner-por-categoria {
    margin: 0 16px 0;
    padding: 60px 16px;
  }
}

.banner-por-categoria .banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-por-categoria .title {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-por-categoria .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-por-categoria .title svg {
  width: 74px;
  height: 74px;
}

.banner-por-categoria-section.text-dark .banner-por-categoria .title {
  color: #000;
}

.banner-por-categoria .subtitle {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0 0 16px;
}

@media screen and (max-width: 768px) {
  .banner-por-categoria .subtitle {
    font-size: 20px;
    line-height: 180%;
    margin: 0 0 12px;
  }
}

.banner-por-categoria-section.text-dark .banner-por-categoria .subtitle {
  color: #000;
}

.banner-por-categoria .text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .banner-por-categoria .text {
    font-size: 16px;
    line-height: 160%;
    margin: 0;
  }
}

.banner-por-categoria-section.text-dark .banner-por-categoria .text {
  color: rgba(0, 0, 0, 0.6);
}

.banner-por-categoria-small-image {
  margin-top: 60px;
  max-width: 230px;
}

@media screen and (max-width: 768px) {
  .banner-por-categoria-small-image {
    margin-top: 40px;
    max-width: 154px;
  }
}

.banner-por-categoria-big-image {
  margin-top: 60px;
  max-width: 870px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner-por-categoria-big-image {
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .service-small-form-section {
    margin-top: -148px;
  }
}

.service-small-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .service-small-form-wrapper {
    gap: 40px;
  }
}

.service-small-form-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .service-small-form-top {
    justify-content: center;
  }
}

.service-small-form-top p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 575px;
}

@media screen and (max-width: 900px) {
  .service-small-form-top p {
    display: none;
  }
}

.service-small-form-wrapper form {
  display: flex;
  border-radius: 32px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: var(
    --Gradients-gradient-background-purple,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
  max-width: 352px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  gap: 24px;
}

@media screen and (max-width: 900px) {
  .service-small-form-wrapper form {
    background: radial-gradient(
        94.06% 104.18% at 96.12% 92.61%,
        rgba(38, 77, 235, 0.09) 0%,
        rgba(236, 236, 236, 0.3) 100%
      ),
      #fff;
  }
}

@media screen and (max-width: 768px) {
  .service-small-form-wrapper form {
    padding: 24px 16px;
  }
}

.service-small-form-wrapper form label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .service-small-form-wrapper form label {
    font-size: 16px;
    line-height: 160%;
  }
}

.service-small-form-wrapper form textarea {
  padding: 15px 19px;
  border-radius: 16px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #fff;
  height: 108px;
  color: #808080;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.service-small-form-wrapper form textarea::placeholder {
  color: #808080;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.service-small-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .service-small-form-bottom {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .service-small-form-bottom {
    align-items: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .service-small-form-bottom img {
    width: 266px;
  }
}

.service-small-form-bottom p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 575px;
}

@media screen and (max-width: 768px) {
  .service-small-form-bottom p {
    font-size: 20px;
    line-height: 180%;
  }
}

.service-small-form-bottom .mobile-text {
  display: none;
}

@media screen and (max-width: 900px) {
  .service-small-form-bottom .mobile-text {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .service-small-form-2-section {
    margin-top: -148px;
  }
}

.service-small-form-2-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .service-small-form-2-wrapper {
    gap: 40px;
  }
}

.service-small-form-2-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .service-small-form-2-top {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 40px;
  }
}

.service-small-form-2-top-texts {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.service-small-form-2-top-texts p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 575px;
}

@media screen and (max-width: 768px) {
  .service-small-form-2-top-texts p {
    font-size: 20px;
    line-height: 180%;
  }
}

.service-small-form-2-top-texts p strong {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.service-small-form-2-wrapper form {
  display: flex;
  border-radius: 32px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: var(
    --Gradients-gradient-background-purple,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
  max-width: 352px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  gap: 24px;
}

@media screen and (max-width: 900px) {
  .service-small-form-2-wrapper form {
    background: radial-gradient(
        94.06% 104.18% at 96.12% 92.61%,
        rgba(38, 77, 235, 0.09) 0%,
        rgba(236, 236, 236, 0.3) 100%
      ),
      #fff;
  }
}

@media screen and (max-width: 768px) {
  .service-small-form-2-wrapper form {
    padding: 24px 16px;
  }
}

.service-small-form-2-wrapper form label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .service-small-form-2-wrapper form label {
    font-size: 16px;
    line-height: 160%;
  }
}

.custom-file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 302px;
  width: 100%;
  height: 105px;
  border-radius: 16px;
  border: 1px dashed rgba(204, 204, 204, 0.5);
  background: #fff;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.custom-file-upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.upload-icon {
  width: 28px;
  height: 28px;
}

.file-name {
  font-size: 16px;
  color: #666;
}

.service-small-form-2-wrapper form textarea {
  padding: 15px 18px;
  border-radius: 16px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #fff;
  height: 186px;
  color: #808080;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.service-small-form-2-wrapper form textarea::placeholder {
  color: #808080;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.service-small-form-2-bottom-wrapper-title {
  padding: 64px 0 80px;
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .service-small-form-2-bottom-wrapper-title {
    display: none;
  }
}

.service-small-form-2-bottom-wrapper-title-mobile {
  display: none;
}

@media screen and (max-width: 900px) {
  .service-small-form-2-bottom-wrapper-title-mobile {
    display: block;
    color: #000;
    font-family: var(--ff-2);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .service-small-form-2-bottom-wrapper-title-mobile svg {
    width: 44px;
    height: 44px;
  }
}

.service-small-form-2-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .service-small-form-2-bottom {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .service-small-form-2-bottom {
    align-items: flex-start;
  }
}

.service-small-form-2-bottom img {
  width: 266px;
}

.service-small-form-2-bottom-texts {
  display: flex;
  flex-direction: column;
  gap: 50px;
  transition: max-height 0.5s ease-in-out;
}

.service-small-form-2-bottom-texts.open {
  max-height: 1000px;
}

@media screen and (max-width: 768px) {
  .service-small-form-2-bottom-texts {
    max-height: 170px;
    overflow: hidden;
  }
}

.service-small-form-2-bottom-texts p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  max-width: 620px;
}

@media screen and (max-width: 768px) {
  .service-small-form-2-bottom-texts p {
    font-size: 16px;
    line-height: 160%;
  }
}

.service-small-form-2-bottom-texts-read {
  display: none;
}

@media screen and (max-width: 768px) {
  .service-small-form-2-bottom-texts-read {
    display: block;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 24px;
  }
}

.community-wrapper {
  display: flex;
  padding: 64px 137px;
  background: var(
    --Gradients-gradient-background-purple,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .community-wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .community-wrapper {
    padding: 40px 16px;
    gap: 44px;
  }
}

.community-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.community-top h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .community-top h2 {
    font-size: 40px;
    line-height: 90%;
  }
}

.community-top h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
}

.community-top h2:not(:first-child) {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .community-top h2:last-child {
    text-transform: lowercase;
  }
}

@media screen and (max-width: 768px) {
  .community-top-desktop-svg {
    display: none;
  }
}

.community-top-mobile-svg {
  display: none;
}

@media screen and (max-width: 768px) {
  .community-top-mobile-svg {
    display: block;
  }
}

.community-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

@media screen and (max-width: 768px) {
  .community-center {
    gap: 44px;
  }
}

.community-center-text {
  max-width: 890px;
}

.community-center-text p {
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .community-center-text p {
    font-size: 20px;
    line-height: 180%;
  }
}

.community-center-text p strong {
  color: #808080;
}

.community-center-text p em {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.community-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .community-list-wrapper {
    gap: 40px;
  }
}

.community-list-wrapper > h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .community-list-wrapper > h2 {
    font-size: 40px;
  }
}

.community-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .community-list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.community-list-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 475px;
}

@media screen and (max-width: 768px) {
  .community-list-item {
    padding: 32px 16px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    max-width: 100%;
    gap: 18px;
  }
}

.community-list-item-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .community-list-item-top {
    gap: 16px;
    flex-direction: row;
    align-items: center;
  }

  .community-img {
    width: 52px;
    height: 52px;
  }
}

.community-list-item-title {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .community-list-item-title {
    font-size: 20px;
  }
}

.community-list-item-texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .community-list-item-title {
    gap: 8px;
  }
}

.community-list-item-texts li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.community-list-item-texts li p {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .community-list-item-texts li p {
    font-size: 16px;
    line-height: 160%;
  }
}

.community-list-item-texts li p strong {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .community-list-item-texts li p strong {
    font-size: 16px;
    line-height: 160%;
  }
}

.community-list-item-texts li svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.lr-3-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.lr-3-text p {
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .lr-3-text p {
    font-size: 16px;
  }
}

.lr-2-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.lr-2-text p {
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .lr-2-text p {
    font-size: 16px;
  }
}

.service-form-1-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 64px 233px;
  border-radius: 32px;
  background: var(
    --Gradients-gradient-background-purple,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
}

@media screen and (max-width: 1000px) {
  .service-form-1-wrapper {
    padding: 64px 100px;
  }
}

@media screen and (max-width: 768px) {
  .service-form-1-wrapper {
    padding: 40px 16px;
    gap: 44px;
  }
}

.service-form-1-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-form-1-top h3 {
  color: #000;
  font-family: var(--ff-3);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .service-form-1-top h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.service-form-1-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-form-1-top h2 {
    font-size: 40px;
    line-height: 110%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .service-form-1-top svg {
    width: 44px;
    height: 44px;
  }
}

.service-form-1-bottom {
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom {
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .service-form-1-bottom {
    padding: 15px;
  }
}

.service-form-1-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  box-shadow: 0px 2.475px 12.377px 0px rgba(208, 208, 208, 0.25);
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-wrapper {
    width: 470px;
    padding: 15px;
    gap: 10px;
    margin: 0 auto;
  }
}

.service-form-1-bottom-wrapper h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1c64f2;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-wrapper h4 {
    font-size: 13px;
    gap: 10px;
  }
  .service-form-1-bottom-wrapper h4 svg {
    width: 24px;
    height: 24px;
  }
}

.service-form-1-bottom-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  padding: 23px;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-list {
    gap: 10px;
    border-radius: 12px;
    padding: 15px;
  }
}

.service-form-1-bottom-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px;
  border-radius: 18px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-list-item {
    border-radius: 10px;
    gap: 5px;
    padding: 10px;
  }
}

.service-form-1-bottom-list-item h5 {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-list-item h5 {
    font-size: 11px;
  }
}

.service-form-1-bottom-list-item p {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-list-item p {
    font-size: 8px;
  }
}

.service-form-1-bottom-list-item span {
  color: #afafaf;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 1000px) {
  .service-form-1-bottom-list-item span {
    font-size: 7px;
  }
}

.service-form-1-bottom-list-item.active {
  border: 1px solid #1c64f2;
  background: #dee5ff;
}

.service-form-1-bottom-list-item.active h5 {
  color: #000;
  font-weight: 600;
}

.service-form-1-bottom-list-item.active p {
  color: #000;
}

.service-form-1-bottom-list-item.active span {
  color: #808080;
}

.service-form-2-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 64px 188px;
  border-radius: 32px;
  background: var(
    --Gradients-Gradint-background-yellow,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(219, 235, 38, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
}

@media screen and (max-width: 1000px) {
  .service-form-2-wrapper {
    padding: 64px 100px;
  }
}

@media screen and (max-width: 768px) {
  .service-form-2-wrapper {
    padding: 40px 16px;
    gap: 44px;
  }
}

.service-form-2-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-form-2-top h3 {
  color: #000;
  font-family: var(--ff-3);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .service-form-2-top h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.service-form-2-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service-form-2-top h2 {
    font-size: 40px;
    line-height: 110%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .service-form-2-top svg {
    width: 44px;
    height: 44px;
  }
}

.service-form-2-bottom {
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom {
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .service-form-2-bottom {
    padding: 15px;
  }
}

.service-form-2-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  box-shadow: 0px 2.475px 12.377px 0px rgba(208, 208, 208, 0.25);
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-wrapper {
    width: 670px;
    padding: 15px;
    gap: 10px;
    margin: 0 auto;
  }
}

.service-form-2-bottom-wrapper h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1c64f2;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-wrapper h4 {
    font-size: 13px;
    gap: 10px;
  }
  .service-form-2-bottom-wrapper h4 svg {
    width: 24px;
    height: 24px;
  }
}

.service-form-2-bottom-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  padding: 23px;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-list {
    gap: 10px;
    border-radius: 12px;
    padding: 15px;
  }
}

.service-form-2-bottom-list-item {
  padding: 15px;
  border-radius: 18px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-list-item {
    border-radius: 10px;
    gap: 5px;
    padding: 10px;
  }
}

.service-form-2-bottom-list-item h5 {
  color: #808080;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-list-item h5 {
    font-size: 9px;
  }
}

.service-form-2-bottom-list-item h5 strong {
  color: #afafaf;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-list-item h5 strong {
    font-size: 11px;
  }
}

.service-form-2-bottom-list-item h5 em {
  color: #afafaf;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .service-form-2-bottom-list-item h5 em {
    font-size: 9px;
  }
}

.service-form-2-bottom-list-item.active {
  border: 1px solid #1c64f2;
  background: #dee5ff;
}

.service-form-2-bottom-list-item.active h5 {
  color: #808080;
  font-weight: 600;
}

.service-form-2-bottom-list-item.active h5 strong {
  color: #000;
  font-weight: 600;
}

.service-form-2-bottom-list-item.active h5 em {
  color: #000;
  font-weight: 600;
}

.service-form-3-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 64px 188px;
  border-radius: 32px;
  background: var(
    --Gradients-Gradint-background-orange,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(235, 100, 38, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
}

@media screen and (max-width: 1000px) {
  .service-form-3-wrapper {
    padding: 64px 100px;
  }
}

@media screen and (max-width: 768px) {
  .service-form-3-wrapper {
    padding: 40px 16px;
    gap: 44px;
  }
}

.service-form-3-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-form-3-top h3 {
  color: #000;
  font-family: var(--ff-3);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .service-form-3-top h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.service-form-3-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-top: 15px;
  text-align: center;
  max-width: 680px;
}

@media screen and (max-width: 768px) {
  .service-form-3-top h2 {
    font-size: 40px;
    line-height: 110%;
    margin-top: 10px;
  }
}

.service-form-3-top h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .service-form-3-top svg {
    width: 44px;
    height: 44px;
  }
}

.service-form-3-bottom {
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .service-form-3-bottom {
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .service-form-3-bottom {
    padding: 15px;
  }
}

.service-form-3-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fafbff;
  box-shadow: 0px 2.475px 12.377px 0px rgba(208, 208, 208, 0.25);
}

@media screen and (max-width: 1000px) {
  .service-form-3-bottom-wrapper {
    width: 450px;
    padding: 15px;
    gap: 10px;
    margin: 0 auto;
  }
}

.service-form-3-bottom-wrapper h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1c64f2;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .service-form-3-bottom-wrapper h4 {
    font-size: 13px;
    gap: 10px;
  }
  .service-form-3-bottom-wrapper h4 svg {
    width: 24px;
    height: 24px;
  }
}

.service-form-3-bottom-list {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  padding: 23px;
}

.service-form-3-bottom-list-wrapper {
  max-height: 374px;
  overflow-y: auto;
  padding-right: 20px;
}

.service-form-3-bottom-list-wrapper::-webkit-scrollbar {
  width: 7px !important;
  border-radius: 20px !important;
}

.service-form-3-bottom-list-wrapper::-webkit-scrollbar-track {
  background: #fff !important;
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25) !important;
  border-radius: 20px !important;
}

.service-form-3-bottom-list-wrapper::-webkit-scrollbar-thumb {
  background: #e3e3e3 !important;
  border-radius: 20px !important;
}

@media screen and (max-width: 1000px) {
  .service-form-3-bottom-list {
    gap: 10px;
    border-radius: 12px;
    padding: 15px;
  }
}

.service-form-3-bottom-list-item h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  border-radius: 10px;
  background: #fff;
  color: #afafaf;
}

@media screen and (max-width: 1000px) {
  .service-form-3-bottom-list-item h5 {
    font-size: 10px;
  }
}

.service-form-3-bottom-list-item h5.active {
  color: #000;
  border: 1px solid #1c64f2;
  background: #dee5ff;
}

.nested-list li {
  padding: 8px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #afafaf;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .nested-list li {
    font-size: 10px;
  }
}

.nested-list li.active {
  color: #000;
}

.service-form-3-wrapper .btn {
  max-width: 260px;
  height: 75px;
  padding: 12px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .service-form-3-wrapper .btn {
    display: none;
  }
}

.service-form-3-wrapper .btn b {
  font-size: 22px;
}

.service-form-3-wrapper .btn i {
  width: 52px;
  height: 52px;
}

.smart-texts-section {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .smart-texts-section {
    padding: 0;
  }
}

.smart-texts-section-wrapper {
  max-width: 1070px;
  margin: 0 auto;
}

.smart-texts-section h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .smart-texts-section h2 {
    font-size: 40px;
  }
}

.smart-texts-section h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .smart-texts-section h2 span {
    font-size: 40px;
  }
}

.smart-texts-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.smart-texts-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 0;
}

.smart-texts-list-item.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 900px) {
  .smart-texts-list-item {
    flex-direction: column;
  }
  .smart-texts-list-item.reverse {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item {
    align-items: flex-start;
    gap: 40px;
    padding: 0;
  }
}

.smart-texts-list-item img {
  width: 263px;
  height: 263px;
}

.smart-texts-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 617px;
}

.smart-texts-list-item-content-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-content-top {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}

.smart-texts-list-item-content-top span {
  color: #000;
  font-family: var(--ff-3);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-content-top span {
    font-size: 20px;
    margin-right: 16px;
  }
}

.smart-texts-list-item-content-top h3 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-content-top h3 {
    font-size: 20px;
  }
}

.smart-texts-list-item-content-bottom {
  display: flex;
  flex-direction: column;
}

.smart-texts-list-item-content-bottom p {
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-content-bottom p {
    font-size: 16px;
    line-height: 160%;
  }
}

.smart-texts-list-item-content-bottom p:not(:first-child) {
  margin-top: 50px;
}

.smart-texts-list-item-content-bottom p strong {
  color: #808080;
}

.smart-texts-list-item-content-bottom p em {
  font-weight: 600;
}

.smart-texts-section-2-wrapper {
  max-width: 1030px;
  margin: 0 auto;
}

.smart-texts-list-item-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 900px) {
  .smart-texts-list-item-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-2 {
    align-items: flex-start;
    gap: 40px;
  }
}

.smart-texts-list-item-2 img {
  width: 263px;
  height: 263px;
}

.smart-texts-list-item-content-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 575px;
}

.smart-texts-list-item-content-2 p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-content-2 p {
    font-size: 16px;
    line-height: 160%;
  }
}

.smart-texts-list-item-content-2 p strong {
  color: #808080;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .smart-texts-list-item-content-2 p strong {
    font-size: 16px;
    line-height: 160%;
  }
}

.smart-texts-list-item-content-2 p:not(:first-child) {
  margin-top: 50px;
}

.text-slider-section {
  padding: 64px 0px;
}

@media screen and (max-width: 768px) {
  .text-slider-section {
    padding: 32px 0px;
  }
}

.text-slider-container {
  margin: 0 34px;
}

@media screen and (max-width: 768px) {
  .text-slider-container {
    margin: 0 16px;
  }
}

.text-slider {
  display: flex;
  border-radius: 32px;
  background: #f4f7fe;
  padding: 12px 0px;
  overflow: hidden;
  height: 102px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .text-slider {
    height: 70px;
  }
}

.text-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.text-slider .swiper-slide {
  display: flex;
  align-items: center;
  gap: 55px;
  width: fit-content;
  white-space: nowrap;
}

.text-slider .swiper-slide p {
  width: fit-content;
  color: #1c64f2;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .text-slider .swiper-slide p {
    font-size: 32px;
  }
}

.text-slider-small {
  display: flex;
  border-radius: 32px;
  background: #f4f7fe;
  overflow: hidden;
  height: 60px;
  align-items: center;
}

.text-slider-small .swiper-wrapper {
  transition-timing-function: linear;
}

.text-slider-small .swiper-slide {
  display: flex;
  align-items: center;
  gap: 55px;
  width: fit-content;
}

.text-slider-small .swiper-slide p {
  width: fit-content;
  color: #1c64f2;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.tone-wrapper {
  display: flex;
  padding: 64px 137px;
  background: var(
    --Gradients-Gradint-background-orange,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(235, 100, 38, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .tone-wrapper {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .tone-wrapper {
    padding: 40px 16px;
    gap: 44px;
  }
}

.tone-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.tone-top h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .tone-top h2 {
    font-size: 40px;
    line-height: 90%;
  }
}

.tone-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

@media screen and (max-width: 768px) {
  .tone-center {
    gap: 44px;
  }
}

.tone-center-text {
  max-width: 920px;
}

.tone-center-text p {
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .tone-center-text p {
    font-size: 20px;
    line-height: 180%;
  }
}

.tone-center-text p strong {
  color: #808080;
}

.tone-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px 15px;
}

@media screen and (max-width: 768px) {
  .tone-list {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.tone-list-item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .tone-list-item {
    padding: 32px 16px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    max-width: 100%;
    gap: 18px;
  }
}

.tone-list-item-title {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .tone-list-item-title {
    font-size: 20px;
  }
}

.tone-list-item p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.transform {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .transform {
    padding: 40px 0;
  }
}

.transform-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .transform-top {
    gap: 44px;
    margin-bottom: 44px;
  }
}

.transform-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .transform-top h2 {
    font-size: 40px;
  }
}

.transform-top h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .transform-top h2 span {
    font-size: 40px;
  }
}

.transform-top p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .transform-top p {
    font-size: 20px;
    line-height: 180%;
  }
}

.transform-top p strong {
  color: #808080;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .transform-top p strong {
    font-size: 20px;
    line-height: 180%;
  }
}

.transform-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 34px;
  max-width: 1030px;
  margin: 0 auto;
  grid-auto-rows: 1fr;
}

@media screen and (max-width: 900px) {
  .transform-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: calc(100% - 125px);
    margin: 0 auto;
  }
}

.transform-bottom-item {
  padding: 26px 33px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 32px;
}

.transform-bottom-item img {
  width: 60px;
  height: 60px;
}

.transform-bottom-item h3 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .transform-bottom-item h3 {
    font-size: 20px;
  }
}

.transform-bottom-item p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .transform-bottom-item p {
    font-size: 16px;
  }
}

.transform-bottom-item a {
  margin-top: auto;
}

.create-big {
  border-radius: 30px;
  padding: 64px;
}

.create-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  border-radius: 30px;
  padding: 64px;
}

@media screen and (max-width: 768px) {
  .create-wrapper {
    padding: 64px 16px;
    gap: 32px;
  }
}

.create-big .create-wrapper {
  border-radius: 0;
  padding: 0;
}

.create-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.create-top h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .create-top h2 {
    font-size: 40px;
  }
}

.create-top h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .create-top h2 span {
    font-size: 40px;
  }
}

.create-top p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .create-top p {
    font-size: 20px;
    line-height: 180%;
  }
}

.create-top p strong {
  color: #808080;
}

.create-top p em {
  color: #000;
  font-weight: 600;
}

.create-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  padding: 0 50px;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .create-bottom {
    flex-direction: column;
    gap: 32px;
    padding: 0;
  }
}

.create-big .create-bottom {
  padding: 0;
}

.create-bottom-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 585px;
}

.create-bottom-list-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

@media screen and (max-width: 768px) {
  .create-bottom-list-item {
    gap: 24px;
  }
}

.create-bottom-list-item svg {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .create-bottom-list-item svg {
    width: 26px;
    height: 26px;
  }
}

.create-bottom-list-item p {
  color: #000;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .create-bottom-list-item p {
    line-height: 160%;
  }
}

.create-bottom-list-item p strong {
  color: #808080;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .create-bottom-list-item p strong {
    line-height: 160%;
  }
}

.create-bottom-list-item p em {
  color: #000;
  font-weight: 600;
}

.create-wrapper .btn {
  margin: 0 auto;
}

.ace-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 32px;
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .ace-wrapper {
    padding: 60px 32px;
  }
}

.ace-wrapper h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .ace-wrapper h2 {
    font-size: 40px;
  }
}

.ace-wrapper.white-text h2 {
  color: #fff;
}

.ace-wrapper h2 span {
  color: #1c64f2;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .ace-wrapper h2 span {
    font-size: 40px;
  }
}

.ace-wrapper.white-text h2 span {
  color: #edfe85;
}

.ace-wrapper p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 760px;
}

@media screen and (max-width: 768px) {
  .ace-wrapper p {
    font-size: 16px;
    line-height: 180%;
  }
}

.ace-wrapper.white-text p {
  color: #fff;
}

.ace-wrapper p strong {
  color: #808080;
}

.ace-wrapper.white-text p strong {
  color: #fff;
  font-weight: 600;
}

.ace-wrapper p em {
  font-weight: 600;
}

.ace-wrapper.white-text .btn-primary {
  background-color: #e5fe58;
  color: #1c64f2;
}

.ace-wrapper.white-text .btn-primary:hover {
  border: 0.0625rem solid #edfe85;
  background: #1c64f2;
  color: #edfe85;
}

.ace-wrapper.white-text .btn-primary i {
  color: #e5fe58;
  background-color: #1c64f2;
}

.ace-wrapper.white-text .btn-primary:hover i {
  color: #1c64f2;
  background: #edfe85;
}

.ace-wrapper .btn {
  max-width: 280px;
  margin: 0 auto;
}

.testimonials {
  background: var(--Primary-colors-Black, #000);
  padding: 80px 0px;
}

@media screen and (max-width: 768px) {
  .testimonials {
    padding: 40px 0px;
  }
}

.testimonials.white {
  background: #fff;
}

.testimonials .container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1030px;
}

@media screen and (max-width: 768px) {
  .testimonials .container {
    gap: 40px;
  }
}

.testimonials h2 {
  color: #fff;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .testimonials h2 {
    font-size: 40px;
  }
}

.testimonials.white h2 {
  color: #000;
}

.testimonials h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .testimonials h2 span {
    font-size: 40px;
  }
}

.testimonials .swiper-pagination {
  background: #494949;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .testimonials .swiper-pagination {
    margin-top: 40px;
  }
}

.testimonials.white .swiper-pagination {
  background: #eaeaea;
}

.testimonials .swiper-pagination-bullet {
  background: #000;
}

.testimonials.white .swiper-pagination-bullet {
  background: #fff;
}

.testimonials .swiper-pagination-bullet-active {
  background: #fff;
}

.testimonials.white .swiper-pagination-bullet-active {
  background: #000;
}

.testimonials-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  padding: 60px 48px;
  border-radius: 32px;
  border: 0px solid var(--Primary-colors-Dark-Gray, #808080);
  background: radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(36, 178, 255, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    ),
    #fff;
}

@media screen and (max-width: 768px) {
  .testimonials-list-item {
    gap: 20px;
    padding: 40px 32px;
  }
}

.testimonials-list-item h3 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .testimonials-list-item h3 {
    font-size: 24px;
  }
}

.testimonials-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.testimonials-bottom h4 {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .testimonials-bottom h4 {
    font-size: 20px;
  }
}

.testimonials-bottom img {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}

.testimonials .btn-wrap-center {
  margin-top: 0;
}

.blog-grid {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .blog-grid {
    padding: 40px 0;
  }
}

.blog-grid h3 {
  color: #808080;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .blog-grid h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
}

.blog-grid h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .blog-grid h2 {
    font-size: 40px;
  }
}

.blog-grid .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1150px;
}

@media screen and (max-width: 1000px) {
  .blog-grid-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .blog-grid-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.blog-grid-list-item {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 24px;
  border-radius: 32px;
  background: #f4f7fe;
}

@media screen and (max-width: 768px) {
  .blog-grid-list-item {
    gap: 24px;
    padding: 16px;
  }
}

.blog-grid-list-item img {
  border-radius: 32px;
}

.blog-grid-list-item h4 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .blog-grid-list-item h4 {
    font-size: 20px;
  }
}

.blog-grid-list-item a {
  padding: 8px;
  border-radius: 71px;
  border: 1px solid #1c64f2;
  color: #1c64f2;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: 118px;
  transition: 0.4s ease;
}

@media screen and (max-width: 768px) {
  .blog-grid-list-item a {
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-grid-list-item a:hover {
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

.blog-grid-link {
  padding: 8px;
  border-radius: 71px;
  border: 1px solid #eaeaea;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 75px;
  transition: 0.4s ease;
}

.blog-grid-link:hover {
  background-color: #eaeaea;
}

@media screen and (max-width: 768px) {
  .blog-grid-link {
    margin-top: 32px;
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-slider-wrapper {
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  justify-content: center;
  gap: 60px;
  overflow: hidden;
  max-width: 1312px;
  margin: 0 auto;
  padding: 32px 0;
}

@media screen and (max-width: 768px) {
  .blog-slider-wrapper {
    padding: 40px 0;
    gap: 24px;
  }
}

.blog-slider-wrapper-top {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 0 0 137px;
}

@media screen and (max-width: 1000px) {
  .blog-slider-wrapper-top {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .blog-slider-wrapper-top {
    padding: 0 0 0 32px;
    gap: 44px;
  }
}

.blog-slider-top {
  max-width: 460px;
}

.blog-slider-wrapper h3 {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .blog-slider-wrapper h3 {
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-slider-wrapper h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .blog-slider-wrapper h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

.blog-slider-wrapper p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .blog-slider-wrapper p {
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-slider-swiper {
  overflow: hidden;
  max-width: 650px;
}

@media screen and (max-width: 1000px) {
  .blog-slider-swiper {
    max-width: 100%;
  }
}

.blog-slider-swiper-item {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 24px;
  border-radius: 32px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .blog-slider-swiper-item {
    padding: 16px;
  }
}

.blog-slider-swiper-item img {
  border-radius: 32px;
  height: 180px;
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
  .blog-slider-swiper-item img {
    height: 150px;

  }
}

.blog-slider-swiper-item h4 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .blog-slider-swiper-item h4 {
    font-size: 20px;
  }
}

.blog-slider-swiper-item a {
  padding: 8px;
  border-radius: 71px;
  border: 1px solid #1c64f2;
  color: #1c64f2;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  width: 118px;
  transition: 0.4s ease;
}

@media screen and (max-width: 768px) {
  .blog-slider-swiper-item a {
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-slider-swiper-item a:hover {
  color: var(--clr-white);
  background-color: var(--clr-primary);
}

.blog-slider-wrapper .swiper-pagination {
  width: fit-content;
  background-color: #fff;
}

.blog-slider-wrapper .swiper-pagination-bullet {
  background-color: #eaeaea;
}

.blog-slider-wrapper .swiper-pagination-bullet-active {
  background-color: #000;
}

.image-section {
  padding: 140px 0;
}

@media screen and (max-width: 768px) {
  .image-section {
    padding: 60px 0;
  }
}

.image-section .container {
  display: flex;
  justify-content: center;
}

.values {
  padding: 80px;
  border-radius: 32px;
  background: #f4f7fe;
}

@media screen and (max-width: 768px) {
  .values {
    padding: 40px;
  }
}

.values-wrapper {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .values-wrapper {
    gap: 44px;
  }
}

.values-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .values-top h2 {
    font-size: 48px;
  }
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

@media screen and (max-width: 768px) {
  .values-list {
    gap: 0;
  }
}

.values-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .values-list-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 26px 33px;
  }
}

.values-list-item-top {
  flex-shrink: 0;
}

.values-list-item-top img {
  width: 126px;
  height: 126px;
}

@media screen and (max-width: 768px) {
  .values-list-item-top img {
    width: 44px;
    height: 44px;
  }
}

.values-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.values-list-item-title {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .values-list-item-title {
    font-size: 20px;
  }
}

.values-list-item-texts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.values-list-item-texts p {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .values-list-item-texts p {
    font-size: 16px;
    line-height: 160%;
  }
}

.form-question-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 60px;
  border-radius: 32px;
  background: #1c64f2;
}

@media screen and (max-width: 1000px) {
  .form-question-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .form-question-wrapper {
    padding: 32px;
  }
}

.form-question-wrapper.black {
  background: #000;
}

.form-question-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 470px;
}

@media screen and (max-width: 1000px) {
  .form-question-left {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-question-left {
    gap: 32px;
  }
}

.form-question-left h2 {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .form-question-left h2 {
    font-size: 40px;
  }
}

.form-question-left h2 span {
  color: #edfe85;
}

.form-question-left h3 {
  color: #fff;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .form-question-left h3 {
    font-size: 20px;
  }
}

.form-question-wrapper.black .form-question-left h3 {
  color: #808080;
}

.form-question-right {
  display: flex;
  flex-direction: column;
  gap: 37px;
  max-width: 570px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .form-question-right {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-question-right {
    gap: 32px;
  }
}

.form-question-right-top {
  display: flex;
  align-items: center;
  gap: 55px;
}

@media screen and (max-width: 768px) {
  .form-question-right-top {
    flex-direction: column;
    gap: 32px;
  }
}

.form-question-right-top input {
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #eaeaea;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .form-question-right-top input {
    font-size: 20px;
    line-height: 180%;
  }
}

.form-question-right-top input::placeholder {
  color: #eaeaea;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .form-question-right-top input::placeholder {
    font-size: 20px;
    line-height: 180%;
  }
}

.form-question-right > input {
  padding: 10px;
  border-bottom: 1px solid #fff;
  color: #eaeaea;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .form-question-right > input {
    font-size: 20px;
    line-height: 180%;
  }
}

.form-question-right > input::placeholder {
  color: #eaeaea;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .form-question-right > input::placeholder {
    font-size: 20px;
    line-height: 180%;
  }
}

.custom-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 768px) {
  .custom-checkbox {
    font-size: 16px;
    line-height: 160%;
  }
}

.custom-checkbox a {
  text-decoration: underline;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.3s, border-color 0.3s;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .checkmark {
    width: 16px;
    height: 16px;
  }
}

.custom-checkbox input:checked + .checkmark {
  background: white;
  border-color: white;
}

.custom-checkbox input:checked + .checkmark::after {
  content: "✔";
  font-size: 14px;
  color: black;
  font-weight: bold;
}

.form-question-right .btn {
  max-width: 280px;
  width: 100%;
  margin-left: auto;
  height: 64px;
  font-size: 22px;
  border: 0.0625rem solid #edfe85;
}

@media screen and (max-width: 1000px) {
  .form-question-right .btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .form-question-right .btn {
    height: 54px;
    font-size: 20px;
  }
}

.form-question-right .btn:hover {
  background: #1c64f2;
  color: #edfe85;
}

.about-texts-section {
  background: #f4f7fe;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .about-texts-section {
    padding: 80px 0;
  }
}

.about-texts-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 670px;
  margin: 0 auto;
}

.about-texts-section-wrapper p {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .about-texts-section-wrapper p {
    font-size: 20px;
  }
}

.about-texts-section-wrapper p em {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .about-texts-section-wrapper p em {
    font-size: 20px;
  }
}

.about-texts-section-wrapper p strong {
  color: #808080;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .about-texts-section-wrapper p strong {
    font-size: 20px;
  }
}

.lr-with-social-wrapper {
  padding: 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

@media screen and (max-width: 1000px) {
  .lr-with-social-wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 786px) {
  .lr-with-social-wrapper {
    padding: 40px 0;
  }
}

.lr-with-social-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 500px;
}

@media screen and (max-width: 786px) {
  .lr-with-social-content {
    padding: 0;
  }
}

.lr-with-social-content > img {
  width: 123px;
  height: 123px;
  margin-bottom: 12px;
}

@media screen and (max-width: 786px) {
  .lr-with-social-content > img {
    width: 90px;
    height: 90px;
  }
}

.lr-with-social-content p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 786px) {
  .lr-with-social-content p {
    font-size: 20px;
  }
}

.lr-with-social-content p strong {
  color: #808080;
}

.lr-with-social-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.lr-with-social-wrapper > img {
  border-radius: 32px;
}

.banner-about-section {
  background: #1c64f2;
  margin-top: -55px;
  z-index: 1;
  overflow-y: visible;
}

@media screen and (max-width: 1200px) {
  .banner-about-section {
    margin-top: -60px;
  }
}

.banner-about {
  padding: 250px 32px;
}

@media screen and (max-width: 768px) {
  .banner-about {
    padding: 120px 32px 140px;
  }
}

.banner-about .title {
  color: #fff;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .banner-about .title {
    font-size: 48px;
    margin: 0 0 40px;
  }
}

.banner-about .title span::before {
  display: none;
}

.banner-about .title span {
  color: #edfe85;
}

.banner-about-texts-section {
  background: #f4f7fe;
  padding: 235px 0 100px;
}

@media screen and (max-width: 768px) {
  .banner-about-texts-section {
    padding: 120px 0 80px;
  }
}

.banner-about-texts-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 670px;
  margin: 0 auto;
}

.banner-about-texts-section-wrapper p {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .banner-about-texts-section-wrapper p {
    font-size: 20px;
  }
}

.banner-about-texts-section-wrapper p em {
  color: #1c64f2;
  font-family: var(--ff-3);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .banner-about-texts-section-wrapper p em {
    font-size: 20px;
  }
}

.banner-about-texts-section-wrapper p strong {
  color: #808080;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .banner-about-texts-section-wrapper p strong {
    font-size: 20px;
  }
}

.about-slider {
  position: absolute;
  bottom: -105px;
  left: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .about-slider {
    bottom: -50px;
  }
}

.about-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.about-slider .swiper-slide {
  width: fit-content;
}

.about-slider .swiper-slide img {
  width: 205px;
  height: 205px;
}

@media screen and (max-width: 768px) {
  .about-slider .swiper-slide img {
    width: 100px;
    height: 100px;
  }
}

.how {
  padding: 64px;
  border-radius: 30px;
  background: var(
    --Gradients-gradient-background-purple,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(38, 77, 235, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    )
  );
}

@media screen and (max-width: 768px) {
  .how {
    padding: 40px 16px;
  }
}

.how-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 860px;
  margin: 0 auto;
}

.how-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .how-top {
    gap: 40px;
  }
}

.how-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-top: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .how-top h2 {
    font-size: 40px;
    line-height: 110%;
    margin-top: 10px;
  }
}

.how-top h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
}

@media screen and (max-width: 768px) {
  .how-top svg {
    width: 44px;
    height: 44px;
  }
}

.how-top p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .how-top p {
    font-size: 20px;
  }
}

.how-top p strong {
  color: #808080;
}

.how-bottom {
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .how-bottom {
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .how-bottom {
    padding: 15px;
  }
}

.how-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  box-shadow: 0px 2.475px 12.377px 0px rgba(208, 208, 208, 0.25);
}

@media screen and (max-width: 1000px) {
  .how-bottom-wrapper {
    width: 470px;
    padding: 15px;
    gap: 10px;
    margin: 0 auto;
  }
}

.how-bottom-wrapper h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1c64f2;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .how-bottom-wrapper h4 {
    font-size: 13px;
    gap: 10px;
  }
  .how-bottom-wrapper h4 svg {
    width: 24px;
    height: 24px;
  }
}

.how-bottom-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  padding: 23px;
}

@media screen and (max-width: 1000px) {
  .how-bottom-list {
    gap: 10px;
    border-radius: 12px;
    padding: 15px;
  }
}

.how-bottom-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 15px;
  border-radius: 18px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .how-bottom-list-item {
    border-radius: 10px;
    gap: 5px;
    padding: 10px;
  }
}

.how-bottom-list-item h5 {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .how-bottom-list-item h5 {
    font-size: 11px;
  }
}

.how-bottom-list-item p {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .how-bottom-list-item p {
    font-size: 8px;
  }
}

.how-bottom-list-item span {
  color: #afafaf;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 1000px) {
  .how-bottom-list-item span {
    font-size: 7px;
  }
}

.how-bottom-list-item.active {
  border: 1px solid #1c64f2;
  background: #dee5ff;
}

.how-bottom-list-item.active h5 {
  color: #000;
  font-weight: 600;
}

.how-bottom-list-item.active p {
  color: #000;
}

.how-bottom-list-item.active span {
  color: #808080;
}

.appointment-section {
  border-radius: 30px;
  background: #f4f7fe;
  padding: 64px;
}

@media screen and (max-width: 768px) {
  .appointment-section {
    padding: 40px 16px;
  }
}

.appointment-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .appointment-wrapper {
    gap: 44px;
  }
}

.appointment-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appointment-top h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .appointment-top h2 {
    font-size: 40px;
    line-height: 110%;
  }
}

.appointment-top h2 span {
  color: #1c64f2;
  font-family: var(--ff-3);
}

.appointment-top > p {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .appointment-top > p {
    font-size: 20px;
  }
}

.appointment-top > p strong {
  color: #000;
}

.appointment-top-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .appointment-top-list {
    margin-top: 40px;
  }
}

.appointment-top-list-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.appointment-top-list-item svg {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .appointment-top-list-item svg {
    width: 30px;
    height: 30px;
  }
}

.appointment-top-list-item p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .appointment-top-list-item p {
    font-size: 20px;
  }
}

.appointment-bottom {
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #dadada;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom {
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .appointment-bottom {
    padding: 15px;
  }
}

.appointment-bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 23px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  box-shadow: 0px 2.475px 12.377px 0px rgba(208, 208, 208, 0.25);
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-wrapper {
    width: 670px;
    padding: 15px;
    gap: 10px;
    margin: 0 auto;
  }
}

.appointment-bottom-wrapper h4 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1c64f2;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-wrapper h4 {
    font-size: 13px;
    gap: 10px;
  }
  .appointment-bottom-wrapper h4 svg {
    width: 24px;
    height: 24px;
  }
}

.appointment-bottom-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f4f7fe;
  padding: 23px;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-list {
    gap: 10px;
    border-radius: 12px;
    padding: 15px;
  }
}

.appointment-bottom-list-item {
  padding: 15px;
  border-radius: 18px;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-list-item {
    border-radius: 10px;
    gap: 5px;
    padding: 10px;
  }
}

.appointment-bottom-list-item h5 {
  color: #808080;
  font-family: Inter;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-list-item h5 {
    font-size: 9px;
  }
}

.appointment-bottom-list-item h5 strong {
  color: #afafaf;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-list-item h5 strong {
    font-size: 11px;
  }
}

.appointment-bottom-list-item h5 em {
  color: #afafaf;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 1000px) {
  .appointment-bottom-list-item h5 em {
    font-size: 9px;
  }
}

.appointment-bottom-list-item.active {
  border: 1px solid #1c64f2;
  background: #dee5ff;
}

.appointment-bottom-list-item.active h5 {
  color: #808080;
  font-weight: 600;
}

.appointment-bottom-list-item.active h5 strong {
  color: #000;
  font-weight: 600;
}

.appointment-bottom-list-item.active h5 em {
  color: #000;
  font-weight: 600;
}

.best-wrapper {
  padding: 64px 0;
  max-width: 1030px;
  margin: 0 auto;
}

.best-wrapper h2 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-align: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .best-wrapper h2 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.best-wrapper p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .best-wrapper p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.best-wrapper p strong {
  color: var(--Primary-colors-Dark-Gray, #808080);
}

.best-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.best-list-wrapper-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.best-list-wrapper-top h3 {
  color: var(--Primary-colors-Black, #000);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .best-list-wrapper-top h3 {
    font-size: 20px;
  }
}

.best-list-wrapper-top h4 {
  color: #1c64f2;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .best-list-wrapper-top h4 {
    font-size: 20px;
  }
}

.best-list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.best-list-item {
  border-radius: 32px;
  background: rgba(75, 75, 75, 0.1);
  border: 2px solid #dfdfdf;
  overflow: hidden;
}

.best-list-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 32px 8px;
  border-bottom: 2px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
  .best-list-item-top {
    padding: 14px 16px 8px;
  }
}

@media screen and (max-width: 600px) {
  .best-list-item-top {
    flex-direction: column;
    gap: 10px;
  }
}

.best-list-item-top h4 {
  color: #808080;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .best-list-item-top h4 {
    font-size: 20px;
  }
}

.best-list-item-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 64px 32px;
}

@media screen and (max-width: 768px) {
  .best-list-item-bottom {
    padding: 32px 16px;
  }
}

.best-list-item-bottom h3 {
  color: #808080;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .best-list-item-bottom h3 {
    font-size: 30px;
  }
}

.best-list-item-bottom h3 span {
  font-family: var(--ff-3);
}

.best-list-item-bottom a {
  padding: 12px;
  border-radius: 71px;
  background: #dadada;
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .best-list-item-bottom a {
    font-size: 20px;
  }
}

.best-list-item.active {
  border: 0;
  background: none;
}

.best-list-item.active .best-list-item-top {
  background: #1c64f2;
  border: 0;
}

.best-list-item.active .best-list-item-top h4 {
  color: #f4f7fe;
}

.best-list-item.active .best-list-item-bottom {
  background: var(
    --Gradients-Gradint-background-orange,
    radial-gradient(
      94.06% 104.18% at 96.12% 92.61%,
      rgba(235, 100, 38, 0.09) 0%,
      rgba(236, 236, 236, 0.3) 100%
    ),
    #1c64f2
  );
}

.best-list-item.active .best-list-item-bottom h3 {
  color: #fff;
}

.best-list-item.active .best-list-item-bottom h3 span {
  color: #edfe85;
}

.best-list-item.active .best-list-item-bottom a {
  background: #edfe85;
  color: #1c64f2;
  pointer-events: all;
  border: 0.0625rem solid #edfe85;
}

.best-list-item.active .best-list-item-bottom a:hover {
  background: #1c64f2;
  color: #edfe85;
}

.crea-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  padding: 64px 32px;
  border-radius: 32px;
}

@media screen and (max-width: 768px) {
  .crea-wrapper {
    padding: 60px 32px;
    gap: 32px;
  }
}

.crea-wrapper h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .crea-wrapper h2 {
    font-size: 40px;
  }
}

.crea-bottom {
  max-width: 1030px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .crea-bottom {
    flex-direction: column-reverse;
  }
}

.crea-bottom-form {
  display: flex;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
  flex-direction: column;
  gap: 24px;
  align-items: center;
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .crea-bottom-form {
    padding: 24px 16px;
  }
}

.crea-bottom-form label {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .crea-bottom-form label {
    font-size: 16px;
  }
}

.crea-bottom-form textarea {
  padding: 15px 19px;
  border-radius: 16px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  background: #fff;
  height: 180px;
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .crea-bottom-form textarea {
    font-size: 16px;
    height: 120px;
  }
}

.crea-bottom-form textarea::placeholder {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .crea-bottom-form textarea::placeholder {
    font-size: 16px;
  }
}

.crea-bottom-text {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 580px;
}

.crea-bottom-text p {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .crea-bottom-text p {
    font-size: 20px;
  }
}

.crea-bottom-text p a {
  text-decoration: underline;
}

.crea-bottom-text p strong {
  color: #808080;
}

.banner-contact {
  border-radius: 32px;
  margin: 70px 30px 0;
  padding: 70px 16px;
}

@media screen and (max-width: 768px) {
  .banner-contact {
    margin: 0 16px 0;
    padding: 60px 16px;
  }
}

.banner-contact .title {
  color: #000;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
  .banner-contact .title {
    font-size: 48px;
  }
}

.banner-contact .text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
  .banner-contact .text {
    margin: 0 0 40px;
  }
}

.text-page {
  padding: 200px 0 80px;
}

.text-page-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .text-page-wrapper {
    gap: 40px;
  }
}

.text-page-wrapper h1 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .text-page-wrapper h1 {
    font-size: 40px;
  }
}

.text-page-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .text-page-list {
    gap: 40px;
  }
}

.text-page-list-item {
  max-width: 770px;
}

.text-page-list-item h2 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .text-page-list-item h2 {
    font-size: 20px;
  }
}

.text-page-list-item h2 a {
  text-decoration: underline;
}

.text-page-list-item p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .text-page-list-item p {
    font-size: 16px;
    line-height: 160%;
  }
}

.text-page-list-item p strong {
  font-weight: 600;
}

.text-page-list-item p a {
  text-decoration: underline;
}

.text-page-list-item p + p {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .text-page-list-item p + p {
    margin-top: 30px;
  }
}

.text-page-list-item ul {
  padding-left: 30px;
  list-style-type: disc;
}

.text-page-list-item ul li {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .text-page-list-item ul li {
    font-size: 16px;
    line-height: 160%;
  }
}

.text-page-list-item ul li strong {
  font-weight: 600;
}

.page-404-custom {
  border-radius: 32px;
  margin: 70px 30px 0;
  padding: 120px 16px 70px;
}

@media screen and (max-width: 768px) {
  .page-404-custom {
    margin: 0 16px 0;
    padding: 170px 16px 40px;
  }
}

.page-404-custom [class*="bnr-decor"] {
  display: block;
  position: absolute;
  z-index: 1;
  --width: 25%;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .page-404-custom [class*="bnr-decor"] {
    --width: 50%;
  }
}

.page-404-custom .bnr-decor-1 {
  margin-top: calc(var(--width) / 2 * -1);
  top: 0;
  left: 10%;
  aspect-ratio: 1;
  width: var(--width);
  animation: rotate360 15s infinite;
}

@media screen and (max-width: 768px) {
  .page-404-custom .bnr-decor-1 {
    top: 4%;
    left: -15%;
  }
}

.page-404-custom .bnr-decor-2 {
  margin-bottom: calc(var(--width) / 2 * -1);
  bottom: 53%;
  right: 0%;
  aspect-ratio: 1;
  width: var(--width);
  animation: rotate360 15s linear infinite;
}

@media screen and (max-width: 768px) {
  .page-404-custom .bnr-decor-2 {
    bottom: 60%;
  }
}

.page-404-custom .form-question-wrapper {
  position: relative;
  z-index: 2;
}

.page-404-custom .banner-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-bottom: 200px;
}

@media screen and (max-width: 768px) {
  .page-404-custom .banner-info {
    margin-bottom: 150px;
    gap: 24px;
  }
}

.page-404-custom .banner-info h2 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-404-custom .banner-info h2 {
    font-size: 20px;
    order: 2;
  }
}

.page-404-custom .banner-info h1 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-404-custom .banner-info h1 {
    font-size: 48px;
    order: 1;
  }
}

.page-404-custom .banner-info button {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .page-404-custom .banner-info button {
    order: 3;
  }
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1030px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .reviews-list {
    gap: 40px;
  }
}

.reviews-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  padding: 0 53px 90px;
  border-bottom: 1px solid #808080;
}

@media screen and (max-width: 768px) {
  .reviews-list-item {
    gap: 24px;
    padding: 0 20px 40px;
  }
}

.reviews-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.reviews-top p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .reviews-top p {
    font-size: 16px;
  }
}

.reviews-list-item h3 {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .reviews-list-item h3 {
    font-size: 20px;
  }
}

.reviews-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.reviews-bottom h4 {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .reviews-bottom h4 {
    font-size: 16px;
  }
}

.reviews-bottom img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.glossary-banner {
  margin-top: -55px;
  padding: 200px 0 60px;
}

@media screen and (max-width: 768px) {
  .glossary-banner {
    padding: 150px 0 60px;
  }
}

.glossary-banner .title {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .glossary-banner .title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.glossary-banner .subtitle {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .glossary-banner .subtitle {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.glossary-banner .text {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .glossary-banner .text {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
  }
}

.glossary-banner form {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .glossary-banner form {
    margin-bottom: 40px;
  }
}

.glossary-banner form label {
  display: flex;
  border-radius: 71px;
  background: var(--Primary-colors-White, #fff);
  box-shadow: 0px 4px 20px 0px rgba(208, 208, 208, 0.25);
  padding: 8px;
  max-width: 510px;
  margin: 0 auto;
  align-items: center;
}

.glossary-banner form label svg {
  margin: 0 22px;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .glossary-banner form label svg {
    margin: 0 8px 0 4px;
    width: 26px;
    height: 26px;
  }
}

.glossary-banner form label input {
  padding: 0 10px 0 12px;
  height: 60px;
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .glossary-banner form label input {
    font-size: 14px;
    line-height: 160%;
  }
}

.glossary-banner form label input::placeholder {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .glossary-banner form label input::placeholder {
    font-size: 14px;
    line-height: 160%;
  }
}

.glossary-banner form label button {
  padding: 12px;
  border-radius: 71px;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  width: 113px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .glossary-banner form label button {
    font-size: 16px;
    line-height: 160%;
    width: 100px;
  }
}

.glossary-banner-list-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.glossary-banner-list {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: fit-content;
}

@media screen and (max-width: 768px) {
  .glossary-banner-list {
    gap: 0;
    padding: 8px 12px;
    border-radius: 32px;
    background: #fff;
  }
}

.glossary-banner-link {
  padding: 10px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .glossary-banner-link {
    font-size: 20px;
    line-height: 180%;
  }
}

.glossary-banner-link.active {
  border-radius: 20px;
  background: #000;
  color: #fff;
}

.glossary-banner-link:hover {
  border-radius: 20px;
  background: #000;
  color: #fff;
}

.glossary {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .glossary {
    padding-bottom: 0;
  }
}

.glossary-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .glossary-wrapper {
    gap: 40px;
  }
}

.glossary-item {
  display: flex;
  gap: 80px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .glossary-item {
    flex-direction: column;
    gap: 24px;
  }
}

.glossary-item-left h3 {
  color: #000;
  font-family: var(--ff-3);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}

@media screen and (max-width: 768px) {
  .glossary-item-left h3 {
    font-size: 72px;
  }
}

.glossary-item-right-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.glossary-item-right-empty p {
  color: #808080;
  text-align: center;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .glossary-item-right-empty p {
    font-size: 24px;
  }
}

.glossary-item-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.glossary-item-right li {
  border-radius: 32px;
  background: #f9f9f9;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .glossary-item-right li {
    gap: 16px;
    padding: 24px;
  }
}

.glossary-item-right li h4 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 768px) {
  .glossary-item-right li h4 {
    font-size: 20px;
  }
}

.glossary-item-right li p {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .glossary-item-right li p {
    font-size: 16px;
    line-height: 160%;
  }
}

.glossary h2 {
  color: #000;
  text-align: center;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%;
  padding: 72px 0;
}

@media screen and (max-width: 768px) {
  .glossary h2 {
    font-size: 48px;
    padding: 40px 0;
  }
}

.glossary h2 span {
  color: #1c64f2;
}

.post-text h4 {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .post-text h4 {
    font-size: 20px;
  }
}

.post-text-content p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .post-text-content p {
    font-size: 16px;
    line-height: 160%;
  }
}

.post-text-content a {
  text-decoration: underline;
}

.post-text-content ol {
  list-style: auto;
  padding-left: 30px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .post-text-content ol {
    font-size: 16px;
    line-height: 160%;
  }
}

.post-text-content ul {
  list-style: disc;
  padding-left: 30px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .post-text-content ul {
    font-size: 16px;
    line-height: 160%;
  }
}

.post-text-content ol strong,
.post-text-content ul strong {
  font-weight: 600;
}

.custom-breadcrumbs {
  padding-top: 170px;
  display: flex;
  align-items: center;
  gap: 6px;
}

@media screen and (max-width: 768px) {
  .custom-breadcrumbs {
    padding-top: 90px;
  }
}

.custom-breadcrumbs a {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .custom-breadcrumbs a {
    font-size: 16px;
    line-height: 160%;
  }
}

.custom-breadcrumbs span {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .custom-breadcrumbs span {
    font-size: 16px;
    line-height: 160%;
  }
}

.custom-breadcrumbs p {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .custom-breadcrumbs p {
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-post-wrapper {
  padding: 50px 0 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog-post-wrapper {
    padding: 40px 0 0;
  }
}

.blog-post-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 32px;
  background: #fff;
  padding: 24px;
  max-width: 380px;
  width: 100%;
  height: fit-content;
  position: sticky;
  top: 150px;
}

@media screen and (max-width: 1000px) {
  .blog-post-left {
    display: none;
  }
}

.blog-post-left h3 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.blog-post-left-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-post-left-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-post-left-list-item svg {
  display: none;
}

.blog-post-left-list-item a {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.blog-post-left-list-item.active svg {
  display: block;
}

.blog-post-left-list-item.active a {
  font-weight: 600;
}

.blog-post-right {
  display: flex;
  max-width: 800px;
  width: 100%;
  flex-direction: column;
}

@media screen and (max-width: 1000px) {
  .blog-post-right {
    max-width: 100%;
  }
}

.blog-post-right h1 {
  color: #000;
  font-family: var(--ff-2);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .blog-post-right h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}

.blog-post-right-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .blog-post-right-text {
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-post-right-text p {
  color: #808080;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  .blog-post-right-text p {
    font-size: 16px;
    line-height: 160%;
  }
}

.blog-post-right-image {
  border-radius: 32px;
  margin: 60px auto;
  height: 320px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .blog-post-right-image {
    margin-bottom: 40px;
  }
}

.blog-post-right-section {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .blog-post-right-section {
    gap: 40px;
  }
}

.blog-post-right-section .container {
  width: fit-content;
  padding: 0;
}
/*# sourceMappingURL=main.min.css.map */
.brands {
  padding: 80px 0;
}

.brands .h2 {
  font-size: 64px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .brands .h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 400px) {
  .brands .h2 br {
    display: none;
  }
}

.about-section {
  padding: 64px 0;
}

@media screen and (max-width: 768px) {
  .about-section {
    padding: 40px 0;
  }
}
.form-block .row {
  margin-bottom: 24px;
}
.form-block .row .col-12 {
  margin-top: 24px;
}

.login-mobile {
  border: 1px solid #1c64f2;
  background: #1c64f2;
  color:  #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 71px;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  display: none;
}
.login-mobile:hover {
  background: #fff;
  color:  #1c64f2;
}
@media screen and (max-width: 1200px) {
  .login-mobile {
    display: flex;
  }
}

.content-area-isolated * {
    all: revert;
}

/* =================================================================
   ESTILOS FINALES HÍBRIDOS PARA CONTENIDO AISLADO
   ================================================================= */

/* 1. Estilos del contenedor principal (sin cambios) */
.content-area-isolated {
    width: 100%;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

/* 2. Estilos para Imágenes (sin cambios) */
.content-area-isolated img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 3. Estilos para las Tablas (Comportamiento por defecto para MÓVIL) */
.content-area-isolated table {
    display: block;      /* En móvil, la tabla es un bloque... */
    overflow-x: auto;  /* ...que permite scroll horizontal. */
    width: 100%;
    margin: 2em 0;
    border-spacing: 0;
    border: 1px solid #ddd;
}

.content-area-isolated th,
.content-area-isolated td {
    padding: 12px 15px;
    text-align: left;
    white-space: nowrap; /* En móvil, NO queremos que el texto baje de línea */
}

/* El resto de estilos visuales (sin cambios) */
.content-area-isolated thead {
    background-color: #f2f2f2;
    color: #333;
    font-weight: bold;
}
.content-area-isolated tbody tr {
    border-top: 1px solid #ddd;
}
.content-area-isolated tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.content-area-isolated tbody tr:hover {
    background-color: #e8f4ff;
}


/* =================================================================
   MEDIA QUERY PARA DESKTOP (LA MAGIA OCURRE AQUÍ 🧙‍♂️)
   ================================================================= */

/* Estas reglas se aplican solo en pantallas de 768px de ancho o más */
@media (min-width: 768px) {
    
    .content-area-isolated table {
        /* En desktop, la tabla vuelve a su comportamiento natural */
        display: table;
        table-layout: fixed; /* Esto fuerza a las columnas a respetar el ancho total y ayuda a que el texto se ajuste mejor */
    }

    .content-area-isolated th,
    .content-area-isolated td {
        /* En desktop, PERMITIMOS que el texto baje a la siguiente línea */
        white-space: normal;
    }
}

/*
.footer-cols, .h-links {
  display: none;
}

.h-menu {
  height: 40px;
}
*/

@media (min-width: 1200px) {
.h-logo {
	min-width: 110px;
}
	}

@media (min-width: 1200px) {
header .container {
	width: 95vw !important;
}
	}