.image-cta {
    background: var(--white-01);
    padding-bottom: 48px;
    z-index: 1;
    position: relative;
}

.image-cta__wrap {
    background: var(--white-01);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 79, 157, 0.13);
}

.image-cta__img {
    height: 209px;
}

.image-cta__text {
    padding: 23px 6px 26px 6px;
}

.image-cta__text h5,
.image-cta__text h3  {
    padding-left: 16px;
    padding-right: 16px;
}

.image-cta__text h5 {
    font-size: 18px;
    padding-bottom: 8px;
}

.image-cta__text h3 {
    padding-bottom: 15px;
}

.image-cta__form .form-col {
    margin: 0;
}

.image-cta__form .form-label {
    font-size: 10px;
    opacity: 0.39;
    top: 20px;
}

.image-cta__form button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--light-blue );
    color: var(--white );
    border-radius: 50%;
    border: none;
    width: 42px;
    height: 42px;
    z-index: 2;
}

#wpcm_zip .ajax-preloader {
    width: 100%;
    height: 40px;
    display: none;
    color: #004f9d;
}

#wpcm_zip .ajax-preloader img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.ajax-status-message {
    padding: 10px;
    display: none;
    color: #f26727;
}

.wpcm-zip__form [type="text"] {
    padding-top: 0;
}

.image-cta__form .wpcm-zip__form {
    position: relative;
    height: 52px;
}

@media (min-width: 768px) {
    .image-cta {
        padding-bottom: 86px;
    }
    
    .image-cta__img {
        height: 272px;
    }
    
    .image-cta__text {
        padding: 36px 58px 42px 58px;
    }
    
    .image-cta__text h5,
    .image-cta__text h3  {
        padding-left: 0;
        padding-right: 0;
    }

    .image-cta__form .form-label {
        font-size: 15px;
        top: 15px;
    }
    
}

@media (min-width: 1200px) {
    .image-cta {
        padding-bottom: 96px;
    }

    .image-cta__wrap {
        display: flex;
        flex-wrap: wrap;
    }
    
    .image-cta__img {
        height: auto;
        width: 471px;
        position: relative;
    }

    .image-cta__img img {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .image-cta__text {
        padding: 53px 40px 50px 53px;
        width: calc(100% - 471px);
    }

    .image-cta__text h5  {
        padding-bottom: 6px;
    }

    .image-cta__text h3  {
        padding-bottom: 32px;
    }

    .image-cta__form {
        margin-top: 10px;
    }
}