.elementor-kit-2186{--e-global-color-primary:#c3c3db;--e-global-color-secondary:#fbebfb;--e-global-color-text:#000000;--e-global-color-accent:#F2CFBB;--e-global-color-e9714de:#F5FFE1;--e-global-color-be57585:#FFEDDB;--e-global-color-52d627f:#FBEBFB;--e-global-color-17aa35c:#E4F0FF;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-size:44px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;}.elementor-kit-2186 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2186 h1{color:#020000;font-family:"Quicksand", Sans-serif;font-size:44px;}.elementor-kit-2186 h2{color:#080000;font-family:"Quicksand", Sans-serif;font-size:32px;}.elementor-kit-2186 h3{color:#060000;font-family:"Quicksand", Sans-serif;font-size:24px;}.elementor-kit-2186 h4{color:#090000;font-family:"Lato", Sans-serif;font-size:20px;}.elementor-kit-2186 h5{color:#010000;font-family:"Lato", Sans-serif;font-size:16px;}.elementor-kit-2186 h6{color:#0A0000;font-family:"Lato", Sans-serif;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-2186{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2186{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:20px;--e-global-typography-text-font-size:13px;--e-global-typography-accent-font-size:11px;font-size:10px;}.elementor-kit-2186 h1{font-size:28px;}.elementor-kit-2186 h2{font-size:22px;}.elementor-kit-2186 h3{font-size:18px;}.elementor-kit-2186 h4{font-size:16px;}.elementor-kit-2186 h5{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.tts-button {
  background: #cdd6ff;
  color: white;
  border: solid;
  border-color: black;
  padding: 8px 16px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tts-button:hover {
  background: #fbebfb;
}

.responsive-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.responsive-table table {
  border-collapse: collapse;
  width: 100%;
  min-width: 500px; /* set to the minimum width your table needs */
}

.responsive-table th,
.responsive-table td {
  padding: 8px;
  text-align: left;
  word-break: break-word;
}/* End custom CSS */