.main-form-section {
    position: relative;
    overflow: visible;
    background: var(--Snow);
    scroll-margin-top: 80px
}

.main-form-section .row {
    align-items: flex-start
}

.main-form .row-gap-1 {
    row-gap: 24px !important
}

.form-success-state {
    scroll-margin-top: 80px
}

section:has(.main-form) {
    scroll-margin-top: 80px
}

.whitePaperForm {
    scroll-margin-top: 80px
}

.main-form-section::before {
    content: "";
    position: absolute;
    left: -220px;
    top: 50%;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: radial-gradient(circle at 35% 30%, rgba(60, 44, 218, .55), transparent 35%), radial-gradient(circle at 62% 48%, rgba(255, 125, 199, .35), transparent 26%), radial-gradient(circle at 55% 72%, rgba(89, 163, 255, .26), transparent 28%);
    filter: blur(28px);
    pointer-events: none
}

.main-form-section .connect-growth-copy {
    position: relative;
    z-index: 1;
    padding-top: 8px
}

.main-form-section .connect-growth-copy h1 {
    color: var(--Dark_Blue);
    margin-bottom: 16px
}

.main-form-section .connect-growth-copy p {
    color: rgba(24, 36, 111, .85);
    margin: 0
}

.main-form-section .contact-form-wrap {
    position: relative;
    z-index: 1
}

.main-form .field-wrap {
    position: relative
}

.main-form .contact-phone-group .w-100 {
    position: relative
}

.main-form .form-label {
    display: block;
    font-size: 12px;
    line-height: var(--lht130);
    color: var(--Dark_Blue);
    margin-bottom: 4px;
    font-weight: var(--fw500)
}

.main-form .form-label.reveal-label {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 0;
    transition: opacity .2s ease, max-height .2s ease, margin-bottom .2s ease
}

.main-form .has-active-label .form-label.reveal-label {
    opacity: 1;
    visibility: visible;
    max-height: 24px;
    margin-bottom: 4px
}

.main-form label.form-label.reveal-label:has(+ select) {
    transition: none
}

.main-form label.form-label.reveal-label:has(+ input[name="phone"]), .main-form label.form-label.reveal-label:has(+ .input-with-tip input[name="phone"]) {
    position: absolute;
    top: -20px;
    max-height: none;
    margin-bottom: 0
}

.main-form .has-active-label label.form-label.reveal-label:has(+ input[name="phone"]), .main-form .has-active-label label.form-label.reveal-label:has(+ .input-with-tip input[name="phone"]) {
    max-height: none
}

.main-form .col-md-6:has(.contact-phone-group)+.col-md-6 label.form-label.reveal-label:has(+ input[name="company"]) {
    position: absolute;
    top: -20px;
    max-height: none;
    margin-bottom: 0
}

.main-form .col-md-6:has(.contact-phone-group)+.col-md-6 .has-active-label label.form-label.reveal-label:has(+ input[name="company"]) {
    max-height: none
}

.main-form[data-form-type="connect"] .row.row-gap-1 {
    padding-top: 24px
}

.main-form .col-md-6 label.form-label.reveal-label:has(+ input[name="name"]), .main-form .col-md-6 label.form-label.reveal-label:has(+ input[name="email"]) {
    position: absolute;
    top: -20px;
    max-height: none;
    margin-bottom: 0
}

.main-form .col-md-6 .has-active-label label.form-label.reveal-label:has(+ input[name="name"]), .main-form .col-md-6 .has-active-label label.form-label.reveal-label:has(+ input[name="email"]) {
    max-height: none
}

.main-form .form-control, .main-form .form-select {
    min-height: 64px;
    border: 1px solid transparent;
    border-bottom: 2px solid var(--Light);
    border-radius: 10px;
    background-color: var(--Light);
    color: var(--Dark_Blue);
    box-shadow: none;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    background-image: none;
    font-weight: 400
}

.main-form .other-source-field {
    margin-top: 24px !important
}

.main-form .contact-phone-group .country-dropdown {
    margin-top: 0
}

.main-form .input-with-tip {
    display: flex;
    align-items: center;
    gap: 12px
}

.main-form .input-with-tip .form-control {
    flex: 1;
    min-width: 0
}

