/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

/*==================CERTIFICATE SECTION==================*/
.certificateItemsList {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 4rem;
}

.certificateItemList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid var(--foreground);
    padding-block: 0.5rem;
}

.certificateItemList .logo-name-year-wrap,.certificateItemList .website-download-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5rem;
}

.certificateItemList .website-download-wrap {}

.certificate-download {
    border-radius: var(--radius-btn);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--yellow);
    padding: 8px 20px;
}

.certificateItemList p {
    margin: 0;
    font-weight: 600;
}

.certificate-logo {
    width: 5rem;
    aspect-ratio: 1 / 1;
}
.certificate-logo img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.certificate-website {
    font-weight: 600;
}
section.humanCapitalWrapper {
    position: relative;
    width: 100%;
    display: block;
    padding-block: var(--margin-block);
}

.human-capital-overlay-back {
    position: absolute;
    width: 100%;
    height: auto;
    inset: 0;
    z-index: 0;
}

.human-capital-overlay-back img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

section.humanCapitalWrapper section.aboutHeroWrapper {
    position: relative;
    z-index: 1;
    margin-bottom: var(--margin-block);
}

section.humanCapitalWrapper .swiper {
    padding-top: 0;
}
.human-capital-overlay-back::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 101%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 75.23%, #000 100%), linear-gradient(124deg, rgba(200, 55, 11, 0.00) 46.73%, #f5b800 105.2%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    inset: -1px;
}
/*==================CERTIFICATE SECTION==================*/
/*==================MEMBERS SECTION==================*/
section.membersWrapper {
    position: relative;
    width: 100%;
    margin-top: var(--margin-block);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.313rem 1fr 1.313rem 1fr 1.313rem 1fr 1.313rem 1fr 1.313rem 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.313rem;
}

.memberWrap .memberMedia {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    z-index: 1;
}

.memberWrap .memberInfo {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 1.25rem;
    z-index: 3;
}

.memberWrap {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-box);
}

.memberWrap .memberMedia img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: var(--radius-box);
}

.memberWrap .memberInfo p {
    margin: 0;
}

.memberMedia::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53.09%, rgba(0, 0, 0, 0.00)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.09%, #000 100%);
    border-radius: var(--radius-box);
}

.memberWrap .memberInfo p.name {
    font-size: 1.25rem;
    font-weight: 700;
}

.memberWrap .memberInfo p.position {
    margin-block: 5px;
    color: var(--yellow);
    font-weight: 200;
    font-size: .875rem;
}

.memberWrap.new {
    background: linear-gradient(135deg, #F5B800 25%, #946E00 50%, #FFD640 75%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.memberWrap.new svg {
    width: 2.5rem;
    aspect-ratio: 1 / 1;
}
.memberWrap.new::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 105%;
    inset: -5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(53.09%, rgba(0, 0, 0, 0.00)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.09%, #000 100%);
    border-radius: var(--radius-box);
}
/*==================MEMBERS SECTION==================*/
@media only screen and (max-width: 768px){}
@media only screen and (min-width: 640px) and (max-width: 768px){}
@media only screen and (min-width: 769px) and (max-width: 1199px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 1400px) and (max-width: 1700px){}