@media( min-width: 1024px ){
    main .main_content {
        padding: 0px 48px 60px;
    }
}

.main_content .title {
    display: block;
    float: left;
    margin-top: 0px;
    color: #d3a544;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 23px;
    width: 100%;
}
@media( min-width: 1024px ){
    .main_content .title {
        font-size: 28px;
        line-height: 30px;
        padding: 40px 105px;
    }
}

.title sup {
    color: inherit;
    font-family: inherit;
    font-size: 12px;
    vertical-align: text-top;
}

.main_content .legal_text {
    display: block;
    float: left;
    margin-top: 10px;
    color: #141015;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}
@media( min-width: 1024px ){
    .main_content .legal_text {
        font-size: 18px;
    }
}

.legal_text a,
.legal_text span {
    color: inherit;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: inherit;
    font-weight: bold;
}

.main_content .subtitle {
    display: block;
    float: left;
    margin-top: 15px;
    color: #141015;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}
@media( min-width: 1024px ){
    .main_content .subtitle {
        font-size: 18px;
    }
}

.main_content .list {
    display: block;
    float: left;
    padding-left: 18px;
    width: 100%;
}

.main_content .legal_text + table{
    margin-top: 12px;
}

.main_content table {
    display: inline-table;
    float: left;
    /*border: 1px solid #d3a544;*/
    border-spacing: 0px;
    width: 100%;
}
.main_content table.desktop {
    display: none;
}
@media( min-width: 1024px ){
    .main_content table.mobile {
        display: none;
    }
    .main_content table.desktop {
        display: block;
    }
}

.main_content table th {
    border: 1px solid #d3a544;
    color: #141015;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold;
    font-size: 15px;
    padding: 5px;
}

.main_content table td {
    border: 1px solid #d3a544;
    color: #141015;
    font-size: 15px;
    padding: 5px;
}

.main_content table a {
    color: #141015;
    font-size: 15px;
}