@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700;800&display=swap");:root{--color-primary-surface:#fff;--color-secondary-surface:#f1fafe;--color-brand-voice:#441eff;--color-active-data:#5be3f0;--color-validated:#adffb5;--color-authority-surface:#0a2540;--color-rich-black:#0a0a0a;--color-muted-text:#3d3d3d;--font-base:"JetBrains Mono",monospace;--size-display:56px;--size-heading:32px;--size-subheading:20px;--size-body:16px;--size-label:13px;--size-eyebrow:11px;--weight-display:800;--weight-heading:700;--weight-subheading:600;--weight-body:300;--weight-label:500;--weight-eyebrow:400;--line-height-display:1.1;--line-height-heading:1.2;--line-height-body:1.6;--container-max:1280px;--container-padding-x:2rem;--section-padding-y:80px;--section-padding-y-sm:48px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--transition-base:all 0.2s ease;--btn-height:48px;--btn-padding-x:24px;--btn-font-size:16px;--btn-font-weight:300;--btn-min-width-sm:138px;--btn-min-width-md:180px}@media (max-width:767px){:root{--size-display:36px;--size-heading:26px;--size-subheading:18px;--size-body:15px;--container-padding-x:1.25rem;--section-padding-y:48px;--section-padding-y-sm:32px;--btn-height:44px;--btn-padding-x:16px;--btn-min-width-md:100%}}@media (min-width:768px) and (max-width:1024px){:root{--size-display:46px;--size-heading:28px;--section-padding-y:64px}}a,body,button,div,html,input,li,p,span,textarea{font-family:var(--font-base)!important}body{background-color:var(--color-primary-surface);color:var(--color-rich-black);font-size:var(--size-body);font-weight:var(--weight-body);line-height:var(--line-height-body);-webkit-font-smoothing:antialiased;margin:0;padding:0}.h1,h1{color:var(--color-authority-surface);font-size:var(--size-display);font-weight:var(--weight-display);line-height:var(--line-height-display);margin-bottom:var(--space-4);margin-top:0}.h2,h2{font-size:var(--size-heading);font-weight:var(--weight-heading);line-height:var(--line-height-heading)}.h2,.h3,h2,h3{color:var(--color-authority-surface);margin-bottom:var(--space-3);margin-top:0}.h3,h3{font-size:var(--size-subheading);font-weight:var(--weight-subheading);line-height:1.3}.label-text{color:var(--color-muted-text);font-size:var(--size-label);font-weight:var(--weight-label)}.eyebrow-text{color:var(--color-brand-voice);font-size:var(--size-eyebrow);font-weight:var(--weight-eyebrow);letter-spacing:.05em;text-transform:uppercase}.custom-section{box-sizing:border-box;padding-bottom:var(--section-padding-y);padding-top:var(--section-padding-y);width:100%}.custom-section-sm{box-sizing:border-box;padding-bottom:var(--section-padding-y-sm);padding-top:var(--section-padding-y-sm);width:100%}.custom-container{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:var(--container-max);padding-left:var(--container-padding-x);padding-right:var(--container-padding-x);width:100%}.custom-btn-primary{align-items:center;background-color:var(--color-brand-voice);border:none;border-radius:var(--radius-md);box-sizing:border-box;color:var(--color-primary-surface)!important;cursor:pointer;display:inline-flex;font-size:var(--btn-font-size);font-weight:var(--btn-font-weight);height:var(--btn-height);justify-content:center;min-width:var(--btn-min-width-md);padding:0 var(--btn-padding-x);text-align:center;text-decoration:none;transition:var(--transition-base)}.custom-btn-primary:hover{filter:brightness(1.1)}html{scroll-behavior:smooth}form.hs-form .hs-submit .hs-button,form.hs-form .hs-submit input[type=submit],input[type=submit].hs-button{align-items:left!important;-webkit-appearance:none!important;background-color:var(--color-brand-voice,#441eff)!important;background-image:none!important;border:none!important;border-radius:3px!important;box-shadow:none!important;color:var(--color-primary-surface,#fff)!important;cursor:pointer!important;display:inline-flex!important;font-family:var(--font-base)!important;font-size:var(--btn-font-size,16px)!important;font-weight:var(--weight-heading,700)!important;height:var(--btn-height,48px)!important;justify-content:center!important;margin-top:var(--space-2,8px)!important;max-width:100%!important;overflow:hidden!important;padding:0 var(--btn-padding-x,24px)!important;position:relative!important;transition:all .15s ease-in-out!important;width:fit-content!important}form.hs-form .hs-submit .hs-button:focus,form.hs-form .hs-submit .hs-button:hover,form.hs-form .hs-submit input[type=submit]:focus,form.hs-form .hs-submit input[type=submit]:hover,input[type=submit].hs-button:focus,input[type=submit].hs-button:hover{background-color:#3612e0!important;box-shadow:0 4px 16px rgba(68,30,255,.35)!important;color:var(--color-primary-surface,#fff)!important;filter:brightness(1.1)!important;outline:none!important;transform:translateY(-1px)!important}form.hs-form .hs-submit .hs-button:active,form.hs-form .hs-submit input[type=submit]:active,input[type=submit].hs-button:active{box-shadow:none!important;filter:brightness(.95)!important;transform:translateY(0)!important}form.hs-form .hs-form-row{display:flex!important;flex-flow:row wrap!important;gap:12px!important;margin-bottom:12px!important;max-width:100%!important;width:100%!important}form.hs-form .hs-form-row .hs-form-field{flex:1 1 0%!important;min-width:200px!important;width:100%!important}form.hs-form input[type=date],form.hs-form input[type=email],form.hs-form input[type=number],form.hs-form input[type=tel],form.hs-form input[type=text],form.hs-form select,form.hs-form textarea{border:1px solid #a99aff!important;border-radius:3px!important;box-sizing:border-box!important;font-family:var(--font-base)!important;padding:10px 12px!important;transition:var(--transition-base)!important;width:100%!important}form.hs-form input:focus,form.hs-form select:focus,form.hs-form textarea:focus{border-color:var(--color-brand-voice,#441eff)!important;box-shadow:0 0 0 3px rgba(68,30,255,.15)!important;outline:none!important}.hs-error-msg,.hs-error-msgs,form.hs-form label.hs-error-msg,form.hs-form ul.hs-error-msgs,form.hs-form ul.hs-error-msgs label,form.hs-form ul.hs-error-msgs li{color:#ff3b30!important;font-family:var(--font-base)!important;font-size:12px!important;font-weight:500!important;line-height:1.4!important;list-style:none!important;margin-bottom:2px!important;margin-top:4px!important;padding-left:0!important}form.hs-form .hs-main-font-element,form.hs-form .hs-richtext,form.hs-form .hs-richtext p,form.hs-form .legal-consent-container,form.hs-form .legal-consent-container p{color:var(--color-muted-text,#3d3d3d)!important;font-size:12px!important;line-height:1.5!important;margin-bottom:8px!important;margin-top:4px!important}.hs_recaptcha,form.hs-form .hs_recaptcha{display:block!important;margin-bottom:8px!important;transform:scale(.85)!important;transform-origin:left center!important}form.hs-form input[type=date]::-webkit-calendar-picker-indicator{display:none!important}form.hs-form .hs-dateinput:before{display:none!important}form.hs-form .hs-fieldtype-date .input{position:relative!important}form.hs-form .hs-fieldtype-date .input:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23441eff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Crect width='18' height='18' x='3' y='4' rx='2' ry='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:20px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px}form.hs-form select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23441eff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;background-size:16px!important;padding-right:36px!important}@media (max-width:767px){form.hs-form .hs-form-row{flex-direction:column!important;gap:0!important}form.hs-form .hs-form-row .hs-form-field{flex:1 1 100%!important;margin-bottom:12px!important}form.hs-form .hs-fieldtype-date .hs-dateinput,form.hs-form .hs-fieldtype-date .hs-dateinput .hs-input{width:100%!important}}