.elementor-kit-247{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-247 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){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 */.logo-clr-button .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
  z-index: 1;
}

.logo-clr-button .elementor-button-text {
  background: linear-gradient(270deg, #9355AA, #6CAA55, #9355AA);
  background-size: 300% 300%;
  animation: flowGradient 5s linear infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-clr-button .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;

  background: linear-gradient(270deg, #9355AA, #6CAA55, #9355AA);
  background-size: 300% 300%;
  animation: flowGradient 5s linear infinite;

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  -webkit-mask-repeat: no-repeat;

  mask-composite: exclude;

  pointer-events: none;
}


@keyframes flowGradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.logo-clr-button .elementor-button:hover,
.logo-clr-button .elementor-button:focus {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}


.button .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 10px !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  text-decoration: none;
  z-index: 1;
}

.button .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff, #6CAA55);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  -webkit-mask-repeat: no-repeat;

  mask-composite: exclude;

  pointer-events: none;
}

.button .elementor-button:hover,
.button .elementor-button:focus {
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
}








.accent-clr {
    color: #6CAA55 !important;
}

.accent-clr2 {
    color: #85C26E !important;
}

.medium-text-stroke {
    -webkit-text-stroke: 4px #000;
  paint-order: stroke fill;
  text-shadow:
    2px 2px 3px rgba(0,0,0),
    -2px -2px 3px rgba(0,0,0),
    2px -2px 3px rgba(0,0,0),
    -2px 2px 3px rgba(0,0,0);
}

.hero {
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;

  background: linear-gradient(
  to bottom,
  rgba(147,85,170,0) 0%,
  rgba(147,85,170,0.15) 40%,
  rgba(147,85,170,0.25) 50%,
  rgba(147,85,170,0.5) 75%,
  #9355AA 100%
);
  pointer-events: none;
}






.hero2 {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      to top,
      #9355AA 0%,
      #9E64B4 18%,
      #AF7CC2 34%,
      #C8A0D5 50%,
      #DEC5E6 65%,
      #EDE0F1 78%,
      #F6EDF8 88%,
      #FBF7FB 94%,
      #FFFEFA 100%
    ) bottom / 100% 300px no-repeat,
    #FFFEFA;
}






.logo-clr-button-white .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  border-radius: 10px !important;
  background: #FFFEFA !important;
  background-color: #FFFEFA !important;
  box-shadow: none !important;
  text-decoration: none;
  z-index: 1;
}

.logo-clr-button-white .elementor-button-text {
  background: linear-gradient(135deg, #9355AA, #6CAA55);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.logo-clr-button-white .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(135deg, #9355AA, #6CAA55);

  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);

  -webkit-mask-composite: xor;
  -webkit-mask-repeat: no-repeat;

  mask-composite: exclude;

  pointer-events: none;
}

.logo-clr-button-white .elementor-button:hover,
.logo-clr-button-white .elementor-button:focus {
  background: #FFFEFA !important;
  background-color: #FFFEFA !important;
  box-shadow: none !important;
}/* End custom CSS */