.elementor-23682 .elementor-element.elementor-element-924c1fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23682 .elementor-element.elementor-element-dad3a24{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23682 .elementor-element.elementor-element-ca6e5b4{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-23682 .elementor-element.elementor-element-e4c9963.elementor-element{--align-self:flex-start;}.elementor-23682 .elementor-element.elementor-element-e4c9963 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-c4aeeaa );}.elementor-23682 .elementor-element.elementor-element-cf70834 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-23682 .elementor-element.elementor-element-51976ad{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-23682 .elementor-element.elementor-element-773584d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23682 .elementor-element.elementor-element-773584d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-23682 .elementor-element.elementor-element-8c39738{--grid-columns:4;}@media(max-width:1024px){.elementor-23682 .elementor-element.elementor-element-8c39738{--grid-columns:2;}}@media(max-width:767px){.elementor-23682 .elementor-element.elementor-element-51976ad{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-23682 .elementor-element.elementor-element-8c39738{--grid-columns:2;}}@media(min-width:768px){.elementor-23682 .elementor-element.elementor-element-773584d{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-ca6e5b4 */@media only screen and (min-width: 1024px) {
    .text-banner .title,
    .text-banner .text{
        max-width: 85% !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-51976ad */.our-team-section{
    gap: var(--padding-md);
}

/*
** Scrolling for the team list
*/
.our-team-section .team-loop-grid {
    height: 100%;
    overflow-y: scroll;
}


/* - - - - - - - - - - - - - - - - */
/* Styling the Team Details popup  */
/* - - - - - - - - - - - - - - - - */

/*
** Hiding the original (so we can bring it in with JS) 
*/
.team-details {
    display: none;
}

/*
** Adding the gradient top

.team-details-overlay .details-bio::before{
    content: "";
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: var(--padding-md);
    background: linear-gradient(0deg, rgba(239, 241, 247, 0.00) 0%, #EFF1F7 100%);
    z-index: 1;
}*/
/*
** Adding the gradient bottom
*/

.details-bio-wrapper {
    position: relative;
    max-height: 100%;
    overflow: hidden;
}

.details-bio-wrapper::before,
.team-details-overlay::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--padding-md);
    background: linear-gradient(180deg, rgba(239, 241, 247, 0.00) 0%, #EFF1F7 100%);
    pointer-events: none;
    z-index: 1;
}
.details-bio-wrapper::before{
    top: 0;
    bottom: auto;
    background: linear-gradient(0deg, rgba(239, 241, 247, 0.00) 0%, #EFF1F7 100%);
}

/*
** Positioning the details above the gradient
*/
.team-details-overlay .details-name,
.team-details-overlay .details-position,
.team-details-overlay .details-position::after,
.team-details-overlay .details-bio::-webkit-scrollbar,
.team-details-overlay .details-bio::-webkit-scrollbar-thumb{
    z-index: 2;
}

/*
** Setting the text content to scroll
*/
.team-details-overlay{
    overflow: hidden;
}
.team-details-overlay .details-position{
    margin-bottom: 24px;
}
/*
** Adding the underline for the position
*/
.team-details-overlay .details-position::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 6px;
    background: var( --e-global-color-accent );
}

/*
** Styling the text
*/
.team-details-overlay h5,
.team-details-overlay p{
    text-align: left;
}
.team-details-overlay h5{
    color: var( --e-global-color-accent ) !important;
}
.team-details-overlay .details-bio{
    overflow-y: auto;
    height: 100%;
}
.team-details-overlay .details-bio p{
    padding: 48px 16px 96px 0 ;
}

/*
** Adding scrolling for the text
*/
.team-details-overlay .details-bio::-webkit-scrollbar {
    width: 6px;
    height: 80%;
}
.team-details-overlay .details-bio::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

/*
** Styling the team image
*/
.our-team-section .background-image::after{
    background: none;
    display: none;
}
.our-team-section #team-preview-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 0;
}

/* - - - - - - - - - - - - - - - - */

/*
** Setting the column heights
*/
.our-team-section .text-col{
    height: calc(50vmax - 104px);
    overflow: hidden;
    width: 100% !important;
}
.our-team-section .img-col{
    height: 100vw;
}

/*
** Adding pointer event for cursor
*/
.our-team-section .team-container {
    cursor: pointer;
}

/*
** Styling the team name
*/
.our-team-section .team-name{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary) !important;
    padding: 15px 0;
    transition: all .3s cubic-bezier(.2, 0, .2, 1);
}

/*
** Adding the dividing line
*/
.our-team-section .team-container::after{
    content: "";
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    left: 0;
    height: 1px;
    background: var(--e-global-color-primary);
}

/*
** Styling the job position text
*/
.our-team-section .position p {
    padding: 6px 16px 8px 16px;
    border-radius: 4px;
    background: var( --e-global-color-d3d0492 );
    color: var( --e-global-color-accent ) !important;
    font-weight: 400;
    opacity: 1;
    transition: all .3s cubic-bezier(.2, 0, .2, 1);
}

/*
** Hover state for the team name
*/
.our-team-section .team-container:hover .team-name{
    color: var( --e-global-color-accent ) !important;
    padding-left: 15px !important;
}

/*
** Hover state for the job position
*/
.our-team-section .team-container:hover .position p{
    opacity: 1;
    background: var( --e-global-color-accent ) !important;
    color: white !important;
}



@media only screen and (min-width: 768px) {
    /*
    ** Setting the section height
    */
    .our-team-section{
        height: calc(50vmax - 104px);
        overflow: hidden;
    }
    .our-team-section .img-col,
    .our-team-section .text-col{
        height: 100%;
    }
}

@media only screen and (min-width: 1440px) {

    /*
    ** Setting the column widths
    */
    .our-team-section .img-col,
    .our-team-section .text-col{
        width: 50% !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dad3a24 *//* Preserve the square portraits used on Team profiles. */
.elementor-23682 .elementor-element.elementor-element-dad3a24 .team-image img { width: 100%; aspect-ratio: 1; object-fit: cover; }/* End custom CSS */