.elementor-kit-9{--e-global-color-primary:#0D2391;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;color:#000000;font-family:"DM Sans", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"DM Sans", Sans-serif;}.elementor-kit-9 h1{color:#000000;font-family:"DM Sans", Sans-serif;font-weight:400;}.elementor-kit-9 h2{color:#000000;font-size:26px;}.elementor-kit-9 h3{color:#000000;font-family:"DM Sans", Sans-serif;}.elementor-kit-9 h4{color:#000000;}.elementor-kit-9 h5{color:#000000;}.elementor-kit-9 h6{color:#000000;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"DM Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */.e-link-in-bio__icon svg {
    height: 14px !important;
    gap: 16px;
}

.team-card .elementor-flip-box {
    min-height:335px;
}
.team-card .elementor-flip-box__back h3{
    text-align: left;
}

.team-card .elementor-flip-box__back a {
    display: none;
}
.team-card .elementor-flip-box__back {
    position: relative;
}
.team-card .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    justify-content: end;
    padding: 35px 35px 0 35px;
    position: relative;
}

.team-card .elementor-flip-box__back .elementor-flip-box__layer__overlay div {
    z-index: 2;
}

.team-card .elementor-flip-box__back .elementor-flip-box__layer__overlay::after {
    content: "";
    display: block;
    height: 35%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
     background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0.0), 
    rgba(142, 142, 142, 0.7)
  );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    mask: linear-gradient(to bottom, transparent, black 50%);
    
}

.team-card .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    opacity: 0;
}

.team-card .elementor-flip-box:hover .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    opacity: 1;
  transition: opacity 2s ease-out;
}

.team-card .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    align-items: flex-start;
    justify-content: space-between;
}

.team-card .elementor-flip-box__front h3 {
    text-align: left;
}

@media (min-width: 1024px) {
    .team-card .elementor-flip-box__front .elementor-flip-box__layer__inner {
        max-width: 140px;
    }
}/* End custom CSS */