body > .main > .page-content {
    margin: 0 auto;
    max-width: 1140px;
    padding: 20px 0;
}

body > .main > .page-content,
body > .main > .page-content * {
    line-height: 1.35em !important;
}

body > .main > .page-content h2 {
    margin-left: 0;
    margin-right: 0;
}

body > .main > .page-content table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .9em;
    margin-block-end: 15px;
    width: 100%
}

body > .main > .page-content table td,
body > .main > .page-content table th {
    border: 1px solid hsla(0, 0%, 50%, .502);
    line-height: 1.5 !important;
    padding: 15px;
    vertical-align: top
}

body > .main > .page-content table th {
    font-weight: 700
}

body > .main > .page-content table tfoot th,
body > .main > .page-content table thead th {
    font-size: 1em
}

body > .main > .page-content table caption+thead tr:first-child td,
body > .main > .page-content table caption+thead tr:first-child th,
body > .main > .page-content table colgroup+thead tr:first-child td,
body > .main > .page-content table colgroup+thead tr:first-child th,
body > .main > .page-content table thead:first-child tr:first-child td,
body > .main > .page-content table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50%, .502)
}

body > .main > .page-content table tbody > tr:nth-child(odd) > td,
body > .main > .page-content table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50%, .071)
}

body > .main > .page-content table tbody tr:hover > td,
body > .main > .page-content table tbody tr:hover > th {
    background-color: hsla(0, 0%, 50%, .102)
}

body > .main > .page-content table tbody+tbody {
    border-block-start: 2px solid hsla(0, 0%, 50%, .502)
}

@media(max-width:767px) {
    body > .main > .page-content table table {
        font-size: .8em
    }

    body > .main > .page-content table table td,
    body > .main > .page-content table table th {
        line-height: 1.3 !important;
        padding: 7px
    }

    body > .main > .page-content table table th {
        font-weight: 400
    }
}

body > .main > .page-content a {
    background-color: transparent;
    color: #0C58C4;
    text-decoration: none
}

body > .main > .page-content a:active,
body > .main > .page-content a:hover {
    color: #336
}

body > .main > .page-content a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

body > .main > .page-content a:not([href]):not([tabindex]):focus {
    outline: 0
}

body > .main > .page-content ul,
body > .main > .page-content ol {
    padding-left: 44px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body > .main > .page-content ul > li {
    list-style: disc !important;
    display: list-item;
    unicode-bidi: isolate;
}

body > .main > .page-content ul > li ul > li {
    list-style: circle !important;
}

body > .main > .page-content ol > li {
    list-style: decimal !important;
    display: list-item;
    unicode-bidi: isolate;
}

body > .main > .page-content ul > li ul,
body > .main > .page-content ol > li ol {
    padding-top: 14px;
    padding-bottom: 14px;
}

body > .main > .page-content dd,
body > .main > .page-content dl,
body > .main > .page-content dt,
body > .main > .page-content li,
body > .main > .page-content ol,
body > .main > .page-content ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin-block-end:0;margin-block-start:0;outline: 0;
    vertical-align: baseline
}

body > .main > .page-content br {
    width: 100%;
    display: block;
    margin: 4px 0;
}

body .footer-container footer .footer-logos > .e-con-inner {
    margin: 0 auto;
    max-width: 1140px;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

body .footer-container footer .footer-logos > .e-con-inner img {
    max-height: 100px;
    width: auto;
    height: 100%;
}