/*#ip-banner .banner-img:after {
    background: rgba(0, 0, 0, 0.25);
}*/

#ip-banner .banner-info {
    /* display: none; */
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

#ip-team {
    padding: 0 0 max(4.375vw, 70px);
    font-size: 0;
}

.site-title small span {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

#ip-team .welcome-wrap {
    position: relative;
    display: block;
    padding: max(3.75vw, 60px) max(2.813vw, 45px) 0 0;
}

#ip-team .welcome-wrap::before,
#ip-team .new-welcome-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none no-repeat center top/85.12% auto;
    opacity: 0.05;
    transform: translateY(max(3.438vw, 55px));
}

#ip-team .welcome-container {
    position: relative;
    display: flex;
}

#ip-team .welcome-title {
    position: relative;
    display: block;
}

#ip-team .welcome-title .site-title strong:before {
    width: max(3.938vw, 50px);
}

#ip-team .welcome-img {
    position: relative;
    display: block;
    width: 49.5%;
    max-width: 100%;
    flex-shrink: 0;
}

#ip-team .welcome-img .site-img img {
    -o-object-position: bottom center;
    object-position: bottom center;
}

#ip-team .welcome-main {
    position: relative;
    display: block;
    margin-left: max(2.375vw, 38px);
    margin-top: max(0.938vw, 15px);
    padding-bottom: max(5vw, 50px);
    flex-grow: 1;
}

#ip-team .welcome-content {
    position: relative;
    display: block;
    font-size: max(0.938vw, 14px);
    line-height: 1.7;
    letter-spacing: 0;
    color: #555555;
    margin-top: max(1.563vw, 20px);
    font-weight: 700;
}

#ip-team .welcome-content p {
    display: block;
}

#ip-team .welcome-content p span {
    color: rgba(var(--primary), 1);
}

#ip-team .welcome-content p:first-child {
    margin-right: max(7.5vw, 120px);
}

#ip-team .welcome-content p + p {
    margin-top: 2em;
}

#ip-team .welcome-content ul {
    margin: 1.25em max(1.875vw, 30px) 1.625em 0;
}

#ip-team .welcome-content li {
    margin-bottom: 1em;
}

#ip-team .welcome-content li:last-child {
    margin-bottom: 0;
}

#ip-team .welcome-content p strong,
#ip-team .welcome-content li strong {
    font-weight: 700;
    color: rgba(var(--primary), 1);
}

#ip-team .team-wrap {
    padding: max(2.375vw, 38px) 0 0;
}

#ip-team .team-container {
    width: max(73.75vw, 1180px);
    max-width: 100%;
    padding: 0 max(1.25vw, 20px);
    margin: 0 auto;
}

#ip-team .team-title {
    position: relative;
    display: block;
    text-align: center;
}

#ip-team .team-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    margin: max(3.438vw, 55px) min(-1.563vw, -25px) 0;
}

#ip-team .team-list .team-col {
    position: relative;
    display: block;
    width: 33.33%;
    max-width: 100%;
    flex-shrink: 0;
    padding: 0 max(1.563vw, 25px);
    margin-bottom: max(3.125vw, 50px);
}

/*#ip-team .team-list .team-col:last-child {
    display: none;
}
*/
#ip-team .team-list .separator {
    width: 100%;
}

#ip-team .team-list .team-img {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--primary), 1);
    margin: 0 auto;
}

#ip-team .team-list .team-img .site-img img {
    filter: grayscale(1);
    -o-object-position: bottom center;
    object-position: bottom center;
}

#ip-team .team-list .team-info {
    position: relative;
    display: block;
    text-align: center;
    padding: max(1.875vw, 20px) 0;
}

#ip-team .team-list .team-col-lg .team-info {
    margin-left: max(-1.563vw, -25px);
    margin-right: max(-1.563vw, -25px);
}

#ip-team .team-list .team-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: max(3.313vw, 40px);
    height: 2px;
    margin: 0 auto;
    background: rgba(var(--primary), 1);
}

#ip-team .team-list .team-info strong {
    display: block;
    font-size: max(1.375vw, 20px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #000;
}

#ip-team .team-list .team-info p {
    display: block;
    font-size: max(0.875vw, 12px);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-top: max(0.625vw, 10px);
    color: #555;
    min-height: max(1.75vw, 28px);
}

#ip-team .team-list .team-col-lg p {
    min-height: auto;
}

#ip-team .team-list .team-item {
    position: relative;
    display: block;
}

#ip-team .team-list .team-item.active .team-img .site-img img,
#ip-team .team-list .team-item:focus .team-img .site-img img,
#ip-team .team-list .team-item:hover .team-img .site-img img {
    filter: grayscale(0);
}

#ip-team .team-list.slick-initialized {
    display: block;
}


/* new welcome */
.new-welcome-wrap {
    padding: 120px 0 50px;
}
#ip-team .new-welcome-wrap::before {
    top: 4%;
}
#ip-team .welcome-img {
    width: 94%;
    margin: 0 auto;
}
#ip-team .welcome-title {
    width: fit-content;
    margin: 0 auto;
}
.welcome-tagline {
    padding: 30px 20px 40px;
}
.welcome-tagline p {
    text-transform: uppercase;
    font-size: 26px;
    color: rgba(var(--primary), 1) !important;
    letter-spacing: 0.05em;
    text-align: center;
    font-family: var(--font-family-title);
    margin: 20px 0;
    line-height: 26px;
}
#ip-team .welcome-content li,
#ip-team .welcome-content p {
    font-size: 18px;
    font-weight: 500;
}
#ip-team .welcome-content {
    /*margin-top: -60px;*/
}
#ip-team .welcome-content ul {
    margin: 1.25em 0 1.625em 0;
}
@media only screen and (max-width: 991px) {
    .welcome-tagline p {
        font-size: 18px;
    }
    #ip-team .welcome-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    #ip-team .welcome-container {
        display: block;
        text-align: center;
    }
    #ip-team .welcome-img {
        width: 100%;
        margin: 40px auto 0;
        padding: 0;
    }
    #ip-team .welcome-main {
        margin: 0;
        padding: 0;
    }
    #ip-team .welcome-content {
        margin-top: 30px;
    }
    #ip-team .welcome-content p:first-child,
    #ip-team .welcome-content ul {
        margin-right: 0;
    }
    #ip-team .team-list .team-col,
    #ip-team .team-list .team-col-lg {
        width: 100%;
        max-width: 500px;
    }
    #ip-team .team-list .team-col-lg .team-info {
        margin-left: 0;
        margin-right: 0;
    }
    #ip-team .team-list .team-col-lg p {
        min-height: auto;
    }
}