.elementor-2381 .elementor-element.elementor-element-47eb20c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2381 .elementor-element.elementor-element-8ded5b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2381 .elementor-element.elementor-element-47eb20c{--content-width:1600px;}}/* Start custom CSS */.elementor img{
    height: 100%;
}
.cta-form {
    width: 100%;
    max-width: 407px;
    margin: 0 auto;
    padding: 29px 27px 30px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.cta-form p {
    margin: 0;
    padding: 0;
}

.cta-form .field {
    margin-bottom: 16px;
}

.cta-form .field label {
    margin-bottom: 6px;
    color: #005a68;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.cta-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cta-form input[type="email"],
.cta-form select {
    width: 100%;
    height: 41px;
    padding: 0 14px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background: #fff;
    color: #005a68;
    font-size: 12px;
    font-family: inherit;
    box-sizing: border-box;
    outline: none;
}

.cta-form input[type="email"]:focus,
.cta-form select:focus {
    border-color: #005a68;
}

.cta-form select {
    cursor: pointer;
}

/* Button */
.cta-form input[type="submit"] {
    display: block;
    width: 100%;
    height: 35px;
    margin: 18px 0 0;
    padding: 0 15px;
    border: 0;
    border-radius: 3px;
    background: #19b3c0;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s ease;
}

.cta-form input[type="submit"]:hover {
    background: #119eaa;
}

/* Bottom note */
.cta-form .form-note {
    margin-top: 11px !important;
    color: #00879a;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
}

/* CF7 validation */
.cta-form .wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.cta-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 10px;
}

.cta-form .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 8px !important;
    font-size: 11px;
}

/* Mobile */
@media (max-width: 767px) {
    .cta-form {
        max-width: 100%;
        padding: 25px 20px 28px;
    }
}/* End custom CSS */