.elementor-kit-11{--e-global-color-primary:#F5F5F7;--e-global-color-secondary:#ED1C24;--e-global-color-text:#F5F5F7BF;--e-global-color-accent:#FFFFFF;--e-global-color-28cbd80:#F5F5F7CC;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:1.88rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:3.13rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1.13rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:capitalize;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1.13rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-1b672c4-font-family:"Inter";--e-global-typography-1b672c4-font-size:3.75rem;--e-global-typography-1b672c4-font-weight:500;--e-global-typography-1b672c4-text-transform:capitalize;--e-global-typography-1b672c4-line-height:1.3em;--e-global-typography-b01917b-font-family:"Inter";--e-global-typography-b01917b-font-size:1.25rem;--e-global-typography-b01917b-font-weight:400;--e-global-typography-b01917b-text-transform:capitalize;--e-global-typography-b01917b-line-height:1.3em;background-color:#000000;color:var( --e-global-color-primary );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 );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-11 p{margin-block-end:0px;}.elementor-kit-11 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;--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);}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-primary-font-size:1.25em;--e-global-typography-secondary-font-size:2.08rem;--e-global-typography-accent-font-size:0.8rem;--e-global-typography-1b672c4-font-size:2.5rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:0.94rem;--e-global-typography-secondary-font-size:1.56rem;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-1b672c4-font-size:1.88rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;}}:root { --primary-font-family:Inter; --zimo-accent:rgba(255, 255, 255, 1); --zimo-transparent:#00000000; --zimo-black:rgba(0, 0, 0, 1); --zimo-color-black:rgba(0, 0, 0, 1); --zimo-color-fff50:#ffffff80; --zimo-secondary:rgba(245, 245, 247, 0.75); --zimo-color:rgba(237, 28, 36, 1); }
/* Start custom CSS */img , video {
    display: block;
    width: 100%;
}
html , body {
    overflow-x: hidden;
}


body {
  --sb-track-color: #000000;
  --sb-thumb-color: #ed1c24;
  --sb-size: 3px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 38px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 38px;
  
}

.wcf-preloader.preloader-dot-loading .cssload-loading i
 {
    width: 10px !important;
    height: 10px !important;
}

@supports not .elementor-kit-11(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}/* End custom CSS */