@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap";:root{--primary-glow:radial-gradient(rgba(255,1,128,.3),rgba(1,247,255,.1));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,183,255,.39))}*{font-family:Sora,sans-serif!important;scroll-behavior:smooth}* ::-webkit-scrollbar-track{background-color:#0e0c15}* ::-webkit-scrollbar{width:8px;height:8px;border-radius:24px;background-color:#5f6076}* ::-webkit-scrollbar-thumb{border-radius:24px;background-color:#00ffb0}button:hover{text-decoration:underline;opacity:.8}.glow{width:100%;display:flex;justify-content:center;align-items:center;padding:4rem 0;position:absolute;z-index:-1;top:0}.glow:before{background:var(--secondary-glow);border-radius:50%;width:1080px;height:1840px;margin-left:-300px}.glow:after{background:var(--primary-glow);width:940px;height:880px;z-index:-1}.glow:after,.glow:before{content:"";left:50%;position:absolute;filter:blur(45px);transform:translateZ(0)}.accordion{width:100%;overflow:hidden}.accordion .accordion-header{cursor:pointer;width:100%;text-align:left;border:none;transition:background-color .2s ease;padding:32px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;display:flex;align-items:center;justify-content:space-between;gap:24px}.accordion .accordion-content{max-height:0;overflow:hidden;transition:max-height .2s ease-out;border-bottom:1px solid #403c5d}.accordion .accordion-content:last-of-type{border:0}.accordion .accordion-content.active{animation:slideDown .2s ease-out forwards}.accordion .accordion-content.inactive{animation:slideUp .2s ease-out forwards}.accordion .accordion-content p{padding-bottom:20px}@keyframes slideDown{0%{max-height:0}to{max-height:500px}}@keyframes slideUp{0%{max-height:500px}to{max-height:0}}@media screen and (-webkit-min-device-pixel-ratio:0)and (max-device-width:1024px){button:focus,input:focus,select:focus,textarea:focus{font-size:medium}}.thank{background-color:#fff!important;color:#000!important}.thank a{color:blue;text-decoration:underline}.thank header{color:#fff;padding:10px 0;background-color:#069;text-align:center}.thank .wraper{max-width:960px;padding:0 2%;margin:10px auto}.thank p{margin-bottom:10px}