@font-face {
    font-family: 'Poppins-Bold';
    src: url('./../fonts/Poppins-Bold.eot');
    src: url('./../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'),
    url('./../fonts/Poppins-Bold.ttf') format('truetype'),
    url('./../fonts/Poppins-Bold.woff') format('woff'),
    url('./../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('./../fonts/Poppins-Regular.eot');
    src: url('./../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'),
    url('./../fonts/Poppins-Regular.ttf') format('truetype'),
    url('./../fonts/Poppins-Regular.woff') format('woff'),
    url('./../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('./../fonts/Poppins-SemiBold.eot');
    src: url('./../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg'),
    url('./../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('./../fonts/Poppins-SemiBold.woff') format('woff'),
    url('./../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url('./../fonts/DMSans-Regular.eot');
    src: url('./../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/DMSans-Regular.svg#DMSans-Regular') format('svg'),
    url('./../fonts/DMSans-Regular.ttf') format('truetype'),
    url('./../fonts/DMSans-Regular.woff') format('woff'),
    url('./../fonts/DMSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('./../fonts/Montserrat-Bold.eot');
    src: url('./../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'),
    url('./../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('./../fonts/Montserrat-Bold.woff') format('woff'),
    url('./../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('./../fonts/Montserrat-Regular.eot');
    src: url('./../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('./../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'),
    url('./../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('./../fonts/Montserrat-Regular.woff') format('woff'),
    url('./../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Poppins-Regular';
    background: url(../images/bg_terms.png);
    background-size: contain;
    background-repeat: no-repeat;
}

body .homepage{
    background: url(../images/bg_all.png);
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.menu-header{
    overflow: hidden;
}

@media (min-width: 992px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1260px;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.container-fluid{
    padding: 0;
}
.logo span{
    margin-left: 10px;
    font-weight: 600;
    font-size: 24px;
}
ul.navbar-nav > li{
    margin-right: 24px;
}
ul.navbar-nav > li:last-child{
    margin-right: 0;
}
ul.navbar-nav > li > a{
    padding: 12px 30px;
    color: #04021D;
    font-family: 'DMSans-Regular';
}
ul.navbar-nav li  a:hover, ul.navbar-nav > li.active a{
    text-decoration: underline;
    color: #4c50f8;
}
ul.navbar-nav > li > a.btn{
    color: #fff;
}
.btn, button{
    background: linear-gradient(90.38deg, #353AD7 -44.94%, #5055FF 112.84%);
    border-radius: 8px;
    color: #fff;
    border: none;
    padding: 12px 30px;
}

.session1 .row{
    align-items: center;
}
/* width */
.list_features::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.list_features::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.list_features::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #8B8FFD 0%, #5055FF 100%);
    border-radius: 100px;
}
.title{
    font-family: 'Poppins-SemiBold';
    color: #04021D;
    font-size: 56px;
    line-height: 80px;
    margin-bottom: 20px;
}
.color-violet{
    color: #353AD7;
}
.session1 p{
    font-family: 'DMSans-Regular';
    font-size: 18px;
    max-height: 500px;
    color: #202020;
    line-height: 26px;
    opacity: 0.65;
    margin-bottom: 34px;
}
.session1{
    clear: both;
}
.session2, .session3, .session4, .session5, .session6{
    padding-top: 80px;
    clear: both;
}
h1{
    font-family: 'Poppins-Bold';
    font-size: 40px;
    line-height: 52px;
    color: #04021D;;
    margin-bottom: 60px;
}
.session2 h1{
    font-family: 'Montserrat-Bold';
}
.icon_squre{
    display: inline-block;
    background: #EDEDFF;
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 50px;
}
h3{
    font-family: 'Poppins-SemiBold';
    font-size: 24px;
    line-height: 36px;
    color: #212121;
    margin-bottom: 30px;
}
.session2 p{
    font-size: 18px;
    line-height: 36px;
    color: #747474;
}

.session3 .row{
    margin: 0;
}
.session3 .row > img{
    padding: 0;
    padding-right: 160px;
}
.meta_s3{
    color: #686777;
    font-size: 18px;
}
.list_features{
    max-width: 610px;
    max-height: 565px;
    overflow-y: scroll;
}
.title_feature{
    overflow: hidden;
}
.list_features .item{
    max-width: 527px;
    margin-bottom: 40px;
}
.title_feature .icon_squre{
    margin: 0;
    float: left;
    padding: 10px;
    margin-right: 25px;
}
.list_features .content {
    padding-top: 15px;
    clear: both;
    color: #36354A;
    font-size: 20px;
    line-height: 30px;
}
h4{
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #04021D;
}

.session4 .content-left{
    margin-top: 55px;
}
.session4 .meta_s3{
    color: #36354A;
}
.session4 h1{
    margin-bottom: 20px;
    margin-top: 10px;
    max-width: 410px;
}
.session4 p{
    font-size: 20px;
    line-height: 30px;
    color: #04021D;
    max-width: 500px;
}

.session5{
    padding-bottom: 125px;
    padding-top: 125px;
    background: url(../images/Frame_8453.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.session5 .content{
    max-width: 430px;
}
.session5 .meta_s3,.session5 h1{
    color: #fff;
}
.session5 h1{
    margin-bottom: 40px;
    margin-top: 10px;
}

.session6{
    padding-bottom: 80px;
}
.session6 .meta_s3{
    color: #36354A;
}
.session6 h1{
    max-width: 400px;
    margin-top: 10px;
    position: relative;
}
.session6 h1:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 200px;
    height: 20px;
    background-image: url(../images/Frame_8454.png);
    background-repeat: no-repeat;
}
.list-faqs{
    margin-bottom: 25px;
}
.list-faqs .question, .list-faqs .answer{
    margin-right: 20px;
}
.list-faqs .question{
    color: #353AD7;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.list-faqs .answer{
    color: #04021D;
    font-size: 16px;
    line-height: 24px;
}
footer{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #0A081E;
    color: #fff;
}
footer .logo span{
    opacity: 0.87;
    color: #fff;
}
footer p.desc {
    max-width: 268px;
    margin-top: 20px;
}
.copy-right{
    color: rgba(255, 255, 255, 0.35);
    font-size: 12px;
    line-height: 18px;
}
.title-ft{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
footer ul li{
    padding-bottom: 10px;
}
footer ul a{
    color: #fff;
    text-decoration: none;
}
footer ul a:hover{
    color: #fff;
    text-decoration: underline;
}
.nav-ft{
    padding-left: 100px;
}
footer form{
    max-width: 287px;
}
footer form input{
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 13px 17px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
    color: #fff;
}
input:focus-visible{
    outline: none;
}
footer form button{
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 20px;
}
.hide_desktop{
    display: none;
}
.banner{
    padding: 140px 0;
    background-image: url(../images/Frame_8466.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subpage .content{
    margin-top: 60px;
    margin-bottom: 80px;
}

@media (max-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm{
        max-width: 90%;
    }
}

@media (max-width: 1040px) {
    .title{
        font-size: 40px;
        line-height: 60px;
    }
    h1{
        font-size: 36px;
        line-height: 52px;
        margin-bottom: 40px;
    }
    .icon_squre{
        padding: 15px;
        margin-bottom: 30px;
    }
    h3{
        font-size: 20px;
        line-height: 30px;
    }
    .session2 p{
        font-size: 16px;
        line-height: 28px;
    }
    .meta_s3{
        font-size: 16px;
    }
    h4{
        font-size: 22px;
    }
    .session3 .row > img{
        padding-right: 130px;
    }
    .list_features{
        max-height: 435px;
    }
    .list_features .content{
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }
    .list_features .item{
        margin-bottom: 20px;
    }
    .session4 .content-left {
        margin-top: 20px;
    }
    .session4 p{
        font-size: 16px;
        line-height: 25px;
    }
    .nav-ft{
        padding-left: 50px;
    }
    .banner{
        padding: 75px 0;
    }
}
@media (max-width: 767px) {
    .header nav{
        padding-top: 0;
    }
    .bn_menu_mobile{
        display: block;
    }
    body{
        font-size: 12px;
        line-height: 20px;
    }
    body.homepage{
        background-image: url(../images/bg_mobile.png);
    }
    .title{
        font-size: 36px;
        line-height: 60px;
    }
    .session1{
        padding-top: 40px;
    }
    .session1 p{
        max-width: 400px;
    }
    .icon_squre{
        margin-bottom: 15px;
    }
    h3{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 5px;
    }
    .session2 p{
        font-size: 12px;
        margin-bottom: 30px;
    }
    .session3 .content-right{
        display: block;
        max-width: 90%;
        margin: 0 auto;
    }
    .list_features{
        max-width: 100%;
    }
    .meta_s3 {
        font-size: 12px;
    }
    .session3 h1{
        line-height: 33px;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .title_feature .icon_squre{
        margin-right: 15px;
    }
    h4{
        font-size: 16px;
    }
    .list_features .content {
        font-size: 12px;
        line-height: 18px;
    }
    .list_features {
        max-height: 372px;
    }
    .session4 h1{
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .session4 p {
        font-size: 14px;
        line-height: 21px;
        max-width: 100%;
    }
    .hide-mobile{
        display: none !important;
    }
    .session5{
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .session5 h1{
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 15px;
    }
    .session6 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .session6 h1 {
        max-width: 100%;
        margin-top: 0;
        font-size: 18px;
        line-height: 27px;
    }
    .list-faqs{
        display: block !important;
        margin-bottom: 0;
    }
    .list-faqs li{
        margin-bottom: 12px;
    }
    .list-faqs .question{
        font-size: 14px;
        line-height: 21px;
    }
    .list-faqs .answer{
        font-size: 8px;
        line-height: 12px;
    }
    footer p.desc{
        max-width: 335px;
    }
    .nav-ft {
        padding-left: 15px;
        max-width: 180px;
    }
    .title-ft{
        font-size: 14px;
        line-height: 21px;
    }
    .copy-right{
        margin-top: 20px;
        text-align: center;
    }
    .session6 h1:after{
        background-size: cover;
        width: 100px;
        height: 12px;
    }
    .header{
        display: block !important;
    }
    .header .logo{
        max-width: 200px;
        float: left;
    }
    .header nav{
        float: right;
    }
    .session1:after{
        border-bottom: 1px solid #D2D2D7;
        padding-bottom: 50px;
    }
    .session2{
        padding-top: 35px;
        border-bottom: 1px solid #D2D2D7;
    }
    .session3{
        border-bottom: 1px solid #D2D2D7;
        padding-bottom: 45px;
    }
    footer{
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .banner {
        padding: 20px 0;
        background-position: left;
    }
    .subpage .content {
        margin-top: 35px;
        margin-bottom: 40px;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-left: solid 1px #ccc;
}

.sidenav a {
    text-decoration: none;
    color: #04021D;
    display: block;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom: 20px;
}

.sidenav a.btn{
    color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 36px;
    padding-left: 10px;
    color: #474ce9;
}
.sidenav .menu-mobile{
    padding: 0 30px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}