.form-section{background-color:var(--bg-color1);overflow:hidden;padding:140px 20px 120px;position:relative}.form-section .fs-backimg{bottom:0;position:absolute;right:0}.form-section .fs-container{margin:0 auto;max-width:1280px;position:relative;width:100%;z-index:1}.form-section .fs-container .fsc-row{display:flex;flex-wrap:wrap;gap:16px}.form-section .fs-container .fsc-row .fscr-col{width:calc(50% - 8px)}.form-section .fs-container .fsc-row .fscr-col h2{color:var(--secondary-color);font-family:var(--font-family-base-900);font-size:var(--h2-font-size);font-style:normal;font-weight:var(--h2-font-weight);line-height:var(--h2-line-height);margin:0 0 24px}.form-section .fs-container .fsc-row .fscr-col h2 span{color:var(--primary-color)}.form-section .fs-container .fsc-row .fscr-col h6{color:var(--secondary-color);font-family:var(--font-family-base-300);font-size:var(--h6-font-size);font-style:normal;font-weight:var(--h6-font-weight);line-height:var(--h6-line-height);margin:0 0 66px}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap{align-items:center;display:flex;gap:16px;margin-bottom:16px}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap .fscrcw-icon{background-color:color-mix(in srgb,var(--bg-color4) 16%,transparent);border-radius:100px;padding:16px}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap .fscrcw-icon img{display:block;height:32px!important;width:32px}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap p{margin:0}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap p a{color:var(--secondary-color);font-family:var(--font-family-base-500);font-size:var(--p-font-size);font-style:normal;font-weight:var(--font-weight-medium);line-height:var(--p-line-height);text-decoration:none;transition:all .3s ease}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap p a:hover{color:var(--primary-color)}.form-section .fscr-form{background-color:var(--bg-color2);border-radius:16px;padding:48px}.form-section .fscr-form h4{color:var(--secondary-color);font-family:var(--font-family-base-700);font-size:var(--h4-font-size);font-style:normal;font-weight:var(--h4-font-weight);line-height:var(--h4-line-height);margin-bottom:40px}.form-section .fscr-form h4 span{color:var(--primary-color)}.form-section .fscr-form .form-title{display:none}.form-section .fscr-form .hs-form{background-color:unset;padding:0}.form-section .fscr-form .hs-form fieldset{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px;max-width:100%}.form-section .fscr-form .hs-form fieldset .hs-form-field{margin:0;width:100%}.form-section .fscr-form .hs-form fieldset .hs-form-field>label{color:var(--form-label-color);font-family:var(--font-family-base-500);font-size:var(--form-label-font-size);font-style:normal;font-weight:var(--form-label-font-weight);line-height:var(--form-label-line-height);margin:0;padding:0 0 8px}.form-section .fscr-form .hs-form fieldset .hs-form-field .input{margin:0}.form-section .fscr-form .hs-form fieldset .hs-form-field .input input{border:1px solid color-mix(in srgb,var(--border-color1),transparent 84%);border-radius:12px;color:var(--form-input-color);display:block;font-family:var(--font-family-base-300);font-size:var(--form-input-font-size);font-style:normal;font-weight:var(--form-input-font-weight);line-height:var(--form-input-line-height);outline:0;padding:15px;width:100%}.form-section .fscr-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px)}.form-section .fscr-form .hs-form fieldset .hs-form-field .input textarea{border:1px solid color-mix(in srgb,var(--border-color1),transparent 84%);border-radius:12px;color:var(--form-input-color);display:block;font-family:var(--font-family-base-300);font-size:var(--form-input-font-size);font-style:normal;font-weight:var(--form-input-font-weight);line-height:var(--form-input-line-height);min-height:180px;outline:0;padding:15px;width:100%}.form-section .fscr-form .hs-form fieldset .hs-form-field .input input::placeholder,.form-section .fscr-form .hs-form fieldset .hs-form-field .input textarea::placeholder{color:rgba(49,62,68,.64);opacity:1}.form-section .fscr-form .hs-form fieldset .hs-form-field .input input::-ms-input-placeholder,.form-section .fscr-form .hs-form fieldset .hs-form-field .input textarea::-ms-input-placeholder{color:rgba(49,62,68,.64)}.form-section .fscr-form .hs-form .hs-submit .actions{display:flex}.form-section .fscr-form .hs-form .hs-submit .actions input.hs-button{background-color:var(--fill-button-bg-color);border:1px solid var(--fill-button-border-color);border-radius:100px;color:var(--fill-button-color);font-family:var(--font-family-base-500);font-size:var(--fill-button-font-size);font-style:normal;font-weight:var(--fill-button-font-weight);line-height:var(--fill-button-line-height);outline:0;padding:16.5px 32px;transition:all .3s ease;width:auto}.form-section .fscr-form .hs-form .hs-submit .actions input.hs-button:hover{background-color:var(--fill-button-bg-color-hover);border-color:var(--fill-button-border-color-hover);color:var(--fill-button-color-hover)}.form-section .fscr-form .hs-form fieldset .hs-form-field .hs-error-msgs,.form-section .fscr-form .hs-form fieldset .hs-form-field .hs-error-msgs li{margin:0}.form-section .fscr-form .hs-form fieldset .hs-form-field .hs-error-msgs li label.hs-error-msg{color:var(--form-error-color);display:block;font-family:var(--font-family-base-500);font-size:var(--form-error-font-size);font-style:normal;font-weight:var(--form-error-font-weight);line-height:var(--form-error-line-height);margin:0;padding:5px 0 0}.form-section .fscr-form .hs-form .hs_error_rollup{display:none}@media (max-width:1023.98px){.form-section .fs-container .fsc-row{flex-direction:column}.form-section .fs-container .fsc-row .fscr-col{width:100%}}@media (max-width:767.98px){.form-section{padding:80px 16px 60px}.form-section .fs-backimg img{height:auto;max-width:100%}.form-section .fs-container .fsc-row .fscr-col .fscrc-wrap{flex-wrap:wrap;gap:12px}.form-section .fs-container .fsc-row .fscr-col .fscrcw-icon svg{height:48px;width:48px}.form-section .fs-container .fsc-row .fscr-col h2{font-size:var(--h2-font-size-mobile);line-height:var(--h2-line-height-mobile)}}@media (max-width:576.98px){.form-section .fscr-form{padding:24px}.form-section .fscr-form .hs-form fieldset.form-columns-2 .hs-form-field{width:100%}}