.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b1e6e13:#FFFAF3;--e-global-color-6f914d3:#D93300;--e-global-color-43e49d7:#F8F8F8;--e-global-color-42f753e:#E0DAFE;--e-global-color-74fbb13:#C2BAF9;--e-global-color-51ed704:#0047BB;--e-global-color-90a0163:#FAE8D9;--e-global-color-c051739:#151515;--e-global-color-41be01d:#32289A;--e-global-color-37da5eb:#78FBC9;--e-global-color-2fe5369:#B630E2;--e-global-color-6eb0385:#CA4D41;--e-global-color-ce4c964:#B9149D;--e-global-color-3253ad3:#9186FF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--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:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}h1.entry-title{display:var(--page-title-display);}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.s6-button {
    overflow: hidden;
    z-index: 1;
    transition: color 0.45s ease;
}

.s6-button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #A83D32;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
    z-index: -1;
}

.s6-button:hover::before {
    transform: scaleX(1);
}/* End custom CSS */