.expert-card{
    background: #FAFAFA;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 10px 40px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.expert-card:hover{
    background: #69289C;
}
.expert-card:hover *{
    color: #fff
}
.expert-card__img{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}
.expert-card__img img{
    width: 100%;
    height: auto;
}
.expert-card__name{
    font-family: 'fira700';
    font-size: 14px;
    line-height: 125%;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.expert-card__info{
    font-size: 10px;
    line-height: 125%;
    margin-bottom: 0;
}
.expert-card__info, .expert-card__info a{
    color: #3A4044;
    font-family: 'os';
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.expert-card__info a:hover{
    text-decoration: underline;
}
@media screen and (min-width: 901px){
}
@media screen and (min-width: 1280px){
    .expert-card{
        padding: 40px 30px 60px;
    }
    .expert-card__img{
        width: 110px;
        height: 110px;
        margin-bottom: 20px;
    }
    .expert-card__name{
        font-size: -webkit-calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        margin-bottom: 20px;
    }
    .expert-card__info{
        font-size: -webkit-calc(9px + (9 + 9 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(9px + (9 + 9 * 0.7) * ((100vw - 1280px) / 2560));
    }
}
@media screen and (min-width: 1920px){
    .expert-card{
        padding: 50px 60px 80px;
    }
    .expert-card__img{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 2560px){
    .expert-card{
        padding: 64px 116px 108px;
    }
    .expert-card__img{
        margin-bottom: 44px;
    }
}
@media screen and (max-width: 900px){
}

@media screen and (min-width: 901px){
    .page.info-page{
        background: url(../../image/2021/infoBG.svg) center top no-repeat;
        background-size: 100%;
    }
}


/* about */
.text>.w-wrapper.about__briefly{
    margin-bottom: 0;
}
.about__diploms{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about__diploms>div{
    width: 100%;
}
.about__diploms img{
    max-width: 100%;
}
.about__briefly-text{
    margin-bottom: 30px;
}

@media screen and (min-width: 901px){
    .about__briefly>div:first-child>*:not(:first-child){
        padding-right: 14%;
    }
    .about__diploms{
        /* margin-top: -30px; */
        margin-bottom: -50px;
    }
    .about__diploms>div:first-child{
        max-width: -webkit-calc(40.6% - 10px);
        max-width: calc(40.6% - 10px);
        padding-top: 14%;
    }
    .about__diploms>div:last-child{
        max-width: -webkit-calc(59.4% - 10px);
        max-width: calc(59.4% - 10px);
    }
    .about__diploms img:not(:last-child){
        margin-bottom: 20px;
    }
    .about__briefly-text{
        margin-bottom: 60px;
    }
}
@media screen and (min-width: 1280px){
    .about__diploms{
        /* margin-top: -77px; */
    }
    .about__diploms>div:first-child{
        max-width: -webkit-calc(40.6% - 20px);
        max-width: calc(40.6% - 20px);
    }
    .about__diploms>div:last-child{
        max-width: -webkit-calc(59.4% - 20px);
        max-width: calc(59.4% - 20px);
    }
    .about__diploms img:not(:last-child){
        margin-bottom: 42px;
    }
    .about__briefly-text{
        margin-bottom: 90px;
    }
}
@media screen and (min-width: 1920px){
    .about__diploms{
        /* margin-top: -100px; */
    }
    .about__briefly-text{
        margin-bottom: 110px;
    }
}
@media screen and (min-width: 2560px){
    .about__diploms{
        /* margin-top: -140px; */
    }
    .about__briefly-text{
        margin-bottom: 148px;
    }
}
@media screen and (max-width: 900px){
    .about__diploms>div{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
    
    .about__diploms img{
        display: block;
        max-width: -webkit-calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 501px){
    .about__diploms>div{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .about__diploms img{
        max-width: 290px;
    }
}

.why-card{
    background: #FAFAFA;
    padding: 20px;
}
.why-card__title{
    display: block;
    font-size: 16px;
    line-height: 125%;
    margin-bottom: 15px;
}
.why-card__text{
    font-size: 12px;
    line-height: 125%;
    margin-bottom: 0;
}
.why-container{
    margin-bottom: 50px;
}
@media screen and (min-width: 901px){
}
@media screen and (min-width: 1280px){
    .why-card{
        padding: 32px;
    }
    .why-card__title{
        font-size: -webkit-calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(18px + (18 + 18 * 0.7) * ((100vw - 1280px) / 2560));
        margin-bottom: 20px;
    }
    .why-card__text{
        font-size: -webkit-calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .why-container{
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1920px){
    .why-card{
        padding: 42px;
    }
    .why-card__title{
        margin-bottom: 32px;
    }
    .why-container{
        margin-bottom: 150px;
    }
}
@media screen and (min-width: 2560px){
    .why-card{
        padding: 52px;
    }
    .why-card__title{
        margin-bottom: 47px;
    }
    .why-container{
        margin-bottom: 200px;
    }
}


/* stages */
.stages{
    margin-bottom: 20px;
}
.stages .title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.stages .title i{
    font-size: 14px;
    margin-left: 10px;
    margin-right: 15px;
}
.stages .title span{
    font-size: 9px;
    line-height: 130%;
}
.stages-wrapper{
    border-top: 3px dashed #EDEDED;
    padding-bottom: 0;
}
.stages-wrapper>.stage{
    margin-bottom: 0;
}
.stage{
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'fira500';
    letter-spacing: -0.03em;
    font-size: 12px;
    line-height: 125%;
}
.stage>div{
    position: relative;
}
.stage>div>i{
    position: absolute;
    left: -20px;
    top: 3px;
    color: #69289C;
    font-size: 8px;
}
.stage__num{
    color: #939393;
    margin-bottom: 10px;
}
.stage__title{
    margin-bottom: 10px;
}
.stage__dates{
    font-size: 10px;
    line-height: 125%;
}
.stage__dates i{
    font-size: 10px;
    color: #69289C;
    margin-right: 14px;
}
.numbers{
    margin-bottom: 40px;
}
.number{
    background: #FAFAFA;
    font-size: 12px;
    line-height: 125%;
    font-family: 'fira500';
    letter-spacing: -0.03em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3A4044;
    padding: 10px;
}
.number__num{
    color: #69289C;
    font-size: 24px;
    line-height: 125%;
    text-transform: capitalize;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.number__num::after{
    content: '';
    display: block;
    width: 20px;
    height: 5px;
    background: #3A4044;
    margin-top: 5px;
    margin-bottom: 10px;
}
.numbers .fourCols-container>.number{
    margin-bottom: 10px;
}
@media screen and (min-width: 901px){
    .stages{
        margin-bottom: 60px;
    }
    .stage>div>i{
        top: -25px;
        left: 0
    }
    .numbers .fourCols-container>.number{
        margin-bottom: 0px;
    }
    .numbers{
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 1280px){
    .stages{
        margin-bottom: 100px;
    }
    .stages .title i{
        margin-left: 29px;
        margin-right: 62px;
        font-size: -webkit-calc(14px + (13 + 13 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(14px + (13 + 13 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .stages .title span{
        font-size: -webkit-calc(10px + (10 + 10 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(10px + (10 + 10 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .stage{
        padding-top: 46px;
        font-size: -webkit-calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .stage>div>i{
        font-size: -webkit-calc(8px + (8 + 8 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 1280px) / 2560));
        top: -webkit-calc(-46px - ((8px + (8 + 8 * 0.7) * ((100vw - 1280px) / 2560)) / 1.5));
        top: calc(-46px - ((8px + (8 + 8 * 0.7) * ((100vw - 1280px) / 2560)) / 1.5));
    }
    .stage__num{
        margin-bottom: 30px;
    }
    .stage__title{
        margin-bottom: 20px;
    }
    .stage__dates{
        font-size: -webkit-calc(10px + (10 + 10 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(10px + (10 + 10 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .stage__dates i{
        font-size: -webkit-calc(10px + (10 + 10 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(10px + (10 + 10 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .number{
        padding: 20px;
        font-size: -webkit-calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(12px + (12 + 12 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .number__num{
        font-size: -webkit-calc(24px + (24 + 24 * 0.7) * ((100vw - 1280px) / 2560));
        font-size: calc(24px + (24 + 24 * 0.7) * ((100vw - 1280px) / 2560));
    }
    .number__num::after{
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .numbers{
        margin-bottom: 160px;
    }
}
@media screen and (min-width: 1920px){
    .stage{
        padding-bottom: 41px;
    }
    .stages{
        margin-bottom: 150px;
    }
    .stage__num{
        margin-bottom: 45px;
    }
    .number{
        padding: 35px;
    }
    .number__num::after{
        margin-bottom: 35px;
    }
    .numbers{
        margin-bottom: 220px;
    }
}
@media screen and (min-width: 2560px){
    .stages{
        margin-bottom: 209px;
    }
    .stage__num{
        margin-bottom: 60px;
    }
    .numbers{
        margin-bottom: 280px;
    }
}