.myoslim-home-v2-standard-body .myoslim-section-cta,
.elementor-3198 .myoslim-section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: clamp(18px, 2.4vw, 30px);
}

@media (min-width: 981px) {
  .myoslim-home-v2-hero-slider {
    min-height: 100vh !important;
    height: 100vh !important;
    max-height: none !important;
  }

  .myoslim-home-v2-hero-slider > .elementor-container,
  .myoslim-home-v2-hero-slider-visual,
  .myoslim-home-v2-hero-slider-visual > .elementor-widget-wrap,
  .myoslim-home-v2-hero-slider-visual .elementor-widget,
  .myoslim-home-v2-hero-slider-visual .elementor-widget-container,
  .myoslim-home-v2-hero-slider-visual sr7-module-wrap,
  .myoslim-home-v2-hero-slider-visual sr7-module,
  .myoslim-home-v2-hero-slider-visual sr7-content,
  .myoslim-home-v2-hero-slider-visual sr7-slide,
  .myoslim-home-v2-hero-slider-visual rs-module-wrap,
  .myoslim-home-v2-hero-slider-visual rs-module,
  .myoslim-home-v2-hero-slider-visual .rev_slider_wrapper,
  .myoslim-home-v2-hero-slider-visual .wp-block-themepunch-revslider {
    min-height: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
  }

  body.admin-bar .myoslim-home-v2-hero-slider {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)) !important;
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)) !important;
  }

  @supports (height: 100svh) {
    .myoslim-home-v2-hero-slider {
      min-height: 100svh !important;
      height: 100svh !important;
    }

    body.admin-bar .myoslim-home-v2-hero-slider {
      min-height: calc(100svh - var(--wp-admin--admin-bar--height, 32px)) !important;
      height: calc(100svh - var(--wp-admin--admin-bar--height, 32px)) !important;
    }
  }

  .myoslim-home-v2-standard-body .scroll-carousel {
    --carousel-release: 0;
    min-height: var(--carousel-section-height, 160vh) !important;
    overflow: visible !important;
  }

  .myoslim-home-v2-standard-body .carousel-sticky {
    overflow: visible !important;
    isolation: isolate;
    opacity: calc(1 - var(--carousel-release, 0) * 0.32);
    transform: translateY(calc(var(--carousel-release, 0) * -22px));
    filter: blur(calc(var(--carousel-release, 0) * 2px));
  }

  .myoslim-home-v2-standard-body .scroll-carousel::after {
    content: "";
    position: sticky;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: clamp(90px, 12vh, 150px);
    margin-top: calc(clamp(90px, 12vh, 150px) * -1);
    background: linear-gradient(180deg, rgba(3, 5, 10, 0) 0%, rgba(3, 5, 10, calc(var(--carousel-release, 0) * 0.58)) 44%, rgba(255, 255, 255, calc(var(--carousel-release, 0) * 0.92)) 100%);
    opacity: var(--carousel-release, 0);
    pointer-events: none;
  }

  .myoslim-home-v2-standard-body .carousel-copy {
    position: relative !important;
    z-index: 4 !important;
    background: #03050a !important;
    box-shadow: clamp(18px, 2.4vw, 36px) 0 0 #03050a;
  }

  .myoslim-home-v2-standard-body .carousel-copy::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
  }

  .myoslim-home-v2-standard-body .carousel-window {
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    clip-path: inset(0 0 0 0);
    contain: paint;
  }

  .myoslim-home-v2-standard-body .carousel-window::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: clamp(18px, 2.6vw, 42px);
    background: linear-gradient(90deg, #03050a 0%, rgba(3, 5, 10, 0) 100%);
    pointer-events: none;
  }

  .myoslim-home-v2-standard-body .carousel-track {
    position: relative;
    z-index: 1;
  }
}

.myoslim-home-v2-standard-body .myoslim-section-link,
.elementor-3198 .myoslim-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: #ffffff;
  color: #06111f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.myoslim-home-v2-standard-body .myoslim-section-link::after,
.elementor-3198 .myoslim-section-link::after {
  content: ">";
  margin-left: 10px;
  font-size: 13px;
  transform: translateY(-1px);
}

.myoslim-home-v2-standard-body .myoslim-section-link:hover,
.myoslim-home-v2-standard-body .myoslim-section-link:focus-visible,
.elementor-3198 .myoslim-section-link:hover,
.elementor-3198 .myoslim-section-link:focus-visible {
  transform: translateY(-2px);
  background: #019ce5;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 20px 46px rgba(1, 156, 229, 0.24);
}

.myoslim-home-v2-standard-body .myoslim-section-link--secondary,
.elementor-3198 .myoslim-section-link--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.myoslim-home-v2-standard-body .partner-section .myoslim-section-link,
.myoslim-home-v2-standard-body .news-section .myoslim-section-link,
.myoslim-home-v2-standard-body .testimonial-section .myoslim-section-link,
.elementor-3198 .elementor-element-e86d779 .myoslim-section-link,
.elementor-3198 .elementor-element-2a41d1f .myoslim-section-link,
.elementor-3198 .elementor-element-1c776ca .myoslim-section-link {
  background: #06111f;
  color: #ffffff;
  border-color: rgba(6, 17, 31, 0.12);
}

