.custom-header{display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;top:20px;transition:all .3s ease;width:100%;z-index:9999}.custom-header__container{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-width:1200px;padding:20px 40px;pointer-events:auto;transition:padding .3s ease;width:90%}.custom-header__logo img{height:40px;transition:height .3s ease}.custom-header__menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.custom-header__menu a{color:#001041;font-size:.7rem;font-weight:700;text-decoration:none}@media (max-width:1024px){.custom-header__menu{gap:.5rem}.custom-header__menu a{font-size:.7rem}}.custom-header.shrink .custom-header__container{padding:10px 30px}.custom-header.shrink .custom-header__logo img{height:30px}.burger-menu{background-color:#eee;border:1px solid red;cursor:pointer;display:none;flex-direction:column;gap:4px;margin-left:auto;padding:10px;z-index:9999}.burger-menu:focus,.burger-menu:hover{background-color:#fff;border:1px solid red;box-shadow:none;outline:none}.burger-line{background-color:#000;border-radius:2px;height:3px;width:25px}@media (max-width:767px){.custom-header__menu{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);display:none;flex-direction:column;left:0;padding:1rem;position:absolute;top:100%;width:100%}.burger-menu,.custom-header__menu.active{display:flex}}