/* AZ-HOSTING GLOBAL CORE — 21 AUG 2026
   Shared across migrated /az/ pages: grid, typography, header/footer,
   V15 mobile navigation, responsive shared behavior and SVG bridge. */

/* Hosting V2 minimal Bootstrap subset */
*,::after,::before{box-sizing:border-box}.img-fluid{max-width:100%;height:auto}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:768px){.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.mt-3,.my-3{margin-top:1rem!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}.container{min-width:992px!important}}
/* Hosting V2 pruned shared style subset */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');


html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    color: #130f40;
    position: relative;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 25px
}ul {
    list-style: none;
    margin: 0;
    padding: 0
}a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s
}button {
    cursor: pointer;
}button:focus {
    outline: 0
}a {
    color: #2c3e50;
}h1 {
    font-size: 40px;
    line-height: 50px
}h2 {
    font-size: 30px;
    line-height: 40px
}h3 {
    font-size: 24px;
    line-height: 34px
}h4 {
    font-size: 20px;
    line-height: 30px
}h5 {
    font-size: 18px;
    line-height: 28px
}h6 {
    font-size: 16px;
    line-height: 26px
}p {
    color: #6d70a6;
    font-weight: 500;
    line-height: 28px
}@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}.header-top {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.header-top li {
    display: inline-block;
    color: #fff;
}.header-top li a {
    display: block;
    color: #fff;
    padding: 0 10px;
}.header-left li {
    padding-right: 20px;
}.header-top li i {
    padding-right: 4px;
}.header-right {
    padding-right: 14px;
}.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}.header-btm {
    padding: 20px 0;
}.mainmenu {
    text-align: right;
}.mainmenu > ul > li {
    display: inline-block;
    position: relative;
}.mainmenu ul li a {
    display: block;
    color: #fff;
    font-weight: 500;
    padding: 6px 20px;
}.mainmenu > ul > li:hover .drop-down-menu {
    visibility: visible;
    opacity: 1;
    margin: 0;
}.mainmenu .drop-down-menu li a {
    color: #130f40;
    padding: 6px 16px;
}.mainmenu .drop-down-menu {
    position: absolute;
    left: 0;
    min-width: 180px;
    background-color: #fff;
    padding: 12px 0 18px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left
}.mainmenu .drop-down-menu li a:hover {
    color: #092EED;
}.footer {
    background-image: url(../images/banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 0;
    position: relative
}.footer-widget h4 {
    font-weight: 600;
    color: #fff;
}.footer-widget li a {
    display: inline-block;
    color: #fff;
    padding: 6px 0;
}.copyright-text {
    padding: 30px 0;
    margin: 90px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}.copyright-text p {
    color: #fff;
    margin: 0;
}.copyright-text p a {
    color: #70a1ff;
}
/* Hosting V2 pruned responsive subset */
@media only screen and (min-width: 992px) and (max-width: 1200px){.mainmenu ul li a {
        padding: 6px 18px;
    }}@media only screen and (min-width: 768px) and (max-width: 991px){h1 {
        font-size: 36px;
        line-height: 46px
    }h2 {
        font-size: 26px;
        line-height: 36px
    }h3 {
        font-size: 20px;
        line-height: 30px
    }h4 {
        font-size: 18px;
        line-height: 28px
    }h5 {
        font-size: 16px;
        line-height: 26px
    }h6 {
        font-size: 14px;
        line-height: 24px
    }.header-left li {
        padding-right: 16px;
        font-size: 14px;
    }.header-top li a {
        padding: 0 8px;
        font-size: 14px;
    }.footer-widget {
        margin: 0 0 30px;
    }.copyright-text {
        margin: 60px 0 0;
    }}@media only screen and (min-width: 480px) and (max-width: 767px){h1 {
        font-size: 30px;
        line-height: 40px
    }h2 {
        font-size: 22px;
        line-height: 32px
    }h3 {
        font-size: 18px;
        line-height: 28px
    }h4 {
        font-size: 16px;
        line-height: 26px
    }h5 {
        font-size: 14px;
        line-height: 24px
    }h6 {
        font-size: 13px;
        line-height: 23px
    }.logo img {
        max-width: 160px;
    }.header-top {
        text-align: center;
    }.header-right {
        padding-right: 0;
        text-align: center !important;
        padding-top: 8px;
    }.header-left li,
    .header-top li a {
        font-size: 14px;
    }.footer-widget {
        margin: 0 0 30px;
    }.footer {
        padding: 80px 0 0;
    }.copyright-text {
        margin: 40px 0 0;
    }}@media only screen and (min-width: 360px) and (max-width: 479px){h1 {
        font-size: 30px;
        line-height: 40px
    }h2 {
        font-size: 22px;
        line-height: 32px
    }h3 {
        font-size: 18px;
        line-height: 28px
    }h4 {
        font-size: 16px;
        line-height: 26px
    }h5 {
        font-size: 14px;
        line-height: 24px
    }h6 {
        font-size: 13px;
        line-height: 23px
    }.logo img {
        max-width: 160px;
    }.header-top {
        text-align: center;
    }.header-right {
        padding-right: 0;
        text-align: center !important;
        padding-top: 8px;
    }.header-left li,
    .header-top li a {
        font-size: 14px;
    }.header-left li {
        padding-right: 10px;
    }.footer-widget {
        margin: 0 0 30px;
    }.footer {
        padding: 80px 0 0;
    }.copyright-text {
        margin: 40px 0 0;
    }.footer-widget img {
        max-width: 150px;
    }}@media only screen and (min-width: 320px) and (max-width: 359px){h1 {
        font-size: 30px;
        line-height: 40px
    }h2 {
        font-size: 22px;
        line-height: 32px
    }h3 {
        font-size: 18px;
        line-height: 28px
    }h4 {
        font-size: 16px;
        line-height: 26px
    }h5 {
        font-size: 14px;
        line-height: 24px
    }h6 {
        font-size: 13px;
        line-height: 23px
    }.logo img {
        max-width: 160px;
    }.header-top {
        text-align: center;
    }.header-right {
        padding-right: 0;
        text-align: center !important;
        padding-top: 5px;
    }.header-left li,
    .header-top li a {
        font-size: 12px;
    }.header-left li {
        padding-right: 10px;
    }.footer-widget {
        margin: 0 0 30px;
    }.footer {
        padding: 80px 0 0;
    }.copyright-text {
        margin: 40px 0 0;
    }.footer-widget img {
        max-width: 150px;
    }}

/* ===== V15 SHARED MOBILE MENU ===== */
/* ===== azh-hosting-v15-css-sticky (consolidated; original cascade position preserved) ===== */
.azh-v15-sticky{display:none}

@media(max-width:991px){
  /* One mobile navigation system only. */
  .header-btm{display:none!important}
  .mean-container .mean-bar,
  .mean-container .mean-nav,
  .mean-container a.meanmenu-reveal{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  .azh-v15-sticky{
    display:block;
    position:sticky;
    top:0;
    z-index:2147482000;
    width:100%;
    background:linear-gradient(115deg,#0739a9 0%,#075ee8 62%,#08aee3 100%);
    box-shadow:0 7px 22px rgba(5,30,83,.18);
  }
  .azh-v15-sticky-inner{
    min-height:68px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:8px 15px;
  }
  .azh-v15-brand{
    min-width:0;
    display:flex;
    align-items:center;
    gap:8px;
  }
  .azh-v15-logo{
    display:flex;
    align-items:center;
    min-width:0;
  }
  .azh-v15-logo img{
    display:block;
    width:auto;
    max-width:210px;
    max-height:40px;
  }
  .azh-v15-flags{
    display:flex;
    align-items:center;
    gap:3px;
    flex:0 0 auto;
  }
  .azh-v15-flags a{display:flex}
  .azh-v15-flags img{
    display:block;
    width:auto;
    max-height:25px;
  }

  .azh-v15-toggle{
    flex:0 0 46px;
    width:46px;
    height:44px;
    border:0;
    border-radius:10px;
    background:rgba(255,255,255,.08);
    padding:8px 9px;
    cursor:pointer;
  }
  .azh-v15-toggle span{
    display:block;
    width:28px;
    height:3px;
    margin:4px auto;
    border-radius:3px;
    background:#fff;
    transition:transform .18s ease,opacity .18s ease;
  }
  .azh-v15-sticky.azh-open .azh-v15-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg)
  }
  .azh-v15-sticky.azh-open .azh-v15-toggle span:nth-child(2){opacity:0}
  .azh-v15-sticky.azh-open .azh-v15-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg)
  }

  .azh-v15-nav{
    display:none;
    position:absolute;
    top:100%;
    right:0;
    width:min(88vw,340px);
    max-height:calc(100dvh - 68px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
    padding:10px 0 14px;
    background:#071f5f;
    border-radius:0 0 0 14px;
    box-shadow:0 18px 36px rgba(0,0,0,.25);
  }
  .azh-v15-sticky.azh-open .azh-v15-nav{display:block}
  .azh-v15-nav>a,
  .azh-v15-nav summary,
  .azh-v15-nav details div a{
    display:block;
    width:100%;
    margin:0;
    padding:13px 18px;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.09);
    background:transparent;
    color:#fff!important;
    text-decoration:none!important;
    font-size:14px;
    font-weight:750;
    line-height:1.35;
    cursor:pointer;
  }
  .azh-v15-nav details{margin:0}
  .azh-v15-nav summary{
    position:relative;
    list-style:none;
  }
  .azh-v15-nav summary::-webkit-details-marker{display:none}
  .azh-v15-nav summary:after{
    content:"+";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    font-size:18px;
    font-weight:500;
    color:#9bdcff;
  }
  .azh-v15-nav details[open] summary:after{content:"−"}
  .azh-v15-nav details div{background:rgba(255,255,255,.035)}
  .azh-v15-nav details div a{
    padding-left:30px;
    font-size:13px;
    font-weight:650;
    color:#d8e8ff!important;
  }
  .azh-v15-nav .azh-v15-cabinet{
    margin:10px 14px 0;
    width:auto;
    border:1px solid rgba(255,255,255,.16);
    border-radius:9px;
    text-align:center;
    background:rgba(255,255,255,.08);
  }

  /* Since the original lower header is hidden, hero can start cleanly beneath sticky bar. */
  .hp7-hero{padding-top:32px!important}
}