.main-form .input-with-tip .info-tip {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 50%;
    background-color: var(--Light);
    color: var(--Dark_Blue);
    font-size: 14px;
    font-weight: var(--fw700, 700);
    cursor: pointer
}

.main-form .input-with-tip .info-tip-text {
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0;
    width: 220px;
    background: var(--Hex_Black, #18246F);
    color: var(--Snow);
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: var(--fw500);
    font-style: normal;
    line-height: var(--lht150, 1.5);
    text-align: left;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    pointer-events: none;
    z-index: 10
}

.main-form .input-with-tip .info-tip:hover .info-tip-text, .main-form .input-with-tip .info-tip:focus .info-tip-text, .main-form .input-with-tip .info-tip:focus-within .info-tip-text {
    opacity: 1;
    visibility: visible
}

.main-form .col-md-6:has(.contact-phone-group)+.col-md-6 .field-wrap {
    margin-top: 20px
}

.main-form textarea.form-control {
    min-height: 110px;
    resize: vertical
}

.main-form .form-control::placeholder {
    color: var(--Silver)
}

.main-form .form-control:hover, .main-form .form-control:focus, .main-form .form-select:hover, .main-form .form-select:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid var(--Hex_Blue) !important
}

.main-form .country-dropdown {
    max-width: 118px;
    flex: 0 0 118px
}

.main-form .country-dropdown-toggle {
    height: 64px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: var(--Light);
    color: var(--Silver);
    padding: 12px 20px;
    text-align: left;
    font-weight: 400;
    position: relative
}

.main-form .country-dropdown-toggle.has-value {
    color: var(--Dark_Blue)
}

.main-form .country-dropdown-toggle:hover, .main-form .country-dropdown-toggle:focus {
    border-color: transparent;
    box-shadow: none;
    background-color: var(--Light);
    border-bottom: 2px solid var(--Hex_Blue) !important
}

.main-form .country-dropdown-toggle:not(.has-value):hover, .main-form .country-dropdown-toggle:not(.has-value):focus, .main-form .country-dropdown-toggle:not(.has-value):focus-visible, .main-form .country-dropdown-toggle:not(.has-value):active {
    color: var(--Silver)
}

.main-form .country-dropdown-toggle::after {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin: 0;
    border: 0;
    background: url("../images/dropdown-arrow.svg") center / contain no-repeat;
    transform: translateY(-50%);
    transition: var(--transition)
}

.main-form .country-dropdown-toggle.show::after {
    transition: var(--transition);
    transform: translateY(-50%) rotate(180deg)
}

.main-form .country-dropdown-menu {
    width: 100%;
    min-width: 280px;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 10px;
    border: 1px solid var(--Border_Light);
    z-index: 1055
}

.main-form .country-dropdown-menu .dropdown-item {
    font-size: 16px;
    color: var(--Dark_Blue);
    padding: 10px 14px;
    white-space: normal
}

.main-form .country-dropdown-menu .dropdown-item:hover, .main-form .country-dropdown-menu .dropdown-item:focus {
    background-color: var(--Hover_Blue)
}

.main-form .country-dropdown-toggle.is-invalid, .main-form .country-dropdown-toggle.is-invalid:focus {
    border-color: transparent;
    border-bottom: 2px solid var(--Error);
    box-shadow: none
}

.main-form .select2-container {
    width: 100% !important;
    display: block
}

.main-form .select2-container--default .select2-selection--single {
    height: 64px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: var(--Light);
    color: var(--Dark_Blue);
    box-shadow: none;
    padding: 12px 20px;
    transition: all .2s ease;
    position: relative
}

.main-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--Dark_Blue);
    line-height: 40px;
    padding-left: 0;
    padding-right: 24px;
    font-size: 16px
}

.main-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--Silver)
}

.main-form .select2-container--default .select2-selection--single.select2-selection--placeholder-color .select2-selection__rendered {
    color: var(--Silver)
}

.main-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 64px;
    width: 16px;
    right: 14px
}

.main-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 0;
    background: url("../images/dropdown-arrow.svg") center / contain no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: var(--transition)
}

