html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.text-center {
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #f1f1f1;
}

h1, h2, h3, h4, h5, h6, label {
    color: #000;
}

.ovh {
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #092540;
    -webkit-font-smoothing: antialiased;
}

/*Header*/

.layout {
    overflow-x: hidden;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 64px;
}

.header {
    position: fixed;
    z-index: 1500;
    width: 100%;
    top: 0;
    left: 0;
}

.header_navbar {
    position: relative;
    z-index: 2;
    display: flex;
    background-color: #fff;
    box-shadow: 0 6px 11px rgb(64 68 77 / 6%);
    height: 64px;
}

.header_container {
    max-width: 1920px;
    padding-right: 24px;
    padding-left: 24px;
}

.header_container {
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header_logo {
    align-self: center;
    flex-shrink: 0;
}

.header_title {
    position: relative;
    background: #fff;
    color: #000;
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 34px;
    letter-spacing: -0.5px;

}

.header_title img {
    margin-right: 10px;
    line-height: 1;
    height: 24px;
    width: 24px;
}

.header_menu {
    display: flex;
    box-sizing: border-box;
    align-self: stretch;
    min-width: 0;
    flex: 6;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.header_menu_item {
    justify-content: center;
    max-width: 100%;
    width: auto;
    padding: 3px 20px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.header_menu_item a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 6px 12px;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    font-family: inherit;
    font-size: .9375rem;
    color: #092540;
    line-height: 1.29;
    letter-spacing: .01em;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .3s;
}

.mobile-down {
    flex: 1;
}

.mobile-app {
    position: relative;
    background-color: #20bf6b;
    color: #fff;
    margin: 8px 25px 8px 0;
    float: right;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 16px;
    border: 0;
    border-radius: 2.625rem;
    font-family: "DM Sans", "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .03em;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s, border-color .2s, color .2s;
    cursor: pointer;
    user-select: none;
}

.mobile-app span:last-child {
    display: none;
}

.mobile-app .btn-down {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}

.header_menu_button {
    display: none;
    box-sizing: border-box;
    padding: 4px;
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/**Downloader**/
.tiktok-downloader-container {
    background: #5940f1;
}

.tiktok-downloader-content {
    height: auto;
    padding-top: 72px;
    position: relative;
    padding-bottom: 2em;
    margin: 0 auto;
    max-width: 752px !important;
}

.tiktok-downloader-title {
    padding-top: 1em;
    padding-bottom: 0.4em;
    margin: 0;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    color: #ffffff;
}

.tiktok-downloader-sub-title {
    padding-bottom: 1em;
    margin: 0;
    font-style: normal;
    font-size: 1em;
    text-align: center;
    color: #d4d4d4;
}

.tiktok-downloader-text-container {
    position: relative;
    width: 100%;
}

.tiktok-downloader-text-container .tiktok-downloader-text {
    display: inline-block;
    height: 64px;
    border: 0;
    box-sizing: border-box;
    border-radius: 5px;
    text-indent: 20px;
    width: 100%;
    font-size: 100%;
}

.tiktok-downloader-text-container .submit-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 64px;
    background: #ff7a1a;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    padding: 1em 1.5em;
    border: 0;
    border-radius: 0 5px 5px 0;
    margin: 0 !important;
    width: 140px;
}

.tiktok-downloader-text-container .paste-btn {
    position: absolute;
    right: 140px;
    top: 0px;
    height: 64px;
    background: #20bf6b;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    padding: 1em 1.5em;
    border: solid 1px #20bf6b;
    margin: 0 !important;
}

.tiktok-downloader-ad-container {
    position: relative;
    min-height: 280px;
    margin-top: 1em;

}

#tiktok-downloader-init {
    display: block;
}

#tiktok-downloader-loading {
    display: none;
    top: 170px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

#tiktok-downloader-result {
    display: none;

}

.progress-tips {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    color: #ffffff;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #20bf6b;
    transition: width .6s ease;
    font-size: 24px;
    font-weight: bold;
}

.progress-bar {
    background-color: #20bf6b;
}

#tiktok-downloader-message {
    border-left: 5px solid #df3020;
    margin-bottom: 0.5em;
    background: #fff;
    text-align: initial;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 1.5em;
    display: none;
}


#tiktok-downloader-init-container {
    display: block;
}

.tiktok-downloader-result-container {
    background: #ffffff;
    min-height: 200px;
    width: 100%;
    display: block;
    box-shadow: 0 0 35px 10px rgb(0 0 0 / 50%);
    text-align: center;
    padding: 1em;
}

#tiktok-downloader-result .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#tiktok-downloader-result h2 {
    color: #ff7a1a;
    margin: 0;
    line-height: 3.2em;
}

