.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;--e-global-typography-1429bac-font-family:"Space Grotesk";--e-global-typography-1429bac-font-size:100px;--e-global-typography-1429bac-font-weight:700;}.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);}@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 */.custom-accordion {
  background: #f5f5f5;
  padding: 40px;
  border-radius: 30px;
  border: 2px solid #1e90ff;
}

.accordion-item {
  border-bottom: 1px solid #dcdcdc;
  padding: 18px 0;
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}

.accordion-header .icon {
  font-size: 24px;
  font-weight: bold;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s ease;
  padding-right: 20px;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  opacity: 1;
  margin-top: 15px;
}

.accordion-item.active .icon {
  content: "−";
}/* End custom CSS */