.elementor-kit-83{--e-global-color-primary:#07243A;--e-global-color-secondary:#98331E;--e-global-color-text:#232323;--e-global-color-accent:#AE8668;--e-global-color-873b79f:#F2E6E6;--e-global-color-758af18:#FFFFFF;--e-global-color-3d5b85b:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.5em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:2em;--e-global-typography-text-letter-spacing:0.5px;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:2em;--e-global-typography-accent-letter-spacing:2px;font-family:"Poppins", Sans-serif;}.elementor-kit-83 button,.elementor-kit-83 input[type="button"],.elementor-kit-83 input[type="submit"],.elementor-kit-83 .elementor-button{background-color:#07243A00;font-family:"Josefin Sans", Sans-serif;font-size:0.9rem;font-weight:500;text-transform:uppercase;font-style:normal;text-decoration:none;letter-spacing:1px;color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;padding:15px 20px 15px 20px;}.elementor-kit-83 button:hover,.elementor-kit-83 button:focus,.elementor-kit-83 input[type="button"]:hover,.elementor-kit-83 input[type="button"]:focus,.elementor-kit-83 input[type="submit"]:hover,.elementor-kit-83 input[type="submit"]:focus,.elementor-kit-83 .elementor-button:hover,.elementor-kit-83 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-758af18 );}.elementor-kit-83 e-page-transition{background-color:#FFBC7D;}.elementor-kit-83 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-83 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-83 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-83 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-83 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-83 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-83 label{color:#232323;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-83 input:not([type="button"]):not([type="submit"]),.elementor-kit-83 textarea,.elementor-kit-83 .elementor-field-textual{font-family:"Poppins", Sans-serif;font-size:0.9rem;font-weight:400;line-height:2em;letter-spacing:0.5px;color:#555555;background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#818A91;border-radius:10px 10px 10px 10px;padding:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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);}@media(max-width:1024px){.elementor-kit-83 label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-83 label{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */p:last-child {margin-bottom: 0;}

.grecaptcha-badge {visibility: hidden;}

html, body{overflow-x: hidden!important;}


/* Improved Animations  */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */