.hero{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100dvh;box-sizing:border-box;min-height:730px;max-height:1500px;gap:30px;overflow:hidden}.hero img.logo{height:40%;aspect-ratio:1}.hero .stores{height:0;display:flex;gap:10px;flex-wrap:wrap;justify-content:center;padding:0 40px}.hero .stores img{height:50px}.hero .background{background-image:radial-gradient(orange,#e37200);top:0;left:0;position:fixed;z-index:-1;width:100dvw;height:100dvh;object-fit:cover}.hero .sun{position:absolute;z-index:-1;width:100%;height:200%;opacity:.1;overflow:hidden;display:flex;justify-content:center;align-items:center;-webkit-mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%);mask-image:linear-gradient(180deg,#000,#000 50%,transparent 90%)}.hero .sun img{width:5000px;height:5000px;animation:spin 222s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media only screen and (max-width:1439px){.hero{min-height:calc(50dvw - 170px + 180px)}}@media only screen and (max-width:1024px){.hero{min-height:930px}}@media only screen and (max-width:550px){.hero{min-height:calc(100dvw - 150px + 300px + 180px);height:calc(100dvw - 150px + 300px + 180px)}}.footer{padding:100px;background-color:#0a0012;color:#fff;display:flex;justify-content:center;box-shadow:0 1510px 0 1500px #0a0012}.footer .container{display:flex;gap:25px;flex-wrap:wrap;max-width:1200px;padding-bottom:100px}.footer .col{flex:1 1;min-width:275px;padding-bottom:40px}.footer .col h2{margin-top:0;color:#375274;font-size:20px}.footer .col ul{all:unset;display:flex;flex-direction:column;color:#b8c2d0;font-weight:500;gap:2px}.footer .col ul li{all:unset}.footer .col ul li a{padding:3px;border-radius:100px;color:#b8c2d0;text-decoration:unset}.footer .col ul li a:hover{color:#fff;cursor:pointer}.footer .logo{display:flex;gap:20px;font-size:26px;align-items:center;padding-bottom:30px}.footer .logo img{height:56px;width:56px;border-radius:15px}