@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400..700&display=swap");

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.border {
    border: 1px solid #d0d0d0 !important
}

.border-top {
    border-top: 1px solid #d0d0d0 !important
}

.border-right {
    border-right: 1px solid #d0d0d0 !important
}

.border-bottom {
    border-bottom: 1px solid #d0d0d0 !important
}

.border-left {
    border-left: 1px solid #d0d0d0 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #277c78 !important
}

.border-secondary {
    border-color: #142d3e !important
}

.border-success {
    border-color: #0d8252 !important
}

.border-danger {
    border-color: #b30518 !important
}

.border-warning {
    border-color: #e5a612 !important
}

.border-light {
    border-color: #f7f7f7 !important
}

.border-dark {
    border-color: #161618 !important
}

.border-black {
    border-color: #000000 !important
}

.border-white {
    border-color: #ffffff !important
}

.border-dark-gray {
    border-color: #161618 !important
}

.border-light-gray {
    border-color: #f7f7f7 !important
}

.border-body-copy {
    border-color: #353535 !important
}

.border-white {
    border-color: #ffffff !important
}

.bg-white {
    background-color: #ffffff !important
}

.bg-dark-gray {
    background-color: #161618 !important
}

.bg-light-gray {
    background-color: #f7f7f7 !important
}

.bg-navy {
    background-color: #142d3e !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-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !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
}

.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
}

.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
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-0_5 {
    margin: 0.5rem !important
}

.mt-0_5, .my-0_5 {
    margin-top: 0.5rem !important
}

.mr-0_5, .mx-0_5 {
    margin-right: 0.5rem !important
}

.mb-0_5, .my-0_5 {
    margin-bottom: 0.5rem !important
}

.ml-0_5, .mx-0_5 {
    margin-left: 0.5rem !important
}

.m-1 {
    margin: 1rem !important
}

.mt-1, .my-1 {
    margin-top: 1rem !important
}

.mr-1, .mx-1 {
    margin-right: 1rem !important
}

.mb-1, .my-1 {
    margin-bottom: 1rem !important
}

.ml-1, .mx-1 {
    margin-left: 1rem !important
}

.m-1_5 {
    margin: 1.5rem !important
}

.mt-1_5, .my-1_5 {
    margin-top: 1.5rem !important
}

.mr-1_5, .mx-1_5 {
    margin-right: 1.5rem !important
}

.mb-1_5, .my-1_5 {
    margin-bottom: 1.5rem !important
}

.ml-1_5, .mx-1_5 {
    margin-left: 1.5rem !important
}

.m-2 {
    margin: 2rem !important
}

.mt-2, .my-2 {
    margin-top: 2rem !important
}

.mr-2, .mx-2 {
    margin-right: 2rem !important
}

.mb-2, .my-2 {
    margin-bottom: 2rem !important
}

.ml-2, .mx-2 {
    margin-left: 2rem !important
}

.m-2_5 {
    margin: 2.5rem !important
}

.mt-2_5, .my-2_5 {
    margin-top: 2.5rem !important
}

.mr-2_5, .mx-2_5 {
    margin-right: 2.5rem !important
}

.mb-2_5, .my-2_5 {
    margin-bottom: 2.5rem !important
}

.ml-2_5, .mx-2_5 {
    margin-left: 2.5rem !important
}

.m-3 {
    margin: 3rem !important
}

.mt-3, .my-3 {
    margin-top: 3rem !important
}

.mr-3, .mx-3 {
    margin-right: 3rem !important
}

.mb-3, .my-3 {
    margin-bottom: 3rem !important
}

.ml-3, .mx-3 {
    margin-left: 3rem !important
}

.m-3_5 {
    margin: 3.5rem !important
}

.mt-3_5, .my-3_5 {
    margin-top: 3.5rem !important
}

.mr-3_5, .mx-3_5 {
    margin-right: 3.5rem !important
}

.mb-3_5, .my-3_5 {
    margin-bottom: 3.5rem !important
}

.ml-3_5, .mx-3_5 {
    margin-left: 3.5rem !important
}

.m-4 {
    margin: 4rem !important
}

.mt-4, .my-4 {
    margin-top: 4rem !important
}

.mr-4, .mx-4 {
    margin-right: 4rem !important
}

.mb-4, .my-4 {
    margin-bottom: 4rem !important
}

.ml-4, .mx-4 {
    margin-left: 4rem !important
}

.m-4_5 {
    margin: 4.5rem !important
}

.mt-4_5, .my-4_5 {
    margin-top: 4.5rem !important
}

.mr-4_5, .mx-4_5 {
    margin-right: 4.5rem !important
}

.mb-4_5, .my-4_5 {
    margin-bottom: 4.5rem !important
}

.ml-4_5, .mx-4_5 {
    margin-left: 4.5rem !important
}

.m-5 {
    margin: 5rem !important
}

.mt-5, .my-5 {
    margin-top: 5rem !important
}

.mr-5, .mx-5 {
    margin-right: 5rem !important
}

.mb-5, .my-5 {
    margin-bottom: 5rem !important
}

.ml-5, .mx-5 {
    margin-left: 5rem !important
}

.m-5_5 {
    margin: 5.5rem !important
}

.mt-5_5, .my-5_5 {
    margin-top: 5.5rem !important
}

.mr-5_5, .mx-5_5 {
    margin-right: 5.5rem !important
}

.mb-5_5, .my-5_5 {
    margin-bottom: 5.5rem !important
}

.ml-5_5, .mx-5_5 {
    margin-left: 5.5rem !important
}

.m-6 {
    margin: 6rem !important
}

.mt-6, .my-6 {
    margin-top: 6rem !important
}

.mr-6, .mx-6 {
    margin-right: 6rem !important
}

.mb-6, .my-6 {
    margin-bottom: 6rem !important
}