.main-form .select2-container--default.select2-container--open .select2-selection--single, .main-form .select2-container--default .select2-selection--single:hover, .main-form .select2-container--default .select2-selection--single:focus {
    border-color: transparent;
    background-color: var(--Light);
    border-bottom: 2px solid var(--Hex_Blue);
    box-shadow: none
}

.main-form .select2-container--default.select2-container--open .select2-selection--single {
    border-radius: 10px
}

.main-form .select2-container--default.select2-container--open .select2-selection__arrow b {
    transform: translateY(-50%) rotate(180deg) !important;
    transition: var(--transition)
}

.main-form .select2-container--default .select2-selection--single.is-invalid, .main-form .select2-container--default .select2-selection--single.is-invalid:focus {
    border-color: transparent;
    border-bottom: 2px solid var(--Error);
    box-shadow: none
}

.main-form .file-trigger {
    position: relative;
    cursor: pointer
}

.main-form .file-trigger input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer
}

.main-form .file-placeholder {
    min-height: 64px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: var(--Light);
    color: var(--Silver);
    box-shadow: none;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    background-image: none;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center
}

.main-form .file-placeholder.has-file {
    color: var(--Dark_Blue)
}

.main-form .file-placeholder .file-text {
    flex: 1;
    min-width: 0
}

.main-form .file-placeholder .file-upload-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.main-form .file-placeholder.has-file .file-upload-icon {
    display: none
}

.main-form .file-placeholder .file-remove-btn {
    display: none;
    border: 0;
    padding: 0;
    width: 20px;
    z-index: 1
}

.main-form .file-placeholder.has-file .file-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.main-form input[type="file"].is-invalid+.file-placeholder {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid var(--Error)
}

.main-form .file-placeholder.is-invalid {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid var(--Error)
}

.main-form .captcha-box {
    position: relative;
    min-height: 85px;
    border-radius: 0;
    background: linear-gradient(180deg, #bfdbff 0%, #dcecff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--Hex_Blue);
    font-size: 36px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 700;
    font-style: italic;
    user-select: none
}

.main-form .captcha-text {
    transform: rotate(-8deg)
}

.main-form .captcha-actions {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.main-form .captcha-action-btn {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: var(--transition)
}

.main-form .captcha-action-btn:hover, .main-form .captcha-action-btn:focus {
    background-color: var(--Snow);
    box-shadow: 0 4px 10px rgba(7, 18, 94, .15)
}

.main-form .captcha-action-btn img {
    width: 16px;
    height: 16px
}

.main-form .form-check {
    margin-top: 12px;
    position: relative;
    cursor: pointer;
    padding-left: 0
}

.main-form input[type="radio"] {
    cursor: pointer
}

.main-form input[type="date"] {
    cursor: pointer
}

.main-form input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer
}

.main-form input[type="date"]:invalid::-webkit-datetime-edit-text, .main-form input[type="date"]:invalid::-webkit-datetime-edit-month-field, .main-form input[type="date"]:invalid::-webkit-datetime-edit-day-field, .main-form input[type="date"]:invalid::-webkit-datetime-edit-year-field {
    color: var(--Silver)
}

.main-form .field-wrap:has(input[type="date"][required]:invalid)::after {
    content: "*";
    position: absolute;
    left: 114px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--Silver);
    font-size: 16px;
    font-weight: var(--fw500);
    pointer-events: none
}

.main-form .form-check-input {
    float: none;
    margin-top: 2px;
    margin-left: 0;
    flex-shrink: 0;
    border-radius: 2px;
    border: 1px solid var(--Border_Light) !important;
    height: 20px;
    width: 20px;
    box-shadow: none;
    outline: 0;
    cursor: pointer
}

.main-form .form-check-input:checked {
    border: 1px solid var(--Bright_Blue) !important;
    background-color: var(--Bright_Blue)
}

.main-form .form-check-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--Dark_Blue);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer
}

.main-form .form-check-label:has(.form-check-input.is-invalid) {
    color: var(--Dark_Blue)
}

.main-form .form-check-label a {
    color: var(--Dark_Blue);
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline
}

.main-form .form-check>.error-msg {
    margin-left: 30px
}

.main-form .error-msg .error, .main-form .error-msg {
    color: var(--Error);
    font-size: 12px;
    font-weight: var(--fw500);
    line-height: 100%;
    margin-top: 4px
}

