small {
    font-size: 0.875rem;
}

.medium {
    font-size: 1.375rem;
}

.large {
    font-size: 1.5rem;
}

strong {
    font-weight: 700;
}

a,
.link {
    color: #004a98;
    text-decoration: underline;
    font-weight: 500;
}

    a:hover,
    .link:hover {
        color: #1a6ed8;
        text-decoration: none;
    }

    a.external::after,
    .link.external::after {
        content: " \f08e";
        display: inline-block;
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        margin-left: 0.25em;
        text-decoration: none;
    }

main a:hover {
    color: #003165;
    background-color: rgba(0, 74, 152, 0.16);
}

.display,
.display-1,
.display-2,
.display-3,
.display-1-m,
.display-2-m,
.display-3-m {
    font-family: "DM Serif Text", Georgia, "Times New Roman", serif;
}

.display,
.display-1 {
    font-size: 6rem;
    font-weight: 400;
    line-height: 1.125;
}

@media screen and (max-width: 576px) {
    .display,
    .display-1 {
        font-size: calc(1.625rem + 4.5vw);
    }
}

.display-m,
.display-1-m {
    font-size: 4rem;
    line-height: 1.125;
}

.display-2 {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.125em;
}

@media screen and (max-width: 576px) {
    .display-2 {
        font-size: 2.5rem;
        line-height: 1.125em;
    }
}

.display-2-m {
    font-size: 2.5rem;
    line-height: 1.125em;
}

.display-3 {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.25em;
}

@media screen and (max-width: 576px) {
    .display-3 {
        font-size: 2rem;
        line-height: 1.125em;
    }
}

.display-3-m {
    font-size: 2rem;
    line-height: 1.125em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.25;
    font-weight: 700;
}

    h1 a,
    .h1 a,
    h2 a,
    .h2 a,
    h3 a,
    .h3 a,
    h4 a,
    .h4 a,
    h5 a,
    .h5 a,
    h6 a,
    .h6 a {
        font-weight: 700;
    }

h1,
.h1 {
    font-size: 2rem;
    margin: 4rem 0 2rem 0;
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 3rem;
    }
}

.h1-m {
    font-size: 2rem;
}

h2,
.h2 {
    font-size: 1.5rem;
    margin: 2rem 0 1.5rem 0;
}

@media screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 2rem;
        margin: 3rem 0 1.5rem 0;
    }
}

.h2-m {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem 0;
}

@media screen and (min-width: 768px) {
    h3,
    .h3 {
        font-size: 1.5rem;
    }
}

.h3-m {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
    margin: 1.5rem 0 1rem 0;
}

@media screen and (min-width: 768px) {
    h4,
    .h4 {
        font-size: 1.25rem;
    }
}

.h4-m {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
    margin: 1.5rem 0 0.5rem 0;
}

@media screen and (min-width: 768px) {
    h5,
    .h5 {
        font-size: 1.125rem;
    }
}

.h5-m {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
    margin: 1.5rem 0 0.25rem 0;
}

@media screen and (min-width: 768px) {
    h6,
    .h6 {
        font-size: 1rem;
    }
}

.h6-m {
    font-size: 0.875rem;
}

