html,
body {
    font-family: 'Oracle Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #F1EFED;
    overflow-x: hidden;
}



.ohc .u10v0 {
    background-image: none;
}

main {
    padding: 25px;
}

hr {
    border: none;
    border-top: 1px solid rgba(22, 21, 19, 0.1);
    margin: 0;
}

.u02tools.ut {
    position: absolute;
    right: 1em;
}

div.wrap {
    position: relative;
    padding: 0.1px;
    min-height: calc(100vh - 135px);
    background-color: #F1EFED;
}

@media only screen and (max-height: 630px) {
    div.wrap {
        min-height: calc(100vh - 91px);
    }
}

.wrap-bg {
    background-color: #F1EFED;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.breadcrumbs>ol li {
    display: inline-block;
}

.breadcrumbs>ol {
    font-size: 12px;
    font-weight: 600;
    padding-left: 0;
    margin-bottom: 0;
}

.breadcrumbs>ol a, .ldbg .tile, .ldbg .tile a {
    color: white;
    text-decoration: none;
}

.breadcrumbs>ol a:hover, .ldbg a:hover, .msg-index a:hover, .err a:hover {
    box-shadow: 0 1px 0 0;
    transition: box-shadow 0.3s;
}

.breadcrumbs>ol li:after {
    display: inline-block;
    content: "/";
    padding: 0 0.3em;
    color: #fff;
}

.breadcrumbs>ol li:last-child:after {
    content: "";
}


.wrap .heading {
    position: relative;
    margin-top: 24px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; 
    box-shadow: none;
}

.cloud-title {
    margin-top: 16px;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
    opacity: 100%;
    padding-left: 24px;
}

.u02w1 {
    justify-content: flex-start;
}

.pub-info {
    max-width: 1440px;
    margin: 30px auto 18px auto;
    position: relative;
    padding: 0 25px;
    color: #F1EFED;
}

.pub-info h1 {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 44px;
    margin: 8px 0 0;
}

.pub-info.pc {
    margin: 50px 20px 80px 20px;
}

.pub-info.pc h1 {
    margin-bottom: 24px;
}

#search-bar-container {
    margin-right: 0.5em;
}

.pub-info #search-bar-container {
    margin-left: 0;
}

.pub-info #preview-container {
    top: 102px;
}

@media only screen and (min-width: 600px) {
    .pub-info #preview-container {
        top: 102px;
    }
}

@media only screen and (min-width: 1024px) {
    .pub-info #preview-container {
        top: 110px;
    }
}

@media only screen and (max-width: 434px) {
    .pub-info #preview-container {
        top: 146px;
    }
}

.pub-info .pub-meta {
    display: inline-block;
    font-size: 16px;
    margin-top: 16px;
}


.ldbg .tile, .ldbg .tile a {
    color: white;
    text-decoration: none;
}

.pub-info .pub-meta .tax {
    font-size: 12px;
}

.msg-index .column.prefix[aria-hidden="true"] {
    display: none;
}

.indx {
    box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    min-height: calc(55vh - 50px);
    padding: 6px 0 0 0;
}

.msg-index div {
    line-height: 1.8;
}

.msg-index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.msg-index a {
    text-decoration: none;
}

.msg-index .column.msgs {
    font-size: 16px;
    font-weight: 700;
    column-count: 6;
    padding: 24px;
    margin-left: 4em;
}

.msg-index .column.prefix {
    font-size: 13.75px;
    float: left;
    width: 180px;
    margin-left: 60px;
    padding: 30px 21px;
    background-color: #fbf9f8;
    border: 2px solid #d3d3d324;
}

.msg-index .column.prefix li {
    padding: 0.5em 1em;
}

.msg-index .column.msgs div {
    padding: 5px 0;
}

.msg-index .column.msgs a,
.err a {
    color: #00688c;
    text-decoration: none;
}

.msg-index .active {
    background-color: #e5f4dc;
    border-radius: 4px;
}

.msg-index:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.msg-index .column.prefix a {
    color: #3c4545;
}

.msg-index .lft {
    position: absolute;
    height: calc(100% - 6px);
    width: 60px;
    padding: 30px 12px;
    background-color: #f1efed;
    border-radius: 0 0 0 6px;
}

