body{margin:0;padding:0;overflow-x:hidden}.c-card,.l-cards{position:relative;width:100%}.c-card{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 0;margin:0 auto}@media(min-width:640px){.c-card{height:100vh;padding:0}}.c-card>div{width:100%;max-width:1200px;height:auto;will-change:transform;margin:0 auto}@media(min-width:640px){.c-card>div{height:70vh;min-height:auto;width:90%}}@media(min-width:374px)and (max-width:376px)and (min-height:666px)and (max-height:668px){.l-cards{margin-top:4rem!important}.view-all-container{margin-top:5rem!important}}.button-glow{position:relative;width:160px;height:55px;padding:0 30px;border:none;background:#111;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;border-radius:55px;overflow:hidden;z-index:1;transition:transform .2s ease}.button-glow:before{top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,#F0050F 10%,#742981 20%,transparent 30%);animation:rotate-glow 4s linear infinite;filter:blur(5px)}.button-glow:after,.button-glow:before{content:"";position:absolute;z-index:-1}.button-glow:after{inset:2px;background:#111;border-radius:40px}.button-glow:active{transform:scale(.98)}@keyframes rotate-glow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}