.section-team {
    padding-top: 0;
    overflow-x: hidden;
}

.section-team .team-filter {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-bottom: 92px;
}

.section-team .team-filter .title {
    color: rgba(40, 86, 119, 0.60);
    font-size: 18px;
    font-weight: 600;
}

.section-team .teams {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.section-team .author-wrapper {
    display: flex;
    align-items: center;
    line-height: 1.55;
    gap: 24px;
    cursor: pointer;
    padding: 3px 6px;
    border-radius: 100px;
    border: 1px solid transparent;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin: 0 24px;
}

.section-team .author-wrapper:hover {
    background: rgba(54, 112, 158, 0.10);
}

.section-team .author-detail {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-team .author-wrapper .avatar {
    border-radius: 50%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.section-team .author-wrapper:hover .avatar {
    background: linear-gradient(256deg, rgba(24, 77, 187, 0.60) -40.81%, rgba(0, 157, 225, 0.60) -3.71%, rgba(92, 221, 255, 0.60) 33.39%, rgba(0, 157, 225, 0.60) 70.49%, rgba(7, 61, 229, 0.60) 107.58%) !important;
}

.section-team .author-wrapper .author-arrow svg {
    color: var(--lex-blue);
}

.section-team .author-wrapper:hover .author-arrow svg {
    color: #285677;
}

.section-team .author-wrapper .avatar img {
    width: 64px;
    height: auto;
}

.section-team .author-wrapper p {
    margin: 0;
    padding: 0;
}

.section-team .author-wrapper .name {
    color: #285677;
    font-size: 18px;
    font-weight: 700;
}

.section-team .author-wrapper .subname {
    color: rgba(40, 86, 119, 0.60);
    font-size: 14px;
    font-weight: 500;
}

.section-team .team-sections {
    display: flex;
    flex-direction: column;
    gap: 124px;
}

.section-team .team-wrapper {
    display: flex;
    align-items: center;
    gap: 130px;
}

.section-team .team-section:nth-child(2n) .team-avatar {
    order: 1;
}

.section-team .team-section > div {
    flex: 1 1 0;
}

.section-team .team-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}


.section-team .team-heading > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.section-team .team-heading ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-team .team-section .team-avatar {
    position: relative;
    max-width: 397px;
    width: 100%;
}

.section-team .team-section .team-avatar img {
    border-radius: 24px;
}

.section-team .team-section .team-avatar:before {
    content: "";
    background: linear-gradient(0deg, rgba(77, 156, 224, 0.80) -93.88%, rgba(77, 156, 224, 0.00) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.section-team .team-section .tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-team .team-section .tag {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    border-radius: 32px;
    width: auto;
    min-height: 48px;
    min-width: 70px;
    max-width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    position: absolute;
    line-height: 1.25;
}

.section-team .team-section:nth-child(1) .tag:nth-child(1) {
    top: -24px;
    right: 36px;
}

.section-team .team-section:nth-child(1) .tag:nth-child(2) {
    top: 200px;
    left: -24px;
}

.section-team .team-section:nth-child(1) .tag:nth-child(3) {
    right: -69px;
    bottom: 96px;
}

.section-team .team-section:nth-child(2) .tag:nth-child(1) {
    top: -24px;
    left: 34px;
}

.section-team .team-section:nth-child(2) .tag:nth-child(2) {
    top: 72px;
    right: -24px;
}

.section-team .team-section:nth-child(2) .tag:nth-child(3) {
    top: 172px;
    left: -24px;
}

.section-team .team-section:nth-child(2) .tag:nth-child(4) {
    right: -24px;
    bottom: 124px;
}

.section-team .team-section:nth-child(3) .tag:nth-child(1) {
    top: -24px;
    right: 36px;
}

.section-team .team-section:nth-child(3) .tag:nth-child(2) {
    top: 260px;
    left: -24px;
}

.section-team .team-section:nth-child(3) .tag:nth-child(3) {
    right: -24px;
    bottom: 152px;
}

.section-team .team-quote {
    width: 100%;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.section-team .team-quote div {
    width: 44px;
    height: auto;
}

.section-team .team-quote p {
    color: var(--lex-primary);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
    max-width: 560px;
}

.section-team .team-description p {
    color: rgba(40, 86, 119, 0.60);
    font-size: 14px;
    font-weight: 600;
}

.section-team .team-description p strong {
    color: var(--lex-primary);
    font-size: 16px;
    font-weight: 700;
}

.section-team .team-detail .button {
    margin: 0 auto;
}

.section-team .team-articles {
    padding-top: 86px;
}

.section-team .team-articles__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.section-team .team-articles__heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-team .team-articles__heading .title {
    color: var(--lex-blue);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

.section-team .team-articles__heading p {
    font-size: 14px;
    font-weight: 600;
    color: var(--lex-granat);
}

.section-team .team-articles__slides {
    padding: 48px 0;
    overflow: visible;
}

.section-team .team-articles .swiper-slide .post-tile {
    max-width: 294px;
}

.section-team .team-articles__nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-team .team-articles__arrow {
    background: var(--lex-blue);
    box-shadow: 1px 2px 32px 0 #E2E2E4;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: 0;
    cursor: pointer;
}

.section-team .team-articles__arrow--prev img {
    transform: rotate(180deg);
}

.section-team .team-articles__arrow.swiper-button-disabled {
    opacity: 0.3;
}

.section-team .team-articles .post-tile {
    width: auto;
}

.section-team .team-articles .post-tile .featured {
    position: relative;
    width: 100%;
}

.section-team .team-articles .post-tile .featured img {
    width: 100%;
    height: auto;
}

.section-team .team-articles .post-tile .featured .play {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.section-team .team-articles .post-tile .featured .play::before,
.section-team .team-articles .post-tile .featured .play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: none;
    z-index: 1;
    box-shadow: 0 0 0 0 rgba(77, 156, 224, 0.45);
    animation: playPulse 2.4s ease-out infinite;
}

.section-team .team-articles .post-tile .featured .play::after {
    animation-delay: 1.2s;
    box-shadow: 0 0 0 0 rgba(77, 156, 224, 0.25);
}

.section-team .team-articles .post-tile .footer {
    width: 100%;
    background: transparent;
    justify-content: space-between;
    padding: 8px 0 0 0 ;
}

.section-team .team-articles .post-tile .author .name,
.section-team .team-articles .post-tile .author .date {
    font-size: 10px;
    font-weight: 600;
}

@keyframes playPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(77, 156, 224, 0.45);
    }
    70% {
        transform: translate(-50%, -50%) scale(1.35);
        opacity: 0;
        box-shadow: 0 0 0 14px rgba(77, 156, 224, 0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.35);
        opacity: 0;
        box-shadow: 0 0 0 14px rgba(77, 156, 224, 0);
    }
}

@media (max-width: 1140px) {
    .section-team {
        padding-top: 32px;
    }

    .section-team .team-filter .title {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .section-team .teams {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .section-team .team-wrapper {
        flex-direction: column;
        gap: 64px;
    }

    .section-team .author-wrapper {
        padding: 3px 6px;
        margin: 0;
    }

    .section-team .team-filter {
        padding-bottom: 64px;
    }
}

@media (max-width: 576px) {
    .section-team .team-quote {
        gap: 16px;
    }

    .section-team .team-quote p {
        color: var(--lex-primary);
        font-size: 16px;
        max-width: 100%
    }

    .section-team .team-quote div,
    .section-team .team-quote div svg {
        width: 32px;
        height: auto;
    }

    .section-team .team-articles {
        padding-top: 48px;
    }

    .section-team .team-articles__header {
        flex-direction: column;
    }

    .section-team .team-sections {
        gap: 64px;
    }

    .section-team .team-section .team-avatar {
        order: 2;
    }

    .section-team .team-articles__slides {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .section-team .team-section:nth-child(2) .tag:nth-child(2),
    .section-team .team-section:nth-child(3) .tag:nth-child(3),
    .section-team .team-section:nth-child(1) .tag:nth-child(3),
    .section-team .team-section:nth-child(2) .tag:nth-child(4) {
        right: -8px;
    }

    .section-team .team-section:nth-child(2) .tag:nth-child(3),
    .section-team .team-section:nth-child(3) .tag:nth-child(2),
    .section-team .team-section:nth-child(1) .tag:nth-child(2) {
        left: -8px;
    }
}