@font-face {
    font-family: 'Averta CY';
    src: url('fonts/AvertaCY-Semibold.woff2') format('woff2'),
        url('fonts/AvertaCY-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('fonts/AvertaCY-Bold.woff2') format('woff2'),
        url('fonts/AvertaCY-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta CY';
    src: url('fonts/AvertaCY-Regular.woff2') format('woff2'),
        url('fonts/AvertaCY-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.d-none{
    display: none !important;
}
.d-none{
    display: none !important;
}
#main{
    background: #061029;
}
.main-col{
    border-radius: 20px 0 0 0;
    overflow: hidden;
}
#content{
    height: 100% !important;
}
.inner-content {
    padding: 30px 40px;
    font-family: "Averta CY";
    font-size: 15px;
    color: #525968;
    background: linear-gradient(180deg, #B6BFD2 0%, #EBEEF5 540px);
    position: relative;
}
.subline:after{
    content:" ";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: #009360;
}
.bg{
    position: absolute;
    z-index: 0;
    right: 0;
    top: 15%;
    width: 60%;
}
.sections{
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 40px;
}

.section1 h1{
    font-size: 34px;
    line-height: 42px;
    position: relative;
    font-weight: 400;
    padding: 0;
    color: #132C6C;
    margin: 0;
    padding-bottom: 3px;
}
.section1 .subTitle{ 
    font-size: 22px;
    line-height: 27px;
    color: #132C6C;
    margin-top: 30px;
}
.section1 h4{
    font-size: 16px;
    font-weight: 700;
    color: #132C6C;
    line-height: 26px;
    margin: 0;
}
.section1 .stack{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}
.section1 ul{
    margin: 0;
    margin-top: 10px;
}
.section1 li{
    margin-top: 6px;
}

.section2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section2 h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    position: relative;
    color: #132C6C;
    margin: 0;
    margin-bottom: 10px;
}
.section2 .desc {
    font-size: 15px;
    color: #525968;
    line-height: 26px;
    font-weight: 400;
}
.section2 .stack{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section2 h4{
    font-size: 18px;
    font-weight: 700;
    color: #132C6C;
    line-height: 22px;
    margin: 0;
}

.levelBox {
    display: flex;
    overflow: hidden;
} 
.levelBox .box{
    max-width: 200px;
    width: 100%;
    text-align: center;
} 
.levelBox.full .box{
    max-width: 100%;
} 
.levelBox .box{
    max-width: 200px;
    width: 100%;
    text-align: center;
    overflow: hidden;
} 
.levelBox .box:first-of-type{
    border-radius: 10px 0 0 0;
} 
.levelBox .box:last-of-type{
    border-radius: 0 10px 0 0;
} 
.levelBox .box .header{
    padding: 10.5px;
    line-height: 19px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
.levelBox .box .content{
    padding: 10.5px;
    background: #FFF;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,.05);
} 
.levelBox .box .content:last-child{
    border-bottom: none;
} 

.bgBronze{ background: linear-gradient(270deg, #FFEC93 6.49%, #804A00 102.79%); }
.bgSilver{ background: linear-gradient(270deg, #F4F4F4 13.97%, #BCBCBC 102.79%); }
.bgGold{ background: linear-gradient(270deg, #FFFD84 13.97%, #FBB92D 102.79%); }
.bgPlatinum{ background: linear-gradient(270deg, #C9DEE9 13.97%, #5287A8 102.79%); }
.bgDiamond{ background: linear-gradient(90.42deg, #9999FF 0.28%, #BDE9FF 96.07%); }

.section3{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.more-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section3 h2{
    font-size: 32px;
    line-height: 39px;
    color: #132C6C;
    margin: 0;
    margin-bottom: 20px;
}
.collapse {
    background: #FFF;
    box-shadow: 0px 5px 5px 0px #0000001A;
    border-radius: 4px;
    overflow: hidden;
}
.collapse h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
    min-height: 67px;
    color: #132C6C;
    padding: 20px;
}
.collapse .icon{
    transition: .3s all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collapse h5{
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}
.collapse .wrapper {
    padding: 20px;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 26px;
    border-top: 2px solid rgba(0,0,0,0.05);
}
.collapse .cc {
    background: #F5F5F5;
    height: 0px;
    opacity: 0;
    transition: .5s all;
}
.collapse.enable .cc {     
    height: auto;   
    opacity: 1;
}
.collapse.enable .icon{
    transform: rotate(40deg);
}

@media (max-width: 768px) {
    .main-col{border-radius: 0;}
    .bg{display: none;}
    .inner-content{ padding: 30px 20px;}
    .section1 h1{
        font-size: 28px;
    }
    .section1 .stack{ margin-top: 30px; }
    .sections{
        gap: 30px;
    }
    .levelBox { flex-direction: column;}
    .levelBox .box { max-width: inherit; }
    .levelBox .box:first-of-type{ border-radius: 10px 10px 0 0; } 
    .levelBox .box:last-of-type{ border-radius: 0;}
    .section3{ margin: 0 -20px;}
    .collapse{ border-radius: 0;}
    .collapse h4{ font-size: 16px;}
}

.sectionCircle{
    color: #132C6C;
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.sectionCircle h2{
    font-size: 32px;
    line-height: 39px;
    margin: 0;
}
.sectionCircle .desc{
    font-size: 18px;
    line-height: 28px;
}
.sectionCircle .wrap{
    display: flex;
    gap: 40px;
    pointer-events: none;
}
.sectionCircle .circles{
    overflow-x: auto;
}
.sectionCircle .circles::-webkit-scrollbar {
    display: none;
}
.sectionCircle .circle{
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 700;
}
.sectionCircle .c{
    background: #009360;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
}
.sectionCircle .c.rw{
    flex-direction: row;
    gap: 5px;
}
.sectionCircle .c b{
    font-size: 15px;
    display: block;
    line-height: 20px;
}
.-mt-5{
    margin-top: -6px;
}
.sectionCircle .t{
    font-size: 17px;
    line-height: 28px;
    text-align: center;
}


/**
** With Login
**/
.inner-content .visitor {display: block;}
.inner-content .login {display: none;}
.inner-content.withLogin .visitor { display: none;}
.inner-content.withLogin .login { display: block;}

.inner-content:not(.withLogin) .sections{
    gap: 100px;
}
.inner-content:not(.withLogin) .section2 h2{
    font-size: 32px;
    line-height: 39px;
}
.sectionHead{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 50%;
    padding: 130px 0;
    /* height: calc(100vh - 150px); */
    justify-content: center;
}
.sectionHead h1{
    font-size: 42px;
    font-weight: 400;
    color: #132C6C;
    margin: 0;
    line-height: 51px;
}
.sectionHead h1 span{
    font-size: 22px;
    line-height: 27px;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.sectionHead .desc{
    font-size: 17px;
    color: #132C6C;
    line-height: 28px;
}
.regbtn{
    border: none;
    border-radius: 6px;
    background-color: #009360;
    color: #FFF;
    padding: 12px 46px;
    font-size: 17px;
    font-family: "Averta CY";
    font-weight: 600;
    display: inline-flex;
    align-self: self-start;
}
.sectionHead .bg2{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    left: 5vw;
}

.sectionSlider{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sectionSlider h1{
    font-size: 32px;
    line-height: 39px;
    margin: 0;
    color: #132C6C;
    text-align: center;
}
.sectionSlider .slides{
    overflow-x: auto;
    padding: 30px 40px;
    margin: 0 -40px;
    margin-bottom: -30px;
}
.sectionSlider .slides::-webkit-scrollbar {
    display: none;
}
.sectionSlider .wrap{
    display: flex;
    gap: 30px;
    pointer-events: none;
}
.sectionSlider .item{
    width: 266px;
    min-width: 266px;
    height: 416px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    display: flex;
    justify-content: center;
    box-shadow: 10px 10px 20px 0px #00000008;
}
.sectionSlider .clearf{
    display: inline-flex;
    min-width: 10px;
}
.sectionSlider .item:after{
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 53%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(180deg, rgba(235, 238, 245, 0) 10%, #EBEEF5 85%);
}
.sectionSlider .item img{
    max-width: max-content;
    max-height: 98%;
}
.sectionSlider .t{
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    color: #132C6C;
    bottom: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
}

@media (max-width: 1200px) {
    .sectionHead img{
        max-width: 120%;
    }
}
@media (max-width: 768px) {
    .inner-content:not(.withLogin) .sections{
        gap: 50px;
    }
    .inner-content:not(.withLogin) .section2 h2{
        font-size: 28px;
        margin-bottom: 0;
        text-align: center;
    }
    .inner-content:not(.withLogin) .section3 h2{
        text-align: center;
    }
    
    .section3 h2{
        font-size: 28px;
        padding: 0 20px;
    }
    .sectionCircle h2{
        font-size: 28px;
        text-align: center;
    }
    .sectionCircle .circles{
       overflow-x: hidden;
       margin: 0 -20px;
    }
    .sectionCircle .wrap{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 10px;
     }
     .sectionCircle .circle{
        align-items: center;
     }

    .sectionSlider h1{
        font-size: 28px;
    }
    .sectionHead{
        max-width: 100%;
        padding: 50px 0;
        text-align: center;
        height: calc(100vh - 100px);
        justify-content: center;
    }
    .sectionHead .bg2{
        display: none;
    }
}