.elementor-kit-8{--e-global-color-primary:#FFECE5;--e-global-color-secondary:#F67748;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-58b8374:#B75574;--e-global-color-93f6ffe:#E8F1FF;--e-global-color-10fc95b:#176AE5;--e-global-color-ef4a66d:#1D2130;--e-global-color-2627725:#616161;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Neue Montreal";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Neue Montreal";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-0b25371-font-family:"Manrope";--e-global-typography-0b25371-font-size:12px;--e-global-typography-0b25371-font-weight:500;--e-global-typography-393c287-font-family:"Manrope";--e-global-typography-393c287-font-size:16px;--e-global-typography-393c287-font-weight:500;--e-global-typography-416bcbc-font-family:"Neue Montreal";--e-global-typography-416bcbc-font-size:32px;--e-global-typography-416bcbc-font-weight:400;--e-global-typography-a78bb68-font-family:"Manrope";--e-global-typography-a78bb68-font-size:18px;--e-global-typography-a78bb68-font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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-kit-8{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:12px;--e-global-typography-0b25371-font-size:12px;--e-global-typography-393c287-font-size:16px;--e-global-typography-416bcbc-font-size:22px;--e-global-typography-a78bb68-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:22px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:12px;--e-global-typography-0b25371-font-size:12px;--e-global-typography-393c287-font-size:14px;--e-global-typography-416bcbc-font-size:22px;--e-global-typography-a78bb68-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Blue Blob */
.hero::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(171, 200, 243, 0.4) 0%, transparent 52%);
  border-radius: 50%;
  animation: moveBlue 12s linear infinite;
}

/* Pink Blob */
.hero::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 206, 221, 0.5) 0%, transparent 52%);
  border-radius: 50%;
  animation: movePink 12s linear infinite;
}

@keyframes moveBlue {
  0%   { transform: translate(-30%, -30%); }
  25%  { transform: translate(30%, -30%); }
  50%  { transform: translate(30%, 30%); }
  75%  { transform: translate(-30%, 30%); }
  100% { transform: translate(-30%, -30%); }
}

@keyframes movePink {
  0%   { transform: translate(30%, -20%); }
  25%  { transform: translate(30%, 30%); }
  50%  { transform: translate(-30%, 30%); }
  75%  { transform: translate(-30%, -20%); }
  100% { transform: translate(30%, -20%); }
}

/* Faster animation on mobile */
@media (max-width: 768px) {
  .hero::before {
    animation-duration: 8s; /* faster than 12s */
  }
  .hero::after {
    animation-duration: 8s;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Neue Montreal';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://humanto.wodo.digital/wp-content/uploads/2025/08/NeueMontreal-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Montreal';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://humanto.wodo.digital/wp-content/uploads/2025/08/NeueMontreal-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Neue Montreal';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://humanto.wodo.digital/wp-content/uploads/2025/08/NeueMontreal-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */