.elementor-kit-6{--e-global-color-primary:#EFEFEF;--e-global-color-secondary:#232323;--e-global-color-text:#232323;--e-global-color-accent:#34D487;--e-global-color-78e624d:#3A9FD6;--e-global-color-ac968f1:#A8A8A8;--e-global-color-e3080a1:#C4D3E0;--e-global-color-f95a288:#1C2D3B;--e-global-color-5ff7623:#FAFAFA;--e-global-color-eb075cf:#0D0D0D;--e-global-typography-primary-font-family:"Rubik Mono One";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:normal;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Roboto Mono";--e-global-typography-secondary-font-size:3em;--e-global-typography-secondary-font-weight:200;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:1.3em;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto Mono";--e-global-typography-accent-font-size:2em;--e-global-typography-accent-font-weight:100;--e-global-typography-598f896-font-family:"Rubik Mono One";background-color:var( --e-global-color-primary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h6{font-family:var( --e-global-typography-598f896-font-family ), Sans-serif;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-primary );}.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-kit-6{--e-global-typography-primary-font-size:2em;--e-global-typography-text-font-size:1.1em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:1.3em;--e-global-typography-secondary-font-size:1.5em;--e-global-typography-text-font-size:0.9em;--e-global-typography-accent-font-size:1em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body .elementor .elementor-element .clickable-dots {
    display: inline-block !important;
}

body .elementor .elementor-element .clickable-dots .dot {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.79,0.14,0.15,0.86);
}

body .elementor .elementor-element .clickable-dots .dot.animating {
    animation: dotAnimation 1.5s infinite cubic-bezier(0.79,0.14,0.15,0.86);
}

body .elementor .elementor-element .clickable-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
}

body .elementor .elementor-element .clickable-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotAnimation {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.5); }
}/* End custom CSS */