    .resources-custom-cta-section .resources-custom-cta-form .hs_submit.hs-submit {
        position: absolute;
        left: 322px;
        top: 5px;
    }

    .resources-custom-cta-section .resources-custom-cta-form form {
        display: flex;
        z-index: 1;
        padding: 4px 15px;
        justify-content: center;
        align-items: center;
        max-width: 514px;
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .resources-custom-cta-section .resources-custom-cta-form .hbspt-form .hs-fieldtype-text input {
        letter-spacing: .005px;
        font-family: "Roboto";
        outline: none;
        display: flex;
        width: 291px;
        padding: 14px 20px;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 40px;
        border: 2px solid #234CC6;
        background: #05112C;
        box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
        color: #fff;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
    }

    .resources-custom-cta-section .resources-custom-cta-form .hbspt-form .actions .hs-button {
        border-radius: 40px;
        border: 2px solid #234CC6;
        background: linear-gradient(275deg, #00309D -18.74%, #234CC6 57.32%, #002882 123.61%);
        box-shadow: 0 6px 3.9px 0 rgba(0, 29, 114, 0.20);
        display: flex;
        padding: 14px 42px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        height: 48px;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-top: 0;
    }

    .resources-custom-cta-section .resources-custom-cta-form .hbspt-form .hs-fieldtype-text>label {
        color: #fff;
        left: 22px;
    }

    .resources-custom-cta-section .resources-custom-cta-content.sk-section-spacing {
        box-shadow: none;
        background: linear-gradient(313deg, #001136 32.81%, #002986 81.5%);
        border-radius: 20px;
        text-align: center;
        padding: 72px 0;
    }

    .resources-custom-cta-section .resources-custom-cta-content h2 {
        color: #fff;
        text-align: center;
        font-weight: 500;
        max-width: unset;
        margin: 0 0 28px;
    }

    .resources-custom-cta-section .resources-custom-cta-content p {
        color: #fff;
    }

    .resources-custom-cta-section label.hs-main-font-element {
        display: none;
    }

    .resources-custom-cta-form .hbspt-form .hs-fieldtype-text:before {
        display: none;
    }
    .wp-singular .resources-custom-cta-form .hbspt-form .hs-error-msg {
        color: #ff0000;
    }
    @media (max-width: 767px) {
        .resources-custom-cta-section .resources-custom-cta-content h2 {
           margin: 0 auto 20px;
           max-width: 50%;
        }

        .resources-custom-cta-section .resources-custom-cta-content.sk-section-spacing {
            padding: 30px 40px;
        }

        .resources-custom-cta-section .resources-custom-cta-form form {
            justify-content: center;
        }

        .resources-custom-cta-section .resources-custom-cta-form .hs_submit.hs-submit {
            position: relative;
            left: unset;
            top: unset;
        }

        .resources-custom-cta-section .resources-custom-cta-content.sk-section-spacing {
            text-align: left;
        }

        .resources-custom-cta-section .resources-custom-cta-form .hbspt-form .hs-fieldtype-text input {
            width: 100%;
        }

        .resources-custom-cta-section .resources-custom-cta-content.sk-section-spacing {
            padding: 50px 0;
        }

        .resources-custom-cta-section .resources-custom-cta-content p {
            color: #fff;
            text-align: center;
        }
    }
    @media (max-width: 420px) {
    .resources-custom-cta-section .resources-custom-cta-content h2 {
        margin: 0 auto 20px;
        max-width: 70%;
    }
}