.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 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 */.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

.password-protected-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
}

.password-protected-container form {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.protect-main-container {
    display: flex;
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 100vh;
    font-family: "Montserrat";
    text-align: center;
}

.protect-main-container h2 {
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-size: 41px;
}

.protect-inner-container {
    display: flex;
    justify-content: center;
    width: 1140px;
    align-items: center;
}

.password-submit {
    margin-top: 10px;
}

.password-submit input[type="submit"] {
    font-family: "Montserrat";
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    background: #184987;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 3px;
    transition: all .3s ease;
}

.password-submit input[type="submit"]:hover {
    background: black;
}/* End custom CSS */