.elementor-28 .elementor-element.elementor-element-ccbc9c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-5c29e9c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-4da7b81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-5c88da3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-37ea798{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-28 .elementor-element.elementor-element-38414ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-28:not(.elementor-motion-effects-element-type-background), body.elementor-page-28 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-28 .elementor-element.elementor-element-5c88da3{--width:100vw;}}/* Start custom CSS for html, class: .elementor-element-2804c5f */*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.optimized-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    background: linear-gradient(160deg, #1A2E5A 0%, #3B82F6 100%); 
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optimized-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23FFFFFF' fill-opacity='0.012'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
}

.optimized-hero__slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optimized-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.3s cubic-bezier(0.45, 0.05, 0.55, 0.95), visibility 1.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.optimized-hero__slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.optimized-hero__content {
    position: relative;
    z-index: 2;
    max-width: 860px;
    padding: 20px;
}

.optimized-hero__slide.active .hero-decorative-line,
.optimized-hero__slide.active .optimized-hero__title > span,
.optimized-hero__slide.active .optimized-hero__subtitle,
.optimized-hero__slide.active .optimized-hero__cta {
    opacity: 0;
    transform: translateY(35px) ;
    animation: contentEntryHero 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.optimized-hero__slide.active .hero-decorative-line { animation-delay: 0.1s; animation-name: lineDrawHero; transform: scaleX(0); }
.optimized-hero__slide.active .optimized-hero__title > span:nth-child(1) { animation-delay: 0.25s; }
.optimized-hero__slide.active .optimized-hero__title > span:nth-child(2) { animation-delay: 0.35s; }
.optimized-hero__slide.active .optimized-hero__title > span:nth-child(3) { animation-delay: 0.45s; }
.optimized-hero__slide.active .optimized-hero__title > span:nth-child(4) { animation-delay: 0.55s; }
.optimized-hero__slide.active .optimized-hero__subtitle { animation-delay: 0.75s; }
.optimized-hero__slide.active .optimized-hero__cta { animation-delay: 0.95s; }

@keyframes contentEntryHero {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes lineDrawHero {
    0% { transform: scaleX(0); opacity: 0;}
    70% {opacity: 0.6;}
    100% { transform: scaleX(1); opacity: 0.6;}
}

.optimized-hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 5.8vw, 60px);
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.28;
    margin-top: 15px;
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    letter-spacing: -0.4px;
}
 .optimized-hero__title > span {
    display: inline-block; opacity: 0;
 }
.optimized-hero__title .highlight {
     color: #FFFFFF; 
     font-style: italic;
     font-weight: 700;
     text-shadow: 0 0 4px rgba(224, 242, 255, 0.1);
}

.hero-decorative-line {
    width: 80px;
    height: 2.5px;
    background: rgba(224, 242, 255, 0.45);
    margin: 0 auto 15px auto;
    border-radius: 1px;
    opacity: 0;
    transform-origin: center;
}

.optimized-hero__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: clamp(15px, 2.6vw, 18px);
    font-weight: 300;
    color: #D1E3FF; 
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1px;
}

.optimized-hero__cta {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: calc(14.5px * 1.05);
    font-weight: 600;
    color: #FFFFFF;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.65);
    text-decoration: none;
    padding: calc(15px * 1.05) calc(38px * 1.05);
    border-radius: 6px;
    transition: background-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), 
                color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), 
                border-color 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                transform 0.25s ease, 
                box-shadow 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.optimized-hero__cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #FFFFFF;
    transition: width 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: -1;
     border-radius: 4px;
}

.optimized-hero__cta:hover {
    color: #1A2E5A;
    border-color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 7px 18px rgba(255, 255, 255, 0.25);
}
.optimized-hero__cta:hover::before {
    width: 100%;
}

