.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#636363;--e-global-color-accent:#136BC2;--e-global-color-ea50bc7:#050505;--e-global-color-64d9bed:#F0F0F0;--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;--e-global-typography-228018e-font-family:"Inter";--e-global-typography-228018e-font-size:clamp(2.75rem, 2.1071rem + 3.2143cqw, 5rem);--e-global-typography-228018e-font-weight:400;--e-global-typography-22ac1e5-font-family:"Inter";--e-global-typography-22ac1e5-font-size:clamp(1.875rem, 1.4107rem + 2.3214cqw, 3.5rem);--e-global-typography-22ac1e5-font-weight:400;--e-global-typography-7a72981-font-family:"Inter";--e-global-typography-7a72981-font-size:clamp(1.5rem, 1.2143rem + 1.4286cqw, 2.5rem);--e-global-typography-25b9708-font-family:"Inter";--e-global-typography-25b9708-font-size:clamp(1.188rem, 1.0631rem + 0.6243cqw, 1.625rem);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:40px;}.elementor-element{--widgets-spacing:40px 40px;--widgets-spacing-row:40px;--widgets-spacing-column:40px;}{}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:1100px){.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 */.reveal-card {
  opacity: 0;
  transform: translateY(50px) scale(0.98);
  transition: 
    opacity 1s ease,
    transform 1s ease;
}

.reveal-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal-title {
  opacity: 0;
  transform: translateY(60px);
  transition: 
    opacity 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s,
    transform 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}

.reveal-title.is-visible {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */