.elementor-kit-5{--e-global-color-primary:#3A3A3A;--e-global-color-secondary:#F7F4EF;--e-global-color-text:#3A3A3A;--e-global-color-accent:#FFE162;--e-global-color-e293c5e:#FFEEA6;--e-global-color-6f6622f:#E8DDD2;--e-global-color-ce41e82:#9E9E9E;--e-global-color-88322d3:#0005FF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Libre Caslon Text";--e-global-typography-secondary-font-size:30px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-letter-spacing:-0.8px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-letter-spacing:-0.2px;--e-global-typography-accent-font-family:"Libre Caslon Text";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:-0.2px;--e-global-typography-9a86120-font-family:"Poppins";--e-global-typography-9a86120-font-weight:300;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-5 h1{font-size:50px;}.elementor-kit-5 h2{font-size:30px;}.elementor-kit-5 h3{font-size:25px;}.elementor-kit-5 h4{font-size:20px;}.elementor-kit-5 h5{font-size:16px;}.elementor-kit-5 h6{font-size:12px;}.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);}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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-kit-5{--e-global-typography-9a86120-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.alt-font {
  font-family: "Libre Caslon Text", serif;
}

/*heading*/

.highlight {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0em;
  width: 100%;
  height: 1.2em;
  background-color: #FFE162;
  z-index: -1;
  

  transform: scaleX(0);
  transform-origin: left;

  animation: highlight-swipe 1.2s ease forwards;
  animation-delay: 0.5s;
}

@keyframes highlight-swipe {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/*subheading*/

.highlight-2 {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.highlight-2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 1.2em;
  background-color: #FFE162;
  z-index: -1;

  transform: scaleX(0);
  transform-origin: left;

  animation: highlight-swipe 1.2s ease forwards;
  animation-delay: 1.5s;

}

@keyframes highlight-swipe {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/*half highlight*/

.highlight-short {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.highlight-short::before {
  content: "";
  position: absolute;
  left: -0.2em;
  bottom: -0.1em;
  width: 110%;
  height: 0.5em;
  background-color: #FFE162;
  z-index: -1;

  transform: scaleX(0);
  transform-origin: left;

  animation: highlight-swipe 0.8s ease forwards;
  animation-delay:0.8s;
}

@keyframes highlight-swipe {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

/*white highlight*/

.highlight-4 {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.highlight-4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 1.2em;
  background-color: #F7F4EF;
  z-index: -1;
  

  transform: scaleX(0);
  transform-origin: left;

  animation: highlight-swipe 1.2s ease forwards;
  animation-delay: 1.5s;
}

@keyframes highlight-swipe {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}/* End custom CSS */