.elementor-kit-6{--e-global-color-primary:#B60919;--e-global-color-secondary:#F1F1F1;--e-global-color-text:#000000;--e-global-color-accent:#222222;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-df4bff5-font-family:"Open Sans";--e-global-typography-df4bff5-font-size:45px;--e-global-typography-df4bff5-font-weight:700;--e-global-typography-59f79a3-font-family:"Open Sans";--e-global-typography-59f79a3-font-size:16px;--e-global-typography-59f79a3-font-weight:700;--e-global-typography-341a4b1-font-family:"Open Sans";--e-global-typography-341a4b1-font-size:45px;--e-global-typography-341a4b1-font-weight:600;--e-global-typography-d9a0952-font-family:"Open Sans";--e-global-typography-d9a0952-font-size:25px;--e-global-typography-d9a0952-font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h4{font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grecaptcha-badge {
    visibility: hidden;
}

.ios-form {
    .elementor-date-field,
    .elementor-time-field {
        /* Removes the native rough design IOS */
        -webkit-appearance: none;
        
        /* Adding placeholder Via Placeholder on before pseudo*/
        &::before {
            position: absolute;
            content: attr(placeholder);
        }
        
        /* Removing placeholder once input field is changed*/
        &.date-selected:before,
        &.time-selected:before {
            content: '';
        }
        
        /* -------- IOS mobile alignment left ---------------- */
        &::-webkit-date-and-time-value {
            width: 100%;
            display: block;
            position: absolute;
            text-align: left;
        }
    }
}

p:last-of-type {
    margin-bottom: 0;
}

.gfield input{
    font-size: 16px !important;
}/* End custom CSS */