@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.btn-primary{background:#608bc1;color:#fff;font-family:Inter,sans-serif;padding:10px 20px;border:none;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06);font-size:20px;font-weight:700;width:150px;cursor:pointer;transition:.3s}.btn-primary:hover{background:rgba(96,140,193,.1450980392);box-shadow:0 6px 12px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.12)}*{margin:0;padding:0;box-sizing:border-box;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}html{background:linear-gradient(135deg,rgb(15,23,42),rgb(30,41,59),rgb(51,65,85)) no-repeat 50%/cover;scroll-behavior:smooth;height:100%;-webkit-overflow-scrolling:touch}body,html{overflow-x:hidden;width:100%;position:relative}body{max-width:100vw;min-height:100vh;font-family:Inter,sans-serif;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,h1,h2,h3,h4,h5,h6,p,span{max-width:100%;overflow-wrap:break-word;word-wrap:break-word}