.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#3B3B3B;--e-global-color-accent:#B31E21;--e-global-color-635a13a:#3D0607;--e-global-color-a7cf523:#980E11;--e-global-color-25019dc:#DBDBDB;--e-global-color-8a47c81:#F5F5F5;--e-global-color-5817a6a:#3287E3;--e-global-typography-primary-font-family:"Urbanist";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Urbanist";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Urbanist";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Urbanist";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;background-color:#FFFFFF;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 );}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Urbanist", Sans-serif;font-size:18px;font-weight:700;color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;padding:14px 30px 14px 30px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#B31E21CC;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Urbanist", Sans-serif;font-size:36px;font-weight:800;text-transform:uppercase;}.elementor-kit-5 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-5 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:var( --e-global-typography-text-font-size );}.elementor-kit-5 h2{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-5 h3{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
p:last-child {
    margin: 0px;
}
.elementor-icon-wrapper {
    display: flex;
}
.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.container {
    padding: 100px 10px 100px 10px;
}
@media (max-width: 767px) {
   .container {
        padding: 50px 15px 50px 15px;
    } 
}
@media (max-width: 1024px) {
   .container {
        padding: 60px 15px 60px 15px;
    } 
}

.dot-text:before {
    content:'';
    width: 8px;
    height: 8px;
    background-color: #E33235;
    border-radius: 8px;
    position: absolute;
    top:calc(50% - 4px);
    left: 0px;
}
.dot-text {
    padding-left: 12px;
}

button {
    transition: all 0.15s ease-in-out;
}
button:hover {
    opacity: 0.8;
    transition: all 0.15s ease-in-out;
}/* End custom CSS */