.ml-6, .mx-6 {
    margin-left: 6rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-0_5 {
    padding: 0.5rem !important
}

.pt-0_5, .py-0_5 {
    padding-top: 0.5rem !important
}

.pr-0_5, .px-0_5 {
    padding-right: 0.5rem !important
}

.pb-0_5, .py-0_5 {
    padding-bottom: 0.5rem !important
}

.pl-0_5, .px-0_5 {
    padding-left: 0.5rem !important
}

.p-1 {
    padding: 1rem !important
}

.pt-1, .py-1 {
    padding-top: 1rem !important
}

.pr-1, .px-1 {
    padding-right: 1rem !important
}

.pb-1, .py-1 {
    padding-bottom: 1rem !important
}

.pl-1, .px-1 {
    padding-left: 1rem !important
}

.p-1_5 {
    padding: 1.5rem !important
}

.pt-1_5, .py-1_5 {
    padding-top: 1.5rem !important
}

.pr-1_5, .px-1_5 {
    padding-right: 1.5rem !important
}

.pb-1_5, .py-1_5 {
    padding-bottom: 1.5rem !important
}

.pl-1_5, .px-1_5 {
    padding-left: 1.5rem !important
}

.p-2 {
    padding: 2rem !important
}

.pt-2, .py-2 {
    padding-top: 2rem !important
}

.pr-2, .px-2 {
    padding-right: 2rem !important
}

.pb-2, .py-2 {
    padding-bottom: 2rem !important
}

.pl-2, .px-2 {
    padding-left: 2rem !important
}

.p-2_5 {
    padding: 2.5rem !important
}

.pt-2_5, .py-2_5 {
    padding-top: 2.5rem !important
}

.pr-2_5, .px-2_5 {
    padding-right: 2.5rem !important
}

.pb-2_5, .py-2_5 {
    padding-bottom: 2.5rem !important
}

.pl-2_5, .px-2_5 {
    padding-left: 2.5rem !important
}

.p-3 {
    padding: 3rem !important
}

.pt-3, .py-3 {
    padding-top: 3rem !important
}

.pr-3, .px-3 {
    padding-right: 3rem !important
}

.pb-3, .py-3 {
    padding-bottom: 3rem !important
}

.pl-3, .px-3 {
    padding-left: 3rem !important
}

.p-3_5 {
    padding: 3.5rem !important
}

.pt-3_5, .py-3_5 {
    padding-top: 3.5rem !important
}

.pr-3_5, .px-3_5 {
    padding-right: 3.5rem !important
}

.pb-3_5, .py-3_5 {
    padding-bottom: 3.5rem !important
}

.pl-3_5, .px-3_5 {
    padding-left: 3.5rem !important
}

.p-4 {
    padding: 4rem !important
}

.pt-4, .py-4 {
    padding-top: 4rem !important
}

.pr-4, .px-4 {
    padding-right: 4rem !important
}

.pb-4, .py-4 {
    padding-bottom: 4rem !important
}

.pl-4, .px-4 {
    padding-left: 4rem !important
}

.p-4_5 {
    padding: 4.5rem !important
}

.pt-4_5, .py-4_5 {
    padding-top: 4.5rem !important
}

.pr-4_5, .px-4_5 {
    padding-right: 4.5rem !important
}

.pb-4_5, .py-4_5 {
    padding-bottom: 4.5rem !important
}

.pl-4_5, .px-4_5 {
    padding-left: 4.5rem !important
}

.p-5 {
    padding: 5rem !important
}

.pt-5, .py-5 {
    padding-top: 5rem !important
}

.pr-5, .px-5 {
    padding-right: 5rem !important
}

.pb-5, .py-5 {
    padding-bottom: 5rem !important
}

.pl-5, .px-5 {
    padding-left: 5rem !important
}

.p-5_5 {
    padding: 5.5rem !important
}

.pt-5_5, .py-5_5 {
    padding-top: 5.5rem !important
}

.pr-5_5, .px-5_5 {
    padding-right: 5.5rem !important
}

.pb-5_5, .py-5_5 {
    padding-bottom: 5.5rem !important
}

.pl-5_5, .px-5_5 {
    padding-left: 5.5rem !important
}

.p-6 {
    padding: 6rem !important
}

.pt-6, .py-6 {
    padding-top: 6rem !important
}

.pr-6, .px-6 {
    padding-right: 6rem !important
}

.pb-6, .py-6 {
    padding-bottom: 6rem !important
}

.pl-6, .px-6 {
    padding-left: 6rem !important
}

.m-n0_5 {
    margin: -0.5rem !important
}

.mt-n0_5, .my-n0_5 {
    margin-top: -0.5rem !important
}

.mr-n0_5, .mx-n0_5 {
    margin-right: -0.5rem !important
}

.mb-n0_5, .my-n0_5 {
    margin-bottom: -0.5rem !important
}

.ml-n0_5, .mx-n0_5 {
    margin-left: -0.5rem !important
}

.m-n1 {
    margin: -1rem !important
}

.mt-n1, .my-n1 {
    margin-top: -1rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -1rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -1rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -1rem !important
}

.m-n1_5 {
    margin: -1.5rem !important
}

.mt-n1_5, .my-n1_5 {
    margin-top: -1.5rem !important
}

.mr-n1_5, .mx-n1_5 {
    margin-right: -1.5rem !important
}

.mb-n1_5, .my-n1_5 {
    margin-bottom: -1.5rem !important
}

.ml-n1_5, .mx-n1_5 {
    margin-left: -1.5rem !important
}

.m-n2 {
    margin: -2rem !important
}

.mt-n2, .my-n2 {
    margin-top: -2rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -2rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -2rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -2rem !important
}

.m-n2_5 {
    margin: -2.5rem !important
}

.mt-n2_5, .my-n2_5 {
    margin-top: -2.5rem !important
}

.mr-n2_5, .mx-n2_5 {
    margin-right: -2.5rem !important
}

.mb-n2_5, .my-n2_5 {
    margin-bottom: -2.5rem !important
}

.ml-n2_5, .mx-n2_5 {
    margin-left: -2.5rem !important
}

.m-n3 {
    margin: -3rem !important
}

.mt-n3, .my-n3 {
    margin-top: -3rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -3rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -3rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -3rem !important
}

.m-n3_5 {
    margin: -3.5rem !important
}

.mt-n3_5, .my-n3_5 {
    margin-top: -3.5rem !important
}

.mr-n3_5, .mx-n3_5 {
    margin-right: -3.5rem !important
}

.mb-n3_5, .my-n3_5 {
    margin-bottom: -3.5rem !important
}

.ml-n3_5, .mx-n3_5 {
    margin-left: -3.5rem !important
}

.m-n4 {
    margin: -4rem !important
}

.mt-n4, .my-n4 {
    margin-top: -4rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -4rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -4rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -4rem !important
}

.m-n4_5 {
    margin: -4.5rem !important
}

.mt-n4_5, .my-n4_5 {
    margin-top: -4.5rem !important
}

.mr-n4_5, .mx-n4_5 {
    margin-right: -4.5rem !important
}

.mb-n4_5, .my-n4_5 {
    margin-bottom: -4.5rem !important
}

.ml-n4_5, .mx-n4_5 {
    margin-left: -4.5rem !important
}

.m-n5 {
    margin: -5rem !important
}

.mt-n5, .my-n5 {
    margin-top: -5rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -5rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -5rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -5rem !important
}

.m-n5_5 {
    margin: -5.5rem !important
}

.mt-n5_5, .my-n5_5 {
    margin-top: -5.5rem !important
}

.mr-n5_5, .mx-n5_5 {
    margin-right: -5.5rem !important
}

.mb-n5_5, .my-n5_5 {
    margin-bottom: -5.5rem !important
}

.ml-n5_5, .mx-n5_5 {
    margin-left: -5.5rem !important
}

.m-n6 {
    margin: -6rem !important
}

.mt-n6, .my-n6 {
    margin-top: -6rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -6rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -6rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -6rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-0_5 {
        margin: 0.5rem !important
    }

    .mt-sm-0_5, .my-sm-0_5 {
        margin-top: 0.5rem !important
    }

    .mr-sm-0_5, .mx-sm-0_5 {
        margin-right: 0.5rem !important
    }

    .mb-sm-0_5, .my-sm-0_5 {
        margin-bottom: 0.5rem !important
    }

    .ml-sm-0_5, .mx-sm-0_5 {
        margin-left: 0.5rem !important
    }

    .m-sm-1 {
        margin: 1rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 1rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 1rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 1rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 1rem !important
    }

    .m-sm-1_5 {
        margin: 1.5rem !important
    }

    .mt-sm-1_5, .my-sm-1_5 {
        margin-top: 1.5rem !important
    }

    .mr-sm-1_5, .mx-sm-1_5 {
        margin-right: 1.5rem !important
    }

    .mb-sm-1_5, .my-sm-1_5 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-1_5, .mx-sm-1_5 {
        margin-left: 1.5rem !important
    }

    .m-sm-2 {
        margin: 2rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 2rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 2rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 2rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 2rem !important
    }

    .m-sm-2_5 {
        margin: 2.5rem !important
    }

    .mt-sm-2_5, .my-sm-2_5 {
        margin-top: 2.5rem !important
    }

    .mr-sm-2_5, .mx-sm-2_5 {
        margin-right: 2.5rem !important
    }

    .mb-sm-2_5, .my-sm-2_5 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-2_5, .mx-sm-2_5 {
        margin-left: 2.5rem !important
    }

    .m-sm-3 {
        margin: 3rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 3rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 3rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 3rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 3rem !important
    }

    .m-sm-3_5 {
        margin: 3.5rem !important
    }

    .mt-sm-3_5, .my-sm-3_5 {
        margin-top: 3.5rem !important
    }

    .mr-sm-3_5, .mx-sm-3_5 {
        margin-right: 3.5rem !important
    }

    .mb-sm-3_5, .my-sm-3_5 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-3_5, .mx-sm-3_5 {
        margin-left: 3.5rem !important
    }

    .m-sm-4 {
        margin: 4rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 4rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 4rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 4rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 4rem !important
    }

    .m-sm-4_5 {
        margin: 4.5rem !important
    }

    .mt-sm-4_5, .my-sm-4_5 {
        margin-top: 4.5rem !important
    }

    .mr-sm-4_5, .mx-sm-4_5 {
        margin-right: 4.5rem !important
    }

    .mb-sm-4_5, .my-sm-4_5 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-4_5, .mx-sm-4_5 {
        margin-left: 4.5rem !important
    }

    .m-sm-5 {
        margin: 5rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 5rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 5rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 5rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 5rem !important
    }

    .m-sm-5_5 {
        margin: 5.5rem !important
    }

    .mt-sm-5_5, .my-sm-5_5 {
        margin-top: 5.5rem !important
    }

    .mr-sm-5_5, .mx-sm-5_5 {
        margin-right: 5.5rem !important
    }

    .mb-sm-5_5, .my-sm-5_5 {
        margin-bottom: 5.5rem !important
    }

    .ml-sm-5_5, .mx-sm-5_5 {
        margin-left: 5.5rem !important
    }

    .m-sm-6 {
        margin: 6rem !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 6rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 6rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 6rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 6rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-0_5 {
        padding: 0.5rem !important
    }

    .pt-sm-0_5, .py-sm-0_5 {
        padding-top: 0.5rem !important
    }

    .pr-sm-0_5, .px-sm-0_5 {
        padding-right: 0.5rem !important
    }

    .pb-sm-0_5, .py-sm-0_5 {
        padding-bottom: 0.5rem !important
    }

    .pl-sm-0_5, .px-sm-0_5 {
        padding-left: 0.5rem !important
    }

    .p-sm-1 {
        padding: 1rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 1rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 1rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 1rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 1rem !important
    }

    .p-sm-1_5 {
        padding: 1.5rem !important
    }

    .pt-sm-1_5, .py-sm-1_5 {
        padding-top: 1.5rem !important
    }

    .pr-sm-1_5, .px-sm-1_5 {
        padding-right: 1.5rem !important
    }

    .pb-sm-1_5, .py-sm-1_5 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-1_5, .px-sm-1_5 {
        padding-left: 1.5rem !important
    }

    .p-sm-2 {
        padding: 2rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 2rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 2rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 2rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 2rem !important
    }

    .p-sm-2_5 {
        padding: 2.5rem !important
    }

    .pt-sm-2_5, .py-sm-2_5 {
        padding-top: 2.5rem !important
    }

    .pr-sm-2_5, .px-sm-2_5 {
        padding-right: 2.5rem !important
    }

    .pb-sm-2_5, .py-sm-2_5 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-2_5, .px-sm-2_5 {
        padding-left: 2.5rem !important
    }

    .p-sm-3 {
        padding: 3rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 3rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 3rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 3rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 3rem !important
    }

    .p-sm-3_5 {
        padding: 3.5rem !important
    }

    .pt-sm-3_5, .py-sm-3_5 {
        padding-top: 3.5rem !important
    }

    .pr-sm-3_5, .px-sm-3_5 {
        padding-right: 3.5rem !important
    }

    .pb-sm-3_5, .py-sm-3_5 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-3_5, .px-sm-3_5 {
        padding-left: 3.5rem !important
    }

    .p-sm-4 {
        padding: 4rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 4rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 4rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 4rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 4rem !important
    }

    .p-sm-4_5 {
        padding: 4.5rem !important
    }

    .pt-sm-4_5, .py-sm-4_5 {
        padding-top: 4.5rem !important
    }

    .pr-sm-4_5, .px-sm-4_5 {
        padding-right: 4.5rem !important
    }

    .pb-sm-4_5, .py-sm-4_5 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-4_5, .px-sm-4_5 {
        padding-left: 4.5rem !important
    }

    .p-sm-5 {
        padding: 5rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 5rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 5rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 5rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 5rem !important
    }

    .p-sm-5_5 {
        padding: 5.5rem !important
    }

    .pt-sm-5_5, .py-sm-5_5 {
        padding-top: 5.5rem !important
    }

    .pr-sm-5_5, .px-sm-5_5 {
        padding-right: 5.5rem !important
    }

    .pb-sm-5_5, .py-sm-5_5 {
        padding-bottom: 5.5rem !important
    }

    .pl-sm-5_5, .px-sm-5_5 {
        padding-left: 5.5rem !important
    }

    .p-sm-6 {
        padding: 6rem !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 6rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 6rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 6rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 6rem !important
    }

    .m-sm-n0_5 {
        margin: -0.5rem !important
    }

    .mt-sm-n0_5, .my-sm-n0_5 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n0_5, .mx-sm-n0_5 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n0_5, .my-sm-n0_5 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n0_5, .mx-sm-n0_5 {
        margin-left: -0.5rem !important
    }

    .m-sm-n1 {
        margin: -1rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -1rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -1rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -1rem !important
    }

    .m-sm-n1_5 {
        margin: -1.5rem !important
    }

    .mt-sm-n1_5, .my-sm-n1_5 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n1_5, .mx-sm-n1_5 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n1_5, .my-sm-n1_5 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n1_5, .mx-sm-n1_5 {
        margin-left: -1.5rem !important
    }

    .m-sm-n2 {
        margin: -2rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -2rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -2rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -2rem !important
    }

    .m-sm-n2_5 {
        margin: -2.5rem !important
    }

    .mt-sm-n2_5, .my-sm-n2_5 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n2_5, .mx-sm-n2_5 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n2_5, .my-sm-n2_5 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n2_5, .mx-sm-n2_5 {
        margin-left: -2.5rem !important
    }

    .m-sm-n3 {
        margin: -3rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -3rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -3rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -3rem !important
    }

    .m-sm-n3_5 {
        margin: -3.5rem !important
    }

    .mt-sm-n3_5, .my-sm-n3_5 {
        margin-top: -3.5rem !important
    }

    .mr-sm-n3_5, .mx-sm-n3_5 {
        margin-right: -3.5rem !important
    }

    .mb-sm-n3_5, .my-sm-n3_5 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-n3_5, .mx-sm-n3_5 {
        margin-left: -3.5rem !important
    }

    .m-sm-n4 {
        margin: -4rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -4rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -4rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -4rem !important
    }

    .m-sm-n4_5 {
        margin: -4.5rem !important
    }

    .mt-sm-n4_5, .my-sm-n4_5 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n4_5, .mx-sm-n4_5 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n4_5, .my-sm-n4_5 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n4_5, .mx-sm-n4_5 {
        margin-left: -4.5rem !important
    }

    .m-sm-n5 {
        margin: -5rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -5rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -5rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -5rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -5rem !important
    }

    .m-sm-n5_5 {
        margin: -5.5rem !important
    }

    .mt-sm-n5_5, .my-sm-n5_5 {
        margin-top: -5.5rem !important
    }

    .mr-sm-n5_5, .mx-sm-n5_5 {
        margin-right: -5.5rem !important
    }

    .mb-sm-n5_5, .my-sm-n5_5 {
        margin-bottom: -5.5rem !important
    }

    .ml-sm-n5_5, .mx-sm-n5_5 {
        margin-left: -5.5rem !important
    }

    .m-sm-n6 {
        margin: -6rem !important
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -6rem !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -6rem !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -6rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-0_5 {
        margin: 0.5rem !important
    }

    .mt-md-0_5, .my-md-0_5 {
        margin-top: 0.5rem !important
    }

    .mr-md-0_5, .mx-md-0_5 {
        margin-right: 0.5rem !important
    }

    .mb-md-0_5, .my-md-0_5 {
        margin-bottom: 0.5rem !important
    }

    .ml-md-0_5, .mx-md-0_5 {
        margin-left: 0.5rem !important
    }

    .m-md-1 {
        margin: 1rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 1rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 1rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 1rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 1rem !important
    }

    .m-md-1_5 {
        margin: 1.5rem !important
    }

    .mt-md-1_5, .my-md-1_5 {
        margin-top: 1.5rem !important
    }

    .mr-md-1_5, .mx-md-1_5 {
        margin-right: 1.5rem !important
    }

    .mb-md-1_5, .my-md-1_5 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-1_5, .mx-md-1_5 {
        margin-left: 1.5rem !important
    }

    .m-md-2 {
        margin: 2rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 2rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 2rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 2rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 2rem !important
    }

    .m-md-2_5 {
        margin: 2.5rem !important
    }

    .mt-md-2_5, .my-md-2_5 {
        margin-top: 2.5rem !important
    }

    .mr-md-2_5, .mx-md-2_5 {
        margin-right: 2.5rem !important
    }

    .mb-md-2_5, .my-md-2_5 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-2_5, .mx-md-2_5 {
        margin-left: 2.5rem !important
    }

    .m-md-3 {
        margin: 3rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 3rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 3rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 3rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 3rem !important
    }

    .m-md-3_5 {
        margin: 3.5rem !important
    }

    .mt-md-3_5, .my-md-3_5 {
        margin-top: 3.5rem !important
    }

    .mr-md-3_5, .mx-md-3_5 {
        margin-right: 3.5rem !important
    }

    .mb-md-3_5, .my-md-3_5 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-3_5, .mx-md-3_5 {
        margin-left: 3.5rem !important
    }

    .m-md-4 {
        margin: 4rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 4rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 4rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 4rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 4rem !important
    }

    .m-md-4_5 {
        margin: 4.5rem !important
    }

    .mt-md-4_5, .my-md-4_5 {
        margin-top: 4.5rem !important
    }

    .mr-md-4_5, .mx-md-4_5 {
        margin-right: 4.5rem !important
    }

    .mb-md-4_5, .my-md-4_5 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-4_5, .mx-md-4_5 {
        margin-left: 4.5rem !important
    }

    .m-md-5 {
        margin: 5rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 5rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 5rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 5rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 5rem !important
    }

    .m-md-5_5 {
        margin: 5.5rem !important
    }

    .mt-md-5_5, .my-md-5_5 {
        margin-top: 5.5rem !important
    }

    .mr-md-5_5, .mx-md-5_5 {
        margin-right: 5.5rem !important
    }

    .mb-md-5_5, .my-md-5_5 {
        margin-bottom: 5.5rem !important
    }

    .ml-md-5_5, .mx-md-5_5 {
        margin-left: 5.5rem !important
    }

    .m-md-6 {
        margin: 6rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 6rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 6rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 6rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 6rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-0_5 {
        padding: 0.5rem !important
    }

    .pt-md-0_5, .py-md-0_5 {
        padding-top: 0.5rem !important
    }

    .pr-md-0_5, .px-md-0_5 {
        padding-right: 0.5rem !important
    }

    .pb-md-0_5, .py-md-0_5 {
        padding-bottom: 0.5rem !important
    }

    .pl-md-0_5, .px-md-0_5 {
        padding-left: 0.5rem !important
    }

    .p-md-1 {
        padding: 1rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 1rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 1rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 1rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 1rem !important
    }

    .p-md-1_5 {
        padding: 1.5rem !important
    }

    .pt-md-1_5, .py-md-1_5 {
        padding-top: 1.5rem !important
    }

    .pr-md-1_5, .px-md-1_5 {
        padding-right: 1.5rem !important
    }

    .pb-md-1_5, .py-md-1_5 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-1_5, .px-md-1_5 {
        padding-left: 1.5rem !important
    }

    .p-md-2 {
        padding: 2rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 2rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 2rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 2rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 2rem !important
    }

    .p-md-2_5 {
        padding: 2.5rem !important
    }

    .pt-md-2_5, .py-md-2_5 {
        padding-top: 2.5rem !important
    }

    .pr-md-2_5, .px-md-2_5 {
        padding-right: 2.5rem !important
    }

    .pb-md-2_5, .py-md-2_5 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-2_5, .px-md-2_5 {
        padding-left: 2.5rem !important
    }

    .p-md-3 {
        padding: 3rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 3rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 3rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 3rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 3rem !important
    }

    .p-md-3_5 {
        padding: 3.5rem !important
    }

    .pt-md-3_5, .py-md-3_5 {
        padding-top: 3.5rem !important
    }

    .pr-md-3_5, .px-md-3_5 {
        padding-right: 3.5rem !important
    }

    .pb-md-3_5, .py-md-3_5 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-3_5, .px-md-3_5 {
        padding-left: 3.5rem !important
    }

    .p-md-4 {
        padding: 4rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 4rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 4rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 4rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 4rem !important
    }

    .p-md-4_5 {
        padding: 4.5rem !important
    }

    .pt-md-4_5, .py-md-4_5 {
        padding-top: 4.5rem !important
    }

    .pr-md-4_5, .px-md-4_5 {
        padding-right: 4.5rem !important
    }

    .pb-md-4_5, .py-md-4_5 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-4_5, .px-md-4_5 {
        padding-left: 4.5rem !important
    }

    .p-md-5 {
        padding: 5rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 5rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 5rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 5rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 5rem !important
    }

    .p-md-5_5 {
        padding: 5.5rem !important
    }

    .pt-md-5_5, .py-md-5_5 {
        padding-top: 5.5rem !important
    }

    .pr-md-5_5, .px-md-5_5 {
        padding-right: 5.5rem !important
    }

    .pb-md-5_5, .py-md-5_5 {
        padding-bottom: 5.5rem !important
    }

    .pl-md-5_5, .px-md-5_5 {
        padding-left: 5.5rem !important
    }

    .p-md-6 {
        padding: 6rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 6rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 6rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 6rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 6rem !important
    }

    .m-md-n0_5 {
        margin: -0.5rem !important
    }

    .mt-md-n0_5, .my-md-n0_5 {
        margin-top: -0.5rem !important
    }

    .mr-md-n0_5, .mx-md-n0_5 {
        margin-right: -0.5rem !important
    }

    .mb-md-n0_5, .my-md-n0_5 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n0_5, .mx-md-n0_5 {
        margin-left: -0.5rem !important
    }

    .m-md-n1 {
        margin: -1rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -1rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -1rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -1rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -1rem !important
    }

    .m-md-n1_5 {
        margin: -1.5rem !important
    }

    .mt-md-n1_5, .my-md-n1_5 {
        margin-top: -1.5rem !important
    }

    .mr-md-n1_5, .mx-md-n1_5 {
        margin-right: -1.5rem !important
    }

    .mb-md-n1_5, .my-md-n1_5 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n1_5, .mx-md-n1_5 {
        margin-left: -1.5rem !important
    }

    .m-md-n2 {
        margin: -2rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -2rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -2rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -2rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -2rem !important
    }

    .m-md-n2_5 {
        margin: -2.5rem !important
    }

    .mt-md-n2_5, .my-md-n2_5 {
        margin-top: -2.5rem !important
    }

    .mr-md-n2_5, .mx-md-n2_5 {
        margin-right: -2.5rem !important
    }

    .mb-md-n2_5, .my-md-n2_5 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n2_5, .mx-md-n2_5 {
        margin-left: -2.5rem !important
    }

    .m-md-n3 {
        margin: -3rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -3rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -3rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -3rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -3rem !important
    }

    .m-md-n3_5 {
        margin: -3.5rem !important
    }

    .mt-md-n3_5, .my-md-n3_5 {
        margin-top: -3.5rem !important
    }

    .mr-md-n3_5, .mx-md-n3_5 {
        margin-right: -3.5rem !important
    }

    .mb-md-n3_5, .my-md-n3_5 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-n3_5, .mx-md-n3_5 {
        margin-left: -3.5rem !important
    }

    .m-md-n4 {
        margin: -4rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -4rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -4rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -4rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -4rem !important
    }

    .m-md-n4_5 {
        margin: -4.5rem !important
    }

    .mt-md-n4_5, .my-md-n4_5 {
        margin-top: -4.5rem !important
    }

    .mr-md-n4_5, .mx-md-n4_5 {
        margin-right: -4.5rem !important
    }

    .mb-md-n4_5, .my-md-n4_5 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n4_5, .mx-md-n4_5 {
        margin-left: -4.5rem !important
    }

    .m-md-n5 {
        margin: -5rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -5rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -5rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -5rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -5rem !important
    }

    .m-md-n5_5 {
        margin: -5.5rem !important
    }

    .mt-md-n5_5, .my-md-n5_5 {
        margin-top: -5.5rem !important
    }

    .mr-md-n5_5, .mx-md-n5_5 {
        margin-right: -5.5rem !important
    }

    .mb-md-n5_5, .my-md-n5_5 {
        margin-bottom: -5.5rem !important
    }

    .ml-md-n5_5, .mx-md-n5_5 {
        margin-left: -5.5rem !important
    }

    .m-md-n6 {
        margin: -6rem !important
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -6rem !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -6rem !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -6rem !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -6rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-0_5 {
        margin: 0.5rem !important
    }

    .mt-lg-0_5, .my-lg-0_5 {
        margin-top: 0.5rem !important
    }

    .mr-lg-0_5, .mx-lg-0_5 {
        margin-right: 0.5rem !important
    }

    .mb-lg-0_5, .my-lg-0_5 {
        margin-bottom: 0.5rem !important
    }

    .ml-lg-0_5, .mx-lg-0_5 {
        margin-left: 0.5rem !important
    }

    .m-lg-1 {
        margin: 1rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 1rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 1rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 1rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 1rem !important
    }

    .m-lg-1_5 {
        margin: 1.5rem !important
    }

    .mt-lg-1_5, .my-lg-1_5 {
        margin-top: 1.5rem !important
    }

    .mr-lg-1_5, .mx-lg-1_5 {
        margin-right: 1.5rem !important
    }

    .mb-lg-1_5, .my-lg-1_5 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-1_5, .mx-lg-1_5 {
        margin-left: 1.5rem !important
    }

    .m-lg-2 {
        margin: 2rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 2rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 2rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 2rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 2rem !important
    }

    .m-lg-2_5 {
        margin: 2.5rem !important
    }

    .mt-lg-2_5, .my-lg-2_5 {
        margin-top: 2.5rem !important
    }

    .mr-lg-2_5, .mx-lg-2_5 {
        margin-right: 2.5rem !important
    }

    .mb-lg-2_5, .my-lg-2_5 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-2_5, .mx-lg-2_5 {
        margin-left: 2.5rem !important
    }

    .m-lg-3 {
        margin: 3rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 3rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 3rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 3rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 3rem !important
    }

    .m-lg-3_5 {
        margin: 3.5rem !important
    }

    .mt-lg-3_5, .my-lg-3_5 {
        margin-top: 3.5rem !important
    }

    .mr-lg-3_5, .mx-lg-3_5 {
        margin-right: 3.5rem !important
    }

    .mb-lg-3_5, .my-lg-3_5 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-3_5, .mx-lg-3_5 {
        margin-left: 3.5rem !important
    }

    .m-lg-4 {
        margin: 4rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 4rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 4rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 4rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 4rem !important
    }

    .m-lg-4_5 {
        margin: 4.5rem !important
    }

    .mt-lg-4_5, .my-lg-4_5 {
        margin-top: 4.5rem !important
    }

    .mr-lg-4_5, .mx-lg-4_5 {
        margin-right: 4.5rem !important
    }

    .mb-lg-4_5, .my-lg-4_5 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-4_5, .mx-lg-4_5 {
        margin-left: 4.5rem !important
    }

    .m-lg-5 {
        margin: 5rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 5rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 5rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 5rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 5rem !important
    }

    .m-lg-5_5 {
        margin: 5.5rem !important
    }

    .mt-lg-5_5, .my-lg-5_5 {
        margin-top: 5.5rem !important
    }

    .mr-lg-5_5, .mx-lg-5_5 {
        margin-right: 5.5rem !important
    }

    .mb-lg-5_5, .my-lg-5_5 {
        margin-bottom: 5.5rem !important
    }

    .ml-lg-5_5, .mx-lg-5_5 {
        margin-left: 5.5rem !important
    }

    .m-lg-6 {
        margin: 6rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 6rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 6rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 6rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 6rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-0_5 {
        padding: 0.5rem !important
    }

    .pt-lg-0_5, .py-lg-0_5 {
        padding-top: 0.5rem !important
    }

    .pr-lg-0_5, .px-lg-0_5 {
        padding-right: 0.5rem !important
    }

    .pb-lg-0_5, .py-lg-0_5 {
        padding-bottom: 0.5rem !important
    }

    .pl-lg-0_5, .px-lg-0_5 {
        padding-left: 0.5rem !important
    }

    .p-lg-1 {
        padding: 1rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 1rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 1rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 1rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 1rem !important
    }

    .p-lg-1_5 {
        padding: 1.5rem !important
    }

    .pt-lg-1_5, .py-lg-1_5 {
        padding-top: 1.5rem !important
    }

    .pr-lg-1_5, .px-lg-1_5 {
        padding-right: 1.5rem !important
    }

    .pb-lg-1_5, .py-lg-1_5 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-1_5, .px-lg-1_5 {
        padding-left: 1.5rem !important
    }

    .p-lg-2 {
        padding: 2rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 2rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 2rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 2rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 2rem !important
    }

    .p-lg-2_5 {
        padding: 2.5rem !important
    }

    .pt-lg-2_5, .py-lg-2_5 {
        padding-top: 2.5rem !important
    }

    .pr-lg-2_5, .px-lg-2_5 {
        padding-right: 2.5rem !important
    }

    .pb-lg-2_5, .py-lg-2_5 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-2_5, .px-lg-2_5 {
        padding-left: 2.5rem !important
    }

    .p-lg-3 {
        padding: 3rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 3rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 3rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 3rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 3rem !important
    }

    .p-lg-3_5 {
        padding: 3.5rem !important
    }

    .pt-lg-3_5, .py-lg-3_5 {
        padding-top: 3.5rem !important
    }

    .pr-lg-3_5, .px-lg-3_5 {
        padding-right: 3.5rem !important
    }

    .pb-lg-3_5, .py-lg-3_5 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-3_5, .px-lg-3_5 {
        padding-left: 3.5rem !important
    }

    .p-lg-4 {
        padding: 4rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 4rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 4rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 4rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 4rem !important
    }

    .p-lg-4_5 {
        padding: 4.5rem !important
    }

    .pt-lg-4_5, .py-lg-4_5 {
        padding-top: 4.5rem !important
    }

    .pr-lg-4_5, .px-lg-4_5 {
        padding-right: 4.5rem !important
    }

    .pb-lg-4_5, .py-lg-4_5 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-4_5, .px-lg-4_5 {
        padding-left: 4.5rem !important
    }

    .p-lg-5 {
        padding: 5rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 5rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 5rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 5rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 5rem !important
    }

    .p-lg-5_5 {
        padding: 5.5rem !important
    }

    .pt-lg-5_5, .py-lg-5_5 {
        padding-top: 5.5rem !important
    }

    .pr-lg-5_5, .px-lg-5_5 {
        padding-right: 5.5rem !important
    }

    .pb-lg-5_5, .py-lg-5_5 {
        padding-bottom: 5.5rem !important
    }

    .pl-lg-5_5, .px-lg-5_5 {
        padding-left: 5.5rem !important
    }

    .p-lg-6 {
        padding: 6rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 6rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 6rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 6rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 6rem !important
    }

    .m-lg-n0_5 {
        margin: -0.5rem !important
    }

    .mt-lg-n0_5, .my-lg-n0_5 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n0_5, .mx-lg-n0_5 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n0_5, .my-lg-n0_5 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n0_5, .mx-lg-n0_5 {
        margin-left: -0.5rem !important
    }

    .m-lg-n1 {
        margin: -1rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -1rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -1rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -1rem !important
    }

    .m-lg-n1_5 {
        margin: -1.5rem !important
    }

    .mt-lg-n1_5, .my-lg-n1_5 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n1_5, .mx-lg-n1_5 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n1_5, .my-lg-n1_5 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n1_5, .mx-lg-n1_5 {
        margin-left: -1.5rem !important
    }

    .m-lg-n2 {
        margin: -2rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -2rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -2rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -2rem !important
    }

    .m-lg-n2_5 {
        margin: -2.5rem !important
    }

    .mt-lg-n2_5, .my-lg-n2_5 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n2_5, .mx-lg-n2_5 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n2_5, .my-lg-n2_5 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n2_5, .mx-lg-n2_5 {
        margin-left: -2.5rem !important
    }

    .m-lg-n3 {
        margin: -3rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -3rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -3rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -3rem !important
    }

    .m-lg-n3_5 {
        margin: -3.5rem !important
    }

    .mt-lg-n3_5, .my-lg-n3_5 {
        margin-top: -3.5rem !important
    }

    .mr-lg-n3_5, .mx-lg-n3_5 {
        margin-right: -3.5rem !important
    }

    .mb-lg-n3_5, .my-lg-n3_5 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-n3_5, .mx-lg-n3_5 {
        margin-left: -3.5rem !important
    }

    .m-lg-n4 {
        margin: -4rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -4rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -4rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -4rem !important
    }

    .m-lg-n4_5 {
        margin: -4.5rem !important
    }

    .mt-lg-n4_5, .my-lg-n4_5 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n4_5, .mx-lg-n4_5 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n4_5, .my-lg-n4_5 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n4_5, .mx-lg-n4_5 {
        margin-left: -4.5rem !important
    }

    .m-lg-n5 {
        margin: -5rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -5rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -5rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -5rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -5rem !important
    }

    .m-lg-n5_5 {
        margin: -5.5rem !important
    }

    .mt-lg-n5_5, .my-lg-n5_5 {
        margin-top: -5.5rem !important
    }

    .mr-lg-n5_5, .mx-lg-n5_5 {
        margin-right: -5.5rem !important
    }

    .mb-lg-n5_5, .my-lg-n5_5 {
        margin-bottom: -5.5rem !important
    }

    .ml-lg-n5_5, .mx-lg-n5_5 {
        margin-left: -5.5rem !important
    }

    .m-lg-n6 {
        margin: -6rem !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -6rem !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -6rem !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -6rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-0_5 {
        margin: 0.5rem !important
    }

    .mt-xl-0_5, .my-xl-0_5 {
        margin-top: 0.5rem !important
    }

    .mr-xl-0_5, .mx-xl-0_5 {
        margin-right: 0.5rem !important
    }

    .mb-xl-0_5, .my-xl-0_5 {
        margin-bottom: 0.5rem !important
    }

    .ml-xl-0_5, .mx-xl-0_5 {
        margin-left: 0.5rem !important
    }

    .m-xl-1 {
        margin: 1rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 1rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 1rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 1rem !important
    }

    .m-xl-1_5 {
        margin: 1.5rem !important
    }

    .mt-xl-1_5, .my-xl-1_5 {
        margin-top: 1.5rem !important
    }

    .mr-xl-1_5, .mx-xl-1_5 {
        margin-right: 1.5rem !important
    }

    .mb-xl-1_5, .my-xl-1_5 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-1_5, .mx-xl-1_5 {
        margin-left: 1.5rem !important
    }

    .m-xl-2 {
        margin: 2rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 2rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 2rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 2rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 2rem !important
    }

    .m-xl-2_5 {
        margin: 2.5rem !important
    }

    .mt-xl-2_5, .my-xl-2_5 {
        margin-top: 2.5rem !important
    }

    .mr-xl-2_5, .mx-xl-2_5 {
        margin-right: 2.5rem !important
    }

    .mb-xl-2_5, .my-xl-2_5 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-2_5, .mx-xl-2_5 {
        margin-left: 2.5rem !important
    }

    .m-xl-3 {
        margin: 3rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 3rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 3rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 3rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 3rem !important
    }

    .m-xl-3_5 {
        margin: 3.5rem !important
    }

    .mt-xl-3_5, .my-xl-3_5 {
        margin-top: 3.5rem !important
    }

    .mr-xl-3_5, .mx-xl-3_5 {
        margin-right: 3.5rem !important
    }

    .mb-xl-3_5, .my-xl-3_5 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-3_5, .mx-xl-3_5 {
        margin-left: 3.5rem !important
    }

    .m-xl-4 {
        margin: 4rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 4rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 4rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 4rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 4rem !important
    }

    .m-xl-4_5 {
        margin: 4.5rem !important
    }

    .mt-xl-4_5, .my-xl-4_5 {
        margin-top: 4.5rem !important
    }

    .mr-xl-4_5, .mx-xl-4_5 {
        margin-right: 4.5rem !important
    }

    .mb-xl-4_5, .my-xl-4_5 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-4_5, .mx-xl-4_5 {
        margin-left: 4.5rem !important
    }

    .m-xl-5 {
        margin: 5rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 5rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 5rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 5rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 5rem !important
    }

    .m-xl-5_5 {
        margin: 5.5rem !important
    }

    .mt-xl-5_5, .my-xl-5_5 {
        margin-top: 5.5rem !important
    }

    .mr-xl-5_5, .mx-xl-5_5 {
        margin-right: 5.5rem !important
    }

    .mb-xl-5_5, .my-xl-5_5 {
        margin-bottom: 5.5rem !important
    }

    .ml-xl-5_5, .mx-xl-5_5 {
        margin-left: 5.5rem !important
    }

    .m-xl-6 {
        margin: 6rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 6rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 6rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 6rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 6rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-0_5 {
        padding: 0.5rem !important
    }

    .pt-xl-0_5, .py-xl-0_5 {
        padding-top: 0.5rem !important
    }

    .pr-xl-0_5, .px-xl-0_5 {
        padding-right: 0.5rem !important
    }

    .pb-xl-0_5, .py-xl-0_5 {
        padding-bottom: 0.5rem !important
    }

    .pl-xl-0_5, .px-xl-0_5 {
        padding-left: 0.5rem !important
    }

    .p-xl-1 {
        padding: 1rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 1rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 1rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 1rem !important
    }

    .p-xl-1_5 {
        padding: 1.5rem !important
    }

    .pt-xl-1_5, .py-xl-1_5 {
        padding-top: 1.5rem !important
    }

    .pr-xl-1_5, .px-xl-1_5 {
        padding-right: 1.5rem !important
    }

    .pb-xl-1_5, .py-xl-1_5 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-1_5, .px-xl-1_5 {
        padding-left: 1.5rem !important
    }

    .p-xl-2 {
        padding: 2rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 2rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 2rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 2rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 2rem !important
    }

    .p-xl-2_5 {
        padding: 2.5rem !important
    }

    .pt-xl-2_5, .py-xl-2_5 {
        padding-top: 2.5rem !important
    }

    .pr-xl-2_5, .px-xl-2_5 {
        padding-right: 2.5rem !important
    }

    .pb-xl-2_5, .py-xl-2_5 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-2_5, .px-xl-2_5 {
        padding-left: 2.5rem !important
    }

    .p-xl-3 {
        padding: 3rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 3rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 3rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 3rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 3rem !important
    }

    .p-xl-3_5 {
        padding: 3.5rem !important
    }

    .pt-xl-3_5, .py-xl-3_5 {
        padding-top: 3.5rem !important
    }

    .pr-xl-3_5, .px-xl-3_5 {
        padding-right: 3.5rem !important
    }

    .pb-xl-3_5, .py-xl-3_5 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-3_5, .px-xl-3_5 {
        padding-left: 3.5rem !important
    }

    .p-xl-4 {
        padding: 4rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 4rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 4rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 4rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 4rem !important
    }

    .p-xl-4_5 {
        padding: 4.5rem !important
    }

    .pt-xl-4_5, .py-xl-4_5 {
        padding-top: 4.5rem !important
    }

    .pr-xl-4_5, .px-xl-4_5 {
        padding-right: 4.5rem !important
    }

    .pb-xl-4_5, .py-xl-4_5 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-4_5, .px-xl-4_5 {
        padding-left: 4.5rem !important
    }

    .p-xl-5 {
        padding: 5rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 5rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 5rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 5rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 5rem !important
    }

    .p-xl-5_5 {
        padding: 5.5rem !important
    }

    .pt-xl-5_5, .py-xl-5_5 {
        padding-top: 5.5rem !important
    }

    .pr-xl-5_5, .px-xl-5_5 {
        padding-right: 5.5rem !important
    }

    .pb-xl-5_5, .py-xl-5_5 {
        padding-bottom: 5.5rem !important
    }

    .pl-xl-5_5, .px-xl-5_5 {
        padding-left: 5.5rem !important
    }

    .p-xl-6 {
        padding: 6rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 6rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 6rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 6rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 6rem !important
    }

    .m-xl-n0_5 {
        margin: -0.5rem !important
    }

    .mt-xl-n0_5, .my-xl-n0_5 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n0_5, .mx-xl-n0_5 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n0_5, .my-xl-n0_5 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n0_5, .mx-xl-n0_5 {
        margin-left: -0.5rem !important
    }

    .m-xl-n1 {
        margin: -1rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -1rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -1rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -1rem !important
    }

    .m-xl-n1_5 {
        margin: -1.5rem !important
    }

    .mt-xl-n1_5, .my-xl-n1_5 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n1_5, .mx-xl-n1_5 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n1_5, .my-xl-n1_5 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n1_5, .mx-xl-n1_5 {
        margin-left: -1.5rem !important
    }

    .m-xl-n2 {
        margin: -2rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -2rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -2rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -2rem !important
    }

    .m-xl-n2_5 {
        margin: -2.5rem !important
    }

    .mt-xl-n2_5, .my-xl-n2_5 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n2_5, .mx-xl-n2_5 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n2_5, .my-xl-n2_5 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n2_5, .mx-xl-n2_5 {
        margin-left: -2.5rem !important
    }

    .m-xl-n3 {
        margin: -3rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -3rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -3rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -3rem !important
    }

    .m-xl-n3_5 {
        margin: -3.5rem !important
    }

    .mt-xl-n3_5, .my-xl-n3_5 {
        margin-top: -3.5rem !important
    }

    .mr-xl-n3_5, .mx-xl-n3_5 {
        margin-right: -3.5rem !important
    }

    .mb-xl-n3_5, .my-xl-n3_5 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-n3_5, .mx-xl-n3_5 {
        margin-left: -3.5rem !important
    }

    .m-xl-n4 {
        margin: -4rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -4rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -4rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -4rem !important
    }

    .m-xl-n4_5 {
        margin: -4.5rem !important
    }

    .mt-xl-n4_5, .my-xl-n4_5 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n4_5, .mx-xl-n4_5 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n4_5, .my-xl-n4_5 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n4_5, .mx-xl-n4_5 {
        margin-left: -4.5rem !important
    }

    .m-xl-n5 {
        margin: -5rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -5rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -5rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -5rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -5rem !important
    }

    .m-xl-n5_5 {
        margin: -5.5rem !important
    }

    .mt-xl-n5_5, .my-xl-n5_5 {
        margin-top: -5.5rem !important
    }

    .mr-xl-n5_5, .mx-xl-n5_5 {
        margin-right: -5.5rem !important
    }

    .mb-xl-n5_5, .my-xl-n5_5 {
        margin-bottom: -5.5rem !important
    }

    .ml-xl-n5_5, .mx-xl-n5_5 {
        margin-left: -5.5rem !important
    }

    .m-xl-n6 {
        margin: -6rem !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -6rem !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -6rem !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -6rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-0_5 {
        margin: 0.5rem !important
    }

    .mt-xxl-0_5, .my-xxl-0_5 {
        margin-top: 0.5rem !important
    }

    .mr-xxl-0_5, .mx-xxl-0_5 {
        margin-right: 0.5rem !important
    }

    .mb-xxl-0_5, .my-xxl-0_5 {
        margin-bottom: 0.5rem !important
    }

    .ml-xxl-0_5, .mx-xxl-0_5 {
        margin-left: 0.5rem !important
    }

    .m-xxl-1 {
        margin: 1rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: 1rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: 1rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: 1rem !important
    }

    .m-xxl-1_5 {
        margin: 1.5rem !important
    }

    .mt-xxl-1_5, .my-xxl-1_5 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-1_5, .mx-xxl-1_5 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-1_5, .my-xxl-1_5 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-1_5, .mx-xxl-1_5 {
        margin-left: 1.5rem !important
    }

    .m-xxl-2 {
        margin: 2rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: 2rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: 2rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: 2rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: 2rem !important
    }

    .m-xxl-2_5 {
        margin: 2.5rem !important
    }

    .mt-xxl-2_5, .my-xxl-2_5 {
        margin-top: 2.5rem !important
    }

    .mr-xxl-2_5, .mx-xxl-2_5 {
        margin-right: 2.5rem !important
    }

    .mb-xxl-2_5, .my-xxl-2_5 {
        margin-bottom: 2.5rem !important
    }

    .ml-xxl-2_5, .mx-xxl-2_5 {
        margin-left: 2.5rem !important
    }

    .m-xxl-3 {
        margin: 3rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 3rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 3rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 3rem !important
    }

    .m-xxl-3_5 {
        margin: 3.5rem !important
    }

    .mt-xxl-3_5, .my-xxl-3_5 {
        margin-top: 3.5rem !important
    }

    .mr-xxl-3_5, .mx-xxl-3_5 {
        margin-right: 3.5rem !important
    }

    .mb-xxl-3_5, .my-xxl-3_5 {
        margin-bottom: 3.5rem !important
    }

    .ml-xxl-3_5, .mx-xxl-3_5 {
        margin-left: 3.5rem !important
    }

    .m-xxl-4 {
        margin: 4rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 4rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 4rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 4rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 4rem !important
    }

    .m-xxl-4_5 {
        margin: 4.5rem !important
    }

    .mt-xxl-4_5, .my-xxl-4_5 {
        margin-top: 4.5rem !important
    }

    .mr-xxl-4_5, .mx-xxl-4_5 {
        margin-right: 4.5rem !important
    }

    .mb-xxl-4_5, .my-xxl-4_5 {
        margin-bottom: 4.5rem !important
    }

    .ml-xxl-4_5, .mx-xxl-4_5 {
        margin-left: 4.5rem !important
    }

    .m-xxl-5 {
        margin: 5rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 5rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 5rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 5rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 5rem !important
    }

    .m-xxl-5_5 {
        margin: 5.5rem !important
    }

    .mt-xxl-5_5, .my-xxl-5_5 {
        margin-top: 5.5rem !important
    }

    .mr-xxl-5_5, .mx-xxl-5_5 {
        margin-right: 5.5rem !important
    }

    .mb-xxl-5_5, .my-xxl-5_5 {
        margin-bottom: 5.5rem !important
    }

    .ml-xxl-5_5, .mx-xxl-5_5 {
        margin-left: 5.5rem !important
    }

    .m-xxl-6 {
        margin: 6rem !important
    }

    .mt-xxl-6, .my-xxl-6 {
        margin-top: 6rem !important
    }

    .mr-xxl-6, .mx-xxl-6 {
        margin-right: 6rem !important
    }

    .mb-xxl-6, .my-xxl-6 {
        margin-bottom: 6rem !important
    }

    .ml-xxl-6, .mx-xxl-6 {
        margin-left: 6rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-0_5 {
        padding: 0.5rem !important
    }

    .pt-xxl-0_5, .py-xxl-0_5 {
        padding-top: 0.5rem !important
    }

    .pr-xxl-0_5, .px-xxl-0_5 {
        padding-right: 0.5rem !important
    }

    .pb-xxl-0_5, .py-xxl-0_5 {
        padding-bottom: 0.5rem !important
    }

    .pl-xxl-0_5, .px-xxl-0_5 {
        padding-left: 0.5rem !important
    }

    .p-xxl-1 {
        padding: 1rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: 1rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: 1rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: 1rem !important
    }

    .p-xxl-1_5 {
        padding: 1.5rem !important
    }

    .pt-xxl-1_5, .py-xxl-1_5 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-1_5, .px-xxl-1_5 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-1_5, .py-xxl-1_5 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-1_5, .px-xxl-1_5 {
        padding-left: 1.5rem !important
    }

    .p-xxl-2 {
        padding: 2rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: 2rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: 2rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: 2rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: 2rem !important
    }

    .p-xxl-2_5 {
        padding: 2.5rem !important
    }

    .pt-xxl-2_5, .py-xxl-2_5 {
        padding-top: 2.5rem !important
    }

    .pr-xxl-2_5, .px-xxl-2_5 {
        padding-right: 2.5rem !important
    }

    .pb-xxl-2_5, .py-xxl-2_5 {
        padding-bottom: 2.5rem !important
    }

    .pl-xxl-2_5, .px-xxl-2_5 {
        padding-left: 2.5rem !important
    }

    .p-xxl-3 {
        padding: 3rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 3rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 3rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 3rem !important
    }

    .p-xxl-3_5 {
        padding: 3.5rem !important
    }

    .pt-xxl-3_5, .py-xxl-3_5 {
        padding-top: 3.5rem !important
    }

    .pr-xxl-3_5, .px-xxl-3_5 {
        padding-right: 3.5rem !important
    }

    .pb-xxl-3_5, .py-xxl-3_5 {
        padding-bottom: 3.5rem !important
    }

    .pl-xxl-3_5, .px-xxl-3_5 {
        padding-left: 3.5rem !important
    }

    .p-xxl-4 {
        padding: 4rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 4rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 4rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 4rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 4rem !important
    }

    .p-xxl-4_5 {
        padding: 4.5rem !important
    }

    .pt-xxl-4_5, .py-xxl-4_5 {
        padding-top: 4.5rem !important
    }

    .pr-xxl-4_5, .px-xxl-4_5 {
        padding-right: 4.5rem !important
    }

    .pb-xxl-4_5, .py-xxl-4_5 {
        padding-bottom: 4.5rem !important
    }

    .pl-xxl-4_5, .px-xxl-4_5 {
        padding-left: 4.5rem !important
    }

    .p-xxl-5 {
        padding: 5rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 5rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 5rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 5rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 5rem !important
    }

    .p-xxl-5_5 {
        padding: 5.5rem !important
    }

    .pt-xxl-5_5, .py-xxl-5_5 {
        padding-top: 5.5rem !important
    }

    .pr-xxl-5_5, .px-xxl-5_5 {
        padding-right: 5.5rem !important
    }

    .pb-xxl-5_5, .py-xxl-5_5 {
        padding-bottom: 5.5rem !important
    }

    .pl-xxl-5_5, .px-xxl-5_5 {
        padding-left: 5.5rem !important
    }

    .p-xxl-6 {
        padding: 6rem !important
    }

    .pt-xxl-6, .py-xxl-6 {
        padding-top: 6rem !important
    }

    .pr-xxl-6, .px-xxl-6 {
        padding-right: 6rem !important
    }

    .pb-xxl-6, .py-xxl-6 {
        padding-bottom: 6rem !important
    }

    .pl-xxl-6, .px-xxl-6 {
        padding-left: 6rem !important
    }

    .m-xxl-n0_5 {
        margin: -0.5rem !important
    }

    .mt-xxl-n0_5, .my-xxl-n0_5 {
        margin-top: -0.5rem !important
    }

    .mr-xxl-n0_5, .mx-xxl-n0_5 {
        margin-right: -0.5rem !important
    }

    .mb-xxl-n0_5, .my-xxl-n0_5 {
        margin-bottom: -0.5rem !important
    }

    .ml-xxl-n0_5, .mx-xxl-n0_5 {
        margin-left: -0.5rem !important
    }

    .m-xxl-n1 {
        margin: -1rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -1rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -1rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -1rem !important
    }

    .m-xxl-n1_5 {
        margin: -1.5rem !important
    }

    .mt-xxl-n1_5, .my-xxl-n1_5 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n1_5, .mx-xxl-n1_5 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n1_5, .my-xxl-n1_5 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n1_5, .mx-xxl-n1_5 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n2 {
        margin: -2rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -2rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -2rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -2rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -2rem !important
    }

    .m-xxl-n2_5 {
        margin: -2.5rem !important
    }

    .mt-xxl-n2_5, .my-xxl-n2_5 {
        margin-top: -2.5rem !important
    }

    .mr-xxl-n2_5, .mx-xxl-n2_5 {
        margin-right: -2.5rem !important
    }

    .mb-xxl-n2_5, .my-xxl-n2_5 {
        margin-bottom: -2.5rem !important
    }

    .ml-xxl-n2_5, .mx-xxl-n2_5 {
        margin-left: -2.5rem !important
    }

    .m-xxl-n3 {
        margin: -3rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -3rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -3rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -3rem !important
    }

    .m-xxl-n3_5 {
        margin: -3.5rem !important
    }

    .mt-xxl-n3_5, .my-xxl-n3_5 {
        margin-top: -3.5rem !important
    }

    .mr-xxl-n3_5, .mx-xxl-n3_5 {
        margin-right: -3.5rem !important
    }

    .mb-xxl-n3_5, .my-xxl-n3_5 {
        margin-bottom: -3.5rem !important
    }

    .ml-xxl-n3_5, .mx-xxl-n3_5 {
        margin-left: -3.5rem !important
    }

    .m-xxl-n4 {
        margin: -4rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -4rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -4rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -4rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -4rem !important
    }

    .m-xxl-n4_5 {
        margin: -4.5rem !important
    }

    .mt-xxl-n4_5, .my-xxl-n4_5 {
        margin-top: -4.5rem !important
    }

    .mr-xxl-n4_5, .mx-xxl-n4_5 {
        margin-right: -4.5rem !important
    }

    .mb-xxl-n4_5, .my-xxl-n4_5 {
        margin-bottom: -4.5rem !important
    }

    .ml-xxl-n4_5, .mx-xxl-n4_5 {
        margin-left: -4.5rem !important
    }

    .m-xxl-n5 {
        margin: -5rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -5rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -5rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -5rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -5rem !important
    }

    .m-xxl-n5_5 {
        margin: -5.5rem !important
    }

    .mt-xxl-n5_5, .my-xxl-n5_5 {
        margin-top: -5.5rem !important
    }

    .mr-xxl-n5_5, .mx-xxl-n5_5 {
        margin-right: -5.5rem !important
    }

    .mb-xxl-n5_5, .my-xxl-n5_5 {
        margin-bottom: -5.5rem !important
    }

    .ml-xxl-n5_5, .mx-xxl-n5_5 {
        margin-left: -5.5rem !important
    }

    .m-xxl-n6 {
        margin: -6rem !important
    }

    .mt-xxl-n6, .my-xxl-n6 {
        margin-top: -6rem !important
    }

    .mr-xxl-n6, .mx-xxl-n6 {
        margin-right: -6rem !important
    }

    .mb-xxl-n6, .my-xxl-n6 {
        margin-bottom: -6rem !important
    }

    .ml-xxl-n6, .mx-xxl-n6 {
        margin-left: -6rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.fill-content {
    min-height: calc(100dvh - 8.5rem)
}

@media (max-width: 1199.98px) {
    .fill-content {
        min-height: calc(100dvh - (3.5rem + 3.5rem))
    }
}

@media (max-width: 991.98px) {
    .fill-content {
        min-height: calc(100dvh - 9.5rem)
    }
}

.site-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 1.05px;
    color: #161618
}

@media (max-width: 991.98px) {
    .site-title {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.section-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px;
    color: #161618
}

.content-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.1px;
    color: #161618
}

.footer-body {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

@media (max-width: 991.98px) {
    .footer-body {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.cta-link, .list-link {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-decoration: none
}

.display-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px;
    color: #161618
}

@media (max-width: 991.98px) {
    .display-title {
        font-size: 2.25rem
    }
}

.hero-title {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px;
    color: #161618
}

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.25rem
    }
}

a.section-title, a.content-title {
    color: #277c78;
    text-decoration: none
}

p a {
    text-decoration: underline
}

h1, h2, h3, h4, h5, h6 {
    color: #161618
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1440px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-size-h1 {
    font-size: 3rem
}

.font-size-h2 {
    font-size: 2rem
}

.font-size-h3 {
    font-size: 1.5rem
}

.font-size-h4 {
    font-size: 1.25rem
}

.font-size-h5 {
    font-size: 1rem
}

.font-size-h6 {
    font-size: 0.875rem
}

.font-size-h7 {
    font-size: 0.75rem
}

.text-type-1 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px
}

@media (max-width: 991.98px) {
    .text-type-1 {
        font-size: 2.25rem
    }
}

.text-type-1-bold {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

@media (max-width: 991.98px) {
    .text-type-1-bold {
        font-size: 2.25rem
    }
}

.text-type-1-medium {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    letter-spacing: 0.3px
}

@media (max-width: 991.98px) {
    .text-type-1-medium {
        font-size: 2.25rem
    }
}

.text-type-2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px
}

@media (max-width: 991.98px) {
    .text-type-2 {
        font-size: 1.75rem
    }
}

.text-type-2-bold {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

@media (max-width: 991.98px) {
    .text-type-2-bold {
        font-size: 1.75rem
    }
}

.text-type-2-medium {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    letter-spacing: 0.3px
}

@media (max-width: 991.98px) {
    .text-type-2-medium {
        font-size: 1.75rem
    }
}

.text-type-3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    letter-spacing: 0.3px
}

.text-type-3-bold {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    letter-spacing: 0.3px
}

.text-type-3-medium {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    letter-spacing: 0.3px
}

.text-type-4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.text-type-4-bold {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.text-type-4-medium {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.text-type-5 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.text-type-5-bold {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.text-type-5-medium {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.text-type-6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.text-type-6-bold {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.text-type-6-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.text-type-7 {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-variation-settings: "wght" 400
}

.text-type-7-bold {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 700;
    font-variation-settings: "wght" 700
}

.text-type-7-medium {
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

.text-white {
    color: #ffffff !important
}

.text-primary {
    color: #277c78 !important
}

.text-header {
    color: #161618 !important
}

.text-caption {
    color: #707070 !important
}

.text-navy {
    color: #142d3e !important
}

.text-success {
    color: #0d8252 !important
}

.text-warning {
    color: #ae5400 !important
}

.text-danger {
    color: #b30518 !important
}

.text-info {
    color: #0077a7 !important
}

.font-weight-normal {
    font-weight: 400 !important;
    font-variation-settings: "wght" 400 !important
}

.font-weight-medium {
    font-weight: 500 !important;
    font-variation-settings: "wght" 500 !important
}

.font-weight-bold {
    font-weight: 700 !important;
    font-variation-settings: "wght" 700 !important
}

.line-height-reset {
    line-height: 1
}

.line-height-base {
    line-height: 1.5rem
}

.position-absolute {
    position: absolute !important
}

.position-relative {
    position: relative !important
}

.stretched-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.focus-dark:focus {
    outline: 2px solid #61C8AF !important;
    border: 1px solid #353535
}

.form-control {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #353535;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #707070;
    border-radius: 0.125rem;
    transition: all 0.3s
}

    .form-control:hover {
        border-color: #142d3e;
        box-shadow: inset 0 0 0 1px #142d3e
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #353535
    }

    .form-control:focus {
        color: #353535;
        background-color: #ffffff;
        border-color: #142d3e;
        outline: 0;
        box-shadow: inset 0 0 0 2px #142d3e
    }

    .form-control::placeholder {
        color: #707070;
        opacity: 1
    }

    .form-control:disabled, .form-control[readonly] {
        background-color: #f7f7f7;
        color: #aaaaaa;
        opacity: 1
    }

        .form-control:disabled:hover, .form-control[readonly]:hover {
            border-color: #707070;
            box-shadow: none
        }

    .form-control.is-invalid:hover {
        border-color: #990021;
        box-shadow: inset 0 0 0 1px #990021 !important
    }

    .form-control.is-invalid:focus {
        box-shadow: inset 0 0 0 2px #990021 !important;
        outline: 0
    }

input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    appearance: none
}

select.form-control {
    appearance: none;
    background-position: right 0.4rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpolygon fill='%23277c78' points='16 22 6 12 7.41 10.59 16 19.17 24.59 10.59 26 12 16 22'/%3e%3c/svg%3e");
    padding-right: 2rem
}

    select.form-control:focus::-ms-value {
        color: #353535;
        background-color: #ffffff
    }

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5rem
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #353535;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    line-height: 1rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 0.5rem;
        padding-left: 0.5rem
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        color: #d0d0d0
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #0d8252
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25 rem 5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #ffffff;
    background-color: rgba(13, 130, 82, 0.9);
    border-radius: 0.125rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
    left: 0.5rem
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #0d8252
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #0d8252;
        box-shadow: 0 0 0 2px rgba(13, 130, 82, 0.25)
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #b30518
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25 rem 5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #ffffff;
    background-color: rgba(179, 5, 24, 0.9);
    border-radius: 0.125rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
    left: 0.5rem
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #b30518
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #b30518;
        box-shadow: 0 0 0 2px rgba(179, 5, 24, 0.25)
    }

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.required-indicator {
    color: #b30518
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-prepend, .input-group-append {
    display: flex
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn:focus, .input-group-append .btn:focus {
            z-index: 3
        }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #353535;
    text-align: center;
    white-space: nowrap;
    background-color: #f7f7f7;
    border: 1px solid #707070;
    border-radius: 0.125rem
}

    .input-group-text input[type=radio], .input-group-text input[type=checkbox] {
        margin-top: 0
    }

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.25rem;
    opacity: 0
}

    .custom-control-input:not(:checked):not(:indeterminate):not(:disabled):hover ~ .custom-control-label::before {
        border-color: #277c78;
        box-shadow: inset 0 0 0 1px #277c78
    }

    .custom-control-input:not(:checked):not(:indeterminate):not(:disabled):focus ~ .custom-control-label::before {
        outline: 1px solid #277c78;
        box-shadow: inset 0 0 0 1px #277c78
    }

    .custom-control-input:checked {
    }

        .custom-control-input:checked ~ .custom-control-label::before {
            color: #ffffff;
            border-color: #142d3e;
            background-color: #142d3e
        }

        .custom-control-input:checked:hover ~ .custom-control-label::before {
            background-color: #194b6c !important;
            border-color: #194b6c !important;
            box-shadow: unset
        }

        .custom-control-input:checked:hover:disabled ~ .custom-control-label::before {
            background-color: rgba(20, 45, 62, 0.6) !important;
            border-color: transparent !important
        }

        .custom-control-input:checked:focus ~ .custom-control-label::before {
            background-color: #194b6c !important;
            border-color: #58bbff !important;
            outline: 2px solid #194b6c !important;
            box-shadow: unset
        }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0px 0px 0px 1px #277c78
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #277c78
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #ffffff;
        background-color: #7fd7d3;
        border-color: rgba(20, 45, 62, 0.6)
    }

    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
        background-color: #f7f7f7
    }

    .custom-control-input[disabled] ~ .custom-control-label:hover, .custom-control-input[disabled] ~ .custom-control-label:focus, .custom-control-input:disabled ~ .custom-control-label:hover, .custom-control-input:disabled ~ .custom-control-label:focus {
        cursor: not-allowed
    }

        .custom-control-input[disabled] ~ .custom-control-label:hover::before, .custom-control-input[disabled] ~ .custom-control-label:focus::before, .custom-control-input:disabled ~ .custom-control-label:hover::before, .custom-control-input:disabled ~ .custom-control-label:focus::before {
            border-color: #d0d0d0
        }

    .custom-control-input[disabled]:checked ~ .custom-control-label::before, .custom-control-input:disabled:checked ~ .custom-control-label::before {
        border-color: transparent
    }

    .custom-control-input[disabled]:checked ~ .custom-control-label:hover, .custom-control-input[disabled]:checked ~ .custom-control-label:focus, .custom-control-input:disabled:checked ~ .custom-control-label:hover, .custom-control-input:disabled:checked ~ .custom-control-label:focus {
        cursor: not-allowed
    }

        .custom-control-input[disabled]:checked ~ .custom-control-label:hover::before, .custom-control-input[disabled]:checked ~ .custom-control-label:focus::before, .custom-control-input:disabled:checked ~ .custom-control-label:hover::before, .custom-control-input:disabled:checked ~ .custom-control-label:focus::before {
            background-color: rgba(20, 45, 62, 0.6) !important;
            border-color: transparent !important
        }

.is-invalid .custom-control-input:not(:checked):not(:disabled):hover ~ .custom-control-label::before {
    border-color: #b30518;
    box-shadow: inset 0 0 0 1px #b30518
}

.is-invalid .custom-control-input:not(:checked):not(:disabled):focus ~ .custom-control-label::before {
    outline: 1px solid #b30518;
    box-shadow: inset 0 0 0 1px #b30518
}

.is-invalid .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #b30518;
    background-color: #b30518
}

.is-invalid .custom-control-input:checked:hover ~ .custom-control-label::before {
    background-color: #990021 !important;
    border-color: #990021 !important
}

.is-invalid .custom-control-input:checked:focus ~ .custom-control-label::before {
    background-color: #990021 !important;
    border-color: #fe7493 !important;
    outline: 2px solid #990021 !important
}

.is-invalid .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0px 0px 0px 1px #b30518
}

.is-invalid .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b30518
}

.is-invalid .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #fb707f;
    border-color: rgba(20, 45, 62, 0.6)
}

.custom-checkbox .custom-control-label {
    position: relative;
    margin-bottom: 0;
    padding-left: 0.5rem
}

    .custom-checkbox .custom-control-label::before {
        position: absolute;
        top: 2px;
        left: -1.5rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        pointer-events: none;
        content: "";
        background-color: #ffffff;
        border: #707070 solid 2px
    }

    .custom-checkbox .custom-control-label::after {
        position: absolute;
        top: 4px;
        left: -22px;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat
    }

    .custom-checkbox .custom-control-label:hover, .custom-checkbox .custom-control-label:focus {
        cursor: pointer
    }

.custom-checkbox.is-invalid .custom-control-label::before {
    border-color: #b30518
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.125rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpolygon points='13 24 4 15 5.42 13.59 13 21.17 26.59 7.59 28 9 13 24'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #142d3e;
    background-color: #142d3e
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2' y='7' width='12' height='2' fill='%23ffffff'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate:focus ~ .custom-control-label::before {
    background-color: #194b6c !important;
    border-color: #58bbff !important;
    outline: 2px solid #194b6c !important;
    box-shadow: unset
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(20, 45, 62, 0.6);
    border-color: transparent
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
    border-color: #d0d0d0
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(20, 45, 62, 0.6)
}

.custom-radio .custom-control-label {
    position: relative;
    margin-bottom: 0;
    padding-left: 0.5rem
}

    .custom-radio .custom-control-label::before {
        position: absolute;
        top: 2px;
        left: -1.5rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        pointer-events: none;
        content: "";
        background-color: #ffffff;
        border: #707070 solid 2px
    }

    .custom-radio .custom-control-label::after {
        position: absolute;
        top: 0.5rem;
        left: -18px;
        display: block;
        width: 0.5rem;
        height: 0.5rem;
        content: "";
        background-repeat: no-repeat
    }

    .custom-radio .custom-control-label:hover, .custom-radio .custom-control-label:focus {
        cursor: pointer
    }

    .custom-radio .custom-control-label::before {
        border-radius: 50%
    }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
    border-color: #d0d0d0
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(20, 45, 62, 0.6);
    border-color: transparent
}

.custom-toggle .custom-control-label {
    display: flex;
    align-items: center
}

.custom-select {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5rem;
    color: #277c78;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23000000' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border-radius: 0.125rem;
    -webkit-appearance: none
}

    .custom-select:focus {
        border-color: #58cac5;
        outline: none
    }

        .custom-select:focus::-ms-value {
            color: #353535;
            background-color: #ffffff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #f7f7f7;
        background-color: #92ddd9
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-control {
        border-color: #142d3e;
        box-shadow: 0 0 0 0.075rem #ffffff, 0 0 0 0.2rem #353535
    }

        .custom-file-input:focus ~ .custom-file-control::before {
            border-color: #142d3e
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.5rem;
    padding: 0.5rem 0.5rem;
    line-height: 1.5rem;
    color: #353535;
    background-color: #ffffff;
    border: 1px solid #707070;
    border-radius: 0.125rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(2.5rem - 1px * 2);
        padding: 0.5rem 0.5rem;
        line-height: 1.5rem;
        color: #353535;
        content: "Browse";
        background-color: #f7f7f7;
        border-left: 1px solid #707070;
        border-radius: 0 0.125rem 0.125rem 0
    }

.sidebar-container {
    position: relative;
    border-right: 1px solid #d0d0d0;
    width: 20rem;
    min-height: calc(100vh - 5rem)
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #353535;
    background-color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .table th, .table td {
        padding: 0.875rem;
        vertical-align: top
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #d0d0d0;
        color: #142d3e;
        font-weight: 700;
        font-variation-settings: "wght" 700
    }

    .table tbody tr:nth-of-type(odd) {
        background-color: #f7f7f7
    }

.table-bordered {
    border: 1px solid #d0d0d0
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #d0d0d0
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 1px
    }

.table-border {
    border: 1px solid #d0d0d0
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-border-row tbody th, .table-border-row tbody td {
    border-top: 1px solid #d0d0d0
}

.table-unstriped tbody tr:nth-of-type(odd) {
    background-color: transparent
}

.table-hover tbody tr:hover {
    color: #353535;
    background-color: #eaf1f4
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #c3dad9
}

    .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
        border-color: #8fbbb9
    }

.table-hover .table-primary:hover {
    background-color: #b3d0cf
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #b3d0cf
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #bdc4c9
}

    .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
        border-color: #85929b
    }

.table-hover .table-secondary:hover {
    background-color: #afb7be
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #afb7be
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #bbdccf
}

    .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
        border-color: #81bea5
    }

.table-hover .table-success:hover {
    background-color: #aad3c3
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #aad3c3
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #eab9be
}

    .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
        border-color: #d77d87
    }

.table-hover .table-danger:hover {
    background-color: #e4a5ac
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #e4a5ac
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #f8e6bd
}

    .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
        border-color: #f1d184
    }

.table-hover .table-warning:hover {
    background-color: #f6dda6
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #f6dda6
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfd
}

    .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
        border-color: #fbfbfb
    }

.table-hover .table-light:hover {
    background-color: #f0f0f0
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #f0f0f0
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #bebebe
}

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #868687
    }

.table-hover .table-dark:hover {
    background-color: #b1b1b1
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b1b1b1
    }

.table-black, .table-black > th, .table-black > td {
    background-color: #b8b8b8
}

    .table-black th, .table-black td, .table-black thead th, .table-black tbody + tbody {
        border-color: #7a7a7a
    }

.table-hover .table-black:hover {
    background-color: #ababab
}

    .table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
        background-color: #ababab
    }

.table-white, .table-white > th, .table-white > td {
    background-color: white
}

    .table-white th, .table-white td, .table-white thead th, .table-white tbody + tbody {
        border-color: white
    }

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

    .table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
        background-color: #f2f2f2
    }

.table-dark-gray, .table-dark-gray > th, .table-dark-gray > td {
    background-color: #bebebe
}

    .table-dark-gray th, .table-dark-gray td, .table-dark-gray thead th, .table-dark-gray tbody + tbody {
        border-color: #868687
    }

.table-hover .table-dark-gray:hover {
    background-color: #b1b1b1
}

    .table-hover .table-dark-gray:hover > td, .table-hover .table-dark-gray:hover > th {
        background-color: #b1b1b1
    }

.table-light-gray, .table-light-gray > th, .table-light-gray > td {
    background-color: #fdfdfd
}

    .table-light-gray th, .table-light-gray td, .table-light-gray thead th, .table-light-gray tbody + tbody {
        border-color: #fbfbfb
    }

.table-hover .table-light-gray:hover {
    background-color: #f0f0f0
}

    .table-hover .table-light-gray:hover > td, .table-hover .table-light-gray:hover > th {
        background-color: #f0f0f0
    }

.table-body-copy, .table-body-copy > th, .table-body-copy > td {
    background-color: #c6c6c6
}

    .table-body-copy th, .table-body-copy td, .table-body-copy thead th, .table-body-copy tbody + tbody {
        border-color: #969696
    }

.table-hover .table-body-copy:hover {
    background-color: #b9b9b9
}

    .table-hover .table-body-copy:hover > td, .table-hover .table-body-copy:hover > th {
        background-color: #b9b9b9
    }

.table-active, .table-active > th, .table-active > td {
    background-color: #eaf1f4
}

.table-hover .table-active:hover {
    background-color: #d9e6eb
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: #d9e6eb
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

@media (max-width: 1439.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xxl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    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: 1440px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px
    }
}

.container {
    max-width: 1440px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col-xxl, .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1440px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

*, *::before, *::after {
    box-sizing: border-box
}

    *:focus {
        outline-color: #277c78
    }

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    text-align: left;
    background-color: #ffffff;
    color: #353535
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    overflow: visible;
    background-color: #d0d0d0;
    height: 1px;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700;
    font-variation-settings: "wght" 700
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 700;
    font-variation-settings: "wght" 700
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #277c78;
    text-decoration: underline;
    font-variation-settings: "wght" 500;
    background-color: transparent
}

    a:hover {
        color: #154240;
        text-decoration: underline
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

pre, code, kbd, samp {
    font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", "Ubuntu Mono", Menlo, Courier, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    color: #eaf1f4;
    text-align: left;
    caption-side: bottom
}

th {
    font-variation-settings: "wght";
    text-align: inherit;
    text-align: -webkit-match-parent
}

label, .label {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

    button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
        cursor: pointer
    }

    button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw)
    }
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

:is(som-icons):not(.hydrated) > *, :is(som-panel):not(.hydrated) > *, :is(som-date-picker):not(.hydrated) > *, :is(som-date-picker-input):not(.hydrated) > *, :is(som-date-range-picker):not(.hydrated) > *, :is(som-date-range-picker-button):not(.hydrated) > *, :is(som-list):not(.hydrated) > *, :is(som-list-parent-item):not(.hydrated) > *, :is(som-list-header):not(.hydrated) > *, :is(som-list-item):not(.hydrated) > *, :is(som-header):not(.hydrated) > *, :is(som-accordion):not(.hydrated) > *, :is(som-dialog):not(.hydrated) > *, :is(som-grid-th):not(.hydrated) > *, :is(som-toggle):not(.hydrated) > *, :is(som-pagination):not(.hydrated) > *, :is(som-alert):not(.hydrated) > *, :is(som-badge):not(.hydrated) > *, :is(som-checkbox):not(.hydrated) > *, :is(som-checkbox-group):not(.hydrated) > *, :is(som-footer):not(.hydrated) > *, :is(som-footer-item):not(.hydrated) > *, :is(som-grid):not(.hydrated) > *, :is(som-input):not(.hydrated) > *, :is(som-mobile-subheader):not(.hydrated) > *, :is(som-radio-button):not(.hydrated) > *, :is(som-radio-button-group):not(.hydrated) > *, :is(som-select):not(.hydrated) > *, :is(som-textarea):not(.hydrated) > *, :is(som-accordions):not(.hydrated) > *, :is(som-card):not(.hydrated) > *, :is(som-content):not(.hydrated) > *, :is(som-spinner):not(.hydrated) > *, :is(som-button):not(.hydrated) > *, :is(som-button-dropdown):not(.hydrated) > *, :is(som-calendar):not(.hydrated) > *, :is(som-calendar-vertical):not(.hydrated) > *, :is(som-collapse):not(.hydrated) > *, :is(som-form-field):not(.hydrated) > *, :is(som-form-field-group):not(.hydrated) > *, :is(som-modal):not(.hydrated) > *, :is(som-popover):not(.hydrated) > *, :is(som-sidebar):not(.hydrated) > *, :is(som-status-card):not(.hydrated) > *, :is(som-tab):not(.hydrated) > *, :is(som-tabs):not(.hydrated) > * {
    visibility: hidden
}

.alert-white-container a {
    text-decoration: underline;
    color: #277c78;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-white-container a:hover, .alert-white-container a:focus {
        color: #175f5c
    }

.alert-success-container a {
    text-decoration: underline;
    color: #0d8252;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-success-container a:hover, .alert-success-container a:focus {
        color: #056941
    }

.alert-warning-container a {
    text-decoration: underline;
    color: #ae5400;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-warning-container a:hover, .alert-warning-container a:focus {
        color: #873900
    }

.alert-danger-container a {
    text-decoration: underline;
    color: #b30518;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-danger-container a:hover, .alert-danger-container a:focus {
        color: #990021
    }

.alert-info-container a {
    text-decoration: underline;
    color: #0077a7;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-info-container a:hover, .alert-info-container a:focus {
        color: #00588b
    }

.alert-transparent-container a {
    text-decoration: underline;
    color: #277c78;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-transparent-container a:hover, .alert-transparent-container a:focus {
        color: #175f5c
    }

.alert-light-gray-container a {
    text-decoration: underline;
    color: #277c78;
    font-weight: 500;
    font-variation-settings: "wght" 500
}

    .alert-light-gray-container a:hover, .alert-light-gray-container a:focus {
        color: #175f5c
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.btn {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: #277c78;
    color: #142d3e;
    border: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.125rem;
    transition: background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 100ms ease-out
}

    .btn:hover, .btn:focus-visible {
        text-decoration: none;
        cursor: pointer
    }

    .btn.disabled, .btn:disabled {
        opacity: 0.65;
        cursor: not-allowed
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
            background-image: none
        }

    .btn .icon {
        vertical-align: text-bottom
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #ffffff;
    background: #277c78;
    border-color: #277c78
}

@media (hover: hover) {
    .btn-primary:hover {
        background: #175f5c;
        border-color: #175f5c
    }
}

.btn-primary:focus-visible, .btn-primary.focus {
    background: #175f5c;
    border-color: #175f5c;
    outline: 2px solid #175f5c;
    box-shadow: inset 0px 0px 0px 2px #81E5CC
}

.btn-primary:active {
    background: #105350;
    border-color: #105350
}

.btn-outline-primary, .btn-outline {
    color: #277c78;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #277c78
}

@media (hover: hover) {
    .btn-outline-primary:hover, .btn-outline:hover {
        color: #ffffff;
        background: #175f5c;
        border-color: #175f5c;
        box-shadow: unset
    }
}

.btn-outline-primary:focus-visible, .btn-outline:focus-visible, .btn-outline-primary.focus, .focus.btn-outline {
    color: #ffffff;
    background: #175f5c;
    border-color: #175f5c;
    outline: 2px solid #175f5c;
    box-shadow: inset 0px 0px 0px 2px #81E5CC
}

.btn-outline-primary:active, .btn-outline:active {
    color: #ffffff;
    background: #105350;
    border-color: #105350
}

.btn-outline-primary.disabled, .disabled.btn-outline, .btn-outline-primary:disabled, .btn-outline:disabled {
    color: #277c78;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #277c78
}

.btn-link-primary {
    color: #277c78;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (hover: hover) {
    .btn-link-primary:hover {
        color: #175f5c;
        text-decoration: underline;
        background-color: transparent
    }
}

.btn-link-primary:focus-visible, .btn-link-primary.focus {
    color: #175f5c;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #175f5c;
    text-decoration: underline
}

.btn-link-primary:active, .btn-link-primary.active {
    color: #105350;
    background: transparent;
    box-shadow: none
}

.btn-link-primary:disabled, .btn-link-primary.disabled {
    color: #277c78
}

.btn-link-primary.btn-icon {
    border-radius: 50%
}

@media (hover: hover) {
    .btn-link-primary.btn-icon:hover {
        color: #175f5c;
        background-color: #eaf1f4;
        background-blend-mode: multiply
    }
}

.btn-link-primary.btn-icon:focus-visible, .btn-link-primary.btn-icon.focus {
    color: #175f5c;
    background-color: #eaf1f4;
    background-blend-mode: multiply;
    box-shadow: 0px 0px 0px 2px #175f5c
}

.btn-link-primary.btn-icon:active, .btn-link-primary.btn-icon.active {
    color: #105350
}

.btn-secondary {
    color: #ffffff;
    background: #142d3e;
    border-color: #142d3e
}

@media (hover: hover) {
    .btn-secondary:hover {
        background: #194b6c;
        border-color: #194b6c
    }
}

.btn-secondary:focus-visible, .btn-secondary.focus {
    background: #194b6c;
    border-color: #194b6c;
    outline: 2px solid #194b6c;
    box-shadow: inset 0px 0px 0px 2px #58bbff
}

.btn-secondary:active {
    background: #275d83;
    border-color: #275d83
}

.btn-outline-secondary {
    color: #142d3e;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #142d3e
}

@media (hover: hover) {
    .btn-outline-secondary:hover {
        color: #ffffff;
        background: #194b6c;
        border-color: #194b6c;
        box-shadow: unset
    }
}

.btn-outline-secondary:focus-visible, .btn-outline-secondary.focus {
    color: #ffffff;
    background: #194b6c;
    border-color: #194b6c;
    outline: 2px solid #194b6c;
    box-shadow: inset 0px 0px 0px 2px #58bbff
}

.btn-outline-secondary:active {
    color: #ffffff;
    background: #275d83;
    border-color: #275d83
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #142d3e;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #142d3e
}

.btn-link-secondary {
    color: #142d3e;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (hover: hover) {
    .btn-link-secondary:hover {
        color: #194b6c;
        text-decoration: underline;
        background-color: transparent
    }
}

.btn-link-secondary:focus-visible, .btn-link-secondary.focus {
    color: #194b6c;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #194b6c;
    text-decoration: underline
}

.btn-link-secondary:active, .btn-link-secondary.active {
    color: #275d83;
    background: transparent;
    box-shadow: none
}

.btn-link-secondary:disabled, .btn-link-secondary.disabled {
    color: #142d3e
}

.btn-link-secondary.btn-icon {
    border-radius: 50%
}

@media (hover: hover) {
    .btn-link-secondary.btn-icon:hover {
        color: #194b6c;
        background-color: #eaf1f4;
        background-blend-mode: multiply
    }
}

.btn-link-secondary.btn-icon:focus-visible, .btn-link-secondary.btn-icon.focus {
    color: #194b6c;
    background-color: #eaf1f4;
    background-blend-mode: multiply;
    box-shadow: 0px 0px 0px 2px #194b6c
}

.btn-link-secondary.btn-icon:active, .btn-link-secondary.btn-icon.active {
    color: #275d83
}

.btn-danger {
    color: #ffffff;
    background: #b30518;
    border-color: #b30518
}

@media (hover: hover) {
    .btn-danger:hover {
        background: #990021;
        border-color: #990021
    }
}

.btn-danger:focus-visible, .btn-danger.focus {
    background: #990021;
    border-color: #990021;
    outline: 2px solid #990021;
    box-shadow: inset 0px 0px 0px 2px #fe7493
}

.btn-danger:active {
    background: #77001b;
    border-color: #77001b
}

.btn-outline-danger {
    color: #b30518;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #b30518
}

@media (hover: hover) {
    .btn-outline-danger:hover {
        color: #ffffff;
        background: #990021;
        border-color: #990021;
        box-shadow: unset
    }
}

.btn-outline-danger:focus-visible, .btn-outline-danger.focus {
    color: #ffffff;
    background: #990021;
    border-color: #990021;
    outline: 2px solid #990021;
    box-shadow: inset 0px 0px 0px 2px #fe7493
}

.btn-outline-danger:active {
    color: #ffffff;
    background: #77001b;
    border-color: #77001b
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #b30518;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #b30518
}

.btn-link-danger {
    color: #b30518;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (hover: hover) {
    .btn-link-danger:hover {
        color: #990021;
        text-decoration: underline;
        background-color: transparent
    }
}

.btn-link-danger:focus-visible, .btn-link-danger.focus {
    color: #990021;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #990021;
    text-decoration: underline
}

.btn-link-danger:active, .btn-link-danger.active {
    color: #77001b;
    background: transparent;
    box-shadow: none
}

.btn-link-danger:disabled, .btn-link-danger.disabled {
    color: #b30518
}

.btn-link-danger.btn-icon {
    border-radius: 50%
}

@media (hover: hover) {
    .btn-link-danger.btn-icon:hover {
        color: #990021;
        background-color: #eaf1f4;
        background-blend-mode: multiply
    }
}

.btn-link-danger.btn-icon:focus-visible, .btn-link-danger.btn-icon.focus {
    color: #990021;
    background-color: #eaf1f4;
    background-blend-mode: multiply;
    box-shadow: 0px 0px 0px 2px #990021
}

.btn-link-danger.btn-icon:active, .btn-link-danger.btn-icon.active {
    color: #77001b
}

.btn-white {
    color: #161618;
    background: #ffffff;
    border-color: #ffffff
}

@media (hover: hover) {
    .btn-white:hover {
        background: #eaf1f4;
        border-color: #eaf1f4
    }
}

.btn-white:focus-visible, .btn-white.focus {
    background: #eaf1f4;
    border-color: #eaf1f4;
    outline: 2px solid #eaf1f4;
    box-shadow: inset 0px 0px 0px 2px #161618
}

.btn-white:active {
    background: #d0d0d0;
    border-color: #d0d0d0
}

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #ffffff
}

@media (hover: hover) {
    .btn-outline-white:hover {
        color: #161618;
        background: #eaf1f4;
        border-color: #eaf1f4;
        box-shadow: unset
    }
}

.btn-outline-white:focus-visible, .btn-outline-white.focus {
    color: #161618;
    background: #eaf1f4;
    border-color: #eaf1f4;
    outline: 2px solid #eaf1f4;
    box-shadow: inset 0px 0px 0px 2px #161618
}

.btn-outline-white:active {
    color: #277c78;
    background: #d0d0d0;
    border-color: #d0d0d0
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #ffffff
}

.btn-link-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (hover: hover) {
    .btn-link-white:hover {
        color: #eaf1f4;
        text-decoration: underline;
        background-color: transparent
    }
}

.btn-link-white:focus-visible, .btn-link-white.focus {
    color: #eaf1f4;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #eaf1f4;
    text-decoration: underline
}

.btn-link-white:active, .btn-link-white.active {
    color: #d0d0d0;
    background: transparent;
    box-shadow: none
}

.btn-link-white:disabled, .btn-link-white.disabled {
    color: #ffffff
}

.btn-link-white.btn-icon {
    border-radius: 50%
}

@media (hover: hover) {
    .btn-link-white.btn-icon:hover {
        color: #eaf1f4;
        background-color: rgba(255, 255, 255, 0.1);
        background-blend-mode: screen
    }
}

.btn-link-white.btn-icon:focus-visible, .btn-link-white.btn-icon.focus {
    color: #eaf1f4;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: screen;
    box-shadow: 0px 0px 0px 2px #eaf1f4
}

.btn-link-white.btn-icon:active, .btn-link-white.btn-icon.active {
    color: #d0d0d0
}

.btn-gray {
    color: #161618;
    background: #d0d0d0;
    border-color: #d0d0d0
}

@media (hover: hover) {
    .btn-gray:hover {
        background: #aaaaaa;
        border-color: #aaaaaa
    }
}

.btn-gray:focus-visible, .btn-gray.focus {
    background: #aaaaaa;
    border-color: #aaaaaa;
    outline: 2px solid #aaaaaa;
    box-shadow: inset 0px 0px 0px 2px #161618
}

.btn-gray:active {
    background: #999999;
    border-color: #999999
}

.btn-outline-gray {
    color: #d0d0d0;
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #d0d0d0
}

@media (hover: hover) {
    .btn-outline-gray:hover {
        color: #142d3e;
        background: #aaaaaa;
        border-color: #aaaaaa;
        box-shadow: unset
    }
}

.btn-outline-gray:focus-visible, .btn-outline-gray.focus {
    color: #142d3e;
    background: #aaaaaa;
    border-color: #aaaaaa;
    outline: 2px solid #aaaaaa;
    box-shadow: inset 0px 0px 0px 2px #161618
}

.btn-outline-gray:active {
    color: #142d3e;
    background: #999999;
    border-color: #999999
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #d0d0d0;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #d0d0d0
}

.btn-link-gray {
    color: #d0d0d0;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (hover: hover) {
    .btn-link-gray:hover {
        color: #aaaaaa;
        text-decoration: underline;
        background-color: transparent
    }
}

.btn-link-gray:focus-visible, .btn-link-gray.focus {
    color: #aaaaaa;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #aaaaaa;
    text-decoration: underline
}

.btn-link-gray:active, .btn-link-gray.active {
    color: #999999;
    background: transparent;
    box-shadow: none
}

.btn-link-gray:disabled, .btn-link-gray.disabled {
    color: #d0d0d0
}

.btn-link-gray.btn-icon {
    border-radius: 50%
}

@media (hover: hover) {
    .btn-link-gray.btn-icon:hover {
        color: #aaaaaa;
        background-color: rgba(255, 255, 255, 0.1);
        background-blend-mode: screen
    }
}

.btn-link-gray.btn-icon:focus-visible, .btn-link-gray.btn-icon.focus {
    color: #aaaaaa;
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: screen;
    box-shadow: 0px 0px 0px 2px #aaaaaa
}

.btn-link-gray.btn-icon:active, .btn-link-gray.btn-icon.active {
    color: #999999
}

.btn-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%
}

    .btn-content .icon-sm {
        font-size: 1rem
    }

    .btn-content .icon-md {
        font-size: 1.25rem
    }

    .btn-content .icon-lg {
        font-size: 1.5rem
    }

