@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap);body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:0;margin:0;background-color:#000}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;color:#fff;font-weight:900;margin:0 0 20px}h1{font-size:32px;text-transform:uppercase}h2{font-size:24px}h3{font-size:20px}p{font-family:Inter,sans-serif;color:#fff}.loader{border-radius:50%;border:2px solid #0000;border-top-color:#ff6b35;width:20px;height:20px;animation:spin 1s linear infinite}.big-loader{margin:0 auto;border-top:2px solid #ff6b35;width:30px;height:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}input{background-color:#ffffff0d;color:#fff;border:2px solid #fff;border-radius:16px;padding:14px 20px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;outline:none;transition:all .3s ease}input::placeholder{color:#ffffff80;font-style:italic}input:focus{border-color:#ff6b35;background-color:#ff6b351a;box-shadow:0 0 0 3px #ff6b3533}input:not(:placeholder-shown){background-color:#ffffff1a}textarea{background-color:#ffffff0d;color:#fff;border:2px solid #fff;border-radius:16px;padding:14px 20px;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;outline:none;resize:vertical;transition:all .3s ease}textarea::placeholder{color:#ffffff80;font-style:italic}textarea:focus{border-color:#ff6b35;background-color:#ff6b351a;box-shadow:0 0 0 3px #ff6b3533}textarea:not(:placeholder-shown){background-color:#ffffff1a}