#tiktok-downloader-result .description {
    color: #ff7a1a;
    overflow: hidden;
    font-weight: 700;
    font-size: 1em;
    clear: both;
    padding-top: 0.5em;
}

.tiktok-downloader-button-container {
    padding: 1em;
    margin: 0 auto;
    flex: 1;
}

.tiktok-downloader-button-container .tiktok-downloader-button {
    background-color: #ff7a1a;
    margin: 10px;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: block;
    appearance: none;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

/**solution**/
.feature {
    padding: 56px 0 0px 0;
}

.feature_container {
    max-width: 1440px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.feature_title {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #092540;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 32px;
    text-align: center;
}

.feature_sub_title {
    font-family: "DM Sans", sans-serif;
    color: #092540;
    font-size: 1rem;
    line-height: 1.25;
    margin: 0 0 16px;
    text-align: center;
}

.feature_cards {
    flex-wrap: nowrap;
    max-width: initial;
    margin: 0 -8px 60px;
}


.feature_card {
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    padding: 12px 12px 16px;
    margin: 8px;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 8px 8px 32px rgb(64 68 77 / 8%);
    border-radius: 8px;
    transform: translate3d(0, 0, 0);
    transition: box-shadow .2s ease, transform .2s ease;
    will-change: tranform;
}

.card_body {
    display: flex;
    flex-grow: 1;
}

.card_icon {
    flex-shrink: 0;
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 12px;
}

.card_image {
    width: 100%;
    height: auto;
}

.card_title {
    font: 700 1.5rem "DM Sans", "Noto Sans JP", sans-serif;
    margin: 4px 0 20px;
}

.card_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.body_text_sm {
    font-size: .875rem;
    line-height: 1.29;
}

.body_text {
    letter-spacing: .01em;
    color: rgba(9, 37, 64, .8);
}

.card_item {
    position: relative;
    padding-left: 24px;
    margin: 8px 0;
}

.card_item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml;charset=utf8,    %3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 500 500%27%3E      %3Cpath fill=%27%23195AFE%27 d=%27M179.5 329.6L444.7 64.4l53 53-318.2 318.2-53.1-53.1L2.3 258.4l53-53 124.2 124.2z%27/%3E    %3C/svg%3E") no-repeat 50% 50%;
    background-size: 10px auto;
}

.tutorial-container {
    margin: 20px auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
}

.tutorial_title {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    color: #092540;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 16px;
    text-align: center;
}

.tutorial-container h3 {
    text-align: center;
    font-size: 36px;
    color: #121212;
    margin-bottom: 15px;
}

.tutorial-container ul {
    width: 100%;
}

.tutorial-container li {
    display: inline-block;
    width: calc(33% - 20px);
    margin: 20px 20px 0 0;
    vertical-align: top;
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
}

.tutorial-container li:last-child {
    margin-right: 0;
}

.tutorial-container .step-title {
    font-size: 20px;
    padding: 20px 30px;
    color: #fff;
    background: #2484FC;
    line-height: 30px;
    font-weight: normal;
    width: 100%;
}

.tutorial-container .step-content {
    background: #fff;
    padding: 30px;
    min-height: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    color: #252e69;
    line-height: 32px;
}

.articles-list {
    margin: 20px auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;

}

.articles-list-container {
    display: inline-block;
    width: 100%;
}

.articles-list h2 {
    text-align: center;
    font-size: 36px;
    line-height: 60px;
    color: #121212;
    margin-bottom: 15px;
    margin-top: 15px;
}

.articles-list li {
    background: #ffffff;
    border: 1.186px solid #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    height: 80px;
    font-style: normal;
    font-size: 1.2em;
    color: #252e69;
    display: inline-block;
    width: calc(50% - 20px);
    margin: 20px 40px 0 0;
    text-align: left;
    float: left;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 32px 0 rgb(10 14 29 / 2%), 0 8px 64px 0 rgb(10 14 29 / 8%);
}

.articles-list li a {
    color: #252e69;
    font-style: normal;
    font-size: .9em;
    height: 80px;
    line-height: 80px;
}

.articles-list li:nth-child(2n) {
    margin-right: 0;
}


#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #5940f1;
    color: #fff;
    display: block;
}

.footer-container {
    margin: 10px auto;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;

}

.footer-row {
    display: inline-block;
    width: 100%;
}

.footer-link li {
    float: left;
    font-style: normal;
    text-decoration-line: none;
    color: #ffffff;
    margin-right: 30px;
    display: inline-block;
}


#language-switcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
}

.current-language {
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
    line-height: 1.5;
    padding: 0.5rem 1.8rem;
}

.current-language:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
    border: 2px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    line-height: 1.5;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(135deg);
    transform-origin: center;
    width: 0.625em;
}

.current-language:not(.is-arrowless)::after {
    border-color: #ffffff;
    margin-top: -0.375em;
    right: 0em;
}