.lead,
.summary {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .lead,
    .summary {
        font-size: 1.375rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

span.label {
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 1rem 0;
    padding: 0;
}

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-xxs {
    margin: 0.25rem !important;
}

.margin-top-xxs {
    margin-top: 0.25rem !important;
}

.margin-right-xxs {
    margin-right: 0.25rem !important;
}

.margin-bottom-xxs {
    margin-bottom: 0.25rem !important;
}

.margin-left-xxs {
    margin-left: 0.25rem !important;
}

.margin-xs {
    margin: 0.5rem !important;
}

.margin-top-xs {
    margin-top: 0.5rem !important;
}

.margin-right-xs {
    margin-right: 0.5rem !important;
}

.margin-bottom-xs {
    margin-bottom: 0.5rem !important;
}

.margin-left-xs {
    margin-left: 0.5rem !important;
}

.margin-sm {
    margin: 1rem !important;
}

.margin-top-sm {
    margin-top: 1rem !important;
}

.margin-right-sm {
    margin-right: 1rem !important;
}

.margin-bottom-sm {
    margin-bottom: 1rem !important;
}

.margin-left-sm {
    margin-left: 1rem !important;
}

.margin-md {
    margin: 1.5rem !important;
}

.margin-top-md {
    margin-top: 1.5rem !important;
}

.margin-right-md {
    margin-right: 1.5rem !important;
}

.margin-bottom-md {
    margin-bottom: 1.5rem !important;
}

.margin-left-md {
    margin-left: 1.5rem !important;
}

.margin-lg {
    margin: 2rem !important;
}

.margin-top-lg {
    margin-top: 2rem !important;
}

.margin-right-lg {
    margin-right: 2rem !important;
}

.margin-bottom-lg {
    margin-bottom: 2rem !important;
}

.margin-left-lg {
    margin-left: 2rem !important;
}

.margin-xl {
    margin: 3rem !important;
}

.margin-top-xl {
    margin-top: 3rem !important;
}

.margin-right-xl {
    margin-right: 3rem !important;
}

.margin-bottom-xl {
    margin-bottom: 3rem !important;
}

.margin-left-xl {
    margin-left: 3rem !important;
}

.margin-xxl {
    margin: 4rem !important;
}

.margin-top-xxl {
    margin-top: 4rem !important;
}

.margin-right-xxl {
    margin-right: 4rem !important;
}

.margin-bottom-xxl {
    margin-bottom: 4rem !important;
}

.margin-left-xxl {
    margin-left: 4rem !important;
}

@media (min-width: 576px) {
    .margin-sm-none {
        margin: 0 !important;
    }

    .margin-top-sm-none {
        margin-top: 0 !important;
    }

    .margin-right-sm-none {
        margin-right: 0 !important;
    }

    .margin-bottom-sm-none {
        margin-bottom: 0 !important;
    }

    .margin-left-sm-none {
        margin-left: 0 !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-xxs {
        margin: 0.25rem !important;
    }

    .margin-top-sm-xxs {
        margin-top: 0.25rem !important;
    }

    .margin-right-sm-xxs {
        margin-right: 0.25rem !important;
    }

    .margin-bottom-sm-xxs {
        margin-bottom: 0.25rem !important;
    }

    .margin-left-sm-xxs {
        margin-left: 0.25rem !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-xs {
        margin: 0.5rem !important;
    }

    .margin-top-sm-xs {
        margin-top: 0.5rem !important;
    }

    .margin-right-sm-xs {
        margin-right: 0.5rem !important;
    }

    .margin-bottom-sm-xs {
        margin-bottom: 0.5rem !important;
    }

    .margin-left-sm-xs {
        margin-left: 0.5rem !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-sm {
        margin: 1rem !important;
    }

    .margin-top-sm-sm {
        margin-top: 1rem !important;
    }

    .margin-right-sm-sm {
        margin-right: 1rem !important;
    }

    .margin-bottom-sm-sm {
        margin-bottom: 1rem !important;
    }

    .margin-left-sm-sm {
        margin-left: 1rem !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-md {
        margin: 1.5rem !important;
    }

    .margin-top-sm-md {
        margin-top: 1.5rem !important;
    }

    .margin-right-sm-md {
        margin-right: 1.5rem !important;
    }

    .margin-bottom-sm-md {
        margin-bottom: 1.5rem !important;
    }

    .margin-left-sm-md {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-lg {
        margin: 2rem !important;
    }

    .margin-top-sm-lg {
        margin-top: 2rem !important;
    }

    .margin-right-sm-lg {
        margin-right: 2rem !important;
    }

    .margin-bottom-sm-lg {
        margin-bottom: 2rem !important;
    }

    .margin-left-sm-lg {
        margin-left: 2rem !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-xl {
        margin: 3rem !important;
    }

    .margin-top-sm-xl {
        margin-top: 3rem !important;
    }

    .margin-right-sm-xl {
        margin-right: 3rem !important;
    }

    .margin-bottom-sm-xl {
        margin-bottom: 3rem !important;
    }

    .margin-left-sm-xl {
        margin-left: 3rem !important;
    }
}

@media (min-width: 576px) {
    .margin-sm-xxl {
        margin: 4rem !important;
    }

    .margin-top-sm-xxl {
        margin-top: 4rem !important;
    }

    .margin-right-sm-xxl {
        margin-right: 4rem !important;
    }

    .margin-bottom-sm-xxl {
        margin-bottom: 4rem !important;
    }

    .margin-left-sm-xxl {
        margin-left: 4rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-none {
        margin: 0 !important;
    }

    .margin-top-md-none {
        margin-top: 0 !important;
    }

    .margin-right-md-none {
        margin-right: 0 !important;
    }

    .margin-bottom-md-none {
        margin-bottom: 0 !important;
    }

    .margin-left-md-none {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .margin-md-xxs {
        margin: 0.25rem !important;
    }

    .margin-top-md-xxs {
        margin-top: 0.25rem !important;
    }

    .margin-right-md-xxs {
        margin-right: 0.25rem !important;
    }

    .margin-bottom-md-xxs {
        margin-bottom: 0.25rem !important;
    }

    .margin-left-md-xxs {
        margin-left: 0.25rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-xs {
        margin: 0.5rem !important;
    }

    .margin-top-md-xs {
        margin-top: 0.5rem !important;
    }

    .margin-right-md-xs {
        margin-right: 0.5rem !important;
    }

    .margin-bottom-md-xs {
        margin-bottom: 0.5rem !important;
    }

    .margin-left-md-xs {
        margin-left: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-sm {
        margin: 1rem !important;
    }

    .margin-top-md-sm {
        margin-top: 1rem !important;
    }

    .margin-right-md-sm {
        margin-right: 1rem !important;
    }

    .margin-bottom-md-sm {
        margin-bottom: 1rem !important;
    }

    .margin-left-md-sm {
        margin-left: 1rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-md {
        margin: 1.5rem !important;
    }

    .margin-top-md-md {
        margin-top: 1.5rem !important;
    }

    .margin-right-md-md {
        margin-right: 1.5rem !important;
    }

    .margin-bottom-md-md {
        margin-bottom: 1.5rem !important;
    }

    .margin-left-md-md {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-lg {
        margin: 2rem !important;
    }

    .margin-top-md-lg {
        margin-top: 2rem !important;
    }

    .margin-right-md-lg {
        margin-right: 2rem !important;
    }

    .margin-bottom-md-lg {
        margin-bottom: 2rem !important;
    }

    .margin-left-md-lg {
        margin-left: 2rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-xl {
        margin: 3rem !important;
    }

    .margin-top-md-xl {
        margin-top: 3rem !important;
    }

    .margin-right-md-xl {
        margin-right: 3rem !important;
    }

    .margin-bottom-md-xl {
        margin-bottom: 3rem !important;
    }

    .margin-left-md-xl {
        margin-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .margin-md-xxl {
        margin: 4rem !important;
    }

    .margin-top-md-xxl {
        margin-top: 4rem !important;
    }

    .margin-right-md-xxl {
        margin-right: 4rem !important;
    }

    .margin-bottom-md-xxl {
        margin-bottom: 4rem !important;
    }

    .margin-left-md-xxl {
        margin-left: 4rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-none {
        margin: 0 !important;
    }

    .margin-top-lg-none {
        margin-top: 0 !important;
    }

    .margin-right-lg-none {
        margin-right: 0 !important;
    }

    .margin-bottom-lg-none {
        margin-bottom: 0 !important;
    }

    .margin-left-lg-none {
        margin-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-xxs {
        margin: 0.25rem !important;
    }

    .margin-top-lg-xxs {
        margin-top: 0.25rem !important;
    }

    .margin-right-lg-xxs {
        margin-right: 0.25rem !important;
    }

    .margin-bottom-lg-xxs {
        margin-bottom: 0.25rem !important;
    }

    .margin-left-lg-xxs {
        margin-left: 0.25rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-xs {
        margin: 0.5rem !important;
    }

    .margin-top-lg-xs {
        margin-top: 0.5rem !important;
    }

    .margin-right-lg-xs {
        margin-right: 0.5rem !important;
    }

    .margin-bottom-lg-xs {
        margin-bottom: 0.5rem !important;
    }

    .margin-left-lg-xs {
        margin-left: 0.5rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-sm {
        margin: 1rem !important;
    }

    .margin-top-lg-sm {
        margin-top: 1rem !important;
    }

    .margin-right-lg-sm {
        margin-right: 1rem !important;
    }

    .margin-bottom-lg-sm {
        margin-bottom: 1rem !important;
    }

    .margin-left-lg-sm {
        margin-left: 1rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-md {
        margin: 1.5rem !important;
    }

    .margin-top-lg-md {
        margin-top: 1.5rem !important;
    }

    .margin-right-lg-md {
        margin-right: 1.5rem !important;
    }

    .margin-bottom-lg-md {
        margin-bottom: 1.5rem !important;
    }

    .margin-left-lg-md {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-lg {
        margin: 2rem !important;
    }

    .margin-top-lg-lg {
        margin-top: 2rem !important;
    }

    .margin-right-lg-lg {
        margin-right: 2rem !important;
    }

    .margin-bottom-lg-lg {
        margin-bottom: 2rem !important;
    }

    .margin-left-lg-lg {
        margin-left: 2rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-xl {
        margin: 3rem !important;
    }

    .margin-top-lg-xl {
        margin-top: 3rem !important;
    }

    .margin-right-lg-xl {
        margin-right: 3rem !important;
    }

    .margin-bottom-lg-xl {
        margin-bottom: 3rem !important;
    }

    .margin-left-lg-xl {
        margin-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .margin-lg-xxl {
        margin: 4rem !important;
    }

    .margin-top-lg-xxl {
        margin-top: 4rem !important;
    }

    .margin-right-lg-xxl {
        margin-right: 4rem !important;
    }

    .margin-bottom-lg-xxl {
        margin-bottom: 4rem !important;
    }

    .margin-left-lg-xxl {
        margin-left: 4rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-none {
        margin: 0 !important;
    }

    .margin-top-xl-none {
        margin-top: 0 !important;
    }

    .margin-right-xl-none {
        margin-right: 0 !important;
    }

    .margin-bottom-xl-none {
        margin-bottom: 0 !important;
    }

    .margin-left-xl-none {
        margin-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-xxs {
        margin: 0.25rem !important;
    }

    .margin-top-xl-xxs {
        margin-top: 0.25rem !important;
    }

    .margin-right-xl-xxs {
        margin-right: 0.25rem !important;
    }

    .margin-bottom-xl-xxs {
        margin-bottom: 0.25rem !important;
    }

    .margin-left-xl-xxs {
        margin-left: 0.25rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-xs {
        margin: 0.5rem !important;
    }

    .margin-top-xl-xs {
        margin-top: 0.5rem !important;
    }

    .margin-right-xl-xs {
        margin-right: 0.5rem !important;
    }

    .margin-bottom-xl-xs {
        margin-bottom: 0.5rem !important;
    }

    .margin-left-xl-xs {
        margin-left: 0.5rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-sm {
        margin: 1rem !important;
    }

    .margin-top-xl-sm {
        margin-top: 1rem !important;
    }

    .margin-right-xl-sm {
        margin-right: 1rem !important;
    }

    .margin-bottom-xl-sm {
        margin-bottom: 1rem !important;
    }

    .margin-left-xl-sm {
        margin-left: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-md {
        margin: 1.5rem !important;
    }

    .margin-top-xl-md {
        margin-top: 1.5rem !important;
    }

    .margin-right-xl-md {
        margin-right: 1.5rem !important;
    }

    .margin-bottom-xl-md {
        margin-bottom: 1.5rem !important;
    }

    .margin-left-xl-md {
        margin-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-lg {
        margin: 2rem !important;
    }

    .margin-top-xl-lg {
        margin-top: 2rem !important;
    }

    .margin-right-xl-lg {
        margin-right: 2rem !important;
    }

    .margin-bottom-xl-lg {
        margin-bottom: 2rem !important;
    }

    .margin-left-xl-lg {
        margin-left: 2rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-xl {
        margin: 3rem !important;
    }

    .margin-top-xl-xl {
        margin-top: 3rem !important;
    }

    .margin-right-xl-xl {
        margin-right: 3rem !important;
    }

    .margin-bottom-xl-xl {
        margin-bottom: 3rem !important;
    }

    .margin-left-xl-xl {
        margin-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .margin-xl-xxl {
        margin: 4rem !important;
    }

    .margin-top-xl-xxl {
        margin-top: 4rem !important;
    }

    .margin-right-xl-xxl {
        margin-right: 4rem !important;
    }

    .margin-bottom-xl-xxl {
        margin-bottom: 4rem !important;
    }

    .margin-left-xl-xxl {
        margin-left: 4rem !important;
    }
}

.padding-none {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0 !important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-left-none {
    padding-left: 0 !important;
}

.padding-xxs {
    padding: 0.25rem !important;
}

.padding-top-xxs {
    padding-top: 0.25rem !important;
}

.padding-right-xxs {
    padding-right: 0.25rem !important;
}

.padding-bottom-xxs {
    padding-bottom: 0.25rem !important;
}

.padding-left-xxs {
    padding-left: 0.25rem !important;
}

.padding-xs {
    padding: 0.5rem !important;
}

.padding-top-xs {
    padding-top: 0.5rem !important;
}

.padding-right-xs {
    padding-right: 0.5rem !important;
}

.padding-bottom-xs {
    padding-bottom: 0.5rem !important;
}

.padding-left-xs {
    padding-left: 0.5rem !important;
}

.padding-sm {
    padding: 1rem !important;
}

.padding-top-sm {
    padding-top: 1rem !important;
}

.padding-right-sm {
    padding-right: 1rem !important;
}

.padding-bottom-sm {
    padding-bottom: 1rem !important;
}

.padding-left-sm {
    padding-left: 1rem !important;
}

.padding-md {
    padding: 1.5rem !important;
}

.padding-top-md {
    padding-top: 1.5rem !important;
}

.padding-right-md {
    padding-right: 1.5rem !important;
}

.padding-bottom-md {
    padding-bottom: 1.5rem !important;
}

.padding-left-md {
    padding-left: 1.5rem !important;
}

.padding-lg {
    padding: 2rem !important;
}

.padding-top-lg {
    padding-top: 2rem !important;
}

.padding-right-lg {
    padding-right: 2rem !important;
}

.padding-bottom-lg {
    padding-bottom: 2rem !important;
}

.padding-left-lg {
    padding-left: 2rem !important;
}

.padding-xl {
    padding: 3rem !important;
}

.padding-top-xl {
    padding-top: 3rem !important;
}

.padding-right-xl {
    padding-right: 3rem !important;
}

.padding-bottom-xl {
    padding-bottom: 3rem !important;
}

.padding-left-xl {
    padding-left: 3rem !important;
}

.padding-xxl {
    padding: 4rem !important;
}

.padding-top-xxl {
    padding-top: 4rem !important;
}

.padding-right-xxl {
    padding-right: 4rem !important;
}

.padding-bottom-xxl {
    padding-bottom: 4rem !important;
}

.padding-left-xxl {
    padding-left: 4rem !important;
}

@media (min-width: 576px) {
    .padding-sm-none {
        padding: 0 !important;
    }

    .padding-top-sm-none {
        padding-top: 0 !important;
    }

    .padding-right-sm-none {
        padding-right: 0 !important;
    }

    .padding-bottom-sm-none {
        padding-bottom: 0 !important;
    }

    .padding-left-sm-none {
        padding-left: 0 !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-xxs {
        padding: 0.25rem !important;
    }

    .padding-top-sm-xxs {
        padding-top: 0.25rem !important;
    }

    .padding-right-sm-xxs {
        padding-right: 0.25rem !important;
    }

    .padding-bottom-sm-xxs {
        padding-bottom: 0.25rem !important;
    }

    .padding-left-sm-xxs {
        padding-left: 0.25rem !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-xs {
        padding: 0.5rem !important;
    }

    .padding-top-sm-xs {
        padding-top: 0.5rem !important;
    }

    .padding-right-sm-xs {
        padding-right: 0.5rem !important;
    }

    .padding-bottom-sm-xs {
        padding-bottom: 0.5rem !important;
    }

    .padding-left-sm-xs {
        padding-left: 0.5rem !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-sm {
        padding: 1rem !important;
    }

    .padding-top-sm-sm {
        padding-top: 1rem !important;
    }

    .padding-right-sm-sm {
        padding-right: 1rem !important;
    }

    .padding-bottom-sm-sm {
        padding-bottom: 1rem !important;
    }

    .padding-left-sm-sm {
        padding-left: 1rem !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-md {
        padding: 1.5rem !important;
    }

    .padding-top-sm-md {
        padding-top: 1.5rem !important;
    }

    .padding-right-sm-md {
        padding-right: 1.5rem !important;
    }

    .padding-bottom-sm-md {
        padding-bottom: 1.5rem !important;
    }

    .padding-left-sm-md {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-lg {
        padding: 2rem !important;
    }

    .padding-top-sm-lg {
        padding-top: 2rem !important;
    }

    .padding-right-sm-lg {
        padding-right: 2rem !important;
    }

    .padding-bottom-sm-lg {
        padding-bottom: 2rem !important;
    }

    .padding-left-sm-lg {
        padding-left: 2rem !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-xl {
        padding: 3rem !important;
    }

    .padding-top-sm-xl {
        padding-top: 3rem !important;
    }

    .padding-right-sm-xl {
        padding-right: 3rem !important;
    }

    .padding-bottom-sm-xl {
        padding-bottom: 3rem !important;
    }

    .padding-left-sm-xl {
        padding-left: 3rem !important;
    }
}

@media (min-width: 576px) {
    .padding-sm-xxl {
        padding: 4rem !important;
    }

    .padding-top-sm-xxl {
        padding-top: 4rem !important;
    }

    .padding-right-sm-xxl {
        padding-right: 4rem !important;
    }

    .padding-bottom-sm-xxl {
        padding-bottom: 4rem !important;
    }

    .padding-left-sm-xxl {
        padding-left: 4rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-none {
        padding: 0 !important;
    }

    .padding-top-md-none {
        padding-top: 0 !important;
    }

    .padding-right-md-none {
        padding-right: 0 !important;
    }

    .padding-bottom-md-none {
        padding-bottom: 0 !important;
    }

    .padding-left-md-none {
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .padding-md-xxs {
        padding: 0.25rem !important;
    }

    .padding-top-md-xxs {
        padding-top: 0.25rem !important;
    }

    .padding-right-md-xxs {
        padding-right: 0.25rem !important;
    }

    .padding-bottom-md-xxs {
        padding-bottom: 0.25rem !important;
    }

    .padding-left-md-xxs {
        padding-left: 0.25rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-xs {
        padding: 0.5rem !important;
    }

    .padding-top-md-xs {
        padding-top: 0.5rem !important;
    }

    .padding-right-md-xs {
        padding-right: 0.5rem !important;
    }

    .padding-bottom-md-xs {
        padding-bottom: 0.5rem !important;
    }

    .padding-left-md-xs {
        padding-left: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-sm {
        padding: 1rem !important;
    }

    .padding-top-md-sm {
        padding-top: 1rem !important;
    }

    .padding-right-md-sm {
        padding-right: 1rem !important;
    }

    .padding-bottom-md-sm {
        padding-bottom: 1rem !important;
    }

    .padding-left-md-sm {
        padding-left: 1rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-md {
        padding: 1.5rem !important;
    }

    .padding-top-md-md {
        padding-top: 1.5rem !important;
    }

    .padding-right-md-md {
        padding-right: 1.5rem !important;
    }

    .padding-bottom-md-md {
        padding-bottom: 1.5rem !important;
    }

    .padding-left-md-md {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-lg {
        padding: 2rem !important;
    }

    .padding-top-md-lg {
        padding-top: 2rem !important;
    }

    .padding-right-md-lg {
        padding-right: 2rem !important;
    }

    .padding-bottom-md-lg {
        padding-bottom: 2rem !important;
    }

    .padding-left-md-lg {
        padding-left: 2rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-xl {
        padding: 3rem !important;
    }

    .padding-top-md-xl {
        padding-top: 3rem !important;
    }

    .padding-right-md-xl {
        padding-right: 3rem !important;
    }

    .padding-bottom-md-xl {
        padding-bottom: 3rem !important;
    }

    .padding-left-md-xl {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px) {
    .padding-md-xxl {
        padding: 4rem !important;
    }

    .padding-top-md-xxl {
        padding-top: 4rem !important;
    }

    .padding-right-md-xxl {
        padding-right: 4rem !important;
    }

    .padding-bottom-md-xxl {
        padding-bottom: 4rem !important;
    }

    .padding-left-md-xxl {
        padding-left: 4rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-none {
        padding: 0 !important;
    }

    .padding-top-lg-none {
        padding-top: 0 !important;
    }

    .padding-right-lg-none {
        padding-right: 0 !important;
    }

    .padding-bottom-lg-none {
        padding-bottom: 0 !important;
    }

    .padding-left-lg-none {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-xxs {
        padding: 0.25rem !important;
    }

    .padding-top-lg-xxs {
        padding-top: 0.25rem !important;
    }

    .padding-right-lg-xxs {
        padding-right: 0.25rem !important;
    }

    .padding-bottom-lg-xxs {
        padding-bottom: 0.25rem !important;
    }

    .padding-left-lg-xxs {
        padding-left: 0.25rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-xs {
        padding: 0.5rem !important;
    }

    .padding-top-lg-xs {
        padding-top: 0.5rem !important;
    }

    .padding-right-lg-xs {
        padding-right: 0.5rem !important;
    }

    .padding-bottom-lg-xs {
        padding-bottom: 0.5rem !important;
    }

    .padding-left-lg-xs {
        padding-left: 0.5rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-sm {
        padding: 1rem !important;
    }

    .padding-top-lg-sm {
        padding-top: 1rem !important;
    }

    .padding-right-lg-sm {
        padding-right: 1rem !important;
    }

    .padding-bottom-lg-sm {
        padding-bottom: 1rem !important;
    }

    .padding-left-lg-sm {
        padding-left: 1rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-md {
        padding: 1.5rem !important;
    }

    .padding-top-lg-md {
        padding-top: 1.5rem !important;
    }

    .padding-right-lg-md {
        padding-right: 1.5rem !important;
    }

    .padding-bottom-lg-md {
        padding-bottom: 1.5rem !important;
    }

    .padding-left-lg-md {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-lg {
        padding: 2rem !important;
    }

    .padding-top-lg-lg {
        padding-top: 2rem !important;
    }

    .padding-right-lg-lg {
        padding-right: 2rem !important;
    }

    .padding-bottom-lg-lg {
        padding-bottom: 2rem !important;
    }

    .padding-left-lg-lg {
        padding-left: 2rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-xl {
        padding: 3rem !important;
    }

    .padding-top-lg-xl {
        padding-top: 3rem !important;
    }

    .padding-right-lg-xl {
        padding-right: 3rem !important;
    }

    .padding-bottom-lg-xl {
        padding-bottom: 3rem !important;
    }

    .padding-left-lg-xl {
        padding-left: 3rem !important;
    }
}

@media (min-width: 992px) {
    .padding-lg-xxl {
        padding: 4rem !important;
    }

    .padding-top-lg-xxl {
        padding-top: 4rem !important;
    }

    .padding-right-lg-xxl {
        padding-right: 4rem !important;
    }

    .padding-bottom-lg-xxl {
        padding-bottom: 4rem !important;
    }

    .padding-left-lg-xxl {
        padding-left: 4rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-none {
        padding: 0 !important;
    }

    .padding-top-xl-none {
        padding-top: 0 !important;
    }

    .padding-right-xl-none {
        padding-right: 0 !important;
    }

    .padding-bottom-xl-none {
        padding-bottom: 0 !important;
    }

    .padding-left-xl-none {
        padding-left: 0 !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-xxs {
        padding: 0.25rem !important;
    }

    .padding-top-xl-xxs {
        padding-top: 0.25rem !important;
    }

    .padding-right-xl-xxs {
        padding-right: 0.25rem !important;
    }

    .padding-bottom-xl-xxs {
        padding-bottom: 0.25rem !important;
    }

    .padding-left-xl-xxs {
        padding-left: 0.25rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-xs {
        padding: 0.5rem !important;
    }

    .padding-top-xl-xs {
        padding-top: 0.5rem !important;
    }

    .padding-right-xl-xs {
        padding-right: 0.5rem !important;
    }

    .padding-bottom-xl-xs {
        padding-bottom: 0.5rem !important;
    }

    .padding-left-xl-xs {
        padding-left: 0.5rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-sm {
        padding: 1rem !important;
    }

    .padding-top-xl-sm {
        padding-top: 1rem !important;
    }

    .padding-right-xl-sm {
        padding-right: 1rem !important;
    }

    .padding-bottom-xl-sm {
        padding-bottom: 1rem !important;
    }

    .padding-left-xl-sm {
        padding-left: 1rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-md {
        padding: 1.5rem !important;
    }

    .padding-top-xl-md {
        padding-top: 1.5rem !important;
    }

    .padding-right-xl-md {
        padding-right: 1.5rem !important;
    }

    .padding-bottom-xl-md {
        padding-bottom: 1.5rem !important;
    }

    .padding-left-xl-md {
        padding-left: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-lg {
        padding: 2rem !important;
    }

    .padding-top-xl-lg {
        padding-top: 2rem !important;
    }

    .padding-right-xl-lg {
        padding-right: 2rem !important;
    }

    .padding-bottom-xl-lg {
        padding-bottom: 2rem !important;
    }

    .padding-left-xl-lg {
        padding-left: 2rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-xl {
        padding: 3rem !important;
    }

    .padding-top-xl-xl {
        padding-top: 3rem !important;
    }

    .padding-right-xl-xl {
        padding-right: 3rem !important;
    }

    .padding-bottom-xl-xl {
        padding-bottom: 3rem !important;
    }

    .padding-left-xl-xl {
        padding-left: 3rem !important;
    }
}

@media (min-width: 1200px) {
    .padding-xl-xxl {
        padding: 4rem !important;
    }

    .padding-top-xl-xxl {
        padding-top: 4rem !important;
    }

    .padding-right-xl-xxl {
        padding-right: 4rem !important;
    }

    .padding-bottom-xl-xxl {
        padding-bottom: 4rem !important;
    }

    .padding-left-xl-xxl {
        padding-left: 4rem !important;
    }
}

/*!
 * GNB Grid v1.0.0 (https://gnb.ca)
 * Based on Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 */
:root {
    --gnb-gutter-x: 2rem;
    --gnb-gutter-y: 0;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: calc(var(--gnb-gutter-x) * 0.5);
    padding-left: calc(var(--gnb-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--gnb-gutter-y));
    margin-right: calc(-0.5 * var(--gnb-gutter-x));
    margin-left: calc(-0.5 * var(--gnb-gutter-x));
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--gnb-gutter-x) * 0.5);
        padding-left: calc(var(--gnb-gutter-x) * 0.5);
        margin-top: var(--gnb-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0, .gx-0 {
    --gnb-gutter-x: 0;
}

.g-0, .gy-0 {
    --gnb-gutter-y: 0;
}

.g-1, .gx-1 {
    --gnb-gutter-x: 0.25rem;
}

.g-1, .gy-1 {
    --gnb-gutter-y: 0.25rem;
}

.g-2, .gx-2 {
    --gnb-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
    --gnb-gutter-y: 0.5rem;
}

.g-3, .gx-3 {
    --gnb-gutter-x: 1rem;
}

.g-3, .gy-3 {
    --gnb-gutter-y: 1rem;
}

.g-4, .gx-4 {
    --gnb-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
    --gnb-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
    --gnb-gutter-x: 3rem;
}

.g-5, .gy-5 {
    --gnb-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0, .gx-sm-0 {
        --gnb-gutter-x: 0;
    }

    .g-sm-0, .gy-sm-0 {
        --gnb-gutter-y: 0;
    }

    .g-sm-1, .gx-sm-1 {
        --gnb-gutter-x: 0.25rem;
    }

    .g-sm-1, .gy-sm-1 {
        --gnb-gutter-y: 0.25rem;
    }

    .g-sm-2, .gx-sm-2 {
        --gnb-gutter-x: 0.5rem;
    }

    .g-sm-2, .gy-sm-2 {
        --gnb-gutter-y: 0.5rem;
    }

    .g-sm-3, .gx-sm-3 {
        --gnb-gutter-x: 1rem;
    }

    .g-sm-3, .gy-sm-3 {
        --gnb-gutter-y: 1rem;
    }

    .g-sm-4, .gx-sm-4 {
        --gnb-gutter-x: 1.5rem;
    }

    .g-sm-4, .gy-sm-4 {
        --gnb-gutter-y: 1.5rem;
    }

    .g-sm-5, .gx-sm-5 {
        --gnb-gutter-x: 3rem;
    }

    .g-sm-5, .gy-sm-5 {
        --gnb-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0, .gx-md-0 {
        --gnb-gutter-x: 0;
    }

    .g-md-0, .gy-md-0 {
        --gnb-gutter-y: 0;
    }

    .g-md-1, .gx-md-1 {
        --gnb-gutter-x: 0.25rem;
    }

    .g-md-1, .gy-md-1 {
        --gnb-gutter-y: 0.25rem;
    }

    .g-md-2, .gx-md-2 {
        --gnb-gutter-x: 0.5rem;
    }

    .g-md-2, .gy-md-2 {
        --gnb-gutter-y: 0.5rem;
    }

    .g-md-3, .gx-md-3 {
        --gnb-gutter-x: 1rem;
    }

    .g-md-3, .gy-md-3 {
        --gnb-gutter-y: 1rem;
    }

    .g-md-4, .gx-md-4 {
        --gnb-gutter-x: 1.5rem;
    }

    .g-md-4, .gy-md-4 {
        --gnb-gutter-y: 1.5rem;
    }

    .g-md-5, .gx-md-5 {
        --gnb-gutter-x: 3rem;
    }

    .g-md-5, .gy-md-5 {
        --gnb-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0, .gx-lg-0 {
        --gnb-gutter-x: 0;
    }

    .g-lg-0, .gy-lg-0 {
        --gnb-gutter-y: 0;
    }

    .g-lg-1, .gx-lg-1 {
        --gnb-gutter-x: 0.25rem;
    }

    .g-lg-1, .gy-lg-1 {
        --gnb-gutter-y: 0.25rem;
    }

    .g-lg-2, .gx-lg-2 {
        --gnb-gutter-x: 0.5rem;
    }

    .g-lg-2, .gy-lg-2 {
        --gnb-gutter-y: 0.5rem;
    }

    .g-lg-3, .gx-lg-3 {
        --gnb-gutter-x: 1rem;
    }

    .g-lg-3, .gy-lg-3 {
        --gnb-gutter-y: 1rem;
    }

    .g-lg-4, .gx-lg-4 {
        --gnb-gutter-x: 1.5rem;
    }

    .g-lg-4, .gy-lg-4 {
        --gnb-gutter-y: 1.5rem;
    }

    .g-lg-5, .gx-lg-5 {
        --gnb-gutter-x: 3rem;
    }

    .g-lg-5, .gy-lg-5 {
        --gnb-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0, .gx-xl-0 {
        --gnb-gutter-x: 0;
    }

    .g-xl-0, .gy-xl-0 {
        --gnb-gutter-y: 0;
    }

    .g-xl-1, .gx-xl-1 {
        --gnb-gutter-x: 0.25rem;
    }

    .g-xl-1, .gy-xl-1 {
        --gnb-gutter-y: 0.25rem;
    }

    .g-xl-2, .gx-xl-2 {
        --gnb-gutter-x: 0.5rem;
    }

    .g-xl-2, .gy-xl-2 {
        --gnb-gutter-y: 0.5rem;
    }

    .g-xl-3, .gx-xl-3 {
        --gnb-gutter-x: 1rem;
    }

    .g-xl-3, .gy-xl-3 {
        --gnb-gutter-y: 1rem;
    }

    .g-xl-4, .gx-xl-4 {
        --gnb-gutter-x: 1.5rem;
    }

    .g-xl-4, .gy-xl-4 {
        --gnb-gutter-y: 1.5rem;
    }

    .g-xl-5, .gx-xl-5 {
        --gnb-gutter-x: 3rem;
    }

    .g-xl-5, .gy-xl-5 {
        --gnb-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0, .gx-xxl-0 {
        --gnb-gutter-x: 0;
    }

    .g-xxl-0, .gy-xxl-0 {
        --gnb-gutter-y: 0;
    }

    .g-xxl-1, .gx-xxl-1 {
        --gnb-gutter-x: 0.25rem;
    }

    .g-xxl-1, .gy-xxl-1 {
        --gnb-gutter-y: 0.25rem;
    }

    .g-xxl-2, .gx-xxl-2 {
        --gnb-gutter-x: 0.5rem;
    }

    .g-xxl-2, .gy-xxl-2 {
        --gnb-gutter-y: 0.5rem;
    }

    .g-xxl-3, .gx-xxl-3 {
        --gnb-gutter-x: 1rem;
    }

    .g-xxl-3, .gy-xxl-3 {
        --gnb-gutter-y: 1rem;
    }

    .g-xxl-4, .gx-xxl-4 {
        --gnb-gutter-x: 1.5rem;
    }

    .g-xxl-4, .gy-xxl-4 {
        --gnb-gutter-y: 1.5rem;
    }

    .g-xxl-5, .gx-xxl-5 {
        --gnb-gutter-x: 3rem;
    }

    .g-xxl-5, .gy-xxl-5 {
        --gnb-gutter-y: 3rem;
    }
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

body {
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

code {
    background-color: #ddd;
    border-radius: 0.25rem;
    padding: 0 0.15rem;
}

hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    margin: 3rem 0 2rem 0;
}

.gnb-accordion-toggleall {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    margin: 0;
    padding: 0;
    top: -1rem;
    right: 0;
    width: fit-content;
}

.gnb-accordion-pane {
    display: flex;
    position: relative;
}

.gnb-accordion {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
}

    .gnb-accordion .gnb-accordion-container {
        border: 1px solid #ddd;
        border-width: 1px 0 0 0;
    }

        .gnb-accordion .gnb-accordion-container:last-of-type {
            border-width: 1px 0 1px 0;
        }

    .gnb-accordion .gnb-accordion-heading button {
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #004a98;
        cursor: pointer;
        display: block;
        font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.25;
        inset: 0;
        margin: 0;
        outline: none;
        padding: 1rem 3rem 1rem 1rem;
        position: relative;
        text-align: left;
        text-decoration: none;
        width: 100%;
        z-index: 1;
    }

        .gnb-accordion .gnb-accordion-heading button::after {
            content: "";
            background: url(../img/angle-down.svg) top right no-repeat;
            position: absolute;
            width: 1rem;
            height: 1.25rem;
            top: 1rem;
            right: 1rem;
            z-index: 2;
        }

        .gnb-accordion .gnb-accordion-heading button[aria-expanded="true"] {
            background-color: #004a98;
            color: #ffffff;
        }

            .gnb-accordion .gnb-accordion-heading button[aria-expanded="true"]::after {
                content: "";
                background: url(../img/angle-down-active.svg) top right no-repeat;
                transform: rotate(180deg);
                z-index: 2;
            }

        .gnb-accordion .gnb-accordion-heading button:hover, .gnb-accordion .gnb-accordion-heading button:active, .gnb-accordion .gnb-accordion-heading button:focus {
            background-color: #004a98;
            border-radius: 0;
            color: #ffffff;
            box-shadow: none;
            transition: .2s ease-in-out;
        }

            .gnb-accordion .gnb-accordion-heading button:hover[aria-expanded="false"]::after, .gnb-accordion .gnb-accordion-heading button:active[aria-expanded="false"]::after, .gnb-accordion .gnb-accordion-heading button:focus[aria-expanded="false"]::after {
                content: "";
                background: url(../img/angle-down-active.svg) top right no-repeat;
                transition: .2s ease-in-out;
            }

            .gnb-accordion .gnb-accordion-heading button:hover[aria-expanded="true"]::after, .gnb-accordion .gnb-accordion-heading button:active[aria-expanded="true"]::after, .gnb-accordion .gnb-accordion-heading button:focus[aria-expanded="true"]::after {
                content: "";
                background: url(../img/angle-down-active.svg) top right no-repeat;
                transform: rotate(180deg);
                transition: .2s ease-in-out;
            }

        .gnb-accordion .gnb-accordion-heading button:focus {
            outline: 3px solid #efb300;
        }

@media screen and (min-width: 992px) {
    .gnb-accordion .gnb-accordion-heading button {
        font-size: 1.25rem;
        padding: 1rem 3rem 1rem 1.5rem;
    }

        .gnb-accordion .gnb-accordion-heading button::after {
            right: 1.5rem;
            top: 1.125rem;
        }
}

.gnb-accordion .group-descripton {
    margin-top: 1.5rem;
}

.gnb-accordion .gnb-accordion-panel {
    max-height: 0vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1;
}

    .gnb-accordion .gnb-accordion-panel[aria-hidden="false"] {
        max-height: 1000vh;
        padding: 0 1.5rem 1.5rem 1.5rem;
        overflow: auto;
        visibility: visible;
    }

    .gnb-accordion .gnb-accordion-panel:last-child {
        margin-bottom: 0;
    }

.gnb-accordion-cards {
    list-style: none;
    padding-left: 0;
    width: 100%;
}

    .gnb-accordion-cards .gnb-accordion-container {
        display: block;
        margin-bottom: 0.5rem;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .gnb-accordion-cards .gnb-accordion-heading button {
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 0.25rem;
        box-shadow: 0 2px 4px #eee;
        color: #004a98;
        font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.5;
        cursor: pointer;
        display: block;
        margin: 0;
        outline: none;
        padding: 1rem 2.5rem 1rem 1rem;
        position: relative;
        text-align: left;
        text-decoration: none;
        width: 100%;
        z-index: 1;
    }

        .gnb-accordion-cards .gnb-accordion-heading button::after {
            content: "";
            background: url(../img/angle-down.svg) top right no-repeat;
            position: absolute;
            width: 1rem;
            height: 1.25rem;
            top: 1.25rem;
            right: 1.25rem;
            z-index: 2;
        }

        .gnb-accordion-cards .gnb-accordion-heading button[aria-expanded="true"] {
            background-color: #004a98;
            border-color: #004a98;
            border-radius: 0.25rem 0.25rem 0 0;
            box-shadow: none;
            color: #ffffff;
        }

            .gnb-accordion-cards .gnb-accordion-heading button[aria-expanded="true"]::after {
                content: "";
                background: url(../img/angle-down-active.svg) top right no-repeat;
                transform: rotate(180deg);
                z-index: 2;
            }

        .gnb-accordion-cards .gnb-accordion-heading button:hover, .gnb-accordion-cards .gnb-accordion-heading button:active, .gnb-accordion-cards .gnb-accordion-heading button:focus {
            background-color: #004a98;
            color: #ffffff;
            border-radius: 0.25rem;
            box-shadow: none;
            transition: .2s ease-in-out;
        }

            .gnb-accordion-cards .gnb-accordion-heading button:hover[aria-expanded="false"]::after, .gnb-accordion-cards .gnb-accordion-heading button:active[aria-expanded="false"]::after, .gnb-accordion-cards .gnb-accordion-heading button:focus[aria-expanded="false"]::after {
                content: "";
                background: url(../img/angle-down-active.svg) top right no-repeat;
                transition: .2s ease-in-out;
            }

            .gnb-accordion-cards .gnb-accordion-heading button:hover[aria-expanded="true"], .gnb-accordion-cards .gnb-accordion-heading button:active[aria-expanded="true"], .gnb-accordion-cards .gnb-accordion-heading button:focus[aria-expanded="true"] {
                border-radius: 0.25rem 0.25rem 0 0;
            }

                .gnb-accordion-cards .gnb-accordion-heading button:hover[aria-expanded="true"]::after, .gnb-accordion-cards .gnb-accordion-heading button:active[aria-expanded="true"]::after, .gnb-accordion-cards .gnb-accordion-heading button:focus[aria-expanded="true"]::after {
                    content: "";
                    background: url(../img/angle-down-active.svg) top right no-repeat;
                    transform: rotate(180deg);
                    transition: .2s ease-in-out;
                }

            .gnb-accordion-cards .gnb-accordion-heading button:hover:focus, .gnb-accordion-cards .gnb-accordion-heading button:active:focus, .gnb-accordion-cards .gnb-accordion-heading button:focus:focus {
                outline: 3px solid #efb300;
                transition: .2s ease-in-out;
            }

@media screen and (min-width: 992px) {
    .gnb-accordion-cards .gnb-accordion-heading button {
        font-size: 1.25rem;
        padding: 1rem 3rem 1rem 1.5rem;
    }

        .gnb-accordion-cards .gnb-accordion-heading button::after {
            right: 1.5rem;
        }
}

.gnb-accordion-cards .group-description {
    margin-top: 1.5rem;
}

.gnb-accordion-cards .gnb-accordion-panel {
    max-height: 0vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1;
}

    .gnb-accordion-cards .gnb-accordion-panel[aria-hidden="false"] {
        max-height: 1000vh;
        padding: 1rem 1.5rem;
        border: 1px solid #ddd;
        border-width: 0 1px 1px 1px;
        box-shadow: 0 2px 4px #eee;
        overflow: auto;
        visibility: visible;
    }

    .gnb-accordion-cards .gnb-accordion-panel:last-child {
        margin-bottom: 0;
    }

.gnb-accordion-steps {
    list-style: none;
    position: relative;
    padding-inline-start: 1.25rem;
    counter-reset: step-by-step-counter;
    width: 100%;
}

    .gnb-accordion-steps .gnb-accordion-container {
        padding-left: 0;
        border-left: 2px solid #000;
        counter-increment: step-by-step-counter;
    }

        .gnb-accordion-steps .gnb-accordion-container::before {
            content: "" counter(step-by-step-counter);
            display: inline-block;
            background: #004a98;
            border-radius: 100%;
            color: #ffffff;
            font-size: 1.125rem;
            font-weight: 700;
            height: 2.5rem;
            width: 2.5rem;
            left: 0rem;
            line-height: 2.5rem;
            position: absolute;
            text-align: center;
            z-index: 99;
        }

@media screen and (min-width: 992px) {
    .gnb-accordion-steps .gnb-accordion-container::before {
        font-size: 1.25rem;
    }
}

.gnb-accordion-steps .gnb-accordion-heading button {
    background-color: #ffffff;
    border: none;
    color: #004a98;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.125;
    margin: 0;
    outline: none;
    padding: 0.5rem 3rem 0.5rem 2rem;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    z-index: 1;
}

    .gnb-accordion-steps .gnb-accordion-heading button::after {
        content: "";
        background: url(../img/angle-down.svg) top right no-repeat;
        position: absolute;
        width: 1rem;
        height: 1.25rem;
        top: 0.5rem;
        right: 0rem;
        z-index: 2;
    }

    .gnb-accordion-steps .gnb-accordion-heading button[aria-expanded="true"]::after {
        content: "";
        background: url(../img/angle-down.svg) top right no-repeat;
        transform: rotate(180deg);
        z-index: 2;
    }

    .gnb-accordion-steps .gnb-accordion-heading button:hover, .gnb-accordion-steps .gnb-accordion-heading button:active, .gnb-accordion-steps .gnb-accordion-heading button:focus {
        background-color: #ffffff;
        border-radius: 0.25rem;
        box-shadow: none;
        text-decoration: underline;
    }

        .gnb-accordion-steps .gnb-accordion-heading button:hover[aria-expanded="false"]::after, .gnb-accordion-steps .gnb-accordion-heading button:active[aria-expanded="false"]::after, .gnb-accordion-steps .gnb-accordion-heading button:focus[aria-expanded="false"]::after {
            content: "";
            background: url(../img/angle-down.svg) top right no-repeat;
            transition: .2s ease-in-out;
        }

        .gnb-accordion-steps .gnb-accordion-heading button:hover[aria-expanded="true"]::after, .gnb-accordion-steps .gnb-accordion-heading button:active[aria-expanded="true"]::after, .gnb-accordion-steps .gnb-accordion-heading button:focus[aria-expanded="true"]::after {
            content: "";
            background: url(../img/angle-down.svg) top right no-repeat;
            transform: rotate(180deg);
            transition: .2s ease-in-out;
        }

@media screen and (min-width: 992px) {
    .gnb-accordion-steps .gnb-accordion-heading button {
        font-size: 1.25rem;
    }

        .gnb-accordion-steps .gnb-accordion-heading button::after {
            top: 0.75rem;
            right: 0rem;
        }
}

.gnb-accordion-steps .group-descripton {
    margin-top: 1.5rem;
}

.gnb-accordion-steps .gnb-accordion-panel {
    max-height: 0vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    visibility: hidden;
    z-index: 1;
}

    .gnb-accordion-steps .gnb-accordion-panel[aria-hidden="false"] {
        max-height: 1000vh;
        padding: 0 1rem 2rem 2rem;
        overflow: auto;
        visibility: visible;
    }

    .gnb-accordion-steps .gnb-accordion-panel:last-child {
        margin-bottom: 0;
    }

.gnb-alert, .gnb-alert-info, .gnb-alert-info-inline, .gnb-alert-info-global, .gnb-alert-success, .gnb-alert-success-inline, .gnb-form-input-text.valid .gnb-form-validation, .gnb-form-input.valid .gnb-form-validation, .gnb-alert-warning, .gnb-alert-warning-inline, .gnb-alert-warning-global, .gnb-alert-critical, .gnb-alert-critical-inline, .gnb-alert-critical-global, .gnb-form-input-text.error .gnb-form-validation, .gnb-form-input.error .gnb-form-validation, .gnb-alert-validation, .gnb-form-validation {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1.5rem 3.25rem;
    line-height: 1.5;
    color: #000;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-radius: 0 0.25rem 0.25rem 0;
}

    .gnb-alert .container-fluid, .gnb-alert-info .container-fluid, .gnb-alert-info-inline .container-fluid, .gnb-alert-info-global .container-fluid, .gnb-alert-success .container-fluid, .gnb-alert-success-inline .container-fluid, .gnb-form-input-text.valid .gnb-form-validation .container-fluid, .gnb-form-input.valid .gnb-form-validation .container-fluid, .gnb-alert-warning .container-fluid, .gnb-alert-warning-inline .container-fluid, .gnb-alert-warning-global .container-fluid, .gnb-alert-critical .container-fluid, .gnb-alert-critical-inline .container-fluid, .gnb-alert-critical-global .container-fluid, .gnb-form-input-text.error .gnb-form-validation .container-fluid, .gnb-form-input.error .gnb-form-validation .container-fluid, .gnb-alert-validation .container-fluid, .gnb-form-validation .container-fluid {
        margin: 0;
        padding: 0;
    }

    .gnb-alert h1:first-of-type, .gnb-alert-info h1:first-of-type, .gnb-alert-info-inline h1:first-of-type, .gnb-alert-info-global h1:first-of-type, .gnb-alert-success h1:first-of-type, .gnb-alert-success-inline h1:first-of-type, .gnb-form-input-text.valid .gnb-form-validation h1:first-of-type, .gnb-form-input.valid .gnb-form-validation h1:first-of-type, .gnb-alert-warning h1:first-of-type, .gnb-alert-warning-inline h1:first-of-type, .gnb-alert-warning-global h1:first-of-type, .gnb-alert-critical h1:first-of-type, .gnb-alert-critical-inline h1:first-of-type, .gnb-alert-critical-global h1:first-of-type, .gnb-form-input-text.error .gnb-form-validation h1:first-of-type, .gnb-form-input.error .gnb-form-validation h1:first-of-type, .gnb-alert-validation h1:first-of-type, .gnb-form-validation h1:first-of-type,
    .gnb-alert h2:first-of-type,
    .gnb-alert-info h2:first-of-type,
    .gnb-alert-info-inline h2:first-of-type,
    .gnb-alert-info-global h2:first-of-type,
    .gnb-alert-success h2:first-of-type,
    .gnb-alert-success-inline h2:first-of-type,
    .gnb-form-input-text.valid .gnb-form-validation h2:first-of-type,
    .gnb-form-input.valid .gnb-form-validation h2:first-of-type,
    .gnb-alert-warning h2:first-of-type,
    .gnb-alert-warning-inline h2:first-of-type,
    .gnb-alert-warning-global h2:first-of-type,
    .gnb-alert-critical h2:first-of-type,
    .gnb-alert-critical-inline h2:first-of-type,
    .gnb-alert-critical-global h2:first-of-type,
    .gnb-form-input-text.error .gnb-form-validation h2:first-of-type,
    .gnb-form-input.error .gnb-form-validation h2:first-of-type,
    .gnb-alert-validation h2:first-of-type,
    .gnb-form-validation h2:first-of-type,
    .gnb-alert h3:first-of-type,
    .gnb-alert-info h3:first-of-type,
    .gnb-alert-info-inline h3:first-of-type,
    .gnb-alert-info-global h3:first-of-type,
    .gnb-alert-success h3:first-of-type,
    .gnb-alert-success-inline h3:first-of-type,
    .gnb-form-input-text.valid .gnb-form-validation h3:first-of-type,
    .gnb-form-input.valid .gnb-form-validation h3:first-of-type,
    .gnb-alert-warning h3:first-of-type,
    .gnb-alert-warning-inline h3:first-of-type,
    .gnb-alert-warning-global h3:first-of-type,
    .gnb-alert-critical h3:first-of-type,
    .gnb-alert-critical-inline h3:first-of-type,
    .gnb-alert-critical-global h3:first-of-type,
    .gnb-form-input-text.error .gnb-form-validation h3:first-of-type,
    .gnb-form-input.error .gnb-form-validation h3:first-of-type,
    .gnb-alert-validation h3:first-of-type,
    .gnb-form-validation h3:first-of-type {
        margin: 0 0 0.75rem 0;
        font-size: 1.25rem;
    }

@media screen and (min-width: 768px) {
    .gnb-alert h1:first-of-type, .gnb-alert-info h1:first-of-type, .gnb-alert-info-inline h1:first-of-type, .gnb-alert-info-global h1:first-of-type, .gnb-alert-success h1:first-of-type, .gnb-alert-success-inline h1:first-of-type, .gnb-form-input-text.valid .gnb-form-validation h1:first-of-type, .gnb-form-input.valid .gnb-form-validation h1:first-of-type, .gnb-alert-warning h1:first-of-type, .gnb-alert-warning-inline h1:first-of-type, .gnb-alert-warning-global h1:first-of-type, .gnb-alert-critical h1:first-of-type, .gnb-alert-critical-inline h1:first-of-type, .gnb-alert-critical-global h1:first-of-type, .gnb-form-input-text.error .gnb-form-validation h1:first-of-type, .gnb-form-input.error .gnb-form-validation h1:first-of-type, .gnb-alert-validation h1:first-of-type, .gnb-form-validation h1:first-of-type,
    .gnb-alert h2:first-of-type,
    .gnb-alert-info h2:first-of-type,
    .gnb-alert-info-inline h2:first-of-type,
    .gnb-alert-info-global h2:first-of-type,
    .gnb-alert-success h2:first-of-type,
    .gnb-alert-success-inline h2:first-of-type,
    .gnb-form-input-text.valid .gnb-form-validation h2:first-of-type,
    .gnb-form-input.valid .gnb-form-validation h2:first-of-type,
    .gnb-alert-warning h2:first-of-type,
    .gnb-alert-warning-inline h2:first-of-type,
    .gnb-alert-warning-global h2:first-of-type,
    .gnb-alert-critical h2:first-of-type,
    .gnb-alert-critical-inline h2:first-of-type,
    .gnb-alert-critical-global h2:first-of-type,
    .gnb-form-input-text.error .gnb-form-validation h2:first-of-type,
    .gnb-form-input.error .gnb-form-validation h2:first-of-type,
    .gnb-alert-validation h2:first-of-type,
    .gnb-form-validation h2:first-of-type,
    .gnb-alert h3:first-of-type,
    .gnb-alert-info h3:first-of-type,
    .gnb-alert-info-inline h3:first-of-type,
    .gnb-alert-info-global h3:first-of-type,
    .gnb-alert-success h3:first-of-type,
    .gnb-alert-success-inline h3:first-of-type,
    .gnb-form-input-text.valid .gnb-form-validation h3:first-of-type,
    .gnb-form-input.valid .gnb-form-validation h3:first-of-type,
    .gnb-alert-warning h3:first-of-type,
    .gnb-alert-warning-inline h3:first-of-type,
    .gnb-alert-warning-global h3:first-of-type,
    .gnb-alert-critical h3:first-of-type,
    .gnb-alert-critical-inline h3:first-of-type,
    .gnb-alert-critical-global h3:first-of-type,
    .gnb-form-input-text.error .gnb-form-validation h3:first-of-type,
    .gnb-form-input.error .gnb-form-validation h3:first-of-type,
    .gnb-alert-validation h3:first-of-type,
    .gnb-form-validation h3:first-of-type {
        font-size: 1.5rem;
    }
}

.gnb-alert h4:first-of-type, .gnb-alert-info h4:first-of-type, .gnb-alert-info-inline h4:first-of-type, .gnb-alert-info-global h4:first-of-type, .gnb-alert-success h4:first-of-type, .gnb-alert-success-inline h4:first-of-type, .gnb-form-input-text.valid .gnb-form-validation h4:first-of-type, .gnb-form-input.valid .gnb-form-validation h4:first-of-type, .gnb-alert-warning h4:first-of-type, .gnb-alert-warning-inline h4:first-of-type, .gnb-alert-warning-global h4:first-of-type, .gnb-alert-critical h4:first-of-type, .gnb-alert-critical-inline h4:first-of-type, .gnb-alert-critical-global h4:first-of-type, .gnb-form-input-text.error .gnb-form-validation h4:first-of-type, .gnb-form-input.error .gnb-form-validation h4:first-of-type, .gnb-alert-validation h4:first-of-type, .gnb-form-validation h4:first-of-type,
.gnb-alert h5:first-of-type,
.gnb-alert-info h5:first-of-type,
.gnb-alert-info-inline h5:first-of-type,
.gnb-alert-info-global h5:first-of-type,
.gnb-alert-success h5:first-of-type,
.gnb-alert-success-inline h5:first-of-type,
.gnb-form-input-text.valid .gnb-form-validation h5:first-of-type,
.gnb-form-input.valid .gnb-form-validation h5:first-of-type,
.gnb-alert-warning h5:first-of-type,
.gnb-alert-warning-inline h5:first-of-type,
.gnb-alert-warning-global h5:first-of-type,
.gnb-alert-critical h5:first-of-type,
.gnb-alert-critical-inline h5:first-of-type,
.gnb-alert-critical-global h5:first-of-type,
.gnb-form-input-text.error .gnb-form-validation h5:first-of-type,
.gnb-form-input.error .gnb-form-validation h5:first-of-type,
.gnb-alert-validation h5:first-of-type,
.gnb-form-validation h5:first-of-type {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .gnb-alert h4:first-of-type, .gnb-alert-info h4:first-of-type, .gnb-alert-info-inline h4:first-of-type, .gnb-alert-info-global h4:first-of-type, .gnb-alert-success h4:first-of-type, .gnb-alert-success-inline h4:first-of-type, .gnb-form-input-text.valid .gnb-form-validation h4:first-of-type, .gnb-form-input.valid .gnb-form-validation h4:first-of-type, .gnb-alert-warning h4:first-of-type, .gnb-alert-warning-inline h4:first-of-type, .gnb-alert-warning-global h4:first-of-type, .gnb-alert-critical h4:first-of-type, .gnb-alert-critical-inline h4:first-of-type, .gnb-alert-critical-global h4:first-of-type, .gnb-form-input-text.error .gnb-form-validation h4:first-of-type, .gnb-form-input.error .gnb-form-validation h4:first-of-type, .gnb-alert-validation h4:first-of-type, .gnb-form-validation h4:first-of-type,
    .gnb-alert h5:first-of-type,
    .gnb-alert-info h5:first-of-type,
    .gnb-alert-info-inline h5:first-of-type,
    .gnb-alert-info-global h5:first-of-type,
    .gnb-alert-success h5:first-of-type,
    .gnb-alert-success-inline h5:first-of-type,
    .gnb-form-input-text.valid .gnb-form-validation h5:first-of-type,
    .gnb-form-input.valid .gnb-form-validation h5:first-of-type,
    .gnb-alert-warning h5:first-of-type,
    .gnb-alert-warning-inline h5:first-of-type,
    .gnb-alert-warning-global h5:first-of-type,
    .gnb-alert-critical h5:first-of-type,
    .gnb-alert-critical-inline h5:first-of-type,
    .gnb-alert-critical-global h5:first-of-type,
    .gnb-form-input-text.error .gnb-form-validation h5:first-of-type,
    .gnb-form-input.error .gnb-form-validation h5:first-of-type,
    .gnb-alert-validation h5:first-of-type,
    .gnb-form-validation h5:first-of-type {
        font-size: 1.25rem;
    }
}

.gnb-alert p:last-of-type, .gnb-alert-info p:last-of-type, .gnb-alert-info-inline p:last-of-type, .gnb-alert-info-global p:last-of-type, .gnb-alert-success p:last-of-type, .gnb-alert-success-inline p:last-of-type, .gnb-form-input-text.valid .gnb-form-validation p:last-of-type, .gnb-form-input.valid .gnb-form-validation p:last-of-type, .gnb-alert-warning p:last-of-type, .gnb-alert-warning-inline p:last-of-type, .gnb-alert-warning-global p:last-of-type, .gnb-alert-critical p:last-of-type, .gnb-alert-critical-inline p:last-of-type, .gnb-alert-critical-global p:last-of-type, .gnb-form-input-text.error .gnb-form-validation p:last-of-type, .gnb-form-input.error .gnb-form-validation p:last-of-type, .gnb-alert-validation p:last-of-type, .gnb-form-validation p:last-of-type {
    margin-bottom: 0;
}

.gnb-alert-info, .gnb-alert-info-inline, .gnb-alert-info-global {
    border-color: #dae8f9;
    border-left-color: #004a98;
    background: #dae8f9 url(../img/icon-info.svg) top left no-repeat;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1.5rem;
}

@media screen and (min-width: 768px) {
    .gnb-alert-info, .gnb-alert-info-inline, .gnb-alert-info-global {
        background-position-y: 1.75rem;
    }
}

.gnb-alert-info-inline {
    background-position-y: 1.125rem;
    border-width: 0;
    border-radius: 0.25rem;
    padding: 1rem 1rem 1rem 3.25rem;
}

@media screen and (max-width: 768px) {
    .gnb-alert-info-inline {
        background-size: 1.25rem;
        padding: 1rem 1rem 1rem 3rem;
    }
}

.gnb-alert-info-global {
    margin: 0;
    border-radius: 0;
    background-position-y: 1.5rem;
    background-color: #004a98;
    background-image: url(../img/icon-info-white.svg);
    color: #ffffff;
}

    .gnb-alert-info-global a {
        color: #ffffff;
    }

.gnb-alert-success, .gnb-alert-success-inline, .gnb-form-input-text.valid .gnb-form-validation, .gnb-form-input.valid .gnb-form-validation {
    border-color: #ddefe1;
    border-left-color: #006055;
    background: #ddefe1 url(../img/icon-success.svg) top left no-repeat;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1.5rem;
}

@media screen and (min-width: 768px) {
    .gnb-alert-success, .gnb-alert-success-inline, .gnb-form-input-text.valid .gnb-form-validation, .gnb-form-input.valid .gnb-form-validation {
        background-position-y: 1.75rem;
    }
}

.gnb-alert-success-inline {
    background-position-x: 1.125rem;
    background-position-y: 1.125rem;
    border-width: 0;
    border-radius: 0.25rem;
    padding: 1rem 1rem 1rem 3.25rem;
}

@media screen and (max-width: 768px) {
    .gnb-alert-success-inline {
        background-size: 1.25rem;
        padding: 1rem 1rem 1rem 3rem;
    }
}

.gnb-alert-warning, .gnb-alert-warning-inline, .gnb-alert-warning-global {
    border-color: #fdf3d6;
    border-left-color: #d6a329;
    background: #fdf3d6 url(../img/icon-warning.svg) top left no-repeat;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1.5rem;
}

@media screen and (min-width: 768px) {
    .gnb-alert-warning, .gnb-alert-warning-inline, .gnb-alert-warning-global {
        background-position-y: 1.75rem;
    }
}

.gnb-alert-warning-inline {
    background-position-x: 1.125rem;
    background-position-y: 1.125rem;
    border-width: 0;
    border-radius: 0.25rem;
    padding: 1rem 1rem 1rem 3.25rem;
}

@media screen and (max-width: 768px) {
    .gnb-alert-warning-inline {
        background-size: 1.25rem;
        padding: 1rem 1rem 1rem 3rem;
    }
}

.gnb-alert-warning-global {
    margin: 0;
    border-radius: 0;
    background-position-y: 1.5rem;
    background-color: #d6a329;
    background-image: url(../img/icon-warning-black.svg);
}

    .gnb-alert-warning-global a {
        color: #000;
    }

.gnb-alert-critical, .gnb-alert-critical-inline, .gnb-alert-critical-global, .gnb-form-input-text.error .gnb-form-validation, .gnb-form-input.error .gnb-form-validation {
    border-color: #f1dbdd;
    border-left-color: #79242f;
    background: #f1dbdd url(../img/icon-danger.svg) top left no-repeat;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1.5rem;
}

@media screen and (min-width: 768px) {
    .gnb-alert-critical, .gnb-alert-critical-inline, .gnb-alert-critical-global, .gnb-form-input-text.error .gnb-form-validation, .gnb-form-input.error .gnb-form-validation {
        background-position-y: 1.75rem;
    }
}

.gnb-alert-critical-inline {
    background-position-x: 1.125rem;
    background-position-y: 1.125rem;
    border-width: 0;
    border-radius: 0.25rem;
    padding: 1rem 1rem 1rem 3.25rem;
}

@media screen and (max-width: 768px) {
    .gnb-alert-critical-inline {
        background-size: 1.25rem;
        padding: 1rem 1rem 1rem 3rem;
    }
}

.gnb-alert-critical-global {
    margin: 0;
    border-radius: 0;
    background-position-y: 1.5rem;
    background-color: #79242f;
    background-image: url(../img/icon-danger-white.svg);
    color: #ffffff;
}

    .gnb-alert-critical-global a {
        color: #ffffff;
    }

.gnb-alert-validation {
    border-width: 0;
    font-weight: bold;
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 0.5rem 0.75rem;
    width: 100%;
}

.gnb-badge, .gnb-badge-primary, .gnb-badge-info, .gnb-badge-secondary, .gnb-badge-success, .gnb-badge-warning, .gnb-badge-critical, .gnb-badge-light, .gnb-badge-dark {
    border-radius: 50rem;
    color: #ffffff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 1rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: baseline;
}

    .gnb-badge .gnb-badge, .gnb-badge-primary .gnb-badge, .gnb-badge-info .gnb-badge, .gnb-badge-secondary .gnb-badge, .gnb-badge-success .gnb-badge, .gnb-badge-warning .gnb-badge, .gnb-badge-critical .gnb-badge, .gnb-badge-light .gnb-badge, .gnb-badge-dark .gnb-badge, .gnb-badge .gnb-badge-primary, .gnb-badge-primary .gnb-badge-primary, .gnb-badge-info .gnb-badge-primary, .gnb-badge-secondary .gnb-badge-primary, .gnb-badge-success .gnb-badge-primary, .gnb-badge-warning .gnb-badge-primary, .gnb-badge-critical .gnb-badge-primary, .gnb-badge-light .gnb-badge-primary, .gnb-badge-dark .gnb-badge-primary, .gnb-badge .gnb-badge-info, .gnb-badge-primary .gnb-badge-info, .gnb-badge-info .gnb-badge-info, .gnb-badge-secondary .gnb-badge-info, .gnb-badge-success .gnb-badge-info, .gnb-badge-warning .gnb-badge-info, .gnb-badge-critical .gnb-badge-info, .gnb-badge-light .gnb-badge-info, .gnb-badge-dark .gnb-badge-info, .gnb-badge .gnb-badge-secondary, .gnb-badge-primary .gnb-badge-secondary, .gnb-badge-info .gnb-badge-secondary, .gnb-badge-secondary .gnb-badge-secondary, .gnb-badge-success .gnb-badge-secondary, .gnb-badge-warning .gnb-badge-secondary, .gnb-badge-critical .gnb-badge-secondary, .gnb-badge-light .gnb-badge-secondary, .gnb-badge-dark .gnb-badge-secondary, .gnb-badge .gnb-badge-success, .gnb-badge-primary .gnb-badge-success, .gnb-badge-info .gnb-badge-success, .gnb-badge-secondary .gnb-badge-success, .gnb-badge-success .gnb-badge-success, .gnb-badge-warning .gnb-badge-success, .gnb-badge-critical .gnb-badge-success, .gnb-badge-light .gnb-badge-success, .gnb-badge-dark .gnb-badge-success, .gnb-badge .gnb-badge-warning, .gnb-badge-primary .gnb-badge-warning, .gnb-badge-info .gnb-badge-warning, .gnb-badge-secondary .gnb-badge-warning, .gnb-badge-success .gnb-badge-warning, .gnb-badge-warning .gnb-badge-warning, .gnb-badge-critical .gnb-badge-warning, .gnb-badge-light .gnb-badge-warning, .gnb-badge-dark .gnb-badge-warning, .gnb-badge .gnb-badge-critical, .gnb-badge-primary .gnb-badge-critical, .gnb-badge-info .gnb-badge-critical, .gnb-badge-secondary .gnb-badge-critical, .gnb-badge-success .gnb-badge-critical, .gnb-badge-warning .gnb-badge-critical, .gnb-badge-critical .gnb-badge-critical, .gnb-badge-light .gnb-badge-critical, .gnb-badge-dark .gnb-badge-critical, .gnb-badge .gnb-badge-light, .gnb-badge-primary .gnb-badge-light, .gnb-badge-info .gnb-badge-light, .gnb-badge-secondary .gnb-badge-light, .gnb-badge-success .gnb-badge-light, .gnb-badge-warning .gnb-badge-light, .gnb-badge-critical .gnb-badge-light, .gnb-badge-light .gnb-badge-light, .gnb-badge-dark .gnb-badge-light, .gnb-badge .gnb-badge-dark, .gnb-badge-primary .gnb-badge-dark, .gnb-badge-info .gnb-badge-dark, .gnb-badge-secondary .gnb-badge-dark, .gnb-badge-success .gnb-badge-dark, .gnb-badge-warning .gnb-badge-dark, .gnb-badge-critical .gnb-badge-dark, .gnb-badge-light .gnb-badge-dark, .gnb-badge-dark .gnb-badge-dark {
        padding: 0.125rem 0.25rem;
    }

.gnb-badge-primary, .gnb-badge-info {
    background-color: #004a98;
}

.gnb-badge-secondary {
    background-color: #ffffff;
    color: #000;
}

.gnb-badge-success {
    background-color: #006055;
}

.gnb-badge-warning {
    background-color: #d6a329;
    color: #000;
}

.gnb-badge-critical {
    background-color: #79242f;
}

.gnb-badge-light {
    background-color: #eee;
    color: #000;
}

.gnb-badge-dark {
    background-color: #000;
}

a .gnb-badge, a .gnb-badge-primary, a .gnb-badge-info, a .gnb-badge-secondary, a .gnb-badge-success, a .gnb-badge-warning, a .gnb-badge-critical, a .gnb-badge-light, a .gnb-badge-dark {
    font-size: 0.875rem;
    line-height: 1rem;
    margin: 0 0 0 .25rem;
    padding: 0.2rem .5rem;
    position: relative;
}

button .gnb-badge, button .gnb-badge-primary, button .gnb-badge-info, button .gnb-badge-secondary, button .gnb-badge-success, button .gnb-badge-warning, button .gnb-badge-critical, button .gnb-badge-light, button .gnb-badge-dark {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0 0 0 .25rem;
    padding: 0.2rem .5rem;
    position: relative;
}

blockquote {
    border-left: 0.25rem solid #004a98;
    font-family: "DM Serif Text", Georgia, "Times New Roman", serif;
    font-size: 1.25rem;
    line-height: 1.25;
    padding: 1.5rem 0 1.5rem 2rem;
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    blockquote {
        font-size: 2rem;
    }
}

blockquote cite {
    display: block;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    text-align: left;
    font-style: normal;
    margin-top: 1rem;
}

    blockquote cite::before {
        content: "\2014\00A0";
    }

@media screen and (min-width: 768px) {
    blockquote cite {
        font-size: 1.125rem;
    }
}

.gnb-breadcrumbs, .gnb-breadcrumbs-light {
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1rem;
}

    .gnb-breadcrumbs li a, .gnb-breadcrumbs-light li a {
        color: #004a98;
    }

        .gnb-breadcrumbs li a::after, .gnb-breadcrumbs-light li a::after {
            content: "/";
            display: inline-block;
            margin: 0 .5em;
            text-decoration: none;
        }

.gnb-breadcrumbs-light {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .gnb-breadcrumbs-light li {
        color: #eee;
    }

        .gnb-breadcrumbs-light li::before {
            color: #eee;
        }

        .gnb-breadcrumbs-light li a {
            color: #ffffff;
        }

            .gnb-breadcrumbs-light li a:hover {
                color: #fffbef;
            }

        .gnb-breadcrumbs-light li.active {
            color: #ffffff;
        }

form {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    form {
        font-size: 1.125rem;
    }
}

input {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 0.25rem;
    color: #000;
    display: block;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.5;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    input {
        font-size: 1.125rem;
    }
}

input[type=text], input[type=number], input[type=email], input[type=password] {
    width: 100%;
}

    input[type=text]:hover, input[type=text].hover, input[type=number]:hover, input[type=number].hover, input[type=email]:hover, input[type=email].hover, input[type=password]:hover, input[type=password].hover {
        background-color: rgba(0, 74, 152, 0.16);
    }

    input[type=text]:active, input[type=text].active, input[type=text]:focus, input[type=text].focus, input[type=number]:active, input[type=number].active, input[type=number]:focus, input[type=number].focus, input[type=email]:active, input[type=email].active, input[type=email]:focus, input[type=email].focus, input[type=password]:active, input[type=password].active, input[type=password]:focus, input[type=password].focus {
        outline: 3px solid #efb300;
    }

    input[type=text]:disabled, input[type=number]:disabled, input[type=email]:disabled, input[type=password]:disabled {
        background-color: #eee;
        border-color: #777;
    }

input[type=submit] {
    background: #004a98;
    border: #004a98;
    border-style: solid;
    color: #ffffff;
}

    input[type=submit]:hover, input[type=submit]:focus {
        background-color: #1a6ed8;
        border-color: #1a6ed8;
    }

input[type=radio], input[type=checkbox] {
    width: 2.25rem;
    height: 2.25rem;
}

input input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0 .5rem 1rem 0;
    color: #004a98;
    width: 2rem;
    height: 2rem;
    border: 2px solid #000;
    border-radius: 50%;
    display: grid;
    padding: 0;
    place-content: center;
}

    input input[type="radio"]:hover {
        background-color: #edf3fa;
    }

    input input[type="radio"]::before {
        content: url(../img/circle-check-green.svg);
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        transform: scale(0);
        transition: 50ms transform ease-in-out;
    }

    input input[type="radio"]:checked::before {
        transform: scale(1);
    }

    input input[type="radio"]:focus {
        outline: 3px solid #efb300;
        outline-offset: 0;
    }

input[type=color] {
    height: 2.5rem;
    width: 2.5rem;
}

input:hover {
    background-color: #d9e6f4;
}

input:active, input:focus {
    outline: 3px solid #efb300;
    outline-offset: 0px;
}

label, .label {
    display: block;
    font-weight: 500;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    line-height: 1.25;
}

select {
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 0.25rem;
    color: #000;
    display: block;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 1.5rem;
    height: 47px;
    padding: .5rem 1rem;
    width: 100%;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    select {
        font-size: 1.125rem;
    }
}

textarea {
    border: 2px solid #000;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    min-height: 5em;
    padding: 0.375rem;
    border-radius: 0.25rem;
    margin-bottom: 1.5rem;
    width: 100%;    
}

    textarea:hover {
        background-color: #d9e6f4;
    }

    textarea:active, textarea:focus {
        outline: 3px solid #efb300;
    }

.required {
    color: #79242f;
}

.gnb-radio-buttons {
    border: none;
    padding: 0;
    font-weight: 700;
    position: relative;
}

    .gnb-radio-buttons legend {
        font-size: 1.125rem;
        margin: 0 0 .5rem 0;
        padding: 0;
    }

    .gnb-radio-buttons .pair {
        width: 100%;
        display: flex;
    }

        .gnb-radio-buttons .pair label {
            font-weight: 400;
            line-height: 2;
        }

    .gnb-radio-buttons input[type="radio"] {
        appearance: none;
        background-color: #fff;
        margin: 0 .5rem 1rem 0;
        color: #004a98;
        border: 2px solid #000;
        border-radius: 50%;
        display: grid;
        place-content: center;
    }

        .gnb-radio-buttons input[type="radio"]:hover {
            background-color: #edf3fa;
        }

        .gnb-radio-buttons input[type="radio"]::before {
            content: url(../img/circle-check-green.svg);
            width: 1.75rem;
            height: 1.75rem;
            border-radius: 50%;
            transform: scale(0);
            transition: 50ms transform ease-in-out;
        }

        .gnb-radio-buttons input[type="radio"]:checked::before {
            transform: scale(1);
        }

        .gnb-radio-buttons input[type="radio"]:focus {
            outline: 3px solid #efb300;
            outline-offset: 0;
        }

.gnb-radio-bricks {
    border: none;
    padding: 0;
    font-weight: bold;
    position: relative;
}

    .gnb-radio-bricks legend {
        font-size: 1.125rem;
        margin: 0 0 .5rem 0;
        padding: 0;
    }

    .gnb-radio-bricks .set {
        display: grid;
        align-items: center;
    }

    .gnb-radio-bricks label {
        font-weight: 400;
        line-height: 1.5;
        display: block;
        background-color: #ffffff;
        border: 2px solid #000;
        margin: 0.5rem 0;
        min-height: 2.25rem;
        padding: 1rem;
        border-radius: 0.25rem;
        position: relative;
        z-index: 1;
    }

        .gnb-radio-bricks label .label-title {
            font-weight: bold;
            line-height: 1.5;
            display: block;
            margin: 0.45rem 0 0 3rem;
        }

@media screen and (min-width: 768px) {
    .gnb-radio-bricks label .label-title {
        margin: 0.25rem 0 0 3rem;
    }
}

.gnb-radio-bricks label .label-content {
    display: block;
    margin-left: 3rem;
}

.gnb-radio-bricks label:hover, .gnb-radio-bricks label:focus, .gnb-radio-bricks label:active, .gnb-radio-bricks label.active {
    background-color: #004a98;
    border-color: #004a98;
    color: #ffffff;
}

    .gnb-radio-bricks label:hover input[type="radio"], .gnb-radio-bricks label:focus input[type="radio"], .gnb-radio-bricks label:active input[type="radio"], .gnb-radio-bricks label.active input[type="radio"] {
        background-color: #d9e6f4;
    }

.gnb-radio-bricks input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0 .5rem 0 0;
    color: #004a98;
    border: 2px solid #000;
    border-radius: 100%;
    display: grid;
    place-content: center;
    position: absolute;
    z-index: 2;
}

    .gnb-radio-bricks input[type="radio"]:hover {
        background-color: #d9e6f4;
    }

    .gnb-radio-bricks input[type="radio"]::before {
        content: url(../img/circle-check-green.svg);
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        transform: scale(0);
        transition: 50ms transform ease-in-out;
    }

    .gnb-radio-bricks input[type="radio"]:checked::before {
        transform: scale(1);
    }

    .gnb-radio-bricks input[type="radio"]:focus {
        outline: 3px solid #efb300;
        outline-offset: 0;
    }

.gnb-checkboxes {
    border: none;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin: 0.5rem 0;
    min-height: 2.25rem;
    padding: 0;
    position: relative;
    z-index: 1;
}

    .gnb-checkboxes legend {
        font-size: 1.125rem;
        margin: 0 0 .5rem 0;
        padding: 0;
    }

    .gnb-checkboxes .single-option {
        width: 100%;
        display: flex;
    }

        .gnb-checkboxes .single-option label {
            font-weight: 700;
            line-height: 1.5;
            margin-top: 0.375rem;
            margin-bottom: 0;
            display: inline-block;
            margin-left: 3rem;
        }

       /* .gnb-checkboxes .single-option label.disabled {
           opacity: .4;
        }*/

    .gnb-checkboxes .pair {
        width: 100%;
        display: flex;
        min-height: 2.75rem;
    }

        .gnb-checkboxes .pair label {
            font-weight: 400;
            line-height: 1.5;
            margin-top: 0.375rem;
            margin-bottom: 0;
            display: inline-block;
            margin-left: 3rem;
        }

    .gnb-checkboxes label {
        font-weight: 400;
    }

    .gnb-checkboxes input[type="checkbox"] {
        appearance: none;
        background-color: #fff;
        color: #004a98;
        border: 2px solid #000;
        border-radius: 0.25rem;
        display: grid;
        margin: 0 .5rem 0 0;
        place-content: center;
        position: absolute;
        z-index: 2;
    }

  /*  .gnb-checkboxes input[type="checkbox"][disabled] {        
        appearance: auto;        
    }

    input[type=checkbox][disabled] {
        filter: invert(25%);
    }*/

        .gnb-checkboxes input[type="checkbox"]:hover {
            background-color: #d9e6f4;
        }

        .gnb-checkboxes input[type="checkbox"]::before {
            content: url(../img/check-green.svg);
            height: 1.75rem;
            border-radius: 50%;
            transform: scale(0);
            transition: 50ms transform ease-in-out;
            width: 1.75rem;
        }

        .gnb-checkboxes input[type="checkbox"]:checked::before {
            transform: scale(1);
        }

        .gnb-checkboxes input[type="checkbox"]:focus {
            outline: 3px solid #efb300;
            outline-offset: 0;
        }

.gnb-form-helper-text {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    margin: 0.5rem 0;
}

.gnb-form-validation {
    border-width: 0;
    font-weight: bold;
    font-size: .875em;
    padding: 0.25rem 0.75rem;
}

.gnb-form-input-text, .gnb-form-input {
    margin-bottom: 1.5rem;
}

    .gnb-form-input-text input, .gnb-form-input-text textarea, .gnb-form-input-text select, .gnb-form-input input, .gnb-form-input textarea, .gnb-form-input select {
        margin-bottom: 0;
    }

    .gnb-form-input-text.error input, .gnb-form-input-text.error textarea, .gnb-form-input-text.error select, .gnb-form-input.error input, .gnb-form-input.error textarea, .gnb-form-input.error select {
        border-color: #79242f;
    }

        .gnb-form-input-text.error input[type=text], .gnb-form-input-text.error input[type=email], .gnb-form-input-text.error input[type=tel], .gnb-form-input.error input[type=text], .gnb-form-input.error input[type=email], .gnb-form-input.error input[type=tel] {
            background: url(../img/icon-danger.svg) top right no-repeat;
            background-size: 1rem;
            background-position: 98% center;
        }

            .gnb-form-input-text.error input[type=text].day, .gnb-form-input-text.error input[type=text].month, .gnb-form-input-text.error input[type=text].year, .gnb-form-input-text.error input[type=email].day, .gnb-form-input-text.error input[type=email].month, .gnb-form-input-text.error input[type=email].year, .gnb-form-input-text.error input[type=tel].day, .gnb-form-input-text.error input[type=tel].month, .gnb-form-input-text.error input[type=tel].year, .gnb-form-input.error input[type=text].day, .gnb-form-input.error input[type=text].month, .gnb-form-input.error input[type=text].year, .gnb-form-input.error input[type=email].day, .gnb-form-input.error input[type=email].month, .gnb-form-input.error input[type=email].year, .gnb-form-input.error input[type=tel].day, .gnb-form-input.error input[type=tel].month, .gnb-form-input.error input[type=tel].year {
                background-image: none;
            }

    .gnb-form-input-text.error .gnb-form-validation, .gnb-form-input.error .gnb-form-validation {
        border-width: 0;
        font-weight: bold;
        font-size: .875em;
        line-height: 1.5;
        margin: 4px 0;
        padding: 0.25rem 0.75rem 0.25rem 1.725rem;
        background-size: 1rem;
        background-position-x: .5rem;
        background-position-y: .5rem;
    }

    .gnb-form-input-text.valid input[type=text], .gnb-form-input-text.valid input[type=email], .gnb-form-input-text.valid input[type=tel], .gnb-form-input.valid input[type=text], .gnb-form-input.valid input[type=email], .gnb-form-input.valid input[type=tel] {
        background: url(../img/circle-check-green.svg) top right no-repeat;
        background-size: 1rem;
        background-position: 98% center;
    }

    .gnb-form-input-text.valid .gnb-form-validation, .gnb-form-input.valid .gnb-form-validation {
        border-width: 0;
        font-weight: bold;
        font-size: .875em;
        line-height: 1.5;
        margin: 4px 0;
        padding: 0.25rem 0.75rem 0.25rem 1.725rem;
        background-size: 1rem;
        background-position-x: .5rem;
        background-position-y: .5rem;
    }

.gnb-input-pair {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

    .gnb-input-pair input {
        border-radius: 0.25rem 0 0 0.25rem;
        border-width: 2px 0 2px 2px;
        position: relative;
        display: block;
        z-index: 2;
        height: 3rem;
        width: 100%;
    }

    .gnb-input-pair button {
        border-radius: 0 0.25rem 0.25rem 0;
        position: relative;
        z-index: 2;
        height: 3rem;
        width: fit-content;
    }

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #ddd;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 3rem;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        cursor: pointer;
        background-color: #fff;
        color: #004a98;
        font-size: 1rem;
        text-decoration: underline;
        padding: 0.5rem 1rem;
    }

        .autocomplete-items div:hover, .autocomplete-items div:focus {
            background-color: #edf3fa;
        }

        .autocomplete-items div:last-of-type {
            border-radius: 0 0 0.25rem 0.25rem;
        }

.autocomplete-active {
    background-color: #edf3fa;
    color: #ffffff;
}

fieldset {
    border-color: #ddd;
    border-width: 4px;
    border-style: solid;
    padding: 1rem 1.5rem;
}

    fieldset legend {
        font-size: 1.5rem;
    }

    fieldset.fieldset-container, fieldset.fieldset-container-dashed {
        border: 2px solid #000;
        border-radius: 0.25rem;
        margin: 2rem 0;
        padding: 1rem;
    }

    fieldset.fieldset-container-dashed {
        border-style: dashed;
    }

        fieldset.fieldset-container .pair input[type="checkbox"], fieldset.fieldset-container-dashed .pair input[type="checkbox"] {
            margin-bottom: 0;
        }

        fieldset.fieldset-container .pair label, fieldset.fieldset-container-dashed .pair label {
            font-weight: 700;
        }

.file-upload {
    padding: 4rem 8rem;
    font-weight: 500;
}

    .file-upload i {
        background-color: #eee;
        border-radius: 100%;
        color: #004a98;
        font-size: 3rem;
        text-align: center;
        width: 7rem;
        height: 7rem;
        line-height: 7rem;
        margin: 1rem 0 1rem 0;
    }

.file-upload-review {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

    .file-upload-review .fa-solid {
        font-size: 1.5rem;
        width: 2rem;
        flex-grow: 0;
    }

        .file-upload-review .fa-solid.fa-file {
            color: #004a98;
        }

        .file-upload-review .fa-solid.fa-circle-xmark {
            color: #aa1f2e;
        }

    .file-upload-review label {
        flex-grow: 5;
    }

.gnb-date-field {
    border: none;
    padding: 0;
}

    .gnb-date-field legend {
        font-weight: 700;
        font-size: 1.25rem;
        padding: 0;
    }

    .gnb-date-field .gnb-label-input-pair {
        display: inline-block;
    }

    .gnb-date-field label {
        font-weight: normal;
    }

    .gnb-date-field input[type=number], .gnb-date-field input[type=text] {
        max-width: 5.05rem;
    }

        .gnb-date-field input[type=number].day, .gnb-date-field input[type=number].month, .gnb-date-field input[type=text].day, .gnb-date-field input[type=text].month {
            max-width: 3.75rem;
        }

.gnb-btn, .gnb-btn-secondary, button-secondary, .gnb-btn-tertiary, button-tertiary, .gnb-btn-critical-tertiary, button-critical-tertiary, .gnb-btn-critical, button-critical, .gnb-btn-critical-secondary, button-critical-secondary, .gnb-btn-success, button-success, .gnb-btn-search, button-search, .gnb-btn-search-icon, button-search-icon, .gnb-btn-search-icon-white, button-search-icon-white, button {
    background-color: #004a98;
    border: 2px solid #004a98;
    border-radius: 0.25rem;
    color: #ffffff;
    display: block;
    font-family: "Public Sans", Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.5rem 1.5rem;
    text-align: center;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.5rem;
    transition: .2s ease-in-out;
}

@media screen and (max-width: 575px) {
    .gnb-btn, .gnb-btn-secondary, button-secondary, .gnb-btn-tertiary, button-tertiary, .gnb-btn-critical-tertiary, button-critical-tertiary, .gnb-btn-critical, button-critical, .gnb-btn-critical-secondary, button-critical-secondary, .gnb-btn-success, button-success, .gnb-btn-search, button-search, .gnb-btn-search-icon, button-search-icon, .gnb-btn-search-icon-white, button-search-icon-white, button {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .gnb-btn, .gnb-btn-secondary, button-secondary, .gnb-btn-tertiary, button-tertiary, .gnb-btn-critical-tertiary, button-critical-tertiary, .gnb-btn-critical, button-critical, .gnb-btn-critical-secondary, button-critical-secondary, .gnb-btn-success, button-success, .gnb-btn-search, button-search, .gnb-btn-search-icon, button-search-icon, .gnb-btn-search-icon-white, button-search-icon-white, button {
        display: inline-block;
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .gnb-btn, .gnb-btn-secondary, button-secondary, .gnb-btn-tertiary, button-tertiary, .gnb-btn-critical-tertiary, button-critical-tertiary, .gnb-btn-critical, button-critical, .gnb-btn-critical-secondary, button-critical-secondary, .gnb-btn-success, button-success, .gnb-btn-search, button-search, .gnb-btn-search-icon, button-search-icon, .gnb-btn-search-icon-white, button-search-icon-white, button {
        font-size: 1.125rem;
    }
}

.gnb-btn:hover, .gnb-btn-secondary:hover, button-secondary:hover, .gnb-btn-tertiary:hover, button-tertiary:hover, .gnb-btn-critical-tertiary:hover, button-critical-tertiary:hover, .gnb-btn-critical:hover, button-critical:hover, .gnb-btn-critical-secondary:hover, button-critical-secondary:hover, .gnb-btn-success:hover, button-success:hover, .gnb-btn-search:hover, button-search:hover, .gnb-btn-search-icon:hover, button-search-icon:hover, .gnb-btn-search-icon-white:hover, button-search-icon-white:hover, .gnb-btn.gnb-btn-hover, .gnb-btn-hover.gnb-btn-secondary, button-secondary.gnb-btn-hover, .gnb-btn-hover.gnb-btn-tertiary, button-tertiary.gnb-btn-hover, .gnb-btn-hover.gnb-btn-critical-tertiary, button-critical-tertiary.gnb-btn-hover, .gnb-btn-hover.gnb-btn-critical, button-critical.gnb-btn-hover, .gnb-btn-hover.gnb-btn-critical-secondary, button-critical-secondary.gnb-btn-hover, .gnb-btn-hover.gnb-btn-success, button-success.gnb-btn-hover, .gnb-btn-hover.gnb-btn-search, button-search.gnb-btn-hover, .gnb-btn-hover.gnb-btn-search-icon, button-search-icon.gnb-btn-hover, .gnb-btn-hover.gnb-btn-search-icon-white, button-search-icon-white.gnb-btn-hover, button:hover, button.gnb-btn-hover {
    background: #0065d0;
    border-color: #0065d0;
    color: #ffffff;
}

.gnb-btn.disabled:hover, .disabled.gnb-btn-secondary:hover, button-secondary.disabled:hover, .disabled.gnb-btn-tertiary:hover, button-tertiary.disabled:hover, .disabled.gnb-btn-critical-tertiary:hover, button-critical-tertiary.disabled:hover, .disabled.gnb-btn-critical:hover, button-critical.disabled:hover, .disabled.gnb-btn-critical-secondary:hover, button-critical-secondary.disabled:hover, .disabled.gnb-btn-success:hover, button-success.disabled:hover, .disabled.gnb-btn-search:hover, button-search.disabled:hover, .disabled.gnb-btn-search-icon:hover, button-search-icon.disabled:hover, .disabled.gnb-btn-search-icon-white:hover, button-search-icon-white.disabled:hover, button.disabled:hover {
    background-color: #004a98;
    border-color: #004a98;
    color: #ffffff;
    cursor: not-allowed;
}

.gnb-btn-secondary, button-secondary {
    background-color: #ffffff;
    border-color: #004a98;
    color: #004a98;
}

    .gnb-btn-secondary:hover, .gnb-btn-secondary.gnb-btn-hover, button-secondary:hover, button-secondary.gnb-btn-hover {
        background-color: #004a98;
        border-color: #004a98;
        color: #ffffff;
    }

    .gnb-btn-secondary.disabled:hover, button-secondary.disabled:hover {
        background-color: #ffffff;
        border-color: #004a98;
        color: #004a98;
        cursor: not-allowed;
    }

.gnb-btn-tertiary, button-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #004a98;
    text-decoration: underline;
}

    .gnb-btn-tertiary:hover, .gnb-btn-tertiary.gnb-btn-hover, button-tertiary:hover, button-tertiary.gnb-btn-hover {
        background-color: transparent;
        border-color: transparent;
        color: #004a98;
        text-decoration: none;
    }

    .gnb-btn-tertiary.disabled:hover, button-tertiary.disabled:hover {
        background-color: transparent;
        border-color: transparent;
        color: #004a98;
        cursor: not-allowed;
    }

.gnb-btn-critical-tertiary, button-critical-tertiary {
    background-color: transparent;
    border-color: transparent;
    color: #79242f;
    text-decoration: underline;
}

    .gnb-btn-critical-tertiary:hover, .gnb-btn-critical-tertiary.gnb-btn-hover, button-critical-tertiary:hover, button-critical-tertiary.gnb-btn-hover {
        background-color: transparent;
        border-color: transparent;
        color: #79242f;
        text-decoration: none;
    }

    .gnb-btn-critical-tertiary.disabled:hover, button-critical-tertiary.disabled:hover {
        background-color: transparent;
        border-color: transparent;
        color: #79242f;
        cursor: not-allowed;
    }

.gnb-btn-critical, button-critical {
    background-color: #79242f;
    border-color: #79242f;
}

    .gnb-btn-critical:hover, .gnb-btn-critical.gnb-btn-hover, button-critical:hover, button-critical.gnb-btn-hover {
        background-color: #a0303e;
        border-color: #a0303e;
        color: #ffffff;
    }

    .gnb-btn-critical.disabled:hover, button-critical.disabled:hover {
        background-color: #79242f;
        border-color: #79242f;
        cursor: not-allowed;
    }

.gnb-btn-critical-secondary, button-critical-secondary {
    border-color: #79242f;
    background-color: #ffffff;
    color: #79242f;
}

    .gnb-btn-critical-secondary:hover, .gnb-btn-critical-secondary.gnb-btn-hover, button-critical-secondary:hover, button-critical-secondary.gnb-btn-hover {
        border-color: #79242f;
        background-color: #79242f;
        color: #ffffff;
    }

    .gnb-btn-critical-secondary.disabled:hover, button-critical-secondary.disabled:hover {
        border-color: #79242f;
        background-color: #ffffff;
        color: #79242f;
        cursor: not-allowed;
    }

.gnb-btn-success, button-success {
    background-color: #006055;
    border-color: #006055;
}

    .gnb-btn-success:hover, .gnb-btn-success.gnb-btn-hover, button-success:hover, button-success.gnb-btn-hover {
        background-color: #2f9a48;
        border-color: #2f9a48;
        color: #ffffff;
    }

    .gnb-btn-success.disabled:hover, button-success.disabled:hover {
        background-color: #006055;
        cursor: not-allowed;
    }

.gnb-btn-search, button-search {
    padding: 0.5rem 1.5rem;
}

    .gnb-btn-search span::before, button-search span::before {
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        content: ' \f002';
        margin-right: .25rem;
    }

.gnb-btn-search-icon, button-search-icon {
    border-left: 0;
    margin-left: -2px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

    .gnb-btn-search-icon span::before, button-search-icon span::before {
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        color: #ffffff;
        content: ' \f002';
        margin-right: .25rem;
    }

    .gnb-btn-search-icon:hover, .gnb-btn-search-icon:focus, button-search-icon:hover, button-search-icon:focus {
        background-color: #1a6ed8;
        border-color: #000;
    }

        .gnb-btn-search-icon:hover span::before, .gnb-btn-search-icon:focus span::before, button-search-icon:hover span::before, button-search-icon:focus span::before {
            color: #ffffff;
        }

.gnb-btn-search-icon-white, button-search-icon-white {
    background-color: #fff;
    border-left: 0;
    border-color: #000;
    margin-left: -2px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    max-width:52.5px;
}

    .gnb-btn-search-icon-white span::before, button-search-icon-white span::before {
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        color: #004a98;
        content: ' \f002';
        margin-right: .25rem;
    }

    .gnb-btn-search-icon-white:hover, .gnb-btn-search-icon-white:focus, button-search-icon-white:hover, button-search-icon-white:focus {
        background-color: #1a6ed8;
        border-color: #000;
    }

        .gnb-btn-search-icon-white:hover span::before, .gnb-btn-search-icon-white:focus span::before, button-search-icon-white:hover span::before, button-search-icon-white:focus span::before {
            color: #ffffff;
        }

    .gnb-btn:focus, .gnb-btn-secondary:focus, button-secondary:focus, .gnb-btn-tertiary:focus, button-tertiary:focus, .gnb-btn-critical-tertiary:focus, button-critical-tertiary:focus, .gnb-btn-critical:focus, button-critical:focus, .gnb-btn-critical-secondary:focus, button-critical-secondary:focus, .gnb-btn-success:focus, button-success:focus, .gnb-btn-search:focus, button-search:focus, .gnb-btn-search-icon:focus, button-search-icon:focus, .gnb-btn-search-icon-white:focus, button-search-icon-white:focus, .gnb-btn.gnb-btn-focused, .gnb-btn-focused.gnb-btn-secondary, button-secondary.gnb-btn-focused, .gnb-btn-focused.gnb-btn-tertiary, button-tertiary.gnb-btn-focused, .gnb-btn-focused.gnb-btn-critical-tertiary, button-critical-tertiary.gnb-btn-focused, .gnb-btn-focused.gnb-btn-critical, button-critical.gnb-btn-focused, .gnb-btn-focused.gnb-btn-critical-secondary, button-critical-secondary.gnb-btn-focused, .gnb-btn-focused.gnb-btn-success, button-success.gnb-btn-focused, .gnb-btn-focused.gnb-btn-search, button-search.gnb-btn-focused, .gnb-btn-focused.gnb-btn-search-icon, button-search-icon.gnb-btn-focused, .gnb-btn-focused.gnb-btn-search-icon-white, button-search-icon-white.gnb-btn-focused, button:focus, button.gnb-btn-focused {
        outline: 0.25rem solid #efb300;
    }

    .gnb-btn.disabled, .disabled.gnb-btn-secondary, button-secondary.disabled, .disabled.gnb-btn-tertiary, button-tertiary.disabled, .disabled.gnb-btn-critical-tertiary, button-critical-tertiary.disabled, .disabled.gnb-btn-critical, button-critical.disabled, .disabled.gnb-btn-critical-secondary, button-critical-secondary.disabled, .disabled.gnb-btn-success, button-success.disabled, .disabled.gnb-btn-search, button-search.disabled, .disabled.gnb-btn-search-icon, button-search-icon.disabled, .disabled.gnb-btn-search-icon-white, button-search-icon-white.disabled, button.disabled {
        opacity: 60%;
        cursor: not-allowed;
    }

    .gnb-btn .fa-arrow-right, .gnb-btn-secondary .fa-arrow-right, button-secondary .fa-arrow-right, .gnb-btn-tertiary .fa-arrow-right, button-tertiary .fa-arrow-right, .gnb-btn-critical-tertiary .fa-arrow-right, button-critical-tertiary .fa-arrow-right, .gnb-btn-critical .fa-arrow-right, button-critical .fa-arrow-right, .gnb-btn-critical-secondary .fa-arrow-right, button-critical-secondary .fa-arrow-right, .gnb-btn-success .fa-arrow-right, button-success .fa-arrow-right, .gnb-btn-search .fa-arrow-right, button-search .fa-arrow-right, .gnb-btn-search-icon .fa-arrow-right, button-search-icon .fa-arrow-right, .gnb-btn-search-icon-white .fa-arrow-right, button-search-icon-white .fa-arrow-right, .gnb-btn .fa-arrow-circle-right, .gnb-btn-secondary .fa-arrow-circle-right, button-secondary .fa-arrow-circle-right, .gnb-btn-tertiary .fa-arrow-circle-right, button-tertiary .fa-arrow-circle-right, .gnb-btn-critical-tertiary .fa-arrow-circle-right, button-critical-tertiary .fa-arrow-circle-right, .gnb-btn-critical .fa-arrow-circle-right, button-critical .fa-arrow-circle-right, .gnb-btn-critical-secondary .fa-arrow-circle-right, button-critical-secondary .fa-arrow-circle-right, .gnb-btn-success .fa-arrow-circle-right, button-success .fa-arrow-circle-right, .gnb-btn-search .fa-arrow-circle-right, button-search .fa-arrow-circle-right, .gnb-btn-search-icon .fa-arrow-circle-right, button-search-icon .fa-arrow-circle-right, .gnb-btn-search-icon-white .fa-arrow-circle-right, button-search-icon-white .fa-arrow-circle-right, .gnb-btn .fa-arrow-alt-circle-right, .gnb-btn-secondary .fa-arrow-alt-circle-right, button-secondary .fa-arrow-alt-circle-right, .gnb-btn-tertiary .fa-arrow-alt-circle-right, button-tertiary .fa-arrow-alt-circle-right, .gnb-btn-critical-tertiary .fa-arrow-alt-circle-right, button-critical-tertiary .fa-arrow-alt-circle-right, .gnb-btn-critical .fa-arrow-alt-circle-right, button-critical .fa-arrow-alt-circle-right, .gnb-btn-critical-secondary .fa-arrow-alt-circle-right, button-critical-secondary .fa-arrow-alt-circle-right, .gnb-btn-success .fa-arrow-alt-circle-right, button-success .fa-arrow-alt-circle-right, .gnb-btn-search .fa-arrow-alt-circle-right, button-search .fa-arrow-alt-circle-right, .gnb-btn-search-icon .fa-arrow-alt-circle-right, button-search-icon .fa-arrow-alt-circle-right, .gnb-btn-search-icon-white .fa-arrow-alt-circle-right, button-search-icon-white .fa-arrow-alt-circle-right, .gnb-btn i, .gnb-btn-secondary i, button-secondary i, .gnb-btn-tertiary i, button-tertiary i, .gnb-btn-critical-tertiary i, button-critical-tertiary i, .gnb-btn-critical i, button-critical i, .gnb-btn-critical-secondary i, button-critical-secondary i, .gnb-btn-success i, button-success i, .gnb-btn-search i, button-search i, .gnb-btn-search-icon i, button-search-icon i, .gnb-btn-search-icon-white i, button-search-icon-white i, button .fa-arrow-right, button .fa-arrow-circle-right, button .fa-arrow-alt-circle-right, button i {
        margin-left: 0.25rem;
    }

    .gnb-btn .fa-arrow-left, .gnb-btn-secondary .fa-arrow-left, button-secondary .fa-arrow-left, .gnb-btn-tertiary .fa-arrow-left, button-tertiary .fa-arrow-left, .gnb-btn-critical-tertiary .fa-arrow-left, button-critical-tertiary .fa-arrow-left, .gnb-btn-critical .fa-arrow-left, button-critical .fa-arrow-left, .gnb-btn-critical-secondary .fa-arrow-left, button-critical-secondary .fa-arrow-left, .gnb-btn-success .fa-arrow-left, button-success .fa-arrow-left, .gnb-btn-search .fa-arrow-left, button-search .fa-arrow-left, .gnb-btn-search-icon .fa-arrow-left, button-search-icon .fa-arrow-left, .gnb-btn-search-icon-white .fa-arrow-left, button-search-icon-white .fa-arrow-left, .gnb-btn .fa-arrow-circle-left, .gnb-btn-secondary .fa-arrow-circle-left, button-secondary .fa-arrow-circle-left, .gnb-btn-tertiary .fa-arrow-circle-left, button-tertiary .fa-arrow-circle-left, .gnb-btn-critical-tertiary .fa-arrow-circle-left, button-critical-tertiary .fa-arrow-circle-left, .gnb-btn-critical .fa-arrow-circle-left, button-critical .fa-arrow-circle-left, .gnb-btn-critical-secondary .fa-arrow-circle-left, button-critical-secondary .fa-arrow-circle-left, .gnb-btn-success .fa-arrow-circle-left, button-success .fa-arrow-circle-left, .gnb-btn-search .fa-arrow-circle-left, button-search .fa-arrow-circle-left, .gnb-btn-search-icon .fa-arrow-circle-left, button-search-icon .fa-arrow-circle-left, .gnb-btn-search-icon-white .fa-arrow-circle-left, button-search-icon-white .fa-arrow-circle-left, .gnb-btn .fa-arrow-alt-circle-left, .gnb-btn-secondary .fa-arrow-alt-circle-left, button-secondary .fa-arrow-alt-circle-left, .gnb-btn-tertiary .fa-arrow-alt-circle-left, button-tertiary .fa-arrow-alt-circle-left, .gnb-btn-critical-tertiary .fa-arrow-alt-circle-left, button-critical-tertiary .fa-arrow-alt-circle-left, .gnb-btn-critical .fa-arrow-alt-circle-left, button-critical .fa-arrow-alt-circle-left, .gnb-btn-critical-secondary .fa-arrow-alt-circle-left, button-critical-secondary .fa-arrow-alt-circle-left, .gnb-btn-success .fa-arrow-alt-circle-left, button-success .fa-arrow-alt-circle-left, .gnb-btn-search .fa-arrow-alt-circle-left, button-search .fa-arrow-alt-circle-left, .gnb-btn-search-icon .fa-arrow-alt-circle-left, button-search-icon .fa-arrow-alt-circle-left, .gnb-btn-search-icon-white .fa-arrow-alt-circle-left, button-search-icon-white .fa-arrow-alt-circle-left, button .fa-arrow-left, button .fa-arrow-circle-left, button .fa-arrow-alt-circle-left {
        margin-right: 0.25rem;
    }

.gnb-callout, .gnb-callout-icon, .gnb-callout-inline, .gnb-callout-inline-icon {
    margin: 2rem 0;
    padding: 1.5rem;
    line-height: 1.5;
    color: #000;
    border-radius: 0.25rem;
    background-color: #eee;
}

    .gnb-callout h1:first-of-type, .gnb-callout-icon h1:first-of-type, .gnb-callout-inline h1:first-of-type, .gnb-callout-inline-icon h1:first-of-type,
    .gnb-callout h2:first-of-type,
    .gnb-callout-icon h2:first-of-type,
    .gnb-callout-inline h2:first-of-type,
    .gnb-callout-inline-icon h2:first-of-type,
    .gnb-callout h3:first-of-type,
    .gnb-callout-icon h3:first-of-type,
    .gnb-callout-inline h3:first-of-type,
    .gnb-callout-inline-icon h3:first-of-type {
        margin: 0 0 0.75rem 0;
        font-size: 1.25rem;
    }

@media screen and (min-width: 768px) {
    .gnb-callout h1:first-of-type, .gnb-callout-icon h1:first-of-type, .gnb-callout-inline h1:first-of-type, .gnb-callout-inline-icon h1:first-of-type,
    .gnb-callout h2:first-of-type,
    .gnb-callout-icon h2:first-of-type,
    .gnb-callout-inline h2:first-of-type,
    .gnb-callout-inline-icon h2:first-of-type,
    .gnb-callout h3:first-of-type,
    .gnb-callout-icon h3:first-of-type,
    .gnb-callout-inline h3:first-of-type,
    .gnb-callout-inline-icon h3:first-of-type {
        font-size: 1.5rem;
    }
}

.gnb-callout h4:first-of-type, .gnb-callout-icon h4:first-of-type, .gnb-callout-inline h4:first-of-type, .gnb-callout-inline-icon h4:first-of-type,
.gnb-callout h5:first-of-type,
.gnb-callout-icon h5:first-of-type,
.gnb-callout-inline h5:first-of-type,
.gnb-callout-inline-icon h5:first-of-type {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .gnb-callout h4:first-of-type, .gnb-callout-icon h4:first-of-type, .gnb-callout-inline h4:first-of-type, .gnb-callout-inline-icon h4:first-of-type,
    .gnb-callout h5:first-of-type,
    .gnb-callout-icon h5:first-of-type,
    .gnb-callout-inline h5:first-of-type,
    .gnb-callout-inline-icon h5:first-of-type {
        font-size: 1.25rem;
    }
}

.gnb-callout p, .gnb-callout-icon p, .gnb-callout-inline p, .gnb-callout-inline-icon p {
    margin-bottom: 0;
}

.gnb-callout-icon {
    background: #eee url(../img/icon-callout.svg) top left no-repeat;
    padding: 1.5rem 2rem 1.5rem 3.25rem;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1.5em;
}

@media screen and (min-width: 768px) {
    .gnb-callout-icon {
        background-position-y: 1.75rem;
    }
}

.gnb-callout-inline {
    padding: 1rem 1rem 1rem 1.5rem;
}

.gnb-callout-inline-icon {
    background: #eee url(../img/icon-callout.svg) top left no-repeat;
    padding: 1rem 1rem 1rem 3.25rem;
    background-size: 1.5rem;
    background-position-x: 1rem;
    background-position-y: 1.125rem;
}

@media screen and (max-width: 768px) {
    .gnb-callout-inline-icon {
        background-size: 1.25rem;
        padding: 1rem 1rem 1rem 3rem;
    }
}

.call-to-action {
    background-color: #eee;
    padding: 1.5rem;
    border-radius: 0.25rem;
    margin: 2rem 0;
}

    .call-to-action h1:first-of-type, .call-to-action h2:first-of-type, .call-to-action h3:first-of-type {
        margin: 0 0 0.75rem 0;
        font-size: 1.25rem;
    }

@media screen and (min-width: 768px) {
    .call-to-action h1:first-of-type, .call-to-action h2:first-of-type, .call-to-action h3:first-of-type {
        font-size: 1.5rem;
    }
}

.call-to-action h4:first-of-type, .call-to-action h5:first-of-type {
    margin: .25rem 0 0.75rem 0;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .call-to-action h4:first-of-type, .call-to-action h5:first-of-type {
        font-size: 1.25rem;
    }
}

.call-to-action p:last-of-type {
    margin-bottom: 0;
}

.call-to-action-section {
    background-color: #eee;
    padding: 3rem 0;
    margin: 0 auto;
}

    .call-to-action-section h1:first-of-type, .call-to-action-section h2:first-of-type, .call-to-action-section h3:first-of-type, .call-to-action-section h4:first-of-type, .call-to-action-section h5:first-of-type {
        margin: 0 0 0.75rem 0;
        font-size: 1.5rem;
    }

@media screen and (min-width: 768px) {
    .call-to-action-section h1:first-of-type, .call-to-action-section h2:first-of-type, .call-to-action-section h3:first-of-type, .call-to-action-section h4:first-of-type, .call-to-action-section h5:first-of-type {
        font-size: 2rem;
    }
}

.call-to-action-section p:last-of-type {
    margin-bottom: 0;
}

.call-to-action-section-img {
    position: relative;
    padding: 3rem 0;
    margin: 0;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

    .call-to-action-section-img::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
        z-index: 1;
    }

    .call-to-action-section-img * {
        z-index: 100;
    }

    .call-to-action-section-img h1, .call-to-action-section-img h2, .call-to-action-section-img h3, .call-to-action-section-img h4, .call-to-action-section-img h5,
    .call-to-action-section-img .h1-m, .call-to-action-section-img .h2-m, .call-to-action-section-img .h3-m, .call-to-action-section-img .h4-m, .call-to-action-section-img .h5-m,
    .call-to-action-section-img .display-1, .call-to-action-section-img .display-2, .call-to-action-section-img .display-3,
    .call-to-action-section-img .display-1-m, .call-to-action-section-img .display-2-m, .call-to-action-section-img .display-3-m,
    .call-to-action-section-img p, .call-to-action-section-img a {
        color: #ffffff;
    }

    .call-to-action-section-img code {
        color: #000;
    }

    .call-to-action-section-img hr {
        background-color: rgba(100, 100, 100, 0.1);
    }

.gnb-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    color: #000;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    min-width: 0;
    position: relative;
    transition: .2s ease-in-out;
    overflow: hidden;
}

    .gnb-card .gnb-card-header {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }

        .gnb-card .gnb-card-header:first-child {
            border-radius: 0.25rem 0.25rem 0 0;
        }

    .gnb-card .gnb-card-footer {
        border-top: 1px solid #ddd;
    }

        .gnb-card .gnb-card-footer:last-child {
            border-radius: 0 0 0.25rem 0.25rem;
        }

    .gnb-card .gnb-card-body {
        padding: 1.5rem;
    }

    .gnb-card .gnb-card-meta {
        display: block;
        font-size: .825rem;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 1rem;
    }

        .gnb-card .gnb-card-meta + .gnb-card-date {
            margin-top: -1rem;
        }

    .gnb-card .gnb-card-date {
        display: block;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .gnb-card h1, .gnb-card h2, .gnb-card h3, .gnb-card h4, .gnb-card h5, .gnb-card h6 {
        font-size: 1.25rem;
        padding-top: 0;
    }

@media screen and (min-width: 768px) {
    .gnb-card h1, .gnb-card h2, .gnb-card h3, .gnb-card h4, .gnb-card h5, .gnb-card h6 {
        font-size: 1.5rem;
    }
}

.gnb-card h1:first-of-type, .gnb-card h2:first-of-type, .gnb-card h3:first-of-type, .gnb-card h4:first-of-type, .gnb-card h5:first-of-type, .gnb-card h6:first-of-type {
    margin-top: 0;
}

.gnb-card h1i, .gnb-card h2i, .gnb-card h3i, .gnb-card h4i, .gnb-card h5i, .gnb-card h6i {
    display: none;
}

.gnb-card p:last-of-type {
    margin-bottom: 0;
}

.gnb-card a {
    text-decoration: none;
    font-weight: 700;
    transition: .2s ease-in-out;
}

    .gnb-card a:first-of-type::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        z-index: 1;
        content: "";
    }

.gnb-card h1:has(> a.external-link)::after,
.gnb-card h2:has(> a.external-link)::after,
.gnb-card h3:has(> a.external-link)::after,
.gnb-card h4:has(> a.external-link)::after,
.gnb-card h5:has(> a.external-link)::after,
.gnb-card h6:has(> a.external-link)::after {
    font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
    font-size: 1rem;
    color: #004a98;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: -0.05rem;
    margin-left: 0rem;
    transition: .2s ease-in-out;
    content: " \f08e";
}

.gnb-card i {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4rem !important;
    text-align: center;
    background-color: #eeeeee;
    border-radius: 100%;
    font-size: 1.875rem;
    color: #004A98;
    margin-bottom: 1rem;
}

.gnb-card:hover {
    background-color: #004a98;
    border-color: #004a98;
    color: #ffffff;
}

    .gnb-card:hover a {
        color: #ffffff;
        background-color: transparent;
    }

        .gnb-card:hover a:hover {
            color: #ffffff;
        }

    .gnb-card:hover h1:has(> a.external-link)::after,
    .gnb-card:hover h2:has(> a.external-link)::after,
    .gnb-card:hover h3:has(> a.external-link)::after,
    .gnb-card:hover h4:has(> a.external-link)::after,
    .gnb-card:hover h5:has(> a.external-link)::after,
    .gnb-card:hover h6:has(> a.external-link)::after {
        color: #ffffff;
    }

    .gnb-card:hover:active {
        color: #ffffff;
        outline: 0.25rem solid #efb300;
    }

.gnb-card img {
    width: auto;
    height: 11.875rem;
    object-fit: cover;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.gnb-card.gnb-card-background-img {
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.gnb-card .gnb-card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 20rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    border: none;
    border-radius: 0.25rem;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */
}

    .gnb-card .gnb-card-img-overlay a, .gnb-card .gnb-card-img-overlay p, .gnb-card .gnb-card-img-overlay span, .gnb-card .gnb-card-img-overlay h1, .gnb-card .gnb-card-img-overlay h2, .gnb-card .gnb-card-img-overlay h3, .gnb-card .gnb-card-img-overlay h4, .gnb-card .gnb-card-img-overlay h5, .gnb-card .gnb-card-img-overlay h6 {
        color: #ffffff;
    }

    .gnb-card .gnb-card-img-overlay:hover {
        cursor: pointer;
        background: none;
        background-color: #004a98;
    }

        .gnb-card .gnb-card-img-overlay:hover a {
            background-color: transparent;
        }

    .gnb-card .gnb-card-img-overlay h1:has(> a.external-link)::after,
    .gnb-card .gnb-card-img-overlay h2:has(> a.external-link)::after,
    .gnb-card .gnb-card-img-overlay h3:has(> a.external-link)::after,
    .gnb-card .gnb-card-img-overlay h4:has(> a.external-link)::after,
    .gnb-card .gnb-card-img-overlay h5:has(> a.external-link)::after,
    .gnb-card .gnb-card-img-overlay h6:has(> a.external-link)::after {
        color: #ffffff;
    }

.gnb-card-group {
    width: 100%;
    margin: 2rem auto 0 auto;
    box-sizing: border-box;
    display: flow-root;
}

    .gnb-card-group .col {
        margin-bottom: 2rem;
    }

.gnb-hero-banner-img .gnb-card h1, .gnb-big-hero-banner-img-fullscreen .gnb-card h1, .gnb-hero-banner-img .gnb-card h2, .gnb-big-hero-banner-img-fullscreen .gnb-card h2, .gnb-hero-banner-img .gnb-card h3, .gnb-big-hero-banner-img-fullscreen .gnb-card h3, .gnb-hero-banner-img .gnb-card h4, .gnb-big-hero-banner-img-fullscreen .gnb-card h4, .gnb-hero-banner-img .gnb-card h5, .gnb-big-hero-banner-img-fullscreen .gnb-card h5, .gnb-hero-banner-img .gnb-card .h1-m, .gnb-big-hero-banner-img-fullscreen .gnb-card .h1-m, .gnb-hero-banner-img .gnb-card .h2-m, .gnb-big-hero-banner-img-fullscreen .gnb-card .h2-m, .gnb-hero-banner-img .gnb-card .h3-m, .gnb-big-hero-banner-img-fullscreen .gnb-card .h3-m, .gnb-hero-banner-img .gnb-card .h4-m, .gnb-big-hero-banner-img-fullscreen .gnb-card .h4-m, .gnb-hero-banner-img .gnb-card .h5-m, .gnb-big-hero-banner-img-fullscreen .gnb-card .h5-m, .gnb-hero-banner-img .gnb-card a, .gnb-big-hero-banner-img-fullscreen .gnb-card a {
    color: #004a98;
}

.gnb-hero-banner-img .gnb-card p, .gnb-big-hero-banner-img-fullscreen .gnb-card p {
    color: #000;
}

.gnb-hero-banner-img .gnb-card:hover p, .gnb-big-hero-banner-img-fullscreen .gnb-card:hover p {
    color: #ffffff;
}

.gnb-content-block, .gnb-content-block-icon-left {
    padding: 1rem 0;
}

    .gnb-content-block ul, .gnb-content-block-icon-left ul,
    .gnb-content-block ol,
    .gnb-content-block-icon-left ol {
        padding-left: 1em;
    }

    .gnb-content-block h1, .gnb-content-block-icon-left h1, .gnb-content-block h2, .gnb-content-block-icon-left h2, .gnb-content-block h3, .gnb-content-block-icon-left h3, .gnb-content-block h4, .gnb-content-block-icon-left h4, .gnb-content-block h5, .gnb-content-block-icon-left h5, .gnb-content-block h6, .gnb-content-block-icon-left h6 {
        padding-top: 0;
    }

        .gnb-content-block h1:first-of-type, .gnb-content-block-icon-left h1:first-of-type, .gnb-content-block h2:first-of-type, .gnb-content-block-icon-left h2:first-of-type, .gnb-content-block h3:first-of-type, .gnb-content-block-icon-left h3:first-of-type, .gnb-content-block h4:first-of-type, .gnb-content-block-icon-left h4:first-of-type, .gnb-content-block h5:first-of-type, .gnb-content-block-icon-left h5:first-of-type, .gnb-content-block h6:first-of-type, .gnb-content-block-icon-left h6:first-of-type {
            margin-top: 0;
        }

    .gnb-content-block h1i, .gnb-content-block-icon-left h1i, .gnb-content-block h2i, .gnb-content-block-icon-left h2i, .gnb-content-block h3i, .gnb-content-block-icon-left h3i, .gnb-content-block h4i, .gnb-content-block-icon-left h4i, .gnb-content-block h5i, .gnb-content-block-icon-left h5i, .gnb-content-block h6i, .gnb-content-block-icon-left h6i {
        display: none;
    }

    .gnb-content-block p:last-of-type, .gnb-content-block-icon-left p:last-of-type {
        margin-bottom: 0;
    }

    .gnb-content-block i:first-of-type, .gnb-content-block-icon-left i:first-of-type {
        width: 4rem;
        height: 4rem;
        text-align: center;
        border-radius: 100%;
        font-size: 1.875rem;
        background-color: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        color: #004a98;
        margin-bottom: 1rem;
    }

.gnb-content-block-icon-left {
    display: flex;
    flex-direction: row;
}

    .gnb-content-block-icon-left i:first-of-type {
        width: 3rem;
        height: 3rem;
        font-size: 1.375rem;
        margin-right: 1rem;
    }

    .gnb-content-block img, .gnb-content-block-icon-left img {
        border-radius: 0.25rem;
        width: 100%;
        height: 11.875rem;
        object-fit: cover;
        margin-bottom: 1rem;
    }

.gnb-content-block-group {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    display: flow-root;
    margin-bottom: 1.5rem;
}

.gnb-content-list, .gnb-content-list-img {
    list-style: none;
    padding: 0;
    margin-bottom: 2.5rem;
}

    .gnb-content-list article, .gnb-content-list-img article,
    .gnb-content-list li,
    .gnb-content-list-img li {
        border-top: 1px solid #ddd;
        padding: 1.5rem 0;
    }

        .gnb-content-list article h2, .gnb-content-list-img article h2,
        .gnb-content-list article h3,
        .gnb-content-list-img article h3,
        .gnb-content-list article h4,
        .gnb-content-list-img article h4,
        .gnb-content-list article h5,
        .gnb-content-list-img article h5,
        .gnb-content-list article h6,
        .gnb-content-list-img article h6,
        .gnb-content-list article > a,
        .gnb-content-list-img article > a,
        .gnb-content-list article .content > a,
        .gnb-content-list-img article .content > a,
        .gnb-content-list li h2,
        .gnb-content-list-img li h2,
        .gnb-content-list li h3,
        .gnb-content-list-img li h3,
        .gnb-content-list li h4,
        .gnb-content-list-img li h4,
        .gnb-content-list li h5,
        .gnb-content-list-img li h5,
        .gnb-content-list li h6,
        .gnb-content-list-img li h6,
        .gnb-content-list li > a,
        .gnb-content-list-img li > a,
        .gnb-content-list li .content > a,
        .gnb-content-list-img li .content > a {
            font-size: 1.25rem;
            font-weight: 700;
            display: inline-block;
            margin: 0 0 0.25rem 0;
        }

            .gnb-content-list article h2 a, .gnb-content-list-img article h2 a,
            .gnb-content-list article h3 a,
            .gnb-content-list-img article h3 a,
            .gnb-content-list article h4 a,
            .gnb-content-list-img article h4 a,
            .gnb-content-list article h5 a,
            .gnb-content-list-img article h5 a,
            .gnb-content-list article h6 a,
            .gnb-content-list-img article h6 a,
            .gnb-content-list article > a a,
            .gnb-content-list-img article > a a,
            .gnb-content-list article .content > a a,
            .gnb-content-list-img article .content > a a,
            .gnb-content-list li h2 a,
            .gnb-content-list-img li h2 a,
            .gnb-content-list li h3 a,
            .gnb-content-list-img li h3 a,
            .gnb-content-list li h4 a,
            .gnb-content-list-img li h4 a,
            .gnb-content-list li h5 a,
            .gnb-content-list-img li h5 a,
            .gnb-content-list li h6 a,
            .gnb-content-list-img li h6 a,
            .gnb-content-list li > a a,
            .gnb-content-list-img li > a a,
            .gnb-content-list li .content > a a,
            .gnb-content-list-img li .content > a a {
                font-weight: 700;
            }

        .gnb-content-list article p:last-of-type, .gnb-content-list-img article p:last-of-type,
        .gnb-content-list li p:last-of-type,
        .gnb-content-list-img li p:last-of-type {
            margin-bottom: 0;
        }

        .gnb-content-list article .url, .gnb-content-list-img article .url,
        .gnb-content-list li .url,
        .gnb-content-list-img li .url {
            font-size: 1rem;
            color: #006055;
            margin: 0 0 0.25rem 0;
            font-weight: 500;
        }

        .gnb-content-list article .gnb-label, .gnb-content-list-img article .gnb-label,
        .gnb-content-list li .gnb-label,
        .gnb-content-list-img li .gnb-label {
            display: block;
            font-size: 0.875rem;
            line-height: 0.875rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-weight: bold;
            margin: 0 0 1rem 0;
        }

        .gnb-content-list article .gnb-date, .gnb-content-list-img article .gnb-date,
        .gnb-content-list li .gnb-date,
        .gnb-content-list-img li .gnb-date {
            display: block;
            font-size: 1rem;
            line-height: 1rem;
            margin: 0 0 1rem 0;
        }

            .gnb-content-list article .gnb-date + .gnb-label, .gnb-content-list-img article .gnb-date + .gnb-label,
            .gnb-content-list li .gnb-date + .gnb-label,
            .gnb-content-list-img li .gnb-date + .gnb-label {
                margin-bottom: 0;
            }

    .gnb-content-list-img article,
    .gnb-content-list-img li {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

@media screen and (min-width: 768px) {
    .gnb-content-list-img article,
    .gnb-content-list-img li {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .gnb-content-list-img article .img,
    .gnb-content-list-img li .img {
        flex: 1;
    }
}

.gnb-content-list-img article .img img,
.gnb-content-list-img li .img img {
    width: 100%;
    height: 11.875rem;
    object-fit: cover;
    object-position: center center;
    border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
    .gnb-content-list-img article .content,
    .gnb-content-list-img li .content {
        flex: 2;
        padding-top: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .gnb-content-list-img article .content,
    .gnb-content-list-img li .content {
        flex: 3;
        padding-top: 1rem;
    }
}

footer {
    padding: 0;
    margin: 0;
}

    footer p {
        margin: 0;
        padding: 0;
    }

    footer a {
        cursor: pointer;
    }

.gnb-footer, .gnb-footer-dark, .gnb-footer-light, .gnb-footer-extended {
    padding: 1rem 1.25rem;
    position: relative;
    z-index: 501;
}

    .gnb-footer h1, .gnb-footer-dark h1, .gnb-footer-light h1, .gnb-footer-extended h1,
    .gnb-footer h2,
    .gnb-footer-dark h2,
    .gnb-footer-light h2,
    .gnb-footer-extended h2,
    .gnb-footer h3,
    .gnb-footer-dark h3,
    .gnb-footer-light h3,
    .gnb-footer-extended h3,
    .gnb-footer h4,
    .gnb-footer-dark h4,
    .gnb-footer-light h4,
    .gnb-footer-extended h4,
    .gnb-footer h5,
    .gnb-footer-dark h5,
    .gnb-footer-light h5,
    .gnb-footer-extended h5,
    .gnb-footer h6,
    .gnb-footer-dark h6,
    .gnb-footer-light h6,
    .gnb-footer-extended h6 {
        font-size: 1.125rem;
        padding-top: 0;
        margin-top: 0;
    }

    .gnb-footer h1i, .gnb-footer-dark h1i, .gnb-footer-light h1i, .gnb-footer-extended h1i,
    .gnb-footer h2i,
    .gnb-footer-dark h2i,
    .gnb-footer-light h2i,
    .gnb-footer-extended h2i,
    .gnb-footer h3i,
    .gnb-footer-dark h3i,
    .gnb-footer-light h3i,
    .gnb-footer-extended h3i,
    .gnb-footer h4i,
    .gnb-footer-dark h4i,
    .gnb-footer-light h4i,
    .gnb-footer-extended h4i,
    .gnb-footer h5i,
    .gnb-footer-dark h5i,
    .gnb-footer-light h5i,
    .gnb-footer-extended h5i,
    .gnb-footer h6i,
    .gnb-footer-dark h6i,
    .gnb-footer-light h6i,
    .gnb-footer-extended h6i {
        display: none;
    }

    .gnb-footer ul, .gnb-footer-dark ul, .gnb-footer-light ul, .gnb-footer-extended ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .gnb-footer ul li, .gnb-footer-dark ul li, .gnb-footer-light ul li, .gnb-footer-extended ul li {
            margin: 0;
        }

    .gnb-footer .nav-footer ul li, .gnb-footer-dark .nav-footer ul li, .gnb-footer-light .nav-footer ul li, .gnb-footer-extended .nav-footer ul li {
        padding: 0 0 1rem 0;
        line-height: 1.25;
    }

    .gnb-footer .nav-legal ul, .gnb-footer-dark .nav-legal ul, .gnb-footer-light .nav-legal ul, .gnb-footer-extended .nav-legal ul {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

@media screen and (min-width: 992px) {
    .gnb-footer .nav-legal ul, .gnb-footer-dark .nav-legal ul, .gnb-footer-light .nav-legal ul, .gnb-footer-extended .nav-legal ul {
        justify-content: end;
    }
}

.gnb-footer .nav-legal ul li, .gnb-footer-dark .nav-legal ul li, .gnb-footer-light .nav-legal ul li, .gnb-footer-extended .nav-legal ul li {
    padding: 0.25rem 0.5rem;
}

    .gnb-footer .nav-legal ul li:last-of-type, .gnb-footer-dark .nav-legal ul li:last-of-type, .gnb-footer-light .nav-legal ul li:last-of-type, .gnb-footer-extended .nav-legal ul li:last-of-type {
        padding-right: 0;
    }

.gnb-footer .copyright, .gnb-footer-dark .copyright, .gnb-footer-light .copyright, .gnb-footer-extended .copyright {
    padding: 0.25rem 0;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .gnb-footer .copyright, .gnb-footer-dark .copyright, .gnb-footer-light .copyright, .gnb-footer-extended .copyright {
        text-align: left;
    }
}

.gnb-footer a:hover, .gnb-footer-dark a:hover, .gnb-footer-light a:hover, .gnb-footer-extended a:hover, .gnb-footer a:focus, .gnb-footer-dark a:focus, .gnb-footer-light a:focus, .gnb-footer-extended a:focus, .gnb-footer a:active, .gnb-footer-dark a:active, .gnb-footer-light a:active, .gnb-footer-extended a:active {
    background-color: transparent;
}

.gnb-footer-dark {
    color: #ffffff;
    background-color: #000;
}

    .gnb-footer-dark a {
        color: #ffffff;
    }

        .gnb-footer-dark a.external-link::after {
            color: #ffffff;
        }

    .gnb-footer-dark .copyright {
        color: #ffffff;
    }

.gnb-footer-light {
    background-color: #eee;
    color: #000;
}

    .gnb-footer-light a {
        color: #004a98;
    }

    .gnb-footer-light .copyright {
        color: #000;
    }

.gnb-footer-extended {
    padding: 2rem 0rem 0rem 0rem;
}

@media screen and (min-width: 992px) {
    .gnb-footer-extended {
        padding: 3rem 0rem 0rem 0rem;
    }
}

.gnb-footer-extended .logo {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .gnb-footer-extended .logo {
        text-align: left;
    }
}

.gnb-footer-extended .logo img {
    max-width: 10rem;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}

.gnb-footer-extended .gnb-footer, .gnb-footer-extended .gnb-footer-dark, .gnb-footer-extended .gnb-footer-light, .gnb-footer-extended .gnb-footer-extended {
    margin-top: 3rem;
}

    .gnb-footer-extended .gnb-footer .external-link::after, .gnb-footer-extended .gnb-footer-dark .external-link::after, .gnb-footer-extended .gnb-footer-light .external-link::after, .gnb-footer-extended .gnb-footer-extended .external-link::after {
        color: #ffffff;
    }

    .gnb-footer-extended.gnb-footer-light .gnb-footer, .gnb-footer-extended.gnb-footer-light .gnb-footer-dark, .gnb-footer-extended.gnb-footer-light .gnb-footer-light, .gnb-footer-extended.gnb-footer-light .gnb-footer-extended {
        border-top: 1px solid #ddd;
    }

    .gnb-footer-extended.gnb-footer-dark .gnb-footer, .gnb-footer-extended.gnb-footer-dark .gnb-footer-dark, .gnb-footer-extended.gnb-footer-dark .gnb-footer-light, .gnb-footer-extended.gnb-footer-dark .gnb-footer-extended {
        border-top: 1px solid #333;
    }

.gnb-hero-banner, .gnb-hero-banner-green, .gnb-hero-banner-blue, .gnb-hero-banner-crimson, .gnb-hero-banner-gold, .gnb-hero-banner-black {
    background-color: #006055;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 0 0 2.5rem 0;
    margin: 0;
}

    .gnb-hero-banner *, .gnb-hero-banner-green *, .gnb-hero-banner-blue *, .gnb-hero-banner-crimson *, .gnb-hero-banner-gold *, .gnb-hero-banner-black * {
        color: #ffffff;
    }

.gnb-hero-banner-green {
    background-color: #006055;
}

    .gnb-hero-banner-green * {
        color: #ffffff;
    }

.gnb-hero-banner-blue {
    background-color: #004a98;
}

    .gnb-hero-banner-blue * {
        color: #ffffff;
    }

.gnb-hero-banner-crimson {
    background-color: #79242f;
}

    .gnb-hero-banner-crimson * {
        color: #ffffff;
    }

.gnb-hero-banner-gold {
    background-color: #d6a329;
}

    .gnb-hero-banner-gold * {
        color: #ffffff;
    }

.gnb-hero-banner-black {
    background-color: #000;
}

    .gnb-hero-banner-black * {
        color: #ffffff;
    }

    .gnb-hero-banner .sm-caps, .gnb-hero-banner-green .sm-caps, .gnb-hero-banner-blue .sm-caps, .gnb-hero-banner-crimson .sm-caps, .gnb-hero-banner-gold .sm-caps, .gnb-hero-banner-black .sm-caps {
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
    }

    .gnb-hero-banner h1, .gnb-hero-banner-green h1, .gnb-hero-banner-blue h1, .gnb-hero-banner-crimson h1, .gnb-hero-banner-gold h1, .gnb-hero-banner-black h1,
    .gnb-hero-banner h2,
    .gnb-hero-banner-green h2,
    .gnb-hero-banner-blue h2,
    .gnb-hero-banner-crimson h2,
    .gnb-hero-banner-gold h2,
    .gnb-hero-banner-black h2,
    .gnb-hero-banner h3,
    .gnb-hero-banner-green h3,
    .gnb-hero-banner-blue h3,
    .gnb-hero-banner-crimson h3,
    .gnb-hero-banner-gold h3,
    .gnb-hero-banner-black h3,
    .gnb-hero-banner h4,
    .gnb-hero-banner-green h4,
    .gnb-hero-banner-blue h4,
    .gnb-hero-banner-crimson h4,
    .gnb-hero-banner-gold h4,
    .gnb-hero-banner-black h4,
    .gnb-hero-banner h5,
    .gnb-hero-banner-green h5,
    .gnb-hero-banner-blue h5,
    .gnb-hero-banner-crimson h5,
    .gnb-hero-banner-gold h5,
    .gnb-hero-banner-black h5,
    .gnb-hero-banner h6,
    .gnb-hero-banner-green h6,
    .gnb-hero-banner-blue h6,
    .gnb-hero-banner-crimson h6,
    .gnb-hero-banner-gold h6,
    .gnb-hero-banner-black h6 {
        font-family: "DM Serif Text", Georgia, "Times New Roman", serif;
        font-weight: 400;
        line-height: 1.125;
        margin-bottom: 1.5rem;
    }

    .gnb-hero-banner h1, .gnb-hero-banner-green h1, .gnb-hero-banner-blue h1, .gnb-hero-banner-crimson h1, .gnb-hero-banner-gold h1, .gnb-hero-banner-black h1,
    .gnb-hero-banner h2,
    .gnb-hero-banner-green h2,
    .gnb-hero-banner-blue h2,
    .gnb-hero-banner-crimson h2,
    .gnb-hero-banner-gold h2,
    .gnb-hero-banner-black h2 {
        font-size: 4rem;
    }

@media screen and (max-width: 576px) {
    .gnb-hero-banner h1, .gnb-hero-banner-green h1, .gnb-hero-banner-blue h1, .gnb-hero-banner-crimson h1, .gnb-hero-banner-gold h1, .gnb-hero-banner-black h1,
    .gnb-hero-banner h2,
    .gnb-hero-banner-green h2,
    .gnb-hero-banner-blue h2,
    .gnb-hero-banner-crimson h2,
    .gnb-hero-banner-gold h2,
    .gnb-hero-banner-black h2 {
        font-size: 2.5rem;
    }
}

.gnb-hero-banner h1-m, .gnb-hero-banner-green h1-m, .gnb-hero-banner-blue h1-m, .gnb-hero-banner-crimson h1-m, .gnb-hero-banner-gold h1-m, .gnb-hero-banner-black h1-m,
.gnb-hero-banner h2-m,
.gnb-hero-banner-green h2-m,
.gnb-hero-banner-blue h2-m,
.gnb-hero-banner-crimson h2-m,
.gnb-hero-banner-gold h2-m,
.gnb-hero-banner-black h2-m {
    font-size: 2.5rem;
}


.gnb-hero-banner h3,
.gnb-hero-banner-green h3,
.gnb-hero-banner-blue h3,
.gnb-hero-banner-crimson h3,
.gnb-hero-banner-gold h3,
.gnb-hero-banner-black h3,
.gnb-hero-banner h4,
.gnb-hero-banner-green h4,
.gnb-hero-banner-blue h4,
.gnb-hero-banner-crimson h4,
.gnb-hero-banner-gold h4,
.gnb-hero-banner-black h4,
.gnb-hero-banner h5,
.gnb-hero-banner-green h5,
.gnb-hero-banner-blue h5,
.gnb-hero-banner-crimson h5,
.gnb-hero-banner-gold h5,
.gnb-hero-banner-black h5,
.gnb-hero-banner h6,
.gnb-hero-banner-green h6,
.gnb-hero-banner-blue h6,
.gnb-hero-banner-crimson h6,
.gnb-hero-banner-gold h6,
.gnb-hero-banner-black h6 {
    font-size: 2.5rem;
}

@media screen and (max-width: 576px) {

    .gnb-hero-banner h3,
    .gnb-hero-banner-green h3,
    .gnb-hero-banner-blue h3,
    .gnb-hero-banner-crimson h3,
    .gnb-hero-banner-gold h3,
    .gnb-hero-banner-black h3,
    .gnb-hero-banner h4,
    .gnb-hero-banner-green h4,
    .gnb-hero-banner-blue h4,
    .gnb-hero-banner-crimson h4,
    .gnb-hero-banner-gold h4,
    .gnb-hero-banner-black h4,
    .gnb-hero-banner h5,
    .gnb-hero-banner-green h5,
    .gnb-hero-banner-blue h5,
    .gnb-hero-banner-crimson h5,
    .gnb-hero-banner-gold h5,
    .gnb-hero-banner-black h5,
    .gnb-hero-banner h6,
    .gnb-hero-banner-green h6,
    .gnb-hero-banner-blue h6,
    .gnb-hero-banner-crimson h6,
    .gnb-hero-banner-gold h6,
    .gnb-hero-banner-black h6 {
        font-size: 2rem;
    }
}

.gnb-hero-banner h3-m, .gnb-hero-banner-green h3-m, .gnb-hero-banner-blue h3-m, .gnb-hero-banner-crimson h3-m, .gnb-hero-banner-gold h3-m, .gnb-hero-banner-black h3-m,
.gnb-hero-banner h4-m,
.gnb-hero-banner-green h4-m,
.gnb-hero-banner-blue h4-m,
.gnb-hero-banner-crimson h4-m,
.gnb-hero-banner-gold h4-m,
.gnb-hero-banner-black h4-m,
.gnb-hero-banner h5-m,
.gnb-hero-banner-green h5-m,
.gnb-hero-banner-blue h5-m,
.gnb-hero-banner-crimson h5-m,
.gnb-hero-banner-gold h5-m,
.gnb-hero-banner-black h5-m,
.gnb-hero-banner h6-m,
.gnb-hero-banner-green h6-m,
.gnb-hero-banner-blue h6-m,
.gnb-hero-banner-crimson h6-m,
.gnb-hero-banner-gold h6-m,
.gnb-hero-banner-black h6-m {
    font-size: 2rem;
}

.gnb-hero-banner p, .gnb-hero-banner-green p, .gnb-hero-banner-blue p, .gnb-hero-banner-crimson p, .gnb-hero-banner-gold p, .gnb-hero-banner-black p {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .gnb-hero-banner p, .gnb-hero-banner-green p, .gnb-hero-banner-blue p, .gnb-hero-banner-crimson p, .gnb-hero-banner-gold p, .gnb-hero-banner-black p {
        font-size: 1.375rem;
    }
}

.gnb-big-hero-banner-img {
    padding: 0rem 0rem 4rem 0rem;
    margin: 0;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
}

    .gnb-big-hero-banner-img h1,
    .gnb-big-hero-banner-img h2,
    .gnb-big-hero-banner-img h3,
    .gnb-big-hero-banner-img h4,
    .gnb-big-hero-banner-img h5,
    .gnb-big-hero-banner-img h6 {
        font-family: "DM Serif Text", Georgia, "Times New Roman", serif;
        font-weight: 400;
        max-width: 60rem;
        line-height: 1.125;
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .gnb-big-hero-banner-img nav + h1,
    .gnb-big-hero-banner-img nav + h2,
    .gnb-big-hero-banner-img nav + h3,
    .gnb-big-hero-banner-img nav + h4,
    .gnb-big-hero-banner-img nav + h5,
    .gnb-big-hero-banner-img nav + h5 {
        padding-top: 0;
    }

    .gnb-big-hero-banner-img h1 {
        font-size: 6rem;
    }

@media screen and (max-width: 576px) {
    .gnb-big-hero-banner-img h1 {
        font-size: 4rem;
    }
}

.gnb-big-hero-banner-img h1-m {
    font-size: 4rem;
}

.gnb-big-hero-banner-img h2,
.gnb-big-hero-banner-img h3,
.gnb-big-hero-banner-img h4,
.gnb-big-hero-banner-img h5,
.gnb-big-hero-banner-img h6 {
    font-size: 4rem;
}

@media screen and (max-width: 576px) {
    .gnb-big-hero-banner-img h2,
    .gnb-big-hero-banner-img h3,
    .gnb-big-hero-banner-img h4,
    .gnb-big-hero-banner-img h5,
    .gnb-big-hero-banner-img h6 {
        font-size: 2.5rem;
    }
}

.gnb-big-hero-banner-img h2-m,
.gnb-big-hero-banner-img h3-m,
.gnb-big-hero-banner-img h4-m,
.gnb-big-hero-banner-img h5-m,
.gnb-big-hero-banner-img h6-m {
    font-size: 2.5rem;
}

.gnb-big-hero-banner-img h1,
.gnb-big-hero-banner-img h2,
.gnb-big-hero-banner-img h3,
.gnb-big-hero-banner-img h4,
.gnb-big-hero-banner-img h5,
.gnb-big-hero-banner-img .h1-m,
.gnb-big-hero-banner-img .h2-m,
.gnb-big-hero-banner-img .h3-m,
.gnb-big-hero-banner-img .h4-m,
.gnb-big-hero-banner-img .h5-m,
.gnb-big-hero-banner-img .display-1,
.gnb-big-hero-banner-img .display-2,
.gnb-big-hero-banner-img .display-3,
.gnb-big-hero-banner-img .display-1-m,
.gnb-big-hero-banner-img .display-2-m,
.gnb-big-hero-banner-img .display-3-m,
.gnb-big-hero-banner-img p,
.gnb-big-hero-banner-img a {
    color: #fff;
}

.gnb-big-hero-banner-img-fullscreen {
    height: 100vh;
}

.gnb-big-hero-banner-img p {
    font-size: 1.25rem;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .gnb-big-hero-banner-img p {
        font-size: 1.375rem;
    }
}

.gnb-big-hero-banner-img .sm-caps {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

.gnb-img {
    border-radius: 0.25rem;
}

.gnb-img-remove-border-radius {
    border-radius: 0;
}

.gnb-img-ratio {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

    .gnb-img-ratio img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

figure {
    margin: 0;
}

    figure figcaption {
        font-size: 0.875rem;
        margin: 0 0 1.5rem 0;
    }

    figure div + figcaption {
        margin: 0.5rem 0 1.5rem 0;
    }

article, aside, section {
    margin-bottom: 1.5rem;
}

.form-column, .form-column-gray {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 0.25rem;
    margin: 2rem 0;
}

    .form-column h1:first-of-type, .form-column-gray h1:first-of-type, .form-column h2:first-of-type, .form-column-gray h2:first-of-type, .form-column h3:first-of-type, .form-column-gray h3:first-of-type {
        margin: 0 0 0.75rem 0;
    }

@media screen and (min-width: 768px) {
    .form-column, .form-column-gray {
        padding: 3rem;
    }
}

.form-column-gray {
    background-color: #eee;
}

ul {
    list-style: disc;
    padding-inline-start: 0;
    padding: 0 0 0 1.125rem;
}

ol {
    padding: 0 0 0 1.375rem;
}

.icon-list {
    list-style: none;
    padding-inline-start: 0;
    padding: 0 0 0 1rem;
}

    .icon-list li {
        padding: 0 0 0 1rem;
    }

        .icon-list li::before {
            display: inline-block;
            font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
            font-weight: 700;
            line-height: 1.5;
            margin: 0 0.875rem 0 -1.875rem;
        }

@media screen and (min-width: 768px) {
    .icon-list li::before {
        margin: 0 0.875rem 0 -2rem;
    }
}

.icon-list.do li::before {
    color: #006055;
    content: " \f058";
}

.icon-list.dont li::before {
    color: #aa1f2e;
    content: " \f057";
}

.list-sm {
    margin: 1rem auto 2rem auto;
}

.list-md {
    margin: 1rem auto 2rem auto;
}

    .list-md li {
        margin-bottom: 0.5rem;
    }

.list-lg {
    margin: 1rem auto 2rem auto;
}

    .list-lg li {
        margin-bottom: 1rem;
    }

.list-no-bullets {
    list-style: none;
    padding-left: 0;
}

.gnb-step-list {
    list-style: none;
    position: relative;
    padding-inline-start: 1.25rem;
    counter-reset: step-by-step-counter;
    width: 100%;
}

    .gnb-step-list li {
        padding-left: 1.5rem;
        counter-increment: step-by-step-counter;
    }

        .gnb-step-list li::before {
            content: "" counter(step-by-step-counter);
            display: inline-block;
            background: #000;
            border-radius: 100%;
            color: #ffffff;
            font-size: 1rem;
            font-weight: 700;
            height: 2rem;
            width: 2rem;
            left: 0rem;
            line-height: 2rem;
            position: absolute;
            text-align: center;
            z-index: 99;
        }

@media screen and (min-width: 992px) {
    .gnb-step-list li::before {
        font-size: 1.25rem;
    }
}

header section {
    margin: 0 auto;
}

.gnb-header, .gnb-header-dark {
    background-color: #ffffff;
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

    .gnb-header *, .gnb-header-dark * {
        text-align: center;
    }

    .gnb-header .logo, .gnb-header-dark .logo {
        padding: 0.5rem 1rem 0 1rem;
        margin: 0 auto 0 0;
    }

@media only screen and (min-width: 768px) {
    .gnb-header .logo, .gnb-header-dark .logo {
        padding: 0.875rem 1.5rem 0 1.5rem;
    }
}

.gnb-header .logo img, .gnb-header-dark .logo img {
    height: 2rem;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .gnb-header .logo img, .gnb-header-dark .logo img {
        height: 2.5rem;
    }
}

.gnb-header .logo a:hover, .gnb-header-dark .logo a:hover {
    background-color: transparent;
}

.gnb-header .language-toggle, .gnb-header-dark .language-toggle {
    width: fit-content;
}

    .gnb-header .language-toggle ul, .gnb-header-dark .language-toggle ul, .gnb-header .language-toggle li, .gnb-header-dark .language-toggle li {
        margin: 0;
        padding: 0;
        text-indent: 0;
        list-style-type: none;
    }

    .gnb-header .language-toggle ul, .gnb-header-dark .language-toggle ul {
        display: inline-flex;
        flex-direction: row;
    }

    .gnb-header .language-toggle li, .gnb-header-dark .language-toggle li {
        align-items: flex-end;
        border-left: 1px solid #eee;
    }

        .gnb-header .language-toggle li form, .gnb-header-dark .language-toggle li form {
            margin-bottom: 0;
        }

        .gnb-header .language-toggle li a, .gnb-header-dark .language-toggle li a {
            display: block;
            font-weight: 500;
            line-height: 1.125;
            text-decoration: none;
            padding: 1rem;
            color: #000;
        }

            .gnb-header .language-toggle li a:hover, .gnb-header-dark .language-toggle li a:hover {
                background-color: #004a98;
                color: #ffffff;
            }

@media only screen and (min-width: 768px) {
    .gnb-header .language-toggle li a, .gnb-header-dark .language-toggle li a {
        padding: 1.5rem 2rem;
        font-size: 1.125rem;
    }
}

.gnb-header .language-toggle li:first-child, .gnb-header-dark .language-toggle li:first-child {
    border-left: none;
}

.gnb-header .gnb-main-menu, .gnb-header-dark .gnb-main-menu {
    width: fit-content;
}

    .gnb-header .gnb-main-menu ul, .gnb-header-dark .gnb-main-menu ul, .gnb-header .gnb-main-menu li, .gnb-header-dark .gnb-main-menu li {
        margin: 0;
        padding: 0;
        text-indent: 0;
        list-style-type: none;
    }

    .gnb-header .gnb-main-menu ul, .gnb-header-dark .gnb-main-menu ul {
        display: inline-flex;
        flex-direction: row;
    }

        .gnb-header .gnb-main-menu ul .gnb-dropdown-menu, .gnb-header-dark .gnb-main-menu ul .gnb-dropdown-menu {
            display: none;
            position: relative;
        }

            .gnb-header .gnb-main-menu ul .gnb-dropdown-menu.show, .gnb-header-dark .gnb-main-menu ul .gnb-dropdown-menu.show {
                display: block;
                background-color: #ffffff;
                position: absolute;
                right: 0;
                text-align: left;
            }

                .gnb-header .gnb-main-menu ul .gnb-dropdown-menu.show li, .gnb-header-dark .gnb-main-menu ul .gnb-dropdown-menu.show li {
                    border-left: none;
                }

                    .gnb-header .gnb-main-menu ul .gnb-dropdown-menu.show li a, .gnb-header-dark .gnb-main-menu ul .gnb-dropdown-menu.show li a {
                        text-align: left;
                    }

        .gnb-header .gnb-main-menu ul li, .gnb-header-dark .gnb-main-menu ul li {
            border-left: 1px solid #eee;
        }

            .gnb-header .gnb-main-menu ul li form, .gnb-header-dark .gnb-main-menu ul li form {
                margin-bottom: 0;
            }

            .gnb-header .gnb-main-menu ul li a, .gnb-header-dark .gnb-main-menu ul li a {
                display: block;
                font-weight: 500;
                line-height: 1.125;
                text-decoration: none;
                padding: 1rem;
                color: #000;
            }

                .gnb-header .gnb-main-menu ul li a:hover, .gnb-header-dark .gnb-main-menu ul li a:hover {
                    background-color: #004a98;
                    color: #ffffff;
                }

@media only screen and (min-width: 768px) {
    .gnb-header .gnb-main-menu ul li a, .gnb-header-dark .gnb-main-menu ul li a {
        padding: 1.5rem 2rem;
    }
}

.gnb-header .gnb-main-menu ul li a.cart span::before, .gnb-header-dark .gnb-main-menu ul li a.cart span::before {
    content: "";
    background-image: url(../img/icon-cart-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem;
    padding: 0 .5rem;
    transition: .2s ease-in-out;
}

.gnb-header .gnb-main-menu ul li a.cart span::after, .gnb-header-dark .gnb-main-menu ul li a.cart span::after {
    display: none;
}

.gnb-header .gnb-main-menu ul li a.cart:hover span::before, .gnb-header-dark .gnb-main-menu ul li a.cart:hover span::before, .gnb-header .gnb-main-menu ul li a.cart :focus span::before, .gnb-header-dark .gnb-main-menu ul li a.cart :focus span::before, .gnb-header .gnb-main-menu ul li a.cart:active span::before, .gnb-header-dark .gnb-main-menu ul li a.cart:active span::before {
    background-image: url(../img/icon-cart-white.svg);
}

.gnb-header .gnb-main-menu ul li a.cart:hover span::after, .gnb-header-dark .gnb-main-menu ul li a.cart:hover span::after, .gnb-header .gnb-main-menu ul li a.cart :focus span::after, .gnb-header-dark .gnb-main-menu ul li a.cart :focus span::after, .gnb-header .gnb-main-menu ul li a.cart:active span::after, .gnb-header-dark .gnb-main-menu ul li a.cart:active span::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .gnb-header .gnb-main-menu ul li a.cart span, .gnb-header-dark .gnb-main-menu ul li a.cart span {
        visibility: hidden;
        font-size: 0;
    }

        .gnb-header .gnb-main-menu ul li a.cart span::before, .gnb-header-dark .gnb-main-menu ul li a.cart span::before {
            visibility: visible;
            margin: 0;
        }
}

.gnb-header .gnb-main-menu ul li:first-child, .gnb-header-dark .gnb-main-menu ul li:first-child {
    border-left: none;
}

.gnb-header .gnb-main-menu ul button, .gnb-header-dark .gnb-main-menu ul button {
    background-color: transparent;
    border: none;
    display: block;
    border-radius: 0;
    font-weight: 500;
    height: 100%;
    line-height: 1.125;
    margin: 0;
    text-decoration: none;
    padding: 1rem;
    color: #000;
    transition: .2s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .gnb-header .gnb-main-menu ul button, .gnb-header-dark .gnb-main-menu ul button {
        padding: 1.5rem 2rem;
    }
}

.gnb-header .gnb-main-menu ul button span::after, .gnb-header-dark .gnb-main-menu ul button span::after {
    content: "";
    background-image: url(../img/icon-caret-down-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .5rem;
    padding: 0 .5rem;
    transition: .2s ease-in-out;
}

.gnb-header .gnb-main-menu ul button:hover, .gnb-header-dark .gnb-main-menu ul button:hover, .gnb-header .gnb-main-menu ul button :focus, .gnb-header-dark .gnb-main-menu ul button :focus, .gnb-header .gnb-main-menu ul button:active, .gnb-header-dark .gnb-main-menu ul button:active {
    background-color: #004a98;
    border: none;
    border-radius: 0px;
    color: #ffffff;
    box-shadow: none;
}

    .gnb-header .gnb-main-menu ul button:hover span::after, .gnb-header-dark .gnb-main-menu ul button:hover span::after, .gnb-header .gnb-main-menu ul button :focus span::after, .gnb-header-dark .gnb-main-menu ul button :focus span::after, .gnb-header .gnb-main-menu ul button:active span::after, .gnb-header-dark .gnb-main-menu ul button:active span::after {
        background-image: url(../img/icon-caret-down-white.svg);
    }

.gnb-header .gnb-main-menu ul button.btn-search span::before, .gnb-header-dark .gnb-main-menu ul button.btn-search span::before {
    content: "";
    background-image: url(../img/icon-search-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem;
    padding: 0 .5rem;
    transition: .2s ease-in-out;
}

.gnb-header .gnb-main-menu ul button.btn-search span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search span::after {
    display: none;
}

.gnb-header .gnb-main-menu ul button.btn-search:hover span::before, .gnb-header-dark .gnb-main-menu ul button.btn-search:hover span::before, .gnb-header .gnb-main-menu ul button.btn-search :focus span::before, .gnb-header-dark .gnb-main-menu ul button.btn-search :focus span::before, .gnb-header .gnb-main-menu ul button.btn-search:active span::before, .gnb-header-dark .gnb-main-menu ul button.btn-search:active span::before {
    background-image: url(../img/icon-search-white.svg);
}

.gnb-header .gnb-main-menu ul button.btn-search:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search:hover span::after, .gnb-header .gnb-main-menu ul button.btn-search :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search :focus span::after, .gnb-header .gnb-main-menu ul button.btn-search:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search:active span::after {
    display: none;
}

.gnb-header .gnb-main-menu ul button.btn-search.show span::before, .gnb-header-dark .gnb-main-menu ul button.btn-search.show span::before {
    background-image: url(../img/icon-close-white.svg);
}

.gnb-header .gnb-main-menu ul button.btn-search.show:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search.show:hover span::after, .gnb-header .gnb-main-menu ul button.btn-search.show :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search.show :focus span::after, .gnb-header .gnb-main-menu ul button.btn-search.show:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-search.show:active span::after {
    background-image: url(../img/icon-close-white.svg);
}

@media screen and (max-width: 768px) {
    .gnb-header .gnb-main-menu ul button.btn-search span, .gnb-header-dark .gnb-main-menu ul button.btn-search span {
        visibility: hidden;
        font-size: 0;
    }

        .gnb-header .gnb-main-menu ul button.btn-search span::before, .gnb-header-dark .gnb-main-menu ul button.btn-search span::before {
            visibility: visible;
            font-size: 1rem;
            margin: 0;
        }
}

.gnb-header .gnb-main-menu ul button.btn-user-menu span::before, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu span::before, .gnb-header .gnb-main-menu ul button.btn-sign-in span::before, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in span::before {
    content: "";
    background-image: url(../img/icon-user-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem;
    padding: 0 .5rem;
    transition: .2s ease-in-out;
}

.gnb-header .gnb-main-menu ul button.btn-user-menu span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in span::after {
    display: none;
}

.gnb-header .gnb-main-menu ul button.btn-user-menu:hover span::before, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu:hover span::before, .gnb-header .gnb-main-menu ul button.btn-user-menu :focus span::before, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu :focus span::before, .gnb-header .gnb-main-menu ul button.btn-user-menu:active span::before, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu:active span::before, .gnb-header .gnb-main-menu ul button.btn-sign-in:hover span::before, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in:hover span::before, .gnb-header .gnb-main-menu ul button.btn-sign-in :focus span::before, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in :focus span::before, .gnb-header .gnb-main-menu ul button.btn-sign-in:active span::before, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in:active span::before {
    background-image: url(../img/icon-user-white.svg);
}

.gnb-header .gnb-main-menu ul button.btn-user-menu:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu:hover span::after, .gnb-header .gnb-main-menu ul button.btn-user-menu :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu :focus span::after, .gnb-header .gnb-main-menu ul button.btn-user-menu:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu:active span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in:hover span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in :focus span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in:active span::after {
    display: none;
}

.gnb-header .gnb-main-menu ul button.btn-user-menu.show span::before, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu.show span::before, .gnb-header .gnb-main-menu ul button.btn-sign-in.show span::before, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in.show span::before {
    background-image: url(../img/icon-close-white.svg);
}

.gnb-header .gnb-main-menu ul button.btn-user-menu.show:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu.show:hover span::after, .gnb-header .gnb-main-menu ul button.btn-user-menu.show :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu.show :focus span::after, .gnb-header .gnb-main-menu ul button.btn-user-menu.show:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu.show:active span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in.show:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in.show:hover span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in.show :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in.show :focus span::after, .gnb-header .gnb-main-menu ul button.btn-sign-in.show:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in.show:active span::after {
    background-image: url(../img/icon-close-white.svg);
}

@media screen and (max-width: 768px) {
    .gnb-header .gnb-main-menu ul button.btn-user-menu span, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu span, .gnb-header .gnb-main-menu ul button.btn-sign-in span, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in span {
        visibility: hidden;
        font-size: 0;
    }

        .gnb-header .gnb-main-menu ul button.btn-user-menu span::before, .gnb-header-dark .gnb-main-menu ul button.btn-user-menu span::before, .gnb-header .gnb-main-menu ul button.btn-sign-in span::before, .gnb-header-dark .gnb-main-menu ul button.btn-sign-in span::before {
            visibility: visible;
            font-size: 1rem;
            margin: 0;
        }
}

.gnb-header .gnb-main-menu ul button.btn-cart span::before, .gnb-header-dark .gnb-main-menu ul button.btn-cart span::before {
    content: "";
    background-image: url(../img/icon-cart-black.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem;
    padding: 0 .5rem;
    transition: .2s ease-in-out;
}

.gnb-header .gnb-main-menu ul button.btn-cart span::after, .gnb-header-dark .gnb-main-menu ul button.btn-cart span::after {
    display: none;
}

.gnb-header .gnb-main-menu ul button.btn-cart:hover span::before, .gnb-header-dark .gnb-main-menu ul button.btn-cart:hover span::before, .gnb-header .gnb-main-menu ul button.btn-cart :focus span::before, .gnb-header-dark .gnb-main-menu ul button.btn-cart :focus span::before, .gnb-header .gnb-main-menu ul button.btn-cart:active span::before, .gnb-header-dark .gnb-main-menu ul button.btn-cart:active span::before {
    background-image: url(../img/icon-cart-white.svg);
}

.gnb-header .gnb-main-menu ul button.btn-cart:hover span::after, .gnb-header-dark .gnb-main-menu ul button.btn-cart:hover span::after, .gnb-header .gnb-main-menu ul button.btn-cart :focus span::after, .gnb-header-dark .gnb-main-menu ul button.btn-cart :focus span::after, .gnb-header .gnb-main-menu ul button.btn-cart:active span::after, .gnb-header-dark .gnb-main-menu ul button.btn-cart:active span::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .gnb-header .gnb-main-menu ul button.btn-cart span, .gnb-header-dark .gnb-main-menu ul button.btn-cart span {
        visibility: hidden;
        font-size: 0;
    }

        .gnb-header .gnb-main-menu ul button.btn-cart span::before, .gnb-header-dark .gnb-main-menu ul button.btn-cart span::before {
            visibility: visible;
            font-size: 1rem;
            margin: 0;
        }
}

.gnb-header .gnb-main-menu ul button.show, .gnb-header-dark .gnb-main-menu ul button.show {
    background-color: #004a98;
    color: #ffffff;
}

    .gnb-header .gnb-main-menu ul button.show span::after, .gnb-header-dark .gnb-main-menu ul button.show span::after {
        background-image: url(../img/icon-close-white.svg);
        transform: rotate(360deg);
        color: #ffffff;
    }

    .gnb-header .gnb-main-menu ul button.show:hover span::after, .gnb-header-dark .gnb-main-menu ul button.show:hover span::after, .gnb-header .gnb-main-menu ul button.show :focus span::after, .gnb-header-dark .gnb-main-menu ul button.show :focus span::after, .gnb-header .gnb-main-menu ul button.show:active span::after, .gnb-header-dark .gnb-main-menu ul button.show:active span::after {
        background-image: url(../img/icon-close-white.svg);
    }

@media screen and (max-width: 768px) {
    .gnb-header .gnb-main-menu ul button span, .gnb-header-dark .gnb-main-menu ul button span {
        visibility: hidden;
        font-size: 0;
    }

        .gnb-header .gnb-main-menu ul button span::after, .gnb-header-dark .gnb-main-menu ul button span::after {
            background-image: url(../img/icon-bars-black.svg);
            visibility: visible;
            font-size: 1rem;
            margin-left: 0;
        }

    .gnb-header .gnb-main-menu ul button.show span::after, .gnb-header-dark .gnb-main-menu ul button.show span::after {
        margin-left: 0;
    }

    .gnb-header .gnb-main-menu ul button:hover span::after, .gnb-header-dark .gnb-main-menu ul button:hover span::after, .gnb-header .gnb-main-menu ul button :focus span::after, .gnb-header-dark .gnb-main-menu ul button :focus span::after, .gnb-header .gnb-main-menu ul button:active span::after, .gnb-header-dark .gnb-main-menu ul button:active span::after {
        background-image: url(../img/icon-bars-white.svg);
    }
}

.gnb-header-dark {
    background-color: #333;
    color: #ffffff;
}

    .gnb-header-dark a {
        color: #ffffff;
    }

    .gnb-header-dark .gnb-main-menu ul li {
        border-left: none;
    }

@media screen and (max-width: 768px) {
    .gnb-header-dark .gnb-main-menu ul li {
        border-left: 1px solid #000;
    }
}

.gnb-header-dark .gnb-main-menu ul li a {
    color: #ffffff;
}

    .gnb-header-dark .gnb-main-menu ul li a:hover {
        background-color: #004a98;
        color: #ffffff;
    }

    .gnb-header-dark .gnb-main-menu ul li a.cart span::before {
        content: "";
        background-image: url(../img/icon-cart-white.svg);
    }

.gnb-header-dark .gnb-main-menu ul button {
    color: #ffffff;
}

    .gnb-header-dark .gnb-main-menu ul button span::after {
        background-image: url(../img/icon-caret-down-white.svg);
    }

    .gnb-header-dark .gnb-main-menu ul button.btn-search span::before {
        content: "";
        background-image: url(../img/icon-search-white.svg);
    }

    .gnb-header-dark .gnb-main-menu ul button.btn-user-menu span::before {
        content: "";
        background-image: url(../img/icon-user-white.svg);
    }

    .gnb-header-dark .gnb-main-menu ul button.btn-cart span::before {
        background-image: url(../img/icon-cart-white.svg);
    }

@media screen and (max-width: 768px) {
    .gnb-header-dark .gnb-main-menu ul button span::after {
        background-image: url(../img/icon-bars-white.svg);
    }
}

.gnb-mega-menu, .gnb-user-menu, .gnb-sign-in, .gnb-search {
    display: none;
    position: relative;
    background-color: #fff;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

    .gnb-mega-menu h2, .gnb-user-menu h2, .gnb-sign-in h2, .gnb-search h2 {
        margin-bottom: 0;
    }

    .gnb-mega-menu.show, .gnb-user-menu.show, .gnb-sign-in.show, .gnb-search.show {
        clear: both;
        display: block;
        position: relative;
        text-align: left;
        width: 100%;
    }

        .gnb-mega-menu.show ul, .gnb-user-menu.show ul, .gnb-sign-in.show ul, .gnb-search.show ul {
            list-style: none;
            padding-left: 0;
        }

            .gnb-mega-menu.show ul li, .gnb-user-menu.show ul li, .gnb-sign-in.show ul li, .gnb-search.show ul li {
                border-left: none;
            }

                .gnb-mega-menu.show ul li a, .gnb-user-menu.show ul li a, .gnb-sign-in.show ul li a, .gnb-search.show ul li a {
                    text-align: left;
                    line-height: 2;
                }

.gnb-search {
    display: none;
    position: relative;
}

    .gnb-search.show {
        clear: both;
        display: block;
        position: relative;
        text-align: left;
        width: 100%;
    }

        .gnb-search.show ul {
            list-style: none;
            padding-left: 0;
        }

            .gnb-search.show ul li {
                border-left: none;
            }

                .gnb-search.show ul li a {
                    text-align: left;
                    line-height: 2;
                }

.gnb-masthead, .gnb-masthead-black, .gnb-masthead-gray {
    padding: 0.25rem 1.5rem;
    margin: 0;
    background-color: #006055;
    font-size: 0.875rem;
    color: #ffffff;
}

    .gnb-masthead a, .gnb-masthead-black a, .gnb-masthead-gray a, .gnb-masthead a:hover, .gnb-masthead-black a:hover, .gnb-masthead-gray a:hover {
        color: #ffffff;
        background-color: transparent;
        cursor: pointer;
    }

.gnb-masthead-black {
    background-color: #000;
}

.gnb-masthead-gray {
    background-color: #ddd;
    color: #000;
}

    .gnb-masthead-gray a, .gnb-masthead-gray a:hover {
        color: #004a98;
    }

.gnb-modal {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    z-index: 700;
    inset: 0;
}

    .gnb-modal[aria-hidden="true"] {
        display: none;
    }

    .gnb-modal[aria-hidden="false"] {
        display: block;
    }

    .gnb-modal dialog {
        background: white;
        border: none;
        border-radius: 0.25rem;
        display: block;
        padding: 0;
        margin: 1rem auto 2rem auto;
        max-width: 60rem;
        width: 80%;
    }

        .gnb-modal dialog h1, .gnb-modal dialog h2, .gnb-modal dialog h3, .gnb-modal dialog h4, .gnb-modal dialog h5, .gnb-modal dialog h6 {
            margin: 0;
        }

.gnb-modal-header {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem;
}

.gnb-modal-footer {
    clear: both;
    border-top: 1px solid #ddd;
    display: block;
    padding: 1.5rem;
}

.gnb-modal-body {
    border-radius: 0.25rem;
    padding: 1.5rem;
    overflow-y: auto;
    max-height: 50vh;
    background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

.gnb-modal .gnb-btn-close {
    background: transparent;
    border: none;
    color: #000;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    line-height: 1;
}

    .gnb-modal .gnb-btn-close:hover {
        color: #004a98;
    }

.gnb-modal button {
    width: 100%;
}

@media screen and (min-width: 576px) {
    .gnb-modal button {
        width: fit-content;
    }
}

.modal-button {
    cursor: pointer;
}

/* to the body element */
.noscroll {
    overflow: hidden;
}

label .info {
    color: black;
    text-decoration: none;
}

.on-this-page {
    border-left: 2px solid #79242f;
    margin: 0;
    padding: 1.5rem 0;
}

    .on-this-page h2 {
        margin: 0 0.5rem 1rem 1.5rem;
        font-size: 1.125rem;
    }

@media screen and (min-width: 768px) {
    .on-this-page h2 {
        font-size: 1.25rem;
    }
}

.on-this-page ol, .on-this-page ul {
    list-style: none;
    padding: 0 0 0 1.5rem;
    margin: 0;
}

    .on-this-page ol li, .on-this-page ul li {
        padding: 0.5rem 0.5rem 0.5rem 0;
        line-height: 1.5;
    }

.gnb-side-nav {
    margin: 0;
    padding: 1.5rem 0;
}

    .gnb-side-nav h2, .gnb-side-nav h3, .gnb-side-nav h4, .gnb-side-nav h5, .gnb-side-nav h6 {
        display: block;
        margin: 0 0.5rem 1rem 0;
        font-size: 1.25rem;
        border-bottom: 2px solid #000;
        margin-bottom: 0;
        padding-bottom: 1rem;
        width: 100%;
    }

@media screen and (min-width: 768px) {
    .gnb-side-nav h2, .gnb-side-nav h3, .gnb-side-nav h4, .gnb-side-nav h5, .gnb-side-nav h6 {
        font-size: 1.25rem;
    }
}

.gnb-side-nav ol, .gnb-side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .gnb-side-nav ol li a, .gnb-side-nav ul li a {
        border-left: 2px solid #ffffff;
        display: block;
        padding: 0.5rem 0.5rem 0.5rem 1rem;
        line-height: 1.5;
        border-bottom: 1px solid #ddd;
    }

        .gnb-side-nav ol li a:hover, .gnb-side-nav ol li a:focus, .gnb-side-nav ol li a:active, .gnb-side-nav ul li a:hover, .gnb-side-nav ul li a:focus, .gnb-side-nav ul li a:active {
            background-color: #edf3fa;
            border-left: 2px solid #79242f;
        }

    .gnb-side-nav ol li.active a, .gnb-side-nav ul li.active a {
        border-left: 2px solid #79242f;
        background-color: #eee;
    }

    .gnb-side-nav ol li ul li a, .gnb-side-nav ul li ul li a {
        padding-left: 2rem;
        border-bottom: 1px solid #ddd;
    }

        .gnb-side-nav ol li ul li a::before, .gnb-side-nav ul li ul li a::before {
            content: "\f105";
            font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
            font-size: .85rem;
            margin-right: .25rem;
        }

    .gnb-side-nav ol li ul li.active a, .gnb-side-nav ul li ul li.active a {
        border-left: 2px solid #79242f;
        background-color: #edf3fa;
    }

    .gnb-side-nav ol li ul ul li a, .gnb-side-nav ul li ul ul li a {
        padding-left: 3rem;
        border-bottom: 1px solid #ddd;
    }

        .gnb-side-nav ol li ul ul li a::before, .gnb-side-nav ul li ul ul li a::before {
            content: "\f0da";
            font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
            font-size: .85rem;
            margin-right: .25rem;
        }

    .gnb-side-nav ol li ul ul li.active a, .gnb-side-nav ul li ul ul li.active a {
        border-left: 2px solid #79242f;
        background-color: #eee;
    }

    .gnb-side-nav ol li.parent a, .gnb-side-nav ul li.parent a {
        border-left: 2px solid #79242f;
    }

        .gnb-side-nav ol li.parent a:first-of-type, .gnb-side-nav ul li.parent a:first-of-type {
            background-color: #edf3fa;
        }

        .gnb-side-nav ol li.parent a:hover, .gnb-side-nav ol li.parent a:focus, .gnb-side-nav ol li.parent a:active, .gnb-side-nav ol li.parent a.active, .gnb-side-nav ul li.parent a:hover, .gnb-side-nav ul li.parent a:focus, .gnb-side-nav ul li.parent a:active, .gnb-side-nav ul li.parent a.active {
            background-color: #ffffff;
        }

    .gnb-side-nav ol li.parent .active a, .gnb-side-nav ul li.parent .active a {
        border-left: 2px solid #79242f;
        background-color: #ffffff;
    }

        .gnb-side-nav ol li.parent .active a:hover, .gnb-side-nav ol li.parent .active a:focus, .gnb-side-nav ol li.parent .active a:active, .gnb-side-nav ol li.parent .active a.active, .gnb-side-nav ul li.parent .active a:hover, .gnb-side-nav ul li.parent .active a:focus, .gnb-side-nav ul li.parent .active a:active, .gnb-side-nav ul li.parent .active a.active {
            background-color: #edf3fa;
        }

@media only screen and (max-width: 768px) {
    .form-steps-nav {
        margin-bottom: -5rem;
        margin-top: -1.25rem;
    }
}

.form-steps-nav h2 {
    margin: 0 0.5rem 1rem 0;
    font-size: 1.25rem;
    border-bottom: 2px solid #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    .form-steps-nav h2 {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: none;
        white-space: nowrap;
        border: 0;
    }
}

.form-steps-nav .gnb-form-steps-circle {
    display: flex;
    flex-flow: column;
    font-weight: 700;
    list-style: none;
    margin: 24px 0 0 24px;
    padding: 0;
}

    .form-steps-nav .gnb-form-steps-circle li {
        border-left: 2px solid #000;
        margin: 0;
        padding: 0 0 2rem 0;
        display: flex;
    }

        .form-steps-nav .gnb-form-steps-circle li::before {
            box-sizing: border-box;
            background-color: #ffffff;
            border: 2px solid #000;
            border-radius: 100%;
            content: " \ ";
            color: #ffffff;
            font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
            font-weight: 700;
            font-size: 1.75rem;
            line-height: 1.5rem;
            left: -1.125rem;
            padding: .125rem;
            position: relative;
            width: 2.25rem;
            height: 2.25rem;
            text-align: center;
            flex-shrink: 0;
        }

        .form-steps-nav .gnb-form-steps-circle li.current::before {
            content: url(../img/radio.svg);
            color: #004a98;
        }

        .form-steps-nav .gnb-form-steps-circle li.complete::before {
            content: url(../img/radio-check.svg);
            color: #006055;
        }

        .form-steps-nav .gnb-form-steps-circle li span {
            display: inline-block;
            line-height: 1.5;
            padding: 0.25rem 0 0 0;
            position: relative;
        }

            .form-steps-nav .gnb-form-steps-circle li span a {
                font-weight: 700;
            }

        .form-steps-nav .gnb-form-steps-circle li:last-of-type {
            border-color: transparent;
        }

@media only screen and (max-width: 768px) {
    .form-steps-nav .gnb-form-steps-circle {
        display: flex;
        flex-flow: row;
        justify-content: space-evenly;
        margin: 1rem 0 0 0.75rem;
        padding: 0 1rem;
    }

        .form-steps-nav .gnb-form-steps-circle li {
            border-top: 2px solid #000;
            border-width: 2px 0 0 0;
            line-height: 1rem;
            margin: 0;
            position: relative;
            width: 100%;
        }

            .form-steps-nav .gnb-form-steps-circle li::before {
                margin: 0;
                position: relative;
                top: -16px;
            }

            .form-steps-nav .gnb-form-steps-circle li:last-of-type {
                border-top-color: transparent;
                width: 16px;
            }

            .form-steps-nav .gnb-form-steps-circle li span {
                display: none;
            }
}

#gnb-sticky-top, #gnb-sticky-top-static {
    background-color: #eee;
    border-color: #eee;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: -10rem;
    color: #004a98;
    display: none;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.5rem 1.5rem;
    position: fixed;
    right: 24px;
    transition: all .4s;
    width: fit-content;
    z-index: 500;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.32);
}

    #gnb-sticky-top:hover, #gnb-sticky-top-static:hover, #gnb-sticky-top:focus, #gnb-sticky-top-static:focus {
        background-color: #004a98;
        border-color: #004a98;
        color: #ffffff;
    }

    #gnb-sticky-top span::after, #gnb-sticky-top-static span::after {
        content: " \f077";
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        font-size: 1em;
        margin-left: .5rem;
    }

#gnb-sticky-top-static {
    position: absolute;
    display: block;
    right: 0;
}

#gnb-sticky-top.visible, .visible#gnb-sticky-top-static {
    bottom: -8px;
    display: block;
}

.gnb-pagination {
    list-style: none;
    margin: 1.5rem auto 2.5rem auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    width: fit-content;
}

@media screen and (min-width: 992px) {
    .gnb-pagination {
        margin: 1.5rem 0rem 2.5rem 0rem;
    }
}

.gnb-pagination li a {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    text-decoration: none;
}

    .gnb-pagination li a:hover, .gnb-pagination li a:focus, .gnb-pagination li a:active {
        background-color: #edf3fa;
        border-radius: 0.25rem;
    }

    .gnb-pagination li a.active {
        background-color: transparent;
        border-bottom: 2px solid #79242f;
        border-radius: 0;
        color: #000;
        font-weight: 700;
    }

    .gnb-pagination li a.previous::before {
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        content: "\f053";
    }

    .gnb-pagination li a.next::after {
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        content: "\f105";
    }

    .gnb-pagination li a.first::after {
        content: "\00a0 ... \00a0";
    }

    .gnb-pagination li a.last::before {
        content: "\00a0 ... \00a0";
    }

.gnb-content-progress-bar {
    background-color: #004a98;
    height: 5px;
    width: 0;
    position: fixed;
    inset: 0;
}

.gnb-progress {
    width: 100%;
    height: 2rem;
    background-color: #eee;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

    .gnb-progress .gnb-progress-bar, .gnb-progress #gnb-progress-bar {
        width: 5%;
        height: 2rem;
        background-color: #004a98;
        text-align: center;
        line-height: 2rem;
        color: #ffffff;
    }

.gnb-scroll-progress-container {
    position: sticky;
    top: 0px;
    width: 100%;
    background: #ffffff;
}

    .gnb-scroll-progress-container .gnb-scroll-progress-bar {
        height: 4px;
        background: #004a98;
        width: 0%;
    }

section {
    margin: 0;
    padding: 0 0 1rem 0;
    background-color: #ffffff;
}

.gnb-section, .gnb-section-padding, .gnb-section-gray, .gnb-section-image {
    padding: 0 0 1rem 0;
}

.gnb-section-padding-sm {
    padding: 1rem 0 1rem 0;
}

.gnb-section-padding-md {
    padding: 1.5rem 0 1.5rem 0;
}

.gnb-section-padding-lg {
    padding: 2rem 0 2rem 0;
}

.gnb-section-padding-xl {
    padding: 3rem 0 3rem 0;
}

.gnb-section-padding-xxl {
    padding: 4rem 0 4rem 0;
}

.gnb-section-padding-top-sm {
    padding-top: 1rem;
}

.gnb-section-padding-top-md {
    padding-top: 1.5rem;
}

.gnb-section-padding-top-lg {
    padding-top: 2rem;
}

.gnb-section-padding-top-xl {
    padding-top: 3rem;
}

.gnb-section-padding-top-xxl {
    padding-top: 4rem;
}

.gnb-section-padding-bottom-sm {
    padding-bottom: 1rem;
}

.gnb-section-padding-bottom-md {
    padding-bottom: 1.5rem;
}

.gnb-section-padding-bottom-lg {
    padding-bottom: 2rem;
}

.gnb-section-padding-bottom-xl {
    padding-bottom: 3rem;
}

.gnb-section-padding-bottom-xxl {
    padding-bottom: 4rem;
}

.gnb-section-gray {
    background-color: #eee;
}

.gnb-section-image {
    margin: 0;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

    .gnb-section-image h1,
    .gnb-section-image h2,
    .gnb-section-image h3,
    .gnb-section-image h4,
    .gnb-section-image h5,
    .gnb-section-image .h1-m,
    .gnb-section-image .h2-m,
    .gnb-section-image .h3-m,
    .gnb-section-image .h4-m,
    .gnb-section-image .h5-m,
    .gnb-section-image .display-1,
    .gnb-section-image .display-2,
    .gnb-section-image .display-3,
    .gnb-section-image .display-1-m,
    .gnb-section-image .display-2-m,
    .gnb-section-image .display-3-m,
    .gnb-section-image p,
    .gnb-section-image a {
        color: #fff;
    }

    .gnb-section-image code {
        color: #000;
    }

    .gnb-section-image hr {
        background-color: rgba(100, 100, 100, 0.1);
    }

    .gnb-section-image .sm-caps {
        font-size: 0.875rem;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
    }

    .gnb-section-image .gnb-card h1,
    .gnb-section-image .gnb-card h2,
    .gnb-section-image .gnb-card h3,
    .gnb-section-image .gnb-card h4,
    .gnb-section-image .gnb-card h5,
    .gnb-section-image .gnb-card .h1-m,
    .gnb-section-image .gnb-card .h2-m,
    .gnb-section-image .gnb-card .h3-m,
    .gnb-section-image .gnb-card .h4-m,
    .gnb-section-image .gnb-card .h5-m,
    .gnb-section-image .gnb-card a {
        color: #004a98;
    }

    .gnb-section-image .gnb-card p {
        color: #000;
    }

    .gnb-section-image .gnb-card:hover p {
        color: #ffffff;
    }

.gnb-spinner, .gnb-spinner-sm, .gnb-spinner-md, .gnb-spinner-lg {
    font-size: 2rem;
    color: #004a98;
}

.gnb-spinner-sm {
    font-size: 1.125rem;
}

.gnb-spinner-md {
    font-size: 3rem;
}

.gnb-spinner-lg {
    font-size: 4.5rem;
}

.gnb-table-container {
    padding: 0;
    margin-bottom: 1.5rem;
    overflow-x: auto;
    background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-size: 32px 100%, 32px 100%, 16px 100%, 16px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

table, .gnb-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

    table td, table th, .gnb-table td, .gnb-table th {
        background-color: transparent;
        padding: 1rem 0.5rem;
        text-align: left;
    }

    table thead tr, .gnb-table thead tr {
        border-bottom: 2px solid #000;
    }

    table tbody tr, .gnb-table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

table-striped tbody tr:nth-child(odd), .gnb-table-striped tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.13);
}

table-bordered thead tr, .gnb-table-bordered thead tr {
    border-bottom: 2px solid #000;
}

    table-bordered thead tr th, .gnb-table-bordered thead tr th {
        border: 1px solid rgba(0, 0, 0, 0.13);
        border-width: 1px 1px 0 1px;
    }

table-bordered tbody tr, .gnb-table-bordered tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

    table-bordered tbody tr td, .gnb-table-bordered tbody tr td {
        border: 1px solid rgba(0, 0, 0, 0.13);
        border-width: 1px 1px 0 1px;
    }

table-bordered-striped tbody tr:nth-child(odd), table-striped-bordered tbody tr:nth-child(odd), .gnb-table-bordered-striped tbody tr:nth-child(odd), .gnb-table-striped-bordered tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.13);
}

table-bordered-striped thead tr, table-striped-bordered thead tr, .gnb-table-bordered-striped thead tr, .gnb-table-striped-bordered thead tr {
    border-bottom: 2px solid #000;
}

    table-bordered-striped thead tr th, table-striped-bordered thead tr th, .gnb-table-bordered-striped thead tr th, .gnb-table-striped-bordered thead tr th {
        border: 1px solid rgba(0, 0, 0, 0.13);
        border-width: 1px 1px 0 1px;
    }

table-bordered-striped tbody tr, table-striped-bordered tbody tr, .gnb-table-bordered-striped tbody tr, .gnb-table-striped-bordered tbody tr {
    border-bottom: 0;
}

    table-bordered-striped tbody tr:last-of-type, table-striped-bordered tbody tr:last-of-type, .gnb-table-bordered-striped tbody tr:last-of-type, .gnb-table-striped-bordered tbody tr:last-of-type {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    }

    table-bordered-striped tbody tr td, table-striped-bordered tbody tr td, .gnb-table-bordered-striped tbody tr td, .gnb-table-striped-bordered tbody tr td {
        border: 1px solid rgba(0, 0, 0, 0.13);
        border-width: 0 1px 0 1px;
    }

.gnb-tabs {
    background-clip: border-box;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    display: block;
    color: #000;
    min-width: 0;
    position: relative;
    box-sizing: content-box;
    margin-bottom: 1.5rem;
}

    .gnb-tabs .tabcontent {
        display: none;
        padding: 1.5rem;
    }

        .gnb-tabs .tabcontent h1:first-of-type,
        .gnb-tabs .tabcontent h2:first-of-type,
        .gnb-tabs .tabcontent h3:first-of-type {
            margin: 0 0 0.75rem 0;
            font-size: 1.25rem;
        }

@media screen and (min-width: 768px) {
    .gnb-tabs .tabcontent h1:first-of-type,
    .gnb-tabs .tabcontent h2:first-of-type,
    .gnb-tabs .tabcontent h3:first-of-type {
        font-size: 1.5rem;
    }
}

.gnb-tabs .tabcontent h4:first-of-type,
.gnb-tabs .tabcontent h5:first-of-type {
    margin: 0.25rem 0 0.75rem 0;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
    .gnb-tabs .tabcontent h4:first-of-type,
    .gnb-tabs .tabcontent h5:first-of-type {
        font-size: 1.25rem;
    }
}

.gnb-tabs .tabcontent p:last-of-type {
    margin-bottom: 0;
}

.gnb-tabs .tabcontent ul, .gnb-tabs .tabcontent ol {
    display: block;
}

.gnb-tabs .static-tabcontent {
    display: block;
    padding: 1.5rem;
}

.gnb-tabs nav ul, .gnb-tabs nav ol {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .gnb-tabs nav ul li a, .gnb-tabs nav ol li a {
        display: block;
        border-bottom: none;
        padding: 1rem;
        margin: 0 0 0 0;
        line-height: 1.5;
        text-decoration: underline;
    }

        .gnb-tabs nav ul li a:hover, .gnb-tabs nav ul li a:focus, .gnb-tabs nav ol li a:hover, .gnb-tabs nav ol li a:focus {
            border-bottom: 2px solid #79242f;
            text-decoration: none;
        }

        .gnb-tabs nav ul li a:active, .gnb-tabs nav ul li a.active, .gnb-tabs nav ol li a:active, .gnb-tabs nav ol li a.active {
            border-bottom: 2px solid #79242f;
            color: #000;
            font-weight: 700;
            text-decoration: none;
        }

    .gnb-tabs nav ul li button, .gnb-tabs nav ol li button {
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #004a98;
        display: block;
        border-bottom: none;
        font-weight: 600;
        padding: 1rem;
        margin: 0 0 -1px 0;
        line-height: 1.5;
        text-decoration: underline;
    }

        .gnb-tabs nav ul li button:hover, .gnb-tabs nav ul li button:focus, .gnb-tabs nav ol li button:hover, .gnb-tabs nav ol li button:focus {
            border-bottom: 2px solid #79242f;
            text-decoration: none;
        }

        .gnb-tabs nav ul li button:active, .gnb-tabs nav ul li button.active, .gnb-tabs nav ol li button:active, .gnb-tabs nav ol li button.active {
            border-bottom: 2px solid #79242f;
            color: #000;
            font-weight: 600;
            text-decoration: none;
        }

    .gnb-tabs nav ul li:first-of-type a,
    .gnb-tabs nav ul li:first-of-type button, .gnb-tabs nav ol li:first-of-type a,
    .gnb-tabs nav ol li:first-of-type button {
        padding-left: 1.5rem;
    }

.gnb-tag, .gnb-tag-removable {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 1rem;
    background-color: transparent;
    color: #004a98;
    border: 2px solid #004a98;
    border-radius: 50rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: baseline;
}

    .gnb-tag:hover, .gnb-tag-removable:hover {
        background-color: #004a98;
        color: #ffffff;
        cursor: pointer;
    }

.gnb-tag-removable {
    padding: 0.5rem 0.75rem 0.5rem 1rem;
}

    .gnb-tag-removable::after {
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        content: "\f057";
        margin: 0 0 0 0.5rem;
    }

    .gnb-tag:focus, .gnb-tag-removable:focus, .gnb-tag:active, .gnb-tag-removable:active {
        outline: 0.25rem solid #efb300;
    }

.gnb-tooltip, .gnb-tooltip-top, .gnb-tooltip-right, .gnb-tooltip-bottom, .gnb-tooltip-left, label.gnb-tooltip-top, label.gnb-tooltip-right, label.gnb-tooltip-bottom, label.gnb-tooltip-left {
    border-bottom: 1px dashed #004a98;
    color: #004a98;
    cursor: help;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

    .gnb-tooltip .gnb-tooltip-text, .gnb-tooltip-top .gnb-tooltip-text, .gnb-tooltip-right .gnb-tooltip-text, .gnb-tooltip-bottom .gnb-tooltip-text, .gnb-tooltip-left .gnb-tooltip-text {
        background-color: #000;
        border-radius: 0.25rem;
        bottom: 120%;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
        color: #ffffff;
        font-size: 1rem;
        font-weight: 400;
        left: 0;
        line-height: 1.25;
        margin-left: 0;
        padding: 1.25rem;
        position: absolute;
        opacity: 0;
        text-align: left;
        transition: opacity 0.3s;
        visibility: hidden;
        width: 200px;
        z-index: 1;
    }

        .gnb-tooltip .gnb-tooltip-text::after, .gnb-tooltip-top .gnb-tooltip-text::after, .gnb-tooltip-right .gnb-tooltip-text::after, .gnb-tooltip-bottom .gnb-tooltip-text::after, .gnb-tooltip-left .gnb-tooltip-text::after {
            content: "";
            position: absolute;
            top: 108%;
            left: 50%;
            transform: translateY(-50%);
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: #000 transparent transparent transparent;
        }

    .gnb-tooltip-top .gnb-tooltip-text {
        bottom: 120%;
        left: 40%;
    }

        .gnb-tooltip-top .gnb-tooltip-text::after {
            content: "";
            position: absolute;
            top: 108%;
            left: 50%;
            transform: translateY(-50%);
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: #000 transparent transparent transparent;
        }

    .gnb-tooltip-right .gnb-tooltip-text {
        top: 0px;
        left: 105%;
    }

        .gnb-tooltip-right .gnb-tooltip-text::after {
            content: "";
            position: absolute;
            top: 30%;
            left: -7px;
            transform: translateY(-50%);
            transform: rotate(90deg);
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: #ffffff transparent transparent transparent;
        }

    .gnb-tooltip-bottom .gnb-tooltip-text {
        top: 120%;
        left: 40%;
        margin-left: -60px;
    }

        .gnb-tooltip-bottom .gnb-tooltip-text::after {
            content: "";
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateY(-50%);
            transform: rotate(180deg);
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: #ffffff transparent transparent transparent;
        }

    .gnb-tooltip-left .gnb-tooltip-text {
        top: 0px;
        right: 105%;
    }

        .gnb-tooltip-left .gnb-tooltip-text::after {
            content: "";
            position: absolute;
            top: 30%;
            right: -15px;
            transform: translateY(-50%);
            transform: rotate(-90deg);
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: #ffffff transparent transparent transparent;
        }

    .gnb-tooltip:hover .gnb-tooltip-text, .gnb-tooltip-top:hover .gnb-tooltip-text, .gnb-tooltip-right:hover .gnb-tooltip-text, .gnb-tooltip-bottom:hover .gnb-tooltip-text, .gnb-tooltip-left:hover .gnb-tooltip-text, .gnb-tooltip:active .gnb-tooltip-text, .gnb-tooltip-top:active .gnb-tooltip-text, .gnb-tooltip-right:active .gnb-tooltip-text, .gnb-tooltip-bottom:active .gnb-tooltip-text, .gnb-tooltip-left:active .gnb-tooltip-text, .gnb-tooltip:focus .gnb-tooltip-text, .gnb-tooltip-top:focus .gnb-tooltip-text, .gnb-tooltip-right:focus .gnb-tooltip-text, .gnb-tooltip-bottom:focus .gnb-tooltip-text, .gnb-tooltip-left:focus .gnb-tooltip-text {
        visibility: visible;
        opacity: 1;
    }

    .gnb-tooltip::after, .gnb-tooltip-top::after, .gnb-tooltip-right::after, .gnb-tooltip-bottom::after, .gnb-tooltip-left::after {
        content: "\f05a";
        color: #004a98;
        font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
        margin-left: 0.25rem;
        text-decoration: #ffffff;
    }

a.gnb-tooltip, a.gnb-tooltip-top, a.gnb-tooltip-right, a.gnb-tooltip-bottom, a.gnb-tooltip-left {
    border-bottom: 1px dashed #004a98;
    cursor: pointer;
    text-decoration: none;
}

.gnb-btn.gnb-tooltip, .gnb-tooltip.gnb-btn-secondary, .gnb-btn-secondary.gnb-tooltip-top, .gnb-btn-secondary.gnb-tooltip-right, .gnb-btn-secondary.gnb-tooltip-bottom, .gnb-btn-secondary.gnb-tooltip-left, button-secondary.gnb-tooltip, button-secondary.gnb-tooltip-top, button-secondary.gnb-tooltip-right, button-secondary.gnb-tooltip-bottom, button-secondary.gnb-tooltip-left, .gnb-tooltip.gnb-btn-tertiary, .gnb-btn-tertiary.gnb-tooltip-top, .gnb-btn-tertiary.gnb-tooltip-right, .gnb-btn-tertiary.gnb-tooltip-bottom, .gnb-btn-tertiary.gnb-tooltip-left, button-tertiary.gnb-tooltip, button-tertiary.gnb-tooltip-top, button-tertiary.gnb-tooltip-right, button-tertiary.gnb-tooltip-bottom, button-tertiary.gnb-tooltip-left, .gnb-tooltip.gnb-btn-critical-tertiary, .gnb-btn-critical-tertiary.gnb-tooltip-top, .gnb-btn-critical-tertiary.gnb-tooltip-right, .gnb-btn-critical-tertiary.gnb-tooltip-bottom, .gnb-btn-critical-tertiary.gnb-tooltip-left, button-critical-tertiary.gnb-tooltip, button-critical-tertiary.gnb-tooltip-top, button-critical-tertiary.gnb-tooltip-right, button-critical-tertiary.gnb-tooltip-bottom, button-critical-tertiary.gnb-tooltip-left, .gnb-tooltip.gnb-btn-critical, .gnb-btn-critical.gnb-tooltip-top, .gnb-btn-critical.gnb-tooltip-right, .gnb-btn-critical.gnb-tooltip-bottom, .gnb-btn-critical.gnb-tooltip-left, button-critical.gnb-tooltip, button-critical.gnb-tooltip-top, button-critical.gnb-tooltip-right, button-critical.gnb-tooltip-bottom, button-critical.gnb-tooltip-left, .gnb-tooltip.gnb-btn-critical-secondary, .gnb-btn-critical-secondary.gnb-tooltip-top, .gnb-btn-critical-secondary.gnb-tooltip-right, .gnb-btn-critical-secondary.gnb-tooltip-bottom, .gnb-btn-critical-secondary.gnb-tooltip-left, button-critical-secondary.gnb-tooltip, button-critical-secondary.gnb-tooltip-top, button-critical-secondary.gnb-tooltip-right, button-critical-secondary.gnb-tooltip-bottom, button-critical-secondary.gnb-tooltip-left, .gnb-tooltip.gnb-btn-success, .gnb-btn-success.gnb-tooltip-top, .gnb-btn-success.gnb-tooltip-right, .gnb-btn-success.gnb-tooltip-bottom, .gnb-btn-success.gnb-tooltip-left, button-success.gnb-tooltip, button-success.gnb-tooltip-top, button-success.gnb-tooltip-right, button-success.gnb-tooltip-bottom, button-success.gnb-tooltip-left, .gnb-tooltip.gnb-btn-search, .gnb-btn-search.gnb-tooltip-top, .gnb-btn-search.gnb-tooltip-right, .gnb-btn-search.gnb-tooltip-bottom, .gnb-btn-search.gnb-tooltip-left, button-search.gnb-tooltip, button-search.gnb-tooltip-top, button-search.gnb-tooltip-right, button-search.gnb-tooltip-bottom, button-search.gnb-tooltip-left, .gnb-tooltip.gnb-btn-search-icon, .gnb-btn-search-icon.gnb-tooltip-top, .gnb-btn-search-icon.gnb-tooltip-right, .gnb-btn-search-icon.gnb-tooltip-bottom, .gnb-btn-search-icon.gnb-tooltip-left, button-search-icon.gnb-tooltip, button-search-icon.gnb-tooltip-top, button-search-icon.gnb-tooltip-right, button-search-icon.gnb-tooltip-bottom, button-search-icon.gnb-tooltip-left, .gnb-tooltip.gnb-btn-search-icon-white, .gnb-btn-search-icon-white.gnb-tooltip-top, .gnb-btn-search-icon-white.gnb-tooltip-right, .gnb-btn-search-icon-white.gnb-tooltip-bottom, .gnb-btn-search-icon-white.gnb-tooltip-left, button-search-icon-white.gnb-tooltip, button-search-icon-white.gnb-tooltip-top, button-search-icon-white.gnb-tooltip-right, button-search-icon-white.gnb-tooltip-bottom, button-search-icon-white.gnb-tooltip-left, .gnb-btn.gnb-tooltip-top, .gnb-btn.gnb-tooltip-right, .gnb-btn.gnb-tooltip-bottom, .gnb-btn.gnb-tooltip-left, label.gnb-btn.gnb-tooltip-top, label.gnb-tooltip-top.gnb-btn-secondary, label.gnb-tooltip-top.gnb-btn-tertiary, label.gnb-tooltip-top.gnb-btn-critical-tertiary, label.gnb-tooltip-top.gnb-btn-critical, label.gnb-tooltip-top.gnb-btn-critical-secondary, label.gnb-tooltip-top.gnb-btn-success, label.gnb-tooltip-top.gnb-btn-search, label.gnb-tooltip-top.gnb-btn-search-icon, label.gnb-tooltip-top.gnb-btn-search-icon-white, label.gnb-btn.gnb-tooltip-right, label.gnb-tooltip-right.gnb-btn-secondary, label.gnb-tooltip-right.gnb-btn-tertiary, label.gnb-tooltip-right.gnb-btn-critical-tertiary, label.gnb-tooltip-right.gnb-btn-critical, label.gnb-tooltip-right.gnb-btn-critical-secondary, label.gnb-tooltip-right.gnb-btn-success, label.gnb-tooltip-right.gnb-btn-search, label.gnb-tooltip-right.gnb-btn-search-icon, label.gnb-tooltip-right.gnb-btn-search-icon-white, label.gnb-btn.gnb-tooltip-bottom, label.gnb-tooltip-bottom.gnb-btn-secondary, label.gnb-tooltip-bottom.gnb-btn-tertiary, label.gnb-tooltip-bottom.gnb-btn-critical-tertiary, label.gnb-tooltip-bottom.gnb-btn-critical, label.gnb-tooltip-bottom.gnb-btn-critical-secondary, label.gnb-tooltip-bottom.gnb-btn-success, label.gnb-tooltip-bottom.gnb-btn-search, label.gnb-tooltip-bottom.gnb-btn-search-icon, label.gnb-tooltip-bottom.gnb-btn-search-icon-white, label.gnb-btn.gnb-tooltip-left, label.gnb-tooltip-left.gnb-btn-secondary, label.gnb-tooltip-left.gnb-btn-tertiary, label.gnb-tooltip-left.gnb-btn-critical-tertiary, label.gnb-tooltip-left.gnb-btn-critical, label.gnb-tooltip-left.gnb-btn-critical-secondary, label.gnb-tooltip-left.gnb-btn-success, label.gnb-tooltip-left.gnb-btn-search, label.gnb-tooltip-left.gnb-btn-search-icon, label.gnb-tooltip-left.gnb-btn-search-icon-white, button.gnb-tooltip, button.gnb-tooltip-top, button.gnb-tooltip-right, button.gnb-tooltip-bottom, button.gnb-tooltip-left {
    border-bottom: none;
    text-decoration: none;
    color: #ffffff;
}

    .gnb-btn.gnb-tooltip::after, .gnb-tooltip.gnb-btn-secondary::after, .gnb-btn-secondary.gnb-tooltip-top::after, .gnb-btn-secondary.gnb-tooltip-right::after, .gnb-btn-secondary.gnb-tooltip-bottom::after, .gnb-btn-secondary.gnb-tooltip-left::after, button-secondary.gnb-tooltip::after, button-secondary.gnb-tooltip-top::after, button-secondary.gnb-tooltip-right::after, button-secondary.gnb-tooltip-bottom::after, button-secondary.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-tertiary::after, .gnb-btn-tertiary.gnb-tooltip-top::after, .gnb-btn-tertiary.gnb-tooltip-right::after, .gnb-btn-tertiary.gnb-tooltip-bottom::after, .gnb-btn-tertiary.gnb-tooltip-left::after, button-tertiary.gnb-tooltip::after, button-tertiary.gnb-tooltip-top::after, button-tertiary.gnb-tooltip-right::after, button-tertiary.gnb-tooltip-bottom::after, button-tertiary.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-critical-tertiary::after, .gnb-btn-critical-tertiary.gnb-tooltip-top::after, .gnb-btn-critical-tertiary.gnb-tooltip-right::after, .gnb-btn-critical-tertiary.gnb-tooltip-bottom::after, .gnb-btn-critical-tertiary.gnb-tooltip-left::after, button-critical-tertiary.gnb-tooltip::after, button-critical-tertiary.gnb-tooltip-top::after, button-critical-tertiary.gnb-tooltip-right::after, button-critical-tertiary.gnb-tooltip-bottom::after, button-critical-tertiary.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-critical::after, .gnb-btn-critical.gnb-tooltip-top::after, .gnb-btn-critical.gnb-tooltip-right::after, .gnb-btn-critical.gnb-tooltip-bottom::after, .gnb-btn-critical.gnb-tooltip-left::after, button-critical.gnb-tooltip::after, button-critical.gnb-tooltip-top::after, button-critical.gnb-tooltip-right::after, button-critical.gnb-tooltip-bottom::after, button-critical.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-critical-secondary::after, .gnb-btn-critical-secondary.gnb-tooltip-top::after, .gnb-btn-critical-secondary.gnb-tooltip-right::after, .gnb-btn-critical-secondary.gnb-tooltip-bottom::after, .gnb-btn-critical-secondary.gnb-tooltip-left::after, button-critical-secondary.gnb-tooltip::after, button-critical-secondary.gnb-tooltip-top::after, button-critical-secondary.gnb-tooltip-right::after, button-critical-secondary.gnb-tooltip-bottom::after, button-critical-secondary.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-success::after, .gnb-btn-success.gnb-tooltip-top::after, .gnb-btn-success.gnb-tooltip-right::after, .gnb-btn-success.gnb-tooltip-bottom::after, .gnb-btn-success.gnb-tooltip-left::after, button-success.gnb-tooltip::after, button-success.gnb-tooltip-top::after, button-success.gnb-tooltip-right::after, button-success.gnb-tooltip-bottom::after, button-success.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-search::after, .gnb-btn-search.gnb-tooltip-top::after, .gnb-btn-search.gnb-tooltip-right::after, .gnb-btn-search.gnb-tooltip-bottom::after, .gnb-btn-search.gnb-tooltip-left::after, button-search.gnb-tooltip::after, button-search.gnb-tooltip-top::after, button-search.gnb-tooltip-right::after, button-search.gnb-tooltip-bottom::after, button-search.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-search-icon::after, .gnb-btn-search-icon.gnb-tooltip-top::after, .gnb-btn-search-icon.gnb-tooltip-right::after, .gnb-btn-search-icon.gnb-tooltip-bottom::after, .gnb-btn-search-icon.gnb-tooltip-left::after, button-search-icon.gnb-tooltip::after, button-search-icon.gnb-tooltip-top::after, button-search-icon.gnb-tooltip-right::after, button-search-icon.gnb-tooltip-bottom::after, button-search-icon.gnb-tooltip-left::after, .gnb-tooltip.gnb-btn-search-icon-white::after, .gnb-btn-search-icon-white.gnb-tooltip-top::after, .gnb-btn-search-icon-white.gnb-tooltip-right::after, .gnb-btn-search-icon-white.gnb-tooltip-bottom::after, .gnb-btn-search-icon-white.gnb-tooltip-left::after, button-search-icon-white.gnb-tooltip::after, button-search-icon-white.gnb-tooltip-top::after, button-search-icon-white.gnb-tooltip-right::after, button-search-icon-white.gnb-tooltip-bottom::after, button-search-icon-white.gnb-tooltip-left::after, .gnb-btn.gnb-tooltip-top::after, .gnb-btn.gnb-tooltip-right::after, .gnb-btn.gnb-tooltip-bottom::after, .gnb-btn.gnb-tooltip-left::after, label.gnb-btn.gnb-tooltip-top::after, label.gnb-tooltip-top.gnb-btn-secondary::after, label.gnb-tooltip-top.gnb-btn-tertiary::after, label.gnb-tooltip-top.gnb-btn-critical-tertiary::after, label.gnb-tooltip-top.gnb-btn-critical::after, label.gnb-tooltip-top.gnb-btn-critical-secondary::after, label.gnb-tooltip-top.gnb-btn-success::after, label.gnb-tooltip-top.gnb-btn-search::after, label.gnb-tooltip-top.gnb-btn-search-icon::after, label.gnb-tooltip-top.gnb-btn-search-icon-white::after, label.gnb-btn.gnb-tooltip-right::after, label.gnb-tooltip-right.gnb-btn-secondary::after, label.gnb-tooltip-right.gnb-btn-tertiary::after, label.gnb-tooltip-right.gnb-btn-critical-tertiary::after, label.gnb-tooltip-right.gnb-btn-critical::after, label.gnb-tooltip-right.gnb-btn-critical-secondary::after, label.gnb-tooltip-right.gnb-btn-success::after, label.gnb-tooltip-right.gnb-btn-search::after, label.gnb-tooltip-right.gnb-btn-search-icon::after, label.gnb-tooltip-right.gnb-btn-search-icon-white::after, label.gnb-btn.gnb-tooltip-bottom::after, label.gnb-tooltip-bottom.gnb-btn-secondary::after, label.gnb-tooltip-bottom.gnb-btn-tertiary::after, label.gnb-tooltip-bottom.gnb-btn-critical-tertiary::after, label.gnb-tooltip-bottom.gnb-btn-critical::after, label.gnb-tooltip-bottom.gnb-btn-critical-secondary::after, label.gnb-tooltip-bottom.gnb-btn-success::after, label.gnb-tooltip-bottom.gnb-btn-search::after, label.gnb-tooltip-bottom.gnb-btn-search-icon::after, label.gnb-tooltip-bottom.gnb-btn-search-icon-white::after, label.gnb-btn.gnb-tooltip-left::after, label.gnb-tooltip-left.gnb-btn-secondary::after, label.gnb-tooltip-left.gnb-btn-tertiary::after, label.gnb-tooltip-left.gnb-btn-critical-tertiary::after, label.gnb-tooltip-left.gnb-btn-critical::after, label.gnb-tooltip-left.gnb-btn-critical-secondary::after, label.gnb-tooltip-left.gnb-btn-success::after, label.gnb-tooltip-left.gnb-btn-search::after, label.gnb-tooltip-left.gnb-btn-search-icon::after, label.gnb-tooltip-left.gnb-btn-search-icon-white::after, button.gnb-tooltip::after, button.gnb-tooltip-top::after, button.gnb-tooltip-right::after, button.gnb-tooltip-bottom::after, button.gnb-tooltip-left::after {
        content: "";
    }

label.gnb-tooltip, label.gnb-tooltip-top, label.gnb-tooltip-right, label.gnb-tooltip-bottom, label.gnb-tooltip-left {
    color: #000;
    border-bottom: none;
    text-decoration: none;
}

    label.gnb-tooltip .gnb-tooltip-text, label.gnb-tooltip-top .gnb-tooltip-text, label.gnb-tooltip-right .gnb-tooltip-text, label.gnb-tooltip-bottom .gnb-tooltip-text, label.gnb-tooltip-left .gnb-tooltip-text {
        width: 320px;
    }

    label.gnb-tooltip-top .gnb-tooltip-text {
        bottom: 120%;
        left: 40%;
    }

    label.gnb-tooltip-right .gnb-tooltip-text {
        top: -50%;
        left: 105%;
    }

    label.gnb-tooltip-bottom .gnb-tooltip-text {
        top: 120%;
        left: 40%;
    }

    label.gnb-tooltip-left .gnb-tooltip-text {
        top: 0px;
        right: 105%;
    }

:root {
    --font-family-sans-serif: 'Public Sans',Helvetica,Arial,Lucida,sans-serif;
    --font-family-serif: 'DM Serif Text',Georgia,"Times New Roman",serif;
    --font-family-icon: 'Font Awesome 6 Free', 'Font Awesome', 'FontAwesome';
    --gnb-blue: #004a98;
    --gnb-yellow: #d6a329;
    --gnb-green: #006055;
    --gnb-red: #79242f;
    --gnb-light: #eee;
    --gnb-dark: #000;
    --gnb-disable: #aaa;
    --gnb-blue-100: #edf3fa;
    --gnb-blue-200: #dae8f9;
    --gnb-yellow-100: #fef9eb;
    --gnb-yellow-200: #fdf3d6;
    --gnb-green-100: #ebf7f0;
    --gnb-green-200: #ddefe1;
    --gnb-red-100: #f8edef;
    --gnb-red-200: #f1dbdd;
    --gnb-blue-tint: #edf3fa;
    --gnb-yellow-tint: #fef9eb;
    --gnb-green-tint: #ebf7f0;
    --gnb-red-tint: #f8edef;
    --gnb-primary: #004a98;
    --gnb-secondary: #004a98;
    --gnb-success: #006055;
    --gnb-info: #004a98;
    --gnb-warning: #d6a329;
    --gnb-critical: #79242f;
    --gnb-info-hover: #1a6ed8;
    --gnb-success-hover: #2f9a48;
    --gnb-warning-hover: #efb300;
    --gnb-critical-hover: #aa1f2e;
    --gnb-dark-hover: #333;
    --gnb-light-hover: #ddd;
    --gnb-white: #fff;
    --gnb-gray-100: #f3f3f3;
    --gnb-gray-200: #eee;
    --gnb-gray-300: #ddd;
    --gnb-gray-400: #aaa;
    --gnb-gray-500: #777;
    --gnb-gray-600: #333;
    --gnb-black: #000;
    --gnb-spacer-none: 0;
    --gnb-spacer-xxs: 0.25rem;
    --gnb-spacer-xs: 0.5rem;
    --gnb-spacer-sm: 1rem;
    --gnb-spacer-md: 1.5rem;
    --gnb-spacer-lg: 2rem;
    --gnb-spacer-xl: 3rem;
    --gnb-spacer-xxl: 4rem;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.skip-link {
    height: 0;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

    .skip-link a {
        display: block;
        margin: .25em auto;
        position: absolute;
        top: -10rem;
        left: 45%;
    }

        .skip-link a:focus {
            top: 0;
        }

.container, .container-fluid {
    box-sizing: border-box;
    display: flow-root;
}

@media (max-width: 576px) {
    .container, .container-fluid {
        padding: 0 1rem;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1110px;
    }
}

.gnb-container {
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 768px) {
    .gnb-container {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .gnb-container {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .gnb-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .gnb-container {
        max-width: 1110px;
    }
}

.gnb-category {
    display: block;
    font-size: .825rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.gnb-story-container {
    max-width: 37.5em;
    margin: 1em auto;
}

.height-fit-content {
    height: fit-content;
    margin-bottom: 1.5rem;
}

.right, .gnb-table .right {
    text-align: right;
}

.left {
    text-align: left;
}

.centered, .center, .gnb-table .center, .gnb-table .centered {
    text-align: center;
}

.number, .gnb-table .number {
    text-align: right;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.scroll-box {
    border: 2px solid #000;
    border-radius: 0.25rem;
    height: 10rem;
    padding: 1.5rem;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .scroll-box {
        height: 16rem;
    }
}

.scroll-box h2:first-of-type, .scroll-box h3:first-of-type, .scroll-box h4:first-of-type, .scroll-box h5:first-of-type {
    margin-top: 0;
}

.block-padding {
    padding: 1.5rem 1rem;
}

.block-margin {
    margin: 1.5rem;
}

.margin-top-md {
    margin-top: 1.5rem;
}

.margin-top-block-lg {
    margin-top: 2rem;
}

.margin-top-lg {
    margin-top: 2rem;
}

.margin-right-block-lg {
    margin-right: 2rem;
}

.margin-bottom-block-lg {
    margin-bottom: 2rem;
}

.margin-left-block-lg {
    margin-left: 2rem;
}

.padding-top-block-lg {
    padding-top: 2rem;
}

.padding-right-block-lg {
    padding-right: 2rem;
}

.padding-bottom-block-lg {
    padding-bottom: 2rem;
}

.padding-left-block-lg {
    padding-left: 2rem;
}

.margin-top-block-xl {
    margin-top: 3rem;
}

.margin-right-block-xl {
    margin-right: 3rem;
}

.margin-bottom-block-xl {
    margin-bottom: 3rem;
}

.margin-left-block-xl {
    margin-left: 3rem;
}

.padding-top-block-xl {
    padding-top: 3rem;
}

.padding-right-block-xl {
    padding-right: 3rem;
}

.padding-bottom-block-xl {
    padding-bottom: 3rem;
}

.padding-left-block-xl {
    padding-left: 3rem;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.fa, .fas {
    font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
}

a::after, a::before {
    display: inline-block;
}

a.help::after, a.info::after, a.external-link::after {
    font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
    font-size: 1rem;
    color: #004a98;
    font-weight: 700;
    text-decoration: none;
    margin-left: 3px;
}

a.email::before {
    font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
    font-size: 1rem;
    color: #004a98;
    font-weight: 700;
    text-decoration: none;
    margin-right: 3px;
}

a.help::after {
    content: " \f059";
}

a.info::after {
    content: " \f05a";
}

a.email::before {
    content: " \f0e0";
}

a.external-link::after {
    content: " \f08e";
}

span.valid::before {
    content: " \f058";
    font-family: "Font Awesome 6 Free", "Font Awesome", "FontAwesome";
    font-size: 1rem;
    color: #006055;
    font-weight: 700;
    text-decoration: none;
    margin-right: 5px;
}

.bg-blue, .bg-primary, .bg-info {
    background-color: #004a98;
    color: #ffffff;
}

.bg-green, .bg-success {
    background-color: #006055;
    color: #ffffff;
}

.bg-gold, .bg-warning {
    background-color: #d6a329;
    color: #000;
}

.bg-crimson, .bg-danger {
    background-color: #79242f;
    color: #ffffff;
}

.bg-dark {
    background-color: #000;
    color: #ffffff;
}

.bg-light {
    background-color: #eee;
    color: #000;
}

.bg-disable {
    background-color: #aaa;
    color: #000;
}

.bg-primary-hover, .bg-info-hover {
    background-color: #1a6ed8;
    color: #ffffff;
}

.bg-success-hover {
    background-color: #2f9a48;
    color: #ffffff;
}

.bg-warning-hover {
    background-color: #efb300;
    color: #000;
}

.bg-danger-hover {
    background-color: #aa1f2e;
    color: #ffffff;
}

.bg-dark-hover {
    background-color: #333;
    color: #ffffff;
}

.bg-light-hover {
    background-color: #ddd;
    color: #000;
}

.bg-white {
    background-color: #ffffff;
    color: #000;
}

.bg-gray-100 {
    background-color: #f3f3f3;
    color: #000;
}

.bg-gray-200 {
    background-color: #eee;
    color: #000;
}

.bg-gray-300 {
    background-color: #ddd;
    color: #000;
}

.bg-gray-400 {
    background-color: #aaa;
    color: #ffffff;
}

.bg-gray-500 {
    background-color: #777;
    color: #ffffff;
}

.bg-gray-600 {
    background-color: #333;
    color: #ffffff;
}

.gnb-info {
    color: #004a98;
}

.gnb-success {
    color: #006055;
}

.gnb-warning {
    color: #d6a329;
}

.gnb-danger {
    color: #79242f;
}

.opacity-lt {
    opacity: 0.2;
}

.opacity-md {
    opacity: 0.5;
}

.opacity-dk {
    opacity: 0.8;
}