.btn-icon {
    font-size: 1.05rem;
    line-height: 1;
    padding: 0.5rem 1rem;
    height: 40px;
    width: 40px
}

.btn-icon-right {
    padding-right: 1rem;
    position: relative
}

.btn-icon-left {
    padding-left: 1rem;
    position: relative
}

.icon-left {
    margin-right: 0.5rem
}

.icon-right {
    margin-left: 0.5rem
}

.btn-nav:not(.btn-icon), .btn-link-nav:not(.btn-icon) {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    text-align: left;
    letter-spacing: 1px;
    white-space: normal;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    color: #353535;
    border: 0;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0;
    transition: background-color 100ms ease-out, border-color 100ms ease-out, box-shadow 100ms ease-out;
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    color: #161618;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block
}

    .btn-nav:not(.btn-icon):hover, .btn-nav:not(.btn-icon):focus, .btn-link-nav:not(.btn-icon):hover, .btn-link-nav:not(.btn-icon):focus {
        background-color: #eaf1f4;
        text-decoration: none
    }

    .btn-nav:not(.btn-icon):focus-visible, .btn-link-nav:not(.btn-icon):focus-visible {
        box-shadow: inset 0px 0px 0px 2px #277c78;
        color: #161618;
        outline: 0
    }

    .btn-nav:not(.btn-icon):after, .btn-link-nav:not(.btn-icon):after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0.25rem;
        background-color: #277c78;
        transition: all 0.3s ease-out
    }

    .btn-nav:not(.btn-icon):hover, .btn-link-nav:not(.btn-icon):hover {
        background-color: transparent
    }

        .btn-nav:not(.btn-icon):hover:after, .btn-link-nav:not(.btn-icon):hover:after {
            width: calc(100% - 24px)
        }

    .btn-nav:not(.btn-icon):focus, .btn-link-nav:not(.btn-icon):focus {
        background-color: transparent
    }

        .btn-nav:not(.btn-icon):focus:after, .btn-link-nav:not(.btn-icon):focus:after {
            width: calc(100% - 24px)
        }

