.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;color:#1764DF;font-family:"Red Hat Display", Sans-serif;font-size:16px;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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);}.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 *//* Scope everything to this Tabs widget */
.hero-switcher .elementor-tabs-wrapper {
  display: inline-flex;
  background: #1f1f1f;
  padding: 6px;
  border-radius: 999px;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 20px; /* space below the pills */
}

.hero-switcher .elementor-tab-title {
  position: relative;
  list-style: none;
  border: none !important;
  background: transparent;
  color: #d9d9d9;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 999px;
  transition: all .25s ease;
  cursor: pointer;
  line-height: 1;
}

.hero-switcher .elementor-tab-title:not(.elementor-active):hover {
  background: rgba(255,255,255,0.06);
  color: #fff;
}

.hero-switcher .elementor-tab-title.elementor-active {
  background: #2b2b2b;
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.06);
}

/* Hide default indicator/borders Elementor uses */
.hero-switcher .elementor-tabs-wrapper:before,
.hero-switcher .elementor-tab-title:after {
  display: none !important;
}

/* Content spacing */
.hero-switcher .elementor-tabs-content-wrapper {
  margin-top: 12px;
}

.hero-switcher .elementor-tab-content {
  border: none !important;
  padding: 6px 0 0 0 !important;
  background: transparent !important;
}

/* Icon List look & feel */
.hero-switcher .elementor-icon-list-items .elementor-icon-list-item {
  margin-bottom: 8px;
}
.hero-switcher .elementor-icon-list-icon i,
.hero-switcher .elementor-icon-list-icon svg {
  opacity: .9;
}

/* Buttons */
.hero-switcher .elementor-button {
  font-weight: 700;
  border-radius: 12px;
  padding: 14px 22px;
}

/* Dark hero baseline */
.elementor-element.your-hero-section-class {
  color: #f5f5f5;
}/* End custom CSS */