.elementor-kit-7565{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#181818;--e-global-color-accent:#61CE70;--e-global-color-23a72c5:#B10937;--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:#FFFFFF;overscroll-behavior:none;}.elementor-kit-7565 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){margin-block-end:3px;}.elementor-element{--widgets-spacing:3px 3px;--widgets-spacing-row:3px;--widgets-spacing-column:3px;}{}xxxxxx{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 */.topic-tooltip {
  position: relative;
  z-index: 1;
}

.topic-tooltip.is-open {
  z-index: 9999 !important;
}

.topic-tooltip .topic-box {
  position: absolute;
  top: 52px;
  left: 16px;
  width: 300px;
  background: #fff;
  border-left: 4px solid #C62828;
  border-radius: 8px;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.16);
  font-size: 14px;
  line-height: 1.45;
  color: #333;
  z-index: 999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: all 0.2s ease;
}

.topic-tooltip.is-open .topic-box {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.topic-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

.topic-trigger {
  cursor: pointer;
}

.topic-tooltip.track-1 .topic-box {
  border-left-color: #C62828;
}

.topic-tooltip.track-2 .topic-box {
  border-left-color: #2E7D32;
}

.topic-tooltip.track-3 .topic-box {
  border-left-color: #c99700;
}

.topic-tooltip.track-4 .topic-box {
  border-left-color: #024731;
}

.topic-tooltip.keynote .topic-box {
    border-left-color: #8b0000;
}/* End custom CSS */