.btn-nav.btn-icon, .btn-link-nav.btn-icon {
    color: #161618;
    background-color: transparent;
    background-image: none;
    border-radius: 50%
}

@media (hover: hover) {
    .btn-nav.btn-icon:hover, .btn-link-nav.btn-icon:hover {
        color: #161618;
        background-color: #eaf1f4;
        background-blend-mode: multiply
    }
}

.btn-nav.btn-icon:focus-visible, .btn-nav.btn-icon.focus, .btn-link-nav.btn-icon:focus-visible, .btn-link-nav.btn-icon.focus {
    color: #161618;
    background-color: #eaf1f4;
    background-blend-mode: multiply;
    box-shadow: 0px 0px 0px 2px #161618;
    outline: 0
}

.btn-lg {
    padding: 0.5rem 1.25rem;
    font-size: 1.25rem;
    line-height: 2rem;
    border-radius: 0.125rem
}

    .btn-lg.btn-icon {
        font-size: 1.25rem;
        width: 48px;
        height: 48px
    }

    .btn-lg.btn-icon-right {
        position: relative
    }

        .btn-lg.btn-icon-right .icon {
            height: 1.2rem !important;
            width: 1.2rem !important
        }

            .btn-lg.btn-icon-right .icon .icon-inner {
                height: 1.2rem !important;
                width: 1.2rem !important
            }

            .btn-lg.btn-icon-right .icon svg {
                position: absolute;
                right: 0;
                top: 3px;
                height: 1.2rem !important;
                width: 1.2rem !important
            }

    .btn-lg.btn-icon-left {
        position: relative
    }

        .btn-lg.btn-icon-left .icon {
            height: 1.2rem !important;
            width: 1.2rem !important
        }

            .btn-lg.btn-icon-left .icon .icon-inner {
                height: 1.2rem !important;
                width: 1.2rem !important
            }

            .btn-lg.btn-icon-left .icon svg {
                position: absolute;
                right: 0;
                top: 3px;
                height: 1.2rem !important;
                width: 1.2rem !important
            }

.btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: 0.125rem
}

    .btn-sm.btn-icon {
        font-size: 0.85em;
        width: 2rem;
        height: 2rem
    }

    .btn-sm.btn-icon-right {
        padding-right: 0.75rem;
        position: relative
    }

        .btn-sm.btn-icon-right .icon {
            height: 0.8rem !important;
            width: 0.8rem !important
        }

            .btn-sm.btn-icon-right .icon .icon-inner {
                height: 0.8rem !important;
                width: 0.8rem !important
            }

            .btn-sm.btn-icon-right .icon svg {
                position: absolute;
                right: 0;
                top: 0.06rem;
                height: 0.8rem !important;
                width: 0.8rem !important
            }

    .btn-sm.btn-icon-left {
        padding-left: 0.75rem;
        position: relative
    }

        .btn-sm.btn-icon-left .icon {
            height: 0.8rem !important;
            width: 0.8rem !important
        }

            .btn-sm.btn-icon-left .icon .icon-inner {
                height: 0.8rem !important;
                width: 0.8rem !important
            }

            .btn-sm.btn-icon-left .icon svg {
                position: absolute;
                right: 0;
                top: 0.06rem;
                height: 0.8rem !important;
                width: 0.8rem !important
            }

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 0.5rem
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%
}

.button-disabled {
    pointer-events: none
}