.main-form .error-msg.has-error {
    visibility: visible
}

.main-form .error-msg .error {
    display: block
}

.main-form .is-invalid, .main-form .is-invalid:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid var(--Error)
}

.main-form .btn_blue {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0
}

.main-form .btn_blue:disabled {
    opacity: .55;
    cursor: not-allowed;
    pointer-events: none
}

.main-form .btn_blue .btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: var(--Snow);
    border-radius: 50%;
    display: inline-block;
    animation: btn-spinner-rotate .6s linear infinite
}

@keyframes btn-spinner-rotate {
    to {
        transform: rotate(360deg)
    }
}

.main-form .submit-message {
    display: none;
    margin-top: 16px;
    color: var(--green);
    font-size: 14px
}

.main-form .submit-message.is-success, .main-form .submit-message.is-error {
    display: block
}

.main-form .submit-message.is-error {
    color: var(--Error)
}

.main-form .text-muted {
    font-size: 12px;
    color: var(--Dark_Blue) !important;
    font-weight: 500;
    line-height: 120%;
    position: absolute;
    right: 0
}

.main-form .combo-label {
    margin-right: 10px;
    cursor: pointer
}

.main-form #countrySelect, .main-form select[name="typeofConcern"] {
    display: block;
    width: 100%;
    color: var(--Silver) !important;
    cursor: pointer;
    background-image: url(../images/dropdown-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px
}

.main-form #countrySelect:valid, .main-form select[name="typeofConcern"]:valid {
    color: var(--Dark_Blue) !important
}

.main-form #countrySelect option[value=""], .main-form select[name="typeofConcern"] option:first-child {
    color: var(--Silver)
}

.main-form .col-md-12:has(input[style*="display:none"]) {
    display: none
}

.embedded_form {
    padding: 40px;
}

.embedded_form h2 {
    color: var(--Dark_Blue) !important
}

.embedded_form p {
    color: var(--Dark_Blue) !important
}

.embedded_form .contact_form {
    position: relative !important;
    z-index: 1 !important;
    max-width: 600px !important
}

.embedded_form .ao-form .ao-center, .embedded_form .ao-form .ao-center select.ao-form-field, .embedded_form .ao-block-wrapper {
    text-align: start !important;
    text-align-last: start
}

.embedded_form .ao-submit-block+div {
    text-align: start !important
}

.embedded_form .contact_form label {
    display: block !important;
    font-size: 12px !important;
    line-height: var(--lht130) !important;
    color: var(--Dark_Blue) !important;
    margin-bottom: 4px !important;
    font-weight: var(--fw500) !important
}

.embedded_form .contact_form .ao-form-label {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: 0 !important;
    transition: opacity .2s ease, max-height .2s ease, margin-bottom .2s ease
}

.embedded_form .contact_form .has-active-label .ao-form-label {
    opacity: 1;
    visibility: visible;
    max-height: 24px;
    margin-bottom: 4px !important
}

.embedded_form .contact_form input[type="text"], .embedded_form .contact_form input[type="email"], .embedded_form .contact_form input[type="tel"], .embedded_form .contact_form input[type="number"], .embedded_form .contact_form input[type="url"], .embedded_form .contact_form select, .embedded_form .contact_form textarea:not(.g-recaptcha-response) {
    display: block !important;
    width: 100% !important;
    min-height: 64px !important;
    border: 1px solid transparent !important;
    border-bottom: 2px solid var(--Light) !important;
    border-radius: 10px !important;
    background-color: var(--Light) !important;
    color: var(--Dark_Blue) !important;
    box-shadow: none !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    margin-top: 8px !important
}

.embedded_form .contact_form textarea:not(.g-recaptcha-response) {
    min-height: 110px !important;
    resize: vertical !important
}

.embedded_form .contact_form input[type="text"]::placeholder, .embedded_form .contact_form input[type="email"]::placeholder, .embedded_form .contact_form input[type="tel"]::placeholder, .embedded_form .contact_form input[type="number"]::placeholder, .embedded_form .contact_form input[type="url"]::placeholder, .embedded_form .contact_form textarea:not(.g-recaptcha-response)::placeholder {
    color: var(--Silver) !important
}