.myoslim-home-v2-standard-body .partner-section .myoslim-section-link--secondary,
.myoslim-home-v2-standard-body .news-section .myoslim-section-link--secondary,
.myoslim-home-v2-standard-body .testimonial-section .myoslim-section-link--secondary,
.elementor-3198 .elementor-element-e86d779 .myoslim-section-link--secondary,
.elementor-3198 .elementor-element-2a41d1f .myoslim-section-link--secondary,
.elementor-3198 .elementor-element-1c776ca .myoslim-section-link--secondary {
  background: #ffffff;
  color: #06111f;
  border-color: rgba(6, 17, 31, 0.1);
  box-shadow: 0 12px 28px rgba(6, 17, 31, 0.08);
}

.myoslim-home-v2-standard-body .myoslim-click-card,
.elementor-3198 .myoslim-click-card {
  position: relative;
  cursor: pointer;
  outline: none;
}

.myoslim-home-v2-standard-body .myoslim-click-card::before,
.elementor-3198 .myoslim-click-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(1, 156, 229, 0);
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.myoslim-home-v2-standard-body .myoslim-click-card:hover::before,
.myoslim-home-v2-standard-body .myoslim-click-card:focus-visible::before,
.elementor-3198 .myoslim-click-card:hover::before,
.elementor-3198 .myoslim-click-card:focus-visible::before {
  border-color: rgba(1, 156, 229, 0.75);
  box-shadow: inset 0 0 0 1px rgba(1, 156, 229, 0.24), 0 20px 48px rgba(1, 156, 229, 0.16);
}

.myoslim-home-v2-standard-body .myoslim-click-card:hover,
.myoslim-home-v2-standard-body .myoslim-click-card:focus-visible,
.elementor-3198 .myoslim-click-card:hover,
.elementor-3198 .myoslim-click-card:focus-visible {
  transform: translateY(-2px);
}

.myoslim-home-v2-standard-body .myoslim-card-cue,
.elementor-3198 .myoslim-card-cue {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 17, 31, 0.78);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.myoslim-home-v2-standard-body .myoslim-card-cue::after,
.elementor-3198 .myoslim-card-cue::after {
  content: ">";
  margin-left: 7px;
}

.myoslim-home-v2-standard-body .myoslim-click-card:hover .myoslim-card-cue,
.myoslim-home-v2-standard-body .myoslim-click-card:focus-visible .myoslim-card-cue,
.elementor-3198 .myoslim-click-card:hover .myoslim-card-cue,
.elementor-3198 .myoslim-click-card:focus-visible .myoslim-card-cue {
  opacity: 1;
  transform: translateY(0);
  background: #019ce5;
}

.myoslim-home-v2-standard-body .myoslim-click-card--quiet .myoslim-card-cue,
.elementor-3198 .myoslim-click-card--quiet .myoslim-card-cue {
  display: none !important;
}

.myoslim-home-v2-standard-body .proof-card.myoslim-click-card .myoslim-card-cue {
  top: 16px;
  bottom: auto;
}

.myoslim-home-v2-standard-body .proof-card.myoslim-click-card input {
  cursor: ew-resize;
}

.elementor-3198 .myoslim-contact-media-panel {
  cursor: default;
}

.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti {
  --myoslim-phone-prefix-width: 56px;
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti__country-container {
  left: 0 !important;
  width: var(--myoslim-phone-prefix-width) !important;
  min-width: var(--myoslim-phone-prefix-width) !important;
  max-width: var(--myoslim-phone-prefix-width) !important;
  z-index: 3 !important;
}

.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti__selected-country,
.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti__selected-country-primary {
  width: 100% !important;
  justify-content: center !important;
}

.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti__selected-country {
  border-radius: 8px 0 0 8px !important;
  background: #06111f !important;
}

.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti__selected-country-primary {
  padding: 0 8px !important;
}

.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti input.iti__tel-input,
.elementor-3198 .elementor-element-b558273 .wpforms-field-phone .iti input[type="tel"],
.elementor-3198 .elementor-element-b558273 .wpforms-field-phone input.wpforms-smart-phone-field {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  border: 1px solid #d7e1ea !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding-left: calc(var(--myoslim-phone-prefix-width) + 14px) !important;
  padding-right: 14px !important;
  text-indent: 0 !important;
}

.elementor-3198 .myoslim-home-enhanced-link {
  text-decoration: none !important;
}

@media (max-width: 980px) {
  .myoslim-home-v2-standard-body .myoslim-section-cta,
  .elementor-3198 .myoslim-section-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .myoslim-home-v2-standard-body .myoslim-section-link,
  .elementor-3198 .myoslim-section-link {
    width: 100%;
    min-height: 48px;
  }

  .myoslim-home-v2-standard-body .myoslim-click-card:not(.myoslim-click-card--quiet) .myoslim-card-cue,
  .elementor-3198 .myoslim-click-card:not(.myoslim-click-card--quiet) .myoslim-card-cue {
    opacity: 1;
    transform: none;
  }
}
