.elementor-kit-6{--e-global-color-primary:#040410;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E40101;--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-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6;--e-global-typography-052677a-font-family:"Inter";--e-global-typography-052677a-font-size:clamp(2rem, 1.1987rem + 1.7199vw, 3rem);--e-global-typography-052677a-font-weight:700;--e-global-typography-052677a-text-transform:uppercase;--e-global-typography-052677a-line-height:1.1;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );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 );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:1.6;}.elementor-kit-6 h1{color:var( --e-global-color-text );font-family:var( --e-global-typography-052677a-font-family ), Sans-serif;font-size:var( --e-global-typography-052677a-font-size );font-weight:var( --e-global-typography-052677a-font-weight );text-transform:var( --e-global-typography-052677a-text-transform );line-height:var( --e-global-typography-052677a-line-height );}.elementor-kit-6 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-052677a-font-family ), Sans-serif;font-size:var( --e-global-typography-052677a-font-size );font-weight:var( --e-global-typography-052677a-font-weight );text-transform:var( --e-global-typography-052677a-text-transform );line-height:var( --e-global-typography-052677a-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:75rem;}.e-con{--container-max-width:75rem;--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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-primary );}.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-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-052677a-font-size );line-height:var( --e-global-typography-052677a-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-052677a-font-size );line-height:var( --e-global-typography-052677a-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-052677a-font-size );line-height:var( --e-global-typography-052677a-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-052677a-font-size );line-height:var( --e-global-typography-052677a-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    scrollbar-color: #E40101 white;
    scrollbar-width: thin;
    
    @media (prefers-reduced-motion: no-preference) {
        scroll-behavior: smooth !important;
    }
}

::selection {
    color: white;
    background-color: var(--e-global-color-accent);
}

:is(h1, h2, h3, h4) {
    text-wrap: balance;
}

p {
    text-wrap: pretty;
}

a {
    color: var(--e-global-color-accent);
    
    &:hover,
    &:focus-visible{
        color: var(--e-global-color-accent);
        text-decoration: underline;
    }
    
    .elementor-nav-menu & {
         text-decoration: none;
    }
}/* End custom CSS */