.elementor-kit-6{--e-global-color-primary:#DF2881;--e-global-color-secondary:#3C3A81;--e-global-color-text:#222222;--e-global-color-accent:#DF2881;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:900;--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:rubberBand;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-width:200px;}.elementor-kit-6 e-page-transition{background-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){--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);}@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 */::-webkit-scrollbar {
  width: 12px;  
  height: 12px;   
}
::-webkit-scrollbar-track {
  background: #222222; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #DF2881;
  border-radius: 0px;
}
.glass {
  backdrop-filter: blur(10px) saturate(180%);
  color: #fff;
  filter: url(#glass-distort);
  z-index: 0; 
}
.glass::before {
  content: "";
  position: absolute;
  inset: 0; 
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(-160deg, #ffffff95, #ffffff10);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;   
  z-index: -1;
}
.shadow{
    filter: drop-shadow(10px 10px 20px #00000060);
}/* End custom CSS */