@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:400,600,700&display=swap");*,*:before,*:after{box-sizing:border-box;margin:0;border:none}:root{--white-text: rgb(255, 255, 255);--black-text: rgb(17, 23, 41);--purple-text: rgb(64, 54, 169);--opaque-container: rgba(255, 255, 255, .2);--14px: .875rem;--16px: 1rem;--20px: 1.25rem;--24px: 1.5rem;--32px: 2rem;--40px: 2.5rem;--64px: 4rem;--68px: 4.25rem;--206px: 12.875rem;--577px: 36.0625rem;--641px: 37.70588235rem}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url("data:image/svg+xml,%3csvg%20width='1280'%20height='720'%20viewBox='0%200%201280%20720'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3046_791)'%3e%3crect%20width='1280'%20height='1148'%20fill='url(%23paint0_linear_3046_791)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3046_791'%20x1='467'%20y1='-14.4612'%20x2='1362.19'%20y2='1174.65'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23AE2D5D'%20stop-opacity='0.88'/%3e%3cstop%20offset='0.293984'%20stop-color='%237429C6'/%3e%3cstop%20offset='0.677083'%20stop-color='%2346208F'/%3e%3cstop%20offset='1'%20stop-color='%232A4DD0'%20stop-opacity='0.94'/%3e%3cstop%20offset='1'%20stop-color='%232A4DD0'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3046_791'%3e%3crect%20width='1280'%20height='720'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-position:center;background-repeat:no-repeat}body{ font-family: "Open Sans", sans-serif;}input,select,textarea,button{font:inherit}.header{width:94%;margin:20px auto 40px}.logo{width:250px;}.title{font-size:var(--40px);font-weight:700;line-height:125%;letter-spacing:-.4px;margin:0 auto 16px}.subtitle{font-size:var(--16px);font-weight:500;line-height:150%;letter-spacing:-.16px;margin:0 auto 72px}.title,.subtitle{text-align:center;color:var(--white-text)}.main{width:94%;margin:0 auto}.form{display:grid;grid-template-columns:1fr;padding:20px 12px;gap:24px;background-color:var(--opaque-container);border-radius:20px;margin-bottom:30px}.form-item{display:flex;flex-direction:column;gap:4px}.item-title{font-weight:500}.item-input{font-size:var(--16px);font-weight:600;letter-spacing:-.16px;padding:23px 22px;height:var(--68px);color:var(--black-text)}.textarea{height:var(--206px);resize:none}.consent{flex-direction:row;font-weight:400;gap:5px;align-items:center}.item-title,.consent{font-size:var(--14px);color:var(--white-text);letter-spacing:-.14px}.button{font-size:var(--20px);font-weight:700;letter-spacing:-.2px;padding:24px 0;color:var(--purple-text);background-color:#fff}.item-input,.button{border-radius:16px}.dropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%209L12%2015L6%209'%20stroke='%23111729'%20stroke-width='2'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:var(--24px) var(--24px);background-position-x:95%;background-position-y:50%}.checkbox{width:var(--20px);height:var(--20px);margin-right:3px}@media only screen and (min-width: 51.25rem){.header{width:85%}.main{width:810px}.title{font-size:var(--64px);letter-spacing:-.64px}.subtitle{width:var(--641px);font-size:var(--32px);letter-spacing:-.32px}.form{grid-template-columns:1fr 1fr;gap:18px;padding:32px}.form-item{margin-bottom:6px}.half-w{grid-column:span 1}.full-w{grid-column:span 2}}@media only screen and (min-width: 75rem){.header{width:89%}}