/**{*/
/*    margin:0;*/
/*    padding:0;*/
/*    box-sizing:border-box;*/
/*}*/

/*body{*/
/*    font-family:'Montserrat',sans-serif;*/
/*}*/

/* =========================================
   HEADER FIXE
========================================= */

/*.hero-header{*/

/*    position:fixed;*/

/*    top:24px;*/
/*    left:0;*/

/*    width:100%;*/

/*    z-index:9999;*/

/*    padding:0 40px;*/
/*}*/

/* =========================================
   CONTAINER
========================================= */

/*.header-container{*/

/*    max-width:1600px;*/

/*    margin:auto;*/

/*    height:88px;*/

/*    display:flex;*/

/*    align-items:center;*/

/*    justify-content:space-between;*/

/*    padding:0 32px;*/

/*    border-radius:28px;*/

/*    background:*/
/*    rgba(7,53,86,0.72);*/

/*    backdrop-filter:blur(18px);*/

/*    -webkit-backdrop-filter:blur(18px);*/

/*    border:*/
/*    1px solid rgba(255,255,255,0.18);*/

/*    box-shadow:*/
/*    0 10px 40px rgba(0,0,0,.18);*/
/*}*/

/* =========================================
   LOGO
========================================= */

/*.logo{*/
/*    flex-shrink:0;*/
/*}*/

/*.logo img{*/

/*    width:135px;*/

/*    display:block;*/
/*}*/

/* =========================================
   NAVBAR
========================================= */

/*.navbar{*/

/*    display:flex;*/

/*    align-items:center;*/
/*}*/

/*.navbar ul{*/

/*    display:flex;*/

/*    align-items:center;*/

/*    gap:42px;*/

/*    list-style:none;*/

/*    margin:0;*/

/*    padding:0;*/
/*}*/

/*.navbar a{*/

/*    position:relative;*/

/*    color:#ffffff;*/

/*    text-decoration:none;*/

/*    font-size:14px;*/

/*    font-weight:500;*/

/*    transition:.3s ease;*/
/*}*/

/*.navbar a::after{*/

/*    content:"";*/

/*    position:absolute;*/

/*    left:0;*/
/*    bottom:-8px;*/

/*    width:0%;*/

/*    height:2px;*/

/*    background:#95C8D8;*/

/*    transition:.3s ease;*/
/*}*/

/*.navbar a:hover{*/

/*    color:#95C8D8;*/
/*}*/

/*.navbar a:hover::after{*/

/*    width:100%;*/
/*}*/

/* =========================================
   RIGHT SIDE
========================================= */

/*.header-right{*/

/*    display:flex;*/

/*    align-items:center;*/

/*    gap:18px;*/
/*}*/

/* =========================================
   LANGUAGE SWITCH
========================================= */

/*.lang-switch{*/

/*    display:flex;*/

/*    align-items:center;*/

/*    gap:8px;*/
/*}*/

/*.lang-switch a{*/

/*    color:#ffffff;*/

/*    text-decoration:none;*/

/*    font-size:13px;*/

/*    font-weight:500;*/

/*    transition:.3s ease;*/
/*}*/

/*.lang-switch a:hover{*/

/*    color:#95C8D8;*/
/*}*/

/*.lang-switch span{*/

/*    color:rgba(255,255,255,.4);*/
/*}*/

/* =========================================
   BUTTON
========================================= */

/*.header-btn{*/

/*    height:48px;*/

/*    padding:0 24px;*/

/*    border-radius:14px;*/

/*    background:#ffffff;*/

/*    color:#073556;*/

/*    text-decoration:none;*/

/*    display:flex;*/

/*    align-items:center;*/

/*    justify-content:center;*/

/*    font-size:13px;*/

/*    font-weight:700;*/

/*    transition:.3s ease;*/
/*}*/

/*.header-btn:hover{*/

/*    background:#95C8D8;*/

/*    color:#ffffff;*/

/*    transform:translateY(-2px);*/
/*}*/

/* =========================================
   MENU MOBILE BUTTON
========================================= */

/*.menu-toggle{*/

/*    display:none;*/

/*    width:44px;*/
/*    height:44px;*/

/*    border:none;*/

/*    border-radius:14px;*/

/*    background:#ffffff;*/

/*    color:#073556;*/

/*    font-size:18px;*/

/*    cursor:pointer;*/
/*}*/

/* =========================================
   MOBILE MENU
========================================= */

/*.mobile-menu{*/

/*    display:none;*/

/*    max-width:1600px;*/

/*    margin:10px auto 0;*/

/*    padding:18px;*/

/*    border-radius:22px;*/

/*    background:*/
/*    rgba(255,255,255,.96);*/

/*    backdrop-filter:blur(18px);*/

/*    -webkit-backdrop-filter:blur(18px);*/

/*    box-shadow:*/
/*    0 18px 45px rgba(0,0,0,.08);*/
/*}*/

/*.mobile-menu.active{*/

/*    display:block;*/
/*}*/

/*.mobile-menu a{*/

/*    display:block;*/

/*    padding:14px 10px;*/

/*    color:#073556;*/

/*    text-decoration:none;*/

/*    font-size:15px;*/

/*    font-weight:600;*/

/*    border-bottom:*/
/*    1px solid rgba(7,53,86,.08);*/

/*    transition:.3s ease;*/
/*}*/

/*.mobile-menu a:hover{*/

/*    color:#95C8D8;*/

/*    padding-left:16px;*/
/*}*/

/*.mobile-menu a:last-child{*/

/*    border-bottom:none;*/
/*}*/

/* =========================================
   RESPONSIVE
========================================= */

/*@media(max-width:1200px){*/

/*    .navbar ul{*/

/*        gap:26px;*/
/*    }*/

/*}*/

/*@media(max-width:992px){*/

/*    .hero-header{*/

/*        top:14px;*/

/*        padding:0 16px;*/
/*    }*/

/*    .header-container{*/

/*        height:74px;*/

/*        padding:0 16px;*/

/*        border-radius:22px;*/
/*    }*/

/*   .navbar,*/
/*.header-btn{*/
/*    display:none;*/
/*}*/

/*.lang-switch{*/
/*    display:flex;*/
/*}*/

/*    .menu-toggle{*/

/*        display:grid;*/

/*        place-items:center;*/
/*    }*/

/*    .logo img{*/

/*        width:100px;*/
/*    }*/

/*}*/
