/** Shopify CDN: Minification failed

Line 68:0 Unexpected "}"

**/
/* TEAM MAIN WRAPPER */
.team {
    background-image: url("/cdn/shop/files/about-main.png?v=1734421305");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 150vh;
    position: relative;
}

/* TITLE */
.team__title {
    font-family: var(--second-ff);
    font-weight: 500;
    font-size: 90px;
    line-height: 97.2px;
    text-transform: uppercase;
    color: #f2ece0;
    padding: 70px 0 50px;
    text-align: center;
}

/* TEAM LIST */
.team__items {
    display: block;
    max-width: 40%;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
}

@media only screen and (max-width: 1500px) {
    .team__items {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1400px) {
    .team__items {
        max-width: 40%;
    }
}

@media only screen and (max-width: 1140px) {
    .team__items {
        max-width: 100%;
    }
    .team__item-info {
        width: 420px;
    }
}

@media only screen and (max-width: 980px) {
    .team__items {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 960px) {
    .team__items {
        max-width: 100% !important;
    }sssty
}

/* TEAM ITEM */
.team__item {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    align-items: center;
}

.team__item-img {
    cursor: pointer;
    padding-top: 60px;
    position: relative;
    z-index: 999;
}

/* INFO BLOCK */
.team__item-info {
    width: 642px;
    height: 216px;
    border: 1px solid #c6b081;
    padding: 20px;
    display: flex;
    margin-top: -452%;
    background: rgba(31, 31, 31, 0.5);
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: flex-start;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(2px);
    gap: 20px;
}

.team__item-info-avatar {
    width: 176px;
    height: 176px;
}

.team__item-info-img {
    position: absolute;
    color: #f2ece0;
    top: 0;
    right: 0;
    padding: 20px 20px 0 0;
    cursor: pointer;
}

.team__item-info-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team__item-info-desc-top {
    font-family: var(--second-ff);
    font-weight: 500;
    font-size: 20px;
    line-height: 21.6px;
    color: #f2ece0;
}

.team__item-info-desc-text {
    max-width: 360px;
    font-family: var(--main-ff);
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #f2ece0;
}

@media only screen and (max-width: 714px) {
    .team__item-info-desc-text {
        max-width: 300px;
    }
}

/*COMMON BLOCK */
.team__item-common {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

/* HORIZONTAL LINES UNDER ICON */
.team__item-hr {
    rotate: 90deg;
    width: 47px;
    height: 1px;
    background-color: #c6b081;
    color: #c6b081;
    position: absolute;
    bottom: -5px;
    border: 0;
}

/* BTN POSITIONS */
.btn1 { margin-top: 25px; }
.btn2 { margin-top: 40px; }
.btn3 { margin-top: 30px; margin-left: 5px; }
.btn4 { margin-top: 45px; }
.btn5 { margin-top: 48px; margin-left: -3px; }
.btn6 { margin-top: 55px; margin-left: -10px; }
.btn7 { margin-top: 52px; margin-left: -15px; }

/* HR sizes for each button */
.btn1 .team__item-hr { width: 52px; bottom: 6px; z-index: -1; }
.btn2 .team__item-hr { width: 60px; bottom: -5px; z-index: -1; }
.btn3 .team__item-hr { width: 57px; margin-left: 10px; bottom: -5px; z-index: -1; }
.btn4 .team__item-hr { width: 75px; bottom: -8px; z-index: -1; }
.btn5 .team__item-hr { width: 70px; margin-left: -7px; bottom: -4px; z-index: -1; }
.btn6 .team__item-hr { width: 80px; left: -28px; bottom: -5px; z-index: -1; }
.btn7 .team__item-hr { width: 80px; left: -32px; bottom: -4px; z-index: -1; }

/* LONGER HR versions */
.team__item-hr-one { width: 36px; bottom: 0px; }
.team__item-hr-two { width: 130px; bottom: -22px; }
.team__item-hr-three { width: 130px; bottom: -43px; }
.team__item-hr-four { width: 125px; bottom: -40px; }
.team__item-hr-five { width: 130px; bottom: -74px; }
.team__item-hr-six { width: 130px; bottom: -73px; }
.team__item-hr-seven { width: 130px; bottom: -73px; }

/* POPUPS */
.popups {
    display: flex;
    position: absolute;
    margin-top: -420px;
}

.popup { visibility: hidden; display: none; }
.popup_opened { visibility: visible; display: flex; }

.popup1 { z-index: 99; }
.popup2, .popup3, .popup4, .popup5, .popup6, .popup7 {
    z-index: 999;
}

.popup3, .popup4 {
    margin-top: 20px;
}

/* SOCIAL ICON */
.social__icon {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* BUTTON OPEN (MOBILE POPUP BUTTON) */
.button__open {
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}

/* RESPONSIVE */
@media only screen and (max-width: 1165px) {
    .team__item-info {
        height: auto;
    }
    .team {
        background-image:
                url("/cdn/shop/files/main-mob-back.png?v=1734422399"),
                url("/cdn/shop/files/main-mob2.png?v=1734422398");
        background-repeat: no-repeat, no-repeat;
        background-size: 100%, 100%;
        position: relative;
        background-position: top, center;
        height: auto;
    }

    .team__items {
        background-image: url("/cdn/shop/files/12_9669d1ce-1fc5-4576-b711-0f0a82cd9fd3.png?v=1736536628");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        padding-bottom: 350px;
    }

    .team__items-btn { display: none; }

    .popups {
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 0 auto;
        gap: 40px;
    }

    .popup { visibility: visible; }

    .popup1, .popup2, .popup3, .popup4, .popup5, .popup6, .popup7 {
        margin-left: 0;
        margin-top: 0;
    }

    .team__item-hr,
    .team__item-info-img,
    .social__img {
        display: none;
    }

    .team__item-info {
        margin-top: 0 !important;
        position: relative !important;
    }
}

/* MOBILE SPECIFIC */
@media only screen and (max-width: 600px) {
    .team__item-info {
        display: flex;
        flex-direction: column;
        width: calc(100% - (max(env(safe-area-inset-left, 1.4rem), var(--content-padding, 2rem)) * 2));
        height: auto;
    }

    .team__item-info-avatar {
        height: auto;
        width: 350px;
    }

    .team__item-info-desc-text {
        max-width: 350px;
    }

    .team__item-info-desc {
        text-align: center;
    }

    .team {
        background-size: cover;
    }
}