#language-switcher .language-menu {
    min-width: 200px;
    margin-left: 50px;
    transform: translate(-100%, -100%) !important;
    display: none;
    list-style-type: none;
    background-color: #fff;
    font-size: .8em;
    line-height: 1.3em;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    z-index: 3;
}

.language-dropdown {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 8px 8px rgb(10 10 10 / 10%);
    font-size: .875rem;
    right: 0;
    min-width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
    width: 320px;
    transform: translate(-100%, -100%) !important;
    display: none;
}

.lang-wrapper:hover .language-dropdown {
    display: block;
}

.language-dropdown ul li {
    width: 50%;
    display: inline-block;
    float: left;
}

.language-dropdown .navbar-item.active, .navbar.is-transparent .language-dropdown .navbar-item:hover, .navbar.is-transparent .language-dropdown a.navbar-item:focus {
    background-color: #f5f5f5;
    color: #0a0a0a;
    padding: 0.375rem 1rem;
    white-space: nowrap;
}

.navbar-item, .navbar-link {
    align-items: center;
    display: flex;
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0;
}

.navbar-item, .navbar-link {
    color: #252e69;
    display: block;
    line-height: 1;
    padding: 0.3rem 0.75rem;
    position: relative;
}

.copyright {
    color: #807ba3;
    display: inline-block;
    float: left;
}

.footer-link-container {
    margin-left: 20px;
    display: inline-block;

}


.lang-wrapper {
    display: inline-block;
    float: right;
}

.footer-link-container a {
    color: #807ba3;
}

/**Detail**/

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.tiktok-article-row {
    max-width: 1440px;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;

}

.content-column {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 72%;
    max-width: 72%;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
}

.sidebar-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    padding-right: 10px;
    padding-left: 10px;
    height: auto !important;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content-container {
    padding-top: 0px;
    padding-bottom: 1px;
    position: static;
    transform: none;
}


.content-container .content-area {
    width: 100%;
}

