.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4611346:#0C1117;--e-global-color-d52719a:#1F2328;--e-global-color-586b4f9:#232630;--e-global-color-b0a0947:#0F161F;--e-global-color-6dadfb0:#121821;--e-global-color-2f5595e:#0B0F14;--e-global-color-b29e5be:#1A1E23;--e-global-color-de92388:#FFFFFF;--e-global-color-a8c52b8:#F5F5F5;--e-global-color-53f1484:#F5F5F5;--e-global-color-91eabad:#E6E6E6;--e-global-color-3292ade:#D9D9D9;--e-global-color-dd86e8f:#C8C8C8;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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-4611346 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-family:"Inter Tight", Sans-serif;font-size:3.89vw;font-weight:500;line-height:1.2em;}.elementor-kit-9 h2{font-family:"Inter Tight", Sans-serif;font-size:3.33vw;font-weight:500;line-height:1.2em;}.elementor-kit-9 h3{font-family:"Inter Tight", Sans-serif;font-size:2.78vw;font-weight:500;line-height:1.2em;}.elementor-kit-9 h4{font-family:"Inter Tight", Sans-serif;font-size:1.94vw;font-weight:500;line-height:1.2em;}.elementor-kit-9 h5{font-family:"Inter Tight", Sans-serif;font-size:1.67vw;font-weight:500;line-height:1.2em;}.elementor-kit-9 h6{font-family:"Inter Tight", Sans-serif;font-size:1.39vw;font-weight:500;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--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);}.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 */.gra{
    background: linear-gradient(90deg, #DA5D1E 0%, #D6142C 54%, #A82783 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*===========*/

.hero-gra{
    background: linear-gradient(180deg, #ffffff 12%, #141920 80%, #0d1014 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.elementor-kit-9 p{
    margin-bottom: 0;
    margin-top: 0;

}

/*============*/




body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  opacity: 0.1;
  background-repeat: repeat;
  background-size: 350px 350px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  animation: noiseMove 0.5s infinite steps(2);
}

@keyframes noiseMove {
  0% { background-position: 0 0; }
  50% { background-position: -10px 10px; }
  100% { background-position: 0 0; }
}/* End custom CSS */