.text-center {
    text-align: center;
}

.page-title {
    color: #040D2D;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
}

.page-paragraph {
    margin-top: 12px;
}

.page-paragraph+div {
    margin-top: 105px;
}

.intro__part {
    max-width: 900px;
    margin: 0 auto;
    padding: 75px 15px 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .intro__part+div {
        margin-top: 150px;
    }
}

.team-container {
    padding-bottom: 75px;
    position: relative;
}

.team-container.active {
    min-height: 240vh;
}

.team-block {
    position: relative;
    padding-top: 40px;
}

@media screen and (min-width: 650px) {
    .team-block {
        padding-top: 0;
    }
    .team-block+.team-block {
        margin-top: 105px;
    }
}

.team-block__name {
    color: #040D2D;
    font-size: 200px;
    font-size: clamp(30px, 14vw, 200px);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    text-transform: uppercase;
    width: 100%;
}

@media screen and (min-width: 600px) {
    .team-block__name {
        color: #00000005;
        font-size: 200px;
        font-size: clamp(50px, 14.5vw, 200px);
        line-height: 0.7;
        position: absolute;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 650px) {
    .team-block__name {
        transform: translateY(-35%);
    }
}

.team-block__name_small {
    font-size: 150px;
    font-size: clamp(16px, 10.25vw, 150px);
}

.team-block__row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: space-evenly;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 650px) {
    .team-block__row {
        flex-direction: row;
    }
}

@media screen and (min-width: 890px) {
    .team-block__row {
        gap: 100px;
    }
}

.employee__image {
    border-radius: 100px;
    display: block;
    object-fit: cover;
    object-position: 50% 20%;
    height: 180px;
    margin: 0 auto;
    width: 180px;
}

.employee__name {
    color: #040D2D;
    font-size: 20px;
    font-weight: 900;
    margin-top: 18px;
}

.teamGallery {
    height: 120vh;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}

.list {
    height: 240vh;
    position: relative;
    margin-top: 30px;
    width: 100%;
}

.list__images {
    display: none;
}

.member__info {
    left: 5%;
    padding: 20px 15px 0;
    position: absolute;
    top: 0;
    width: 90%;
}

@media screen and (min-width: 600px) {
    .list {
        margin-top: -80px;
    }
}

.member__info .member__row {
    font-family: 'Mulish';
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
}

.member__info .member__row span {
    display: inline-block;
    will-change: transform;
    background: #fff;
    position: relative;
}

.member__info .member__row+.member__row {
    margin-top: 0.6em;
}

.text_white {
    color: #fff;
}

.text_large {
    font-size: 20px;
    font-weight: 900;
}

.text_small {
    font-size: 15px;
    font-weight: 700;
}


/* Toggle */

.toggle__button {
    background: #e5e5e5;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
    padding: 5px 8px;
    position: absolute;
    right: 15px;
    top: 0;
    transform: translateY(100%);
    width: 64px;
}

.toggle__button * {
    pointer-events: none;
}

.toggle__icon {
    display: block;
    height: 22px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 22px;
}

.toggle__icon svg {
    height: 100%;
    width: 100%;
}

.toggle__text {
    color: #00000012;
    display: flex;
    justify-content: space-between;
    font-family: 'Mulish';
    font-size: 0;
    text-transform: uppercase;
}

.toggle__text span {
    display: block;
    font-size: 16px;
}


/* Toggle END */

canvas {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}