.msg-index button {
    height: 36px;
    width: 36px;
    cursor: pointer;
    border-radius: 4px;
}

.msg-index button:focus {
    outline: 1px dotted black;
    outline-offset: 1px;
}

.msg-index .lft button {
    background: rgba(22, 21, 19, 0.08);
    border: none;
}

.msg-index button>img {
    margin-top: 5px;
}

.msg-index .lft button>img {
    height: 15px;
    width: 15px;
}

.msg-index #prf button {
    display: none;
    position: absolute;
    top: 5em;
    right: 1.5em;
    background: transparent;
    border: 1px solid rgba(22, 21, 19, 0.5);
}

@media only screen and (max-width: 1023.9px) {
    body.blur {
        height: 100vh;
        overflow-y: hidden;
    }

    .pub-info.pc {
        width: auto;
        padding: 0 1em;
    }

    .pub-info.blur {
        opacity: 0.7;
    }

    .pub-info.pc #search-bar-container #search-icon span {
        margin: 4px 0px 0px 10px;
    }

    .msg-index .column.msgs {
        column-count: 5;
        padding-left: 1em;
        margin-left: 1em;
    }

    .msg-index .column.prefix {
        position: fixed;
        top: 0;
        right: 0;
        width: 520px;
        height: 100%;
        padding: 9em 1.5em 0 1.5em;
        box-shadow: -8px 0px 15px rgba(0, 0, 0, 0.05);
        overflow-y: auto;
        z-index: 1;
    }

    .msg-index .lft {
        right: 0;
        background-color: #FBF9F8;
        padding: 30px 24px 0 0;
    }

    .msg-index #prf button {
        display: block;
    }

    .msg-index.blur,
    .wrap.blur {
        background-color: rgba(49, 45, 42, 0.15);
    }
}

@media only screen and (max-width: 900px) {
    .msg-index .column.msgs {
        column-count: 4;
    }
}

@media only screen and (max-width: 700px) {
    .msg-index .column.msgs {
        column-count: 3;
    }
}

@media only screen and (max-width: 599.9px) {
    .msg-index .column.prefix {
        width: 288px;
    }
}

@media only screen and (max-width: 540px) {
    .msg-index .column.msgs {
        column-count: 2;
        padding-left: 0;
    }

    .msg-index .lft {
        padding: 30px 15px 0 9px;
    }
}

.msg-index .column.prefix::-webkit-scrollbar {
    width: 8px;
}

.msg-index .column.prefix::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-top: 4em;
}

.msg-index .column.prefix::-webkit-scrollbar-thumb,
.msg-index .column.prefix::-webkit-scrollbar-thumb:hover {
    background: #c8c8c8;
    border-radius: 20px;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 770px) {
    .u03v6+.rc23 {
        margin-top: -70px;
        padding-top: 70px
    }
}

.rc23.rc23v3 {
    background-repeat: no-repeat;
    background-position: 0 -200vw;
    background-size: 0 0;
    z-index: 1;
    position: relative;
    margin-top: -70px;
    padding-top: 70px;
}

body .f20w1>section {
    opacity: 1;
    filter: initial;
}

*:is([class*="-00bg"], [class*="-10bg"], [class*="-20bg"], [class*="-30bg"], [class*="-40bg"], [class*="-50bg"], [class*="-60bg"], [class*="-70bg"], [class*="-80bg"], [class*="-90bg"]) {
    color: #161513
}

*:is([class*="-00bg"], [class*="-10bg"], [class*="-20bg"], [class*="-30bg"], [class*="-40bg"], [class*="-50bg"], [class*="-60bg"], [class*="-70bg"], [class*="-80bg"], [class*="-90bg"]) *:is([class*="-100bg"], [class*="-110bg"], [class*="-120bg"], [class*="-130bg"], [class*="-140bg"], [class*="-150bg"], [class*="-160bg"], [class*="-170bg"], [class*="-180bg"], [class*="-190bg"], [class*="-200bg"]) {
    color: #fff
}

