.elementor-kit-5997{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FF0000;--e-global-color-48efbc8:#FFFFFF;--e-global-color-f08d52f:#000000;--e-global-color-ce4e24e:#FFFFFF;--e-global-color-a96a632:#000000;--e-global-color-d8ab6c3:#CACACA;--e-global-color-a17620e:#DDDDDD;--e-global-color-22ae6a7:#2C2C2C;--e-global-typography-primary-font-family:"Instrument Serif";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:0.9em;--e-global-typography-primary-letter-spacing:0.01em;--e-global-typography-secondary-font-family:"Instrument Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:0.9em;--e-global-typography-secondary-letter-spacing:0.01px;--e-global-typography-text-font-family:"Newsreader";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Newsreader";--e-global-typography-accent-font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:500ms;--e-preloader-animation:flash;--e-preloader-animation-duration:3s;--e-preloader-delay:0ms;}.elementor-kit-5997 a{color:var( --e-global-color-text );}.elementor-kit-5997 a:hover{color:var( --e-global-color-text );}.elementor-kit-5997 h1{font-size:clamp(75px, 14vw, 300px);line-height:0.9em;letter-spacing:-0.01em;}.elementor-kit-5997 h2{font-size:clamp(36px, 6vw, 72px);letter-spacing:-0.005em;}.elementor-kit-5997 h3{font-size:clamp(26px, 4.1vw, 44px);line-height:1.2em;}.elementor-kit-5997 h4{font-size:clamp(22px, 3vw, 32px);line-height:1.3em;}.elementor-kit-5997 h5{font-size:clamp(18px, 2.5vw, 24px);line-height:1.4em;letter-spacing:0.01em;}.elementor-kit-5997 h6{font-family:"Newsreader", Serif;font-size:clamp(12px, 1.4vw, 16px);text-transform:uppercase;line-height:1.5em;letter-spacing:0em;}.elementor-kit-5997 button,.elementor-kit-5997 input[type="button"],.elementor-kit-5997 input[type="submit"],.elementor-kit-5997 .elementor-button{line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:2048px;}.e-con{--container-max-width:2048px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}.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:1440px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:10px;--container-default-padding-bottom:0px;--container-default-padding-left:10px;}.elementor-kit-5997{--e-preloader-width:70%;}}/* Start custom CSS */.elementor-widget-text-editor a {
  position: relative;
  color: inherit;
  text-decoration: none; /* We'll create a custom underline */
}

.elementor-widget-text-editor a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}

/* On hover, retract then re-draw from right to left (or left to right) */
.elementor-widget-text-editor a:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.animated-heading-link a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.animated-heading-link a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: bottom left;
  transition: transform 0.3s ease;
}

.animated-heading-link a:hover::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}

.animated-heading-link a::after {
  transform: scaleX(0);
  transform-origin: bottom right;
}
.animated-heading-link a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.footer-menu-animated .elementor-item {
  position: relative;
  display: inline-block;
  color: white !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu-animated .elementor-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: white !important;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.footer-menu-animated .elementor-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}/* End custom CSS */