/* #region: Section 2 */
    .terms-of-use .section-2 .nav-row {
        margin-bottom: 25px;
    }
    .terms-of-use .section-2 .nav-row .nav-pills {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .terms-of-use .section-2 .nav-row .nav-pills::-webkit-scrollbar {
        display: none;
    }
    .terms-of-use .section-2 .nav-row .nav-pills .nav-item {
        flex: 0 0 auto;
        margin-right: 40px;
        margin-left: 12px;
    }
    .terms-of-use .section-2 .nav-row .nav-pills .nav-item .nav-link {
        font-size: 17px;
        padding: 0;
        padding-bottom: 10px;
        color: var(--gray);
        border-radius: 0;
        white-space: nowrap;
    }
    .terms-of-use .section-2 .nav-pills .nav-item .nav-link.active {
        background-color: transparent;
        font-weight: 500;
        color: var(--light_black);
        border-bottom: 2px solid var(--red);
    }
    .terms-of-use .section-2 .content, .terms-of-use .section-2 .content p {
        font-size: 17px;
        color: var(--gray);
    }
/* #endregion */


/* #region: Responsive */
    @media (width <= 1921px) {}
    @media (width <= 1901px) {}
    @media (width <= 1851px) {}
    @media (width <= 1801px) {}
    @media (width <= 1751px) {}
    @media (width <= 1681px) {}
    @media (width <= 1601px) {}
    @media (width <= 1537px) {}
    @media (width <= 1441px) {}
    @media (width <= 1367px) {}
    @media (width <= 1301px) {}
    @media (width <= 1281px) {}
    @media (width <= 1201px) {}
    @media (width <= 1151px) {}
    @media (width <= 1076px) {}
    @media (width <= 1025px) {
        .terms-of-use .section-2 .nav-row {
            margin-bottom: 20px;
        }
        .terms-of-use .section-2 .nav-row .nav-pills .nav-item .nav-link {
            font-size: 16px;
        }
        .terms-of-use .section-2 .content, .terms-of-use .section-2 .content p {
            font-size: 15px;
        }
    }
    @media (width <= 992px) {}
    @media (width <= 845px) {}
    @media (width <= 768px) {}
    @media (width <= 721px) {}
    @media (width <= 651px) {}
    @media (width <= 576px) {}
    @media (width <= 481px) {}
    @media (width <= 429px) {
        .terms-of-use .section-2 .nav-row {
            margin-bottom: 10px;
        }
        .terms-of-use .section-2 .nav-row .nav-pills .nav-item .nav-link {
            font-size: 15px;
            padding-bottom: 0px;
        }
        .terms-of-use .section-2 .content, .terms-of-use .section-2 .content p {
            font-size: 14px;
        }
    }
    @media (width <= 415px) {}
    @media (width <= 396px) {}
    @media (width <= 377px) {}
    @media (width <= 361px) {}
    @media (width <= 331px) {}
/* #endregion */