.elementor-kit-39{--e-global-color-primary:#4AF196;--e-global-color-secondary:#8B31F1;--e-global-color-text:#ACB7B2;--e-global-color-accent:#DCC3F9;--e-global-color-3886828c:#000;--e-global-color-6b859d95:#FFF;--e-global-color-ff9b9c6:#FFFFFF99;--e-global-color-926594d:#4AF19633;--e-global-color-030d8c5:#4AF1961A;--e-global-color-bdf8be5:#C036DD;--e-global-color-d837918:#DCC3F9;--e-global-color-684ee9f:#ACB7B2;--e-global-typography-5bdf18a-font-size:72px;--e-global-typography-5bdf18a-font-weight:800;--e-global-typography-5bdf18a-line-height:1.2em;--e-global-typography-5bdf18a-letter-spacing:-0.05em;--e-global-typography-087482c-font-size:56px;--e-global-typography-087482c-font-weight:800;--e-global-typography-087482c-line-height:1.2em;--e-global-typography-087482c-letter-spacing:-0.05em;--e-global-typography-d82a2f1-font-size:36px;--e-global-typography-d82a2f1-font-weight:800;--e-global-typography-d82a2f1-line-height:1.2em;--e-global-typography-d82a2f1-letter-spacing:-0.05em;--e-global-typography-87654ca-font-size:32px;--e-global-typography-87654ca-font-weight:700;--e-global-typography-87654ca-line-height:1.2em;--e-global-typography-87654ca-letter-spacing:-0.01px;--e-global-typography-8e12bfa-font-size:28px;--e-global-typography-8e12bfa-font-weight:400;--e-global-typography-8e12bfa-line-height:1.2em;--e-global-typography-8e12bfa-letter-spacing:-0.02em;--e-global-typography-d3643fb-font-size:24px;--e-global-typography-d3643fb-font-weight:400;--e-global-typography-d3643fb-line-height:1.2em;--e-global-typography-d3643fb-letter-spacing:-0.02em;--e-global-typography-bd7a7b8-font-size:18px;--e-global-typography-bd7a7b8-font-weight:700;--e-global-typography-bd7a7b8-text-transform:uppercase;--e-global-typography-bd7a7b8-line-height:1.2em;--e-global-typography-bd7a7b8-letter-spacing:0.1em;}.elementor-kit-39 e-page-transition{background-color:#FFBC7D;}.elementor-kit-39 button,.elementor-kit-39 input[type="button"],.elementor-kit-39 input[type="submit"],.elementor-kit-39 .elementor-button{color:var( --e-global-color-3886828c );}.elementor-kit-39 input:not([type="button"]):not([type="submit"]),.elementor-kit-39 textarea,.elementor-kit-39 .elementor-field-textual{color:#FFF;border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:992px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-kit-39{--e-global-typography-5bdf18a-font-size:48px;--e-global-typography-087482c-font-size:44px;--e-global-typography-d82a2f1-font-size:32px;--e-global-typography-87654ca-font-size:24px;--e-global-typography-8e12bfa-font-size:20px;--e-global-typography-d3643fb-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Tooltip container */
.tooltip1 {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
  font-size:16px;
  color:#4BF296;
  line-height:1px;
}

/* Tooltip text */
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px 5px 10px 5px;
  border-radius: 6px;
  font-size:13px;
   line-height:15px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}/* End custom CSS */