.elementor-kit-1824{--e-global-color-primary:#212020;--e-global-color-secondary:#CBCB33;--e-global-color-text:#F5F5F5;--e-global-color-accent:#00000000;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:normal;--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;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );}.elementor-kit-1824 button,.elementor-kit-1824 input[type="button"],.elementor-kit-1824 input[type="submit"],.elementor-kit-1824 .elementor-button{background-color:#21202000;font-family:"Times New Roman", Sans-serif;font-size:25px;font-weight:normal;font-style:italic;text-decoration:none;line-height:30px;color:var( --e-global-color-text );border-style:solid;border-width:1px 1px 1px 1px;border-radius:40px 40px 40px 40px;}.elementor-kit-1824 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-kit-1824 a:hover{color:var( --e-global-color-text );}.elementor-kit-1824 h1{color:var( --e-global-color-secondary );}.elementor-kit-1824 h2{color:var( --e-global-color-secondary );}.elementor-kit-1824 button:hover,.elementor-kit-1824 button:focus,.elementor-kit-1824 input[type="button"]:hover,.elementor-kit-1824 input[type="button"]:focus,.elementor-kit-1824 input[type="submit"]:hover,.elementor-kit-1824 input[type="submit"]:focus,.elementor-kit-1824 .elementor-button:hover,.elementor-kit-1824 .elementor-button:focus{color:var( --e-global-color-secondary );}.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: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 */html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.lato{
    font-family: 'lato', Sans-Serif;
    font-weight: bold;
}

.times-new-roman{
    font-family: 'Times New Roman', Serif;
    font-style: italic;
}

.text-link{
	color: #CBCB33;
}



/**/
.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}


/**//* End custom CSS */