.hero-bg-animation-layer {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.hero-bg-animation-layer .bg-shape { position: absolute; opacity: 0; border: 1px solid rgba(165, 216, 255, 0.04); animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate;}
.optimized-hero__slide.active .hero-bg-animation-layer .bg-shape { animation-play-state: running; }
.optimized-hero__slide:not(.active) .hero-bg-animation-layer .bg-shape { animation-play-state: paused; opacity:0; }
.hero-bg-animation-layer .shape-1 { width: 55vmax; height: 55vmax; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(0deg); animation: rotateShapeHero 55s -12s; border-radius: 10px;}
.hero-bg-animation-layer .shape-2 { width: 40vmax; height: 40vmax; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(0deg); animation: rotateShapeHero 50s -5s reverse; border-style: dashed; border-color: rgba(165, 216, 255, 0.025); border-radius: 15px;}
.hero-bg-animation-layer .shape-3 { width: 25vmax; height: 25vmax; border-radius: 50%; bottom: 10%; right: 10%; animation: pulseShapeHero 22s -8s; border-width: 1px; border-color: rgba(121, 188, 255, 0.05);}
@keyframes rotateShapeHero { 0% { transform: translate(-50%, -50%) rotate(0deg) scale(0.98); opacity: 0.015; } 50% { opacity: 0.06; } 100% { transform: translate(-50%, -50%) rotate(360deg) scale(1.02); opacity: 0.015; } }
@keyframes pulseShapeHero { 0% { transform: scale(0.9); opacity: 0.008; } 50% { transform: scale(1.05); opacity: 0.06; } 100% { transform: scale(0.9); opacity: 0.008; } }
.hero-bg-animation-layer .light-streak { position: absolute; height: 180%; width: 1px; background: linear-gradient(to bottom, transparent, rgba(224, 242, 255, 0.06), transparent); transform-origin: center; animation: streakAcrossHero 20s infinite linear; opacity: 0;}
.optimized-hero__slide.active .hero-bg-animation-layer .light-streak { animation-play-state: running; }
.optimized-hero__slide:not(.active) .hero-bg-animation-layer .light-streak { animation-play-state: paused; opacity:0; }
.hero-bg-animation-layer .streak-1 { top: -40%; left: 25%; transform: rotate(10deg); animation-delay: -4s; animation-duration: 18s;}
.hero-bg-animation-layer .streak-2 { top: -40%; left: 65%; transform: rotate(-15deg); animation-delay: -11s; animation-duration: 22s;}
@keyframes streakAcrossHero { 0%   { opacity: 0; transform: rotate(var(--angle, 25deg)) translateY(-80vh) scaleY(0.2); } 10%  { opacity: 0.25; } 90%  { opacity: 0.02; } 100% { opacity: 0; transform: rotate(var(--angle, 25deg)) translateY(80vh) scaleY(1.8); } }

.optimized-hero__nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.55);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transition: color 0.3s ease, transform 0.3s ease;
}
.optimized-hero__nav-arrow:hover {
    color: #FFFFFF;
    transform: translateY(-50%) scale(1.1);
}
.optimized-hero__nav-arrow--prev { left: 15px; }
.optimized-hero__nav-arrow--next { right: 15px; }

.optimized-hero__nav-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 9px;
}
.optimized-hero__nav-dot {
    width: calc(10px * 1.3);
    height: calc(10px * 1.3);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.optimized-hero__nav-dot.active {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    transform: scale(1.25);
}

@media (max-width: 767px) {
    .optimized-hero { min-height: 600px; height: auto; }
    .optimized-hero__title { font-size: clamp(26px, 7.5vw, 36px); }
    .optimized-hero__subtitle { font-size: clamp(14px, 3.8vw, 16px); margin-bottom: 30px; }
    .optimized-hero__cta { padding: calc(12px * 1.05) calc(25px * 1.05); font-size: calc(13px * 1.05); }
    .optimized-hero__nav-arrow { padding: 5px; font-size: 22px; }
    .optimized-hero__nav-arrow--prev { left: 5px; }
    .optimized-hero__nav-arrow--next { right: 5px; }
    .optimized-hero__nav-dots { bottom: 15px; }
    .hero-bg-animation-layer .shape-2, .hero-bg-animation-layer .streak-2 { display:none; }
}/* End custom CSS */