@media(max-width:430px){
  .azh-v15-sticky-inner{padding-left:10px;padding-right:10px}
  .azh-v15-logo img{max-width:185px;max-height:36px}
  .azh-v15-flags img{max-height:22px}
  .azh-v15-brand{gap:5px}
}



/* ===== V18 SHARED MOBILE MENU POLISH ===== */
@media(max-width:991px){.azh-v15-nav{
    width:min(90vw,350px)!important;
    padding:12px!important;
    background:
      radial-gradient(circle at 85% 0%,rgba(48,176,255,.20),transparent 34%),
      linear-gradient(155deg,#f7fbff 0%,#eaf5ff 52%,#f8fcff 100%)!important;
    border:1px solid rgba(31,126,205,.15)!important;
    border-radius:0 0 0 20px!important;
    box-shadow:0 22px 55px rgba(13,72,126,.20)!important;
  }.azh-v15-nav>a,.azh-v15-nav summary{
    display:flex!important;align-items:center!important;gap:11px!important;
    margin:6px 0!important;padding:13px 14px!important;
    border:1px solid rgba(28,119,194,.10)!important;border-radius:12px!important;
    background:rgba(255,255,255,.78)!important;
    color:#173f67!important;font-weight:850!important;
    box-shadow:0 5px 14px rgba(27,90,145,.045)!important;
  }.azh-v15-nav summary:after{color:#3988c8!important}.azh-v15-nav details div{
    margin:2px 5px 8px!important;padding:5px 0!important;
    background:rgba(223,240,253,.65)!important;border-radius:10px!important;
  }.azh-v15-nav details div a{
    border-bottom:0!important;color:#3b6181!important;padding:10px 14px 10px 44px!important;
  }.azh-v15-nav .azh-v15-cabinet{
    margin:10px 0 0!important;
    background:linear-gradient(135deg,#1169d6,#159dde)!important;
    border:0!important;color:#fff!important;justify-content:center!important;
    box-shadow:0 10px 22px rgba(12,107,194,.20)!important;
  }.azh-v18-mi{
    display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;
    border-radius:9px;background:#e8f5ff;color:#0879d4;font-size:17px;font-weight:900;
  }.azh-v15-cabinet .azh-v18-mi{background:rgba(255,255,255,.16);color:#fff}}

/* ===== AZ-HOSTING GLOBAL HEADER / MOBILE CORE ===== */
@media(min-width:992px){
  .header{background:linear-gradient(115deg,#0739a9 0%,#075ee8 55%,#08b7e7 100%)!important}
}
@media(max-width:991px){
  html,body{overflow-x:hidden!important}
  .header-btm{display:none!important}
}
.azh-svg-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  vertical-align:-.125em
}
.azh-svg-icon>.azh-svg-glyph{
  display:block;
  width:1em;
  height:1em;
  overflow:visible;
  color:inherit
}
