.elementor-kit-11{--e-global-color-primary:#1BBC9B;--e-global-color-secondary:#000000;--e-global-color-text:#6E6E6E;--e-global-color-accent:#EE6A1E;--e-global-color-570aaf7:#14B9D5;--e-global-color-0a03854:#F2F2F2;--e-global-color-96939d9:#FFFFFF;--e-global-color-c9c858a:#DDDDDD;--e-global-color-df1b2ed:#F9F9F2;--e-global-color-19843b5:#FFD205;--e-global-color-ee64dac:#F3A46B;--e-global-color-b136a39:#F2F2F2;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:15px;font-weight:600;text-transform:capitalize;color:var( --e-global-color-96939d9 );border-radius:5px 5px 5px 5px;}.elementor-kit-11 button:hover,.elementor-kit-11 button:focus,.elementor-kit-11 input[type="button"]:hover,.elementor-kit-11 input[type="button"]:focus,.elementor-kit-11 input[type="submit"]:hover,.elementor-kit-11 input[type="submit"]:focus,.elementor-kit-11 .elementor-button:hover,.elementor-kit-11 .elementor-button:focus{background-color:var( --e-global-color-570aaf7 );color:var( --e-global-color-96939d9 );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 h1{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:55px;font-weight:700;}.elementor-kit-11 h2{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:50px;font-weight:700;line-height:1.1em;}.elementor-kit-11 h3{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:35px;font-weight:700;line-height:1.1em;}.elementor-kit-11 h4{color:var( --e-global-color-secondary );font-family:"Poppins", Sans-serif;font-size:20px;font-weight:700;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1330px;}.e-con{--container-max-width:1330px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left: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:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11 h1{font-size:40px;}.elementor-kit-11 h2{font-size:30px;}.elementor-kit-11 h3{font-size:25px;}.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;}

ul {
    margin-bottom: 10px;
}

/* scale */
.scale {
    transition: all 0.3s ease-in-out;
}

.scale:hover {
    transform: scale(1.02);
}

@media only screen and (max-width: 767px) {
    .scale:hover {
        transform: none;
    }
}

/* position */
.position {
    transition: all 0.3s ease-in-out;
}

.position:hover {
    transform: translate(0, -10px);
}

@media only screen and (max-width: 767px) {
    .position:hover {
        transform: none;
    }
}/* End custom CSS */