.wf-design-mode .preloader {
  display: none;
}

.wf-design-mode .how_info {
  position: static;
}

.wf-design-mode .how_wrap {
  height: auto;
}

.wf-design-mode .how_item-expand .how_item-expand {
  display: block;
}

.wf-design-mode .how_item-link .how_item-expand {
  display: block;
}

/* .wf-design-mode .how_info-item-text.text_gradient {
  font-size: 20px !important;
} */

.how_item-link .how_item-expand {
  display: none;
}

.how_item-link.active .how_item-expand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.how_item-link .how_item-title {
  display: inline-flex;
}

.how_item-link.active .how_item-title {
  display: none;
}

/* btns */

.button .btn_layer,
.footer_form-btn .btn_layer {
  transform: scale(1);
  width: 100%;
}

.button:hover .btn_layer,
.footer_form-btn:hover .btn_layer,
.pop_form-wrap:hover .btn_layer {
  transform: scale(1.1) translateY(-0.25rem);
}

.button.w-variant-04477e08-c78a-f8d3-9ff7-5856fd62a656 {
  background-color: ;
}

/* Animate */
/* Animate */

@media (min-width: 2000px) {
  .hero_title {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 1919px) {
  .how_info-item-text.text_gradient {
    font-size: 4.5rem !important;
  }
}

@media (min-width: 992px) and (max-width: 1919px) {
  .hero_caption {
    font-size: 1dvw;
  }

  .hero_title {
    font-size: 3dvw;
  }

  .how_info-item-text.text_gradient {
    font-size: 4rem !important;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .way_content {
    gap: 5rem;
  }
}

/* Animate */
/* Animate */
/* Animate */

.care_grid-column .g_visual_img,
.target_item .target_visual,
.benefits_tabs-card .bg_visual {
  transition: transform 1s ease;
  transform: scale(1);
}

.care_grid-column:hover .g_visual_img,
.target_item:hover .target_visual,
.benefits_tabs-card:hover .bg_visual {
  transform: scale(1.07);
}

/* Animate */
/* Animate */
/* Animate */
/* Animate */

/* --- GSAP initial state --- */
[animate-wrap] {
  opacity: 1;
}

/* CSS Appear Styles */

[css-animate-item] {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
}

[css-animate-item="1"] {
  animation-delay: 0s;
}

[css-animate-item="2"] {
  animation-delay: 0.1s;
}
[css-animate-item="3"] {
  animation-delay: 0.2s;
}
[css-animate-item="4"] {
  animation-delay: 0.3s;
}
[css-animate-item="5"] {
  animation-delay: 0.4s;
}
[css-animate-item="6"] {
  animation-delay: 0.5s;
}
[css-animate-item="7"] {
  animation-delay: 0.6s;
}
[css-animate-item="8"] {
  animation-delay: 0.7s;
}
[css-animate-item="9"] {
  animation-delay: 0.8s;
}
[css-animate-item="10"] {
  animation-delay: 0.9s;
}

[css-animate-type="slide-bottom"] {
  animation-name: slide-bottom;
}
[css-animate-type="slide-up"] {
  animation-name: slide-up;
}
[css-animate-type="slide-down"] {
  animation-name: slide-down;
}
[css-animate-type="slide-left"] {
  animation-name: slide-left;
}
[css-animate-type="slide-right"] {
  animation-name: slide-right;
}
[css-animate-type="scale-up"] {
  animation-name: scale-up;
}
[css-animate-type="scale-down"] {
  animation-name: scale-down;
}
[css-animate-type="rotate"] {
  animation-name: rotate;
}
[css-animate-type="fadeIn"] {
  animation-name: fadeIn;
}

/* Дефолт, если не указан тип */
[css-animate-item]:not([css-animate-type]) {
  animation-name: slide-bottom;
}

/* Анимации */
@keyframes slide-bottom {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(-3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slide-left {
  from {
    opacity: 0;
    transform: translateX(-3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-right {
  from {
    opacity: 0;
    transform: translateX(3rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scale-up {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale-down {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes rotate {
  from {
    opacity: 0;
    transform: rotate(45deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

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