@charset "utf-8";

#ctt.mtc-legal-content {
    margin: 0;
    padding: 0;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(84, 132, 160, 0.32);
    border-radius: 8px;
    background: #06111d;
    color: #aebdcc;
}

.mtc-legal-content__header {
    padding: 22px 24px 18px;
    border-bottom: 1px solid rgba(84, 132, 160, 0.24);
    background: #071723;
}

.mtc-legal-content__header h1 {
    margin: 0;
    color: #d7e4ef;
    font-family: inherit;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

#ctt_con.mtc-legal-content__body {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 24px;
    color: #aebdcc;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.86;
    letter-spacing: 0;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#ctt_con.mtc-legal-content__body * {
    max-width: 100%;
    box-sizing: border-box;
}

#ctt_con.mtc-legal-content__body .mtc-legal-section-title,
#ctt_con.mtc-legal-content__body h2 {
    margin: 0 0 18px;
    color: #d7e4ef;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.45;
}

#ctt_con.mtc-legal-content__body .mtc-legal-subtitle,
#ctt_con.mtc-legal-content__body h3 {
    margin: 22px 0 10px;
    color: #c5d7e6;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.55;
}

#ctt_con.mtc-legal-content__body p {
    margin: 0 0 14px;
}

#ctt_con.mtc-legal-content__body .mtc-legal-list,
#ctt_con.mtc-legal-content__body ul {
    margin: 0 0 18px;
    padding: 0 0 0 1.25em;
}

#ctt_con.mtc-legal-content__body .mtc-legal-list li,
#ctt_con.mtc-legal-content__body li {
    margin: 0 0 7px;
    line-height: 1.72;
}

#ctt_con.mtc-legal-content__body > :last-child {
    margin-bottom: 0;
}

#ctt_con.mtc-legal-content__body a {
    color: #36c9f5;
    text-decoration: underline;
    text-underline-offset: 3px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

#ctt_con.mtc-legal-content__body img {
    max-width: 100%;
    height: auto;
}

.ctt_admin {
    margin: 0 0 10px;
    text-align: right;
}

@media (max-width: 1024px) {
    #ctt.mtc-legal-content {
        border-radius: 8px;
    }

    .mtc-legal-content__header {
        padding: 18px 18px 15px;
    }

    .mtc-legal-content__header h1 {
        font-size: 21px;
        line-height: 1.35;
    }

    #ctt_con.mtc-legal-content__body {
        padding: 18px;
        font-size: 14px;
        line-height: 1.82;
        word-break: break-all;
    }

    #ctt_con.mtc-legal-content__body .mtc-legal-section-title,
    #ctt_con.mtc-legal-content__body h2 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    #ctt_con.mtc-legal-content__body .mtc-legal-subtitle,
    #ctt_con.mtc-legal-content__body h3 {
        font-size: 15px;
        margin: 18px 0 8px;
    }

    #ctt_con.mtc-legal-content__body p {
        margin-bottom: 12px;
    }
}

@media (max-width: 430px) {
    .mtc-legal-content__header {
        padding: 16px 14px 13px;
    }

    .mtc-legal-content__header h1 {
        font-size: 20px;
    }

    #ctt_con.mtc-legal-content__body {
        padding: 16px 14px;
        font-size: 14px;
        line-height: 1.78;
    }
}
