.elementor-kit-6{--e-global-color-primary:#03624C;--e-global-color-secondary:#1857D8;--e-global-color-text:#0C0C0C;--e-global-color-accent:#205FFF;--e-global-color-b5aeb33:#EEF4FD;--e-global-color-c58817e:#18202A;--e-global-color-5420d44:#3070e8;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#eef4fd;--e-global-typography-primary-font-family:"Exo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"DMSans";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"DMSans";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"DMSans";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"DMSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"DMSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"DMSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-slide-out-up;--e-page-transition-exit-animation:e-page-transition-slide-in-up;--e-page-transition-animation-duration:500ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:18px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-b5aeb33 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:5px;}.elementor-element{--widgets-spacing:5px 5px;--widgets-spacing-row:5px;--widgets-spacing-column:5px;}{}.entry-title, .wp-block-post-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-kit-6{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.entry-header{
    display: none;
}
.refraction-card {
  width: 320px;
  padding: 2rem;
  border-radius: 30px;
  border: 1px #DADADA solid;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: url(#refractionFilter) blur(10px) brightness(1.1) contrast(1.3);
  -webkit-backdrop-filter: url(#refractionFilter) blur(4px) brightness(1.1) contrast(1.1);
  z-index: 1;
  
}


.refraction-card::before {
  content: none !important; /* removes the inherited background that was breaking the bottom refraction */
}


.refraction-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08) 10%,
    rgba(255, 255, 255, 0.02) 40%,
    transparent 80%
  );
  border-radius: inherit;
  pointer-events: none;
  mix-blend-mode: screen;
  z-index: 1;
}


.refraction-card .elementor-widget-container {
  position: relative;
  z-index: 2;
  color: #fff;
}

@media (max-width: 768px) {
  .refraction-card {
    margin: 1rem auto;
  }
}/* End custom CSS */