.elementor-kit-10{--e-global-color-primary:#4CC3C9;--e-global-color-secondary:#101828;--e-global-color-text:#FFFFFF;--e-global-color-accent:#4CC3C9;--e-global-typography-primary-font-family:"REM";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#101828;font-family:"Sora", Sans-serif;font-size:18px;font-weight:500;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{background-color:var( --e-global-color-accent );text-transform:uppercase;color:var( --e-global-color-secondary );border-radius:100px 100px 100px 100px;padding:16px 24px 16px 16px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 h1{font-family:"REM", Sans-serif;}.elementor-kit-10 h2{font-family:"Sora", Sans-serif;}.elementor-kit-10 h3{font-family:"Sora", Sans-serif;}.elementor-kit-10 h4{font-family:"Sora", Sans-serif;}.elementor-kit-10 h5{font-family:"Sora", Sans-serif;}.elementor-kit-10 h6{font-family:"Sora", Sans-serif;}.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 */.hero-h1 h1, .hero-h2 h2{
    font-size: clamp(2.5rem, 0.9375rem + 5vw, 5rem) !important;
    
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}
.big-title h2, .big-title h3 {
   
    font-size: clamp(1.875rem, 0.5469rem + 4.25vw, 4rem);
    font-weight: 700;

}
.top-title h1{
    font-size: 20px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
    color:#101828;
    padding:5px;
    background: #4CC3C9 ;
}
.text-highlight {
    color:#4CC3C9;
}
.join-btn .elementor-button-icon svg {
    height: auto;
    width: 29px;
}
.join-btn .elementor-button-content-wrapper {
   align-items: center;
}
h2{
    font-size: clamp(1.875rem, 1.4844rem + 1.25vw, 2.5rem);
}

/* text shade */
.shaded-text h2{
    line-height: 48px;
}
.text-highlight-bg {
    background: linear-gradient(
        to left,
        #4CC3C9 0%,   /* bright teal on the RIGHT */
        #0e2a36 100%  /* darker tone fading left */
    );
    padding: 0 0.2em 0 0;
    border-radius: 0px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.angled-image-right {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.angled-image {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
/* ================================
   CONTINUOUS TICKER SCROLL
================================ */

/* Smooth linear motion */
.text-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
  animation: cfTickerScroll 20s linear infinite;
}

/* Instant pause on hover */
.text-carousel .swiper:hover .swiper-wrapper {
  animation-play-state: paused;
}

/* Keyframe animation */
@keyframes cfTickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}/* End custom CSS */