.elementor-kit-9{--e-global-color-primary:#F18F34;--e-global-color-secondary:#E3582A;--e-global-color-text:#000000;--e-global-color-accent:#FFCD05;--e-global-color-d7e97f0:#101010;--e-global-color-5417236:#E3582A;--e-global-color-fb7170f:#FFCD05;--e-global-color-bea5b68:#FFFFFF;--e-global-color-6b7df87:#F44336;--e-global-color-575e097:#000000;--e-global-color-f762299:#FFE0E1;--e-global-color-708517a:#010111;--e-global-color-e70cc8c:#595979;--e-global-color-8f37416:#463A33;--e-global-color-146c36f:#F4BB25;--e-global-color-1d9043f:#E15A28;--e-global-color-a4f932e:#6D6C75;--e-global-color-d7cb135:#F0F0F0;--e-global-color-fa007a0:#063402;--e-global-color-da3d39d:#A6E7AA;--e-global-color-679b9db:#171725;--e-global-color-339c716:#F8F4F3;--e-global-typography-primary-font-family:"Work Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Work Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Work Sans";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{text-transform:uppercase;}.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);}.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 */.holographic-card {
  transition: scale 600ms ease-out;
}

.holographic-card:hover {
  transform: scale(1.05);
}

.holographic-card h3 {
  position: relative;
  display: inline-block;
}

.holographic-card h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #e25e2b, #facd05);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-out;
}

.holographic-card:hover h3::after {
  transform: scaleX(1);
}

.grecaptcha-badge { 
visibility: hidden; 
}/* End custom CSS */