.loading {
    opacity: 1 !important
}

.card-white-container {
    border: 1px solid #d0d0d0;
}

    .card-white-container a {
        color: #277c78
    }

        .card-white-container a:hover, .card-white-container a:focus {
            color: #175f5c !important
        }

    .card-white-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-white-container.card-clickable:hover, .card-white-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-white-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-white-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #277c78, 0 0 0 4px #ffffff
        }

            .card-white-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #ffffff
            }

            .card-white-container.card-clickable:focus-visible.card-container {
                border-color: #277c78
            }

    .card-white-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-white-container:has(.stretched-link):hover, .card-white-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-white-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-success-container {
    border: 1px solid #0d8252;
}

    .card-success-container a {
        color: #0d8252
    }

        .card-success-container a:hover, .card-success-container a:focus {
            color: #056941 !important
        }

    .card-success-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-success-container.card-clickable:hover, .card-success-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-success-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-success-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #0d8252, 0 0 0 4px #eafbeb
        }

            .card-success-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #eafbeb
            }

            .card-success-container.card-clickable:focus-visible.card-container {
                border-color: #0d8252
            }

    .card-success-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-success-container:has(.stretched-link):hover, .card-success-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-success-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-warning-container {
    border: 1px solid #e5a612;
}

    .card-warning-container a {
        color: #ae5400
    }

        .card-warning-container a:hover, .card-warning-container a:focus {
            color: #873900 !important
        }

    .card-warning-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-warning-container.card-clickable:hover, .card-warning-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-warning-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-warning-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #ae5400, 0 0 0 4px #ffefca
        }

            .card-warning-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #ffefca
            }

            .card-warning-container.card-clickable:focus-visible.card-container {
                border-color: #ae5400
            }

    .card-warning-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-warning-container:has(.stretched-link):hover, .card-warning-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-warning-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-danger-container {
    border: 1px solid #b30518;
}

    .card-danger-container a {
        color: #b30518
    }

        .card-danger-container a:hover, .card-danger-container a:focus {
            color: #990021 !important
        }

    .card-danger-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-danger-container.card-clickable:hover, .card-danger-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-danger-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-danger-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #b30518, 0 0 0 4px #ffe8e3
        }

            .card-danger-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #ffe8e3
            }

            .card-danger-container.card-clickable:focus-visible.card-container {
                border-color: #b30518
            }

    .card-danger-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-danger-container:has(.stretched-link):hover, .card-danger-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-danger-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-info-container {
    border: 1px solid #0077a7;
}

    .card-info-container a {
        color: #0077a7
    }

        .card-info-container a:hover, .card-info-container a:focus {
            color: #00588b !important
        }

    .card-info-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-info-container.card-clickable:hover, .card-info-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-info-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-info-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #0077a7, 0 0 0 4px #e3f7ff
        }

            .card-info-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #e3f7ff
            }

            .card-info-container.card-clickable:focus-visible.card-container {
                border-color: #0077a7
            }

    .card-info-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-info-container:has(.stretched-link):hover, .card-info-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-info-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-transparent-container {
    border: 1px solid #d0d0d0;
}

    .card-transparent-container a {
        color: #277c78
    }

        .card-transparent-container a:hover, .card-transparent-container a:focus {
            color: #175f5c !important
        }

    .card-transparent-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-transparent-container.card-clickable:hover, .card-transparent-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-transparent-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-transparent-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #277c78, 0 0 0 4px transparent
        }

            .card-transparent-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid transparent
            }

            .card-transparent-container.card-clickable:focus-visible.card-container {
                border-color: #277c78
            }

    .card-transparent-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-transparent-container:has(.stretched-link):hover, .card-transparent-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-transparent-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-light-gray-container {
    border: 1px solid #d0d0d0;
}

    .card-light-gray-container a {
        color: #277c78
    }

        .card-light-gray-container a:hover, .card-light-gray-container a:focus {
            color: #175f5c !important
        }

    .card-light-gray-container.card-clickable {
        transition: all 100ms ease-out
    }

        .card-light-gray-container.card-clickable:hover, .card-light-gray-container.card-clickable:focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-light-gray-container.card-clickable:hover {
            transition-delay: 100ms
        }

        .card-light-gray-container.card-clickable:focus-visible {
            outline: none;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #277c78, 0 0 0 4px #f7f7f7
        }

            .card-light-gray-container.card-clickable:focus-visible:before {
                content: " ";
                position: absolute;
                z-index: 1;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 2px solid #f7f7f7
            }

            .card-light-gray-container.card-clickable:focus-visible.card-container {
                border-color: #277c78
            }

    .card-light-gray-container:has(.stretched-link) {
        cursor: pointer;
        transition: all 100ms ease-out
    }

        .card-light-gray-container:has(.stretched-link):hover, .card-light-gray-container:has(.stretched-link):focus-visible {
            transform: translateY(-4px);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
        }

        .card-light-gray-container:has(.stretched-link):hover {
            transition-delay: 100ms
        }