.embedded_form .contact_form select {
    color: var(--Silver) !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("../images/dropdown-arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
    background-size: 14px !important;
    padding-right: 44px !important
}

.embedded_form .contact_form select option[value=""] {
    color: var(--Silver)
}

.embedded_form .contact_form select.has-value {
    color: var(--Dark_Blue) !important
}

.embedded_form .contact_form input[type="text"]:hover, .embedded_form .contact_form input[type="text"]:focus, .embedded_form .contact_form input[type="email"]:hover, .embedded_form .contact_form input[type="email"]:focus, .embedded_form .contact_form input[type="tel"]:hover, .embedded_form .contact_form input[type="tel"]:focus, .embedded_form .contact_form select:hover, .embedded_form .contact_form select:focus, .embedded_form .contact_form textarea:hover, .embedded_form .contact_form textarea:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 2px solid var(--Hex_Blue) !important
}

.embedded_form .contact_form input.ao-form-error, .embedded_form .contact_form select.ao-form-error, .embedded_form .contact_form textarea.ao-form-error, .embedded_form .contact_form input.ao-form-error:hover, .embedded_form .contact_form select.ao-form-error:hover, .embedded_form .contact_form textarea.ao-form-error:hover, .embedded_form .contact_form input.ao-form-error:focus, .embedded_form .contact_form select.ao-form-error:focus, .embedded_form .contact_form textarea.ao-form-error:focus {
    border-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 2px solid var(--Error) !important
}

.embedded_form .contact_form input[type="checkbox"], .embedded_form .contact_form input[type="radio"] {
    cursor: pointer !important
}

.embedded_form .contact_form input[type="submit"], .embedded_form .contact_form button[type="submit"], .embedded_form .contact_form .act-formsubmit-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-weight: var(--fw400) !important;
    font-size: var(--fnt18) !important;
    background-color: var(--Hex_Blue) !important;
    color: var(--Snow) !important;
    padding: 18px 24px !important;
    border-radius: 12px !important;
    border: 0 !important;
    cursor: pointer !important;
    transition: var(--transition) !important
}

.embedded_form .contact_form input[type="submit"]:hover, .embedded_form .contact_form button[type="submit"]:hover, .embedded_form .contact_form .act-formsubmit-button:hover {
    background-color: var(--Dark_Blue) !important
}

.embedded_form .contact_form input[type="submit"]:disabled, .embedded_form .contact_form button[type="submit"]:disabled, .embedded_form .contact_form .act-formsubmit-button:disabled {
    opacity: .55 !important;
    cursor: not-allowed !important;
    pointer-events: none !important
}

.embedded_form .contact_form button[type="submit"] .btn-spinner, .embedded_form .contact_form .act-formsubmit-button .btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-top-color: var(--Snow);
    border-radius: 50%;
    display: inline-block;
    animation: btn-spinner-rotate .6s linear infinite
}

.embedded_form .contact_form .ao-form-error-message {
    display: block !important;
    color: var(--Error) !important;
    font-size: 12px !important;
    line-height: var(--lht130);
    min-height: 16px;
    margin-top: 4px !important;
    margin-bottom: 8px !important;
    font-weight: var(--fw500) !important
}

.embedded_form .ao-recaptcha-error-robot-message {
    display: none;
    color: var(--Error) !important;
    font-size: 12px !important;
    line-height: var(--lht130);
    margin-top: 4px !important;
    margin-bottom: 8px !important
}

.embedded_form::before {
    display: none
}

.embedded_form .sticky_left {
    top: 140px
}

.embedded_form .ao-form.ao-responsive .ao-column.tablet-ao-column-2 {
    width: 100% !important
}

.embedded_form .ao-form .ao-recaptcha-error {
    border: 0 !important
}

.embedded_form .ao-richtext-block p {
    font-size: var(--fnt32) !important;
    line-height: var(--lht130) !important;
    color: var(--Dark_Blue) !important
}

.embedded_form .g-recaptcha {
    transform: scale(.82);
    transform-origin: 0 0;
    width: 250px !important;
    height: 64px !important
}

@media screen and (max-width:767.5px) {
    .embedded_form {
        padding: 20px;
    }

    .main-form .col-md-6:has(.contact-phone-group)+.col-md-6 .field-wrap {
        margin-top: 0
    }
}