.elementor-kit-8{--e-global-color-primary:#0B0B0B;--e-global-color-secondary:#7E7E7E;--e-global-color-text:#DADADA;--e-global-color-accent:#FFFFFF;--e-global-color-2baf374:#B4B4B4;--e-global-color-d4bf453:#252525;--e-global-color-274c8ec:#FFFFFFD6;--e-global-color-737d822:#666666;--e-global-color-a8ace09:#0B0B0B40;--e-global-color-f63dbde:#3C92DA;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:bold;color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:16px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:52px;}.elementor-kit-8 a{color:var( --e-global-color-f63dbde );}.elementor-kit-8 a:hover{color:#61B7FF;}.elementor-kit-8 h1{font-family:"Kanit", Sans-serif;font-size:5em;font-weight:600;}.elementor-kit-8 h2{font-family:"Kanit", Sans-serif;font-size:3em;font-weight:600;}.elementor-kit-8 h3{font-family:"Kanit", Sans-serif;font-size:2em;font-weight:600;}.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;--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:1023px){.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 *//* GENERAL */

p:last-of-type {
    margin-bottom: 0;
}

[data-elementor-type="wp-page"] {
    ul {
        margin: 1rem 0;
        padding-left: 2rem;
        
        li {
            margin: 1rem 0;
            
            &::marker {
                color: var(--e-global-color-primary);
            }
            
            ul li {
                margin: 0.5rem 0;
            }
        }
    }
}

.elementor-widget-container {
    ul {
        &:first-child {
            margin-top: 0;
            
            li:first-child {
                margin-top: 0;
            }
        }
        
        &:last-child {
            margin-bottom: 0;
            
            li:last-child {
                margin-bottom: 0;
            }
        }
    }
}
.logo-carousel img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-carousel img:hover {
  filter: grayscale(0%);
}
@media (min-width: 1400px) {
	.parallax {
		background-attachment: fixed !important;
	}/* End custom CSS */