@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";footer{color:#797676;background-color:#fff;justify-content:center;width:100%;padding:1.8rem 2.8rem}@media screen and (width<=768px){footer{text-align:center;padding:1rem 0;font-size:.5rem}}.splash-container{background-color:#1928ad;justify-content:center;align-items:center;height:100vh}.splash-container .logo{width:20%;margin-bottom:2rem}.splash-container .loader{border:4px solid #fff;border-top-color:#0000;border-radius:50%;width:7rem;height:7rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media screen and (width<=768px){.splash-container .logo{width:40%}.splash-container .loader{width:3rem;height:3rem}}html{scroll-behavior:smooth}body{background-color:#f5f5f6;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif;text-decoration:none;list-style:none}.btn{color:#f4f4f4;cursor:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:0 0;border:1px solid #f4f4f4;border-radius:.5rem;justify-content:center;align-items:center;gap:1rem;padding:.5rem 1rem;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700;transition:all .2s ease-in-out;display:inline-flex}.btn img{color:#7af298;width:1.5rem;height:auto}.btn svg{color:#7af298}.btn span,.btn p,.btn button{color:#f4f4f4}.btn span:hover,.btn p:hover,.btn button:hover{color:#7af298}.btn:hover{color:#7af298;border-color:#7af298;transform:translate(-3px);box-shadow:0 10px 30px #0009}.btn.zap{background-image:url(/icon/whatsapp.svg);background-position:1rem;background-repeat:no-repeat;background-size:32px 32px;padding-left:3.5rem}h1,h2,h3,h4,h5,h6{color:#f4f4f4;font-size:3rem;font-weight:700}p,a,span,li{color:#fff;font-size:1.2rem;font-weight:400;line-height:1.6rem}.container{padding:2rem 15rem}.flex{display:flex}.flex-colum{flex-direction:column;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.space-between{justify-content:space-between;display:flex}.space-around{justify-content:space-around;display:flex}.gap-p{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:2rem}.gap-xl{gap:3rem}.gap-xxl{gap:4rem}.grid{display:grid}.grid2col{grid-template-columns:repeat(2,1fr);display:grid}.grid3col{grid-template-columns:repeat(3,1fr);display:grid}.grid4col{grid-template-columns:repeat(4,1fr);display:grid}.center{text-align:center}@media (width<=768px){.container{padding:1rem}h1,h2,h3,h4,h5,h6{font-size:1.5rem}p,a,span,li,summary{font-size:.8rem}.grid2col,.grid3col{grid-template-columns:1fr}.gap-lg{gap:1rem}.gap-xl{gap:1.5rem}.gap-xxl{gap:2rem}.btn{padding:.5rem 1rem;font-size:1rem}}