.card-container {
    border-radius: 2px;
    position: relative;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%
}

.card-container--status {
    border: 1px solid #d0d0d0;
    border-left: 0;
    padding-left: 8px;
    background-color: #ffffff
}

    .card-container--status:before {
        content: "";
        position: absolute;
        width: 8px;
        height: calc(100% + 2px);
        top: -1px;
        left: 0;
        border-bottom-left-radius: 2px;
        border-top-left-radius: 2px;
        background-color: #d0d0d0;
        transition: all 100ms ease-out
    }

.card-container--status-gray.card-clickable {
    transition: all 100ms ease-out
}

    .card-container--status-gray.card-clickable:hover, .card-container--status-gray.card-clickable:focus-visible {
        transform: translateY(-4px);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
    }

    .card-container--status-gray.card-clickable:hover {
        transition-delay: 100ms
    }

    .card-container--status-gray.card-clickable:focus-visible {
        outline: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #707070, 0 0 0 4px #ffffff
    }

        .card-container--status-gray.card-clickable:focus-visible:before {
            width: 10px;
            background-color: #707070
        }

        .card-container--status-gray.card-clickable:focus-visible.card-container {
            border-color: #707070
        }

.card-container--status-gray:before {
    background-color: #d0d0d0
}

.card-container--status-primary.card-clickable {
    transition: all 100ms ease-out
}

    .card-container--status-primary.card-clickable:hover, .card-container--status-primary.card-clickable:focus-visible {
        transform: translateY(-4px);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
    }

    .card-container--status-primary.card-clickable:hover {
        transition-delay: 100ms
    }

    .card-container--status-primary.card-clickable:focus-visible {
        outline: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #277c78, 0 0 0 4px #ffffff
    }

        .card-container--status-primary.card-clickable:focus-visible:before {
            width: 10px
        }

        .card-container--status-primary.card-clickable:focus-visible.card-container {
            border-color: #277c78
        }

