﻿
.NC8-Container {
    background-color: #F6F6F6;
    color: #1B2849;
    padding: 47px 20px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 47px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
.NC8-Container h5 {
    font-weight: bold;
    margin: 0;
}
.NC8-Container h3.NC8-SubChapter-Title {
    font-weight: bold;
    font-size: 1.2em;
    margin: 20px 0 10px 0;
    padding: 10px 0;
    border-bottom: 2px solid #1B2849;
    max-width: 1160px;
    width: 100%;
}
.NC8-Container .NC8-Chapter-Container {
    display: flex;
    flex-direction: column;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    gap: 16px;
}
.NC8-Container .NC8-Chapter-Container h5 {
    font-weight: bold;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter-Title {
    font-weight: bold;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter {
    display: flex;
    align-items: baseline;
    gap: 17px;
    width: 100%;
    min-height: 43px;
    padding: 15px 21px;
    border-radius: 10px;
    background-color: #E9EEFC;
    box-sizing: border-box;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter.-FirstChapter {
    background-color: #FFF;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Name {
    margin-right: auto;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Separator {
    width: 1px;
    background-color: #D0D0D0;
    height: 32px;
    align-self: start;
    margin: -4px 0;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Separator, 
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc, 
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc {
    flex-shrink: 0;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc, 
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc, 
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc-Empty-Space {
    width: 115px;
    display: flex;
    justify-content: center;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc {
    font-weight: bolder;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent {
    height: 1px;
    background-color: #1B2849;
    flex-shrink: 0;
    align-self: start;
    margin-top: 12px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent2 {
    width: 5px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent3 {
    width: 20px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent4 {
    width: 35px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent5 {
    width: 50px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent6 {
    width: 65px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent7 {
    width: 80px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent8 {
    width: 95px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent9 {
    width: 110px;
}
.NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent10 {
    width: 125px;
}
@media screen and (max-width: 1024px) {
    .NC8-Container {
        font-size: 0.8em;
        padding: 30px 20px;
    }
    .NC8-Container .NC8-Chapter-Container {
        max-width: 600px;
        gap: 8px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter {
        gap: 8px;
        min-height: 22px;
        padding: 8px 10px;
        border-radius: 10px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .NC8-Chapter-Separator {
        width: 1px;
        height: 16px;
        margin: -2px 0;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .nc {
        width: 70px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc, 
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .uc-Empty-Space {
        width: 50px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent {
        margin-top: 8px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent3 {
        width: 10px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent4 {
        width: 17px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent5 {
        width: 25px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent6 {
        width: 32px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent7 {
        width: 40px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent8 {
        width: 48px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent9 {
        width: 55px;
    }
    .NC8-Container .NC8-Chapter-Container .NC8-Chapter .indent10 {
        width: 62px;
    }
}

.Conex-Header-Container {
    position: relative;
    background-image: radial-gradient(circle farthest-corner at 0% 5%, #328AFF -20%, #0D162F 15%, #0D162F 100%);
    color: #FFF;
    width: 100%;
    height: 300px;
    padding: 75px 100px 30px 50px;
}

.Conex-Header-Container .Conex-Header-Breadcrumb-Container {
    position: absolute;
    top: 25px;
    left: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: smaller;
}

.Conex-Header-Container .Conex-Header-Breadcrumb-Text.-Last {
    color: #B1C7EC;
}

.Conex-Header-Container .Conex-Header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
    margin: 0 auto 0 150px;
}

.Conex-Header-Container .Conex-Header-Title {
    font-weight: bold;
}

.Conex-Header-Container .Conex-Header-Description {
    line-height: 1.6;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Container {
    position: absolute;
    right: 0;
    top: 30%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 10px;
    background-color: #1B2849;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.25s linear;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Container:hover {
    width: 120px;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Container:hover .Conex-Header-SuggestionBox-Icon {
    transform: rotate(45deg);
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Icon {
    transition: all 0.25s linear;
}

.Conex-Header-Container .Conex-Header-SuggestionBox-Text {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.1em;
    width: 80px;
}

@media screen and (max-width: 1024px) {
    .Conex-Header-Container {
        height: auto;
        min-height: 200px;
        padding: 60px 60px 30px 50px;
        font-size: 0.8em;
    }
    .Conex-Header-Container .Conex-Header {
        margin: 0 auto 0 50px;
    }
}


.Conex-HeaderChapter-Container {
    position: relative;
    background-image: radial-gradient(circle farthest-corner at 0% 5%, #328AFF -20%, #0D162F 15%, #0D162F 100%);
    color: #FFF;
    width: 100%;
    min-height: 250px;
    padding: 75px 200px 40px;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container {
        padding: 100px 120px 40px 60px;
        font-size: 0.8em;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Breadcrumb-Container {
    position: absolute;
    top: 25px;
    left: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: smaller;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Breadcrumb-Text.-Last {
    color: #B1C7EC;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Container {
    position: absolute;
    top: 50px;
    left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #FFF;
    border-radius: 100px;
    font-size: smaller;
    font-weight: bold;
    padding: 5px 14px;
    transition: all 0.25s linear;
    text-decoration: none;
    color: #FFF;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Container:hover {
    gap: 18px;
    padding: 5px 10px;
    border-color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Container:hover .Conex-HeaderChapter-GoBack-Text {
    color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-GoBack-Text {
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 650px;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container .Conex-HeaderChapter {
        gap: 10px;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Title {
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container .Conex-HeaderChapter-Title {
        font-size: 1.5em;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-Description {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container,
.Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 175px;
    border: 1px solid;
    border-radius: 100px;
    font-size: smaller;
    font-weight: bold;
    padding: 5px 14px;
    transition: all 0.25s linear;
    text-decoration: none;
    color: #FFF;
}

@media screen and (max-width: 1024px) {
    .Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container,
    .Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container {
        min-width: 150px;
    }
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container {
    border-color: #FFF;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container:hover {
    gap: 18px;
    padding: 5px 10px;
    border-color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Container:hover .Conex-HeaderChapter-PreviousChapter-Text {
    color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container {
    border-color: #E4023A;
    background-color: #E4023A;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Container:hover {
    gap: 18px;
    padding: 5px 10px;
    border-color: #FFF;
    background-color: #1B2849;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-PreviousChapter-Text,
.Conex-HeaderChapter-Container .Conex-HeaderChapter-NextChapter-Text {
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Container {
    position: absolute;
    right: 0;
    top: 30%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    padding: 10px;
    background-color: #1B2849;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Container:hover {
    width: 120px;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Container:hover .Conex-HeaderChapter-SuggestionBox-Icon {
    transform: rotate(45deg);
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Icon {
    transition: all 0.25s linear;
}

.Conex-HeaderChapter-Container .Conex-HeaderChapter-SuggestionBox-Text {
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.1em;
    width: 80px;
}


.NC8-Container .NC8-Section-Container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
}
.NC8-Container .NC8-Section-Title {
    display: flex;
    align-items: baseline;
    gap: 50px;
    font-size: larger;
}
.NC8-Container .NC8-Section-Title > div:first-child {
    flex-shrink: 0;
}
.NC8-Container .NC8-Section-Chapter {
    display: flex;
    align-items: baseline;
    gap: 30px;
    min-height: 65px;
    padding: 21px;
    background-color: #FFF;
    border-radius: 10px;
}
.NC8-Container .NC8-Section-Chapter > div:first-child {
    flex-shrink: 0;
}
.NC8-Container .NC8-Section-Chapter-Caret {
    margin-left: auto;
    font-size: 1.5em;
}
.NC8-Container a.nav-link {
    text-decoration: none;
    color: inherit;
}
.NC8-Container a.nav-link:hover .NC8-Section-Chapter {
    background-color: #E9EEFC;
}
@media screen and (max-width: 1024px) {
    .NC8-Container .NC8-Section-Container {
        gap: 8px;
        max-width: 600px;
    }
    .NC8-Container .NC8-Section-Title {
        gap: 25px;
    }
    .NC8-Container .NC8-Section-Chapter {
        gap: 15px;
        min-height: 32px;
        padding: 10px;
        border-radius: 10px;
    }
}