.elementor-kit-17{--e-global-color-primary:#1F1F1F;--e-global-color-secondary:#5E7366;--e-global-color-text:#DED9C7;--e-global-color-accent:#A36652;--e-global-color-04470dc:#424240;--e-global-color-13b5018:#BABFB5;--e-global-color-09b30c3:#9E7A4F;--e-global-color-80bae93:#F5F2ED;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-font-style:italic;--e-global-typography-text-font-family:"Mulish";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.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);}.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-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 */.animated-btn {
  position: relative;
  overflow: hidden;
  color: white;
  background: transparent;

}

.animated-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 0;
  transition: left 0.4s ease;
}

.animated-btn:hover::before {
  left: 0;
}

.animated-btn span {
  position: relative;
  z-index: 1;
  color: white;
  transition: color 0.4s ease;
}

.animated-btn:hover span {
  color: black;
}


.animated-btn-dark {
  position: relative;
  overflow: hidden;
  color: #1f1f1f;
  background: transparent;

}

.animated-btn-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  z-index: 0;
  transition: left 0.4s ease;
}

.animated-btn-dark:hover::before {
  left: 0;
}

.animated-btn-dark span {
  position: relative;
  z-index: 1;
  color: #1f1f1f;
  transition: color 0.4s ease;
}

.animated-btn-dark:hover span {
  color: white;
}/* End custom CSS */