@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Lato:wght@300;400;700;900&display=swap";*{box-sizing:border-box;padding:0;margin:0;font-size:14px;font-family:Lato,sans-serif}@media only screen and (max-width:600px){*{font-size:13px}}.header{font-family:Inter,sans-serif;font-size:inherit}.container{display:grid;grid-template-columns:[full-start] minmax(0,1fr) [center-start] minmax(1150px,min-content) [center-end] minmax(0,1fr) [full-end]}@media only screen and (max-width:1200px){.container{grid-template-columns:[full-start] minmax(0,1fr) [center-start] minmax(850px,min-content) [center-end] minmax(0,1fr) [full-end]}}@media only screen and (max-width:900px){.container{grid-template-columns:[full-start] minmax(0,1fr) [center-start] minmax(600px,min-content) [center-end] minmax(0,1fr) [full-end]}}@media only screen and (max-width:600px){.container{grid-template-columns:[full-start] minmax(0,1fr) [center-start] minmax(100%,min-content) [center-end] minmax(0,1fr) [full-end]}}.active{color:#e2b879!important}.textarea-input,.textarea-input:active{border:none;border-bottom:1px solid #fff}