.rc23.rc23v3 .rc23w2 {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.rc23.rc23v3 .rc23w2 .rc23w3 {
    min-height: 27em;
}

.rw-theme-150bg {
    background-color: #3c4545;
}

[class*='bgimgw1'] {
    position: relative;
    z-index: 1;
}

.rc23.rc23v3 .rc23w2 .rc23w3>* {
    z-index: 0;
}

.bgimgw1 {
    background: #4f5a5a url(banner.png) no-repeat bottom;
    background-size: 1931px 425px;
    background-size: cover;
}

@media only screen and (min-width: 1921px) {
    .bgimgw1 {
        background-size: cover;
    }
}

.rc23.rc23v3 .rc23w1 {
    max-width: 100%;
    position: relative;
    background: #FBF9F8 url(colorStrip.png) repeat-x;
}


.err {
    box-shadow: 0px 8px 32px -10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    min-height: 354px;
}

.err h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 6px 0 0 0;
}

.err h3 {
    float: left;
    font-size: 16px;
    margin: 16px 0 10px 16px;
}

.err div.st {
    font-size: 18px;
    margin-bottom: 20px;
}

.err div.ca {
    font-size: 16px;
    padding-left: 80px;
}

.err div.ca.v {
    padding-left: 0;
}

.err .ca ul {
    margin: 0 0 14px 0;
}

.err div.t {
    font-size: 16px;
    margin-left: 16px;
}

.err div.t>p:first-child {
    margin-top: 49px;
}

.err div.t a>strong {
    font-weight: 400;
}

.err .t pre {
    white-space: pre-wrap;
    word-break: keep-all;
}

div.infoboxnote {
    border-left: 8px solid #7dd1d3;
    background-repeat: no-repeat;
    background-position-x: 35px;
    background-position-y: center;
    padding-left: 95px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #1a1816;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 30px;
}

article>h2 {
    margin-bottom: 0.1em;
}

@media only screen and (min-width: 767.1px) {
    div.infoboxnote {
        padding: 0px 25px 0px 91px !important;
        background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjciIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249InBlbmNpbC1hbHQiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1wZW5jaWwtYWx0IGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDk3LjkgMTQyLjFsLTQ2LjEgNDYuMWMtNC43IDQuNy0xMi4zIDQuNy0xNyAwbC0xMTEtMTExYy00LjctNC43LTQuNy0xMi4zIDAtMTdsNDYuMS00Ni4xYzE4LjctMTguNyA0OS4xLTE4LjcgNjcuOSAwbDYwLjEgNjAuMWMxOC44IDE4LjcgMTguOCA0OS4xIDAgNjcuOXpNMjg0LjIgOTkuOEwyMS42IDM2Mi40LjQgNDgzLjljLTIuOSAxNi40IDExLjQgMzAuNiAyNy44IDI3LjhsMTIxLjUtMjEuMyAyNjIuNi0yNjIuNmM0LjctNC43IDQuNy0xMi4zIDAtMTdsLTExMS0xMTFjLTQuOC00LjctMTIuNC00LjctMTcuMSAwek0xMjQuMSAzMzkuOWMtNS41LTUuNS01LjUtMTQuMyAwLTE5LjhsMTU0LTE1NGM1LjUtNS41IDE0LjMtNS41IDE5LjggMHM1LjUgMTQuMyAwIDE5LjhsLTE1NCAxNTRjLTUuNSA1LjUtMTQuMyA1LjUtMTkuOCAwek04OCA0MjRoNDh2MzYuM2wtNjQuNSAxMS4zLTMxLjEtMzEuMUw1MS43IDM3Nkg4OHY0OHoiPjwvcGF0aD48L3N2Zz4=") no-repeat 35px center;
    }
}

.ohc {
    max-width: none !important;
}

.u02 {
    max-width: 1600px;
    margin: auto;
    box-shadow: none;
}

.main-content {
    height: auto;
    max-width: 1600px;
}

.ldbg {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 48px;
    box-sizing: border-box;
}

.ldbg p {
    margin: 12px 0 24px 34px;
}

.ldbg h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 24px 0;
}

.ldbg h3 {
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
    margin: 0 0 0 12px;
}

.ldbg h3>a {
    color: black;
    text-decoration: none;
}

.ldbg .rb {
    display: flex;
}

.ldbg .linkbox {
    display: block;
    text-decoration: none;
    border-radius: 8px;
}

