.iti-contact-form {
    a:not(:focus-visible), button:not(:focus-visible), input:not(:focus-visible), select:not(:focus-visible), textarea:not(:focus-visible) {
        outline: 0 !important;
    }

    .contact-form-row {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: stretch;
        align-items: stretch;

        .contact-form-info-col {
            width: 30%;
            margin-right: 0px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
            width: 30%;

            .contact-form-headline {
                h2 {
                    color: #fff;
                    font-size: 48px;
                    letter-spacing: -2px;
                    line-height: 1;
                    font-weight: 500;
                    margin: 0;
                }
            }

            .contact-form-subhead {
                color: white;
                font-size: 17px;
                letter-spacing: -.5px;
                line-height: 1.33;
            }

            .contact-form-copy {
                margin-top: 0.5rem;

                h2 {
                    color: #fff;
                    margin: 1em auto;
                    margin-top: 0;
                    font-size: 48px;
                    letter-spacing: -2px;
                    line-height: 1;

                    strong {
                        font-weight: 700;
                    }
                }

                strong {
                    font-weight: 700;

                    a {
                        color: white;
                        display: inline-block;
                        font-weight: 500;
                        margin-bottom: 1em;
                        padding-bottom: .125rem;
                        position: relative;
                        text-decoration: none;

                        &:after {
                            display: block;
                            background: #ffad5b;
                            bottom: 0;
                            content: "";
                            height: 1px;
                            left: 0;
                            position: absolute;
                            width: 100%;
                        }
                    }
                }

                p {
                    font-family: 'Apercu Pro Regular', Helvetica, Arial, Lucida, sans-serif;
                    font-size: .75rem;
                    font-weight: 500;
                    letter-spacing: 1.5px;
                    line-height: 1.08;
                    text-transform: uppercase;
                    color: #fff;
                    margin: 1em auto;
                    text-align: left;
                    padding-bottom: 0px;

                    &:first-child {
                        margin-top: 0;
                    }
                }

                a {
                    color: white;
                    text-decoration-color: white;
                }
            }

            .contact-form-cta-container {
                color: white;
                font-variant: small-caps;
                font-weight: 500;
                font-size: 1.1rem;
                font-family: "Apercu Pro Medium", Arial, Helvetica, sans-serif;

                .iti-button-link {
                    margin-top: 1rem;
                    background-color: transparent;
                    color: white;
                    border-color: white;

                    .right-arrow {
                        .line {
                            background-color: white;
                        }
                        .pointer {
                            border-bottom: 1px solid #ffffff;
                            border-right: 1px solid #ffffff;
                            height: 6px;
                            position: absolute;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%) rotate(-45deg);
                            width: 6px;
                        }
                    }
                }
            }
        }
    
        .contact-form-form-col {
            width: auto;
            margin-right: 0px;
            background: #f4f4f4;
            padding: 1.5rem;
        }

        &::after {
            display: none;
        }
    }

    .contact-form-form {
        padding: 0px;

        .hbspt-form {
            margin: 0 auto;
            padding: 1.5rem;
            display: block;
            background-color: #f4f4f4;
        }

        .hs-form-field {
            margin-bottom: 1rem;

            label {
                margin-bottom: 0.1rem;
                display: block;
                font-family: "Apercu Pro Medium";
            }

            select, input, textarea {
                width: 100%;
                background: #fff;
                border: 1px solid rgba(115, 133, 145, .3);
                border-radius: 3px;
                font-family: 'Apercu Pro Regular', Helvetica, Arial, Lucida, sans-serif;
                font-size: 100%;
                margin: 0;
                letter-spacing: -.5px;
                line-height: 1.59;
                padding: .5rem .8rem;
                appearance: none;
                color: inherit;
                outline: 0;
                text-transform: none;

                &.error {
                    border: 1px solid red !important;
                }
            }

            input[type=checkbox] {
                appearance: checkbox;
                border: 1px solid rgba(115, 133, 145, .3);
                border-radius: 3px;
                height: 14px;
                margin: 0 .4rem 0 auto;
                vertical-align: baseline;
                width: 14px;
                background: #fff;
                letter-spacing: -.5px;
                line-height: 1.59;
                padding: .5rem .8rem;
                box-sizing: border-box;
                color: inherit;
                overflow: visible;
            }

            label .hs-main-font-element, li, ul {
                font-size: 10pt;
                color: #445666;
            }

            ul {
                margin-left: 2rem;
                margin-top: 0.5rem;
            }
        }

        fieldset {
            border: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
            max-width: 500px !important;
            /* margin-top: 1rem !important; */

            legend {
                margin-top: 0.6rem;
                font-family: "Apercu Pro Medium";
            }
            
            .field {
                color: #445666;
                margin-bottom: 1rem;
                text-align: left;
                width: 100%;
                font-size: 1rem;
                font-weight: 500;

                label {
                    margin-bottom: 0.1rem;
                    display: block;
                    font-family: "Apercu Pro Medium";
                }

                select, input, textarea {
                    width: 100%;
                    background: #fff;
                    border: 1px solid rgba(115, 133, 145, .3);
                    border-radius: 3px;
                    font-family: 'Apercu Pro Regular', Helvetica, Arial, Lucida, sans-serif;
                    font-size: 100%;
                    margin: 0;
                    letter-spacing: -.5px;
                    line-height: 1.59;
                    padding: .5rem .8rem;
                    appearance: none;
                    color: inherit;
                    outline: 0;
                    text-transform: none;

                    &.error {
                        border: 1px solid red !important;
                    }
                }

                input[type=checkbox] {
                    appearance: checkbox;
                    border: 1px solid rgba(115, 133, 145, .3);
                    border-radius: 3px;
                    height: 14px;
                    margin: 0 .4rem 0 auto;
                    vertical-align: baseline;
                    width: 14px;
                    background: #fff;
                    letter-spacing: -.5px;
                    line-height: 1.59;
                    padding: .5rem .8rem;
                    box-sizing: border-box;
                    color: inherit;
                    overflow: visible;
                }

                label .hs-main-font-element, li, ul {
                    font-size: 10pt;
                    color: #445666;
                }

                ul {
                    margin-left: 2rem;
                    margin-top: 0.5rem;
                }
            }

            .legal-consent-container {
                margin-bottom: 25px;
                .hs-richtext {
                    word-break: break-word;
                    font-size: .9em;
                    text-align: left;

                    p {
                        color: #445666;
                        font-size: 0.8rem;
                        text-align: left;
                        letter-spacing: -.5px;
                        line-height: 1.33;

                        a {
                            color: inherit;
                            cursor: pointer;
                            text-decoration: none;
                            outline: 0 !important;
                            background-color: transparent;
                        }
                    }
                }
            }

            &.form-columns-1 .input {
                margin-right: 0px;
            }

            &.form-columns-2 {
                .field:first-child {
                    .input {
                        margin-right: 8px;
                    }
                }

                .field:nth-child(2) {
                    .input {
                        margin-right: 0px;
                    }
                }
            }
        }

        .actions {
            margin-top: 15px;
            text-align: center;

            .hs-button {
                font-family: "Apercu Pro Medium", Arial, Helvetica, sans-serif;
                align-items: center;
                background-color: #0074e8;
                border: 1px solid #0074e8;
                border-radius: 30px;
                box-sizing: border-box;
                color: #fff;
                cursor: pointer;
                font-size: rem(14px);
                font-weight: 700;
                height: calc(40* 1px +(50 - 40) /(1440 - 375)*(100vw - 375* 1px));
                letter-spacing: .88px;
                line-height: 1.59;
                margin-top: rem(20px);
                padding: 15px 0px;
                text-align: center;
                text-transform: uppercase;
                transition: all .3s ease-in-out;
                width: 50%;

                &:hover {
                    background: #fff;
                    color: #0074e8;
                }
            }
        }
    }
}
