.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-74cbebf:#FFFFFF;--e-global-color-ada4612:#52FF00;--e-global-color-4f59d51:#0F6A4B;--e-global-color-ea47734:#000000;--e-global-color-6613327:#202020;--e-global-color-13364b8:#F5F5F5;--e-global-color-7ef80fc:#D8D8D8;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 *//* LEFT ITEMS */
.aux-hover {
  position: relative;
  transition: background 0.3s ease;
}

/* ACTIVE + HOVER */
.aux-hover.active,
.aux-hover:hover {
  background: #52FF00;
}

/* LOADER */
.aux-hover .loader {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #000;
}

/* RIGHT IMAGE */
.aux-preview {
  background-size: cover;
  background-position: center;
  transition: opacity 0.5s ease;
}

/* wrapper */
.aux-unveil {
  overflow: hidden;
}

/* image */
.aux-unveil img {
  display: block;
  width: 100%;

  /* fully hidden from center */
  clip-path: inset(50% 50% 50% 50%);
  
  transition: clip-path 3.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* reveal outward */
.aux-unveil.in-view img {
  clip-path: inset(0% 0% 0% 0%);
}
.aux-unveil img {
  opacity: 0;
}

.aux-unveil.in-view img {
  opacity: 1;
}/* End custom CSS */