.heading{background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);left:0;padding:25px 0;position:fixed;top:0;width:100%;z-index:1000}.heading .content{align-items:center;display:flex;gap:15px;justify-content:space-between}.heading .logo{max-width:250px}.heading .logo img{display:block;height:auto;max-width:100%}.heading .menu{margin-left:auto}.heading .menu ul,.heading .menu ul ul{list-style:none;margin:0;padding:0}.heading .menu .hs-menu-wrapper>ul{display:flex;gap:10px}.heading .menu .hs-menu-wrapper li{position:relative}.heading .menu .hs-menu-item a{color:#101242;display:block;font-size:20px;font-weight:100;font-weight:400;padding:10px 20px 10px 0;position:relative;text-decoration:none;text-transform:capitalize;transition:color .3s ease}.heading .menu .hs-menu-item a:hover{color:#29c0eb}.heading .menu .hs-menu-children-wrapper{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);left:0;min-width:200px;opacity:0;position:absolute;top:100%;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;z-index:999}.heading .menu .hs-item-has-children:hover>.hs-menu-children-wrapper{opacity:1;visibility:visible}.heading .menu .hs-menu-depth-2 .hs-menu-children-wrapper{left:100%;top:0}.heading .menu .hs-menu-children-wrapper a{color:#101242;padding:10px 15px;transition:background-color .3s ease,color .3s ease;white-space:nowrap}.heading .menu .hs-menu-children-wrapper a:hover{background-color:#f0f0f0;color:#29c0eb}.heading .menu .hs-item-has-children>a:after{content:" ";display:inline-block;height:10px;margin-left:5px;width:11px}.heading .cta a{background-color:#29c0eb;border-radius:50px;color:#101242;display:inline-block;font-weight:100;font-weight:400;padding:8px 30px 10px;text-decoration:none;text-transform:capitalize;white-space:nowrap}.heading .cta a,.heading .cta a:hover{transition:background-color .3s ease;-moz-transition:background-color .3s ease;-webkit-transition:background-color .3s ease}.heading .cta a:hover{background-color:#101242;color:#fff}.heading .menu-toggle{background:none;border:none;color:#25bfea;cursor:pointer;display:none;font-size:24px}@media (max-width:1024px){.heading .content{align-items:stretch;flex-direction:column;gap:15px;position:relative}.heading .logo{text-align:center;width:100%}.heading .logo img{margin:0 auto;max-width:200px}.heading .menu-toggle{background:none;border:none;color:#25bfea;cursor:pointer;display:block;font-size:24px;padding:0;position:absolute;right:0;text-align:right;top:4px;width:22px}.heading .menu{border-bottom:1px dashed #25bfea;display:none;flex-direction:column;margin-top:20px;width:100%}.heading .menu .hs-menu-wrapper li{border-top:1px dashed #25bfea}.heading .menu .hs-menu-wrapper>ul{flex-direction:column;gap:0}.heading .menu .hs-menu-children-wrapper{box-shadow:none;display:none;opacity:1;position:static;visibility:visible}.heading .menu .hs-menu-item a{padding:10px 30px 10px 0}.heading .menu .hs-item-has-children>a:after{background-position:4px 7px;background-repeat:no-repeat;background-size:17px 10px;content:"";height:25px;margin:0;pointer-events:none;position:absolute;right:2px;top:9px;width:25px;z-index:99999}.heading .cta{margin-top:0;text-align:center;width:100%}.heading .cta a{display:inline-block;font-size:16px}}@media (max-width:767px){.heading .logo{max-width:180px}.heading .menu-toggle{top:3px}}