.elementor-2292 .elementor-element.elementor-element-279cc65{--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-2292 .elementor-element.elementor-element-a6bb9af{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2292 .elementor-element.elementor-element-f8ad891{--display:flex;}.elementor-2292 .elementor-element.elementor-element-af14231{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2292 .elementor-element.elementor-element-a6bb9af{--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-2292 .elementor-element.elementor-element-a6bb9af{--margin-top:-135px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS *//* HERO SECTION */
        .hero {
            position: relative;
            height: 10vh;
            min-height: 400px;
            background: linear-gradient(rgba(28, 95, 122, 0.85), rgba(46, 114, 140, 0.9)),
                        url('') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
        }
        
        .hero::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background: linear-gradient(to bottom, transparent, #e0f2f7);
        }

        .hero-content {
            max-width: 900px;
            padding: 0 20px;
            z-index: 2;
        }

        .hero h1 {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 20px;
            text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
        }

        .hero-subtitle {
            font-size: 1.5rem;
            font-weight: 300;
            margin-bottom: 35px;
            opacity: 0.95;
        }/* End custom CSS */