::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(22, 24, 35, 0.34);
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #fff;
}

body {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: "TikTokFont-Regular", PingFangSC, sans-serif;
}

a {
    text-decoration: none;
}

p, h1, h2, h3 {
    margin: 0;
}

.header-container {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    background: #ffffff;
    border-bottom: 1px solid rgba(34, 90, 89, 0.2);
    z-index: 9;
}

.header-container .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.logo-container, .logo-container-drawer {
    position: relative;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.logo-container .logo-link, .logo-container-drawer .logo-link {
    position: relative;
    top: 4px;
    display: block;
    width: 100%;
    height: 42px;
}

.logo-container .logo-icon, .logo-container-drawer .logo-icon {
    width: 30px;
}

.logo-container .logo-text, .logo-container-drawer .logo-text {
    height: 22px;
    margin-left: 4px;
    position: relative;
    top: -4px;
}

.footer-container {
    width: 100%;
    color: #ffffff;
    background: #000000;
    padding-bottom: 24px;
}

.download-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download-container .download-content h2 {
    font-family: "TikTokFont-Semibold", PingFangSC, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}

.download-container .download-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-container {
    padding: 29px 26px 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    border-bottom: 1px solid #979797;
    -webkit-transition: all 0.3s cubic-bezier;
    transition: all 0.3s cubic-bezier;
}

.download-container .download-content .download-wrapper a {
    margin: 0 4px;
}

.download-container .download-content .download-wrapper a img {
    width: 138px;
    height: 41px;
    display: block;
    background-repeat: no-repeat;
    background-size: 138px;
}\

/* MAIN */

.main-body {
    width: 100%;
    background: #ffffff;
}

.page-with-header {
    padding-top: 70px;
}

.about-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
}

.about-content .about-article h1 {
    font-family: "TikTokDisplayFont-Bold", PingFangSC, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
}

.about-content .about-article .text-body {
    font-family: "TikTokFont-Regular", PingFangSC, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4f535a;
}

.about-content .about-img {
    position: relative;
}

.about-content .about-img, .about-content .about-article {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.about-content .about-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 9.0278%;
    box-sizing: border-box;
}

.about-content .about-img, .about-content .about-article {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.banner-content {
    height: 100%;
    width: 100%;
}

/* FOOTER */

.footer-container .footer-bottom-wrapper {
    padding: 0 144px;
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-container .footer-bottom-wrapper .copyright {
    font-family: "TikTokFont-Semibold", PingFangSC, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    line-height: 24px;
    color: #8a8b91;
}

.logo-container.jsx-832362280 .logo-text-footer {
    width: 120px;
    margin-left: 6px;
    position: relative;
    top: -2px;
}

.logo-container.jsx-832362280 .logo-icon-footer {
    width: 33px;
}