@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media (min-width: 768px) {
    .visible-s {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-s {
        display: none !important;
    }
}

body {
    background-color: #31363d;
    font-size: 15px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.header {
    height: 44px;
    background-size: contain;
    background-image: url("../img/headerbg.jpg");
    background-repeat: repeat-x;
    padding: 0 10px;
}

.content-container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    width: 65px;
}

.header-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
}

.header-link a {
    text-decoration: underline;
    color: #FFE500;
    font-size: 13px;
    line-height: 22px;
}

.banner {
    color: #ffffff;
    background-color: #2B2E37;
}

.banner-container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.banner-wrap {
    padding: 10px;
}

.banner-wrap__img {
    margin: 20px 0 15px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-img {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    width: 275px;
    height: 250px;
}

.banner-wrap__content {
    text-align: center;
    width: 300px;
    margin: 15px auto 0 auto;
}

.banner-content__title {
    font-family: Montserrat-ExtraBold, sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFE500;
}

.banner-content__txt {
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    margin-top: 10px;
    text-transform: uppercase;
}

.banner-content__items {
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    margin-top: 10px;
    text-align: center;
    font-family: Montserrat-Regular, sans-serif;
    font-weight: 400;
}

.btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 15px 10px 15px;
}

.btn-box .btn-app {
    width: 315px;
    height: 233px;
}

.btn-box .btn-app img {
    width: 100%;
    height: 100%;
}

.banner.bg-light {
    background-color: #4E5261;
    color: #ffffff;
}

.banner.bg-light .banner-wrap {
    display: flex;
    flex-direction: column;
}

.banner.bg-light .banner-wrap .banner-content__title {
    text-align: center;
    font-size: 19px;
    line-height: 21px;
    margin-top: 15px;
}

.banner.bg-light .banner-wrap .banner-content__txt {
    text-align: center;
    font-size: 21px;
    line-height: 23px;
    margin-top: 5px;
}

.banner.bg-light .banner-wrap__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.banner.bg-light .banner-wrap__img .banner-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-image: url("../img/banner-02.png");
    background-repeat: no-repeat;
    width: 230px;
    height: 270px;
}

.banner.bg-light .banner-wrap .banner-wrap__content {
    margin: 0 auto;
}

.banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items {
    margin-top: 15px;
}

.banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items ul li {
    padding: 10px 30px;
    font-size: 17px;
    line-height: 18px;
}

.btn-wrap {
    margin-bottom: 20px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-family: Montserrat-Bold, sans-serif;
    font-weight: 700;
    color: #A7ACB0;
    font-size: 0.8em;
}

.footer .content-container {
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .header {
        height: 70px;
        padding: 0 20px;
    }
    .header-logo {
        width: 125px;
    }
    .header-link {
        font-size: 0.9em;
    }
    .banner {
        font-size: 1em;
    }
    .banner-wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .banner-wrap__img {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        width: auto;
    }
    .banner-img {
        width: 310px;
        height: 290px;
    }
    .banner-wrap__content {
        margin: 0;
        text-align: left;
        width: auto;
        padding: 20px 10px;
    }
    .banner-content__title {
        font-size: 33px;
        line-height: 35px;
    }
    .banner-content__txt {
        font-size: 24px;
        line-height: 28px;
        margin-top: 15px;
    }
    .banner-content__items {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
        text-align: left;
    }
    .btn-box {
        flex-direction: row;
        justify-content: flex-start;
        margin: 20px 0 0 0;
    }
    .btn-box .btn-app {
        width: 125px;
        height: 37px;
        margin-right: 20px;
    }
    .banner.bg-light {
        flex-direction: column;
    }
    .banner.bg-light .banner-wrap {
        flex-direction: row;
    }
    .banner.bg-light .banner-wrap__img {
        width: auto;
    }
    .banner.bg-light .banner-wrap__img .banner-img {
        width: 330px;
        height: 340px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content {
        width: auto;
        padding: 0 15px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__title {
        text-align: left;
        font-size: 25px;
        line-height: 27px;
        margin-top: 15px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__txt {
        text-align: left;
        font-size: 23px;
        line-height: 25px;
        margin-top: 5px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items {
        text-align: left;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items ul {
        list-style-position: outside;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items ul li {
        padding: 10px 0;
        font-size: 16px;
        line-height: 18px;
    }
    .footer {
        padding-left: 20px;
    }
    .footer .content-container {
        justify-content: flex-start;
    }
}

@media (min-width:1024px) {
    .header {
        padding: 0 25px;
        height: 70px;
    }
    .header-logo {
        width: 130px;
    }
    .header-link {
        font-size: 0.95em;
    }
    .banner {}
    .banner-wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    .banner-wrap__img {
        margin: 20px 10px 5px 10px;
        width: 350px;
    }
    .banner-img {
        width: 350px;
        height: 320px;
    }
    .banner-wrap__content {
        margin: 0;
        padding: 30px 20px 10px 0;
        width: auto;
        text-align: left;
    }
    .banner-content__title {
        font-size: 45px;
        line-height: 47px;
    }
    .banner-content__txt {
        font-size: 32px;
        line-height: 36px;
        margin-top: 10px;
    }
    .banner-content__items {
        font-size: 24px;
        line-height: 27px;
        margin-top: 15px;
        text-align: left;
    }
    .banner-content__items p {
        margin: 10px 0;
    }
    .banner.bg-light {}
    .banner.bg-light .banner-title {
        font-size: 35px;
        line-height: 37px;
        padding: 25px 10px 20px 10px;
    }
    .banner.bg-light .banner-wrap {
        flex-direction: row;
        padding: 15px 0;
    }
    .banner.bg-light .banner-wrap__img {
        width: auto;
        margin: 0;
    }
    .banner.bg-light .banner-wrap__img .banner-img {
        width: 400px;
        height: 390px;
        background-position: left;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content {
        width: auto;
        padding: 0 20px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__title {
        text-align: left;
        font-size: 30px;
        line-height: 32px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__txt {
        text-align: left;
        font-size: 28px;
        line-height: 30px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items ul {
        font-size: 18px;
        line-height: 20px;
        list-style-position: outside;
    }
    .banner.bg-light .banner-wrap .banner-wrap__content .banner-content__items ul li {
        padding: 10px 0;
        font-size: 16px;
        line-height: 19px;
    }
    .btn-box {
        justify-content: flex-start;
        margin: 20px 0 15px 0;
    }
    .btn-box .btn-app {
        width: 150px;
        height: 45px;
        margin-right: 20px;
    }
    .footer {
        padding-left: 20px;
    }
    .footer .content-container {
        justify-content: flex-start;
    }
}