header{background:#131313;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;padding:13px 24px 14px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:0;min-height:72px;position:fixed;top:0;width:100%;z-index:20}@media only screen and (max-width:991px){header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width:575px){header{padding:9px 14px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:62px}}header .logo-burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:23px}@media only screen and (max-width:575px){header .logo-burger{gap:15px}}@media only screen and (max-width:390px){header .logo-burger{gap:11px;max-width:50%}}header .logo-burger .burger-menu{background:none;border:none;cursor:pointer;display:none;outline:none;padding:0}@media only screen and (max-width:991px){header .logo-burger .burger-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}header .logo-burger .burger-menu img{height:24px;width:24px}header .logo-burger .burger-menu .open{display:-webkit-box;display:-ms-flexbox;display:flex}header .logo-burger .burger-menu .close,header .logo-burger .burger-menu .open.active{display:none}header .logo-burger .burger-menu .close.active{display:-webkit-box;display:-ms-flexbox;display:flex}header .logo-burger a.logo img{max-width:100%;width:160px}@media only screen and (max-width:991px){header .logo-burger a.logo img{width:inherit}}@media only screen and (max-width:390px){header .logo-burger a.logo img{display:-webkit-box;display:-ms-flexbox;display:flex;width:95%}}header .account-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}@media only screen and (max-width:575px){header .account-buttons{gap:9px;max-width:50%;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}header .account-buttons a{display:-webkit-box;display:-ms-flexbox;display:flex;text-decoration:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:.5rem;font-size:16px;line-height:120%;padding:8px 20px;-webkit-transition:.3s;transition:.3s}@media only screen and (max-width:991px){header .account-buttons a{padding:10px 12px}}@media only screen and (max-width:575px){header .account-buttons a{font-size:11px;padding:4px}}@media only screen and (max-width:390px){header .account-buttons a{padding:7px 3px}}header .account-buttons a:hover{-webkit-transition:.3s;transition:.3s}header .account-buttons a.secondary{color:#fff}header .account-buttons a.secondary:hover{background:#343434}header .account-buttons a.primary{background:#fccd41;border:1px solid #fccd41;color:#131313}header .account-buttons a.primary:hover{background:#eac692;border:1px solid #eac692}