.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#C3121A;--e-global-color-text:#333333;--e-global-color-accent:#FFAE0D;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-26a7edf-font-family:"Montserrat";--e-global-typography-26a7edf-font-size:60px;--e-global-typography-26a7edf-font-weight:800;--e-global-typography-03d5d4f-font-family:"Montserrat";--e-global-typography-03d5d4f-font-size:34px;--e-global-typography-03d5d4f-font-weight:700;--e-global-typography-03d5d4f-line-height:1.2em;--e-global-typography-fb23b58-font-family:"Montserrat";--e-global-typography-fb23b58-font-size:25px;--e-global-typography-fb23b58-font-weight:700;--e-global-typography-fb23b58-line-height:1.2em;--e-global-typography-4d2d1e0-font-family:"Montserrat";--e-global-typography-4d2d1e0-font-size:20px;--e-global-typography-4d2d1e0-font-weight:700;--e-global-typography-4d2d1e0-line-height:1.2em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1024px){.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;
        }
    }
}

#hide-header{
    transition: top .3s;
}

@media only screen and (max-width: 768px) {
    .repop-consent-button {
        bottom: 45px !important;
    }
}/* End custom CSS */