.card-container--status-primary:before {
    background-color: #277c78
}

.card-container--status-success.card-clickable {
    transition: all 100ms ease-out
}

    .card-container--status-success.card-clickable:hover, .card-container--status-success.card-clickable:focus-visible {
        transform: translateY(-4px);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
    }

    .card-container--status-success.card-clickable:hover {
        transition-delay: 100ms
    }

    .card-container--status-success.card-clickable:focus-visible {
        outline: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #0d8252, 0 0 0 4px #ffffff
    }

        .card-container--status-success.card-clickable:focus-visible:before {
            width: 10px
        }

        .card-container--status-success.card-clickable:focus-visible.card-container {
            border-color: #0d8252
        }

.card-container--status-success:before {
    background-color: #0d8252
}

.card-container--status-danger.card-clickable {
    transition: all 100ms ease-out
}

    .card-container--status-danger.card-clickable:hover, .card-container--status-danger.card-clickable:focus-visible {
        transform: translateY(-4px);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
    }

    .card-container--status-danger.card-clickable:hover {
        transition-delay: 100ms
    }

    .card-container--status-danger.card-clickable:focus-visible {
        outline: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #b30518, 0 0 0 4px #ffffff
    }

        .card-container--status-danger.card-clickable:focus-visible:before {
            width: 10px
        }

        .card-container--status-danger.card-clickable:focus-visible.card-container {
            border-color: #b30518
        }

.card-container--status-danger:before {
    background-color: #b30518
}

.card-container--status-warning.card-clickable {
    transition: all 100ms ease-out
}

    .card-container--status-warning.card-clickable:hover, .card-container--status-warning.card-clickable:focus-visible {
        transform: translateY(-4px);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
    }

    .card-container--status-warning.card-clickable:hover {
        transition-delay: 100ms
    }

    .card-container--status-warning.card-clickable:focus-visible {
        outline: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #ae5400, 0 0 0 4px #ffffff
    }

        .card-container--status-warning.card-clickable:focus-visible:before {
            width: 10px;
            background-color: #ae5400
        }

        .card-container--status-warning.card-clickable:focus-visible.card-container {
            border-color: #ae5400
        }

.card-container--status-warning:before {
    background-color: #e5a612
}

.card-container--status-info.card-clickable {
    transition: all 100ms ease-out
}

    .card-container--status-info.card-clickable:hover, .card-container--status-info.card-clickable:focus-visible {
        transform: translateY(-4px);
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1)
    }

    .card-container--status-info.card-clickable:hover {
        transition-delay: 100ms
    }

    .card-container--status-info.card-clickable:focus-visible {
        outline: none;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1), 0 0 0 2px #0077a7, 0 0 0 4px #ffffff
    }

        .card-container--status-info.card-clickable:focus-visible:before {
            width: 10px
        }

        .card-container--status-info.card-clickable:focus-visible.card-container {
            border-color: #0077a7
        }

.card-container--status-info:before {
    background-color: #0077a7
}

som-header {
    position: relative;
    z-index: 3010
}

.sticky {
    position: sticky;
    top: 0px;
    display: block
}

.som-icon-container {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

    .som-icon-container.som-icon-display-inline {
        display: inline
    }

    .som-icon-container.som-icon-display-block {
        display: block
    }

    .som-icon-container.som-icon-display-inline-block {
        display: inline-block
    }

.spinner-size-sm {
    font-size: 1rem
}

.spinner-size-md {
    font-size: 1.5rem
}

.spinner-size-lg {
    font-size: 2rem
}

.spinner-size-xl {
    font-size: 2.5rem
}

.tabs .in {
    opacity: 1
}

.tabs .out {
    opacity: 0
}
