.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#1A1A1A;--e-global-color-accent:#BDBDBD;--e-global-color-text:#E91010;--e-global-color-347c51e:#FFFFFF;--e-global-color-0165bd3:#0E0E0E;--e-global-color-73d822a:#808080;--e-global-color-8bd3877:#00000099;--e-global-color-07d0729:#02010100;--e-global-color-336ff77:#0000003B;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:300;--e-global-typography-521e9e6-font-family:"Open Sans";--e-global-typography-521e9e6-font-size:70px;--e-global-typography-521e9e6-font-weight:900;--e-global-typography-09331fe-font-family:"Open Sans";--e-global-typography-09331fe-font-size:124px;--e-global-typography-09331fe-font-weight:300;--e-global-typography-09331fe-line-height:120px;--e-global-typography-25ba695-font-family:"Open Sans";--e-global-typography-25ba695-font-size:84px;--e-global-typography-25ba695-font-weight:300;--e-global-typography-25ba695-line-height:110px;--e-global-typography-2a3b4ca-font-family:"Open Sans";--e-global-typography-2a3b4ca-font-size:48px;--e-global-typography-e5c3168-font-family:"Open Sans";--e-global-typography-e5c3168-font-size:40px;--e-global-typography-e5c3168-font-weight:400;--e-global-typography-e5c3168-line-height:1lh;--e-global-typography-2aec4bd-font-family:"Open Sans";--e-global-typography-2aec4bd-font-size:32px;--e-global-typography-86a984a-font-family:"Open Sans";--e-global-typography-86a984a-font-size:28px;--e-global-typography-86a984a-font-weight:400;--e-global-typography-86a984a-line-height:30px;--e-global-typography-c8edf9c-font-family:"Open Sans";--e-global-typography-c8edf9c-font-size:24px;--e-global-typography-c8edf9c-font-weight:500;--e-global-typography-0496895-font-family:"Open Sans";--e-global-typography-0496895-font-size:24px;--e-global-typography-36e1cbf-font-family:"Open Sans";--e-global-typography-36e1cbf-font-size:20px;--e-global-typography-54459ec-font-family:"Open Sans";--e-global-typography-54459ec-font-size:16px;--e-global-typography-54459ec-font-weight:400;--e-global-typography-54459ec-line-height:1lh;--e-global-typography-929edca-font-family:"Open Sans";--e-global-typography-929edca-font-size:14px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-521e9e6-font-size:66px;--e-global-typography-09331fe-font-size:124px;--e-global-typography-25ba695-font-size:80px;--e-global-typography-2a3b4ca-font-size:44px;--e-global-typography-e5c3168-font-size:36px;--e-global-typography-2aec4bd-font-size:28px;--e-global-typography-86a984a-font-size:24px;--e-global-typography-c8edf9c-font-size:24px;--e-global-typography-0496895-font-size:24px;--e-global-typography-36e1cbf-font-size:20px;--e-global-typography-54459ec-font-size:16px;--e-global-typography-929edca-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-521e9e6-font-size:58px;--e-global-typography-09331fe-font-size:116px;--e-global-typography-25ba695-font-size:72px;--e-global-typography-2a3b4ca-font-size:36px;--e-global-typography-e5c3168-font-size:32px;--e-global-typography-2aec4bd-font-size:24px;--e-global-typography-86a984a-font-size:24px;--e-global-typography-c8edf9c-font-size:24px;--e-global-typography-0496895-font-size:24px;--e-global-typography-36e1cbf-font-size:20px;--e-global-typography-54459ec-font-size:16px;--e-global-typography-929edca-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*=== COOCKIE ADMIN ===*/
/* Icon Style */
.cookieadmin_re_consent {
	background: linear-gradient(to left, rgb(0, 51, 204) 0%, rgb(102, 102, 255) 100%);
	width: 50px;
	height: 50px;
	left: 25px;
	bottom: 80px;
}

.cookieadmin_re_consent:hover {
    transform: scale(1.1);
}

/* Fade-in animation */
.cookieadmin_re_consent {
    animation: cookieFade 0.5s ease-in forwards;
}

@keyframes cookieFade {
    from { opacity: 0; }
    to { opacity: 1; }
}

/*=== PAGE SCROLL ===*/
/* Prevent Scrolling After End of the Page*/
/*html, body {
    overscroll-behavior: none;
}*/

/*=== CHATY ===*/
/* Icon Style */
circle,
ellipse {
	fill: white;
}

.chaty-sts2-0,
rect{
   fill: #e91010!important; 
}

.chaty-svg:hover {
	transform: scale(1.1);
	transition: .3s ease-in-out;
}

#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button {
    background-color: transparent!important;
}

.chaty-cta-button {
    background-color: transparent!important;
    box-shadow: none!important;
}

.chaty-widget.right-position {
    animation: cookieFade 0.5s ease-in forwards;
}

/* Fade-in animation */
@keyframes cookieFade {
    from { opacity: 0; }
    to { opacity: 1; }
}/* End custom CSS */