﻿section.sub-nav{background:#a4ddf1;padding:10px 0}section.sub-nav .site-container{margin-top:0;margin-bottom:0}section.sub-nav.sticky{position:fixed;width:100%;z-index:9999;box-shadow:0 2px 5px rgba(0,0,0,.1)}section.sub-nav .wrapper{margin:0 20px}section.sub-nav .wrapper a.sub-nav-item,section.sub-nav .wrapper button.sub-nav-item{color:#0b1c32;text-decoration:none;font-weight:700;text-transform:uppercase;font-size:12px;line-height:18px;letter-spacing:1.2px;display:inline-flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:0}section.sub-nav .wrapper a.sub-nav-item:focus-visible,section.sub-nav .wrapper button.sub-nav-item:focus-visible{outline:2px solid #0b1c32;outline-offset:2px}section.sub-nav .wrapper button.sub-nav-item{font:inherit}section.sub-nav .wrapper button.dropdown-toggle{font-family:"PoppinsBold",sans-serif}section.sub-nav .wrapper a.logo img{width:40px}section.sub-nav .wrapper a.btn,section.sub-nav .wrapper button.btn{color:#fff;text-align:center;display:inline-block !important;margin:0 !important;padding:10px 20px !important;background:#ef404d}section.sub-nav .wrapper .arrow img{transform:rotate(90deg);font-size:12px;margin-left:5px;transition:transform .3s ease;width:20px}section.sub-nav .wrapper .menu-items{display:none}section.sub-nav .wrapper .menu-items.expanded{display:block;transition:transform .3s ease;border-top:1px solid #0b1c32;margin-top:20px;padding-top:20px}section.sub-nav .wrapper .menu-items.expanded a.sub-nav-item,section.sub-nav .wrapper .menu-items.expanded button.sub-nav-item{display:block;padding:10px 0}section.sub-nav .wrapper .mobile-top-container{display:flex;justify-content:space-between;align-items:center}section.sub-nav .wrapper .open{display:flex;align-items:center;gap:5px}section.sub-nav .wrapper .open.expanded .arrow img{transform:rotate(-90deg)}section.sub-nav .dropdown{position:relative;display:inline-block}section.sub-nav .dropdown-toggle{cursor:pointer}section.sub-nav .dropdown-toggle::after{content:"▼";margin-left:5px;font-size:12px}section.sub-nav .dropdown .dropdown-menu{position:absolute;margin-top:10px;background:#a4ddf1;z-index:999999;border-radius:6px;box-shadow:0 6px 24px rgba(0,0,0,.08);min-width:200px}section.sub-nav .dropdown .dropdown-menu a{color:#000;text-decoration:none;display:block;padding:10px}section.sub-nav .dropdown .dropdown-menu a:hover{background-color:#ddd}section.sub-nav .dropdown .dropdown-menu[hidden]{display:none}@media(min-width: 700px){section.sub-nav .wrapper .menu-items{display:flex;align-items:center;justify-content:center;gap:39px}section.sub-nav .wrapper .mobile-top-container,section.sub-nav .wrapper .open{display:none}}