.elementor-kit-10{--e-global-color-primary:#041424;--e-global-color-secondary:#020D19;--e-global-color-text:#777777;--e-global-color-accent:#04A0DB;--e-global-color-4c2be73:#FFFFFF;--e-global-color-f6c44f8:#DDDDDD;--e-global-typography-primary-font-family:"Red Hat Display";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Red Hat Display";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Prompt";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Prompt";--e-global-typography-accent-font-weight:400;--e-global-typography-79186a7-font-size:18px;--e-global-typography-79186a7-font-weight:400;--e-global-typography-79186a7-text-transform:uppercase;--e-global-typography-79186a7-letter-spacing:0.8px;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-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Prompt", Sans-serif;font-size:16px;font-weight:400;text-transform:uppercase;letter-spacing:0.3px;color:var( --e-global-color-4c2be73 );border-radius:50px 50px 50px 50px;padding:15px 30px 15px 30px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-4c2be73 );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{color:var( --e-global-color-primary );font-family:"Red Hat Display", Sans-serif;font-size:45px;font-weight:500;}.elementor-kit-10 h2{color:var( --e-global-color-secondary );font-family:"Red Hat Display", Sans-serif;font-size:35px;font-weight:500;}.elementor-kit-10 h3{color:var( --e-global-color-secondary );font-family:"Red Hat Display", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-10 h4{color:var( --e-global-color-secondary );font-family:"Red Hat Display", Sans-serif;font-size:22px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--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){--kit-widget-spacing: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-kit-10 h1{font-size:32px;line-height:1.2em;}.elementor-kit-10 h2{font-size:28px;line-height:1.2em;}.elementor-kit-10 h3{font-size:22px;}.elementor-kit-10 h4{font-size:20px;line-height:1.2em;}.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 */