.section.section--swimplex-header{
    padding: 0;
}
.swimplex-form-banner{
    position: relative;
}
.swimplex-form-banner__image{
    margin-bottom: 20px;
}
.swimplex-form-banner__image img{
    height: 300px !important;
    width: 100% !important;
    display: block;
    object-fit: cover;
    object-position: left;
}
.swimplex-form-banner__form{
    padding: 20px;
    border-radius: 20px;
    background-color: white;
}
.swimplex-form-banner__form h3{
    font-family: var(--font-heading);
    font-weight: bold;
}
body .swimplex-form-banner__form .gform_wrapper{
    max-width: none;
    padding: 0;
}
.swimplex-form-banner__form .ginput_container *,
.swimplex-form-banner__form ::placeholder{
    color: var(--primary-color);
    opacity: 1;
}
.swimplex-form-banner__form .gform_footer .gform_button{
    background-color: #19d3c5;
    border-color: #19d3c5;
}
.swimplex-form-banner__form .gform_footer .gform_button:hover{
    background-color: white;
    color: #19d3c5;
}
@media(min-width: 768px){
    .swimplex-form-banner__image img{
        height: 500px !important;
    }
}
@media(min-width: 992px){
    .swimplex-form-banner__image img{
        height: 600px !important;
    }
}
@media(min-width: 1170px){
    .swimplex-form-banner{
        padding: 100px 0;
    }
    .swimplex-form-banner__form{
        width: 520px;
        box-sizing: border-box;
        padding: 60px;
        position: relative;
        margin-left: auto;
    }
    .swimplex-form-banner__image{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
    }
    .swimplex-form-banner__image img{
        height: 100% !important;
        width: 100vw !important;
        object-fit: cover;
        object-position: left;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: none;
    }
    .swimplex-form-banner__form h3{
        font-size: 1.4em;
    }
}
@media(min-width: 1600px){
    .swimplex-form-banner__image img {
        object-position: center;
    }
}