.ldbg .linkbox:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ldbg .tile {
    background: #ffffff;
    border: 1px solid rgba(22, 21, 19, 0.12);
    height: 100%;
    border-radius: 8px;
    background-size: cover;
    flex: 1 1 200px;
    min-width: 200px;
}

.ldbg .tile h3 {
    padding: 0 24px 48px 24px;
    color: #333;
}
.ldbg .tile p {
    padding-top: 24px;
    color: #333;
}

.ldbg .tile>img {
    width: 100%;
    display: block;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ldbg .tile div {
    margin-bottom: 44px;
}

.ldbg .tile a {
    line-height: 16px;
    font-weight: 700;
}

.archive {
    text-align: center;
    background-color: #F1EFED;
    padding-bottom: 16px;
    padding-top: 16px;
    font-size: 1.1em;
    font-weight: 600;
}
.archive a {
        color: #00688C;
}
.archive a:hover {
    color: #000;
}
.placeholder-text {
    text-overflow: ellipsis;
    width: 700px;

    white-space: nowrap;
    overflow: hidden;

    position: absolute;
    left: 12px;
    text-align: left;

    justify-items: center;
    transform: translateY(-50%);
    pointer-events: none;
    color: #7A736E;
    margin-top: 10px;
    font-size: medium;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.slide-up {
    transform: translateY(-150%);
    opacity: 0;
}

.slide-down {
    transform: translateY(50%);
    opacity: 0;
}

.hidden-placeholder {
    opacity: 0;
}

@media only screen and (max-width: 1023.9px) {
    .ldbg {
        gap: 12px;
        padding: 36px;
    }
}

@media only screen and (max-width: 800px) {
    .ldbg {
        display: block;
        padding: 36px;
    }

    .ldbg .tile {
        width: auto;
        min-width: auto;
        margin: 0 0 24px 0;
    }
}

@media only screen and (max-width: 599.9px) {
    .ldbg {
        background: none;
    }

    .err div.ca>p:last-child,
    div.ca>div:last-child {
        margin: 1em 0 10px 0;
    }

    .err div.ca>p:first-child,
    div.ca>div:first-child {
        margin: 47px 0 10px 0;
    }

    .err .ca p,
    div.t {
        margin-left: 0;
    }

    .err div.t {
        margin-right: 0px;
    }

    .err div.ca {
        padding-left: 16px;
    }
}

footer .u10w1 {
    padding: 0px 48px 20px 48px;
}

footer .u10w5 .u10-links {
    margin-top: 12px;
}

footer ul.u10-links li a {
    font-size: 13.75px;
}

@media only screen and (max-width: 1024px) {
    ul li {
        line-height: normal;
    }

    footer .u10v0 .u10w1 {
        padding-top: 5px;
    }

    footer .u10v0 .u10w5 {
        margin-top: 5px;
    }

    footer .u10w1 {
        padding: 0px 48px 11px 48px;
    }
}

@media only screen and (max-width: 770px) {
    footer .u10v0 .u10w5 .u10-links .last {
        margin-top: 0;
    }
}

#release {
    font-size: 12px;
    margin: 8px 0 0px 12px;
    display: inline-block;
}

.pub-metas[aria-hidden="true"] {
    display: none;
}

.pub-metas>div:first-child {
    position: relative;
    width: 144px;
    height: 52px;
    margin-right: 24px;
    border: solid 1px rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}

.pub-meta #rcbox {
    cursor: pointer;
    font-size: 17px;
    padding-left: 12px;
}

.pub-meta img {
    float: right;
    user-select: none;
    margin: 23px 15px 0 0;
    cursor: pointer;
}

#rList {
    position: absolute;
    z-index: 1;
    display: none;
    width: 144px;
    margin: 0px 0;
    padding: 6px 0;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.16);
    font-size: 14px;
    list-style: none;
    color: black;
    background-color: #FBF9F8;
    cursor: pointer;
}

#rList.open {
    display: block;
}

#rList li {
    padding: 14px 16px;
}

#rList li:hover {
    background-color: rgb(22, 21, 19, 0.08);
}

#rList li.selected {
    border-top: 1px solid #227E9E;
    border-bottom: 1px solid #227E9E;
    background-color: rgb(143, 191, 208, 0.4);
}

.pub-info.pc #preview-listview {
    list-style: none;
    padding-left: 0;
}