.content-area .tiktok-article-container {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.tiktok-article-crumb {
    padding: 0;
    border-bottom: 1px dashed #f0f4f5;
    border-radius: 4px 4px 0 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tiktok-article-crumb .breadcrumb {
    display: block;
    line-height: 2;
    font-size: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb {
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 0.25rem;
}

.tiktok-article-container li {
    margin-bottom: 5px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb > li + li::before {
    display: inline-block;
    padding: 0 0.5rem;
    color: #8f8f8f;
    content: ">";
}

.breadcrumb li a {
    color: #8f8f8f;
}

.tiktok-article-wrapper {
    position: relative;
    width: 100%;
}

.tiktok-article-title h1 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

.tiktok-article-content {
    color: #606266;
    line-height: 1.8;
}

.tiktok-article-content img {
    max-width: 100%;
}

.tiktok-article-content iframe {
    max-width: 90%;
}

.tiktok-article-content > h1, h2, h3, h4 {
    margin-top: 24px;
    margin-bottom: 8px;
}

.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-title {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f4f5;
    padding: 10px 0;
}

.tiktok-article-list li {
    margin-bottom: 0;
    border-radius: 0;
    border-bottom: 1px solid #f0f4f5;
    padding: 10px 0;
    overflow: hidden;
}

.tiktok-article-list li a {
    color: #252e69;
    font-style: normal;
    font-size: .9em;
}

.entry-navigation {
    position: relative;
}

.navigation-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.navigation-item-container {
    padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    align-items: center;
}

.navigation-item {
    width: 100%;
    display: inline-block;
    margin: 0;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
}

.navigation-item a {
    color: #252e69;
    font-style: normal;
    font-size: .9em;
}

.navigation-item-container .prev::before {
    display: inline-block;
    padding: 0 0.5rem;
    color: #8f8f8f;
    content: "<";
}

.navigation-item-container .next::after {
    display: inline-block;
    padding: 0 0.5rem;
    color: #8f8f8f;
    content: ">";
}

/**ad box**/
.download-box {
    display: none;
    padding: 0;
    margin: 0;
    align-items: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: #000;
    background-color: rgba(10, 10, 10, .86);
    justify-content: center;
}

.download-box-active {
    display: flex;
}

.download-box-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px;
    background: 0 0;
    position: fixed;
    right: 20px;
    top: 20px;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 0;
    -webkit-appearance: none;
    outline: 0;
    vertical-align: top;
}

.download-box-close::before {
    height: 2px;
    width: 75%;
}

.download-box-close::after {
    height: 75%;
    width: 2px;
}

.download-box-close::before, .download-box-close::after {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.download-box-container {
    background-color: #fefefe;
    margin: 0 auto;
    max-height: 80%;
    overflow: auto;
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%);
    color: #4a4a4a;
}

.download-box-footer .close-btn {
    width: 100%;
    display: block;
    font-size: .875rem;
    padding: 1em;
    background-color: #20bf6b;
    color: #ffffff;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    text-align: center;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

/**PC**/
@media (min-width: 1280px) {
    .feature_cards {
        justify-content: center;
        flex-direction: row;
        display: flex
    }

    .feature_card {
        width: calc(33.33% - 16px);
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 20px 16px;
    }

    .card_body {
        flex-direction: column;
    }

    .card_icon {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 24px;
        margin-left: 8px;
    }

    .card_title {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .feature_sub_title {
        max-width: 772px;
        margin: 0 auto 24px;
        text-align: center;
    }

    .download-box-container {
        max-width: 1200px;
        border-radius: 6px;
        padding: 1.25rem;
    }


}


/*Mobile*/
@media (max-width: 1279px) {
    .header_container {
        padding: 0 16px;
    }

    .header_menu {
        display: none;
        box-sizing: border-box;
        align-self: stretch;
        min-width: 0;
    }

    .mobile-app span {
        display: none;
    }

    .mobile-app span:last-child {
        display: block;
    }

    .header_menu {
        justify-content: start;
    }

    .header_menu_button {
        display: block;
        padding-left: 3px;
    }

    .header_menu_item {
        position: relative;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        max-width: 566px;
        min-width: 0;
        width: 100%;
        padding: 0 16px;
    }

    .header_menu_item a {
        justify-content: space-between;
        width: 100%;
        padding: 12px 0;
        line-height: 1.71;
    }

    .header_menu_active {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        z-index: 3;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: calc(100% - 56px);
        top: 56px;
        left: 0;
        padding-top: 40px;
        padding-bottom: 100px;
        background-color: #fff;
    }

    .tiktok-downloader-title {
        font-size: 1.3em;
        line-height: 1;
        padding: 1em 0;
    }


    .tiktok-downloader-text-container .submit-btn {
        height: 64px;
        background: #ff7a1a;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #ffffff;
        padding: 1em 1.5em;
        border-radius: 5px;
        margin: 0 !important;
        position: relative !important;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 10px !important;
    }

    .tiktok-downloader-text-container .paste-btn {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 64px;
        background: #20bf6b;
        font-style: normal;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #ffffff;
        padding: 1em 1.5em;
        border: 0;
        border-radius: 0 5px 5px 0;
        margin: 0 !important;
    }

    .tiktok-downloader-ad-container {
        position: relative;
        margin-top: 1em;
        margin-left: 1em;
        margin-right: 1em;
    }

    #tiktok-downloader-init-container {
        padding-left: 1em;
        padding-right: 1em;
    }

    #tiktok-downloader-result .avatar {
        width: 75px;
        height: 75px;
    }

    .tiktok-downloader-result-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 1em;
    }

    #tiktok-downloader-result h2 {
        color: #ff7a1a;
        margin: 0;
        font-size: 0.8em;
        line-height: 1;
    }

    .feature {
        padding: 40px 0 40px 0;
    }

    .tutorial {
        padding: 0 20px;
    }

    .tutorial-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .tutorial-container li {
        width: 100%;
        margin: 20px 0;
    }

    .tutorial-container li:last-child {
        margin-right: 0;
    }

    .articles-list {
        padding: 0 20px;
    }

    .articles-list li {
        width: 100%;
        margin: 10px 0;
    }

    .footer-item {
        width: 100%;
        text-align: center;
        line-height: 30px;
    }

    .footer-link-container {
        margin-left: 0px;
    }

    .footer-link {
        width: 100%;
        display: inline-block;
        text-align: center;
    }


    .footer-link-container li {
        width: 100%;
        float: left;
    }

    #language-switcher {
        width: 100%;
        text-align: center;
    }

    .current-language-container {
        display: inline-block;
        margin: 0 auto;

    }

    .tiktok-article-row {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .content-column {
        width: 100%;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
        max-width: 100%;
        display: block;
    }

    .content-column iframe {
        max-width: 90%;
    }

    .content-column img {
        max-width: 100%;
    }


    .navigation-item {
        min-height: 40px;
        line-height: 40px;
    }

    .navigation-item a {
        font-size: 14px;
        line-height: 14px;
    }

    .tiktok-article-row {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .content-column {
        width: 100%;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
        max-width: 100%;
        display: block;
    }

    .content-column iframe {
        max-width: 90%;
    }

    .content-column img {
        max-width: 100%;
    }

    .sidebar-column {
        margin-top: 20px;
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto !important;
        position: relative;
        overflow: visible;
        box-sizing: border-box;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .navigation-item {
        min-height: 40px;
        line-height: 40px;
    }

    .navigation-item a {
        font-size: 14px;
        line-height: 14px;
    }

    .download-box-container {
        border-radius: 0px;
        padding: 0;
    }
}
