@import "https://fonts.googleapis.com/css2?family=Imperial+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,Segoe UI,sans-serif}body{background:#f5f7fa}.container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.card{background:linear-gradient(135deg,#f9fbfd,#e6ecf2);border-radius:16px;flex-direction:column;width:100%;max-width:1100px;padding:40px;display:flex;box-shadow:0 10px 30px #0000001a}.header{flex-flow:column;justify-content:center;align-items:center;margin-bottom:40px;display:flex}.logo{align-items:center;gap:15px;display:flex}.logo-box{border:3px solid #1e3a5f;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.logo-diagonal{background:#1e73be;width:70%;height:70%;transform:skew(-20deg)}.logo-text h1{color:#333;font-size:18px;line-height:1.1}.logo-text span{color:#5c5c5c;font-size:12px}.content{flex-flow:column;align-items:center;margin-bottom:40px;display:flex}.content h2{color:#1e73be;text-align:center;font-size:4em;font-weight:700}.content h2 span{color:#333}.content p{color:#5c5c5c;text-align:center;text-transform:uppercase;margin-top:20px;font-size:24px;line-height:1.6}.icons{gap:20px;margin-top:30px;display:flex}.icon-box{border:2px solid #1e73be;border-radius:8px;width:60px;height:60px}.contact-wrapper{align-self:center;display:flex}.contact{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;margin-bottom:40px;display:grid}.item{align-items:center;gap:10px;display:flex}.circle{color:#fff;background:#1e73be;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.item span,.item a{color:#5c5c5c;font-size:24px;text-decoration:none}.footer{color:#2680c2;text-align:center;border-radius:10px;margin-top:40px;padding:15px;font-size:1.5em}@media (width<=1024px){.content h2{font-size:3em}.content p,.item span,.item a{font-size:20px}.footer{font-size:1.25em}}@media (width<=768px){.header svg{height:60px}.card{padding:25px}.content{margin-bottom:0}.content h2{font-size:2.25em}.content p{font-size:18px}.contact{grid-template-columns:1fr;margin-top:0;margin-bottom:10px}.item span,.item a{font-size:18px}.footer{font-size:1.1em}.icons{justify-content:center}}@media (width<=480px){.header svg{height:50px}.content{margin-bottom:20px}.contact{margin-top:0;margin-bottom:0}.card{padding:18px}.content h2{font-size:1.75em}.content p,.item span,.item a{font-size:15px}.footer{font-size:1em}}.font-display{font-family:impact,Segoe UI,sans-serif}
