/*!* Our Team  v18.11.24:01*/

.our-team-section {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity));
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media (min-width:1024px) {
    .our-team-section {
        padding-bottom: 4rem;
        padding-top: 4rem
    }
}

.our-team-section .cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 26px
}

@media (min-width:1024px) {
    .our-team-section .cta-wrapper {
        flex-direction: row
    }
}

.our-team-section .pagination {
    margin-top: 26px;
    padding-top: 0
}

.team-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.team-list .team-list-item {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1rem;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.team-list .team-list-item .team-data {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (min-width:768px) {
    .team-list .team-list-item .team-data {
        flex-direction: row
    }
}

.team-list .team-list-item .team-data .member-image {
    height: auto
}

@media (min-width:768px) {
    .team-list .team-list-item .team-data .member-image {
        flex-basis: 20%;
        height: 144px
    }
}

@media (min-width:1024px) {
    .team-list .team-list-item .team-data .member-image {
        height: auto
    }
}

.team-list .team-list-item .team-data .member-image img {
    border-radius: .5rem;
    width: 100%
}

@media (min-width:640px) {
    .team-list .team-list-item .team-data .member-image img {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
}

.team-list .team-list-item .team-data .member-image.no-profile .empty-profile {
    align-items: center;
    background-color: var(--secondary-500);
    border-radius: .5rem;
    display: flex;
    font-size: 3rem;
    font-weight: 700;
    height: 18rem;
    justify-content: center;
    line-height: 1
}

@media (min-width:640px) {
    .team-list .team-list-item .team-data .member-image.no-profile .empty-profile {
        height: 100%
    }
}

.team-list .team-list-item .team-data .member-data {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

@media (min-width:768px) {
    .team-list .team-list-item .team-data .member-data {
        flex-basis: 80%
    }
}

.team-list .team-list-item .team-data .member-data a {
    color: var(--primary-500)
}

.team-list .team-list-item .team-data .member-data a:hover {
    text-decoration-line: underline
}

.team-list .team-list-item .team-data .member-name {
    color: var(--primary-500);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem
}

.team-list .team-list-item .team-data .member-detail {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .team-list .team-list-item .team-data .member-detail {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.team-list .bio-btn {
    margin-top: .5rem;
    width: 100%
}

@media (min-width:768px) {
    .team-list .bio-btn {
        display: none
    }
}

.team-list .bio-btn svg {
    height: 1.25rem;
    transform: rotate(90deg);
    width: 1.25rem
}

.team-list .member-bio {
    display: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: .5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

@media (min-width:768px) {
    .team-list .member-bio {
        display: block
    }
}

.team-list.heavy-list {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

@media (min-width:640px) {
    .team-list.heavy-list {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .team-list.heavy-list {
        gap: 2rem;
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.team-list.heavy-list .team-list-item {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.team-list.heavy-list .team-list-item:hover {
    background-color: var(--primary-50)
}

.team-list.heavy-list .team-data {
    display: grid;
    gap: .5rem
}

@media (min-width:1024px) {
    .team-list.heavy-list .team-data {
        gap: 1rem
    }
}

.team-list.heavy-list .team-data .member-image {
    height: auto
}

@media (min-width:640px) {
    .team-list.heavy-list .team-data .member-image {
        height: 274px
    }
}

@media (min-width:768px) {
    .team-list.heavy-list .team-data .member-image {
        height: 343px
    }
}

@media (min-width:1024px) {
    .team-list.heavy-list .team-data .member-image {
        height: 208px
    }
}

@media (min-width:1280px) {
    .team-list.heavy-list .team-data .member-image {
        height: 255px
    }
}

@media (min-width:1440px) {
    .team-list.heavy-list .team-data .member-image {
        height: 298px
    }
}

.team-list.heavy-list .team-data .member-image img {
    height: 100%
}

.team-list.heavy-list .team-data .member-data {
    flex-basis: 100%;
    gap: 1rem
}

@media (min-width:768px) {
    .team-list.heavy-list .member-bio {
        display: none
    }
}

.teams-modal.modal .modal-loc-inner {
    border-color: var(--primary-500);
    border-top-width: 4px;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 100%;
    position: relative;
    width: 100%
}

@media (min-width:1280px) {
    .teams-modal.modal .modal-loc-inner {
        max-width: 70%
    }
}

.teams-modal.modal .modal-loc-inner .modal-loc-div {
    border-radius: 0;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.teams-modal.modal .modal-loc-inner .modal-loc-div:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity))
}

@media (min-width:768px) {
    .teams-modal.modal .modal-loc-inner .modal-loc-div {
        padding: 2rem
    }
}

.teams-modal.modal .modal-loc-inner .modal-header {
    margin-bottom: 10px;
    padding: .5rem
}

.teams-modal.modal .modal-member-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1rem
}

@media (min-width:768px) {
    .teams-modal.modal .modal-member-wrap {
        flex-direction: row
    }
    .teams-modal.modal .modal-member-wrap .img-wrap {
        width: 25%
    }
}

.teams-modal.modal .modal-member-wrap .img-wrap img {
    border-radius: .5rem;
    width: 100%;
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.teams-modal.modal .modal-member-wrap .data-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left
}

@media (min-width:768px) {
    .teams-modal.modal .modal-member-wrap .data-wrap {
        width: 75%
    }
}

.teams-modal.modal .modal-member-wrap .data-wrap .member-name {
    background-color: var(--primary-500);
    border-radius: .25rem;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 2.25rem;
    padding: .5rem 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.teams-modal.modal .modal-member-wrap .data-wrap .member-detail {
    color: var(--primary-500);
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem
}

.teams-modal.modal .modal-member-wrap .data-wrap .member-bio {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(31 41 55/var(--tw-text-opacity))
}

.teams-modal.modal .modal-member-wrap .data-wrap a {
    color: var(--primary-500)
}

.teams-modal.modal .modal-member-wrap .data-wrap a:hover {
    text-decoration-line: underline
}