﻿@media(max-width:640px){.desktop-only{display:none!important;}}@media(min-width:641px){.mobile-only{display:none!important;}}@media(min-width:901px){.tablet-only{display:none!important;}}@media(max-width:900px){.wide-desktop-only{display:none!important;}}.top-section{display:flex;align-items:center;gap:6.5rem;}.top-section .headers{flex:3;text-align:start;position:relative;}.top-section .headers h1{font-family:"Hammersmith One",sans-serif;font-size:3.5rem;font-weight:400;line-height:4.5rem;letter-spacing:-.0375rem;color:#111;margin:0 0 1.5rem;}.top-section .headers h2{font-size:1rem;line-height:1.5rem;font-weight:400;color:#686c80;margin:.5rem 0;}.top-section .headers:before{position:fixed;content:" ";width:43vw;height:43vw;transform:translate(-50%,-50%);border-radius:100%;background-color:rgba(21,101,216,.03);z-index:-1;}@media(max-width:900px){.top-section .headers:before{content:initial;}}.top-section .image{flex:2;}.top-section .image img{max-width:100%;max-height:100%;}@media(max-width:640px){.top-section{flex-direction:column;}.top-section .headers{flex:initial;text-align:center;}.top-section .image{flex:initial;margin:0 50px;}}.content-section .form-list{margin-top:3rem;column-count:3;}@media(max-width:900px){.content-section .form-list{column-count:2;}}@media(max-width:640px){.content-section .form-list{column-count:1;}}.content-section .form-list .icon{display:inline-block;width:1.7rem;height:1.7rem;}.content-section .form-list .icon svg{width:1.7rem;height:1.7rem;}.content-section .form-list a{display:flex;gap:.3rem;margin-bottom:1.5rem;}.content-section .form-list a .icon{color:var(--disabled-bg-color);transition:color .5s ease-out;}.content-section .form-list a span{color:var(--text-color);padding-top:.1rem;line-height:1.5rem;}.content-section .form-list a:hover .icon{color:var(--text-color);}.content-section .form-list a:hover span{text-decoration:underline;text-underline-position:under;}