    body.home.ast-theme-transparent-header .site-header,
    body.page-id-1314.ast-theme-transparent-header .site-header {
      position: relative !important;
      inset: auto !important;
      background: #050505 !important;
      z-index: 50;
    }
    body.home.ast-theme-transparent-header #masthead,
    body.page-id-1314.ast-theme-transparent-header #masthead {
      position: relative !important;
      inset: auto !important;
      background: #050505 !important;
    }
    body.home .ast-primary-header-bar,
    body.page-id-1314 .ast-primary-header-bar,
    body.home .main-header-bar,
    body.page-id-1314 .main-header-bar {
      min-height: 88px;
      background: #050505 !important;
      border-bottom: 1px solid rgba(255,255,255,.1) !important;
      box-shadow: none !important;
    }
    body.home .main-header-menu > .menu-item > .menu-link,
    body.page-id-1314 .main-header-menu > .menu-item > .menu-link,
    body.home .ast-builder-menu-1 .menu-item > .menu-link,
    body.page-id-1314 .ast-builder-menu-1 .menu-item > .menu-link {
      color: #fff !important;
      font-weight: 600;
      letter-spacing: 0;
    }
    body.home .main-header-menu > .menu-item > .menu-link:hover,
    body.page-id-1314 .main-header-menu > .menu-item > .menu-link:hover,
    body.home .main-header-menu > .current-menu-item > .menu-link,
    body.page-id-1314 .main-header-menu > .current-menu-item > .menu-link {
      color: #5fc28c !important;
    }
    body.home header .custom-logo-link img,
    body.page-id-1314 header .custom-logo-link img {
      max-width: 58px;
      width: 58px;
    }
    body.home .elementor-element-1709df0,
    body.page-id-1314 .elementor-element-1709df0 {
      display: none !important;
    }
    .jyuee-hero-carousel {
      --slide-gap: 38px;
      --side-width: min(28vw, 470px);
      --center-width: min(58vw, 930px);
      position: relative;
      isolation: isolate;
      overflow: hidden;
      min-height: clamp(460px, 63vh, 680px);
      background: #050505;
      color: #fff;
    }
    .jyuee-hero-carousel::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.5)),
        var(--jyuee-hero-bg, none) center/cover no-repeat;
      opacity: .45;
      filter: blur(22px) saturate(1.05);
      transform: scale(1.08);
      z-index: -2;
      transition: background-image .4s ease;
    }
    .jyuee-hero-carousel::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 35%, rgba(255,255,255,.08), rgba(0,0,0,.72) 70%);
      z-index: -1;
    }
    .jyuee-hero__viewport {
      position: relative;
      min-height: clamp(460px, 63vh, 680px);
      max-width: 1920px;
      margin: 0 auto;
    }
    .jyuee-hero__slide {
      position: absolute;
      top: 42px;
      left: 50%;
      width: var(--side-width);
      height: calc(100% - 112px);
      opacity: 0;
      pointer-events: none;
      transform: translateX(-50%) scale(.88);
      transition: transform .62s cubic-bezier(.22,.68,.2,1), opacity .42s ease, filter .42s ease;
      filter: brightness(.72);
    }
    .jyuee-hero__slide.is-active {
      width: var(--center-width);
      opacity: 1;
      pointer-events: auto;
      transform: translateX(-50%) scale(1);
      filter: brightness(1);
      z-index: 3;
    }
    .jyuee-hero__slide.is-prev {
      opacity: .78;
      transform: translateX(calc(-50% - var(--center-width) / 2 - var(--side-width) / 2 - var(--slide-gap))) scale(.92);
      z-index: 2;
    }
    .jyuee-hero__slide.is-next {
      opacity: .78;
      transform: translateX(calc(-50% + var(--center-width) / 2 + var(--side-width) / 2 + var(--slide-gap))) scale(.92);
      z-index: 2;
    }
    .jyuee-hero__media {
      position: absolute;
      inset: 0;
      border-radius: 3px;
      overflow: hidden;
      background: #111;
      box-shadow: 0 24px 80px rgba(0,0,0,.42);
    }
    .jyuee-hero__media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }
    .jyuee-hero__media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,.05) 20%, rgba(0,0,0,.55) 72%, rgba(0,0,0,.9) 100%),
        linear-gradient(75deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.12) 48%, transparent 70%);
    }
    .jyuee-hero__copy {
      position: absolute;
      left: clamp(24px, 5vw, 74px);
      right: clamp(24px, 5vw, 74px);
      bottom: clamp(36px, 8vh, 86px);
      max-width: 780px;
      text-shadow: 0 2px 20px rgba(0,0,0,.55);
      transition: opacity .25s ease, transform .25s ease;
    }
    .jyuee-hero__slide:not(.is-active) .jyuee-hero__copy {
      opacity: 0;
      pointer-events: none;
      transform: translateY(14px);
    }
    .jyuee-hero__eyebrow {
      margin: 0 0 12px;
      font-size: 14px;
      line-height: 1.2;
      font-weight: 700;
      text-transform: uppercase;
      color: #5fc28c;
    }
    .jyuee-hero__title {
      margin: 0;
      color: #fff;
      font-family: Unna, Georgia, serif;
      font-size: clamp(34px, 4.2vw, 72px);
      line-height: 1.02;
      font-weight: 400;
    }
    .jyuee-hero__text {
      margin: 16px 0 0;
      color: rgba(255,255,255,.9);
      font-size: clamp(15px, 1.35vw, 20px);
      line-height: 1.55;
      max-width: 720px;
    }
    .jyuee-hero__actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
      margin-top: 24px;
    }
    .jyuee-hero__button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 24px;
      background: #fff;
      color: #090909 !important;
      text-decoration: none;
      font-size: 15px;
      font-weight: 700;
      border-radius: 0;
      box-shadow: 0 14px 28px rgba(0,0,0,.25);
      transition: background .2s ease, transform .2s ease;
    }
    .jyuee-hero__button:hover {
      background: #5fc28c;
      transform: translateY(-1px);
    }
    .jyuee-hero__button--ghost {
      background: rgba(255,255,255,.08);
      color: #fff !important;
      border: 1px solid rgba(255,255,255,.44);
      box-shadow: none;
    }
    .jyuee-hero__button--ghost:hover {
      background: rgba(157,214,255,.2);
      border-color: rgba(157,214,255,.86);
    }
    .jyuee-hero__control {
      position: absolute;
      top: 50%;
      z-index: 5;
      width: 64px;
      height: 64px;
      border: 0;
      border-radius: 50%;
      background: rgba(0,0,0,.38);
      color: #fff;
      font-size: 0;
      line-height: 1;
      cursor: pointer;
      display: grid;
      place-items: center;
      transform: translateY(-50%);
      transition: background .2s ease, transform .2s ease;
    }
    .jyuee-hero__control::before {
      display: block;
      color: #fff;
      font-size: 44px;
      line-height: 1;
      transform: translateY(-2px);
    }
    .jyuee-hero__control--prev::before {
      content: "\2039";
    }
    .jyuee-hero__control--next::before {
      content: "\203A";
    }
    .jyuee-hero__control:hover {
      background: rgba(0,0,0,.68);
      transform: translateY(-50%) scale(1.04);
    }
    .jyuee-hero__control--prev {
      left: clamp(22px, 5vw, 90px);
    }
    .jyuee-hero__control--next {
      right: clamp(22px, 5vw, 90px);
    }
    .jyuee-hero__nav {
      position: absolute;
      left: 50%;
      bottom: 26px;
      z-index: 5;
      display: flex;
      align-items: center;
      gap: 10px;
      transform: translateX(-50%);
    }
    .jyuee-hero__dot {
      width: 9px;
      height: 9px;
      padding: 0;
      border: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.38);
      cursor: pointer;
      transition: width .22s ease, background .22s ease;
    }
    .jyuee-hero__dot.is-active {
      width: 74px;
      background: #fff;
    }
    .jyuee-hero__pause {
      min-width: 44px;
      height: 24px;
      border: 0;
      color: #fff;
      background: rgba(255,255,255,.16);
      font-size: 13px;
      line-height: 1;
      cursor: pointer;
    }
    .jyuee-hero__mobile-step {
      display: none;
    }
    @media (max-width: 921px) {
      body.home .ast-primary-header-bar,
      body.page-id-1314 .ast-primary-header-bar,
      body.home .main-header-bar,
      body.page-id-1314 .main-header-bar {
        min-height: 72px;
      }
      .jyuee-hero-carousel,
      .jyuee-hero__viewport {
        min-height: 580px;
      }
      .jyuee-hero__slide,
      .jyuee-hero__slide.is-active {
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        height: calc(100% - 88px);
        transform: none;
      }
      .jyuee-hero__slide.is-prev,
      .jyuee-hero__slide.is-next {
        opacity: 0;
        transform: none;
      }
      .jyuee-hero__copy {
        left: 22px;
        right: 22px;
        bottom: 76px;
      }
      .jyuee-hero__title {
        max-width: min(100%, 335px);
        font-size: clamp(26px, 7vw, 32px);
        line-height: 1.1;
        overflow-wrap: anywhere;
      }
      .jyuee-hero__text {
        max-width: min(100%, 335px);
        font-size: 15px;
      }
      .jyuee-hero__actions {
        max-width: min(100%, 335px);
      }
      .jyuee-hero__button {
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
      }
      .jyuee-hero__control {
        display: none;
      }
      .jyuee-hero__nav {
        bottom: 22px;
        gap: 12px;
      }
      .jyuee-hero__mobile-step {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 50%;
        background: rgba(0,0,0,.54);
        color: #fff;
        cursor: pointer;
        display: grid;
        place-items: center;
        font-size: 0;
      }
      .jyuee-hero__mobile-step::before {
        color: #fff;
        font-size: 32px;
        line-height: 1;
        transform: translateY(-2px);
      }
      .jyuee-hero__mobile-step--prev::before {
        content: "\2039";
      }
      .jyuee-hero__mobile-step--next::before {
        content: "\203A";
      }
      .jyuee-hero__dot.is-active {
        width: 42px;
      }
      .jyuee-hero__pause {
        display: none;
      }
    }
