.elementor-kit-24369{--e-global-color-primary:#A7D1E1;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CAD1B7;--e-global-color-fbce0ec:#52ACB3;--e-global-color-aca6c10:#F9F9F9;--e-global-color-ab04dd8:#FFEACE;--e-global-color-8fad62d:#FF5644;--e-global-color-03f1f97:#F4F6F6;--e-global-color-0926c92:#000000;--e-global-color-aa8e0b1:#152F62;--e-global-color-5e9304a:#003A70;--e-global-color-f48b2f9:#009FDF;--e-global-color-db77216:#1B4A7B;--e-global-color-d99e558:#EB1B20;--e-global-color-c3831db:#4AA9D2;--e-global-color-24b979f:#2A8EBA;--e-global-color-93f08f7:#2A2A2A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-abe303b-font-family:"Heebo";--e-global-typography-abe303b-font-weight:500;--e-global-typography-2b93a2a-font-family:"Lobster Two";color:#101218;font-family:"Jost", Sans-serif;}.elementor-kit-24369 button,.elementor-kit-24369 input[type="button"],.elementor-kit-24369 input[type="submit"],.elementor-kit-24369 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Jost", Sans-serif;font-size:16px;font-weight:400;border-radius:3px 3px 3px 3px;}.elementor-kit-24369 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24369 a{color:var( --e-global-color-fbce0ec );}.elementor-kit-24369 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-24369 h2{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 */.tooltip {
    position:relative;
    border-bottom:1px dashed #000;
}

.tooltip:before {
  content: attr(data-text); /* pulls from embedded span data-text element */
  position:absolute;
  
  top:50%;
  transform:translateY(-50%);
  
   /* move to right */
  left:100%;
  margin-left:15px; /* and add a small left margin */
  
   /* basic styles */
  width: 300px;
  padding:10px;
  border-radius:10px;
  background:#333;
  color: #fff;
  text-align:left;
  font-size: .95rem;

  display:none; /* hide by default */
}

.tooltip:after {
  content: "";
  position:absolute;
  
  /* position tooltip correctly */
  left:100%;
  margin-left:-3px;
 
  /* vertically center */
  top:50%;
  transform:translateY(-50%);
 
  /* the arrow */
  border:10px solid #333;
  border-color: transparent black transparent transparent;
  
  display:none;
}

.tooltip:hover:before, .tooltip:hover:after {
  display:block;
}

a:visited {color: #54acb3;}/* End custom CSS */