#header{padding:20px 0;background-color:var(--white);box-shadow:0 2px 5px rgba(0,0,0,.1);position:fixed;top:0;width:100%;z-index:9999}#header .headerLogo{height:41px;width:154px}#header .headerMenu{display:flex;justify-content:space-between}#header .headerMenu .btn{margin:0}#header .headerMenu .menu{list-style:none;display:flex;gap:20px}#header .headerMenu .menu a{color:var(--primary);font-weight:600;font-size:16px;line-height:24px;position:relative;padding:10px}#header .hamburger-menu{display:none;cursor:pointer;background:none;border:none;float:right}#header .hamburger-menu i{font-size:30px;color:var(--primary)}#header button.close-menu{display:none;color:var(--primary)}@media(max-width:992px){#header button.close-menu{display:block}#header .headerMenu{justify-content:start;position:fixed;top:0;right:-100%;height:100%;width:80%;background-color:var(--white);box-shadow:-2px 0 5px rgba(0,0,0,.1);padding:10px;flex-direction:column;transition:right .3s ease-in-out;z-index:1000}#header .headerMenu.active{right:0}#header .headerMenu .btn{margin-top:30px}#header .headerMenu .close-menu{align-self:flex-end;background:none;border:none;font-size:24px;font-weight:700;color:var(--primary);cursor:pointer}#header .headerMenu .menu{text-align:center;margin-top:20px;flex-direction:column;gap:20px}#header .hamburger-menu{display:flex}}#header .mega-menu{display:none;position:absolute;top:30px;left:-30%;width:100%;background:var(--white);box-shadow:0 0 10px 0 hsla(0,0%,63.849995931%,.5);padding:15px;justify-content:flex-start;flex-wrap:wrap;z-index:9999;border-radius:10px;animation:fadeIn .3s ease-in-out;gap:20px;width:1000px;max-width:1000px}#header .megaFlexMenu{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;width:67%}#header .underMega{display:flex;flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px);gap:15px;align-items:flex-start;padding:5px;border-radius:10px;transition:transform .2s,box-shadow .2s;cursor:pointer}#header .underMega a{gap:10px}#header .icon{width:46px;height:46px}#header .icon img{object-position:top}#header .content{width:calc(100% - 46px)}#header .content h3{font-size:20px;font-weight:600;line-height:22px;margin:0 0 14px;color:var(--primary)}#header .content p{font-size:14px;color:#a2a1b1;margin:0;line-height:20px}#header .mega-column.outcomes{width:30%;padding-left:20px;border-left:3px dashed #ddd;position:relative;padding-bottom:100px}#header .mega-column.outcomes:before{content:"";position:absolute;background-image:url(/_next/static/media/Asset-102-27.1e5ab26f.png);background-position:100% 100%;background-repeat:no-repeat;background-size:80% auto;height:100%;width:100%;top:0;left:0;z-index:-1}#header .mega-column.outcomes h3{font-size:20px;font-weight:700;color:var(--primary);margin-bottom:15px;text-align:center}#header .mega-column.outcomes ul{list-style:none;padding:0;margin:0}#header .mega-column.outcomes ul li{font-size:14px;color:#402e63;line-height:21px;margin-bottom:8px;font-weight:600}#header .mega-column.outcomes ul li span{padding-right:8px}#header .mega-column.outcomes ul li span svg{height:15px;position:relative;top:3px}#header .menu .dropdown:hover .mega-menu{display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:576px){#header .hamburger-menu{position:absolute;right:20px;top:-35px}}@media screen and (max-width:786px){.menu .dropdown:hover .mega-menu{display:none!important}}