:root {
    --bc-theme-color: black
}

.bc-justify-content-flex-start {
    justify-content: flex-start
}

@media(max-width: 575px) {
    .bc-justify-content-xs-flex-start {
        justify-content: flex-start
    }
}

.bc-justify-content-flex-end {
    justify-content: flex-end
}

@media(max-width: 575px) {
    .bc-justify-content-xs-flex-end {
        justify-content: flex-end
    }
}

.bc-justify-content-center {
    justify-content: center
}

@media(max-width: 575px) {
    .bc-justify-content-xs-center {
        justify-content: center
    }
}

.bc-justify-content-space-between {
    justify-content: space-between
}

@media(max-width: 575px) {
    .bc-justify-content-xs-space-between {
        justify-content: space-between
    }
}

.bc-justify-content-space-around {
    justify-content: space-around
}

@media(max-width: 575px) {
    .bc-justify-content-xs-space-around {
        justify-content: space-around
    }
}

.bc-justify-content-space-evenly {
    justify-content: space-evenly
}

@media(max-width: 575px) {
    .bc-justify-content-xs-space-evenly {
        justify-content: space-evenly
    }
}

@media(min-width: 576px) {
    .bc-justify-content-sm-flex-start {
        justify-content: flex-start
    }

    .bc-justify-content-sm-flex-end {
        justify-content: flex-end
    }

    .bc-justify-content-sm-center {
        justify-content: center
    }

    .bc-justify-content-sm-space-between {
        justify-content: space-between
    }

    .bc-justify-content-sm-space-around {
        justify-content: space-around
    }

    .bc-justify-content-sm-space-evenly {
        justify-content: space-evenly
    }
}

@media(min-width: 768px) {
    .bc-justify-content-md-flex-start {
        justify-content: flex-start
    }

    .bc-justify-content-md-flex-end {
        justify-content: flex-end
    }

    .bc-justify-content-md-center {
        justify-content: center
    }

    .bc-justify-content-md-space-between {
        justify-content: space-between
    }

    .bc-justify-content-md-space-around {
        justify-content: space-around
    }

    .bc-justify-content-md-space-evenly {
        justify-content: space-evenly
    }
}

@media(min-width: 992px) {
    .bc-justify-content-lg-flex-start {
        justify-content: flex-start
    }

    .bc-justify-content-lg-flex-end {
        justify-content: flex-end
    }

    .bc-justify-content-lg-center {
        justify-content: center
    }

    .bc-justify-content-lg-space-between {
        justify-content: space-between
    }

    .bc-justify-content-lg-space-around {
        justify-content: space-around
    }

    .bc-justify-content-lg-space-evenly {
        justify-content: space-evenly
    }
}

@media(min-width: 1200px) {
    .bc-justify-content-xl-flex-start {
        justify-content: flex-start
    }

    .bc-justify-content-xl-flex-end {
        justify-content: flex-end
    }

    .bc-justify-content-xl-center {
        justify-content: center
    }

    .bc-justify-content-xl-space-between {
        justify-content: space-between
    }

    .bc-justify-content-xl-space-around {
        justify-content: space-around
    }

    .bc-justify-content-xl-space-evenly {
        justify-content: space-evenly
    }
}

@media(min-width: 1440px) {
    .bc-justify-content-xxl-flex-start {
        justify-content: flex-start
    }

    .bc-justify-content-xxl-flex-end {
        justify-content: flex-end
    }

    .bc-justify-content-xxl-center {
        justify-content: center
    }

    .bc-justify-content-xxl-space-between {
        justify-content: space-between
    }

    .bc-justify-content-xxl-space-around {
        justify-content: space-around
    }

    .bc-justify-content-xxl-space-evenly {
        justify-content: space-evenly
    }
}

.bc-align-content-flex-start {
    justify-content: flex-start
}

@media(max-width: 575px) {
    .bc-aling-content-xs-flex-start {
        justify-content: flex-start
    }
}

.bc-align-content-flex-end {
    justify-content: flex-end
}

@media(max-width: 575px) {
    .bc-aling-content-xs-flex-end {
        justify-content: flex-end
    }
}

.bc-align-content-center {
    justify-content: center
}

@media(max-width: 575px) {
    .bc-aling-content-xs-center {
        justify-content: center
    }
}

.bc-align-content-stretch {
    justify-content: stretch
}

@media(max-width: 575px) {
    .bc-aling-content-xs-stretch {
        justify-content: stretch
    }
}

.bc-align-content-baseline {
    justify-content: baseline
}

@media(max-width: 575px) {
    .bc-aling-content-xs-baseline {
        justify-content: baseline
    }
}

@media(min-width: 576px) {
    .bc-align-content-sm-flex-start {
        justify-content: flex-start
    }

    .bc-align-content-sm-flex-end {
        justify-content: flex-end
    }

    .bc-align-content-sm-center {
        justify-content: center
    }

    .bc-align-content-sm-stretch {
        justify-content: stretch
    }

    .bc-align-content-sm-baseline {
        justify-content: baseline
    }
}

@media(min-width: 768px) {
    .bc-align-content-md-flex-start {
        justify-content: flex-start
    }

    .bc-align-content-md-flex-end {
        justify-content: flex-end
    }

    .bc-align-content-md-center {
        justify-content: center
    }

    .bc-align-content-md-stretch {
        justify-content: stretch
    }

    .bc-align-content-md-baseline {
        justify-content: baseline
    }
}

@media(min-width: 992px) {
    .bc-align-content-lg-flex-start {
        justify-content: flex-start
    }

    .bc-align-content-lg-flex-end {
        justify-content: flex-end
    }

    .bc-align-content-lg-center {
        justify-content: center
    }

    .bc-align-content-lg-stretch {
        justify-content: stretch
    }

    .bc-align-content-lg-baseline {
        justify-content: baseline
    }
}

@media(min-width: 1200px) {
    .bc-align-content-xl-flex-start {
        justify-content: flex-start
    }

    .bc-align-content-xl-flex-end {
        justify-content: flex-end
    }

    .bc-align-content-xl-center {
        justify-content: center
    }

    .bc-align-content-xl-stretch {
        justify-content: stretch
    }

    .bc-align-content-xl-baseline {
        justify-content: baseline
    }
}

@media(min-width: 1440px) {
    .bc-align-content-xxl-flex-start {
        justify-content: flex-start
    }

    .bc-align-content-xxl-flex-end {
        justify-content: flex-end
    }

    .bc-align-content-xxl-center {
        justify-content: center
    }

    .bc-align-content-xxl-stretch {
        justify-content: stretch
    }

    .bc-align-content-xxl-baseline {
        justify-content: baseline
    }
}

.bc-align-items-flex-start {
    align-items: flex-start
}

@media(max-width: 575px) {
    .bc-align-items-xs-flex-start {
        align-items: flex-start
    }
}

.bc-align-items-flex-end {
    align-items: flex-end
}

@media(max-width: 575px) {
    .bc-align-items-xs-flex-end {
        align-items: flex-end
    }
}

.bc-align-items-center {
    align-items: center
}

@media(max-width: 575px) {
    .bc-align-items-xs-center {
        align-items: center
    }
}

.bc-align-items-baseline {
    align-items: baseline
}

@media(max-width: 575px) {
    .bc-align-items-xs-baseline {
        align-items: baseline
    }
}

.bc-align-items-stretch {
    align-items: stretch
}

@media(max-width: 575px) {
    .bc-align-items-xs-stretch {
        align-items: stretch
    }
}

.bc-align-self-flex-start {
    align-items: flex-start
}

@media(max-width: 575px) {
    .bc-align-self-xs-flex-start {
        align-items: flex-start
    }
}

.bc-align-self-flex-end {
    align-items: flex-end
}

@media(max-width: 575px) {
    .bc-align-self-xs-flex-end {
        align-items: flex-end
    }
}

.bc-align-self-center {
    align-items: center
}

@media(max-width: 575px) {
    .bc-align-self-xs-center {
        align-items: center
    }
}

.bc-align-self-baseline {
    align-items: baseline
}

@media(max-width: 575px) {
    .bc-align-self-xs-baseline {
        align-items: baseline
    }
}

.bc-align-self-stretch {
    align-items: stretch
}

@media(max-width: 575px) {
    .bc-align-self-xs-stretch {
        align-items: stretch
    }
}

@media(min-width: 576px) {
    .bc-align-items-sm-flex-start {
        align-items: flex-start
    }

    .bc-align-items-sm-flex-end {
        align-items: flex-end
    }

    .bc-align-items-sm-center {
        align-items: center
    }

    .bc-align-items-sm-baseline {
        align-items: baseline
    }

    .bc-align-items-sm-stretch {
        align-items: stretch
    }

    .bc-align-self-sm-flex-start {
        align-items: flex-start
    }

    .bc-align-self-sm-flex-end {
        align-items: flex-end
    }

    .bc-align-self-sm-center {
        align-items: center
    }

    .bc-align-self-sm-baseline {
        align-items: baseline
    }

    .bc-align-self-sm-stretch {
        align-items: stretch
    }
}

@media(min-width: 768px) {
    .bc-align-items-md-flex-start {
        align-items: flex-start
    }

    .bc-align-items-md-flex-end {
        align-items: flex-end
    }

    .bc-align-items-md-center {
        align-items: center
    }

    .bc-align-items-md-baseline {
        align-items: baseline
    }

    .bc-align-items-md-stretch {
        align-items: stretch
    }

    .bc-align-self-md-flex-start {
        align-items: flex-start
    }

    .bc-align-self-md-flex-end {
        align-items: flex-end
    }

    .bc-align-self-md-center {
        align-items: center
    }

    .bc-align-self-md-baseline {
        align-items: baseline
    }

    .bc-align-self-md-stretch {
        align-items: stretch
    }
}

@media(min-width: 992px) {
    .bc-align-items-lg-flex-start {
        align-items: flex-start
    }

    .bc-align-items-lg-flex-end {
        align-items: flex-end
    }

    .bc-align-items-lg-center {
        align-items: center
    }

    .bc-align-items-lg-baseline {
        align-items: baseline
    }

    .bc-align-items-lg-stretch {
        align-items: stretch
    }

    .bc-align-self-lg-flex-start {
        align-items: flex-start
    }

    .bc-align-self-lg-flex-end {
        align-items: flex-end
    }

    .bc-align-self-lg-center {
        align-items: center
    }

    .bc-align-self-lg-baseline {
        align-items: baseline
    }

    .bc-align-self-lg-stretch {
        align-items: stretch
    }
}

@media(min-width: 1200px) {
    .bc-align-items-xl-flex-start {
        align-items: flex-start
    }

    .bc-align-items-xl-flex-end {
        align-items: flex-end
    }

    .bc-align-items-xl-center {
        align-items: center
    }

    .bc-align-items-xl-baseline {
        align-items: baseline
    }

    .bc-align-items-xl-stretch {
        align-items: stretch
    }

    .bc-align-self-xl-flex-start {
        align-items: flex-start
    }

    .bc-align-self-xl-flex-end {
        align-items: flex-end
    }

    .bc-align-self-xl-center {
        align-items: center
    }

    .bc-align-self-xl-baseline {
        align-items: baseline
    }

    .bc-align-self-xl-stretch {
        align-items: stretch
    }
}

@media(min-width: 1440px) {
    .bc-align-items-xxl-flex-start {
        align-items: flex-start
    }

    .bc-align-items-xxl-flex-end {
        align-items: flex-end
    }

    .bc-align-items-xxl-center {
        align-items: center
    }

    .bc-align-items-xxl-baseline {
        align-items: baseline
    }

    .bc-align-items-xxl-stretch {
        align-items: stretch
    }

    .bc-align-self-xxl-flex-start {
        align-items: flex-start
    }

    .bc-align-self-xxl-flex-end {
        align-items: flex-end
    }

    .bc-align-self-xxl-center {
        align-items: center
    }

    .bc-align-self-xxl-baseline {
        align-items: baseline
    }

    .bc-align-self-xxl-stretch {
        align-items: stretch
    }
}

.bc-direction-row {
    flex-direction: row
}

@media(max-width: 575px) {
    .bc-direction-xs-row {
        flex-direction: row
    }
}

.bc-direction-row-reverse {
    flex-direction: row-reverse
}

@media(max-width: 575px) {
    .bc-direction-xs-row-reverse {
        flex-direction: row-reverse
    }
}

.bc-direction-column {
    flex-direction: column
}

@media(max-width: 575px) {
    .bc-direction-xs-column {
        flex-direction: column
    }
}

.bc-direction-column-reverse {
    flex-direction: column-reverse
}

@media(max-width: 575px) {
    .bc-direction-xs-column-reverse {
        flex-direction: column-reverse
    }
}

@media(min-width: 576px) {
    .bc-direction-sm-row {
        flex-direction: row
    }

    .bc-direction-sm-row-reverse {
        flex-direction: row-reverse
    }

    .bc-direction-sm-column {
        flex-direction: column
    }

    .bc-direction-sm-column-reverse {
        flex-direction: column-reverse
    }
}

@media(min-width: 768px) {
    .bc-direction-md-row {
        flex-direction: row
    }

    .bc-direction-md-row-reverse {
        flex-direction: row-reverse
    }

    .bc-direction-md-column {
        flex-direction: column
    }

    .bc-direction-md-column-reverse {
        flex-direction: column-reverse
    }
}

@media(min-width: 992px) {
    .bc-direction-lg-row {
        flex-direction: row
    }

    .bc-direction-lg-row-reverse {
        flex-direction: row-reverse
    }

    .bc-direction-lg-column {
        flex-direction: column
    }

    .bc-direction-lg-column-reverse {
        flex-direction: column-reverse
    }
}

@media(min-width: 1200px) {
    .bc-direction-xl-row {
        flex-direction: row
    }

    .bc-direction-xl-row-reverse {
        flex-direction: row-reverse
    }

    .bc-direction-xl-column {
        flex-direction: column
    }

    .bc-direction-xl-column-reverse {
        flex-direction: column-reverse
    }
}

@media(min-width: 1440px) {
    .bc-direction-xxl-row {
        flex-direction: row
    }

    .bc-direction-xxl-row-reverse {
        flex-direction: row-reverse
    }

    .bc-direction-xxl-column {
        flex-direction: column
    }

    .bc-direction-xxl-column-reverse {
        flex-direction: column-reverse
    }
}

.bc-hidden {
    display: none
}

@media(max-width: 575px) {
    .bc-hidden-xs {
        display: none
    }
}

@media(min-width: 576px) {
    .bc-hidden-sm {
        display: none
    }
}

@media(min-width: 768px) {
    .bc-hidden-md {
        display: none
    }
}

@media(min-width: 992px) {
    .bc-hidden-lg {
        display: none
    }
}

@media(min-width: 1200px) {
    .bc-hidden-xl {
        display: none
    }
}

@media(min-width: 1440px) {
    .bc-hidden-xxl {
        display: none
    }
}

.bc-block {
    display: flex
}

@media(max-width: 575px) {
    .bc-block-xs {
        display: flex
    }
}

@media(min-width: 576px) {
    .bc-block-sm {
        display: flex
    }
}

@media(min-width: 768px) {
    .bc-block-md {
        display: flex
    }
}

@media(min-width: 992px) {
    .bc-block-lg {
        display: flex
    }
}

@media(min-width: 1200px) {
    .bc-block-xl {
        display: flex
    }
}

@media(min-width: 1440px) {
    .bc-block-xxl {
        display: flex
    }
}

.bc-padding-top-1 {
    padding-top: 8px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-1 {
    padding: 8px
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

.bc-paddinginfix-top-1 {
    padding-top: 8px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-1 {
        padding-top: 8px
    }

    .bc-px-xs-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xs-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-1 {
        padding-top: 8px
    }

    .bc-px-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-sm-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-1 {
        padding-top: 8px
    }

    .bc-px-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-md-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-1 {
        padding-top: 8px
    }

    .bc-px-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-lg-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-1 {
        padding-top: 8px
    }

    .bc-px-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-1 {
        padding-top: 8px
    }

    .bc-px-xxl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xxl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-padding-right-1 {
    padding-right: 8px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-1 {
    padding: 8px
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

.bc-paddinginfix-right-1 {
    padding-right: 8px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-1 {
        padding-right: 8px
    }

    .bc-px-xs-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xs-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-1 {
        padding-right: 8px
    }

    .bc-px-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-sm-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-1 {
        padding-right: 8px
    }

    .bc-px-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-md-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-1 {
        padding-right: 8px
    }

    .bc-px-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-lg-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-1 {
        padding-right: 8px
    }

    .bc-px-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-1 {
        padding-right: 8px
    }

    .bc-px-xxl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xxl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-padding-bottom-1 {
    padding-bottom: 8px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-1 {
    padding: 8px
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

.bc-paddinginfix-bottom-1 {
    padding-bottom: 8px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-1 {
        padding-bottom: 8px
    }

    .bc-px-xs-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xs-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-1 {
        padding-bottom: 8px
    }

    .bc-px-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-sm-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-1 {
        padding-bottom: 8px
    }

    .bc-px-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-md-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-1 {
        padding-bottom: 8px
    }

    .bc-px-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-lg-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-1 {
        padding-bottom: 8px
    }

    .bc-px-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-1 {
        padding-bottom: 8px
    }

    .bc-px-xxl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xxl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-padding-left-1 {
    padding-left: 8px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-1 {
    padding: 8px
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

.bc-paddinginfix-left-1 {
    padding-left: 8px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-1 {
        padding-left: 8px
    }

    .bc-px-xs-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xs-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-px-1 {
    padding-right: 8px;
    padding-left: 8px
}

.bc-py-1 {
    padding-top: 8px;
    padding-bottom: 8px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-1 {
        padding-left: 8px
    }

    .bc-px-sm-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-sm-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-1 {
        padding-left: 8px
    }

    .bc-px-md-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-md-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-1 {
        padding-left: 8px
    }

    .bc-px-lg-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-lg-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-1 {
        padding-left: 8px
    }

    .bc-px-xl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-1 {
        padding-left: 8px
    }

    .bc-px-xxl-1 {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-py-xxl-1 {
        padding-top: 8px;
        padding-bottom: 8px
    }
}

.bc-padding-top-2 {
    padding-top: 16px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-2 {
    padding: 16px
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.bc-paddinginfix-top-2 {
    padding-top: 16px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-2 {
        padding-top: 16px
    }

    .bc-px-xs-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xs-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-2 {
        padding-top: 16px
    }

    .bc-px-sm-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-sm-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-2 {
        padding-top: 16px
    }

    .bc-px-md-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-md-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-2 {
        padding-top: 16px
    }

    .bc-px-lg-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-lg-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-2 {
        padding-top: 16px
    }

    .bc-px-xl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-2 {
        padding-top: 16px
    }

    .bc-px-xxl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xxl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-padding-right-2 {
    padding-right: 16px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-2 {
    padding: 16px
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.bc-paddinginfix-right-2 {
    padding-right: 16px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-2 {
        padding-right: 16px
    }

    .bc-px-xs-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xs-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-2 {
        padding-right: 16px
    }

    .bc-px-sm-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-sm-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-2 {
        padding-right: 16px
    }

    .bc-px-md-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-md-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-2 {
        padding-right: 16px
    }

    .bc-px-lg-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-lg-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-2 {
        padding-right: 16px
    }

    .bc-px-xl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-2 {
        padding-right: 16px
    }

    .bc-px-xxl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xxl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-padding-bottom-2 {
    padding-bottom: 16px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-2 {
    padding: 16px
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.bc-paddinginfix-bottom-2 {
    padding-bottom: 16px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-2 {
        padding-bottom: 16px
    }

    .bc-px-xs-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xs-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-2 {
        padding-bottom: 16px
    }

    .bc-px-sm-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-sm-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-2 {
        padding-bottom: 16px
    }

    .bc-px-md-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-md-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-2 {
        padding-bottom: 16px
    }

    .bc-px-lg-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-lg-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-2 {
        padding-bottom: 16px
    }

    .bc-px-xl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-2 {
        padding-bottom: 16px
    }

    .bc-px-xxl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xxl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-padding-left-2 {
    padding-left: 16px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-2 {
    padding: 16px
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

.bc-paddinginfix-left-2 {
    padding-left: 16px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-2 {
        padding-left: 16px
    }

    .bc-px-xs-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xs-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-px-2 {
    padding-right: 16px;
    padding-left: 16px
}

.bc-py-2 {
    padding-top: 16px;
    padding-bottom: 16px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-2 {
        padding-left: 16px
    }

    .bc-px-sm-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-sm-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-2 {
        padding-left: 16px
    }

    .bc-px-md-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-md-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-2 {
        padding-left: 16px
    }

    .bc-px-lg-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-lg-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-2 {
        padding-left: 16px
    }

    .bc-px-xl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-2 {
        padding-left: 16px
    }

    .bc-px-xxl-2 {
        padding-right: 16px;
        padding-left: 16px
    }

    .bc-py-xxl-2 {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.bc-padding-top-3 {
    padding-top: 24px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-3 {
    padding: 24px
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.bc-paddinginfix-top-3 {
    padding-top: 24px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-3 {
        padding-top: 24px
    }

    .bc-px-xs-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xs-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-3 {
        padding-top: 24px
    }

    .bc-px-sm-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-sm-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-3 {
        padding-top: 24px
    }

    .bc-px-md-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-md-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-3 {
        padding-top: 24px
    }

    .bc-px-lg-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-lg-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-3 {
        padding-top: 24px
    }

    .bc-px-xl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-3 {
        padding-top: 24px
    }

    .bc-px-xxl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xxl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-padding-right-3 {
    padding-right: 24px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-3 {
    padding: 24px
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.bc-paddinginfix-right-3 {
    padding-right: 24px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-3 {
        padding-right: 24px
    }

    .bc-px-xs-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xs-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-3 {
        padding-right: 24px
    }

    .bc-px-sm-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-sm-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-3 {
        padding-right: 24px
    }

    .bc-px-md-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-md-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-3 {
        padding-right: 24px
    }

    .bc-px-lg-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-lg-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-3 {
        padding-right: 24px
    }

    .bc-px-xl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-3 {
        padding-right: 24px
    }

    .bc-px-xxl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xxl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-padding-bottom-3 {
    padding-bottom: 24px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-3 {
    padding: 24px
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.bc-paddinginfix-bottom-3 {
    padding-bottom: 24px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-3 {
        padding-bottom: 24px
    }

    .bc-px-xs-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xs-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-3 {
        padding-bottom: 24px
    }

    .bc-px-sm-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-sm-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-3 {
        padding-bottom: 24px
    }

    .bc-px-md-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-md-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-3 {
        padding-bottom: 24px
    }

    .bc-px-lg-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-lg-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-3 {
        padding-bottom: 24px
    }

    .bc-px-xl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-3 {
        padding-bottom: 24px
    }

    .bc-px-xxl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xxl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-padding-left-3 {
    padding-left: 24px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-3 {
    padding: 24px
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

.bc-paddinginfix-left-3 {
    padding-left: 24px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-3 {
        padding-left: 24px
    }

    .bc-px-xs-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xs-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-px-3 {
    padding-right: 24px;
    padding-left: 24px
}

.bc-py-3 {
    padding-top: 24px;
    padding-bottom: 24px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-3 {
        padding-left: 24px
    }

    .bc-px-sm-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-sm-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-3 {
        padding-left: 24px
    }

    .bc-px-md-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-md-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-3 {
        padding-left: 24px
    }

    .bc-px-lg-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-lg-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-3 {
        padding-left: 24px
    }

    .bc-px-xl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-3 {
        padding-left: 24px
    }

    .bc-px-xxl-3 {
        padding-right: 24px;
        padding-left: 24px
    }

    .bc-py-xxl-3 {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

.bc-padding-top-4 {
    padding-top: 32px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-4 {
    padding: 32px
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

.bc-paddinginfix-top-4 {
    padding-top: 32px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-4 {
        padding-top: 32px
    }

    .bc-px-xs-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xs-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-4 {
        padding-top: 32px
    }

    .bc-px-sm-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-sm-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-4 {
        padding-top: 32px
    }

    .bc-px-md-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-md-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-4 {
        padding-top: 32px
    }

    .bc-px-lg-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-lg-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-4 {
        padding-top: 32px
    }

    .bc-px-xl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-4 {
        padding-top: 32px
    }

    .bc-px-xxl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xxl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-padding-right-4 {
    padding-right: 32px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-4 {
    padding: 32px
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

.bc-paddinginfix-right-4 {
    padding-right: 32px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-4 {
        padding-right: 32px
    }

    .bc-px-xs-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xs-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-4 {
        padding-right: 32px
    }

    .bc-px-sm-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-sm-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-4 {
        padding-right: 32px
    }

    .bc-px-md-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-md-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-4 {
        padding-right: 32px
    }

    .bc-px-lg-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-lg-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-4 {
        padding-right: 32px
    }

    .bc-px-xl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-4 {
        padding-right: 32px
    }

    .bc-px-xxl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xxl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-padding-bottom-4 {
    padding-bottom: 32px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-4 {
    padding: 32px
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

.bc-paddinginfix-bottom-4 {
    padding-bottom: 32px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-4 {
        padding-bottom: 32px
    }

    .bc-px-xs-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xs-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-4 {
        padding-bottom: 32px
    }

    .bc-px-sm-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-sm-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-4 {
        padding-bottom: 32px
    }

    .bc-px-md-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-md-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-4 {
        padding-bottom: 32px
    }

    .bc-px-lg-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-lg-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-4 {
        padding-bottom: 32px
    }

    .bc-px-xl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-4 {
        padding-bottom: 32px
    }

    .bc-px-xxl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xxl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-padding-left-4 {
    padding-left: 32px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-4 {
    padding: 32px
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

.bc-paddinginfix-left-4 {
    padding-left: 32px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-4 {
        padding-left: 32px
    }

    .bc-px-xs-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xs-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-px-4 {
    padding-right: 32px;
    padding-left: 32px
}

.bc-py-4 {
    padding-top: 32px;
    padding-bottom: 32px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-4 {
        padding-left: 32px
    }

    .bc-px-sm-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-sm-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-4 {
        padding-left: 32px
    }

    .bc-px-md-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-md-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-4 {
        padding-left: 32px
    }

    .bc-px-lg-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-lg-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-4 {
        padding-left: 32px
    }

    .bc-px-xl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-4 {
        padding-left: 32px
    }

    .bc-px-xxl-4 {
        padding-right: 32px;
        padding-left: 32px
    }

    .bc-py-xxl-4 {
        padding-top: 32px;
        padding-bottom: 32px
    }
}

.bc-padding-top-5 {
    padding-top: 40px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-5 {
    padding: 40px
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

.bc-paddinginfix-top-5 {
    padding-top: 40px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-5 {
        padding-top: 40px
    }

    .bc-px-xs-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xs-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-5 {
        padding-top: 40px
    }

    .bc-px-sm-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-sm-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-5 {
        padding-top: 40px
    }

    .bc-px-md-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-md-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-5 {
        padding-top: 40px
    }

    .bc-px-lg-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-lg-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-5 {
        padding-top: 40px
    }

    .bc-px-xl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-5 {
        padding-top: 40px
    }

    .bc-px-xxl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xxl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-padding-right-5 {
    padding-right: 40px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-5 {
    padding: 40px
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

.bc-paddinginfix-right-5 {
    padding-right: 40px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-5 {
        padding-right: 40px
    }

    .bc-px-xs-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xs-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-5 {
        padding-right: 40px
    }

    .bc-px-sm-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-sm-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-5 {
        padding-right: 40px
    }

    .bc-px-md-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-md-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-5 {
        padding-right: 40px
    }

    .bc-px-lg-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-lg-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-5 {
        padding-right: 40px
    }

    .bc-px-xl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-5 {
        padding-right: 40px
    }

    .bc-px-xxl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xxl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-padding-bottom-5 {
    padding-bottom: 40px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-5 {
    padding: 40px
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

.bc-paddinginfix-bottom-5 {
    padding-bottom: 40px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-5 {
        padding-bottom: 40px
    }

    .bc-px-xs-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xs-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-5 {
        padding-bottom: 40px
    }

    .bc-px-sm-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-sm-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-5 {
        padding-bottom: 40px
    }

    .bc-px-md-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-md-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-5 {
        padding-bottom: 40px
    }

    .bc-px-lg-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-lg-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-5 {
        padding-bottom: 40px
    }

    .bc-px-xl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-5 {
        padding-bottom: 40px
    }

    .bc-px-xxl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xxl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-padding-left-5 {
    padding-left: 40px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-5 {
    padding: 40px
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

.bc-paddinginfix-left-5 {
    padding-left: 40px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-5 {
        padding-left: 40px
    }

    .bc-px-xs-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xs-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-px-5 {
    padding-right: 40px;
    padding-left: 40px
}

.bc-py-5 {
    padding-top: 40px;
    padding-bottom: 40px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-5 {
        padding-left: 40px
    }

    .bc-px-sm-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-sm-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-5 {
        padding-left: 40px
    }

    .bc-px-md-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-md-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-5 {
        padding-left: 40px
    }

    .bc-px-lg-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-lg-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-5 {
        padding-left: 40px
    }

    .bc-px-xl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-5 {
        padding-left: 40px
    }

    .bc-px-xxl-5 {
        padding-right: 40px;
        padding-left: 40px
    }

    .bc-py-xxl-5 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.bc-padding-top-6 {
    padding-top: 48px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-6 {
    padding: 48px
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

.bc-paddinginfix-top-6 {
    padding-top: 48px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-6 {
        padding-top: 48px
    }

    .bc-px-xs-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xs-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-6 {
        padding-top: 48px
    }

    .bc-px-sm-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-sm-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-6 {
        padding-top: 48px
    }

    .bc-px-md-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-md-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-6 {
        padding-top: 48px
    }

    .bc-px-lg-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-lg-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-6 {
        padding-top: 48px
    }

    .bc-px-xl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-6 {
        padding-top: 48px
    }

    .bc-px-xxl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xxl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-padding-right-6 {
    padding-right: 48px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-6 {
    padding: 48px
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

.bc-paddinginfix-right-6 {
    padding-right: 48px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-6 {
        padding-right: 48px
    }

    .bc-px-xs-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xs-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-6 {
        padding-right: 48px
    }

    .bc-px-sm-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-sm-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-6 {
        padding-right: 48px
    }

    .bc-px-md-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-md-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-6 {
        padding-right: 48px
    }

    .bc-px-lg-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-lg-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-6 {
        padding-right: 48px
    }

    .bc-px-xl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-6 {
        padding-right: 48px
    }

    .bc-px-xxl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xxl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-padding-bottom-6 {
    padding-bottom: 48px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-6 {
    padding: 48px
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

.bc-paddinginfix-bottom-6 {
    padding-bottom: 48px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-6 {
        padding-bottom: 48px
    }

    .bc-px-xs-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xs-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-6 {
        padding-bottom: 48px
    }

    .bc-px-sm-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-sm-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-6 {
        padding-bottom: 48px
    }

    .bc-px-md-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-md-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-6 {
        padding-bottom: 48px
    }

    .bc-px-lg-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-lg-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-6 {
        padding-bottom: 48px
    }

    .bc-px-xl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-6 {
        padding-bottom: 48px
    }

    .bc-px-xxl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xxl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-padding-left-6 {
    padding-left: 48px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-6 {
    padding: 48px
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

.bc-paddinginfix-left-6 {
    padding-left: 48px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-6 {
        padding-left: 48px
    }

    .bc-px-xs-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xs-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-px-6 {
    padding-right: 48px;
    padding-left: 48px
}

.bc-py-6 {
    padding-top: 48px;
    padding-bottom: 48px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-6 {
        padding-left: 48px
    }

    .bc-px-sm-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-sm-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-6 {
        padding-left: 48px
    }

    .bc-px-md-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-md-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-6 {
        padding-left: 48px
    }

    .bc-px-lg-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-lg-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-6 {
        padding-left: 48px
    }

    .bc-px-xl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-6 {
        padding-left: 48px
    }

    .bc-px-xxl-6 {
        padding-right: 48px;
        padding-left: 48px
    }

    .bc-py-xxl-6 {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.bc-padding-top-7 {
    padding-top: 56px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-7 {
    padding: 56px
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

.bc-paddinginfix-top-7 {
    padding-top: 56px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-7 {
        padding-top: 56px
    }

    .bc-px-xs-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xs-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-7 {
        padding-top: 56px
    }

    .bc-px-sm-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-sm-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-7 {
        padding-top: 56px
    }

    .bc-px-md-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-md-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-7 {
        padding-top: 56px
    }

    .bc-px-lg-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-lg-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-7 {
        padding-top: 56px
    }

    .bc-px-xl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-7 {
        padding-top: 56px
    }

    .bc-px-xxl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xxl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-padding-right-7 {
    padding-right: 56px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-7 {
    padding: 56px
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

.bc-paddinginfix-right-7 {
    padding-right: 56px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-7 {
        padding-right: 56px
    }

    .bc-px-xs-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xs-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-7 {
        padding-right: 56px
    }

    .bc-px-sm-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-sm-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-7 {
        padding-right: 56px
    }

    .bc-px-md-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-md-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-7 {
        padding-right: 56px
    }

    .bc-px-lg-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-lg-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-7 {
        padding-right: 56px
    }

    .bc-px-xl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-7 {
        padding-right: 56px
    }

    .bc-px-xxl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xxl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-padding-bottom-7 {
    padding-bottom: 56px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-7 {
    padding: 56px
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

.bc-paddinginfix-bottom-7 {
    padding-bottom: 56px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-7 {
        padding-bottom: 56px
    }

    .bc-px-xs-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xs-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-7 {
        padding-bottom: 56px
    }

    .bc-px-sm-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-sm-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-7 {
        padding-bottom: 56px
    }

    .bc-px-md-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-md-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-7 {
        padding-bottom: 56px
    }

    .bc-px-lg-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-lg-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-7 {
        padding-bottom: 56px
    }

    .bc-px-xl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-7 {
        padding-bottom: 56px
    }

    .bc-px-xxl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xxl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-padding-left-7 {
    padding-left: 56px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-7 {
    padding: 56px
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

.bc-paddinginfix-left-7 {
    padding-left: 56px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-7 {
        padding-left: 56px
    }

    .bc-px-xs-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xs-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-px-7 {
    padding-right: 56px;
    padding-left: 56px
}

.bc-py-7 {
    padding-top: 56px;
    padding-bottom: 56px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-7 {
        padding-left: 56px
    }

    .bc-px-sm-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-sm-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-7 {
        padding-left: 56px
    }

    .bc-px-md-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-md-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-7 {
        padding-left: 56px
    }

    .bc-px-lg-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-lg-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-7 {
        padding-left: 56px
    }

    .bc-px-xl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-7 {
        padding-left: 56px
    }

    .bc-px-xxl-7 {
        padding-right: 56px;
        padding-left: 56px
    }

    .bc-py-xxl-7 {
        padding-top: 56px;
        padding-bottom: 56px
    }
}

.bc-padding-top-8 {
    padding-top: 64px
}

.bc-padding-top-auto {
    padding-top: auto
}

.bc-padding-top-0 {
    padding-top: 0
}

.bc-padding-8 {
    padding: 64px
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

.bc-paddinginfix-top-8 {
    padding-top: 64px
}

@media(max-width: 575px) {
    .bc-padding-xs-top-8 {
        padding-top: 64px
    }

    .bc-px-xs-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xs-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

@media(min-width: 576px) {
    .bc-paddinginfix-top-8 {
        padding-top: 64px
    }

    .bc-px-sm-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-sm-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-top-8 {
        padding-top: 64px
    }

    .bc-px-md-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-md-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-top-8 {
        padding-top: 64px
    }

    .bc-px-lg-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-lg-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-top-8 {
        padding-top: 64px
    }

    .bc-px-xl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-top-8 {
        padding-top: 64px
    }

    .bc-px-xxl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xxl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-padding-right-8 {
    padding-right: 64px
}

.bc-padding-right-auto {
    padding-right: auto
}

.bc-padding-right-0 {
    padding-right: 0
}

.bc-padding-8 {
    padding: 64px
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

.bc-paddinginfix-right-8 {
    padding-right: 64px
}

@media(max-width: 575px) {
    .bc-padding-xs-right-8 {
        padding-right: 64px
    }

    .bc-px-xs-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xs-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

@media(min-width: 576px) {
    .bc-paddinginfix-right-8 {
        padding-right: 64px
    }

    .bc-px-sm-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-sm-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-right-8 {
        padding-right: 64px
    }

    .bc-px-md-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-md-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-right-8 {
        padding-right: 64px
    }

    .bc-px-lg-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-lg-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-right-8 {
        padding-right: 64px
    }

    .bc-px-xl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-right-8 {
        padding-right: 64px
    }

    .bc-px-xxl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xxl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-padding-bottom-8 {
    padding-bottom: 64px
}

.bc-padding-bottom-auto {
    padding-bottom: auto
}

.bc-padding-bottom-0 {
    padding-bottom: 0
}

.bc-padding-8 {
    padding: 64px
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

.bc-paddinginfix-bottom-8 {
    padding-bottom: 64px
}

@media(max-width: 575px) {
    .bc-padding-xs-bottom-8 {
        padding-bottom: 64px
    }

    .bc-px-xs-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xs-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

@media(min-width: 576px) {
    .bc-paddinginfix-bottom-8 {
        padding-bottom: 64px
    }

    .bc-px-sm-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-sm-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-bottom-8 {
        padding-bottom: 64px
    }

    .bc-px-md-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-md-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-bottom-8 {
        padding-bottom: 64px
    }

    .bc-px-lg-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-lg-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-bottom-8 {
        padding-bottom: 64px
    }

    .bc-px-xl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-bottom-8 {
        padding-bottom: 64px
    }

    .bc-px-xxl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xxl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-padding-left-8 {
    padding-left: 64px
}

.bc-padding-left-auto {
    padding-left: auto
}

.bc-padding-left-0 {
    padding-left: 0
}

.bc-padding-8 {
    padding: 64px
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

.bc-paddinginfix-left-8 {
    padding-left: 64px
}

@media(max-width: 575px) {
    .bc-padding-xs-left-8 {
        padding-left: 64px
    }

    .bc-px-xs-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xs-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-px-8 {
    padding-right: 64px;
    padding-left: 64px
}

.bc-py-8 {
    padding-top: 64px;
    padding-bottom: 64px
}

@media(min-width: 576px) {
    .bc-paddinginfix-left-8 {
        padding-left: 64px
    }

    .bc-px-sm-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-sm-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-paddinginfix-left-8 {
        padding-left: 64px
    }

    .bc-px-md-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-md-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-paddinginfix-left-8 {
        padding-left: 64px
    }

    .bc-px-lg-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-lg-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-paddinginfix-left-8 {
        padding-left: 64px
    }

    .bc-px-xl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-paddinginfix-left-8 {
        padding-left: 64px
    }

    .bc-px-xxl-8 {
        padding-right: 64px;
        padding-left: 64px
    }

    .bc-py-xxl-8 {
        padding-top: 64px;
        padding-bottom: 64px
    }
}

.bc-margin-top-1 {
    margin-top: 8px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-1 {
    margin: 8px
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

.bc-margininfix-top-1 {
    margin-top: 8px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-1 {
        margin-top: 8px
    }

    .bc-mx-xs-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xs-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width: 576px) {
    .bc-margininfix-top-1 {
        margin-top: 8px
    }

    .bc-mx-sm-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-sm-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-1 {
        margin-top: 8px
    }

    .bc-mx-md-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-md-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-1 {
        margin-top: 8px
    }

    .bc-mx-lg-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-lg-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-1 {
        margin-top: 8px
    }

    .bc-mx-xl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-1 {
        margin-top: 8px
    }

    .bc-mx-xxl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xxl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-margin-right-1 {
    margin-right: 8px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-1 {
    margin: 8px
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

.bc-margininfix-right-1 {
    margin-right: 8px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-1 {
        margin-right: 8px
    }

    .bc-mx-xs-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xs-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width: 576px) {
    .bc-margininfix-right-1 {
        margin-right: 8px
    }

    .bc-mx-sm-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-sm-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-1 {
        margin-right: 8px
    }

    .bc-mx-md-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-md-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-1 {
        margin-right: 8px
    }

    .bc-mx-lg-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-lg-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-1 {
        margin-right: 8px
    }

    .bc-mx-xl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-1 {
        margin-right: 8px
    }

    .bc-mx-xxl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xxl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-margin-bottom-1 {
    margin-bottom: 8px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-1 {
    margin: 8px
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

.bc-margininfix-bottom-1 {
    margin-bottom: 8px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-1 {
        margin-bottom: 8px
    }

    .bc-mx-xs-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xs-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-1 {
        margin-bottom: 8px
    }

    .bc-mx-sm-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-sm-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-1 {
        margin-bottom: 8px
    }

    .bc-mx-md-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-md-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-1 {
        margin-bottom: 8px
    }

    .bc-mx-lg-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-lg-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-1 {
        margin-bottom: 8px
    }

    .bc-mx-xl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-1 {
        margin-bottom: 8px
    }

    .bc-mx-xxl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xxl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-margin-left-1 {
    margin-left: 8px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-1 {
    margin: 8px
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

.bc-margininfix-left-1 {
    margin-left: 8px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-1 {
        margin-left: 8px
    }

    .bc-mx-xs-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xs-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.bc-my-1 {
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width: 576px) {
    .bc-margininfix-left-1 {
        margin-left: 8px
    }

    .bc-mx-sm-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-sm-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-1 {
        margin-left: 8px
    }

    .bc-mx-md-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-md-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-1 {
        margin-left: 8px
    }

    .bc-mx-lg-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-lg-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-1 {
        margin-left: 8px
    }

    .bc-mx-xl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-1 {
        margin-left: 8px
    }

    .bc-mx-xxl-1 {
        margin-right: 8px;
        margin-left: 8px
    }

    .bc-my-xxl-1 {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.bc-margin-top-2 {
    margin-top: 16px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-2 {
    margin: 16px
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

.bc-margininfix-top-2 {
    margin-top: 16px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-2 {
        margin-top: 16px
    }

    .bc-mx-xs-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xs-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width: 576px) {
    .bc-margininfix-top-2 {
        margin-top: 16px
    }

    .bc-mx-sm-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-sm-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-2 {
        margin-top: 16px
    }

    .bc-mx-md-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-md-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-2 {
        margin-top: 16px
    }

    .bc-mx-lg-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-lg-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-2 {
        margin-top: 16px
    }

    .bc-mx-xl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-2 {
        margin-top: 16px
    }

    .bc-mx-xxl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xxl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-margin-right-2 {
    margin-right: 16px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-2 {
    margin: 16px
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

.bc-margininfix-right-2 {
    margin-right: 16px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-2 {
        margin-right: 16px
    }

    .bc-mx-xs-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xs-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width: 576px) {
    .bc-margininfix-right-2 {
        margin-right: 16px
    }

    .bc-mx-sm-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-sm-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-2 {
        margin-right: 16px
    }

    .bc-mx-md-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-md-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-2 {
        margin-right: 16px
    }

    .bc-mx-lg-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-lg-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-2 {
        margin-right: 16px
    }

    .bc-mx-xl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-2 {
        margin-right: 16px
    }

    .bc-mx-xxl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xxl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-margin-bottom-2 {
    margin-bottom: 16px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-2 {
    margin: 16px
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

.bc-margininfix-bottom-2 {
    margin-bottom: 16px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-2 {
        margin-bottom: 16px
    }

    .bc-mx-xs-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xs-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-2 {
        margin-bottom: 16px
    }

    .bc-mx-sm-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-sm-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-2 {
        margin-bottom: 16px
    }

    .bc-mx-md-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-md-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-2 {
        margin-bottom: 16px
    }

    .bc-mx-lg-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-lg-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-2 {
        margin-bottom: 16px
    }

    .bc-mx-xl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-2 {
        margin-bottom: 16px
    }

    .bc-mx-xxl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xxl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-margin-left-2 {
    margin-left: 16px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-2 {
    margin: 16px
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

.bc-margininfix-left-2 {
    margin-left: 16px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-2 {
        margin-left: 16px
    }

    .bc-mx-xs-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xs-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-mx-2 {
    margin-right: 16px;
    margin-left: 16px
}

.bc-my-2 {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width: 576px) {
    .bc-margininfix-left-2 {
        margin-left: 16px
    }

    .bc-mx-sm-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-sm-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-2 {
        margin-left: 16px
    }

    .bc-mx-md-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-md-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-2 {
        margin-left: 16px
    }

    .bc-mx-lg-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-lg-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-2 {
        margin-left: 16px
    }

    .bc-mx-xl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-2 {
        margin-left: 16px
    }

    .bc-mx-xxl-2 {
        margin-right: 16px;
        margin-left: 16px
    }

    .bc-my-xxl-2 {
        margin-top: 16px;
        margin-bottom: 16px
    }
}

.bc-margin-top-3 {
    margin-top: 24px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-3 {
    margin: 24px
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

.bc-margininfix-top-3 {
    margin-top: 24px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-3 {
        margin-top: 24px
    }

    .bc-mx-xs-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xs-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

@media(min-width: 576px) {
    .bc-margininfix-top-3 {
        margin-top: 24px
    }

    .bc-mx-sm-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-sm-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-3 {
        margin-top: 24px
    }

    .bc-mx-md-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-md-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-3 {
        margin-top: 24px
    }

    .bc-mx-lg-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-lg-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-3 {
        margin-top: 24px
    }

    .bc-mx-xl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-3 {
        margin-top: 24px
    }

    .bc-mx-xxl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xxl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-margin-right-3 {
    margin-right: 24px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-3 {
    margin: 24px
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

.bc-margininfix-right-3 {
    margin-right: 24px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-3 {
        margin-right: 24px
    }

    .bc-mx-xs-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xs-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

@media(min-width: 576px) {
    .bc-margininfix-right-3 {
        margin-right: 24px
    }

    .bc-mx-sm-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-sm-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-3 {
        margin-right: 24px
    }

    .bc-mx-md-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-md-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-3 {
        margin-right: 24px
    }

    .bc-mx-lg-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-lg-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-3 {
        margin-right: 24px
    }

    .bc-mx-xl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-3 {
        margin-right: 24px
    }

    .bc-mx-xxl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xxl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-margin-bottom-3 {
    margin-bottom: 24px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-3 {
    margin: 24px
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

.bc-margininfix-bottom-3 {
    margin-bottom: 24px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-3 {
        margin-bottom: 24px
    }

    .bc-mx-xs-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xs-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-3 {
        margin-bottom: 24px
    }

    .bc-mx-sm-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-sm-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-3 {
        margin-bottom: 24px
    }

    .bc-mx-md-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-md-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-3 {
        margin-bottom: 24px
    }

    .bc-mx-lg-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-lg-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-3 {
        margin-bottom: 24px
    }

    .bc-mx-xl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-3 {
        margin-bottom: 24px
    }

    .bc-mx-xxl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xxl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-margin-left-3 {
    margin-left: 24px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-3 {
    margin: 24px
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

.bc-margininfix-left-3 {
    margin-left: 24px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-3 {
        margin-left: 24px
    }

    .bc-mx-xs-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xs-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-mx-3 {
    margin-right: 24px;
    margin-left: 24px
}

.bc-my-3 {
    margin-top: 24px;
    margin-bottom: 24px
}

@media(min-width: 576px) {
    .bc-margininfix-left-3 {
        margin-left: 24px
    }

    .bc-mx-sm-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-sm-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-3 {
        margin-left: 24px
    }

    .bc-mx-md-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-md-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-3 {
        margin-left: 24px
    }

    .bc-mx-lg-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-lg-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-3 {
        margin-left: 24px
    }

    .bc-mx-xl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-3 {
        margin-left: 24px
    }

    .bc-mx-xxl-3 {
        margin-right: 24px;
        margin-left: 24px
    }

    .bc-my-xxl-3 {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.bc-margin-top-4 {
    margin-top: 32px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-4 {
    margin: 32px
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

.bc-margininfix-top-4 {
    margin-top: 32px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-4 {
        margin-top: 32px
    }

    .bc-mx-xs-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xs-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

@media(min-width: 576px) {
    .bc-margininfix-top-4 {
        margin-top: 32px
    }

    .bc-mx-sm-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-sm-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-4 {
        margin-top: 32px
    }

    .bc-mx-md-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-md-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-4 {
        margin-top: 32px
    }

    .bc-mx-lg-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-lg-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-4 {
        margin-top: 32px
    }

    .bc-mx-xl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-4 {
        margin-top: 32px
    }

    .bc-mx-xxl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xxl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-margin-right-4 {
    margin-right: 32px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-4 {
    margin: 32px
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

.bc-margininfix-right-4 {
    margin-right: 32px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-4 {
        margin-right: 32px
    }

    .bc-mx-xs-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xs-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

@media(min-width: 576px) {
    .bc-margininfix-right-4 {
        margin-right: 32px
    }

    .bc-mx-sm-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-sm-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-4 {
        margin-right: 32px
    }

    .bc-mx-md-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-md-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-4 {
        margin-right: 32px
    }

    .bc-mx-lg-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-lg-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-4 {
        margin-right: 32px
    }

    .bc-mx-xl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-4 {
        margin-right: 32px
    }

    .bc-mx-xxl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xxl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-margin-bottom-4 {
    margin-bottom: 32px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-4 {
    margin: 32px
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

.bc-margininfix-bottom-4 {
    margin-bottom: 32px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-4 {
        margin-bottom: 32px
    }

    .bc-mx-xs-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xs-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-4 {
        margin-bottom: 32px
    }

    .bc-mx-sm-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-sm-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-4 {
        margin-bottom: 32px
    }

    .bc-mx-md-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-md-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-4 {
        margin-bottom: 32px
    }

    .bc-mx-lg-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-lg-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-4 {
        margin-bottom: 32px
    }

    .bc-mx-xl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-4 {
        margin-bottom: 32px
    }

    .bc-mx-xxl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xxl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-margin-left-4 {
    margin-left: 32px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-4 {
    margin: 32px
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

.bc-margininfix-left-4 {
    margin-left: 32px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-4 {
        margin-left: 32px
    }

    .bc-mx-xs-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xs-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-mx-4 {
    margin-right: 32px;
    margin-left: 32px
}

.bc-my-4 {
    margin-top: 32px;
    margin-bottom: 32px
}

@media(min-width: 576px) {
    .bc-margininfix-left-4 {
        margin-left: 32px
    }

    .bc-mx-sm-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-sm-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-4 {
        margin-left: 32px
    }

    .bc-mx-md-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-md-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-4 {
        margin-left: 32px
    }

    .bc-mx-lg-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-lg-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-4 {
        margin-left: 32px
    }

    .bc-mx-xl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-4 {
        margin-left: 32px
    }

    .bc-mx-xxl-4 {
        margin-right: 32px;
        margin-left: 32px
    }

    .bc-my-xxl-4 {
        margin-top: 32px;
        margin-bottom: 32px
    }
}

.bc-margin-top-5 {
    margin-top: 40px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-5 {
    margin: 40px
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

.bc-margininfix-top-5 {
    margin-top: 40px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-5 {
        margin-top: 40px
    }

    .bc-mx-xs-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xs-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media(min-width: 576px) {
    .bc-margininfix-top-5 {
        margin-top: 40px
    }

    .bc-mx-sm-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-sm-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-5 {
        margin-top: 40px
    }

    .bc-mx-md-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-md-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-5 {
        margin-top: 40px
    }

    .bc-mx-lg-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-lg-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-5 {
        margin-top: 40px
    }

    .bc-mx-xl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-5 {
        margin-top: 40px
    }

    .bc-mx-xxl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xxl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-margin-right-5 {
    margin-right: 40px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-5 {
    margin: 40px
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

.bc-margininfix-right-5 {
    margin-right: 40px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-5 {
        margin-right: 40px
    }

    .bc-mx-xs-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xs-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media(min-width: 576px) {
    .bc-margininfix-right-5 {
        margin-right: 40px
    }

    .bc-mx-sm-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-sm-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-5 {
        margin-right: 40px
    }

    .bc-mx-md-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-md-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-5 {
        margin-right: 40px
    }

    .bc-mx-lg-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-lg-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-5 {
        margin-right: 40px
    }

    .bc-mx-xl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-5 {
        margin-right: 40px
    }

    .bc-mx-xxl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xxl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-margin-bottom-5 {
    margin-bottom: 40px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-5 {
    margin: 40px
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

.bc-margininfix-bottom-5 {
    margin-bottom: 40px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-5 {
        margin-bottom: 40px
    }

    .bc-mx-xs-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xs-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-5 {
        margin-bottom: 40px
    }

    .bc-mx-sm-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-sm-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-5 {
        margin-bottom: 40px
    }

    .bc-mx-md-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-md-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-5 {
        margin-bottom: 40px
    }

    .bc-mx-lg-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-lg-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-5 {
        margin-bottom: 40px
    }

    .bc-mx-xl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-5 {
        margin-bottom: 40px
    }

    .bc-mx-xxl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xxl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-margin-left-5 {
    margin-left: 40px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-5 {
    margin: 40px
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

.bc-margininfix-left-5 {
    margin-left: 40px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-5 {
        margin-left: 40px
    }

    .bc-mx-xs-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xs-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-mx-5 {
    margin-right: 40px;
    margin-left: 40px
}

.bc-my-5 {
    margin-top: 40px;
    margin-bottom: 40px
}

@media(min-width: 576px) {
    .bc-margininfix-left-5 {
        margin-left: 40px
    }

    .bc-mx-sm-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-sm-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-5 {
        margin-left: 40px
    }

    .bc-mx-md-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-md-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-5 {
        margin-left: 40px
    }

    .bc-mx-lg-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-lg-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-5 {
        margin-left: 40px
    }

    .bc-mx-xl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-5 {
        margin-left: 40px
    }

    .bc-mx-xxl-5 {
        margin-right: 40px;
        margin-left: 40px
    }

    .bc-my-xxl-5 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.bc-margin-top-6 {
    margin-top: 48px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-6 {
    margin: 48px
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

.bc-margininfix-top-6 {
    margin-top: 48px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-6 {
        margin-top: 48px
    }

    .bc-mx-xs-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xs-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

@media(min-width: 576px) {
    .bc-margininfix-top-6 {
        margin-top: 48px
    }

    .bc-mx-sm-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-sm-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-6 {
        margin-top: 48px
    }

    .bc-mx-md-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-md-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-6 {
        margin-top: 48px
    }

    .bc-mx-lg-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-lg-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-6 {
        margin-top: 48px
    }

    .bc-mx-xl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-6 {
        margin-top: 48px
    }

    .bc-mx-xxl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xxl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-margin-right-6 {
    margin-right: 48px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-6 {
    margin: 48px
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

.bc-margininfix-right-6 {
    margin-right: 48px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-6 {
        margin-right: 48px
    }

    .bc-mx-xs-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xs-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

@media(min-width: 576px) {
    .bc-margininfix-right-6 {
        margin-right: 48px
    }

    .bc-mx-sm-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-sm-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-6 {
        margin-right: 48px
    }

    .bc-mx-md-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-md-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-6 {
        margin-right: 48px
    }

    .bc-mx-lg-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-lg-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-6 {
        margin-right: 48px
    }

    .bc-mx-xl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-6 {
        margin-right: 48px
    }

    .bc-mx-xxl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xxl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-margin-bottom-6 {
    margin-bottom: 48px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-6 {
    margin: 48px
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

.bc-margininfix-bottom-6 {
    margin-bottom: 48px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-6 {
        margin-bottom: 48px
    }

    .bc-mx-xs-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xs-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-6 {
        margin-bottom: 48px
    }

    .bc-mx-sm-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-sm-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-6 {
        margin-bottom: 48px
    }

    .bc-mx-md-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-md-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-6 {
        margin-bottom: 48px
    }

    .bc-mx-lg-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-lg-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-6 {
        margin-bottom: 48px
    }

    .bc-mx-xl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-6 {
        margin-bottom: 48px
    }

    .bc-mx-xxl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xxl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-margin-left-6 {
    margin-left: 48px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-6 {
    margin: 48px
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

.bc-margininfix-left-6 {
    margin-left: 48px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-6 {
        margin-left: 48px
    }

    .bc-mx-xs-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xs-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-mx-6 {
    margin-right: 48px;
    margin-left: 48px
}

.bc-my-6 {
    margin-top: 48px;
    margin-bottom: 48px
}

@media(min-width: 576px) {
    .bc-margininfix-left-6 {
        margin-left: 48px
    }

    .bc-mx-sm-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-sm-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-6 {
        margin-left: 48px
    }

    .bc-mx-md-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-md-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-6 {
        margin-left: 48px
    }

    .bc-mx-lg-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-lg-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-6 {
        margin-left: 48px
    }

    .bc-mx-xl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-6 {
        margin-left: 48px
    }

    .bc-mx-xxl-6 {
        margin-right: 48px;
        margin-left: 48px
    }

    .bc-my-xxl-6 {
        margin-top: 48px;
        margin-bottom: 48px
    }
}

.bc-margin-top-7 {
    margin-top: 56px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-7 {
    margin: 56px
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

.bc-margininfix-top-7 {
    margin-top: 56px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-7 {
        margin-top: 56px
    }

    .bc-mx-xs-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xs-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

@media(min-width: 576px) {
    .bc-margininfix-top-7 {
        margin-top: 56px
    }

    .bc-mx-sm-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-sm-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-7 {
        margin-top: 56px
    }

    .bc-mx-md-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-md-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-7 {
        margin-top: 56px
    }

    .bc-mx-lg-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-lg-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-7 {
        margin-top: 56px
    }

    .bc-mx-xl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-7 {
        margin-top: 56px
    }

    .bc-mx-xxl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xxl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-margin-right-7 {
    margin-right: 56px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-7 {
    margin: 56px
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

.bc-margininfix-right-7 {
    margin-right: 56px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-7 {
        margin-right: 56px
    }

    .bc-mx-xs-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xs-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

@media(min-width: 576px) {
    .bc-margininfix-right-7 {
        margin-right: 56px
    }

    .bc-mx-sm-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-sm-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-7 {
        margin-right: 56px
    }

    .bc-mx-md-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-md-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-7 {
        margin-right: 56px
    }

    .bc-mx-lg-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-lg-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-7 {
        margin-right: 56px
    }

    .bc-mx-xl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-7 {
        margin-right: 56px
    }

    .bc-mx-xxl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xxl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-margin-bottom-7 {
    margin-bottom: 56px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-7 {
    margin: 56px
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

.bc-margininfix-bottom-7 {
    margin-bottom: 56px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-7 {
        margin-bottom: 56px
    }

    .bc-mx-xs-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xs-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-7 {
        margin-bottom: 56px
    }

    .bc-mx-sm-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-sm-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-7 {
        margin-bottom: 56px
    }

    .bc-mx-md-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-md-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-7 {
        margin-bottom: 56px
    }

    .bc-mx-lg-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-lg-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-7 {
        margin-bottom: 56px
    }

    .bc-mx-xl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-7 {
        margin-bottom: 56px
    }

    .bc-mx-xxl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xxl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-margin-left-7 {
    margin-left: 56px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-7 {
    margin: 56px
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

.bc-margininfix-left-7 {
    margin-left: 56px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-7 {
        margin-left: 56px
    }

    .bc-mx-xs-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xs-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-mx-7 {
    margin-right: 56px;
    margin-left: 56px
}

.bc-my-7 {
    margin-top: 56px;
    margin-bottom: 56px
}

@media(min-width: 576px) {
    .bc-margininfix-left-7 {
        margin-left: 56px
    }

    .bc-mx-sm-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-sm-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-7 {
        margin-left: 56px
    }

    .bc-mx-md-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-md-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-7 {
        margin-left: 56px
    }

    .bc-mx-lg-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-lg-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-7 {
        margin-left: 56px
    }

    .bc-mx-xl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-7 {
        margin-left: 56px
    }

    .bc-mx-xxl-7 {
        margin-right: 56px;
        margin-left: 56px
    }

    .bc-my-xxl-7 {
        margin-top: 56px;
        margin-bottom: 56px
    }
}

.bc-margin-top-8 {
    margin-top: 64px
}

.bc-margin-top-auto {
    margin-top: auto
}

.bc-margin-top-0 {
    margin-top: 0
}

.bc-margin-8 {
    margin: 64px
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

.bc-margininfix-top-8 {
    margin-top: 64px
}

@media(max-width: 575px) {
    .bc-margin-xs-top-8 {
        margin-top: 64px
    }

    .bc-mx-xs-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xs-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

@media(min-width: 576px) {
    .bc-margininfix-top-8 {
        margin-top: 64px
    }

    .bc-mx-sm-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-sm-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-top-8 {
        margin-top: 64px
    }

    .bc-mx-md-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-md-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-top-8 {
        margin-top: 64px
    }

    .bc-mx-lg-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-lg-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-top-8 {
        margin-top: 64px
    }

    .bc-mx-xl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-top-8 {
        margin-top: 64px
    }

    .bc-mx-xxl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xxl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-margin-right-8 {
    margin-right: 64px
}

.bc-margin-right-auto {
    margin-right: auto
}

.bc-margin-right-0 {
    margin-right: 0
}

.bc-margin-8 {
    margin: 64px
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

.bc-margininfix-right-8 {
    margin-right: 64px
}

@media(max-width: 575px) {
    .bc-margin-xs-right-8 {
        margin-right: 64px
    }

    .bc-mx-xs-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xs-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

@media(min-width: 576px) {
    .bc-margininfix-right-8 {
        margin-right: 64px
    }

    .bc-mx-sm-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-sm-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-right-8 {
        margin-right: 64px
    }

    .bc-mx-md-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-md-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-right-8 {
        margin-right: 64px
    }

    .bc-mx-lg-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-lg-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-right-8 {
        margin-right: 64px
    }

    .bc-mx-xl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-right-8 {
        margin-right: 64px
    }

    .bc-mx-xxl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xxl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-margin-bottom-8 {
    margin-bottom: 64px
}

.bc-margin-bottom-auto {
    margin-bottom: auto
}

.bc-margin-bottom-0 {
    margin-bottom: 0
}

.bc-margin-8 {
    margin: 64px
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

.bc-margininfix-bottom-8 {
    margin-bottom: 64px
}

@media(max-width: 575px) {
    .bc-margin-xs-bottom-8 {
        margin-bottom: 64px
    }

    .bc-mx-xs-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xs-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

@media(min-width: 576px) {
    .bc-margininfix-bottom-8 {
        margin-bottom: 64px
    }

    .bc-mx-sm-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-sm-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-bottom-8 {
        margin-bottom: 64px
    }

    .bc-mx-md-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-md-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-bottom-8 {
        margin-bottom: 64px
    }

    .bc-mx-lg-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-lg-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-bottom-8 {
        margin-bottom: 64px
    }

    .bc-mx-xl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-bottom-8 {
        margin-bottom: 64px
    }

    .bc-mx-xxl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xxl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-margin-left-8 {
    margin-left: 64px
}

.bc-margin-left-auto {
    margin-left: auto
}

.bc-margin-left-0 {
    margin-left: 0
}

.bc-margin-8 {
    margin: 64px
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

.bc-margininfix-left-8 {
    margin-left: 64px
}

@media(max-width: 575px) {
    .bc-margin-xs-left-8 {
        margin-left: 64px
    }

    .bc-mx-xs-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xs-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-mx-8 {
    margin-right: 64px;
    margin-left: 64px
}

.bc-my-8 {
    margin-top: 64px;
    margin-bottom: 64px
}

@media(min-width: 576px) {
    .bc-margininfix-left-8 {
        margin-left: 64px
    }

    .bc-mx-sm-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-sm-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 768px) {
    .bc-margininfix-left-8 {
        margin-left: 64px
    }

    .bc-mx-md-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-md-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 992px) {
    .bc-margininfix-left-8 {
        margin-left: 64px
    }

    .bc-mx-lg-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-lg-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1200px) {
    .bc-margininfix-left-8 {
        margin-left: 64px
    }

    .bc-mx-xl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

@media(min-width: 1440px) {
    .bc-margininfix-left-8 {
        margin-left: 64px
    }

    .bc-mx-xxl-8 {
        margin-right: 64px;
        margin-left: 64px
    }

    .bc-my-xxl-8 {
        margin-top: 64px;
        margin-bottom: 64px
    }
}

.bc-container-solid {
    background-color: #383736
}

.bc-order-1 {
    order: 1
}

@media(max-width: 575px) {
    .bc-order-xs-1 {
        order: 1
    }
}

.bc-order-2 {
    order: 2
}

@media(max-width: 575px) {
    .bc-order-xs-2 {
        order: 2
    }
}

.bc-order-3 {
    order: 3
}

@media(max-width: 575px) {
    .bc-order-xs-3 {
        order: 3
    }
}

.bc-order-4 {
    order: 4
}

@media(max-width: 575px) {
    .bc-order-xs-4 {
        order: 4
    }
}

.bc-order-5 {
    order: 5
}

@media(max-width: 575px) {
    .bc-order-xs-5 {
        order: 5
    }
}

.bc-order-6 {
    order: 6
}

@media(max-width: 575px) {
    .bc-order-xs-6 {
        order: 6
    }
}

.bc-order-7 {
    order: 7
}

@media(max-width: 575px) {
    .bc-order-xs-7 {
        order: 7
    }
}

.bc-order-8 {
    order: 8
}

@media(max-width: 575px) {
    .bc-order-xs-8 {
        order: 8
    }
}

.bc-order-9 {
    order: 9
}

@media(max-width: 575px) {
    .bc-order-xs-9 {
        order: 9
    }
}

.bc-order-10 {
    order: 10
}

@media(max-width: 575px) {
    .bc-order-xs-10 {
        order: 10
    }
}

.bc-order-11 {
    order: 11
}

@media(max-width: 575px) {
    .bc-order-xs-11 {
        order: 11
    }
}

.bc-order-12 {
    order: 12
}

@media(max-width: 575px) {
    .bc-order-xs-12 {
        order: 12
    }
}

@media(min-width: 576px) {
    .bc-order-sm-1 {
        order: 1
    }

    .bc-order-sm-2 {
        order: 2
    }

    .bc-order-sm-3 {
        order: 3
    }

    .bc-order-sm-4 {
        order: 4
    }

    .bc-order-sm-5 {
        order: 5
    }

    .bc-order-sm-6 {
        order: 6
    }

    .bc-order-sm-7 {
        order: 7
    }

    .bc-order-sm-8 {
        order: 8
    }

    .bc-order-sm-9 {
        order: 9
    }

    .bc-order-sm-10 {
        order: 10
    }

    .bc-order-sm-11 {
        order: 11
    }

    .bc-order-sm-12 {
        order: 12
    }
}

@media(min-width: 768px) {
    .bc-order-md-1 {
        order: 1
    }

    .bc-order-md-2 {
        order: 2
    }

    .bc-order-md-3 {
        order: 3
    }

    .bc-order-md-4 {
        order: 4
    }

    .bc-order-md-5 {
        order: 5
    }

    .bc-order-md-6 {
        order: 6
    }

    .bc-order-md-7 {
        order: 7
    }

    .bc-order-md-8 {
        order: 8
    }

    .bc-order-md-9 {
        order: 9
    }

    .bc-order-md-10 {
        order: 10
    }

    .bc-order-md-11 {
        order: 11
    }

    .bc-order-md-12 {
        order: 12
    }
}

@media(min-width: 992px) {
    .bc-order-lg-1 {
        order: 1
    }

    .bc-order-lg-2 {
        order: 2
    }

    .bc-order-lg-3 {
        order: 3
    }

    .bc-order-lg-4 {
        order: 4
    }

    .bc-order-lg-5 {
        order: 5
    }

    .bc-order-lg-6 {
        order: 6
    }

    .bc-order-lg-7 {
        order: 7
    }

    .bc-order-lg-8 {
        order: 8
    }

    .bc-order-lg-9 {
        order: 9
    }

    .bc-order-lg-10 {
        order: 10
    }

    .bc-order-lg-11 {
        order: 11
    }

    .bc-order-lg-12 {
        order: 12
    }
}

@media(min-width: 1200px) {
    .bc-order-xl-1 {
        order: 1
    }

    .bc-order-xl-2 {
        order: 2
    }

    .bc-order-xl-3 {
        order: 3
    }

    .bc-order-xl-4 {
        order: 4
    }

    .bc-order-xl-5 {
        order: 5
    }

    .bc-order-xl-6 {
        order: 6
    }

    .bc-order-xl-7 {
        order: 7
    }

    .bc-order-xl-8 {
        order: 8
    }

    .bc-order-xl-9 {
        order: 9
    }

    .bc-order-xl-10 {
        order: 10
    }

    .bc-order-xl-11 {
        order: 11
    }

    .bc-order-xl-12 {
        order: 12
    }
}

@media(min-width: 1440px) {
    .bc-order-xxl-1 {
        order: 1
    }

    .bc-order-xxl-2 {
        order: 2
    }

    .bc-order-xxl-3 {
        order: 3
    }

    .bc-order-xxl-4 {
        order: 4
    }

    .bc-order-xxl-5 {
        order: 5
    }

    .bc-order-xxl-6 {
        order: 6
    }

    .bc-order-xxl-7 {
        order: 7
    }

    .bc-order-xxl-8 {
        order: 8
    }

    .bc-order-xxl-9 {
        order: 9
    }

    .bc-order-xxl-10 {
        order: 10
    }

    .bc-order-xxl-11 {
        order: 11
    }

    .bc-order-xxl-12 {
        order: 12
    }
}

.bc-wrap {
    flex-wrap: wrap
}

@media(max-width: 575px) {
    .bc-xs-wrap {
        flex-wrap: wrap
    }
}

.bc-nowrap {
    flex-wrap: nowrap
}

@media(max-width: 575px) {
    .bc-xs-nowrap {
        flex-wrap: nowrap
    }
}

.bc-wrap-reverse {
    flex-wrap: wrap-reverse
}

@media(max-width: 575px) {
    .bc-xs-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media(min-width: 576px) {
    .bc-sm-wrap {
        flex-wrap: wrap
    }

    .bc-sm-nowrap {
        flex-wrap: nowrap
    }

    .bc-sm-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media(min-width: 768px) {
    .bc-md-wrap {
        flex-wrap: wrap
    }

    .bc-md-nowrap {
        flex-wrap: nowrap
    }

    .bc-md-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media(min-width: 992px) {
    .bc-lg-wrap {
        flex-wrap: wrap
    }

    .bc-lg-nowrap {
        flex-wrap: nowrap
    }

    .bc-lg-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media(min-width: 1200px) {
    .bc-xl-wrap {
        flex-wrap: wrap
    }

    .bc-xl-nowrap {
        flex-wrap: nowrap
    }

    .bc-xl-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

@media(min-width: 1440px) {
    .bc-xxl-wrap {
        flex-wrap: wrap
    }

    .bc-xxl-nowrap {
        flex-wrap: nowrap
    }

    .bc-xxl-wrap-reverse {
        flex-wrap: wrap-reverse
    }
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

[class*=bc-col-] {
    float: left;
    min-height: 1px
}

.bc-container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container {
        max-width: auto
    }

    .bc-container>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container {
        max-width: 544px
    }

    .bc-container>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container {
        max-width: 716px
    }

    .bc-container>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container {
        max-width: 956px
    }

    .bc-container>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container {
        max-width: 1136px
    }

    .bc-container>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container {
        max-width: 1316px
    }

    .bc-container>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

.bc-container-16 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container-16 {
        max-width: auto
    }

    .bc-container-16>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container-16 {
        max-width: 544px
    }

    .bc-container-16>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container-16 {
        max-width: 716px
    }

    .bc-container-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container-16 {
        max-width: 956px
    }

    .bc-container-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container-16 {
        max-width: 1136px
    }

    .bc-container-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container-16 {
        max-width: 1316px
    }

    .bc-container-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

.bc-container-24 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container-24 {
        max-width: auto
    }

    .bc-container-24>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container-24 {
        max-width: 544px
    }

    .bc-container-24>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container-24 {
        max-width: 720px
    }

    .bc-container-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container-24 {
        max-width: 960px
    }

    .bc-container-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container-24 {
        max-width: 1140px
    }

    .bc-container-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container-24 {
        max-width: 1320px
    }

    .bc-container-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

.bc-container-32 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container-32 {
        max-width: auto
    }

    .bc-container-32>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container-32 {
        max-width: 544px
    }

    .bc-container-32>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container-32 {
        max-width: 724px
    }

    .bc-container-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container-32 {
        max-width: 964px
    }

    .bc-container-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container-32 {
        max-width: 1144px
    }

    .bc-container-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container-32 {
        max-width: 1324px
    }

    .bc-container-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

.bc-container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.bc-container-fluid-16 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container-fluid-16>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-fluid-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container-fluid-16>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-fluid-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container-fluid-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-fluid-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container-fluid-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-fluid-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container-fluid-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-fluid-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container-fluid-16>[class*=bc-row] {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-container-fluid-16>[class*=bc-row]>[class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }
}

.bc-container-fluid-24 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container-fluid-24>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-fluid-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container-fluid-24>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-fluid-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container-fluid-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-fluid-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container-fluid-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-fluid-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container-fluid-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-fluid-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container-fluid-24>[class*=bc-row] {
        margin-right: -12px;
        margin-left: -12px
    }

    .bc-container-fluid-24>[class*=bc-row]>[class*=bc-col] {
        padding-right: 12px;
        padding-left: 12px
    }
}

.bc-container-fluid-32 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 0)and (max-width: 575px) {
    .bc-container-fluid-32>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-fluid-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 576px)and (max-width: 767px) {
    .bc-container-fluid-32>[class*=bc-row] {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-container-fluid-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }
}

@media(min-width: 768px)and (max-width: 991px) {
    .bc-container-fluid-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-fluid-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(min-width: 992px)and (max-width: 1199px) {
    .bc-container-fluid-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-fluid-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(min-width: 1200px)and (max-width: 1399px) {
    .bc-container-fluid-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-fluid-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(min-width: 1400px)and (max-width: 9999px) {
    .bc-container-fluid-32>[class*=bc-row] {
        margin-right: -16px;
        margin-left: -16px
    }

    .bc-container-fluid-32>[class*=bc-row]>[class*=bc-col] {
        padding-right: 16px;
        padding-left: 16px
    }
}

.bc-row {
    display: flex;
    flex-wrap: wrap
}

.bc-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.bc-no-gutters>.bc-col,
.bc-no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.bc-col-xxl,
.bc-col-xxl-auto,
.bc-col-xxl-12,
.bc-col-xxl-11,
.bc-col-xxl-10,
.bc-col-xxl-9,
.bc-col-xxl-8,
.bc-col-xxl-7,
.bc-col-xxl-6,
.bc-col-xxl-5,
.bc-col-xxl-4,
.bc-col-xxl-3,
.bc-col-xxl-2,
.bc-col-xxl-1,
.bc-col-xl,
.bc-col-xl-auto,
.bc-col-xl-12,
.bc-col-xl-11,
.bc-col-xl-10,
.bc-col-xl-9,
.bc-col-xl-8,
.bc-col-xl-7,
.bc-col-xl-6,
.bc-col-xl-5,
.bc-col-xl-4,
.bc-col-xl-3,
.bc-col-xl-2,
.bc-col-xl-1,
.bc-col-lg,
.bc-col-lg-auto,
.bc-col-lg-12,
.bc-col-lg-11,
.bc-col-lg-10,
.bc-col-lg-9,
.bc-col-lg-8,
.bc-col-lg-7,
.bc-col-lg-6,
.bc-col-lg-5,
.bc-col-lg-4,
.bc-col-lg-3,
.bc-col-lg-2,
.bc-col-lg-1,
.bc-col-md,
.bc-col-md-auto,
.bc-col-md-12,
.bc-col-md-11,
.bc-col-md-10,
.bc-col-md-9,
.bc-col-md-8,
.bc-col-md-7,
.bc-col-md-6,
.bc-col-md-5,
.bc-col-md-4,
.bc-col-md-3,
.bc-col-md-2,
.bc-col-md-1,
.bc-col-sm,
.bc-col-sm-auto,
.bc-col-sm-12,
.bc-col-sm-11,
.bc-col-sm-10,
.bc-col-sm-9,
.bc-col-sm-8,
.bc-col-sm-7,
.bc-col-sm-6,
.bc-col-sm-5,
.bc-col-sm-4,
.bc-col-sm-3,
.bc-col-sm-2,
.bc-col-sm-1,
.bc-col-xs,
.bc-col-xs-auto,
.bc-col-xs-6,
.bc-col-xs-5,
.bc-col-xs-4,
.bc-col-xs-3,
.bc-col-xs-2,
.bc-col-xs-1,
.bc-col,
.bc-col-auto,
.bc-col-12,
.bc-col-11,
.bc-col-10,
.bc-col-9,
.bc-col-8,
.bc-col-7,
.bc-col-6,
.bc-col-5,
.bc-col-4,
.bc-col-3,
.bc-col-2,
.bc-col-1 {
    position: relative;
    width: 100%
}

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

.bc-col-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bc-col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bc-col-3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 25%;
    max-width: 25%
}

.bc-col-4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bc-col-5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bc-col-6 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 50%;
    max-width: 50%
}

.bc-col-7 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bc-col-8 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bc-col-9 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 75%;
    max-width: 75%
}

.bc-col-10 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bc-col-11 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bc-col-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bc-offset-1 {
    margin-inline-start: 8.3333333333%
}

.bc-offset-2 {
    margin-inline-start: 16.6666666667%
}

.bc-offset-3 {
    margin-inline-start: 25%
}

.bc-offset-4 {
    margin-inline-start: 33.3333333333%
}

.bc-offset-5 {
    margin-inline-start: 41.6666666667%
}

.bc-offset-6 {
    margin-inline-start: 50%
}

.bc-offset-7 {
    margin-inline-start: 58.3333333333%
}

.bc-offset-8 {
    margin-inline-start: 66.6666666667%
}

.bc-offset-9 {
    margin-inline-start: 75%
}

.bc-offset-10 {
    margin-inline-start: 83.3333333333%
}

.bc-offset-11 {
    margin-inline-start: 91.6666666667%
}

@media(min-width: 0) {
    .bc-col-xs-1 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-4 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-5 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(max-width: 575px) {
    .bc-offset-xs-1 {
        flex: 0 0 16.6666666667%;
        margin-left: 16.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-2 {
        flex: 0 0 33.3333333333%;
        margin-left: 33.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-3 {
        flex: 0 0 50%;
        margin-left: 50%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-4 {
        flex: 0 0 66.6666666667%;
        margin-left: 66.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-5 {
        flex: 0 0 83.3333333333%;
        margin-left: 83.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-6 {
        flex: 0 0 100%;
        margin-left: 100%;
        padding: 0 6px
    }
}

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

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bc-col-1,
.bc-col-2,
.bc-col-3,
.bc-col-4,
.bc-col-5,
.bc-col-6,
.bc-col-7,
.bc-col-8,
.bc-col-9,
.bc-col-10,
.bc-col-11,
.bc-col-12,
.bc-col,
.bc-col-auto,
.bc-col-xs-1,
.bc-col-xs-2,
.bc-col-xs-3,
.bc-col-xs-4,
.bc-col-xs-5,
.bc-col-xs-6,
.bc-col-xs,
.bc-col-xs-auto,
.bc-col-sm-1,
.bc-col-sm-2,
.bc-col-sm-3,
.bc-col-sm-4,
.bc-col-sm-5,
.bc-col-sm-6,
.bc-col-sm-7,
.bc-col-sm-8,
.bc-col-sm-9,
.bc-col-sm-10,
.bc-col-sm-11,
.bc-col-sm-12,
.bc-col-sm,
.bc-col-sm-auto,
.bc-col-md-1,
.bc-col-md-2,
.bc-col-md-3,
.bc-col-md-4,
.bc-col-md-5,
.bc-col-md-6,
.bc-col-md-7,
.bc-col-md-8,
.bc-col-md-9,
.bc-col-md-10,
.bc-col-md-11,
.bc-col-md-12,
.bc-col-md,
.bc-col-md-auto,
.bc-col-lg-1,
.bc-col-lg-2,
.bc-col-lg-3,
.bc-col-lg-4,
.bc-col-lg-5,
.bc-col-lg-6,
.bc-col-lg-7,
.bc-col-lg-8,
.bc-col-lg-9,
.bc-col-lg-10,
.bc-col-lg-11,
.bc-col-lg-12,
.bc-col-lg,
.bc-col-lg-auto,
.bc-col-xl-1,
.bc-col-xl-2,
.bc-col-xl-3,
.bc-col-xl-4,
.bc-col-xl-5,
.bc-col-xl-6,
.bc-col-xl-7,
.bc-col-xl-8,
.bc-col-xl-9,
.bc-col-xl-10,
.bc-col-xl-11,
.bc-col-xl-12,
.bc-col-xl,
.bc-col-xl-auto,
.bc-col-xxl-1,
.bc-col-xxl-2,
.bc-col-xxl-3,
.bc-col-xxl-4,
.bc-col-xxl-5,
.bc-col-xxl-6,
.bc-col-xxl-7,
.bc-col-xxl-8,
.bc-col-xxl-9,
.bc-col-xxl-10,
.bc-col-xxl-11,
.bc-col-xxl-12,
.bc-col-xxl,
.bc-col-xxl-auto {
    position: relative;
    width: 100%
}

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

.bc-col-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bc-col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bc-col-3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 25%;
    max-width: 25%
}

.bc-col-4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bc-col-5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bc-col-6 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 50%;
    max-width: 50%
}

.bc-col-7 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bc-col-8 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bc-col-9 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 75%;
    max-width: 75%
}

.bc-col-10 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bc-col-11 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bc-col-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bc-offset-1 {
    margin-inline-start: 8.3333333333%
}

.bc-offset-2 {
    margin-inline-start: 16.6666666667%
}

.bc-offset-3 {
    margin-inline-start: 25%
}

.bc-offset-4 {
    margin-inline-start: 33.3333333333%
}

.bc-offset-5 {
    margin-inline-start: 41.6666666667%
}

.bc-offset-6 {
    margin-inline-start: 50%
}

.bc-offset-7 {
    margin-inline-start: 58.3333333333%
}

.bc-offset-8 {
    margin-inline-start: 66.6666666667%
}

.bc-offset-9 {
    margin-inline-start: 75%
}

.bc-offset-10 {
    margin-inline-start: 83.3333333333%
}

.bc-offset-11 {
    margin-inline-start: 91.6666666667%
}

@media(min-width: 0) {
    .bc-col-xs-1 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-4 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-5 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(max-width: 575px) {
    .bc-offset-xs-1 {
        flex: 0 0 16.6666666667%;
        margin-left: 16.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-2 {
        flex: 0 0 33.3333333333%;
        margin-left: 33.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-3 {
        flex: 0 0 50%;
        margin-left: 50%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-4 {
        flex: 0 0 66.6666666667%;
        margin-left: 66.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-5 {
        flex: 0 0 83.3333333333%;
        margin-left: 83.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-6 {
        flex: 0 0 100%;
        margin-left: 100%;
        padding: 0 6px
    }
}

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

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bc-col-1,
.bc-col-2,
.bc-col-3,
.bc-col-4,
.bc-col-5,
.bc-col-6,
.bc-col-7,
.bc-col-8,
.bc-col-9,
.bc-col-10,
.bc-col-11,
.bc-col-12,
.bc-col,
.bc-col-auto,
.bc-col-xs-1,
.bc-col-xs-2,
.bc-col-xs-3,
.bc-col-xs-4,
.bc-col-xs-5,
.bc-col-xs-6,
.bc-col-xs,
.bc-col-xs-auto,
.bc-col-sm-1,
.bc-col-sm-2,
.bc-col-sm-3,
.bc-col-sm-4,
.bc-col-sm-5,
.bc-col-sm-6,
.bc-col-sm-7,
.bc-col-sm-8,
.bc-col-sm-9,
.bc-col-sm-10,
.bc-col-sm-11,
.bc-col-sm-12,
.bc-col-sm,
.bc-col-sm-auto,
.bc-col-md-1,
.bc-col-md-2,
.bc-col-md-3,
.bc-col-md-4,
.bc-col-md-5,
.bc-col-md-6,
.bc-col-md-7,
.bc-col-md-8,
.bc-col-md-9,
.bc-col-md-10,
.bc-col-md-11,
.bc-col-md-12,
.bc-col-md,
.bc-col-md-auto,
.bc-col-lg-1,
.bc-col-lg-2,
.bc-col-lg-3,
.bc-col-lg-4,
.bc-col-lg-5,
.bc-col-lg-6,
.bc-col-lg-7,
.bc-col-lg-8,
.bc-col-lg-9,
.bc-col-lg-10,
.bc-col-lg-11,
.bc-col-lg-12,
.bc-col-lg,
.bc-col-lg-auto,
.bc-col-xl-1,
.bc-col-xl-2,
.bc-col-xl-3,
.bc-col-xl-4,
.bc-col-xl-5,
.bc-col-xl-6,
.bc-col-xl-7,
.bc-col-xl-8,
.bc-col-xl-9,
.bc-col-xl-10,
.bc-col-xl-11,
.bc-col-xl-12,
.bc-col-xl,
.bc-col-xl-auto,
.bc-col-xxl-1,
.bc-col-xxl-2,
.bc-col-xxl-3,
.bc-col-xxl-4,
.bc-col-xxl-5,
.bc-col-xxl-6,
.bc-col-xxl-7,
.bc-col-xxl-8,
.bc-col-xxl-9,
.bc-col-xxl-10,
.bc-col-xxl-11,
.bc-col-xxl-12,
.bc-col-xxl,
.bc-col-xxl-auto {
    position: relative;
    width: 100%
}

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

.bc-col-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bc-col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bc-col-3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 25%;
    max-width: 25%
}

.bc-col-4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bc-col-5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bc-col-6 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 50%;
    max-width: 50%
}

.bc-col-7 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bc-col-8 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bc-col-9 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 75%;
    max-width: 75%
}

.bc-col-10 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bc-col-11 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bc-col-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bc-offset-1 {
    margin-inline-start: 8.3333333333%
}

.bc-offset-2 {
    margin-inline-start: 16.6666666667%
}

.bc-offset-3 {
    margin-inline-start: 25%
}

.bc-offset-4 {
    margin-inline-start: 33.3333333333%
}

.bc-offset-5 {
    margin-inline-start: 41.6666666667%
}

.bc-offset-6 {
    margin-inline-start: 50%
}

.bc-offset-7 {
    margin-inline-start: 58.3333333333%
}

.bc-offset-8 {
    margin-inline-start: 66.6666666667%
}

.bc-offset-9 {
    margin-inline-start: 75%
}

.bc-offset-10 {
    margin-inline-start: 83.3333333333%
}

.bc-offset-11 {
    margin-inline-start: 91.6666666667%
}

@media(min-width: 0) {
    .bc-col-xs-1 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-4 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-5 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(max-width: 575px) {
    .bc-offset-xs-1 {
        flex: 0 0 16.6666666667%;
        margin-left: 16.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-2 {
        flex: 0 0 33.3333333333%;
        margin-left: 33.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-3 {
        flex: 0 0 50%;
        margin-left: 50%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-4 {
        flex: 0 0 66.6666666667%;
        margin-left: 66.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-5 {
        flex: 0 0 83.3333333333%;
        margin-left: 83.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-6 {
        flex: 0 0 100%;
        margin-left: 100%;
        padding: 0 6px
    }
}

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

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bc-col-1,
.bc-col-2,
.bc-col-3,
.bc-col-4,
.bc-col-5,
.bc-col-6,
.bc-col-7,
.bc-col-8,
.bc-col-9,
.bc-col-10,
.bc-col-11,
.bc-col-12,
.bc-col,
.bc-col-auto,
.bc-col-xs-1,
.bc-col-xs-2,
.bc-col-xs-3,
.bc-col-xs-4,
.bc-col-xs-5,
.bc-col-xs-6,
.bc-col-xs,
.bc-col-xs-auto,
.bc-col-sm-1,
.bc-col-sm-2,
.bc-col-sm-3,
.bc-col-sm-4,
.bc-col-sm-5,
.bc-col-sm-6,
.bc-col-sm-7,
.bc-col-sm-8,
.bc-col-sm-9,
.bc-col-sm-10,
.bc-col-sm-11,
.bc-col-sm-12,
.bc-col-sm,
.bc-col-sm-auto,
.bc-col-md-1,
.bc-col-md-2,
.bc-col-md-3,
.bc-col-md-4,
.bc-col-md-5,
.bc-col-md-6,
.bc-col-md-7,
.bc-col-md-8,
.bc-col-md-9,
.bc-col-md-10,
.bc-col-md-11,
.bc-col-md-12,
.bc-col-md,
.bc-col-md-auto,
.bc-col-lg-1,
.bc-col-lg-2,
.bc-col-lg-3,
.bc-col-lg-4,
.bc-col-lg-5,
.bc-col-lg-6,
.bc-col-lg-7,
.bc-col-lg-8,
.bc-col-lg-9,
.bc-col-lg-10,
.bc-col-lg-11,
.bc-col-lg-12,
.bc-col-lg,
.bc-col-lg-auto,
.bc-col-xl-1,
.bc-col-xl-2,
.bc-col-xl-3,
.bc-col-xl-4,
.bc-col-xl-5,
.bc-col-xl-6,
.bc-col-xl-7,
.bc-col-xl-8,
.bc-col-xl-9,
.bc-col-xl-10,
.bc-col-xl-11,
.bc-col-xl-12,
.bc-col-xl,
.bc-col-xl-auto,
.bc-col-xxl-1,
.bc-col-xxl-2,
.bc-col-xxl-3,
.bc-col-xxl-4,
.bc-col-xxl-5,
.bc-col-xxl-6,
.bc-col-xxl-7,
.bc-col-xxl-8,
.bc-col-xxl-9,
.bc-col-xxl-10,
.bc-col-xxl-11,
.bc-col-xxl-12,
.bc-col-xxl,
.bc-col-xxl-auto {
    position: relative;
    width: 100%
}

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

.bc-col-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bc-col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bc-col-3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 25%;
    max-width: 25%
}

.bc-col-4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bc-col-5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bc-col-6 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 50%;
    max-width: 50%
}

.bc-col-7 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bc-col-8 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bc-col-9 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 75%;
    max-width: 75%
}

.bc-col-10 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bc-col-11 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bc-col-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bc-offset-1 {
    margin-inline-start: 8.3333333333%
}

.bc-offset-2 {
    margin-inline-start: 16.6666666667%
}

.bc-offset-3 {
    margin-inline-start: 25%
}

.bc-offset-4 {
    margin-inline-start: 33.3333333333%
}

.bc-offset-5 {
    margin-inline-start: 41.6666666667%
}

.bc-offset-6 {
    margin-inline-start: 50%
}

.bc-offset-7 {
    margin-inline-start: 58.3333333333%
}

.bc-offset-8 {
    margin-inline-start: 66.6666666667%
}

.bc-offset-9 {
    margin-inline-start: 75%
}

.bc-offset-10 {
    margin-inline-start: 83.3333333333%
}

.bc-offset-11 {
    margin-inline-start: 91.6666666667%
}

@media(min-width: 0) {
    .bc-col-xs-1 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-4 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-5 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(max-width: 575px) {
    .bc-offset-xs-1 {
        flex: 0 0 16.6666666667%;
        margin-left: 16.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-2 {
        flex: 0 0 33.3333333333%;
        margin-left: 33.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-3 {
        flex: 0 0 50%;
        margin-left: 50%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-4 {
        flex: 0 0 66.6666666667%;
        margin-left: 66.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-5 {
        flex: 0 0 83.3333333333%;
        margin-left: 83.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-6 {
        flex: 0 0 100%;
        margin-left: 100%;
        padding: 0 6px
    }
}

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

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bc-col-1,
.bc-col-2,
.bc-col-3,
.bc-col-4,
.bc-col-5,
.bc-col-6,
.bc-col-7,
.bc-col-8,
.bc-col-9,
.bc-col-10,
.bc-col-11,
.bc-col-12,
.bc-col,
.bc-col-auto,
.bc-col-xs-1,
.bc-col-xs-2,
.bc-col-xs-3,
.bc-col-xs-4,
.bc-col-xs-5,
.bc-col-xs-6,
.bc-col-xs,
.bc-col-xs-auto,
.bc-col-sm-1,
.bc-col-sm-2,
.bc-col-sm-3,
.bc-col-sm-4,
.bc-col-sm-5,
.bc-col-sm-6,
.bc-col-sm-7,
.bc-col-sm-8,
.bc-col-sm-9,
.bc-col-sm-10,
.bc-col-sm-11,
.bc-col-sm-12,
.bc-col-sm,
.bc-col-sm-auto,
.bc-col-md-1,
.bc-col-md-2,
.bc-col-md-3,
.bc-col-md-4,
.bc-col-md-5,
.bc-col-md-6,
.bc-col-md-7,
.bc-col-md-8,
.bc-col-md-9,
.bc-col-md-10,
.bc-col-md-11,
.bc-col-md-12,
.bc-col-md,
.bc-col-md-auto,
.bc-col-lg-1,
.bc-col-lg-2,
.bc-col-lg-3,
.bc-col-lg-4,
.bc-col-lg-5,
.bc-col-lg-6,
.bc-col-lg-7,
.bc-col-lg-8,
.bc-col-lg-9,
.bc-col-lg-10,
.bc-col-lg-11,
.bc-col-lg-12,
.bc-col-lg,
.bc-col-lg-auto,
.bc-col-xl-1,
.bc-col-xl-2,
.bc-col-xl-3,
.bc-col-xl-4,
.bc-col-xl-5,
.bc-col-xl-6,
.bc-col-xl-7,
.bc-col-xl-8,
.bc-col-xl-9,
.bc-col-xl-10,
.bc-col-xl-11,
.bc-col-xl-12,
.bc-col-xl,
.bc-col-xl-auto,
.bc-col-xxl-1,
.bc-col-xxl-2,
.bc-col-xxl-3,
.bc-col-xxl-4,
.bc-col-xxl-5,
.bc-col-xxl-6,
.bc-col-xxl-7,
.bc-col-xxl-8,
.bc-col-xxl-9,
.bc-col-xxl-10,
.bc-col-xxl-11,
.bc-col-xxl-12,
.bc-col-xxl,
.bc-col-xxl-auto {
    position: relative;
    width: 100%
}

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

.bc-col-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bc-col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bc-col-3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 25%;
    max-width: 25%
}

.bc-col-4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bc-col-5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bc-col-6 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 50%;
    max-width: 50%
}

.bc-col-7 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bc-col-8 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bc-col-9 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 75%;
    max-width: 75%
}

.bc-col-10 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bc-col-11 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bc-col-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bc-offset-1 {
    margin-inline-start: 8.3333333333%
}

.bc-offset-2 {
    margin-inline-start: 16.6666666667%
}

.bc-offset-3 {
    margin-inline-start: 25%
}

.bc-offset-4 {
    margin-inline-start: 33.3333333333%
}

.bc-offset-5 {
    margin-inline-start: 41.6666666667%
}

.bc-offset-6 {
    margin-inline-start: 50%
}

.bc-offset-7 {
    margin-inline-start: 58.3333333333%
}

.bc-offset-8 {
    margin-inline-start: 66.6666666667%
}

.bc-offset-9 {
    margin-inline-start: 75%
}

.bc-offset-10 {
    margin-inline-start: 83.3333333333%
}

.bc-offset-11 {
    margin-inline-start: 91.6666666667%
}

@media(min-width: 0) {
    .bc-col-xs-1 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-4 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-5 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(max-width: 575px) {
    .bc-offset-xs-1 {
        flex: 0 0 16.6666666667%;
        margin-left: 16.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-2 {
        flex: 0 0 33.3333333333%;
        margin-left: 33.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-3 {
        flex: 0 0 50%;
        margin-left: 50%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-4 {
        flex: 0 0 66.6666666667%;
        margin-left: 66.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-5 {
        flex: 0 0 83.3333333333%;
        margin-left: 83.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-6 {
        flex: 0 0 100%;
        margin-left: 100%;
        padding: 0 6px
    }
}

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

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bc-col-1,
.bc-col-2,
.bc-col-3,
.bc-col-4,
.bc-col-5,
.bc-col-6,
.bc-col-7,
.bc-col-8,
.bc-col-9,
.bc-col-10,
.bc-col-11,
.bc-col-12,
.bc-col,
.bc-col-auto,
.bc-col-xs-1,
.bc-col-xs-2,
.bc-col-xs-3,
.bc-col-xs-4,
.bc-col-xs-5,
.bc-col-xs-6,
.bc-col-xs,
.bc-col-xs-auto,
.bc-col-sm-1,
.bc-col-sm-2,
.bc-col-sm-3,
.bc-col-sm-4,
.bc-col-sm-5,
.bc-col-sm-6,
.bc-col-sm-7,
.bc-col-sm-8,
.bc-col-sm-9,
.bc-col-sm-10,
.bc-col-sm-11,
.bc-col-sm-12,
.bc-col-sm,
.bc-col-sm-auto,
.bc-col-md-1,
.bc-col-md-2,
.bc-col-md-3,
.bc-col-md-4,
.bc-col-md-5,
.bc-col-md-6,
.bc-col-md-7,
.bc-col-md-8,
.bc-col-md-9,
.bc-col-md-10,
.bc-col-md-11,
.bc-col-md-12,
.bc-col-md,
.bc-col-md-auto,
.bc-col-lg-1,
.bc-col-lg-2,
.bc-col-lg-3,
.bc-col-lg-4,
.bc-col-lg-5,
.bc-col-lg-6,
.bc-col-lg-7,
.bc-col-lg-8,
.bc-col-lg-9,
.bc-col-lg-10,
.bc-col-lg-11,
.bc-col-lg-12,
.bc-col-lg,
.bc-col-lg-auto,
.bc-col-xl-1,
.bc-col-xl-2,
.bc-col-xl-3,
.bc-col-xl-4,
.bc-col-xl-5,
.bc-col-xl-6,
.bc-col-xl-7,
.bc-col-xl-8,
.bc-col-xl-9,
.bc-col-xl-10,
.bc-col-xl-11,
.bc-col-xl-12,
.bc-col-xl,
.bc-col-xl-auto,
.bc-col-xxl-1,
.bc-col-xxl-2,
.bc-col-xxl-3,
.bc-col-xxl-4,
.bc-col-xxl-5,
.bc-col-xxl-6,
.bc-col-xxl-7,
.bc-col-xxl-8,
.bc-col-xxl-9,
.bc-col-xxl-10,
.bc-col-xxl-11,
.bc-col-xxl-12,
.bc-col-xxl,
.bc-col-xxl-auto {
    position: relative;
    width: 100%
}

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

.bc-col-1 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.bc-col-2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.bc-col-3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 25%;
    max-width: 25%
}

.bc-col-4 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.bc-col-5 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.bc-col-6 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 50%;
    max-width: 50%
}

.bc-col-7 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.bc-col-8 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.bc-col-9 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 75%;
    max-width: 75%
}

.bc-col-10 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.bc-col-11 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.bc-col-12 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bc-offset-1 {
    margin-inline-start: 8.3333333333%
}

.bc-offset-2 {
    margin-inline-start: 16.6666666667%
}

.bc-offset-3 {
    margin-inline-start: 25%
}

.bc-offset-4 {
    margin-inline-start: 33.3333333333%
}

.bc-offset-5 {
    margin-inline-start: 41.6666666667%
}

.bc-offset-6 {
    margin-inline-start: 50%
}

.bc-offset-7 {
    margin-inline-start: 58.3333333333%
}

.bc-offset-8 {
    margin-inline-start: 66.6666666667%
}

.bc-offset-9 {
    margin-inline-start: 75%
}

.bc-offset-10 {
    margin-inline-start: 83.3333333333%
}

.bc-offset-11 {
    margin-inline-start: 91.6666666667%
}

@media(min-width: 0) {
    .bc-col-xs-1 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-2 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-4 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-5 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 0) {
    .bc-col-xs-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .bc-col-xs-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(max-width: 575px) {
    .bc-offset-xs-1 {
        flex: 0 0 16.6666666667%;
        margin-left: 16.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-2 {
        flex: 0 0 33.3333333333%;
        margin-left: 33.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-3 {
        flex: 0 0 50%;
        margin-left: 50%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-4 {
        flex: 0 0 66.6666666667%;
        margin-left: 66.6666666667%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-5 {
        flex: 0 0 83.3333333333%;
        margin-left: 83.3333333333%;
        padding: 0 6px
    }
}

@media(max-width: 575px) {
    .bc-offset-xs-6 {
        flex: 0 0 100%;
        margin-left: 100%;
        padding: 0 6px
    }
}

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

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 576px) {
    .bc-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 4px;
        padding-left: 4px
    }

    .bc-row {
        margin-right: -4px;
        margin-left: -4px
    }

    .bc-offset-sm-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 768px) {
    .bc-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-md-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 992px) {
    .bc-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-lg-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1200px) {
    .bc-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

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

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-1 {
        margin-inline-start: 8.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-2 {
        margin-inline-start: 16.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-3 {
        margin-inline-start: 25%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-4 {
        margin-inline-start: 33.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-5 {
        margin-inline-start: 41.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-6 {
        margin-inline-start: 50%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-7 {
        margin-inline-start: 58.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-8 {
        margin-inline-start: 66.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-9 {
        margin-inline-start: 75%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-10 {
        margin-inline-start: 83.3333333333%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-11 {
        margin-inline-start: 91.6666666667%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width: 1400px) {
    .bc-col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .bc-col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

    [class*=bc-col] {
        padding-right: 8px;
        padding-left: 8px
    }

    .bc-row {
        margin-right: -8px;
        margin-left: -8px
    }

    .bc-offset-xxl-12 {
        margin-inline-start: 100%
    }
}

.bc-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.bc-flex {
    display: flex
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

div.bc-accordions-group {
    outline: 0
}

div.bc-accordions-group article.bc-accordion {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-color: #353537;
    border-radius: 8px 8px 8px 8px
}

div.bc-accordions-group article.bc-accordion header {
    padding: 16px;
    display: flex;
    align-items: center;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: background-color;
    gap: 8px;
    background-color: #353537;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 1px 0 0 rgba(24, 22, 21, 0)
}

div.bc-accordions-group article.bc-accordion header:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 2px
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left {
    display: flex;
    align-items: center;
    gap: 8px
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left em,
div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-icon {
    color: #fff
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-img {
    width: 32px;
    height: 24px
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title {
    color: #fff
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title em,
div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title .bc-icon {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle {
    color: #fff;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 4px;
    word-break: break-word
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle em,
div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle .bc-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-icon {
    color: #fff;
    cursor: pointer
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-icon.bc-toggle-button {
    margin-left: auto;
    transform: rotate(0)
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-label {
    color: #fff;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-action-container {
    display: flex;
    align-items: center;
    padding-right: 8px;
    gap: 16px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-action-container {
        gap: 24px
    }
}

@media only screen and (max-width: 575px) {
    div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-action-container {
        gap: 24px
    }
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-columns-container {
    display: flex;
    align-items: center;
    gap: 16px
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column {
    text-align: right;
    word-break: break-word;
    color: #fff;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column-exchange {
    display: block
}

div.bc-accordions-group article.bc-accordion header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column:last-child {
    margin-right: 8px;
    word-break: break-word;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-accordions-group article.bc-accordion header:hover {
    border-radius: 8px 8px 8px 8px;
    background-color: #454648;
    cursor: pointer
}

div.bc-accordions-group article.bc-accordion section.bc-accordion-content {
    font-size: 1rem;
    max-height: 0;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: max-height;
    color: #fff;
    overflow-y: hidden;
    visibility: hidden
}

div.bc-accordions-group article.bc-accordion section.bc-accordion-content:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid
}

div.bc-accordions-group article.bc-accordion.bc-active>header,
div.bc-accordions-group article.bc-accordion.bc-active>*>header {
    background-color: #454648;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: background-color;
    border-radius: 8px 8px 0 0
}

div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-left .bc-icon,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-left .bc-icon {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-right .bc-icon,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-right .bc-icon {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-right .bc-icon.bc-toggle-button,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-right .bc-icon.bc-toggle-button {
    transform: rotate(180deg)
}

div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-right .bc-accordion-label,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-right .bc-accordion-label {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-active>header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column,
div.bc-accordions-group article.bc-accordion.bc-active>*>header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-active>header:hover,
div.bc-accordions-group article.bc-accordion.bc-active>*>header:hover {
    background-color: #595a5c
}

div.bc-accordions-group article.bc-accordion.bc-active>section.bc-accordion-content,
div.bc-accordions-group article.bc-accordion.bc-active>*>section.bc-accordion-content {
    max-height: fit-content;
    transition-duration: 350ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-property: max-height;
    visibility: visible
}

div.bc-accordions-group article.bc-accordion.bc-active .bc-accordion-container-column-mobile {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-accordion-base section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-accordion-label section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-accordion-container-column section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title {
    color: #fff;
    word-break: break-word;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-accordions-group article.bc-accordion.bc-accordion-subtitle section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title {
    color: #fff;
    word-break: break-word;
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title {
    word-break: break-word;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered {
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #454648;
    border-bottom: 1px solid #454648;
    border-radius: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal header,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered header {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 56px
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal header section.bc-accordion-header-left em,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered header section.bc-accordion-header-left em {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title {
    color: #fff;
    word-break: break-word;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle {
    color: #fff;
    font-size: 0.875rem;
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal header section.bc-accordion-header-right em,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered header section.bc-accordion-header-right em {
    color: #fff
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal header:hover,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered header:hover {
    background-color: rgba(0, 0, 0, 0)
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header {
    background-color: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-left .bc-icon,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-left .bc-icon {
    color: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-title,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-left .bc-accordion-text-container .bc-accordion-subtitle {
    color: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-right .bc-icon,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-right .bc-icon {
    color: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-right .bc-icon.bc-toggle-button,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-right .bc-icon.bc-toggle-button {
    transform: rotate(180deg)
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-right .bc-accordion-label,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-right .bc-accordion-label {
    color: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal.bc-active header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered.bc-active header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column {
    color: inherit
}

div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered,
div.bc-accordions-group article.bc-accordion.bc-accordion-minimal-unbordered-unbordered {
    border: none
}

div.bc-accordions-group article.bc-accordion-container-column header {
    flex-wrap: wrap;
    width: 100%
}

div.bc-accordions-group article.bc-accordion-container-column header .bc-accordion-container-columns-item {
    width: 100%;
    gap: 8px
}

div.bc-accordions-group article.bc-accordion-container-column header section.bc-accordion-header-left {
    flex: .4 1 0
}

div.bc-accordions-group article.bc-accordion-container-column header section.bc-accordion-header-right {
    flex: .6 1 0;
    margin-left: initial
}

div.bc-accordions-group article.bc-accordion-container-column header section.bc-accordion-header-right .bc-accordion-columns-container {
    width: 100%
}

@media screen and (max-width: 768px) {
    div.bc-accordions-group article.bc-accordion-container-column header section.bc-accordion-header-right .bc-accordion-columns-container {
        display: none
    }
}

div.bc-accordions-group article.bc-accordion-container-column header section.bc-accordion-header-right .bc-accordion-columns-container .bc-accordion-column {
    flex: 1 1 0px
}

div.bc-accordions-group article.bc-accordion-container-column header .bc-accordion-container-column-mobile {
    display: none;
    width: 100%;
    padding-top: 4px
}

@media screen and (max-width: 768px) {
    div.bc-accordions-group article.bc-accordion-container-column header .bc-accordion-container-column-mobile {
        display: flex
    }
}

div.bc-accordions-group article.bc-accordion-label header section.bc-accordion-header-left {
    flex: .6 1 0
}

div.bc-accordions-group article.bc-accordion-label header section.bc-accordion-header-right {
    flex: .4 1 0
}

div.bc-accordions-group article.bc-accordion-label header section.bc-accordion-header-right p {
    flex: 3 1 0;
    text-align: right
}

div.bc-accordions-group article.bc-accordion.bc-accordion-border {
    border: 1px solid #d9dadd
}

div.bc-accordions-group article.bc-accordion.bc-accordion-no-shadow {
    box-shadow: none
}

.bc-label,
.bc-stepper .bc-stepper-step label,
.bc-label-dark {
    height: 18px;
    position: absolute;
    pointer-events: none;
    color: #fff
}

.bc-label-dark {
    color: #fff
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet,
article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet,
article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none;
    position: relative
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet.outline-element,
article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet.outline-element,
article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {

    article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet.outline-element,
    article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet.outline-element,
    article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet.is-active~.bc-stepper-inner-bullet-active,
article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet.is-active~.bc-stepper-inner-bullet-active,
article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet.is-active~.bc-stepper-inner-bullet-active {
    border: 2px solid #00c389;
    animation: bc-stepper-zoom-in .7s;
    animation-fill-mode: forwards;
    background-color: #00c389
}

.bc-stepper {
    position: relative;
    display: flex;
    justify-content: space-between
}

.bc-stepper .bc-stepper-header {
    display: flex;
    align-items: center;
    min-height: 90px;
    background-color: #595a5c;
    padding: 16px;
    flex-wrap: nowrap;
    gap: 16px;
    z-index: 30
}

.bc-stepper .bc-stepper-header .bc-stepper-header-left {
    flex: 0 0 56px;
    position: relative;
    width: 56px;
    height: 56px
}

.bc-stepper .bc-stepper-header .bc-stepper-header-left::after {
    content: "";
    position: absolute;
    z-index: 40;
    top: 50%;
    left: 50%;
    height: 48px;
    width: 48px;
    margin: -24px 0 0 -24px;
    background-color: #595a5c;
    border-radius: 50% 50% 50% 50%
}

.bc-stepper .bc-stepper-header .bc-stepper-header-left .bc-stepper-number {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 100;
    line-height: 16px;
    letter-spacing: -0.17px;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-stepper .bc-stepper-header .bc-stepper-header-left .bc-stepper-circle .bc-stepper-bar {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #454648;
    border-radius: 100% 100% 100% 100%;
    clip: rect(0px, 56px, 56px, 28px)
}

.bc-stepper .bc-stepper-header .bc-stepper-header-left .bc-stepper-circle .bc-stepper-bar .bc-stepper-progress {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 100% 100% 100% 100%;
    clip: rect(0px, 28px, 56px, 0px);
    background: #00c389
}

.bc-stepper .bc-stepper-header .bc-stepper-header-left .bc-stepper-circle .bc-stepper-bar.right {
    transform: rotate(180deg)
}

.bc-stepper .bc-stepper-header .bc-stepper-header-center {
    flex: 1 1 auto;
    min-width: 100px
}

.bc-stepper .bc-stepper-header .bc-stepper-header-center h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bc-stepper .bc-stepper-header .bc-stepper-header-center p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 768px) {
    .bc-stepper .bc-stepper-header .bc-stepper-header-center h6 {
        width: 230px
    }
}

@media screen and (max-width: 576px) {
    .bc-stepper .bc-stepper-header .bc-stepper-header-center h6 {
        width: 100%
    }
}

.bc-stepper .bc-stepper-header .bc-stepper-header-right em {
    color: #fff;
    cursor: pointer;
    transition: all .35s linear;
    font-size: 1.5rem;
    width: 24px
}

.bc-stepper .bc-stepper-header .bc-stepper-header-right em.active {
    transform: rotate(180deg)
}

.bc-stepper .bc-stepper-header.isTop {
    min-height: 56px;
    max-height: 56px
}

.bc-stepper .bc-stepper-header.isTop .bc-stepper-header-left {
    width: 24px;
    height: 24px;
    flex-basis: 24px
}

.bc-stepper .bc-stepper-header.isTop .bc-stepper-header-left .bc-stepper-number {
    display: none
}

.bc-stepper .bc-stepper-header.isTop .bc-stepper-header-left .bc-stepper-bar {
    clip: rect(0, 24px, 24px, 12px)
}

.bc-stepper .bc-stepper-header.isTop .bc-stepper-header-left .bc-stepper-bar .bc-stepper-progress {
    clip: rect(0px, 12px, 24px, 0px)
}

.bc-stepper .bc-stepper-header.isTop .bc-stepper-header-left::after {
    height: 20px;
    width: 20px;
    margin: -10px 0 0 -10px
}

.bc-stepper .bc-stepper-header.isTop .bc-stepper-header-center p {
    display: none
}

.bc-stepper .bc-stepper-step label {
    position: absolute;
    color: #fff;
    font-size: 1rem;
    text-align: center
}

.bc-stepper .bc-stepper-step.is-active label {
    transition: all .3s;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-stepper .bc-stepper-step.is-active .bc-stepper-label label {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-stepper .bc-stepper-step.is-active .bc-stepper-inner-number {
    color: #2c2a29;
    background: #00c389
}

.bc-stepper .bc-stepper-step.is-complete label {
    color: #fff
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-number {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none;
    border: none;
    background-color: none
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-number.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-stepper .bc-stepper-step .bc-stepper-inner-number.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-number.is-active {
    color: #2c2a29
}

.bc-stepper .bc-stepper-step .bc-stepper-status {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none;
    visibility: hidden;
    border: 2px solid #00c389;
    background-color: #00c389
}

.bc-stepper .bc-stepper-step .bc-stepper-status.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-stepper .bc-stepper-step .bc-stepper-status.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none;
    background-color: #454648
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet-active.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-stepper .bc-stepper-step .bc-stepper-inner-bullet-active.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet-active-light {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none;
    background-color: #2c2a29
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet-active-light.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-stepper .bc-stepper-step .bc-stepper-inner-bullet-active-light.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none;
    position: relative
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.is-active~.bc-stepper-inner-bullet-active {
    border: 2px solid #00c389;
    animation: bc-stepper-zoom-in .7s;
    animation-fill-mode: forwards;
    background-color: #00c389
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.is-default~.bc-stepper-inner-bullet-active+.bc-stepper-inner-number {
    border: 2px solid #00c389;
    transition: background .5s ease-in;
    background-color: #454648;
    visibility: visible
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.is-default~.bc-stepper-inner-bullet-active {
    cursor: pointer
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.is-active~.bc-stepper-inner-bullet-active-light {
    border: 2px solid #00c389;
    animation: bc-stepper-zoom-in .7s;
    animation-fill-mode: forwards;
    background-color: #00c389
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.is-default~.bc-stepper-inner-bullet-active-light {
    border: 2px solid #00c389;
    transition: background .5s ease-in;
    background-color: #595a5c;
    visibility: visible
}

.bc-stepper .bc-stepper-step .bc-stepper-inner-bullet.is-complete~.bc-stepper-status {
    visibility: visible;
    align-items: center;
    color: #fff;
    background: #454648;
    border: 2px solid #00c389;
    cursor: pointer;
    transition: all .5s ease-in
}

.bc-stepper .bc-stepper-step.is-complete {
    color: #fff
}

.bc-stepper .bc-stepper-zoom-in {
    -webkit-animation-name: bc-stepper-zoom-in;
    animation-name: bc-stepper-zoom-in;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bc-stepper-zoom-in {
    0% {
        visibility: visible;
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale3d(0.01, 0.01, 0.01);
        transform: scale3d(0.01, 0.01, 0.01)
    }
}

@keyframes bc-stepper-zoom-in {
    0% {
        visibility: visible;
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }

    50% {
        opacity: 1;
        transform: scale3d(0.01, 0.01, 0.01)
    }
}

article.bc-stepper-horizontal {
    position: relative;
    align-items: center;
    width: 100%;
    padding-bottom: 2rem;
    z-index: 0
}

article.bc-stepper-horizontal .bc-stepper-header {
    display: none
}

article.bc-stepper-horizontal .bc-stepper-track {
    position: absolute;
    height: 3px;
    width: 0;
    background-color: #00c389;
    transition: all .5s;
    z-index: 10
}

article.bc-stepper-horizontal[tokenColor=white-gray]:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #454648;
    z-index: 0
}

article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #454648;
    border: 2px solid #454648;
    border-radius: 100%;
    color: #fff;
    outline: none
}

article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet-active.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-bullet-active.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

article.bc-stepper-horizontal[tokenColor=white-gray] .bc-stepper-inner-number {
    background-color: #454648
}

article.bc-stepper-horizontal[tokenColor=white-gray] .is-active .bc-stepper-inner-number {
    background: none
}

article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #2c2a29;
    z-index: 0
}

article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet.is-complete~.bc-stepper-status {
    background: #2c2a29
}

article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet.is-default~.bc-stepper-inner-number {
    background-color: #2c2a29
}

article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #2c2a29;
    border: 2px solid #2c2a29;
    border-radius: 100%;
    color: #fff;
    outline: none
}

article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet-active.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-bullet-active.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

article.bc-stepper-horizontal[tokenColor=white-black] .bc-stepper-inner-number {
    background-color: #2c2a29
}

article.bc-stepper-horizontal[tokenColor=white-black]:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #2c2a29;
    z-index: 0
}

article.bc-stepper-horizontal:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #454648;
    z-index: 0
}

article.bc-stepper-horizontal section.bc-stepper-step {
    position: relative;
    outline: none;
    z-index: 20;
    text-align: center
}

article.bc-stepper-horizontal section.bc-stepper-step.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    article.bc-stepper-horizontal section.bc-stepper-step.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

article.bc-stepper-horizontal section.bc-stepper-step:last-of-type .bc-stepper-label label {
    color: #fff;
    left: -55px;
    text-align: right;
    width: 94px
}

@media screen and (min-width: 992px) {
    article.bc-stepper-horizontal section.bc-stepper-step:last-of-type .bc-stepper-label label {
        left: -80px;
        width: -webkit-fill-available
    }
}

article.bc-stepper-horizontal section.bc-stepper-step:last-of-type .bc-stepper-label label:not(.bc-stepper-step.is-active .bc-stepper-label label) {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article.bc-stepper-horizontal section.bc-stepper-step:first-of-type .bc-stepper-label label {
    color: #fff;
    left: 0px;
    text-align: left
}

article.bc-stepper-horizontal section.bc-stepper-step .bc-stepper-label label {
    color: #fff;
    top: 48px;
    left: -26px;
    width: 90px
}

@media screen and (min-width: 992px) {
    article.bc-stepper-horizontal section.bc-stepper-step .bc-stepper-label label {
        width: 120px;
        left: -40px
    }
}

article.bc-stepper-vertical {
    flex-direction: column;
    z-index: 40;
    margin-bottom: 20px;
    position: relative
}

article.bc-stepper-vertical[aria-expanded=false] {
    border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 16px
}

article.bc-stepper-vertical[aria-expanded=false] .bc-stepper-header {
    border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 16px
}

article.bc-stepper-vertical[aria-expanded=false][borderradiustop=true] {
    border-radius: 16px 0 0 0;
    border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 16px 0;
    border-radius: 16px 16px 16px 16px
}

article.bc-stepper-vertical[aria-expanded=false][borderradiustop=true] .bc-stepper-header {
    border-radius: 16px 0 0 0;
    border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 16px 0;
    border-radius: 16px 16px 16px 16px
}

article.bc-stepper-vertical[aria-expanded=true] {
    border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 16px
}

article.bc-stepper-vertical[aria-expanded=true] .bc-stepper-header {
    border-radius: 0 0 0px 0;
    border-radius: 0 0 0px 0px
}

article.bc-stepper-vertical[aria-expanded=true][borderradiustop=true] {
    border-radius: 16px 0 0 0;
    border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 16px 0;
    border-radius: 16px 16px 16px 16px
}

article.bc-stepper-vertical[aria-expanded=true][borderradiustop=true] .bc-stepper-header {
    border-radius: 16px 0 0 0;
    border-radius: 16px 16px 0 0
}

@media screen and (max-width: 768px) {
    article.bc-stepper-vertical[tokenColor=white-black] {
        background-color: #595a5c
    }
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-header {
    background-color: #595a5c
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-header .bc-stepper-header-left::after {
    background-color: #595a5c
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet-active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background-color: #2c2a29;
    border: 2px solid #2c2a29;
    border-radius: 100%;
    color: #fff;
    outline: none
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet-active.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-bullet-active.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step:not(:last-child):after {
    background-color: #2c2a29
}

article.bc-stepper-vertical[tokenColor=white-black] .bc-stepper-step .bc-stepper-inner-number {
    background-color: #2c2a29
}

article.bc-stepper-vertical[tokenColor=white-black] .is-active .bc-stepper-inner-number {
    background: none
}

@media screen and (max-width: 768px) {
    article.bc-stepper-vertical {
        background-color: #595a5c;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, .1);
        top: 0;
        z-index: 0;
        position: relative
    }
}

article.bc-stepper-vertical .bc-stepper-header {
    background-color: #595a5c;
    border-bottom: 1px solid #727476;
    display: none
}

article.bc-stepper-vertical .bc-stepper-header .bc-stepper-header-left::after {
    background-color: #595a5c
}

@media screen and (max-width: 768px) {
    article.bc-stepper-vertical .bc-stepper-header {
        display: flex
    }
}

article.bc-stepper-vertical .bc-stepper-step {
    position: relative;
    z-index: 20;
    height: auto;
    margin: 12px 32px;
    transition: .35s ease-out;
    -webkit-transition: .35s ease-out;
    -moz-transition: .35s ease-out;
    -ms-transition: .35s ease-out
}

article.bc-stepper-vertical .bc-stepper-step .bc-stepper-inner-number {
    background-color: #454648
}

article.bc-stepper-vertical .bc-stepper-step.hidden-step {
    height: 0;
    overflow: hidden;
    margin: 0 32px !important
}

article.bc-stepper-vertical .bc-stepper-step:first-of-type {
    margin-top: 35px
}

article.bc-stepper-vertical .bc-stepper-step:last-of-type {
    margin-bottom: 35px
}

article.bc-stepper-vertical .bc-stepper-step:not(:last-child):after {
    content: "";
    position: absolute;
    width: 3px;
    height: 158%;
    left: 20px;
    background-color: #454648;
    z-index: 0
}

article.bc-stepper-vertical .bc-stepper-step:not(section.is-active~section):not(section.is-active):after {
    background-color: #00c389;
    transition: all .5s;
    z-index: 10
}

article.bc-stepper-vertical .bc-stepper-step .bc-stepper-label label {
    top: 9px;
    left: 56px;
    max-width: 230px;
    text-align: left;
    color: #fff
}

.bc-stepper-bottom-button {
    text-align: left
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

.bc-alert,
.bc-alert-active {
    width: 100%;
    background-color: #fff;
    flex-direction: row;
    display: none
}

.bc-alert-body .bc-alert-content .bc-alert-title {
    color: #2c2a29;
    text-align: left;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-alert-body .bc-alert-content .bc-alert-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c2a29;
    text-align: justify;
    text-justify: inter-word;
    text-align: left
}

.bc-alert-body ul {
    position: relative;
    margin-top: 12px
}

.bc-alert-body ul li {
    display: inline;
    padding-right: 16px
}

.bc-alert-body ul li a {
    color: #2c2a29;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left
}

.bc-alert-body ul li a:focus-visible {
    outline: #3455db solid 2px
}

.bc-alert-active {
    animation-name: fade-in-opacity;
    animation-duration: .25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    display: flex
}

.bc-alert-fixed {
    position: fixed;
    height: auto;
    top: 16px;
    left: calc(50% - 710px/2);
    z-index: 9999;
    max-width: 710px
}

.bc-alert-fixed.bc-alert-active {
    animation-name: slide-down-reverse;
    animation-duration: .25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    display: flex
}

.bc-alert-fixed.bc-alert-active.bc-alert-closing {
    animation-name: slide-up-reverse;
    animation-duration: .15s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    display: flex
}

.bc-alert-inline {
    display: flex;
    opacity: 1
}

.bc-alert-inline p {
    font-weight: 400
}

.bc-alert-inline button.bc-close {
    display: none
}

.bc-alert-closing {
    animation-name: fade-out-opacity;
    animation-duration: .15s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    display: flex
}

.bc-alert,
.bc-alert-active {
    border-radius: 8px 8px 8px 8px
}

.bc-alert-status {
    width: 8px;
    display: table-cell;
    height: inherit;
    vertical-align: top;
    border-radius: 0 0 0 8px;
    border-radius: 8px 0 0 8px;
    text-align: center;
    margin-right: 24px
}

.bc-alert-status-icon {
    margin-top: 16px;
    margin-bottom: 16px
}

.bc-alert-body {
    width: 100%;
    vertical-align: top;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.bc-alert-body p:empty {
    display: none
}

.bc-alert-body .bc-alert-content {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.bc-alert-body .bc-alert-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.bc-alert-body .bc-alert-buttons:empty {
    display: none
}

.bc-alert section.bc-alert-close,
.bc-alert-active section.bc-alert-close {
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.bc-alert section.bc-alert-close button i,
.bc-alert-active section.bc-alert-close button i {
    font-size: 1.5rem;
    width: 24px;
    cursor: pointer;
    color: #2c2a29
}

.bc-alert section.bc-alert-close button:focus,
.bc-alert-active section.bc-alert-close button:focus {
    outline: #3455db 2px solid
}

.bc-alert-error section.bc-alert-status {
    background-color: #ff7f41
}

.bc-alert-success section.bc-alert-status {
    background-color: #00c389
}

.bc-alert-generic section.bc-alert-status {
    background-color: #f2f2f4
}

.bc-alert-info section.bc-alert-status {
    background-color: #59cbe8
}

.bc-alert-warning section.bc-alert-status {
    background-color: #fdda24
}

.bc-alert-doc {
    display: flex
}

.bc-alert-fixed-higher {
    top: 32px
}

.bc-alert-fixed-lower {
    top: 92px
}

.bc-alert-inline.bc-alert-dismissible button.bc-alert-close {
    display: block
}

.bc-alert-small {
    width: 100%;
    max-width: 760px
}

@media screen and (max-width: 767px) {
    .bc-alert-small {
        left: 16px;
        max-width: calc(100% - 32px)
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {

    .bc-alert-small,
    .bc-alert-align-center {
        max-width: 500px;
        left: calc(50% - 250px)
    }
}

@media only screen and (max-width: 575px) {

    .bc-alert-small,
    .bc-alert-align-center {
        left: 16px;
        width: calc(100% - 32px);
        max-width: calc(100% - 32px)
    }
}

.bc-alert-align-center .bc-alert-body {
    flex-direction: row;
    align-items: center
}

.bc-alert-align-center .bc-alert-status-icon {
    align-items: center
}

.bc-alert-align-center .bc-alert-close {
    align-items: center !important
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

.bc-inline-alert,
.bc-inline-alert-active {
    flex-direction: row;
    display: none;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    container-type: inline-size
}

.bc-inline-alert-active {
    animation-name: fade-in-opacity;
    animation-duration: .35s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: forwards;
    display: flex
}

.bc-inline-alert-closing {
    animation-name: fade-out-opacity;
    animation-duration: .35s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: forwards;
    display: flex
}

.bc-inline-alert-status {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: inherit;
    text-align: center;
    margin-left: 16px;
    margin-top: 16px;
    margin-bottom: 16px
}

.bc-inline-alert-body {
    width: 100%;
    vertical-align: top;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bc-inline-alert-body p:empty {
    display: none
}

.bc-inline-alert-body .bc-inline-alert-content {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.bc-inline-alert-body .bc-inline-alert-content .bc-inline-alert-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-inline-alert-body .bc-inline-alert-content .bc-inline-alert-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-inline-alert-body .bc-inline-alert-buttons {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.bc-inline-alert-body .bc-inline-alert-buttons ul {
    list-style: none;
    display: flex;
    gap: 8px
}

.bc-inline-alert-body .bc-inline-alert-buttons:empty {
    display: none
}

.bc-inline-alert-close {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 16px;
    margin-right: 16px;
    margin-bottom: 16px
}

.bc-inline-alert-small {
    width: 100%;
    max-width: 760px
}

.bc-inline-alert-large {
    width: 100%
}

@media screen and (max-width: 760px) {
    .bc-inline-alert-large .bc-inline-alert-body {
        flex-direction: column;
        gap: 8px
    }
}

@media screen and (min-width: 761px) {
    .bc-inline-alert-large .bc-inline-alert-body {
        flex-direction: row;
        gap: 16px;
        align-items: center;
        justify-content: space-between
    }
}

.bc-inline-alert-align-center .bc-inline-alert-body {
    flex-direction: row;
    align-items: center
}

.bc-inline-alert-align-center .bc-inline-alert-status {
    align-items: center
}

.bc-inline-alert-align-center .bc-inline-alert-close {
    align-items: center
}

.bc-inline-alert-success {
    border-color: #00c389;
    background: #454648
}

.bc-inline-alert-error {
    border-color: #ff7f41;
    background: #454648
}

.bc-inline-alert-warning {
    border-color: #fdda24;
    background: #454648
}

.bc-inline-alert-info {
    border-color: #59cbe8;
    background: #454648
}

.bc-inline-alert-neutral {
    border-color: #d9dadd;
    background: #454648
}

.bc-inline-alert-eventual-full-contrast {
    border-color: #b3b5b8;
    background: #fff;
    color: #2c2a29
}

.bc-inline-alert-eventual-full-contrast button i {
    color: #2c2a29
}

.bc-inline-alert-eventual-min-contrast {
    border-color: #b3b5b8;
    background: #353537
}

@container (max-width: 758px) {
    .bc-inline-alert-body {
        flex-wrap: wrap
    }
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

section.bc-coach-mark-container>section:first-child>button,
section.bc-off-canvas[status=open]>aside>section:first-child>button,
section.bc-off-canvas[status=open]>aside>section:first-child>button[aria-label]:first-child,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button[aria-label]:first-child,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button,
.bc-icon,
.bc-tooltip-close-btn::before,
.bc-input-select>em,
.bc-input-select bc-icon,
.bc-input-select>img,
.bc-input-select-active>em,
.bc-input-select-active bc-icon,
.bc-input-select-active>img,
.bc-input-select-item em,
.bc-input-number-container>em,
.bc-input-number-container bc-icon,
.bc-input-number-container>img,
.bc-input-currency-container>em,
.bc-input-currency-container bc-icon,
.bc-input-currency-container>img,
.bc-card-select-input>em,
.bc-card-select-input bc-icon,
.bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-input>img,
.bc-card-select-active .bc-card-select-input-control>img,
.bc-input-token>em,
.bc-input-token bc-icon,
.bc-input-token>img,
.bc-form-field>em,
.bc-form-field bc-icon,
.bc-form-field>img {
    font-family: "BC Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    width: 32px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga"
}

section.bc-coach-mark-container>section:first-child>button.bc-xs,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-xs,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-xs,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-xs,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-xs,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-xs,
section.bc-coach-mark-container>section:first-child>button.bc-tooltip-close-btn::before,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-tooltip-close-btn::before,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-tooltip-close-btn::before,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip-close-btn::before,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip-close-btn::before,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-tooltip-close-btn::before,
.bc-xs.bc-icon,
.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-xs,
.bc-input-select bc-icon.bc-xs,
.bc-input-select>img.bc-xs,
.bc-input-select-active>em.bc-xs,
.bc-input-select-active bc-icon.bc-xs,
.bc-input-select-active>img.bc-xs,
.bc-input-select-item em.bc-xs,
.bc-input-number-container>em.bc-xs,
.bc-input-number-container bc-icon.bc-xs,
.bc-input-number-container>img.bc-xs,
.bc-input-currency-container>em.bc-xs,
.bc-input-currency-container bc-icon.bc-xs,
.bc-input-currency-container>img.bc-xs,
.bc-card-select-input>em.bc-xs,
.bc-card-select-input bc-icon.bc-xs,
.bc-card-select-active .bc-card-select-input-control>em.bc-xs,
.bc-card-select-active .bc-card-select-input-control>em.bc-tooltip-close-btn::before,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-xs,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-tooltip-close-btn::before,
.bc-card-select-input>img.bc-xs,
.bc-card-select-active .bc-card-select-input-control>img.bc-xs,
.bc-card-select-active .bc-card-select-input-control>img.bc-tooltip-close-btn::before,
.bc-input-token>em.bc-xs,
.bc-input-token bc-icon.bc-xs,
.bc-input-token>img.bc-xs,
.bc-form-field>em.bc-xs,
.bc-form-field bc-icon.bc-xs,
.bc-form-field>img.bc-xs {
    font-size: 1rem;
    width: 16px
}

section.bc-coach-mark-container>section:first-child>button.bc-2xs,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-2xs,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-2xs,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-2xs,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-2xs,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-2xs,
.bc-2xs.bc-icon,
.bc-2xs.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-2xs,
.bc-input-select bc-icon.bc-2xs,
.bc-input-select>img.bc-2xs,
.bc-input-select-active>em.bc-2xs,
.bc-input-select-active bc-icon.bc-2xs,
.bc-input-select-active>img.bc-2xs,
.bc-input-select-item em.bc-2xs,
.bc-input-number-container>em.bc-2xs,
.bc-input-number-container bc-icon.bc-2xs,
.bc-input-number-container>img.bc-2xs,
.bc-input-currency-container>em.bc-2xs,
.bc-input-currency-container bc-icon.bc-2xs,
.bc-input-currency-container>img.bc-2xs,
.bc-card-select-input>em.bc-2xs,
.bc-card-select-input bc-icon.bc-2xs,
.bc-card-select-active .bc-card-select-input-control>em.bc-2xs,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-2xs,
.bc-card-select-input>img.bc-2xs,
.bc-card-select-active .bc-card-select-input-control>img.bc-2xs,
.bc-input-token>em.bc-2xs,
.bc-input-token bc-icon.bc-2xs,
.bc-input-token>img.bc-2xs,
.bc-form-field>em.bc-2xs,
.bc-form-field bc-icon.bc-2xs,
.bc-form-field>img.bc-2xs {
    font-size: 1.25rem;
    width: 20px
}

section.bc-coach-mark-container>section:first-child>button.bc-sm,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-sm,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-sm,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-sm,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-sm,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-sm,
.bc-sm.bc-icon,
.bc-sm.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-sm,
.bc-input-select bc-icon.bc-sm,
.bc-input-select>img.bc-sm,
.bc-input-select-active>em.bc-sm,
.bc-input-select-active bc-icon.bc-sm,
.bc-input-select-active>img.bc-sm,
.bc-input-select-item em.bc-sm,
.bc-input-number-container>em.bc-sm,
.bc-input-number-container bc-icon.bc-sm,
.bc-input-number-container>img.bc-sm,
.bc-input-currency-container>em.bc-sm,
.bc-input-currency-container bc-icon.bc-sm,
.bc-input-currency-container>img.bc-sm,
.bc-card-select-input>em.bc-sm,
.bc-card-select-input bc-icon.bc-sm,
.bc-card-select-active .bc-card-select-input-control>em.bc-sm,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-sm,
.bc-card-select-input>img.bc-sm,
.bc-card-select-active .bc-card-select-input-control>img.bc-sm,
.bc-input-token>em.bc-sm,
.bc-input-token bc-icon.bc-sm,
.bc-input-token>img.bc-sm,
.bc-form-field>em.bc-sm,
.bc-form-field bc-icon.bc-sm,
.bc-form-field>img.bc-sm {
    font-size: 1.5rem;
    width: 24px
}

section.bc-coach-mark-container>section:first-child>button.bc-md,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-md,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-md,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-md,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-md,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-md,
.bc-md.bc-icon,
.bc-md.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-md,
.bc-input-select bc-icon.bc-md,
.bc-input-select>img.bc-md,
.bc-input-select-active>em.bc-md,
.bc-input-select-active bc-icon.bc-md,
.bc-input-select-active>img.bc-md,
.bc-input-select-item em.bc-md,
.bc-input-number-container>em.bc-md,
.bc-input-number-container bc-icon.bc-md,
.bc-input-number-container>img.bc-md,
.bc-input-currency-container>em.bc-md,
.bc-input-currency-container bc-icon.bc-md,
.bc-input-currency-container>img.bc-md,
.bc-card-select-input>em.bc-md,
.bc-card-select-input bc-icon.bc-md,
.bc-card-select-active .bc-card-select-input-control>em.bc-md,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-md,
.bc-card-select-input>img.bc-md,
.bc-card-select-active .bc-card-select-input-control>img.bc-md,
.bc-input-token>em.bc-md,
.bc-input-token bc-icon.bc-md,
.bc-input-token>img.bc-md,
.bc-form-field>em.bc-md,
.bc-form-field bc-icon.bc-md,
.bc-form-field>img.bc-md {
    font-size: 2rem;
    width: 32px
}

section.bc-coach-mark-container>section:first-child>button.bc-lg,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-lg,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-lg,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-lg,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-lg,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-lg,
.bc-lg.bc-icon,
.bc-lg.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-lg,
.bc-input-select bc-icon.bc-lg,
.bc-input-select>img.bc-lg,
.bc-input-select-active>em.bc-lg,
.bc-input-select-active bc-icon.bc-lg,
.bc-input-select-active>img.bc-lg,
.bc-input-select-item em.bc-lg,
.bc-input-number-container>em.bc-lg,
.bc-input-number-container bc-icon.bc-lg,
.bc-input-number-container>img.bc-lg,
.bc-input-currency-container>em.bc-lg,
.bc-input-currency-container bc-icon.bc-lg,
.bc-input-currency-container>img.bc-lg,
.bc-card-select-input>em.bc-lg,
.bc-card-select-input bc-icon.bc-lg,
.bc-card-select-active .bc-card-select-input-control>em.bc-lg,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-lg,
.bc-card-select-input>img.bc-lg,
.bc-card-select-active .bc-card-select-input-control>img.bc-lg,
.bc-input-token>em.bc-lg,
.bc-input-token bc-icon.bc-lg,
.bc-input-token>img.bc-lg,
.bc-form-field>em.bc-lg,
.bc-form-field bc-icon.bc-lg,
.bc-form-field>img.bc-lg {
    font-size: 2.5rem;
    width: 40px
}

section.bc-coach-mark-container>section:first-child>button.bc-xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-xl,
.bc-xl.bc-icon,
.bc-xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-xl,
.bc-input-select bc-icon.bc-xl,
.bc-input-select>img.bc-xl,
.bc-input-select-active>em.bc-xl,
.bc-input-select-active bc-icon.bc-xl,
.bc-input-select-active>img.bc-xl,
.bc-input-select-item em.bc-xl,
.bc-input-number-container>em.bc-xl,
.bc-input-number-container bc-icon.bc-xl,
.bc-input-number-container>img.bc-xl,
.bc-input-currency-container>em.bc-xl,
.bc-input-currency-container bc-icon.bc-xl,
.bc-input-currency-container>img.bc-xl,
.bc-card-select-input>em.bc-xl,
.bc-card-select-input bc-icon.bc-xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-xl,
.bc-card-select-input>img.bc-xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-xl,
.bc-input-token>em.bc-xl,
.bc-input-token bc-icon.bc-xl,
.bc-input-token>img.bc-xl,
.bc-form-field>em.bc-xl,
.bc-form-field bc-icon.bc-xl,
.bc-form-field>img.bc-xl {
    font-size: 3rem;
    width: 48px
}

section.bc-coach-mark-container>section:first-child>button.bc-2xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-2xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-2xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-2xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-2xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-2xl,
.bc-2xl.bc-icon,
.bc-2xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-2xl,
.bc-input-select bc-icon.bc-2xl,
.bc-input-select>img.bc-2xl,
.bc-input-select-active>em.bc-2xl,
.bc-input-select-active bc-icon.bc-2xl,
.bc-input-select-active>img.bc-2xl,
.bc-input-select-item em.bc-2xl,
.bc-input-number-container>em.bc-2xl,
.bc-input-number-container bc-icon.bc-2xl,
.bc-input-number-container>img.bc-2xl,
.bc-input-currency-container>em.bc-2xl,
.bc-input-currency-container bc-icon.bc-2xl,
.bc-input-currency-container>img.bc-2xl,
.bc-card-select-input>em.bc-2xl,
.bc-card-select-input bc-icon.bc-2xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-2xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-2xl,
.bc-card-select-input>img.bc-2xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-2xl,
.bc-input-token>em.bc-2xl,
.bc-input-token bc-icon.bc-2xl,
.bc-input-token>img.bc-2xl,
.bc-form-field>em.bc-2xl,
.bc-form-field bc-icon.bc-2xl,
.bc-form-field>img.bc-2xl {
    font-size: 3.5rem;
    height: 56px;
    width: 56px
}

section.bc-coach-mark-container>section:first-child>button.bc-3xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-3xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-3xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-3xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-3xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-3xl,
.bc-3xl.bc-icon,
.bc-3xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-3xl,
.bc-input-select bc-icon.bc-3xl,
.bc-input-select>img.bc-3xl,
.bc-input-select-active>em.bc-3xl,
.bc-input-select-active bc-icon.bc-3xl,
.bc-input-select-active>img.bc-3xl,
.bc-input-select-item em.bc-3xl,
.bc-input-number-container>em.bc-3xl,
.bc-input-number-container bc-icon.bc-3xl,
.bc-input-number-container>img.bc-3xl,
.bc-input-currency-container>em.bc-3xl,
.bc-input-currency-container bc-icon.bc-3xl,
.bc-input-currency-container>img.bc-3xl,
.bc-card-select-input>em.bc-3xl,
.bc-card-select-input bc-icon.bc-3xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-3xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-3xl,
.bc-card-select-input>img.bc-3xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-3xl,
.bc-input-token>em.bc-3xl,
.bc-input-token bc-icon.bc-3xl,
.bc-input-token>img.bc-3xl,
.bc-form-field>em.bc-3xl,
.bc-form-field bc-icon.bc-3xl,
.bc-form-field>img.bc-3xl {
    font-size: 4rem;
    height: 64px;
    width: 64px
}

section.bc-coach-mark-container>section:first-child>button.bc-4xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-4xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-4xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-4xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-4xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-4xl,
.bc-4xl.bc-icon,
.bc-4xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-4xl,
.bc-input-select bc-icon.bc-4xl,
.bc-input-select>img.bc-4xl,
.bc-input-select-active>em.bc-4xl,
.bc-input-select-active bc-icon.bc-4xl,
.bc-input-select-active>img.bc-4xl,
.bc-input-select-item em.bc-4xl,
.bc-input-number-container>em.bc-4xl,
.bc-input-number-container bc-icon.bc-4xl,
.bc-input-number-container>img.bc-4xl,
.bc-input-currency-container>em.bc-4xl,
.bc-input-currency-container bc-icon.bc-4xl,
.bc-input-currency-container>img.bc-4xl,
.bc-card-select-input>em.bc-4xl,
.bc-card-select-input bc-icon.bc-4xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-4xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-4xl,
.bc-card-select-input>img.bc-4xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-4xl,
.bc-input-token>em.bc-4xl,
.bc-input-token bc-icon.bc-4xl,
.bc-input-token>img.bc-4xl,
.bc-form-field>em.bc-4xl,
.bc-form-field bc-icon.bc-4xl,
.bc-form-field>img.bc-4xl {
    font-size: 4.25rem;
    height: 68px;
    width: 68px
}

section.bc-coach-mark-container>section:first-child>button.bc-5xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-5xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-5xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-5xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-5xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-5xl,
.bc-5xl.bc-icon,
.bc-5xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-5xl,
.bc-input-select bc-icon.bc-5xl,
.bc-input-select>img.bc-5xl,
.bc-input-select-active>em.bc-5xl,
.bc-input-select-active bc-icon.bc-5xl,
.bc-input-select-active>img.bc-5xl,
.bc-input-select-item em.bc-5xl,
.bc-input-number-container>em.bc-5xl,
.bc-input-number-container bc-icon.bc-5xl,
.bc-input-number-container>img.bc-5xl,
.bc-input-currency-container>em.bc-5xl,
.bc-input-currency-container bc-icon.bc-5xl,
.bc-input-currency-container>img.bc-5xl,
.bc-card-select-input>em.bc-5xl,
.bc-card-select-input bc-icon.bc-5xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-5xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-5xl,
.bc-card-select-input>img.bc-5xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-5xl,
.bc-input-token>em.bc-5xl,
.bc-input-token bc-icon.bc-5xl,
.bc-input-token>img.bc-5xl,
.bc-form-field>em.bc-5xl,
.bc-form-field bc-icon.bc-5xl,
.bc-form-field>img.bc-5xl {
    font-size: 4.875rem;
    height: 78px;
    width: 78px
}

section.bc-coach-mark-container>section:first-child>button.bc-6xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-6xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-6xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-6xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-6xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-6xl,
.bc-6xl.bc-icon,
.bc-6xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-6xl,
.bc-input-select bc-icon.bc-6xl,
.bc-input-select>img.bc-6xl,
.bc-input-select-active>em.bc-6xl,
.bc-input-select-active bc-icon.bc-6xl,
.bc-input-select-active>img.bc-6xl,
.bc-input-select-item em.bc-6xl,
.bc-input-number-container>em.bc-6xl,
.bc-input-number-container bc-icon.bc-6xl,
.bc-input-number-container>img.bc-6xl,
.bc-input-currency-container>em.bc-6xl,
.bc-input-currency-container bc-icon.bc-6xl,
.bc-input-currency-container>img.bc-6xl,
.bc-card-select-input>em.bc-6xl,
.bc-card-select-input bc-icon.bc-6xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-6xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-6xl,
.bc-card-select-input>img.bc-6xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-6xl,
.bc-input-token>em.bc-6xl,
.bc-input-token bc-icon.bc-6xl,
.bc-input-token>img.bc-6xl,
.bc-form-field>em.bc-6xl,
.bc-form-field bc-icon.bc-6xl,
.bc-form-field>img.bc-6xl {
    font-size: 5.5rem;
    height: 88px;
    width: 88px
}

section.bc-coach-mark-container>section:first-child>button.bc-7xl,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-7xl,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-7xl,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-7xl,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-7xl,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-7xl,
.bc-7xl.bc-icon,
.bc-7xl.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-7xl,
.bc-input-select bc-icon.bc-7xl,
.bc-input-select>img.bc-7xl,
.bc-input-select-active>em.bc-7xl,
.bc-input-select-active bc-icon.bc-7xl,
.bc-input-select-active>img.bc-7xl,
.bc-input-select-item em.bc-7xl,
.bc-input-number-container>em.bc-7xl,
.bc-input-number-container bc-icon.bc-7xl,
.bc-input-number-container>img.bc-7xl,
.bc-input-currency-container>em.bc-7xl,
.bc-input-currency-container bc-icon.bc-7xl,
.bc-input-currency-container>img.bc-7xl,
.bc-card-select-input>em.bc-7xl,
.bc-card-select-input bc-icon.bc-7xl,
.bc-card-select-active .bc-card-select-input-control>em.bc-7xl,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-7xl,
.bc-card-select-input>img.bc-7xl,
.bc-card-select-active .bc-card-select-input-control>img.bc-7xl,
.bc-input-token>em.bc-7xl,
.bc-input-token bc-icon.bc-7xl,
.bc-input-token>img.bc-7xl,
.bc-form-field>em.bc-7xl,
.bc-form-field bc-icon.bc-7xl,
.bc-form-field>img.bc-7xl {
    font-size: 7rem;
    height: 112px;
    width: 112px
}

section.bc-coach-mark-container>section:first-child>button.error,
section.bc-off-canvas[status=open]>aside>section:first-child>button.error,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.error,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.error,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.error,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.error,
.error.bc-icon,
.error.bc-tooltip-close-btn::before,
.bc-input-select>em.error,
.bc-input-select bc-icon.error,
.bc-input-select>img.error,
.bc-input-select-active>em.error,
.bc-input-select-active bc-icon.error,
.bc-input-select-active>img.error,
.bc-input-select-item em.error,
.bc-input-number-container>em.error,
.bc-input-number-container bc-icon.error,
.bc-input-number-container>img.error,
.bc-input-currency-container>em.error,
.bc-input-currency-container bc-icon.error,
.bc-input-currency-container>img.error,
.bc-card-select-input>em.error,
.bc-card-select-input bc-icon.error,
.bc-card-select-active .bc-card-select-input-control>em.error,
.bc-card-select-active .bc-card-select-input-control bc-icon.error,
.bc-card-select-input>img.error,
.bc-card-select-active .bc-card-select-input-control>img.error,
.bc-input-token>em.error,
.bc-input-token bc-icon.error,
.bc-input-token>img.error,
.bc-form-field>em.error,
.bc-form-field bc-icon.error,
.bc-form-field>img.error {
    color: #ff7f41
}

section.bc-coach-mark-container>section:first-child>button.success,
section.bc-off-canvas[status=open]>aside>section:first-child>button.success,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.success,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.success,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.success,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.success,
.success.bc-icon,
.success.bc-tooltip-close-btn::before,
.bc-input-select>em.success,
.bc-input-select bc-icon.success,
.bc-input-select>img.success,
.bc-input-select-active>em.success,
.bc-input-select-active bc-icon.success,
.bc-input-select-active>img.success,
.bc-input-select-item em.success,
.bc-input-number-container>em.success,
.bc-input-number-container bc-icon.success,
.bc-input-number-container>img.success,
.bc-input-currency-container>em.success,
.bc-input-currency-container bc-icon.success,
.bc-input-currency-container>img.success,
.bc-card-select-input>em.success,
.bc-card-select-input bc-icon.success,
.bc-card-select-active .bc-card-select-input-control>em.success,
.bc-card-select-active .bc-card-select-input-control bc-icon.success,
.bc-card-select-input>img.success,
.bc-card-select-active .bc-card-select-input-control>img.success,
.bc-input-token>em.success,
.bc-input-token bc-icon.success,
.bc-input-token>img.success,
.bc-form-field>em.success,
.bc-form-field bc-icon.success,
.bc-form-field>img.success {
    color: #00c389
}

section.bc-coach-mark-container>section:first-child>button.info,
section.bc-off-canvas[status=open]>aside>section:first-child>button.info,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.info,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.info,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.info,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.info,
.info.bc-icon,
.info.bc-tooltip-close-btn::before,
.bc-input-select>em.info,
.bc-input-select bc-icon.info,
.bc-input-select>img.info,
.bc-input-select-active>em.info,
.bc-input-select-active bc-icon.info,
.bc-input-select-active>img.info,
.bc-input-select-item em.info,
.bc-input-number-container>em.info,
.bc-input-number-container bc-icon.info,
.bc-input-number-container>img.info,
.bc-input-currency-container>em.info,
.bc-input-currency-container bc-icon.info,
.bc-input-currency-container>img.info,
.bc-card-select-input>em.info,
.bc-card-select-input bc-icon.info,
.bc-card-select-active .bc-card-select-input-control>em.info,
.bc-card-select-active .bc-card-select-input-control bc-icon.info,
.bc-card-select-input>img.info,
.bc-card-select-active .bc-card-select-input-control>img.info,
.bc-input-token>em.info,
.bc-input-token bc-icon.info,
.bc-input-token>img.info,
.bc-form-field>em.info,
.bc-form-field bc-icon.info,
.bc-form-field>img.info {
    color: #59cbe8
}

section.bc-coach-mark-container>section:first-child>button.warning,
section.bc-off-canvas[status=open]>aside>section:first-child>button.warning,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.warning,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.warning,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.warning,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.warning,
.warning.bc-icon,
.warning.bc-tooltip-close-btn::before,
.bc-input-select>em.warning,
.bc-input-select bc-icon.warning,
.bc-input-select>img.warning,
.bc-input-select-active>em.warning,
.bc-input-select-active bc-icon.warning,
.bc-input-select-active>img.warning,
.bc-input-select-item em.warning,
.bc-input-number-container>em.warning,
.bc-input-number-container bc-icon.warning,
.bc-input-number-container>img.warning,
.bc-input-currency-container>em.warning,
.bc-input-currency-container bc-icon.warning,
.bc-input-currency-container>img.warning,
.bc-card-select-input>em.warning,
.bc-card-select-input bc-icon.warning,
.bc-card-select-active .bc-card-select-input-control>em.warning,
.bc-card-select-active .bc-card-select-input-control bc-icon.warning,
.bc-card-select-input>img.warning,
.bc-card-select-active .bc-card-select-input-control>img.warning,
.bc-input-token>em.warning,
.bc-input-token bc-icon.warning,
.bc-input-token>img.warning,
.bc-form-field>em.warning,
.bc-form-field bc-icon.warning,
.bc-form-field>img.warning {
    color: #fdda24
}

section.bc-coach-mark-container>section:first-child>button.inactive,
section.bc-off-canvas[status=open]>aside>section:first-child>button.inactive,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.inactive,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.inactive,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.inactive,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.inactive,
.inactive.bc-icon,
.inactive.bc-tooltip-close-btn::before,
.bc-input-select>em.inactive,
.bc-input-select bc-icon.inactive,
.bc-input-select>img.inactive,
.bc-input-select-active>em.inactive,
.bc-input-select-active bc-icon.inactive,
.bc-input-select-active>img.inactive,
.bc-input-select-item em.inactive,
.bc-input-number-container>em.inactive,
.bc-input-number-container bc-icon.inactive,
.bc-input-number-container>img.inactive,
.bc-input-currency-container>em.inactive,
.bc-input-currency-container bc-icon.inactive,
.bc-input-currency-container>img.inactive,
.bc-card-select-input>em.inactive,
.bc-card-select-input bc-icon.inactive,
.bc-card-select-active .bc-card-select-input-control>em.inactive,
.bc-card-select-active .bc-card-select-input-control bc-icon.inactive,
.bc-card-select-input>img.inactive,
.bc-card-select-active .bc-card-select-input-control>img.inactive,
.bc-input-token>em.inactive,
.bc-input-token bc-icon.inactive,
.bc-input-token>img.inactive,
.bc-form-field>em.inactive,
.bc-form-field bc-icon.inactive,
.bc-form-field>img.inactive {
    color: #fff
}

section.bc-coach-mark-container>section:first-child>button.like,
section.bc-off-canvas[status=open]>aside>section:first-child>button.like,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.like,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.like,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.like,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.like,
.like.bc-icon,
.like.bc-tooltip-close-btn::before,
.bc-input-select>em.like,
.bc-input-select bc-icon.like,
.bc-input-select>img.like,
.bc-input-select-active>em.like,
.bc-input-select-active bc-icon.like,
.bc-input-select-active>img.like,
.bc-input-select-item em.like,
.bc-input-number-container>em.like,
.bc-input-number-container bc-icon.like,
.bc-input-number-container>img.like,
.bc-input-currency-container>em.like,
.bc-input-currency-container bc-icon.like,
.bc-input-currency-container>img.like,
.bc-card-select-input>em.like,
.bc-card-select-input bc-icon.like,
.bc-card-select-active .bc-card-select-input-control>em.like,
.bc-card-select-active .bc-card-select-input-control bc-icon.like,
.bc-card-select-input>img.like,
.bc-card-select-active .bc-card-select-input-control>img.like,
.bc-input-token>em.like,
.bc-input-token bc-icon.like,
.bc-input-token>img.like,
.bc-form-field>em.like,
.bc-form-field bc-icon.like,
.bc-form-field>img.like {
    color: #ff8389
}

section.bc-coach-mark-container>section:first-child>button.bc-disabled,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-disabled,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-disabled,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-disabled,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-disabled,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-disabled,
.bc-disabled.bc-icon,
.bc-disabled.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-disabled,
.bc-input-select bc-icon.bc-disabled,
.bc-input-select>img.bc-disabled,
.bc-input-select-active>em.bc-disabled,
.bc-input-select-active bc-icon.bc-disabled,
.bc-input-select-active>img.bc-disabled,
.bc-input-select-item em.bc-disabled,
.bc-input-number-container>em.bc-disabled,
.bc-input-number-container bc-icon.bc-disabled,
.bc-input-number-container>img.bc-disabled,
.bc-input-currency-container>em.bc-disabled,
.bc-input-currency-container bc-icon.bc-disabled,
.bc-input-currency-container>img.bc-disabled,
.bc-card-select-input>em.bc-disabled,
.bc-card-select-input bc-icon.bc-disabled,
.bc-card-select-active .bc-card-select-input-control>em.bc-disabled,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-disabled,
.bc-card-select-input>img.bc-disabled,
.bc-card-select-active .bc-card-select-input-control>img.bc-disabled,
.bc-input-token>em.bc-disabled,
.bc-input-token bc-icon.bc-disabled,
.bc-input-token>img.bc-disabled,
.bc-form-field>em.bc-disabled,
.bc-form-field bc-icon.bc-disabled,
.bc-form-field>img.bc-disabled {
    opacity: 40%;
    pointer-events: none
}

section.bc-coach-mark-container>section:first-child>button.bc-tooltip,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-tooltip,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-tooltip,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-tooltip,
.bc-tooltip.bc-icon,
.bc-tooltip.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-tooltip,
.bc-input-select bc-icon.bc-tooltip,
.bc-input-select>img.bc-tooltip,
.bc-input-select-active>em.bc-tooltip,
.bc-input-select-active bc-icon.bc-tooltip,
.bc-input-select-active>img.bc-tooltip,
.bc-input-select-item em.bc-tooltip,
.bc-input-number-container>em.bc-tooltip,
.bc-input-number-container bc-icon.bc-tooltip,
.bc-input-number-container>img.bc-tooltip,
.bc-input-currency-container>em.bc-tooltip,
.bc-input-currency-container bc-icon.bc-tooltip,
.bc-input-currency-container>img.bc-tooltip,
.bc-card-select-input>em.bc-tooltip,
.bc-card-select-input bc-icon.bc-tooltip,
.bc-card-select-active .bc-card-select-input-control>em.bc-tooltip,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-tooltip,
.bc-card-select-input>img.bc-tooltip,
.bc-card-select-active .bc-card-select-input-control>img.bc-tooltip,
.bc-input-token>em.bc-tooltip,
.bc-input-token bc-icon.bc-tooltip,
.bc-input-token>img.bc-tooltip,
.bc-form-field>em.bc-tooltip,
.bc-form-field bc-icon.bc-tooltip,
.bc-form-field>img.bc-tooltip {
    outline-color: #59cbe8;
    cursor: pointer
}

section.bc-coach-mark-container>section:first-child>button.bc-tooltip:hover,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-tooltip:hover,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-tooltip:hover,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip:hover,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip:hover,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-tooltip:hover,
.bc-tooltip.bc-icon:hover,
.bc-tooltip.bc-tooltip-close-btn:hover::before,
.bc-input-select>em.bc-tooltip:hover,
.bc-input-select bc-icon.bc-tooltip:hover,
.bc-input-select>img.bc-tooltip:hover,
.bc-input-select-active>em.bc-tooltip:hover,
.bc-input-select-active bc-icon.bc-tooltip:hover,
.bc-input-select-active>img.bc-tooltip:hover,
.bc-input-select-item em.bc-tooltip:hover,
.bc-input-number-container>em.bc-tooltip:hover,
.bc-input-number-container bc-icon.bc-tooltip:hover,
.bc-input-number-container>img.bc-tooltip:hover,
.bc-input-currency-container>em.bc-tooltip:hover,
.bc-input-currency-container bc-icon.bc-tooltip:hover,
.bc-input-currency-container>img.bc-tooltip:hover,
.bc-card-select-input>em.bc-tooltip:hover,
.bc-card-select-input bc-icon.bc-tooltip:hover,
.bc-card-select-active .bc-card-select-input-control>em.bc-tooltip:hover,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-tooltip:hover,
.bc-card-select-input>img.bc-tooltip:hover,
.bc-card-select-active .bc-card-select-input-control>img.bc-tooltip:hover,
.bc-input-token>em.bc-tooltip:hover,
.bc-input-token bc-icon.bc-tooltip:hover,
.bc-input-token>img.bc-tooltip:hover,
.bc-form-field>em.bc-tooltip:hover,
.bc-form-field bc-icon.bc-tooltip:hover,
.bc-form-field>img.bc-tooltip:hover {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .08)
}

section.bc-coach-mark-container>section:first-child>button.bc-tooltip:focus-visible,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-tooltip:focus-visible,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-tooltip:focus-visible,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip:focus-visible,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-tooltip:focus-visible,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-tooltip:focus-visible,
.bc-tooltip.bc-icon:focus-visible,
.bc-tooltip.bc-tooltip-close-btn:focus-visible::before,
.bc-input-select>em.bc-tooltip:focus-visible,
.bc-input-select bc-icon.bc-tooltip:focus-visible,
.bc-input-select>img.bc-tooltip:focus-visible,
.bc-input-select-active>em.bc-tooltip:focus-visible,
.bc-input-select-active bc-icon.bc-tooltip:focus-visible,
.bc-input-select-active>img.bc-tooltip:focus-visible,
.bc-input-select-item em.bc-tooltip:focus-visible,
.bc-input-number-container>em.bc-tooltip:focus-visible,
.bc-input-number-container bc-icon.bc-tooltip:focus-visible,
.bc-input-number-container>img.bc-tooltip:focus-visible,
.bc-input-currency-container>em.bc-tooltip:focus-visible,
.bc-input-currency-container bc-icon.bc-tooltip:focus-visible,
.bc-input-currency-container>img.bc-tooltip:focus-visible,
.bc-card-select-input>em.bc-tooltip:focus-visible,
.bc-card-select-input bc-icon.bc-tooltip:focus-visible,
.bc-card-select-active .bc-card-select-input-control>em.bc-tooltip:focus-visible,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-tooltip:focus-visible,
.bc-card-select-input>img.bc-tooltip:focus-visible,
.bc-card-select-active .bc-card-select-input-control>img.bc-tooltip:focus-visible,
.bc-input-token>em.bc-tooltip:focus-visible,
.bc-input-token bc-icon.bc-tooltip:focus-visible,
.bc-input-token>img.bc-tooltip:focus-visible,
.bc-form-field>em.bc-tooltip:focus-visible,
.bc-form-field bc-icon.bc-tooltip:focus-visible,
.bc-form-field>img.bc-tooltip:focus-visible {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

section.bc-coach-mark-container>section:first-child>button.bc-dropdown-toggle,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-dropdown-toggle,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-dropdown-toggle,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-dropdown-toggle,
.bc-dropdown-toggle.bc-icon,
.bc-dropdown-toggle.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-dropdown-toggle,
.bc-input-select bc-icon.bc-dropdown-toggle,
.bc-input-select>img.bc-dropdown-toggle,
.bc-input-select-active>em.bc-dropdown-toggle,
.bc-input-select-active bc-icon.bc-dropdown-toggle,
.bc-input-select-active>img.bc-dropdown-toggle,
.bc-input-select-item em.bc-dropdown-toggle,
.bc-input-number-container>em.bc-dropdown-toggle,
.bc-input-number-container bc-icon.bc-dropdown-toggle,
.bc-input-number-container>img.bc-dropdown-toggle,
.bc-input-currency-container>em.bc-dropdown-toggle,
.bc-input-currency-container bc-icon.bc-dropdown-toggle,
.bc-input-currency-container>img.bc-dropdown-toggle,
.bc-card-select-input>em.bc-dropdown-toggle,
.bc-card-select-input bc-icon.bc-dropdown-toggle,
.bc-card-select-active .bc-card-select-input-control>em.bc-dropdown-toggle,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-dropdown-toggle,
.bc-card-select-input>img.bc-dropdown-toggle,
.bc-card-select-active .bc-card-select-input-control>img.bc-dropdown-toggle,
.bc-input-token>em.bc-dropdown-toggle,
.bc-input-token bc-icon.bc-dropdown-toggle,
.bc-input-token>img.bc-dropdown-toggle,
.bc-form-field>em.bc-dropdown-toggle,
.bc-form-field bc-icon.bc-dropdown-toggle,
.bc-form-field>img.bc-dropdown-toggle {
    outline-color: #59cbe8
}

section.bc-coach-mark-container>section:first-child>button.bc-dropdown-toggle:hover,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-dropdown-toggle:hover,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-dropdown-toggle:hover,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle:hover,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle:hover,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-dropdown-toggle:hover,
.bc-dropdown-toggle.bc-icon:hover,
.bc-dropdown-toggle.bc-tooltip-close-btn:hover::before,
.bc-input-select>em.bc-dropdown-toggle:hover,
.bc-input-select bc-icon.bc-dropdown-toggle:hover,
.bc-input-select>img.bc-dropdown-toggle:hover,
.bc-input-select-active>em.bc-dropdown-toggle:hover,
.bc-input-select-active bc-icon.bc-dropdown-toggle:hover,
.bc-input-select-active>img.bc-dropdown-toggle:hover,
.bc-input-select-item em.bc-dropdown-toggle:hover,
.bc-input-number-container>em.bc-dropdown-toggle:hover,
.bc-input-number-container bc-icon.bc-dropdown-toggle:hover,
.bc-input-number-container>img.bc-dropdown-toggle:hover,
.bc-input-currency-container>em.bc-dropdown-toggle:hover,
.bc-input-currency-container bc-icon.bc-dropdown-toggle:hover,
.bc-input-currency-container>img.bc-dropdown-toggle:hover,
.bc-card-select-input>em.bc-dropdown-toggle:hover,
.bc-card-select-input bc-icon.bc-dropdown-toggle:hover,
.bc-card-select-active .bc-card-select-input-control>em.bc-dropdown-toggle:hover,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-dropdown-toggle:hover,
.bc-card-select-input>img.bc-dropdown-toggle:hover,
.bc-card-select-active .bc-card-select-input-control>img.bc-dropdown-toggle:hover,
.bc-input-token>em.bc-dropdown-toggle:hover,
.bc-input-token bc-icon.bc-dropdown-toggle:hover,
.bc-input-token>img.bc-dropdown-toggle:hover,
.bc-form-field>em.bc-dropdown-toggle:hover,
.bc-form-field bc-icon.bc-dropdown-toggle:hover,
.bc-form-field>img.bc-dropdown-toggle:hover {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .08)
}

section.bc-coach-mark-container>section:first-child>button.bc-dropdown-toggle:active,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-dropdown-toggle:active,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-dropdown-toggle:active,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle:active,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle:active,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-dropdown-toggle:active,
.bc-dropdown-toggle.bc-icon:active,
.bc-dropdown-toggle.bc-tooltip-close-btn:active::before,
.bc-input-select>em.bc-dropdown-toggle:active,
.bc-input-select bc-icon.bc-dropdown-toggle:active,
.bc-input-select>img.bc-dropdown-toggle:active,
.bc-input-select-active>em.bc-dropdown-toggle:active,
.bc-input-select-active bc-icon.bc-dropdown-toggle:active,
.bc-input-select-active>img.bc-dropdown-toggle:active,
.bc-input-select-item em.bc-dropdown-toggle:active,
.bc-input-number-container>em.bc-dropdown-toggle:active,
.bc-input-number-container bc-icon.bc-dropdown-toggle:active,
.bc-input-number-container>img.bc-dropdown-toggle:active,
.bc-input-currency-container>em.bc-dropdown-toggle:active,
.bc-input-currency-container bc-icon.bc-dropdown-toggle:active,
.bc-input-currency-container>img.bc-dropdown-toggle:active,
.bc-card-select-input>em.bc-dropdown-toggle:active,
.bc-card-select-input bc-icon.bc-dropdown-toggle:active,
.bc-card-select-active .bc-card-select-input-control>em.bc-dropdown-toggle:active,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-dropdown-toggle:active,
.bc-card-select-input>img.bc-dropdown-toggle:active,
.bc-card-select-active .bc-card-select-input-control>img.bc-dropdown-toggle:active,
.bc-input-token>em.bc-dropdown-toggle:active,
.bc-input-token bc-icon.bc-dropdown-toggle:active,
.bc-input-token>img.bc-dropdown-toggle:active,
.bc-form-field>em.bc-dropdown-toggle:active,
.bc-form-field bc-icon.bc-dropdown-toggle:active,
.bc-form-field>img.bc-dropdown-toggle:active {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .24)
}

section.bc-coach-mark-container>section:first-child>button.bc-dropdown-toggle:focus-visible,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-dropdown-toggle:focus-visible,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-dropdown-toggle:focus-visible,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle:focus-visible,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-dropdown-toggle:focus-visible,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-dropdown-toggle:focus-visible,
.bc-dropdown-toggle.bc-icon:focus-visible,
.bc-dropdown-toggle.bc-tooltip-close-btn:focus-visible::before,
.bc-input-select>em.bc-dropdown-toggle:focus-visible,
.bc-input-select bc-icon.bc-dropdown-toggle:focus-visible,
.bc-input-select>img.bc-dropdown-toggle:focus-visible,
.bc-input-select-active>em.bc-dropdown-toggle:focus-visible,
.bc-input-select-active bc-icon.bc-dropdown-toggle:focus-visible,
.bc-input-select-active>img.bc-dropdown-toggle:focus-visible,
.bc-input-select-item em.bc-dropdown-toggle:focus-visible,
.bc-input-number-container>em.bc-dropdown-toggle:focus-visible,
.bc-input-number-container bc-icon.bc-dropdown-toggle:focus-visible,
.bc-input-number-container>img.bc-dropdown-toggle:focus-visible,
.bc-input-currency-container>em.bc-dropdown-toggle:focus-visible,
.bc-input-currency-container bc-icon.bc-dropdown-toggle:focus-visible,
.bc-input-currency-container>img.bc-dropdown-toggle:focus-visible,
.bc-card-select-input>em.bc-dropdown-toggle:focus-visible,
.bc-card-select-input bc-icon.bc-dropdown-toggle:focus-visible,
.bc-card-select-active .bc-card-select-input-control>em.bc-dropdown-toggle:focus-visible,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-dropdown-toggle:focus-visible,
.bc-card-select-input>img.bc-dropdown-toggle:focus-visible,
.bc-card-select-active .bc-card-select-input-control>img.bc-dropdown-toggle:focus-visible,
.bc-input-token>em.bc-dropdown-toggle:focus-visible,
.bc-input-token bc-icon.bc-dropdown-toggle:focus-visible,
.bc-input-token>img.bc-dropdown-toggle:focus-visible,
.bc-form-field>em.bc-dropdown-toggle:focus-visible,
.bc-form-field bc-icon.bc-dropdown-toggle:focus-visible,
.bc-form-field>img.bc-dropdown-toggle:focus-visible {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

section.bc-coach-mark-container>section:first-child>button.bc-link,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-link,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-link,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-link,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-link,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-link,
.bc-link.bc-icon,
.bc-link.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-link,
.bc-input-select bc-icon.bc-link,
.bc-input-select>img.bc-link,
.bc-input-select-active>em.bc-link,
.bc-input-select-active bc-icon.bc-link,
.bc-input-select-active>img.bc-link,
.bc-input-select-item em.bc-link,
.bc-input-number-container>em.bc-link,
.bc-input-number-container bc-icon.bc-link,
.bc-input-number-container>img.bc-link,
.bc-input-currency-container>em.bc-link,
.bc-input-currency-container bc-icon.bc-link,
.bc-input-currency-container>img.bc-link,
.bc-card-select-input>em.bc-link,
.bc-card-select-input bc-icon.bc-link,
.bc-card-select-active .bc-card-select-input-control>em.bc-link,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-link,
.bc-card-select-input>img.bc-link,
.bc-card-select-active .bc-card-select-input-control>img.bc-link,
.bc-input-token>em.bc-link,
.bc-input-token bc-icon.bc-link,
.bc-input-token>img.bc-link,
.bc-form-field>em.bc-link,
.bc-form-field bc-icon.bc-link,
.bc-form-field>img.bc-link {
    outline-color: #59cbe8;
    margin: 0px
}

section.bc-coach-mark-container>section:first-child>button.bc-link:hover,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-link:hover,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-link:hover,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-link:hover,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-link:hover,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-link:hover,
.bc-link.bc-icon:hover,
.bc-link.bc-tooltip-close-btn:hover::before,
.bc-input-select>em.bc-link:hover,
.bc-input-select bc-icon.bc-link:hover,
.bc-input-select>img.bc-link:hover,
.bc-input-select-active>em.bc-link:hover,
.bc-input-select-active bc-icon.bc-link:hover,
.bc-input-select-active>img.bc-link:hover,
.bc-input-select-item em.bc-link:hover,
.bc-input-number-container>em.bc-link:hover,
.bc-input-number-container bc-icon.bc-link:hover,
.bc-input-number-container>img.bc-link:hover,
.bc-input-currency-container>em.bc-link:hover,
.bc-input-currency-container bc-icon.bc-link:hover,
.bc-input-currency-container>img.bc-link:hover,
.bc-card-select-input>em.bc-link:hover,
.bc-card-select-input bc-icon.bc-link:hover,
.bc-card-select-active .bc-card-select-input-control>em.bc-link:hover,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-link:hover,
.bc-card-select-input>img.bc-link:hover,
.bc-card-select-active .bc-card-select-input-control>img.bc-link:hover,
.bc-input-token>em.bc-link:hover,
.bc-input-token bc-icon.bc-link:hover,
.bc-input-token>img.bc-link:hover,
.bc-form-field>em.bc-link:hover,
.bc-form-field bc-icon.bc-link:hover,
.bc-form-field>img.bc-link:hover {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .08)
}

section.bc-coach-mark-container>section:first-child>button.bc-link:active,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-link:active,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-link:active,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-link:active,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-link:active,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-link:active,
.bc-link.bc-icon:active,
.bc-link.bc-tooltip-close-btn:active::before,
.bc-input-select>em.bc-link:active,
.bc-input-select bc-icon.bc-link:active,
.bc-input-select>img.bc-link:active,
.bc-input-select-active>em.bc-link:active,
.bc-input-select-active bc-icon.bc-link:active,
.bc-input-select-active>img.bc-link:active,
.bc-input-select-item em.bc-link:active,
.bc-input-number-container>em.bc-link:active,
.bc-input-number-container bc-icon.bc-link:active,
.bc-input-number-container>img.bc-link:active,
.bc-input-currency-container>em.bc-link:active,
.bc-input-currency-container bc-icon.bc-link:active,
.bc-input-currency-container>img.bc-link:active,
.bc-card-select-input>em.bc-link:active,
.bc-card-select-input bc-icon.bc-link:active,
.bc-card-select-active .bc-card-select-input-control>em.bc-link:active,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-link:active,
.bc-card-select-input>img.bc-link:active,
.bc-card-select-active .bc-card-select-input-control>img.bc-link:active,
.bc-input-token>em.bc-link:active,
.bc-input-token bc-icon.bc-link:active,
.bc-input-token>img.bc-link:active,
.bc-form-field>em.bc-link:active,
.bc-form-field bc-icon.bc-link:active,
.bc-form-field>img.bc-link:active {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .24)
}

section.bc-coach-mark-container>section:first-child>button.bc-link:focus-visible,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-link:focus-visible,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-link:focus-visible,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-link:focus-visible,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-link:focus-visible,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-link:focus-visible,
.bc-link.bc-icon:focus-visible,
.bc-link.bc-tooltip-close-btn:focus-visible::before,
.bc-input-select>em.bc-link:focus-visible,
.bc-input-select bc-icon.bc-link:focus-visible,
.bc-input-select>img.bc-link:focus-visible,
.bc-input-select-active>em.bc-link:focus-visible,
.bc-input-select-active bc-icon.bc-link:focus-visible,
.bc-input-select-active>img.bc-link:focus-visible,
.bc-input-select-item em.bc-link:focus-visible,
.bc-input-number-container>em.bc-link:focus-visible,
.bc-input-number-container bc-icon.bc-link:focus-visible,
.bc-input-number-container>img.bc-link:focus-visible,
.bc-input-currency-container>em.bc-link:focus-visible,
.bc-input-currency-container bc-icon.bc-link:focus-visible,
.bc-input-currency-container>img.bc-link:focus-visible,
.bc-card-select-input>em.bc-link:focus-visible,
.bc-card-select-input bc-icon.bc-link:focus-visible,
.bc-card-select-active .bc-card-select-input-control>em.bc-link:focus-visible,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-link:focus-visible,
.bc-card-select-input>img.bc-link:focus-visible,
.bc-card-select-active .bc-card-select-input-control>img.bc-link:focus-visible,
.bc-input-token>em.bc-link:focus-visible,
.bc-input-token bc-icon.bc-link:focus-visible,
.bc-input-token>img.bc-link:focus-visible,
.bc-form-field>em.bc-link:focus-visible,
.bc-form-field bc-icon.bc-link:focus-visible,
.bc-form-field>img.bc-link:focus-visible {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

section.bc-coach-mark-container>section:first-child>button.bc-float-menu-toggle,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-float-menu-toggle,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-float-menu-toggle,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-float-menu-toggle,
.bc-float-menu-toggle.bc-icon,
.bc-float-menu-toggle.bc-tooltip-close-btn::before,
.bc-input-select>em.bc-float-menu-toggle,
.bc-input-select bc-icon.bc-float-menu-toggle,
.bc-input-select>img.bc-float-menu-toggle,
.bc-input-select-active>em.bc-float-menu-toggle,
.bc-input-select-active bc-icon.bc-float-menu-toggle,
.bc-input-select-active>img.bc-float-menu-toggle,
.bc-input-select-item em.bc-float-menu-toggle,
.bc-input-number-container>em.bc-float-menu-toggle,
.bc-input-number-container bc-icon.bc-float-menu-toggle,
.bc-input-number-container>img.bc-float-menu-toggle,
.bc-input-currency-container>em.bc-float-menu-toggle,
.bc-input-currency-container bc-icon.bc-float-menu-toggle,
.bc-input-currency-container>img.bc-float-menu-toggle,
.bc-card-select-input>em.bc-float-menu-toggle,
.bc-card-select-input bc-icon.bc-float-menu-toggle,
.bc-card-select-active .bc-card-select-input-control>em.bc-float-menu-toggle,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-float-menu-toggle,
.bc-card-select-input>img.bc-float-menu-toggle,
.bc-card-select-active .bc-card-select-input-control>img.bc-float-menu-toggle,
.bc-input-token>em.bc-float-menu-toggle,
.bc-input-token bc-icon.bc-float-menu-toggle,
.bc-input-token>img.bc-float-menu-toggle,
.bc-form-field>em.bc-float-menu-toggle,
.bc-form-field bc-icon.bc-float-menu-toggle,
.bc-form-field>img.bc-float-menu-toggle {
    outline-color: #59cbe8;
    margin: 0px;
    cursor: pointer
}

section.bc-coach-mark-container>section:first-child>button.bc-float-menu-toggle:hover,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-float-menu-toggle:hover,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-float-menu-toggle:hover,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle:hover,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle:hover,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-float-menu-toggle:hover,
.bc-float-menu-toggle.bc-icon:hover,
.bc-float-menu-toggle.bc-tooltip-close-btn:hover::before,
.bc-input-select>em.bc-float-menu-toggle:hover,
.bc-input-select bc-icon.bc-float-menu-toggle:hover,
.bc-input-select>img.bc-float-menu-toggle:hover,
.bc-input-select-active>em.bc-float-menu-toggle:hover,
.bc-input-select-active bc-icon.bc-float-menu-toggle:hover,
.bc-input-select-active>img.bc-float-menu-toggle:hover,
.bc-input-select-item em.bc-float-menu-toggle:hover,
.bc-input-number-container>em.bc-float-menu-toggle:hover,
.bc-input-number-container bc-icon.bc-float-menu-toggle:hover,
.bc-input-number-container>img.bc-float-menu-toggle:hover,
.bc-input-currency-container>em.bc-float-menu-toggle:hover,
.bc-input-currency-container bc-icon.bc-float-menu-toggle:hover,
.bc-input-currency-container>img.bc-float-menu-toggle:hover,
.bc-card-select-input>em.bc-float-menu-toggle:hover,
.bc-card-select-input bc-icon.bc-float-menu-toggle:hover,
.bc-card-select-active .bc-card-select-input-control>em.bc-float-menu-toggle:hover,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-float-menu-toggle:hover,
.bc-card-select-input>img.bc-float-menu-toggle:hover,
.bc-card-select-active .bc-card-select-input-control>img.bc-float-menu-toggle:hover,
.bc-input-token>em.bc-float-menu-toggle:hover,
.bc-input-token bc-icon.bc-float-menu-toggle:hover,
.bc-input-token>img.bc-float-menu-toggle:hover,
.bc-form-field>em.bc-float-menu-toggle:hover,
.bc-form-field bc-icon.bc-float-menu-toggle:hover,
.bc-form-field>img.bc-float-menu-toggle:hover {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .08)
}

section.bc-coach-mark-container>section:first-child>button.bc-float-menu-toggle:active,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-float-menu-toggle:active,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-float-menu-toggle:active,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle:active,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle:active,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-float-menu-toggle:active,
.bc-float-menu-toggle.bc-icon:active,
.bc-float-menu-toggle.bc-tooltip-close-btn:active::before,
.bc-input-select>em.bc-float-menu-toggle:active,
.bc-input-select bc-icon.bc-float-menu-toggle:active,
.bc-input-select>img.bc-float-menu-toggle:active,
.bc-input-select-active>em.bc-float-menu-toggle:active,
.bc-input-select-active bc-icon.bc-float-menu-toggle:active,
.bc-input-select-active>img.bc-float-menu-toggle:active,
.bc-input-select-item em.bc-float-menu-toggle:active,
.bc-input-number-container>em.bc-float-menu-toggle:active,
.bc-input-number-container bc-icon.bc-float-menu-toggle:active,
.bc-input-number-container>img.bc-float-menu-toggle:active,
.bc-input-currency-container>em.bc-float-menu-toggle:active,
.bc-input-currency-container bc-icon.bc-float-menu-toggle:active,
.bc-input-currency-container>img.bc-float-menu-toggle:active,
.bc-card-select-input>em.bc-float-menu-toggle:active,
.bc-card-select-input bc-icon.bc-float-menu-toggle:active,
.bc-card-select-active .bc-card-select-input-control>em.bc-float-menu-toggle:active,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-float-menu-toggle:active,
.bc-card-select-input>img.bc-float-menu-toggle:active,
.bc-card-select-active .bc-card-select-input-control>img.bc-float-menu-toggle:active,
.bc-input-token>em.bc-float-menu-toggle:active,
.bc-input-token bc-icon.bc-float-menu-toggle:active,
.bc-input-token>img.bc-float-menu-toggle:active,
.bc-form-field>em.bc-float-menu-toggle:active,
.bc-form-field bc-icon.bc-float-menu-toggle:active,
.bc-form-field>img.bc-float-menu-toggle:active {
    border-radius: 50%;
    background-color: rgba(44, 42, 41, .24)
}

section.bc-coach-mark-container>section:first-child>button.bc-float-menu-toggle:focus-visible,
section.bc-off-canvas[status=open]>aside>section:first-child>button.bc-float-menu-toggle:focus-visible,
section.bc-off-canvas[type=horizontal]>aside>section:first-child>button.bc-float-menu-toggle:focus-visible,
section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle:focus-visible,
section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button.bc-float-menu-toggle:focus-visible,
section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button.bc-float-menu-toggle:focus-visible,
.bc-float-menu-toggle.bc-icon:focus-visible,
.bc-float-menu-toggle.bc-tooltip-close-btn:focus-visible::before,
.bc-input-select>em.bc-float-menu-toggle:focus-visible,
.bc-input-select bc-icon.bc-float-menu-toggle:focus-visible,
.bc-input-select>img.bc-float-menu-toggle:focus-visible,
.bc-input-select-active>em.bc-float-menu-toggle:focus-visible,
.bc-input-select-active bc-icon.bc-float-menu-toggle:focus-visible,
.bc-input-select-active>img.bc-float-menu-toggle:focus-visible,
.bc-input-select-item em.bc-float-menu-toggle:focus-visible,
.bc-input-number-container>em.bc-float-menu-toggle:focus-visible,
.bc-input-number-container bc-icon.bc-float-menu-toggle:focus-visible,
.bc-input-number-container>img.bc-float-menu-toggle:focus-visible,
.bc-input-currency-container>em.bc-float-menu-toggle:focus-visible,
.bc-input-currency-container bc-icon.bc-float-menu-toggle:focus-visible,
.bc-input-currency-container>img.bc-float-menu-toggle:focus-visible,
.bc-card-select-input>em.bc-float-menu-toggle:focus-visible,
.bc-card-select-input bc-icon.bc-float-menu-toggle:focus-visible,
.bc-card-select-active .bc-card-select-input-control>em.bc-float-menu-toggle:focus-visible,
.bc-card-select-active .bc-card-select-input-control bc-icon.bc-float-menu-toggle:focus-visible,
.bc-card-select-input>img.bc-float-menu-toggle:focus-visible,
.bc-card-select-active .bc-card-select-input-control>img.bc-float-menu-toggle:focus-visible,
.bc-input-token>em.bc-float-menu-toggle:focus-visible,
.bc-input-token bc-icon.bc-float-menu-toggle:focus-visible,
.bc-input-token>img.bc-float-menu-toggle:focus-visible,
.bc-form-field>em.bc-float-menu-toggle:focus-visible,
.bc-form-field bc-icon.bc-float-menu-toggle:focus-visible,
.bc-form-field>img.bc-float-menu-toggle:focus-visible {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-form-field {
    width: 100%;
    position: relative;
    /* height: 70px; */
    margin-top: 20px
}

@media screen and (max-width: 975px) {
    .bc-form-field {
        margin-bottom: 15px;
        display: grid
    }
}

.bc-form-field>em,
.bc-form-field bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-form-field>img,
.bc-form-field bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-form-field>em:first-child {
    left: 0;
    width: 24px
}

.bc-form-field>input+em {
    right: 0;
    left: initial
}

.bc-form-field em+input~label[for],
.bc-form-field bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-form-field em+input {
    padding-left: 30px
}

.bc-form-field>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-form-field>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-form-field>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-form-field[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-form-field[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

bc-form-field[disabled] {
    pointer-events: none;
    opacity: .6
}

bc-form-field[disabled] div {
    opacity: .6
}

.bc-input[aria-label],
.bc-input[id],
.bc-input-area[aria-label],
.bc-input-area[id] {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    height: 32px;
    left: 0px;
    top: 20px;
    width: 100%;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input[aria-label]:focus,
.bc-input[id]:focus,
.bc-input-area[aria-label]:focus,
.bc-input-area[id]:focus,
.focus-input.bc-input[aria-label],
.focus-input.bc-input[id],
.focus-input.bc-input-area[aria-label],
.focus-input.bc-input-area[id] {
    outline: none;
    transition: .5s;
    border-bottom: solid 2px #fdda24
}

.bc-input[aria-label]~span,
.bc-input[id]~span,
.bc-input-area[aria-label]~span,
.bc-input-area[id]~span {
    display: block;
    height: 20px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input[aria-label]~label,
.bc-input[id]~label,
.bc-input-area[aria-label]~label,
.bc-input-area[id]~label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 88%;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input[aria-label]:not(:placeholder-shown),
.bc-input[id]:not(:placeholder-shown),
.bc-input-area[aria-label]:not(:placeholder-shown),
.bc-input-area[id]:not(:placeholder-shown) {
    border-bottom: 2px solid #fff
}

.bc-input-error.bc-input[aria-label],
.bc-input-number[error] input.bc-input[aria-label],
.bc-input-currency[error] input.bc-input[aria-label],
.bc-input-error.bc-input[id],
.bc-input-number[error] input.bc-input[id],
.bc-input-currency[error] input.bc-input[id],
.bc-input-error.bc-input-area[aria-label],
.bc-input-number[error] input.bc-input-area[aria-label],
.bc-input-currency[error] input.bc-input-area[aria-label],
.bc-input-error.bc-input-area[id],
.bc-input-number[error] input.bc-input-area[id],
.bc-input-currency[error] input.bc-input-area[id] {
    border-bottom: 2px solid #ff8389
}

.bc-input-error.bc-input[aria-label]~span,
.bc-input-number[error] input.bc-input[aria-label]~span,
.bc-input-currency[error] input.bc-input[aria-label]~span,
.bc-input-error.bc-input[id]~span,
.bc-input-number[error] input.bc-input[id]~span,
.bc-input-currency[error] input.bc-input[id]~span,
.bc-input-error.bc-input-area[aria-label]~span,
.bc-input-number[error] input.bc-input-area[aria-label]~span,
.bc-input-currency[error] input.bc-input-area[aria-label]~span,
.bc-input-error.bc-input-area[id]~span,
.bc-input-number[error] input.bc-input-area[id]~span,
.bc-input-currency[error] input.bc-input-area[id]~span {
    color: #ff8389;
    display: block
}

.bc-input-error.bc-input[aria-label]~div span,
.bc-input-number[error] input.bc-input[aria-label]~div span,
.bc-input-currency[error] input.bc-input[aria-label]~div span,
.bc-input-error.bc-input[id]~div span,
.bc-input-number[error] input.bc-input[id]~div span,
.bc-input-currency[error] input.bc-input[id]~div span,
.bc-input-error.bc-input-area[aria-label]~div span,
.bc-input-number[error] input.bc-input-area[aria-label]~div span,
.bc-input-currency[error] input.bc-input-area[aria-label]~div span,
.bc-input-error.bc-input-area[id]~div span,
.bc-input-number[error] input.bc-input-area[id]~div span,
.bc-input-currency[error] input.bc-input-area[id]~div span {
    color: #ff8389;
    display: block
}

.bc-input-error.bc-input[aria-label]~section span,
.bc-input-number[error] input.bc-input[aria-label]~section span,
.bc-input-currency[error] input.bc-input[aria-label]~section span,
.bc-input-error.bc-input[id]~section span,
.bc-input-number[error] input.bc-input[id]~section span,
.bc-input-currency[error] input.bc-input[id]~section span,
.bc-input-error.bc-input-area[aria-label]~section span,
.bc-input-number[error] input.bc-input-area[aria-label]~section span,
.bc-input-currency[error] input.bc-input-area[aria-label]~section span,
.bc-input-error.bc-input-area[id]~section span,
.bc-input-number[error] input.bc-input-area[id]~section span,
.bc-input-currency[error] input.bc-input-area[id]~section span {
    color: #ff8389;
    display: block
}

.bc-input-success.bc-input[aria-label],
.bc-input-success.bc-input[id],
.bc-input-success.bc-input-area[aria-label],
.bc-input-success.bc-input-area[id] {
    border-bottom: 2px solid #69cc96
}

.bc-input-success.bc-input[aria-label]~span,
.bc-input-success.bc-input[id]~span,
.bc-input-success.bc-input-area[aria-label]~span,
.bc-input-success.bc-input-area[id]~span {
    color: #69cc96
}

em~.bc-input-value.bc-input[aria-label],
em~.bc-input-value.bc-input[id],
em~.bc-input-value.bc-input-area[aria-label],
em~.bc-input-value.bc-input-area[id] {
    padding-left: 16px
}

.bc-input-value.bc-input[aria-label]~label,
.bc-input-value.bc-input[id]~label,
.bc-input-value.bc-input-area[aria-label]~label,
.bc-input-value.bc-input-area[id]~label {
    padding-left: 16px
}

.bc-input-franchise.bc-input[aria-label]::placeholder,
.bc-input-franchise.bc-input[id]::placeholder,
.bc-input-franchise.bc-input-area[aria-label]::placeholder,
.bc-input-franchise.bc-input-area[id]::placeholder {
    opacity: .4
}

.bc-input-franchise[type=text].bc-input[aria-label]~label,
.bc-input-franchise[type=text].bc-input[id]~label,
.bc-input-franchise[type=text].bc-input-area[aria-label]~label,
.bc-input-franchise[type=text].bc-input-area[id]~label {
    padding-left: 0px
}

.bc-input-franchise.bc-input[aria-label]~label,
.bc-input-franchise.bc-input[id]~label,
.bc-input-franchise.bc-input-area[aria-label]~label,
.bc-input-franchise.bc-input-area[id]~label {
    padding-left: 30px
}

em~.bc-input-franchise.bc-input[aria-label],
em~.bc-input-franchise.bc-input[id],
em~.bc-input-franchise.bc-input-area[aria-label],
em~.bc-input-franchise.bc-input-area[id] {
    padding-left: 16px
}

img~.bc-input-franchise.bc-input[aria-label],
img~.bc-input-franchise.bc-input[id],
img~.bc-input-franchise.bc-input-area[aria-label],
img~.bc-input-franchise.bc-input-area[id] {
    padding-left: 40px
}

.bc-input-franchise.bc-input[aria-label]+span,
.bc-input-franchise.bc-input[id]+span,
.bc-input-franchise.bc-input-area[aria-label]+span,
.bc-input-franchise.bc-input-area[id]+span {
    display: none
}

.bc-input-icon-left.bc-input[aria-label]::placeholder,
.bc-input-icon-left.bc-input[id]::placeholder,
.bc-input-icon-left.bc-input-area[aria-label]::placeholder,
.bc-input-icon-left.bc-input-area[id]::placeholder {
    opacity: .4
}

.bc-input-icon-left[type=text].bc-input[aria-label]~label,
.bc-input-icon-left[type=text].bc-input[id]~label,
.bc-input-icon-left[type=text].bc-input-area[aria-label]~label,
.bc-input-icon-left[type=text].bc-input-area[id]~label {
    padding-left: 0px
}

.bc-input-icon-left.bc-input[aria-label]~label,
.bc-input-icon-left.bc-input[id]~label,
.bc-input-icon-left.bc-input-area[aria-label]~label,
.bc-input-icon-left.bc-input-area[id]~label {
    padding-left: 30px
}

em~.bc-input-icon-left.bc-input[aria-label],
em~.bc-input-icon-left.bc-input[id],
em~.bc-input-icon-left.bc-input-area[aria-label],
em~.bc-input-icon-left.bc-input-area[id] {
    padding-left: 16px
}

img~.bc-input-icon-left.bc-input[aria-label],
img~.bc-input-icon-left.bc-input[id],
img~.bc-input-icon-left.bc-input-area[aria-label],
img~.bc-input-icon-left.bc-input-area[id] {
    padding-left: 40px
}

.bc-input[aria-label],
.bc-input[id],
.bc-input-area[aria-label],
.bc-input-area[id] {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-value.bc-input[aria-label],
.bc-input-value.bc-input[id],
.bc-input-value.bc-input-area[aria-label],
.bc-input-value.bc-input-area[id] {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-value.bc-input[aria-label]::placeholder,
.bc-input-value.bc-input[id]::placeholder,
.bc-input-value.bc-input-area[aria-label]::placeholder,
.bc-input-value.bc-input-area[id]::placeholder {
    color: #fff;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input[aria-label]::placeholder,
.bc-input[id]::placeholder,
.bc-input-area[aria-label]::placeholder,
.bc-input-area[id]::placeholder {
    opacity: .4;
    color: #fff;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input[aria-label]:focus~label,
.bc-input[id]:focus~label,
.bc-input-area[aria-label]:focus~label,
.bc-input-area[id]:focus~label,
.bc-input[aria-label]:active~label,
.bc-input[id]:active~label,
.bc-input-area[aria-label]:active~label,
.bc-input-area[id]:active~label,
.bc-active.bc-input[aria-label]~label,
.bc-active.bc-input[id]~label,
.bc-active.bc-input-area[aria-label]~label,
.bc-active.bc-input-area[id]~label {
    top: -23px;
    padding-left: 0;
    width: 95%;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bc-input[aria-label]:valid~label,
.bc-input[id]:valid~label,
.bc-input-area[aria-label]:valid~label,
.bc-input-area[id]:valid~label {
    margin-left: 0px
}

.bc-input[aria-label]:focus~span,
.bc-input[id]:focus~span,
.bc-input-area[aria-label]:focus~span,
.bc-input-area[id]:focus~span {
    color: #fff
}

.bc-input[aria-label]:focus,
.bc-input[id]:focus,
.bc-input-area[aria-label]:focus,
.bc-input-area[id]:focus {
    border-bottom: 2px solid #fdda24
}

.bc-input[aria-label]:focus.bc-input-error,
.bc-input-number[error] input.bc-input[aria-label]:focus,
.bc-input-currency[error] input.bc-input[aria-label]:focus,
.bc-input[id]:focus.bc-input-error,
.bc-input-number[error] input.bc-input[id]:focus,
.bc-input-currency[error] input.bc-input[id]:focus,
.bc-input-area[aria-label]:focus.bc-input-error,
.bc-input-number[error] input.bc-input-area[aria-label]:focus,
.bc-input-currency[error] input.bc-input-area[aria-label]:focus,
.bc-input-area[id]:focus.bc-input-error,
.bc-input-number[error] input.bc-input-area[id]:focus,
.bc-input-currency[error] input.bc-input-area[id]:focus {
    border-bottom: 2px solid #ff8389
}

.bc-input[aria-label]:focus.bc-input-error:focus~span,
.bc-input-number[error] input.bc-input[aria-label]:focus:focus~span,
.bc-input-currency[error] input.bc-input[aria-label]:focus:focus~span,
.bc-input[id]:focus.bc-input-error:focus~span,
.bc-input-number[error] input.bc-input[id]:focus:focus~span,
.bc-input-currency[error] input.bc-input[id]:focus:focus~span,
.bc-input-area[aria-label]:focus.bc-input-error:focus~span,
.bc-input-number[error] input.bc-input-area[aria-label]:focus:focus~span,
.bc-input-currency[error] input.bc-input-area[aria-label]:focus:focus~span,
.bc-input-area[id]:focus.bc-input-error:focus~span,
.bc-input-number[error] input.bc-input-area[id]:focus:focus~span,
.bc-input-currency[error] input.bc-input-area[id]:focus:focus~span {
    color: #ff8389
}

.bc-input[aria-label]:focus.bc-input-success,
.bc-input[id]:focus.bc-input-success,
.bc-input-area[aria-label]:focus.bc-input-success,
.bc-input-area[id]:focus.bc-input-success {
    border-bottom: 2px solid #69cc96
}

.bc-input[aria-label]:focus.bc-input-success:focus~span,
.bc-input[id]:focus.bc-input-success:focus~span,
.bc-input-area[aria-label]:focus.bc-input-success:focus~span,
.bc-input-area[id]:focus.bc-input-success:focus~span {
    color: #69cc96
}

[disabled].bc-input[aria-label],
[disabled].bc-input[id],
[disabled].bc-input-area[aria-label],
[disabled].bc-input-area[id] {
    pointer-events: none;
    opacity: .35;
    color: #97999b
}

[disabled].bc-input[aria-label]:not([value=""])~label,
[disabled].bc-input[id]:not([value=""])~label,
[disabled].bc-input-area[aria-label]:not([value=""])~label,
[disabled].bc-input-area[id]:not([value=""])~label {
    top: -20px
}

.bc-input-area[aria-label],
.bc-input-area[id] {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    height: 30px;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 63px;
    padding-left: 5px
}

.bc-input-area[aria-label]:focus,
.bc-input-area[aria-label].focus-input,
.bc-input-area[id]:focus,
.bc-input-area[id].focus-input {
    outline: none;
    transition: .5s;
    border-bottom: solid 2px #fdda24
}

.bc-input-area[aria-label]~label,
.bc-input-area[id]~label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-area[aria-label]:focus,
.bc-input-area[id]:focus {
    border-bottom: solid 2px #fdda24
}

.bc-input-area[aria-label].bc-input-area-error,
.bc-input-area[id].bc-input-area-error {
    border-bottom: solid 2px #ff8389
}

.bc-input-area[aria-label]:focus,
.bc-input-area[id]:focus {
    border-bottom: 2px solid #fdda24
}

.bc-input-area[aria-label]:active,
.bc-input-area[id]:active {
    border-bottom: 2px solid #fdda24
}

em~.bc-input[aria-label],
em~.bc-input[id] {
    padding-left: 30px;
    /* margin-top: 50px; */
}

.bc-input[aria-label]+em,
.bc-input[id]+em {
    right: 0;
    width: 24px;
    left: initial
}

.bc-input[aria-label]+em.bc-input,
.bc-input[id]+em.bc-input {
    padding-left: 40px
}

.bc-input[aria-label]+em:focus-visible,
.bc-input[id]+em:focus-visible {
    outline: #59cbe8 auto 1px
}

.bc-input[aria-label]+em .bc-invalid-feedback,
.bc-input[id]+em .bc-invalid-feedback {
    color: #ff8389;
    font-size: 0.75rem;
}

.bc-input[aria-label]+em .bc-valid-feedback,
.bc-input[id]+em .bc-valid-feedback {
    color: #fff;
    font-size: 0.75rem;
}

.bc-input[aria-label]+em .bc-span-info,
.bc-input[id]+em .bc-span-info {
    color: #fff
}

em+input[type=date]~label[for] {
    padding-left: 0px
}

.bc-form-field .franchise-logo {
    left: 0px
}

.change-theme img {
    filter: brightness(0%) invert(100%)
}

.bc-input-container-count {
    display: flex;
    margin-top: 3px
}

.bc-input-container-count .bc-input-space-count {
    flex: 1 0 1em
}

.bc-input-container-count .bc-input-span-info {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-container-count .bc-input-span-counter {
    order: 1
}

.bc-form-field>.bc-input-label-placeholder[for] {
    top: -23px;
    position: absolute;
    padding-left: 0px
}

.bc-divisa-cop span.bc-divisa,
.bc-divisa-usd span.bc-divisa,
.bc-divisa-eur span.bc-divisa {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px
}

.bc-divisa-cop em,
.bc-divisa-usd em,
.bc-divisa-eur em {
    left: 40px
}

.bc-divisa-cop .bc-input.bc-input-value[id],
.bc-divisa-usd .bc-input.bc-input-value[id],
.bc-divisa-eur .bc-input.bc-input-value[id] {
    padding-left: 56px
}

.bc-divisa-cop .bc-input.bc-input-value[id]~label,
.bc-divisa-usd .bc-input.bc-input-value[id]~label,
.bc-divisa-eur .bc-input.bc-input-value[id]~label {
    padding-left: 56px
}

.bc-divisa-cop .bc-input-area[aria-label]:focus~label,
.bc-divisa-cop .bc-input-area[id]:focus~label,
.bc-divisa-cop .bc-input[aria-label]:focus~label,
.bc-divisa-cop .bc-input[id]:focus~label,
.bc-divisa-cop .bc-input-area[aria-label]:active~label,
.bc-divisa-cop .bc-input-area[id]:active~label,
.bc-divisa-cop .bc-input[aria-label]:active~label,
.bc-divisa-cop .bc-input[id]:active~label,
.bc-divisa-cop .bc-active.bc-input-area[aria-label]~label,
.bc-divisa-cop .bc-active.bc-input-area[id]~label,
.bc-divisa-cop .bc-active.bc-input[aria-label]~label,
.bc-divisa-cop .bc-active.bc-input[id]~label,
.bc-divisa-usd .bc-input-area[aria-label]:focus~label,
.bc-divisa-usd .bc-input-area[id]:focus~label,
.bc-divisa-usd .bc-input[aria-label]:focus~label,
.bc-divisa-usd .bc-input[id]:focus~label,
.bc-divisa-usd .bc-input-area[aria-label]:active~label,
.bc-divisa-usd .bc-input-area[id]:active~label,
.bc-divisa-usd .bc-input[aria-label]:active~label,
.bc-divisa-usd .bc-input[id]:active~label,
.bc-divisa-usd .bc-active.bc-input-area[aria-label]~label,
.bc-divisa-usd .bc-active.bc-input-area[id]~label,
.bc-divisa-usd .bc-active.bc-input[aria-label]~label,
.bc-divisa-usd .bc-active.bc-input[id]~label,
.bc-divisa-eur .bc-input-area[aria-label]:focus~label,
.bc-divisa-eur .bc-input-area[id]:focus~label,
.bc-divisa-eur .bc-input[aria-label]:focus~label,
.bc-divisa-eur .bc-input[id]:focus~label,
.bc-divisa-eur .bc-input-area[aria-label]:active~label,
.bc-divisa-eur .bc-input-area[id]:active~label,
.bc-divisa-eur .bc-input[aria-label]:active~label,
.bc-divisa-eur .bc-input[id]:active~label,
.bc-divisa-eur .bc-active.bc-input-area[aria-label]~label,
.bc-divisa-eur .bc-active.bc-input-area[id]~label,
.bc-divisa-eur .bc-active.bc-input[aria-label]~label,
.bc-divisa-eur .bc-active.bc-input[id]~label {
    padding-left: 0
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #353537 inset;
    box-shadow: 0 0 0px 1000px #353537 inset;
    -webkit-text-fill-color: #fff
}

input::first-line {
    color: #fff;
    -webkit-text-fill-color: #fff
}

.bc-card-select-active .bc-input[aria-label],
.bc-card-select-active .bc-input[id] {
    padding-left: 32px
}

.bc-card-select-active .bc-input[aria-label]~label,
.bc-card-select-active .bc-input[id]~label {
    padding-left: 32px
}

.bc-card-select-active .bc-input[aria-label]:focus~label,
.bc-card-select-active .bc-input[id]:focus~label {
    padding-left: 0
}

.bc-card-select-active .bc-input[aria-label]+em,
.bc-card-select-active .bc-input[id]+em {
    right: initial;
    left: 0
}

.bc-input-create .bc-input-create-container .bc-dropdown {
    display: block
}

.bc-input-create .bc-input-create-container .bc-dropdown-active {
    display: block;
    animation: fade-in-opacity;
    animation-timing-function: 350ms
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-dropdown-triangle {
    top: 57px;
    left: 8%;
    border-left-width: 12px;
    border-right-width: 12px;
    border-bottom-width: 12px;
    border-bottom-color: #454648;
    filter: drop-shadow(0 8px 12px 0 rgba(24, 22, 21, 0.5607843137), 0 1px 8px 0 rgba(24, 22, 21, 0.3215686275))
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-dropdown-triangle.bc-droptop {
    left: 5.5%;
    top: -24%
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field {
    margin-bottom: 0
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active {
    position: fixed;
    margin-top: 0px;
    background-color: #454648;
    border-radius: 8px 8px 8px 8px
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals {
    margin: 16px
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-header {
    display: flex;
    height: 24px
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-header .bc-content-conditionals-header-icon {
    justify-content: center;
    align-items: center
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-header .bc-content-conditionals-header-text {
    margin-left: 8px;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item {
    display: flex;
    margin-top: 16px
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item .bc-content-conditionals-body-item-state {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item .bc-content-conditionals-body-item-state em {
    font-size: 1.125rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item .bc-content-conditionals-body-item-state.bc-content-conditionals-body-item-state-success {
    border: 2px #00c389 solid;
    border-radius: 100%
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item .bc-content-conditionals-body-item-state.bc-content-conditionals-body-item-state-error {
    background-color: #595a5c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item .bc-content-conditionals-body-item-text {
    display: flex;
    margin-left: 8px;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    margin-left: 8px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-body .bc-content-conditionals-body-item .bc-content-conditionals-body-item-text.bc-content-conditionals-body-item-text-error {
    color: #ff8389;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-create .bc-input-create-container .bc-dropdown-active .bc-form-field .bc-dropdown-content-active .bc-content-conditionals .bc-content-conditionals-footer {
    display: flex;
    margin-top: 16px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-disable bc-icon,
.bc-disable input,
.bc-disable {
    cursor: no-drop;
    background-color: #ccc
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --bc-theme-color: black
}

.bc-input-select .bc-input-select-content,
.bc-input-select-active .bc-input-select-content-active,
.bc-card-select .bc-card-select-content,
.bc-card-select-active .bc-card-select-content-active,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth,
.bc-dropdown-active .bc-dropdown-content-active,
.bc-dropdown .bc-dropdown-content {
    z-index: 8;
    background-color: #454648;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .14), 0 3px 8px 0 rgba(0, 0, 0, .11);
    overflow-y: auto
}

.bc-input-select .bc-input-select-content ul,
.bc-input-select-active .bc-input-select-content-active ul,
.bc-card-select .bc-card-select-content ul,
.bc-card-select-active .bc-card-select-content-active ul,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul,
.bc-dropdown-active .bc-dropdown-content-active ul,
.bc-dropdown .bc-dropdown-content ul {
    list-style: none;
    width: 100%
}

.bc-input-select .bc-input-select-content ul li.bc-dropdown-item,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item {
    height: min-content;
    min-height: 48px;
    padding: 0;
    border: none;
    cursor: pointer
}

.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.200000003px;
    text-decoration: none;
    padding: 0 16px
}

.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-icon,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-icon,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-icon,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-input-select>em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-input-select>em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select>em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select>em,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a bc-icon,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select bc-icon,
.bc-input-select .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select bc-icon,
.bc-input-select .bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select bc-icon,
.bc-input-select .bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a bc-icon,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-input-select>img,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-input-select>img,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select>img,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select>img,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a bc-icon,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select-active bc-icon,
.bc-input-select-active .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select-active bc-icon,
.bc-input-select-active .bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select-active bc-icon,
.bc-input-select-active .bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a bc-icon,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-input-select .bc-input-select-content ul li.bc-dropdown-item a em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a em,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a bc-icon,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-content-active ul li.bc-dropdown-item a bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a bc-icon,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-input-select .bc-input-select-content ul li.bc-dropdown-item a .bc-card-select-input-control>img,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item a .bc-card-select-input-control>img,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select .bc-card-select-content ul li.bc-dropdown-item a .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item a .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item a .bc-card-select-input-control>img,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-icon,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select>em,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select bc-icon,
.bc-input-select .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a bc-icon,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select>img,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select-active bc-icon,
.bc-input-select-active .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a bc-icon,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a em,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a bc-icon,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a bc-icon,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item a .bc-card-select-input-control>img,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-icon,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select>em,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select bc-icon,
.bc-input-select .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a bc-icon,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select>img,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select-active>em,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select-active bc-icon,
.bc-input-select-active .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a bc-icon,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select-active>img,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-input-select-item em,
.bc-input-select-item .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a em,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-input>em,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a bc-icon,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-input-control>em,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a bc-icon,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-input>img,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item a .bc-card-select-input-control>img {
    margin-right: 19px;
    margin-left: 0
}

.bc-input-select .bc-input-select-content ul li.bc-dropdown-item::before,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item::before,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item::before,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item::before,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item::before,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item::before,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item::before {
    display: none
}

.bc-input-select .bc-input-select-content ul li.bc-dropdown-item:hover,
.bc-input-select-active .bc-input-select-content-active ul li.bc-dropdown-item:hover,
.bc-card-select .bc-card-select-content ul li.bc-dropdown-item:hover,
.bc-card-select-active .bc-card-select-content-active ul li.bc-dropdown-item:hover,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-dropdown-item:hover,
.bc-dropdown-active .bc-dropdown-content-active ul li.bc-dropdown-item:hover,
.bc-dropdown .bc-dropdown-content ul li.bc-dropdown-item:hover {
    background-color: #4c4a49
}

.bc-dropdown {
    position: relative;
    display: inline-block
}

.bc-dropdown-triangle {
    display: none
}

.bc-dropdown .bc-dropdown-toggle {
    cursor: pointer
}

.bc-dropdown .bc-dropdown-content {
    display: none;
    animation: fade-out-opacity ease-in-out .25s
}

.bc-dropdown.bc-input-date-range {
    display: flex
}

.bc-dropdown-active {
    position: relative;
    display: inline-block;
    z-index: 8
}

.bc-dropdown-active .bc-dropdown-triangle {
    width: 0;
    height: 0;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid #454648;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -11px;
    z-index: 10000;
    animation: fade-in-opacity ease-in-out .25s;
    display: block
}

.bc-dropdown-active .bc-dropdown-triangle.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-dropdown-active .bc-dropdown-triangle.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-dropdown-active .bc-dropdown-triangle.bc-droptop {
    bottom: auto;
    top: -15px;
    transform: rotate(180deg)
}

.bc-dropdown-active .bc-dropdown-toggle-active {
    cursor: pointer
}

.bc-dropdown-active .bc-dropdown-content-active {
    animation: fade-in-opacity ease-in-out .25s
}

.bc-dropdown-active.bc-input-date-range {
    display: flex
}

.bc-dropdown.disabled,
.bc-dropdown.disabled .bc-dropdown-toggle {
    pointer-events: none;
    opacity: .5
}

.bc-card-select-active .arrow-direction.bc-card-select-active-toggle:after,
.bc-card-select-active .bc-card-product-body .bc-card-head .arrow-direction.bc-card-toggle-active:after {
    content: "arrow2-down"
}

.bc-card-product-body .bc-card-head .arrow-direction.bc-card-toggle-active:after,
.arrow-direction.bc-card-select-toggle:after {
    content: "arrow2-up"
}

.bc-card-select-active .bc-card-select-active-toggle,
.bc-card-select-active .bc-card-product-body .bc-card-head .bc-card-toggle-active {
    animation: rotate-arrow-reverse;
    animation-duration: .25s;
    animation-fill-mode: forwards;
    margin-top: .4rem;
    font-size: 1.5rem;
}

.bc-card-product-body .bc-card-head .bc-card-toggle-active,
.bc-card-select-toggle {
    animation: rotate-arrow;
    animation-duration: .25s;
    margin-top: .4rem;
    animation-fill-mode: forwards;
    font-size: 1.5rem;
}

.bc-card-select {
    min-width: 264px
}

@media screen and (min-width: 0) {
    .bc-card-select {
        width: 90%
    }
}

@media screen and (min-width: 768px) {
    .bc-card-select {
        width: 40%
    }
}

@media screen and (min-width: 992px) {
    .bc-card-select {
        width: 40%
    }
}

@media screen and (min-width: 1200px) {
    .bc-card-select {
        width: 40%
    }
}

.bc-card-select-active-toggle {
    margin-left: 10px
}

.bc-card-select-linkv2 {
    height: 20px;
    margin: 0
}

.bc-card-select-ilustration {
    align-self: start
}

.bc-card-select-link-medium {
    gap: 2px
}

.bc-card-select-placeholder {
    width: 100%;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 4px;
    letter-spacing: -0.3px
}

.bc-card-select-placeholder-medium {
    width: 100%;
    padding-top: 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-placeholder-large {
    width: 100%;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 4px;
    font-size: 1.25rem;
}

bc-modal .bc-card-select-content-body {
    position: fixed;
    width: inherit;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

bc-modal .bc-card-select-content-footer {
    position: fixed;
    width: inherit
}

.bc-card-product {
    border-bottom: 1px solid #595a5c;
    overflow-x: clip
}

.bc-card-product .bc-card-product-icon em {
    font-size: 3rem;
}

.bc-card-product .bc-card-product-body {
    align-content: center;
    min-width: 0
}

@media screen and (min-width: 992px) {
    .bc-card-product .bc-card-product-body {
        min-width: inherit
    }
}

.bc-card-product .bc-card-product-body .bc-card-tittle {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-product .bc-card-product-body .bc-card-head {
    align-items: start
}

.bc-card-product .bc-card-product-body .bc-card-head p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-wrap: auto
}

.bc-card-product .bc-card-product-body p.bc-card-subtitle {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-product .bc-card-product-body p.bc-card-subtitle-description {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-selected-item .bc-card-product {
    background-color: #595a5c
}

.bc-card-select-item.outline-element .bc-card-product {
    background-color: #595a5c
}

.bc-card-select,
.bc-card-select-active {
    width: 100%;
    min-height: 80px;
    min-width: 232px;
    height: auto
}

.bc-card-select-active .bc-card-select-control {
    z-index: 9
}

.bc-card-select-control {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    padding: 23px 16px;
    display: flex;
    border-radius: 8px 8px 8px 8px
}

.bc-card-select-control:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-select-control:hover {
    background-color: #595a5c
}

.bc-card-select-control:active {
    background-color: #454648
}

.bc-card-select-control-disabled {
    opacity: .6;
    pointer-events: none
}

.bc-card-select-control-disabled>.bc-card-select-control {
    background-color: #595a5c
}

.bc-card-select-control-disabled>.bc-card-product {
    background-color: #454648
}

.bc-card-select-active .bc-card-select-content-active,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth,
.bc-card-select .bc-card-select-content {
    z-index: 8;
    background-color: #454648;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .14), 0 3px 8px 0 rgba(0, 0, 0, .11);
    overflow-y: auto
}

.bc-card-select-active .bc-card-select-content-active ul,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul,
.bc-card-select .bc-card-select-content ul {
    list-style: none;
    width: 100%
}

.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item {
    height: min-content;
    min-height: 48px;
    padding: 0;
    border: none;
    cursor: pointer
}

.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.200000003px;
    text-decoration: none;
    padding: 0 16px
}

.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-card-select-input>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-card-select-input>img,
.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-card-select-input>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-card-select-input>em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-card-select-input bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a bc-icon,
.bc-card-select-input .bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a bc-icon,
.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item a .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-content-active ul li.bc-card-select-item a bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item a bc-icon,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-icon,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-input>img,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-input-control>img,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-input>em,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select .bc-card-select-content ul li.bc-card-select-item a bc-icon,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-input-control>em,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item a .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select .bc-card-select-content ul li.bc-card-select-item a bc-icon {
    margin-right: 19px;
    margin-left: 0
}

.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item::before,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item::before,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item::before {
    display: none
}

.bc-card-select-active .bc-card-select-content-active ul li.bc-card-select-item:hover,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth ul li.bc-card-select-item:hover,
.bc-card-select .bc-card-select-content ul li.bc-card-select-item:hover {
    background-color: #4c4a49
}

.bc-card-select {
    position: relative;
    display: inline-block
}

.bc-card-select-triangle {
    display: none
}

.bc-card-select .bc-card-select-toggle {
    cursor: pointer
}

.bc-card-select .bc-card-select-content {
    display: none;
    animation: fade-out-opacity ease-in-out .25s
}

.bc-card-select.bc-input-date-range {
    display: flex
}

.bc-card-select-active {
    position: relative;
    display: inline-block;
    z-index: 8
}

.bc-card-select-active .bc-card-select-triangle {
    width: 0;
    height: 0;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid #454648;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -11px;
    z-index: 10000;
    animation: fade-in-opacity ease-in-out .25s;
    display: block
}

.bc-card-select-active .bc-card-select-triangle.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-card-select-active .bc-card-select-triangle.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-card-select-active .bc-card-select-triangle.bc-droptop {
    bottom: auto;
    top: -15px;
    transform: rotate(180deg)
}

.bc-card-select-active .bc-card-select-toggle-active {
    cursor: pointer
}

.bc-card-select-active .bc-card-select-content-active,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth {
    animation: fade-in-opacity ease-in-out .25s
}

.bc-card-select-active.bc-input-date-range {
    display: flex
}

.bc-card-select.disabled,
.bc-card-select.disabled .bc-card-select-toggle {
    pointer-events: none;
    opacity: .5
}

.bc-card-select-input,
.bc-card-select-active .bc-card-select-input-control {
    width: 100%;
    position: relative
}

.bc-card-select-input>em,
.bc-card-select-input bc-icon,
.bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-input-control bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-card-select-input>img,
.bc-card-select-input bc-icon,
.bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-input-control bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-card-select-input>em:first-child,
.bc-card-select-active .bc-card-select-input-control>em:first-child {
    left: 0;
    width: 24px
}

.bc-card-select-input>input+em,
.bc-card-select-active .bc-card-select-input-control>input+em {
    right: 0;
    left: initial
}

.bc-card-select-input em+input~label[for],
.bc-card-select-input bc-icon+input~label[for],
.bc-card-select-active .bc-card-select-input-control em+input~label[for],
.bc-card-select-active .bc-card-select-input-control bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-card-select-input em+input,
.bc-card-select-active .bc-card-select-input-control em+input {
    padding-left: 30px
}

.bc-card-select-input>label[for],
.bc-card-select-active .bc-card-select-input-control>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-input>input[type=date]~label[for],
.bc-card-select-active .bc-card-select-input-control>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-input>input[type=date]~span,
.bc-card-select-active .bc-card-select-input-control>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-input[disabled],
.bc-card-select-active .bc-card-select-input-control[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-card-select-input[disabled] input,
.bc-card-select-active .bc-card-select-input-control[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

.bc-card-select-input>input,
.bc-card-select-active .bc-card-select-input-control>input {
    border: none;
    border-color: #454648
}

.bc-card-select-input>input::placeholder,
.bc-card-select-active .bc-card-select-input-control>input::placeholder {
    opacity: .8
}

.bc-card-select-input>input:focus,
.bc-card-select-active .bc-card-select-input-control>input:focus {
    border-bottom: 1px solid #292929
}

.bc-card-select-input>input:focus+.bc-card-select-search,
.bc-card-select-active .bc-card-select-input-control>input:focus+.bc-card-select-search {
    display: block
}

.bc-card-select-active .bc-card-select-active-toggle,
.bc-card-select-active .bc-card-product-body .bc-card-head .bc-card-toggle-active {
    cursor: pointer
}

.bc-card-select-selected {
    width: 100%;
    transition: opacity 1.25s ease-in-out
}

.bc-card-select-selected .bc-card-select-content .bc-card-select-active-item {
    display: none
}

.bc-card-select-active-item {
    min-width: auto
}

.bc-card-select-active-item .bc-card-product {
    border: none;
    border-radius: 8px 8px 8px 8px;
    display: grid;
    grid-template-columns: 70px 1fr;
    column-gap: 16px
}

@media screen and (min-width: 0)and (max-width: 992px) {
    .bc-card-select-active-item .bc-card-product {
        grid-template-columns: 40px 1fr;
        column-gap: 55px
    }
}

.bc-card-select-active-item .bc-card-product:hover {
    background-color: #595a5c
}

.bc-card-select-active-item .bc-card-product:active {
    background-color: #454648
}

.bc-card-select-active-item .bc-card-product:not(:has(.bc-card-product-img)):not(:has(.bc-card-product-icon)) {
    grid-template-columns: 1fr
}

.bc-card-select-toggle {
    padding-top: 5px;
    margin-left: 10px;
    cursor: pointer
}

.bc-card-select-message-notData {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    width: 70%
}

.bc-card-select-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-start;
    background-color: #454648;
    cursor: pointer
}

.bc-card-select-item:not(:last-of-type) {
    border-bottom: 1px solid #727476
}

.bc-card-select-item em {
    font-size: 3rem;
}

.bc-card-select-content-notdata {
    display: none
}

.bc-card-select-content-notdata-visible {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 32px;
    padding-top: 32px
}

.bc-card-select-content-notdata-empty {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    align-self: stretch
}

.bc-card-select-icon-notData {
    width: 80px;
    padding-bottom: 1rem
}

.bc-card-select-horizontal {
    display: flex;
    gap: calc(22px + 2px);
    padding: 32px
}

.bc-card-select-buttonsv2 {
    display: flex;
    gap: 1rem
}

.bc-card-select-padding {
    padding-bottom: 24px
}

.bc-card-select-padding-horizontal {
    padding-bottom: 8px;
    padding-top: 24px;
    text-align: center
}

.bc-card-select-padding-label {
    padding-bottom: 24px;
    padding-top: 0px;
    text-align: center
}

.bc-card-select-container-padding {
    object-fit: cover;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.bc-card-select-paddingv2 {
    padding-bottom: 16px
}

.bc-card-select-label2 {
    position: absolute;
    top: calc(-10px - 8px);
    left: 0;
    font-size: 0.875rem;
}

.bc-card-select-icon-notData .bc-icon,
.bc-card-select-icon-notData .bc-card-select-input>em,
.bc-card-select-icon-notData .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select-icon-notData bc-icon,
.bc-card-select-icon-notData .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-icon-notData .bc-card-select-input-control>em,
.bc-card-select-icon-notData .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-icon-notData bc-icon,
.bc-card-select-icon-notData .bc-card-select-input>img,
.bc-card-select-icon-notData .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-icon-notData .bc-card-select-input-control>img {
    position: relative
}

.bc-card-select-content {
    width: 100%;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: block;
    display: none;
    z-index: 1;
    margin-left: -16px
}

.bc-card-select-content li {
    display: block
}

.bc-card-select-activev2,
.bc-card-select-dropdown-active-fullwidth {
    width: 100%
}

@media(max-width: 1024px) {
    .bc-card-select-horizontal {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .bc-card-select-horizontal img {
        align-self: center
    }

    .bc-card-select-horizontal .bc-card-select-container-padding {
        width: 100%
    }

    .bc-card-select-horizontal .bc-card-select-buttonsv2 {
        display: flex;
        flex-direction: column;
        gap: calc(22px + 2px);
        align-items: center;
        width: 100%
    }

    .bc-card-select-horizontal .bc-button-small {
        width: 90%;
        max-width: block
    }

    .bc-card-select-horizontal a.bc-link {
        margin: 0 auto
    }
}

.bc-card-select-label-horizontal {
    padding-bottom: 8px;
    padding-top: 0px
}

.bc-card-select-dropdown-active-fullwidth {
    width: 100%
}

.bc-card-select-content-active,
.bc-card-select-dropdown-active-fullwidth {
    width: inherit;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 8px;
    z-index: 8
}

.bc-card-select-content-active .bc-card-product,
.bc-card-select-dropdown-active-fullwidth .bc-card-product {
    box-shadow: 0 1px 3px 0 #2c2a29, 0 1px 1px 0 #2c2a29
}

.bc-card-select-content-active .bc-card-product .bc-card-product-body .bc-card-tittle,
.bc-card-select-dropdown-active-fullwidth .bc-card-product .bc-card-product-body .bc-card-tittle {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-content-active .bc-card-product .bc-card-product-body .bc-card-subtitle,
.bc-card-select-dropdown-active-fullwidth .bc-card-product .bc-card-product-body .bc-card-subtitle {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-content-active ul,
.bc-card-select-dropdown-active-fullwidth ul {
    overflow: auto
}

.bc-card-select-content-active ul::-webkit-scrollbar,
.bc-card-select-dropdown-active-fullwidth ul::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.bc-card-select-content-active ul::-webkit-scrollbar-thumb,
.bc-card-select-dropdown-active-fullwidth ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 4px
}

.bc-card-select-content-active ul::-webkit-scrollbar-thumb:hover,
.bc-card-select-dropdown-active-fullwidth ul::-webkit-scrollbar-thumb:hover {
    background: #fff
}

.bc-card-select-content-active ul::-webkit-scrollbar-track,
.bc-card-select-dropdown-active-fullwidth ul::-webkit-scrollbar-track {
    background: #2c2a29;
    border-radius: 10px;
    box-shadow: inset -30px -30px 5px #2c2a29
}

.bc-card-select-content-active .bc-card-product:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-product:hover {
    background-color: #595a5c
}

.bc-card-select-content-active .bc-card-product:active,
.bc-card-select-dropdown-active-fullwidth .bc-card-product:active {
    background-color: #454648
}

.bc-card-select-content-active.bc-card-select-content-active-filtrable li,
.bc-card-select-content-active-filtrable.bc-card-select-dropdown-active-fullwidth li {
    display: none
}

.bc-card-select-content-active.bc-card-select-content-active-filtrable .bc-card-select-item-filtered,
.bc-card-select-content-active-filtrable.bc-card-select-dropdown-active-fullwidth .bc-card-select-item-filtered {
    display: flex
}

.bc-card-select-content-active .bc-card-select-content-no-data,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-no-data {
    text-align: center;
    padding: calc(48px + 2px)
}

.bc-card-select-content-active .bc-card-select-content-footer,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-footer {
    background-color: #454648;
    padding: 16px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer
}

.bc-card-select-content-active .bc-card-select-content-footer:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-footer:hover {
    background-color: #595a5c
}

.bc-card-select-content-active .bc-card-select-content-footer:active,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-footer:active {
    background-color: #454648
}

.bc-card-select-content-active .bc-card-select-content-add-item,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item {
    display: inline-flex
}

.bc-card-select-content-active .bc-card-select-content-add-item label,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item label {
    cursor: inherit;
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-select-content-active .bc-card-select-content-add-item .bc-icon,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-icon,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input>em,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input>em,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select-content-active .bc-card-select-content-add-item bc-icon,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input bc-icon,
.bc-card-select-input .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item bc-icon,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input-control>em,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>em,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input-control>em,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-content-active .bc-card-select-content-add-item bc-icon,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control bc-icon,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item bc-icon,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input>img,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input>img,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input-control>img,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>img,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input-control>img {
    margin-right: 16px
}

.bc-card-select-content-active .bc-card-select-content-add-item .bc-icon:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-icon:hover,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input>em:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input>em:hover,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input bc-icon:hover,
.bc-card-select-input .bc-card-select-content-active .bc-card-select-content-add-item bc-icon:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input bc-icon:hover,
.bc-card-select-input .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item bc-icon:hover,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>em:hover,
.bc-card-select-active .bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input-control>em:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>em:hover,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input-control>em:hover,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control bc-icon:hover,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-content-active .bc-card-select-content-add-item bc-icon:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control bc-icon:hover,
.bc-card-select-active .bc-card-select-input-control .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item bc-icon:hover,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input>img:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input>img:hover,
.bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>img:hover,
.bc-card-select-active .bc-card-select-content-active .bc-card-select-content-add-item .bc-card-select-input-control>img:hover,
.bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-active .bc-card-select-input-control>img:hover,
.bc-card-select-active .bc-card-select-dropdown-active-fullwidth .bc-card-select-content-add-item .bc-card-select-input-control>img:hover {
    background-color: #595a5c
}

.bc-card-info p:not(:last-child),
.bc-card-info div:not(:last-child) {
    margin-bottom: 2px
}

.bc-card .bc-card-body .bc-card-info .bc-card-status .error,
.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge .error,
.bc-card-color .error,
.bc-card-product .error,
.bc-card .error,
.bc-card-image .error {
    background-color: #fff
}

.bc-card .bc-card-body .bc-card-info .bc-card-status .error .text-error,
.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge .error .text-error,
.bc-card-color .error .text-error,
.bc-card-product .error .text-error,
.bc-card .error .text-error,
.bc-card-image .error .text-error {
    color: red
}

.bc-card .bc-card-body .bc-card-info .bc-card-status .info,
.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge .info,
.bc-card-color .info,
.bc-card-product .info,
.bc-card .info,
.bc-card-image .info {
    background-color: #59cbe8
}

.bc-card .bc-card-body .bc-card-info .bc-card-status .warning,
.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge .warning,
.bc-card-color .warning,
.bc-card-product .warning,
.bc-card .warning,
.bc-card-image .warning {
    background-color: #fdda24
}

.bc-card .bc-card-body .bc-card-info .bc-card-status .success,
.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge .success,
.bc-card-color .success,
.bc-card-product .success,
.bc-card .success,
.bc-card-image .success {
    background-color: #00c389
}

.bc-card-product,
.bc-card,
.bc-card-image {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 100%;
    border-radius: 0px;
    background-color: #454648
}

.bc-card-product:hover,
.bc-card:hover,
.bc-card-image:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card .bc-card-body .bc-card-link,
.bc-card-image .bc-card-content .bc-card-link {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-info .bc-card-status p,
.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.171px
}

.bc-card-product-body .bc-card-head .bc-card-toggle-active,
.bc-card-product-body .bc-card-head .bc-card-toggle {
    font-size: 1.5rem;
    margin-bottom: -4px
}

.bc-card-product-body .bc-card-subtittle-description,
.bc-card-product-body .bc-card-subtittle {
    font-size: 1rem;
    line-height: 22px;
    letter-spacing: -0.3px
}

.bc-card-product.bc-card-mobile-small .bc-card-product-body .bc-card-info-aditional-text,
.bc-card-product.bc-card-mobile .bc-card-product-body .bc-card-info>div .bc-card-info-aditional-text {
    display: inherit;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    margin-right: 5px
}

.bc-card-image {
    padding: 0;
    border-radius: 8px 8px 8px 8px
}

.bc-card-image .bc-card-floating-button {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    box-shadow: 0 3px 6px 0 rgba(24, 22, 21, .5607843137), 0 1px 4px 0 rgba(24, 22, 21, .3215686275);
    z-index: 0;
    bottom: -22px;
    left: 16px;
    background-color: #595a5c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    text-decoration: none
}

.bc-card-image .bc-card-picture {
    position: relative;
    display: inline-block
}

.bc-card-image .bc-card-picture img {
    border-radius: 8px 0 0 0;
    border-radius: 8px 8px 0 0;
    display: block;
    width: 100%
}

.bc-card-image .bc-card-content {
    padding: 32px 16px 16px 16px;
    width: 100%;
    flex-direction: row
}

.bc-card-image .bc-card-content .bc-card-subtitle {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 8px
}

.bc-card-image .bc-card-content .bc-card-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 8px
}

.bc-card-image .bc-card-content .bc-card-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-image .bc-card-content .bc-card-link {
    margin-bottom: 20px
}

.bc-card-image .bc-card-content .bc-card-row {
    width: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.bc-card-image .bc-card-content .bc-card-row .bc-card-date {
    display: flex;
    flex-direction: row;
    align-items: center
}

.bc-card-image .bc-card-content .bc-card-row .bc-card-date .bc-card-text {
    margin: 0 0 0 18px;
    height: inherit;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-image .bc-card-content .bc-card-tags {
    margin: auto;
    width: inherit;
    padding: 8px 0 8px;
    display: inline-block
}

.bc-card-image .bc-card-content .bc-card-tags .bc-card-badge {
    justify-content: center;
    display: flex;
    background: #00c389;
    border-radius: 12px;
    height: 24px;
    min-width: 14px;
    padding: 4px 8px;
    width: fit-content
}

.bc-card-statusType {
    display: inline-block;
    border-radius: 12px;
    height: 24px;
    min-width: 14px;
    padding: 4px 8px
}

.bc-card {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    background-color: #454648
}

.bc-card .bc-card-body {
    width: 100%;
    flex-direction: row
}

.bc-card .bc-card-body .bc-card-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-subtitle {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-subtitle-description {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-subtitle-number {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-small-text {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.171px
}

.bc-card .bc-card-body .bc-card-info {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.2px
}

.bc-card .bc-card-body .bc-card-info .bc-card-balance {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-info .bc-card-title-balance {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card .bc-card-body .bc-card-info .bc-card-status {
    display: inline-block;
    background: #00c389;
    border-radius: 12px;
    height: 24px;
    min-width: 14px;
    padding: 4px 8px
}

.bc-card .bc-card-body .bc-card-link {
    margin: 16px 0 8px 0
}

.bc-card .bc-card-body progress {
    margin: 0;
    padding: 0
}

.bc-card .bc-card-radio {
    width: 50px
}

.bc-card .bc-card-radio input {
    padding-right: 15px;
    font-size: 2rem;
}

.bc-card .bc-card-reveal {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.bc-card .bc-card-reveal em {
    font-size: 1.5rem;
    align-self: flex-start
}

.bc-card .bc-card-image-round {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px
}

.bc-card .bc-card-image-round img {
    border: solid 4px #595a5c;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    box-shadow: 0 3px 6px 0 rgba(24, 22, 21, .5607843137), 0 1px 4px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card .bc-card-icon {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px
}

.bc-card .bc-card-icon em {
    display: flex;
    justify-content: center;
    font-size: 2rem;
}

.bc-card .bc-card-icon .bc-card-icon-highlight {
    height: 44px;
    width: 44px;
    font-size: 10em;
    display: inline-block;
    box-sizing: content-box;
    border: 8px solid #595a5c;
    position: relative;
    border-radius: .35em;
    display: flex;
    align-items: center;
    justify-content: center
}

.bc-card .bc-card-icon .bc-card-icon-round {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: #595a5c;
    border-radius: 50%
}

.bc-card .bc-card-icon .bc-card-icon-round-primary {
    background-color: #595a5c;
    height: 40px;
    width: 40px
}

.bc-card .bc-card-icon .bc-card-icon-round em {
    font-size: 1.5rem;
}

.bc-card .bc-card-icon.bc-card-action {
    padding: 0 15px;
    width: 30px
}

.bc-card .bc-card-icon.bc-card-action em {
    font-size: 2rem;
    position: absolute;
    top: 50%
}

.bc-card-circle {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 330px;
    width: 330px;
    border-radius: 100%
}

.bc-card-circle:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-rounded {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 100%;
    border-radius: 5px
}

.bc-card-rounded:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-rounded-header {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.bc-card-rounded-header:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-rounded-header:hover {
    box-shadow: none
}

.bc-card-header {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 100%;
    border-radius: 0px;
    box-shadow: none
}

.bc-card-header:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-header:hover {
    box-shadow: none
}

.bc-card-rounded-header-horizontal {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 50%;
    border-radius: 5px;
    box-shadow: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.bc-card-rounded-header-horizontal:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-rounded-header-horizontal:hover {
    box-shadow: none
}

.bc-card-rounded-horizontal {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 100%;
    border-radius: 5px
}

.bc-card-rounded-horizontal:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-horizontal {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    height: min-content;
    width: 100%;
    border-radius: 0px
}

.bc-card-horizontal:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-header-horizontal {
    padding: 16px;
    background-color: #454648;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    position: relative;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
    height: min-content;
    width: 50%;
    border-radius: 0px
}

.bc-card-header-horizontal:hover {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-card-header-horizontal:hover {
    box-shadow: none
}

.bc-card-selector {
    cursor: pointer
}

.bc-card-product {
    display: flex;
    cursor: pointer
}

.bc-card-product {
    width: 100%;
    min-height: 80px;
    min-width: 232px;
    height: auto
}

.bc-card-product-icon {
    width: auto;
    display: flex;
    margin-right: 9px;
    padding-left: 2px
}

.bc-card-product-img {
    width: 60px;
    display: flex;
    margin-right: 16px;
    padding-left: 2px
}

.bc-card-product-img img {
    width: 5rem;
    height: 3.75rem;
    margin-left: -10px
}

.bc-card-product-body {
    width: 100%;
    flex-direction: row
}

.bc-card-product-body .bc-card-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bc-card-product-body .bc-card-head .bc-card-tittle {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-product-body .bc-card-head .bc-card-toggle {
    display: none
}

.bc-card-product-body .bc-card-head .bc-card-toggle-active {
    display: block
}

.bc-card-product-body .bc-card-subtittle {
    font-weight: 400px
}

.bc-card-product-body .bc-card-info {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column
}

.bc-card-product-body .bc-card-info-balance {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-product-body .bc-card-info-title-balance {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-product-body .bc-card-info-aditional-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-product.bc-card-mobile {
    display: block
}

.bc-card-product.bc-card-mobile .bc-card-product-body .bc-card-info {
    display: flex;
    justify-content: space-between
}

.bc-card-product.bc-card-mobile .bc-card-product-body .bc-card-info .bc-card-tittle {
    font-size: 1.375rem;
}

.bc-card-product.bc-card-mobile .bc-card-product-body .bc-card-info>div {
    display: inherit
}

.bc-card-product.bc-card-mobile .bc-card-product-body .bc-card-info>div em {
    font-size: 1.875rem;
}

.bc-card-product.bc-card-mobile .bc-card-product-body .bc-card-info-balance {
    text-align: right;
    font-size: 1.5rem;
}

.bc-card-product.bc-card-mobile-small .bc-card-product-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-card-product.bc-card-mobile-small .bc-card-product-img img {
    padding: 0px
}

.bc-card-product.bc-card-mobile-small .bc-card-product-body {
    text-align: right;
    padding: 15px 0px 0px 0px
}

.bc-card-product.bc-card-mobile-small .bc-card-product-body .bc-card-tittle {
    font-size: 1.375rem;
}

.bc-card-product.bc-card-mobile-small .bc-card-product-body .bc-card-info-balance {
    font-size: 1.5rem;
    line-height: 50px
}

.bc-card-product.bc-card-mobile-small .bc-card-product-body .bc-card-info {
    padding: 5px 0px 0px 0px;
    display: flex;
    justify-content: flex-end
}

.bc-card-product.bc-card-mobile-small .bc-card-product-body .bc-card-info em {
    font-size: 1.875rem;
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

.bc-card-primary {
    display: inline-block;
    transition: box-shadow .5s;
    object-fit: cover;
    padding: 16px;
    width: 100%
}

.bc-card-primary-vertical {
    padding: 16px 8px
}

.bc-card-primary-vertical .info-cuenta {
    min-width: 0
}

.bc-card-primary-vertical .info-cuenta .name-acount {
    display: -webkit-box;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.bc-card-primary-horizontal {
    padding: 16px
}

.bc-card-primary-horizontal .info-cuenta {
    min-width: 0
}

.bc-card-primary-horizontal .info-cuenta .name-acount {
    display: -webkit-box;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.bc-card-primary-color-horizontal {
    border-left-style: solid;
    border-left-width: 4px
}

.bc-card-primary-color-vertical {
    border-top-style: solid;
    border-top-width: 4px
}

.bc-card-primary-title {
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bc-card-primary-subtitle {
    font-size: 0.875rem;
    line-height: 18px;
    margin-bottom: 4px;
    padding: 0px 0px 4px 0px
}

.bc-card-primary-header>.icon i {
    background: #595a5c;
    border-radius: 50%;
    height: 48px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 48px
}

.bc-card-primary-header>.icon .image-franchise img {
    filter: brightness(0%) invert(100%)
}

.bc-card-primary-header>.actions {
    margin-left: auto
}

.bc-card-primary-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center
}

.bc-card-primary-body {
    width: 100%;
    flex-direction: row
}

.bc-card-primary-body .image-franchise img {
    filter: brightness(0%) invert(100%)
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

.bc-card-content {
    background-color: #454648;
    display: inline-block;
    object-fit: cover;
    padding: 16px
}

.bc-card-container {
    padding: 0;
    margin-top: 15px;
}

.bc-card-container:focus-visible {
    outline-color: #59cbe8;
    border-radius: 0%
}

.bc-card-container-horizontal {
    align-items: center;
    background-color: #454648;
    display: flex
}

.bc-card-container-horizontal .bc-card-container-illustration-small {
    height: 110px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
}

.bc-card-container-horizontal .bc-card-container-illustration-small img {
    height: 110px;
    width: 110px
}

.bc-card-container-horizontal .bc-card-container-illustration-medium {
    height: 170px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
}

.bc-card-container-horizontal .bc-card-container-illustration-medium img {
    height: 170px;
    width: 170px
}

.bc-card-container-horizontal .bc-card-container-photo-small {
    width: 110px;
    background-color: #454648
}

.bc-card-container-horizontal .bc-card-container-photo-small img {
    height: 100%;
    width: 110px;
    object-fit: cover
}

.bc-card-container-horizontal .bc-card-container-photo-medium {
    width: 170px;
    background-color: #454648
}

.bc-card-container-horizontal .bc-card-container-photo-medium img {
    height: 100%;
    width: 170px;
    object-fit: cover
}

.bc-card-container-photo-horizontal {
    display: flex
}

.bc-card-container-photo-horizontal .bc-card-container-photo-small {
    width: 110px;
    background-color: #454648
}

.bc-card-container-photo-horizontal .bc-card-container-photo-small img {
    height: 100%;
    width: 110px;
    object-fit: cover
}

.bc-card-container-photo-horizontal .bc-card-container-photo-medium {
    width: 170px;
    background-color: #454648
}

.bc-card-container-photo-horizontal .bc-card-container-photo-medium img {
    height: 100%;
    width: 170px;
    object-fit: cover
}

.bc-card-container-photo {
    position: relative
}

.bc-card-container-photo .icon {
    bottom: -20px;
    right: 0;
    position: absolute
}

.bc-card-container-photo .icon i {
    background: #353537;
    border-radius: 50%;
    height: 40px;
    line-height: 24px;
    width: 40px
}

.bc-card-container-photo-small {
    width: 100%;
    background-color: #454648
}

.bc-card-container-photo-small img {
    height: 180px;
    width: 100%;
    object-fit: cover
}

.bc-card-container-photo-medium {
    width: 100%;
    background-color: #454648
}

.bc-card-container-photo-medium img {
    height: 240px;
    width: 100%;
    object-fit: cover
}

.bc-card-container-illustration-small {
    height: 180px;
    text-align: center;
    background-color: #454648
}

.bc-card-container-illustration-small img {
    height: 180px;
    width: 180px
}

.bc-card-container-illustration-medium {
    height: 240px;
    text-align: center;
    background-color: #454648
}

.bc-card-container-illustration-medium img {
    height: 240px;
    width: 240px
}

.bc-card-content-title {
    display: block
}

.bc-card-content-subtitle {
    display: block
}

.bc-card-content .overflow-title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
    text-overflow: ellipsis
}

.bc-card-content p.overflow-paragraph {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    text-overflow: ellipsis
}

.bc-card-content-icon i {
    background: #353537;
    border-radius: 50%;
    height: 48px;
    line-height: 32px;
    width: 48px
}

.bc-card-content .buttons-vertical-auto {
    flex-direction: column;
    align-items: flex-start
}

.bc-card-content .buttons-vertical-auto .bc-button-primary,
.bc-card-content .buttons-vertical-auto .bc-button-secondary {
    width: auto
}

.bc-card-content .buttons-vertical {
    flex-direction: column
}

.bc-card-content .buttons-horizontal-auto .bc-button-primary,
.bc-card-content .buttons-horizontal-auto .bc-button-secondary {
    width: auto
}

bc-circle-loading {
    width: 0;
    height: 0
}

article.bc-circle-loading {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    backdrop-filter: blur(3px)
}

article.bc-circle-loading-active {
    display: flex
}

article.bc-circle-loading::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: #2c2a29;
    opacity: .8;
    content: ""
}

section.bc-circle-loading-circle {
    background-color: #454648;
    height: var(--circle-loading-size, 160px);
    width: var(--circle-loading-size, 160px);
    min-height: 160px;
    min-width: 160px;
    max-height: 260px;
    max-width: 260px;
    z-index: inherit;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    border-radius: 50%;
    padding: 24px
}

.bc-circle-loading-info {
    width: 100%;
    height: min-content;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 1rem;
    font-family: "Open Sans", Arial, "sans-serif";
    color: #fff;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

h1 {
    font-size: 2.5rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 40px;
    letter-spacing: -0.6px;
    font-synthesis: none
}

h1.display1 {
    font-size: 6rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 90px;
    font-synthesis: none
}

h1.display2 {
    font-size: 5.5rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 80px;
    font-synthesis: none
}

h1.display3 {
    font-size: 4.5rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 68px;
    font-synthesis: none
}

h1.display4 {
    font-size: 3.5rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 50px;
    letter-spacing: -0.47px;
    font-synthesis: none
}

h2 {
    font-size: 2rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 32px;
    letter-spacing: -0.6px;
    font-synthesis: none
}

h3 {
    font-size: 1.75rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 30px;
    letter-spacing: -0.6px;
    font-synthesis: none
}

h4 {
    font-size: 1.5rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 26px;
    letter-spacing: -0.45px;
    font-synthesis: none
}

h5 {
    font-size: 1.25rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 24px;
    letter-spacing: -0.38px;
    font-synthesis: none
}

h6 {
    font-size: 1rem;
    font-family: "CIB Sans Bold", "sans-serif";
    line-height: 20px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

p {
    font-size: 1rem;
    font-family: "Open Sans", "sans-serif";
    line-height: 24px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

p.small {
    font-size: 0.875rem;
    line-height: 20px;
    font-synthesis: none
}

p.xSmall {
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: -0.17px;
    font-synthesis: none
}

label {
    font-family: "Open Sans", "sans-serif";
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

label.small {
    font-size: 0.875rem;
    line-height: 18px;
    letter-spacing: -0.2px;
    font-synthesis: none
}

a {
    font-family: "Open Sans SemiBold", "sans-serif";
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.3px;
    text-decoration: underline;
    font-synthesis: none
}

caption {
    font-size: 1.25rem;
    font-family: "Nunito Bold", "sans-serif";
    line-height: 26px;
    letter-spacing: -0.38px;
    font-synthesis: none
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

input {
    font-family: "Open Sans", "sans-serif";
    font-size: 1rem;
    letter-spacing: -0.3px;
    line-height: 24px;
    font-synthesis: none
}

input.input-place-holder::placeholder {
    font-family: "Open Sans", "sans-serif";
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

input.input-place-holder:-ms-input-placeholder {
    font-family: "Open Sans", "sans-serif";
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

input.input-place-holder::-ms-input-placeholder {
    font-family: "Open Sans", "sans-serif";
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: -0.3px;
    font-synthesis: none
}

textarea {
    font-family: "Open Sans", "sans-serif";
    font-size: 1rem;
    letter-spacing: -0.3px;
    line-height: 24px;
    font-synthesis: none
}

h1.bc-light {
    font-family: "CIB Sans Light", "sans-serif";
    font-synthesis: none
}

h1.bc-serif {
    font-family: "CIB Serif", "sans-serif";
    font-synthesis: none
}

h2.bc-light {
    font-family: "CIB Sans Light", "sans-serif";
    font-synthesis: none
}

h2.bc-serif {
    font-family: "CIB Serif", "sans-serif";
    font-synthesis: none
}

h3.bc-light {
    font-family: "CIB Sans Light", "sans-serif";
    font-synthesis: none
}

h3.bc-serif {
    font-family: "CIB Serif", "sans-serif";
    font-synthesis: none
}

h4.bc-light {
    font-family: "CIB Sans Light", "sans-serif";
    font-synthesis: none
}

h4.bc-serif {
    font-family: "CIB Serif", "sans-serif";
    font-synthesis: none
}

h5.bc-light {
    font-family: "CIB Sans Light", "sans-serif";
    font-synthesis: none
}

h5.bc-serif {
    font-family: "CIB Serif", "sans-serif";
    font-synthesis: none
}

h6.bc-light {
    font-family: "CIB Sans Light", "sans-serif";
    font-synthesis: none
}

h6.bc-serif {
    font-family: "CIB Serif", "sans-serif";
    font-synthesis: none
}

.bc-status {
    width: var(--bc-status-width);
    display: flex;
    align-content: center
}

.bc-status span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0 8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-status-color-alba {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #FFD7C4;
    --bc-status-border-color: #FF7F41;
    --bc-status-bg-icon: #FFA980
}

.bc-status-color-andino {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #B0ECDA;
    --bc-status-border-color: #00C389;
    --bc-status-bg-icon: #57DBB4
}

.bc-status-color-caribe {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #CCEFF8;
    --bc-status-border-color: #59CBE8;
    --bc-status-bg-icon: #90DCF0
}

.bc-status-color-macondo {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #fef4bb;
    --bc-status-border-color: #fdda24;
    --bc-status-bg-icon: #FEE66C
}

.bc-status-color-flamenco {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #FCE8F0;
    --bc-status-border-color: #F5B6CD;
    --bc-status-bg-icon: #F8CEDE
}

.bc-status-color-orquidea {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #DDCFF0;
    --bc-status-border-color: #9063CD;
    --bc-status-bg-icon: #B596DE
}

.bc-status-color-neutro {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #D9DADD;
    --bc-status-border-color: #7d7f82;
    --bc-status-bg-icon: #B3B5B8
}

.bc-status-color-black {
    --bc-status-color: #ffffff;
    --bc-status-bg: #353537;
    --bc-status-border-color: #2C2A29;
    --bc-status-bg-icon: #454648
}

.bc-status-color-white {
    --bc-status-color: #2C2A29;
    --bc-status-bg: #F9F9FA;
    --bc-status-border-color: #D9DADD;
    --bc-status-bg-icon: #F2F2F4
}

.bc-status:focus-visible {
    outline: 1px solid #59cbe8
}

.bc-status-disabled {
    opacity: .4;
    pointer-events: none
}

.bc-status-icon-left,
.bc-status-icon-right,
.bc-status-only {
    border-width: 1px;
    border-style: solid;
    border-color: var(--bc-status-border-color);
    background-color: var(--bc-status-bg);
    color: var(--bc-status-color)
}

.bc-status-only {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 20px;
    height: 24px
}

.bc-status-icon-left,
.bc-status-icon-right {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 16px;
    height: 28px;
    align-items: center
}

.bc-status-icon-left .bc-icon,
.bc-status-icon-right .bc-icon {
    background-color: var(--bc-status-bg-icon);
    box-sizing: content-box;
    height: 24px;
    width: 24px;
    font-size: 1.5rem;
    padding: 1px;
    vertical-align: middle
}

.bc-status-simple {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .16px;
    height: 24px
}

.bc-status-simple span:before {
    content: "";
    background-color: var(--bc-status-border-color);
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px
}

.bc-status-only,
.bc-status-only.bc-status-border-center,
.bc-status-icon-left,
.bc-status-icon-left.bc-status-border-left,
.bc-status-icon-left.bc-status-border-center {
    border-radius: 16px 16px 16px 16px
}

.bc-status-only .bc-icon,
.bc-status-icon-left .bc-icon {
    border-radius: 16px 0 0 16px;
    padding-left: 8px;
    padding-right: 2px
}

.bc-status-only.bc-status-border-right,
.bc-status-icon-left.bc-status-border-right {
    border-radius: 0 16px 16px 0
}

.bc-status-only.bc-status-border-right .bc-icon,
.bc-status-icon-left.bc-status-border-right .bc-icon {
    border-radius: 0 0 0 0;
    padding-left: 1px;
    padding-right: 2px
}

.bc-status-only.bc-status-border-left,
.bc-status-icon-right,
.bc-status-icon-right.bc-status-border-left,
.bc-status-icon-right.bc-status-border-center,
.bc-status-icon-right.bc-status-border-right {
    border-radius: 16px 0 0 16px
}

.bc-status-only.bc-status-border-left .bc-icon,
.bc-status-icon-right .bc-icon {
    border-radius: 0 0 0 0;
    padding-left: 2px;
    padding-right: 1px
}

div.bc-exchange-rate {
    padding: 1rem;
    color: #fff;
    background: #454648;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    align-items: center
}

section.bc-exchange-rate__exchange-body {
    background-color: #2c2a29;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    justify-items: center;
    align-items: center;
    gap: 4px;
    text-align: center
}

.decimal {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.decimal-bold {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

div.bc-exchange-rate-vertical section.bc-exchange-rate__exchange-body {
    grid-template-columns: 1fr
}

@media screen and (max-width: 576px) {
    div.bc-exchange-rate {
        text-align: center
    }

    section.bc-exchange-rate__exchange-body {
        grid-template-columns: 1fr
    }
}

.bc-fabmenu {
    position: fixed;
    bottom: 96px;
    right: 32px;
    visibility: hidden
}

.bc-fabmenu-active {
    visibility: visible
}

#bc-fabmenu-button {
    position: absolute;
    bottom: -64px;
    right: 0;
    visibility: visible;
    box-shadow: 0px 5px 8px 0 rgba(44, 42, 41, .078);
    z-index: 30
}

#bc-fabmenu-button.bc-icon-button-selected:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px
}

.bc-fabmenu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(44, 42, 41, .8);
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.bc-fabmenu-backdrop-active {
    opacity: 1;
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto
}

.bc-fabmenu-action-buttons {
    position: relative;
    opacity: 0;
    z-index: 30;
    transform: translateY(40px);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 32px
}

.bc-fabmenu-action-buttons-active {
    transform: translateY(0);
    transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1
}

.bc-fabmenu-action-buttons li {
    margin-bottom: 24px;
    padding-right: 4px;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    width: 100%
}

.bc-fabmenu-action-buttons li:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 4px;
    -moz-outline-radius: 4px;
    border-radius: 2px
}

.bc-fabmenu-action-buttons li .bc-icon-button {
    min-width: 48px
}

.bc-fabmenu-action-buttons .bc-action-text {
    position: relative;
    text-align: right;
    width: 100%;
    padding-right: 20px;
    color: #fff
}

.no-scroll {
    overflow-y: hidden;
    touch-action: none
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li:hover {
    cursor: pointer;
    background-color: #454648
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li:hover>button {
    background-color: #454648;
    color: #fff
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li:active {
    background-color: #595a5c
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li:active>button {
    background-color: #595a5c;
    color: #fff
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li.bc-sidebar-active-item {
    background-color: #fdda24
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li.bc-sidebar-active-item>button {
    background-color: #fdda24;
    color: #2c2a29
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li {
    width: 100%;
    display: flex;
    height: 60px;
    justify-content: center
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button {
    cursor: pointer;
    color: #fff;
    border-style: none;
    width: 100%;
    background-color: #353537
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul li>button:focus-visible {
    outline-color: #59cbe8
}

section.bc-sidebar>aside[aria-label] {
    width: 280px
}

section.bc-sidebar>aside[aria-label] nav {
    display: none
}

section.bc-sidebar>aside[aria-label]>section:first-child {
    width: 280px
}

section.bc-sidebar>aside[aria-label]>section:first-child>section:first-child {
    display: none
}

section.bc-sidebar>aside[aria-label]>section:first-child>section:nth-child(2) {
    width: 280px
}

section[status=open].bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child {
    transition: ease-in-out 250ms;
    width: 280px
}

section[status=open].bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>div:first-child {
    display: block
}

section[status=open].bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:nth-child(2) {
    width: 280px
}

section[status=open].bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:nth-child(2)>div {
    transition: ease-in-out 200ms
}

section[status=close].bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child {
    transition: ease-in-out 250ms
}

section[status=close].bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:nth-child(2) {
    display: none;
    width: 0
}

section.bc-sidebar[type=collapsible]>aside[aria-label] {
    width: auto
}

section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child {
    width: 56px
}

section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child {
    display: flex;
    justify-content: flex-start;
    padding: 16px 16px 0 16px
}

section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button:first-child {
    margin-left: -28px;
    margin-top: 8px;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    justify-content: flex-start;
    border-radius: 50%;
    border: 3px;
    background: #fff;
    padding: 3px;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    color: #fff;
    position: static
}

section.bc-sidebar[type=collapsible]>aside[aria-label]>section:first-child>section:first-child>button:first-child:focus-visible {
    border-radius: 0%;
    outline-color: #59cbe8
}

section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child {
    width: 280px
}

section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child {
    display: flex;
    justify-content: flex-end;
    padding: 16px 16px 0 16px
}

section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button:first-child {
    justify-content: flex-start;
    border-radius: 50%;
    border: 2px;
    background: #353537;
    padding: 3px;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    color: #fff;
    position: static
}

section.bc-sidebar[type=hide]>aside[aria-label]>section:first-child>section:first-child>button:first-child:focus-visible {
    border-radius: 0%;
    outline-color: #59cbe8
}

section.bc-sidebar[type=hide]>aside[aria-label]>nav {
    display: none
}

section[status=open].bc-sidebar[type=hide]>aside {
    display: flex
}

section[status=close].bc-sidebar[type=hide]>aside {
    display: none
}

section[status=open].bc-sidebar[type=states]>aside[aria-label]>section:first-child {
    transition: width ease-in-out 250ms;
    width: 280px
}

section[status=open].bc-sidebar[type=states]>aside[aria-label]>section:first-child>section:nth-child(2) {
    width: 280px
}

section.bc-sidebar[type=states]>aside[aria-label] {
    width: auto
}

section.bc-sidebar[type=states]>aside[aria-label]>section:first-child {
    transition: width ease-in-out 250ms;
    width: 0
}

section.bc-sidebar[type=states]>aside[aria-label]>section:first-child>section:nth-child(2) {
    width: 0
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] {
    width: 56px;
    display: flex;
    height: 100%
}

section.bc-sidebar[type=states]>aside[aria-label] nav[aria-label] ul {
    width: 56px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center
}

section.bc-sidebar {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: #353537
}

section.bc-sidebar>section:first-child {
    width: 100%;
    overflow: auto
}

section.bc-sidebar>aside[aria-label] {
    display: flex
}

section.bc-sidebar>aside[aria-label]>section:first-child {
    height: 100%
}

section.bc-sidebar>aside[aria-label]>section:first-child>section:nth-child(2) {
    display: flex;
    height: 100%;
    padding: 16px 16px 16px 16px;
    overflow: auto;
    overflow-wrap: anywhere
}

section.bc-sidebar>aside[aria-label]>section:first-child>section:nth-child(2)>div {
    display: none
}

section.bc-sidebar>aside[aria-label]>section:first-child>section:nth-child(2)>div.bc-sidebar-active-content {
    display: block
}

@media only screen and (max-width: 1200px) {
    aside {
        position: absolute;
        height: 100%;
        background-color: #353537;
        right: 0
    }
}

section.bc-menu-tabs-vertical {
    margin-top: 32px
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container {
    margin-bottom: 32px
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container h5.bc-menu-tabs-vertical-title {
    margin-bottom: 32px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container h5.bc-menu-tabs-vertical-title:focus-visible {
    outline-color: #59cbe8
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items {
    position: relative;
    border-left: 1px solid #595a5c;
    padding: 8px 0px;
    order: 1
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items div.bc-menu-tabs-vertical-indicator {
    position: absolute;
    background: #fff;
    width: 4px;
    height: 24px;
    transition: transform .3s, height .3s;
    transition-timing-function: ease-in-out
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items li.bc-menu-tabs-vertical-item {
    list-style-type: none;
    padding-left: 16px;
    margin: 8px 0px;
    cursor: pointer;
    width: fit-content;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    opacity: .65;
    transition: opacity .3s;
    transition-timing-function: ease-in
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items li.bc-menu-tabs-vertical-item:focus-visible {
    outline-color: #59cbe8;
    opacity: 1;
    transition: none
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items li.bc-menu-tabs-vertical-item:hover {
    opacity: 1;
    transition: opacity .3s;
    transition-timing-function: ease-in
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items li.bc-menu-tabs-vertical-item:first-of-type {
    margin-top: 0px
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items li.bc-menu-tabs-vertical-item:last-of-type {
    margin-bottom: 0px
}

section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container ul.bc-menu-tabs-vertical-items li.bc-menu-tabs-vertical-item-active {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    transition: opacity .3s;
    transition-timing-function: ease-in
}

section.bc-menu-tabs-vertical article.bc-menu-tabs-vertical-content {
    order: 2
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    section.bc-menu-tabs-vertical {
        display: flex
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container {
        height: fit-content;
        position: sticky;
        top: 32px
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container-left {
        order: 1
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container-right {
        order: 3
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    section.bc-menu-tabs-vertical {
        display: flex
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container {
        height: fit-content;
        position: sticky;
        top: 32px
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container-left {
        order: 1
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container-right {
        order: 3
    }
}

@media only screen and (min-width: 1200px) {
    section.bc-menu-tabs-vertical {
        display: flex
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container {
        height: fit-content;
        position: sticky;
        top: 32px
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container-left {
        order: 1
    }

    section.bc-menu-tabs-vertical nav.bc-menu-tabs-vertical-container-right {
        order: 3
    }
}

.bc-fab-button-primary,
.bc-fab-button-secondary,
.bc-fab-button-mini,
.bc-fab-button,
.bc-input-number>button:first-of-type,
.bc-input-number>button:last-of-type {
    border: none;
    cursor: pointer;
    background-color: #383736;
    color: #fff;
    border-radius: 31px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    height: 56px;
    width: 56px;
    outline: 0 none;
    transition: background-color .5s, box-shadow .5s
}

.bc-fab-button-primary:active:enabled,
.bc-fab-button-secondary:active:enabled,
.bc-fab-button-mini:active:enabled,
.bc-fab-button:active:enabled,
.bc-input-number>button:active:enabled:first-of-type,
.bc-input-number>button:active:enabled:last-of-type {
    background-color: #292929;
    color: #383736;
    box-shadow: none
}

.bc-fab-button-primary:disabled,
.bc-fab-button-secondary:disabled,
.bc-fab-button-mini:disabled,
.bc-fab-button:disabled,
.bc-input-number>button:disabled:first-of-type,
.bc-input-number>button:disabled:last-of-type {
    background-color: #fff;
    color: #4c4a49;
    opacity: .4;
    cursor: default
}

.bc-fab-button-primary:hover:enabled,
.bc-fab-button-secondary:hover:enabled,
.bc-fab-button-mini:hover:enabled,
.bc-fab-button:hover:enabled,
.bc-input-number>button:hover:enabled:first-of-type,
.bc-input-number>button:hover:enabled:last-of-type {
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .14), 0 3px 8px 0 rgba(0, 0, 0, .11)
}

.outline-element.bc-fab-button-primary,
.outline-element.bc-fab-button-secondary,
.outline-element.bc-fab-button-mini,
.outline-element.bc-fab-button,
.bc-input-number>button.outline-element:first-of-type,
.bc-input-number>button.outline-element:last-of-type {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {

    .outline-element.bc-fab-button-primary,
    .outline-element.bc-fab-button-secondary,
    .outline-element.bc-fab-button-mini,
    .outline-element.bc-fab-button,
    .bc-input-number>button.outline-element:first-of-type,
    .bc-input-number>button.outline-element:last-of-type {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-fab-button-mini {
    height: 38px;
    width: 38px
}

.bc-fab-button-secondary {
    height: 61px;
    width: 61px
}

.bc-fab-button-primary {
    border: 5px solid #fdda24
}

.bc-fab-button-primary:active:enabled {
    background-color: #383736;
    color: #fff;
    box-shadow: none
}

.bc-fab-button-primary i {
    text-align: left
}

.bc-input-currency {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.bc-input-currency[disabled]>* {
    pointer-events: none;
    opacity: .6
}

.bc-input-currency-container {
    position: relative;
    width: calc(100% - 108px)
}

.bc-input-currency-container>em,
.bc-input-currency-container bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-currency-container>img,
.bc-input-currency-container bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-currency-container>em:first-child {
    left: 0;
    width: 24px
}

.bc-input-currency-container>input+em {
    right: 0;
    left: initial
}

.bc-input-currency-container em+input~label[for],
.bc-input-currency-container bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-input-currency-container em+input {
    padding-left: 30px
}

.bc-input-currency-container>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-currency-container>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-currency-container>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-currency-container[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-input-currency-container[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

.bc-input-currency-container>input.bc-input-currency {
    font-family: "CIBFontSans Bold", "sans-serif";
    font-size: 1.25rem;
    font-weight: bold;
    padding-left: 15px
}

.bc-input-currency-container>em+input~label[for],
.bc-input-currency-container bc-icon+input~label[for] {
    padding-left: 15px
}

.bc-input-currency-container>em,
.bc-input-currency-container bc-icon,
.bc-input-currency-container label[for] {
    top: 1px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.bc-input-number>button:last-of-type,
.bc-input-number>button:first-of-type {
    font-size: 0.625rem;
    background-color: #fdda24;
    width: 38px;
    height: 38px
}

.bc-input-number>button.outline-element:last-of-type,
.bc-input-number>button.outline-element:first-of-type {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {

    .bc-input-number>button.outline-element:last-of-type,
    .bc-input-number>button.outline-element:first-of-type {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-input-number>button:active:enabled:last-of-type,
.bc-input-number>button:active:enabled:first-of-type {
    background-color: #fee97c;
    color: #292929
}

.bc-input-number>button:hover:last-of-type,
.bc-input-number>button:hover:first-of-type {
    background-color: #fdc82a
}

.bc-input-number {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.bc-input-number>button:first-of-type {
    margin-right: 16px
}

.bc-input-number>button:last-of-type {
    margin-left: 16px
}

.bc-input-number[disabled]>* {
    pointer-events: none;
    opacity: .35;
    color: green
}

.bc-input-number[disabled] button {
    background-color: #fdda24
}

.bc-input-number-container {
    position: relative;
    width: calc(100% - 108px)
}

.bc-input-number-container>em,
.bc-input-number-container bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-number-container>img,
.bc-input-number-container bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-number-container>em:first-child {
    left: 0;
    width: 24px
}

.bc-input-number-container>input+em {
    right: 0;
    left: initial
}

.bc-input-number-container em+input~label[for],
.bc-input-number-container bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-input-number-container em+input {
    padding-left: 30px
}

.bc-input-number-container>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-number-container>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-number-container>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-number-container[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-input-number-container[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

article.bc-input-password input[id^=bc-input-password] {
    -webkit-text-security: disc;
    font-family: "BC Icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    letter-spacing: -6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article.bc-input-password input[id^=bc-input-password].bc-no-mask {
    -webkit-text-security: none;
    letter-spacing: 0;
    font-family: "Open Sans", "sans-serif"
}

article.bc-input-password section.bc-message-steps-suggestions {
    position: absolute;
    z-index: 99999;
    background: #fff;
    margin-top: 24px;
    left: 0;
    color: #292929
}

article.bc-input-password section.bc-message-steps-suggestions.opened {
    display: block
}

article.bc-input-password section.bc-message-steps-suggestions.closed {
    display: none
}

article.bc-input-password section.bc-message-steps-suggestions .bc-row {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px
}

article.bc-input-password section.bc-message-steps-suggestions section.bc-message-title label {
    font-weight: 600;
    line-height: 21px
}

article.bc-input-password section.bc-message-steps-suggestions.bc-message-steps-suggestions:after {
    width: 0;
    height: 0;
    border-bottom: 17px solid #fff;
    border-right: 17px solid rgba(0, 0, 0, 0);
    border-left: 17px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    color: #292929;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    top: -17px;
    left: 0
}

article.bc-input-password section.bc-message-steps-suggestions section.bc-message-steps section.bc-message-step .bc-step-icon {
    background-color: #f4f4f4;
    border-radius: 50%;
    font-size: larger;
    border: 2px #f4f4f4 solid;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px
}

article.bc-input-password section.bc-message-steps-suggestions section.bc-message-steps section.bc-message-step.valid .bc-step-icon {
    border: 2px #00c389 solid;
    background-color: #fff
}

article.bc-input-password section.bc-message-steps-suggestions section.bc-message-steps section.bc-message-step.error .bc-step-icon {
    background-color: #f4f4f4
}

article.bc-input-password section.bc-message-steps-suggestions section.bc-message-steps section.bc-message-step.error section.bc-step-text {
    color: #ff8389
}

.bc-input-select-content-active {
    position: absolute;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    max-height: 300px;
    overflow: auto;
    z-index: absolute;
    border-radius: 0 0 8px 0;
    border-radius: 0 0 8px 8px;
    text-align: left
}

.bc-input-select-active .bc-input-select-content-active,
.bc-input-select .bc-input-select-content {
    z-index: 8;
    background-color: #454648;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .14), 0 3px 8px 0 rgba(0, 0, 0, .11);
    overflow-y: auto
}

.bc-input-select-active .bc-input-select-content-active ul,
.bc-input-select .bc-input-select-content ul {
    list-style: none;
    width: 100%
}

.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item {
    height: min-content;
    min-height: 48px;
    padding: 0;
    border: none;
    cursor: pointer
}

.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item a,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -.200000003px;
    text-decoration: none;
    padding: 0 16px
}

.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item a .bc-icon,
.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item a em,
.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item a .bc-input-select-active>img,
.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item a bc-icon,
.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item a .bc-input-select>img,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item a .bc-icon,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item a em,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item a .bc-input-select-active>img,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item a .bc-input-select>img,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item a bc-icon {
    margin-right: 19px;
    margin-left: 0
}

.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item::before,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item::before {
    display: none
}

.bc-input-select-active .bc-input-select-content-active ul li.bc-input-select-item:hover,
.bc-input-select .bc-input-select-content ul li.bc-input-select-item:hover {
    background-color: #4c4a49
}

.bc-input-select {
    position: relative;
    display: inline-block
}

.bc-input-select-triangle {
    display: none
}

.bc-input-select .bc-input-select-toggle {
    cursor: pointer
}

.bc-input-select .bc-input-select-content {
    display: none;
    animation: fade-out-opacity ease-in-out .25s
}

.bc-input-select.bc-input-date-range {
    display: flex
}

.bc-input-select-active {
    position: relative;
    display: inline-block;
    z-index: 8
}

.bc-input-select-active .bc-input-select-triangle {
    width: 0;
    height: 0;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid #454648;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: -11px;
    z-index: 10000;
    animation: fade-in-opacity ease-in-out .25s;
    display: block
}

.bc-input-select-active .bc-input-select-triangle.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-input-select-active .bc-input-select-triangle.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-input-select-active .bc-input-select-triangle.bc-droptop {
    bottom: auto;
    top: -15px;
    transform: rotate(180deg)
}

.bc-input-select-active .bc-input-select-toggle-active {
    cursor: pointer
}

.bc-input-select-active .bc-input-select-content-active {
    animation: fade-in-opacity ease-in-out .25s
}

.bc-input-select-active.bc-input-date-range {
    display: flex
}

.bc-input-select.disabled,
.bc-input-select.disabled .bc-input-select-toggle {
    pointer-events: none;
    opacity: .5
}

.bc-input-select {
    width: 100%
}

.bc-input-select>em,
.bc-input-select bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-select>img,
.bc-input-select bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-select>em:first-child {
    left: 0;
    width: 24px
}

.bc-input-select>input+em {
    right: 0;
    left: initial
}

.bc-input-select em+input~label[for],
.bc-input-select bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-input-select em+input {
    padding-left: 30px
}

.bc-input-select>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-input-select[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

.bc-input-select-active {
    width: 100%
}

.bc-input-select-active>em,
.bc-input-select-active bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-select-active>img,
.bc-input-select-active bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-select-active>em:first-child {
    left: 0;
    width: 24px
}

.bc-input-select-active>input+em {
    right: 0;
    left: initial
}

.bc-input-select-active em+input~label[for],
.bc-input-select-active bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-input-select-active em+input {
    padding-left: 30px
}

.bc-input-select-active>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-active>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-active>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-active[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-input-select-active[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

.bc-input-select-active .bc-input {
    border-bottom: 2px solid #fdda24
}

.bc-input-select-item {
    position: relative;
    height: 50px;
    padding-left: 16px;
    padding-right: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    justify-content: flex-start;
    background-color: #454648;
    bottom: 0px;
    color: #fff;
    cursor: pointer
}

.bc-input-select-item:hover {
    background-color: #353537
}

.bc-input-select-item:active {
    background-color: #727476
}

.bc-input-select-item em:nth-child(1n) {
    margin-right: 8px
}

.bc-input-select-item em:nth-child(3n),
.bc-input-select-item em:nth-child(2n) {
    position: absolute;
    right: 8px
}

.bc-input-select-item .bc-span-single {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100%;
    margin-right: 30px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

span+.bc-input-select-content-active {
    margin-top: -26px
}

.bc-input-select-label {
    text-overflow: ellipsis;
    overflow: hidden
}

.bc-input-select-item>.bc-container-checkbox>span.bc-checkbox:focus-visible,
.bc-input-select-item:focus-visible,
em.bc-input-select-toggle:focus-visible {
    outline: #59cbe8 auto 1px
}

.bc-input-select input[type=text]~label[for],
.bc-input-select>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: 1;
    transition: 0
}

.bc-input-select-v2 {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    gap: 2px;
    bottom: 0
}

.bc-input-select-v2 .bc-input-select-v2-label {
    text-align: left;
    transition: .6s ease all;
    touch-action: manipulation;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 1px);
    position: absolute;
    top: 0;
    display: inline-block;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-v2.bc-input-select-v2-icon .bc-input-select-v2-label {
    transform: translate(32px, 1px);
    max-width: calc(100% - 65px)
}

.bc-input-select-v2.bc-input-select-v2-filled .bc-input-select-v2-label {
    transform: translate(0, -18px);
    cursor: pointer;
    max-width: 100%;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-v2.bc-input-select-v2-icon.bc-input-select-v2-filled .bc-input-select-v2-label {
    transform: translate(0, -18px);
    max-width: 100%
}

.bc-input-select-v2 .bc-input-select-v2-dropdown {
    position: relative
}

.bc-input-select-v2 .bc-input-select-v2-placeholder {
    cursor: pointer;
    display: flex;
    flex-flow: column-reverse;
    border-bottom: solid 1px #fff;
    padding-bottom: 0px;
    bottom: 1px
}

.bc-input-select-v2 .bc-input-select-v2-placeholder:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 4px
}

.bc-input-select-v2 .bc-input-select-v2-placeholder .bc-input-select-v2-combobox {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 24px;
    padding-bottom: 0px;
    gap: 8px
}

.bc-input-select-v2 .bc-input-select-v2-placeholder .bc-input-select-v2-combobox-text {
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 4px;
    text-align: left
}

.bc-input-select-v2 .bc-input-select-v2-placeholder .bc-float-menu-toggle-icon {
    text-align: left
}

.bc-input-select-v2.bc-input-select-v2-filled .bc-input-select-v2-label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-v2.bc-input-select-v2-filled .bc-input-select-v2-placeholder {
    border-bottom: solid 2px #fff
}

.bc-input-select-v2 .bc-input-select-v2-helptext {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-select-v2.bc-input-select-v2-disabled {
    pointer-events: none;
    color: #97999b
}

.bc-input-select-v2.bc-input-select-v2-disabled .bc-input-select-v2-placeholder {
    border-bottom-color: #97999b
}

.bc-input-select-v2.bc-input-select-v2-disabled .bc-input-select-v2-combobox-text {
    color: #97999b
}

.bc-input-select-v2.bc-input-select-v2-error .bc-input-select-v2-placeholder {
    border-bottom-color: #ff8389;
    border-bottom-width: 2px
}

.bc-input-select-v2.bc-input-select-v2-error .bc-input-select-v2-helptext {
    color: #ff8389
}

.bc-input-token {
    display: flex;
    align-items: center;
    flex-direction: column
}

.bc-input-token>em,
.bc-input-token bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-token>img,
.bc-input-token bc-icon {
    position: absolute;
    color: #fff;
    top: 4px;
    font-size: 1.5rem;
}

.bc-input-token>em:first-child {
    left: 0;
    width: 24px
}

.bc-input-token>input+em {
    right: 0;
    left: initial
}

.bc-input-token em+input~label[for],
.bc-input-token bc-icon+input~label[for] {
    padding-left: 30px
}

.bc-input-token em+input {
    padding-left: 30px
}

.bc-input-token>label[for] {
    left: 0px;
    padding-left: 0px;
    position: absolute;
    pointer-events: none;
    top: 3px;
    transition: .2s ease all;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-token>input[type=date]~label[for] {
    left: 0px;
    padding-left: -2px;
    position: absolute;
    pointer-events: none;
    top: -23px;
    transition: 0;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-token>input[type=date]~span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-token[disabled] {
    pointer-events: none;
    color: #97999b
}

.bc-input-token[disabled] input {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #97999b;
    border-bottom: 1px solid #97999b
}

.bc-input-token input {
    text-align: center;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-input-token input.bc-input[id] {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 0;
    width: 40px
}

.bc-input-token[status=disabled] .bc-input-token-container.bc-all-inputs-error~.bc-label-bottom-token {
    color: #4c4a49
}

.bc-input-token[status=disabled] .bc-input-token-container.bc-all-inputs-error input {
    outline: 0;
    transition: .5s;
    border-bottom: solid 2px #4c4a49
}

.bc-input-token[status=disabled]>* {
    pointer-events: none;
    opacity: .35;
    color: green;
    color: #4c4a49
}

.bc-input-token[status=error] input {
    outline: 0;
    transition: .5s;
    border-bottom: solid 2px #ff8389
}

.bc-input-token[status=error] .bc-label-bottom-token {
    color: #ff8389
}

.bc-input-token .bc-input-token-container.bc-all-inputs-valid:focus-within input {
    border-bottom: solid 2px #fff
}

.bc-input-token .bc-input-token-container input.bc-input-token-filled {
    border-bottom: solid 2px #fff
}

.bc-input-token .bc-input-token-container.bc-all-inputs-error input {
    outline: 0;
    transition: .5s;
    border-bottom: solid 2px #ff8389
}

.bc-input-token .bc-input-token-container .bc-input {
    margin: 0 8px
}

.bc-input-token .bc-input-token-container.bc-all-inputs-error~.bc-label-bottom-token {
    color: #ff8389
}

.bc-input-token .bc-input-token-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center
}

.bc-input-token .bc-label-bottom-token {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 8px;
    min-height: 24px;
    max-width: 320px;
    text-align: center
}

article.bc-modal[role=dialog][aria-labelledby][aria-modal=true] {
    display: none;
    max-height: 30px;
    animation: fade-out 350ms
}

article.bc-modal-active[role=dialog][aria-labelledby][aria-modal=true] {
    opacity: 1;
    animation: fade-in 350ms;
    overflow-x: clip;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1072;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto
}

article.bc-modal-active[role=dialog][aria-labelledby][aria-modal=true][outerCloseTap=true] {
    pointer-events: auto
}

article.bc-modal-active[role=dialog][aria-labelledby][aria-modal=true][outerCloseTap=false] {
    pointer-events: none
}

.bc-modal-overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    backdrop-filter: blur(8px);
    width: 100vw;
    height: 100vh;
    z-index: 1071
}

section.bc-modal-title {
    width: 100%;
    text-align: center;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

section.bc-modal-title>* {
    width: 100%
}

section.bc-modal-footer {
    position: relative;
    padding: 32px;
    margin: 16px -24px -32px -24px;
    background-color: #4c4a49;
    border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 16px
}

section.bc-modal-footer:empty {
    display: none
}

section.bc-modal-content bc-input-select .bc-input-select-content-active {
    position: fixed
}

section.bc-modal-container {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 16px 24px 32px 24px;
    margin: auto;
    background: #383736;
    text-align: justify;
    box-shadow: 0 12px 16px 0 rgba(24, 22, 21, .5607843137), 0 1px 10px 0 rgba(24, 22, 21, .3215686275);
    max-height: 96%;
    border-radius: 16px 16px 16px 16px
}

section.bc-modal-container section.bc-modal-close-button-container {
    display: flex;
    justify-content: flex-end;
    min-height: 24px
}

section.bc-modal-container button.bc-modal-close-button[aria-label] {
    border-radius: 50%;
    border: none;
    background: #383736;
    text-align: right;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    color: #fff;
    position: static
}

section.bc-modal-container button.bc-modal-close-button[aria-label]:hover {
    background: #383736;
    transition-duration: 1s;
    border-radius: 50%
}

section.bc-modal-container section.bc-modal-icon-container {
    display: flex;
    justify-content: center
}

section.bc-modal-container section.bc-modal-icon-container .bc-modal-center-icon {
    display: inherit;
    text-align: center;
    color: #2c2a29;
    border-radius: 50%
}

section.bc-modal-container .bc-modal-illustration {
    display: initial;
    text-align: center
}

section.bc-modal-container section.bc-modal-button-container {
    justify-content: center;
    margin: auto;
    display: flex;
    position: relative;
    align-items: center;
    pointer-events: auto
}

section.bc-modal-container section.bc-modal-button-container button {
    margin: 8px;
    min-width: 140px;
    max-width: 343px;
    min-height: 32px
}

section.bc-modal-container[buttonAlignment=horizontal] section.bc-modal-button-container {
    flex-direction: row;
    justify-content: center
}

@media only screen and (max-width: 575px) {
    section.bc-modal-container[buttonAlignment=horizontal] section.bc-modal-button-container {
        flex-direction: column;
        width: 270px
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    section.bc-modal-container[buttonAlignment=horizontal] section.bc-modal-button-container {
        flex-direction: column;
        width: 270px
    }
}

section.bc-modal-container[buttonAlignment=vertical] section.bc-modal-button-container {
    flex-direction: column;
    justify-content: center
}

section.bc-modal-container[customWidth=small] {
    width: 400px;
    height: auto
}

section.bc-modal-container[customWidth=small] section.bc-modal-button-container {
    flex-direction: column;
    max-width: 343px
}

section.bc-modal-container[customWidth=small] section.bc-modal-content {
    max-height: 40%;
    overflow: auto;
    overflow-x: clip;
    margin-top: 16px;
    margin-bottom: 16px;
    pointer-events: auto;
    padding-right: 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: auto;
    overflow-x: clip;
    color: #fff
}

section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 43px
}

section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar-thumb {
    background: #4c4a49
}

section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar-thumb:hover {
    background: #4c4a49
}

section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar-thumb:active {
    background-color: #4c4a49
}

section.bc-modal-container[customWidth=small] section.bc-modal-content b,
section.bc-modal-container[customWidth=small] section.bc-modal-content strong {
    font-synthesis-weight: initial
}

section.bc-modal-container[customWidth=small] section.bc-modal-content.bc-m-0 {
    margin-top: 0;
    margin-bottom: 0
}

section.bc-modal-container[customWidth=medium] {
    width: 600px;
    height: auto
}

section.bc-modal-container[customWidth=medium] section.bc-modal-content {
    max-height: 40%;
    overflow: auto;
    overflow-x: clip;
    margin-top: 16px;
    margin-bottom: 16px;
    pointer-events: auto;
    padding-right: 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

section.bc-modal-container[customWidth=medium] section.bc-modal-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 43px
}

section.bc-modal-container[customWidth=medium] section.bc-modal-content::-webkit-scrollbar-thumb {
    background: #4c4a49
}

section.bc-modal-container[customWidth=medium] section.bc-modal-content::-webkit-scrollbar-thumb:hover {
    background: #4c4a49
}

section.bc-modal-container[customWidth=medium] section.bc-modal-content::-webkit-scrollbar-thumb:active {
    background-color: #4c4a49
}

section.bc-modal-container[customWidth=medium] section.bc-modal-button-container button {
    max-width: 220px
}

section.bc-modal-container[customWidth=large] {
    width: 700px;
    height: auto
}

section.bc-modal-container[customWidth=large] section.bc-modal-content {
    max-height: 40%;
    overflow: auto;
    overflow-x: clip;
    margin-top: 16px;
    margin-bottom: 16px;
    pointer-events: auto;
    padding-right: 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

section.bc-modal-container[customWidth=large] section.bc-modal-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 43px
}

section.bc-modal-container[customWidth=large] section.bc-modal-content::-webkit-scrollbar-thumb {
    background: #4c4a49
}

section.bc-modal-container[customWidth=large] section.bc-modal-content::-webkit-scrollbar-thumb:hover {
    background: #4c4a49
}

section.bc-modal-container[customWidth=large] section.bc-modal-content::-webkit-scrollbar-thumb:active {
    background-color: #4c4a49
}

section.bc-modal-container[customWidth=large] section.bc-modal-button-container button {
    max-width: 220px
}

section.bc-modal-container[titleAlign=left] section.bc-modal-title {
    text-align: left
}

section.bc-modal-container[displayButton=false] section.bc-modal-button-container {
    display: none;
    justify-content: center
}

section.bc-modal-container[typeIcon=error] section.bc-modal-icon-container div {
    background-color: #ff7f41;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2c2a29
}

section.bc-modal-container[typeIcon=success] section.bc-modal-icon-container div {
    background-color: #00c389;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2c2a29
}

section.bc-modal-container[typeIcon=info] section.bc-modal-icon-container div {
    background-color: #59cbe8;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2c2a29
}

section.bc-modal-container[typeIcon=warning] section.bc-modal-icon-container div {
    background-color: #fdda24;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2c2a29
}

section.bc-modal-container section.bc-modal-active+.bc-modal-container {
    animation: scoot-up .1s;
    animation-timing-function: ease-out;
    transform-origin: 50% 0px
}

@media only screen and (max-width: 575px) {
    section.bc-modal-container[customWidth=small] {
        width: 343px
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-button-container {
        flex-direction: column-reverse;
        justify-content: center;
        display: flex
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-button-container button {
        margin: 3px
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-content {
        max-height: 40%;
        overflow: auto;
        overflow-x: clip;
        margin-top: 16px;
        margin-bottom: 16px;
        pointer-events: auto;
        padding-right: 4px;
        border-radius: 4px 4px 4px 4px;
        font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
        font-weight: 400;
        font-size: 1rem;
        line-height: 24px;
        letter-spacing: 0px;
        font-synthesis: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        padding: 43px
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar-thumb {
        background: #4c4a49
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar-thumb:hover {
        background: #4c4a49
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-content::-webkit-scrollbar-thumb:active {
        background-color: #4c4a49
    }

    section.bc-modal-container[customWidth=small] section.bc-modal-content:empty {
        display: none
    }

    section.bc-modal-container[displayButton=false] section.bc-modal-button-container {
        display: none
    }

    section.bc-modal-container[customWidth=medium] {
        width: 328px
    }

    section.bc-modal-container[customWidth=medium] section.bc-modal-button-container>div {
        flex-direction: column-reverse;
        justify-content: center
    }

    section.bc-modal-container[customWidth=medium] section.bc-modal-button-container>div button {
        margin: 3px
    }

    section.bc-modal-container[customWidth=large] {
        width: 328px
    }

    section.bc-modal-container[customWidth=large] section.bc-modal-button-container {
        flex-direction: column;
        justify-content: center
    }

    section.bc-modal-container[customWidth=large] section.bc-modal-button-container button {
        margin: 3px
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-modal-active {
        overflow-y: auto
    }

    section.bc-modal-container[customWidth=medium] {
        width: 500px
    }

    section.bc-modal-container[customWidth=medium] section.bc-modal-button-container>div {
        flex-direction: column-reverse;
        justify-content: center
    }

    section.bc-modal-container[customWidth=medium] section.bc-modal-button-container>div button {
        margin: 3px
    }

    section.bc-modal-container[customWidth=large] {
        width: 600px
    }

    section.bc-modal-container[customWidth=large] section.bc-modal-button-container {
        flex-direction: column;
        justify-content: center
    }

    section.bc-modal-container[customWidth=large] section.bc-modal-button-container button {
        margin: 3px
    }
}

@keyframes scoot-up {
    0% {
        margin-top: 35%
    }

    100% {
        margin-top: 15%;
        top: 15%
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.bc-notify {
    height: 350px;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .19), 0 0 16px 0 rgba(0, 0, 0, .1);
    text-align: center
}

.bc-notify-icon {
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: block
}

.bc-notify-title {
    text-align: center;
    margin-inline-start: auto;
    margin-inline-end: auto;
    display: block
}

.bc-notify-error {
    color: #ff8389
}

.bc-notify-success {
    color: #00c389
}

.bc-notify-info {
    color: #59cbe8
}

.bc-notify-warning {
    color: #fdc82a
}

.bc-notify-inactive {
    color: #fff
}

.bc-notify-close {
    float: right
}

.bc-notify-desc {
    color: #292929;
    font-size: 1rem;
    letter-spacing: -0.3px;
    line-height: 24px;
    margin-inline-start: auto;
    margin-inline-end: auto;
    text-align: center
}

.bc-notify-desc-error {
    height: 18px;
    width: 111px;
    color: #808285;
    font-size: 0.875rem;
    letter-spacing: -0.2px;
    line-height: 18px;
    text-align: center;
    margin: auto
}

section.bc-off-canvas[status=open]>aside {
    right: 0px;
    height: 100vh;
    min-height: 100vh
}

section.bc-off-canvas[status=open]>aside>section {
    margin: 16px
}

section.bc-off-canvas[status=open]>aside>div {
    margin: 16px
}

@media only screen and (min-width: 0) {
    section.bc-off-canvas[status=open]>aside {
        width: 90%
    }
}

@media only screen and (min-width: 768px) {
    section.bc-off-canvas[status=open]>aside {
        width: 40%
    }
}

@media only screen and (min-width: 992px) {
    section.bc-off-canvas[status=open]>aside {
        width: 40%
    }
}

@media only screen and (min-width: 1200px) {
    section.bc-off-canvas[status=open]>aside {
        width: 40%
    }
}

section.bc-off-canvas[status=open]>aside>section:first-child {
    display: flex;
    justify-content: flex-end
}

section.bc-off-canvas[status=open]>aside>section:first-child {
    display: flex
}

section.bc-off-canvas[status=open]>aside>section:first-child>button[aria-label]:first-child {
    justify-content: flex-start;
    border: 3px;
    background: #454648;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    color: #fff;
    position: static;
    font-size: 1.5rem;
    width: 24px
}

section.bc-off-canvas[status=open]>aside>section:first-child>button[aria-label]:first-child:focus-visible {
    outline: #59cbe8 solid 2px
}

section.bc-off-canvas[status=open]>aside>div:nth-child(2) {
    height: 100%;
    justify-content: left
}

section.bc-off-canvas[type=horizontal]>aside {
    left: 0px;
    bottom: 0px;
    width: 100vw;
    max-height: 90vh;
    min-height: auto;
    top: auto
}

@media only screen and (min-width: 0) {
    section.bc-off-canvas[type=horizontal]>aside {
        height: 90%
    }
}

@media only screen and (min-width: 768px) {
    section.bc-off-canvas[type=horizontal]>aside {
        height: 40%
    }
}

@media only screen and (min-width: 992px) {
    section.bc-off-canvas[type=horizontal]>aside {
        height: 40%
    }
}

@media only screen and (min-width: 1200px) {
    section.bc-off-canvas[type=horizontal]>aside {
        height: 40%
    }
}

section.bc-off-canvas[type=horizontal]>aside>section:first-child {
    display: flex;
    justify-content: flex-end
}

section.bc-off-canvas[type=horizontal]>aside>section {
    margin: auto;
    max-width: 1440px
}

section.bc-off-canvas[type=horizontal]>aside>div {
    margin: auto;
    max-width: 1440px
}

section.bc-off-canvas[type=horizontal]>aside>section:first-child {
    max-width: inherit;
    display: flex
}

section.bc-off-canvas[type=horizontal]>aside>section:first-child>button[aria-label]:first-child {
    justify-content: flex-end;
    border: 3px;
    background: #454648;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    color: #fff;
    position: static;
    font-size: 1.5rem;
    width: 24px
}

section.bc-off-canvas[type=horizontal]>aside>section:first-child>button[aria-label]:first-child:focus-visible {
    outline: #59cbe8 solid 2px
}

section.bc-off-canvas[type=horizontal]>aside>div:nth-child(2) {
    display: flex
}

section.bc-off-canvas[type=horizontal]>aside>div:nth-child(2) {
    height: 100%;
    justify-content: center
}

section.bc-off-canvas {
    display: none;
    background-color: rgba(44, 42, 41, .8);
    backdrop-filter: blur(3.5px);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 1000
}

section.bc-off-canvas[status=open] {
    display: block
}

section.bc-off-canvas[status=open]>aside {
    margin-right: 0px;
    opacity: 1;
    animation: fade-in 250ms ease-in-out;
    padding: 16px
}

section.bc-off-canvas>aside {
    margin-right: -328px;
    animation: fade-out 250ms ease-in-out;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #454648;
    overflow: auto;
    box-shadow: 0 16px 20px 0 rgba(24, 22, 21, .5607843137), 0 1px 12px 0 rgba(24, 22, 21, .3215686275)
}

section.bc-off-canvas[type=horizontal][backdrop=off] {
    height: 100vh;
    bottom: 0px;
    top: auto;
    width: 0px;
    overflow: visible
}

section.bc-off-canvas[backdrop=off] {
    height: 0px;
    overflow: visible
}

@keyframes fade-in {
    0% {
        margin-right: -328px;
        opacity: 0px
    }

    100% {
        margin-right: 0px;
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        margin-right: 0px;
        opacity: 1
    }

    100% {
        margin-right: -328px;
        opacity: 0px
    }
}

.bc-paginator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%
}

.bc-paginator * {
    user-select: none
}

.bc-paginator.default .bc-paginator-list {
    justify-content: center
}

.bc-paginator.default .bc-paginator-list .bc-paginator-prev {
    margin-left: auto
}

.bc-paginator.default .bc-paginator-list .bc-paginator-next {
    margin-right: auto
}

.bc-paginator .bc-paginator-pages-info {
    margin-right: 16px
}

.bc-paginator .bc-paginator-list {
    display: flex;
    flex-direction: row;
    align-items: center
}

.bc-paginator .bc-paginator-list.default .bc-paginator-prev button,
.bc-paginator .bc-paginator-list.default .bc-paginator-next button {
    min-width: 110px;
    height: 32px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100px
}

.bc-paginator .bc-paginator-list.default .bc-paginator-prev button span,
.bc-paginator .bc-paginator-list.default .bc-paginator-next button span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: super
}

.bc-paginator .bc-paginator-list.default .bc-paginator-prev button {
    padding-right: 10px
}

.bc-paginator .bc-paginator-list.default .bc-paginator-next button {
    padding-left: 10px
}

.bc-paginator .bc-paginator-pages {
    margin-left: 16px
}

.bc-paginator .bc-paginator-center {
    flex-grow: 1
}

.bc-paginator .bc-paginator-center button {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background: none;
    border-style: none;
    margin-right: 2px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-paginator .bc-paginator-center button.bc-paginator-large-button {
    width: unset;
    height: unset;
    padding: 2px
}

.bc-paginator .bc-paginator-center button.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-paginator .bc-paginator-center button.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-paginator .bc-paginator-center button:hover {
    background-color: #353537;
    transition: background .2s
}

.bc-paginator .bc-paginator-center button:active,
.bc-paginator .bc-paginator-center button.bc-paginator-number-active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 7px;
    height: 33px;
    min-width: 33px;
    transition: background .2s;
    margin: 4px;
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #7d7f82
}

.bc-paginator .bc-paginator-center .bc-dropdown em,
.bc-paginator .bc-paginator-center .bc-dropdown-active em {
    font-size: 1rem;
    vertical-align: bottom;
    opacity: .4;
    pointer-events: none
}

.bc-paginator .bc-paginator-center ul {
    list-style: none;
    align-items: center
}

.bc-paginator .bc-paginator-center ul li {
    padding: 5px
}

.bc-paginator .bc-paginator-prev {
    margin-right: 8px
}

.bc-paginator .bc-paginator-prev button {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: none;
    border-style: none;
    margin-right: 2px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer
}

.bc-paginator .bc-paginator-prev button.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-paginator .bc-paginator-prev button.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-paginator .bc-paginator-prev button:hover {
    background-color: #353537;
    transition: background .2s
}

.bc-paginator .bc-paginator-prev button:active,
.bc-paginator .bc-paginator-prev button.bc-paginator-number-active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 7px;
    height: 33px;
    min-width: 33px;
    transition: background .2s;
    margin: 4px;
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #7d7f82
}

.bc-paginator .bc-paginator-prev .bc-icon {
    text-align: left
}

.bc-paginator .bc-paginator-next {
    margin-left: 8px
}

.bc-paginator .bc-paginator-next button {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: none;
    border-style: none;
    margin-right: 2px;
    outline: none;
    color: #fff;
    font-size: 1rem;
    cursor: pointer
}

.bc-paginator .bc-paginator-next button.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-paginator .bc-paginator-next button.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-paginator .bc-paginator-next button:hover {
    background-color: #353537;
    transition: background .2s
}

.bc-paginator .bc-paginator-next button:active,
.bc-paginator .bc-paginator-next button.bc-paginator-number-active {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 7px;
    height: 33px;
    min-width: 33px;
    transition: background .2s;
    margin: 4px;
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #7d7f82
}

.bc-paginator .bc-paginator-next button .bc-icon {
    text-align: initial
}

.bc-paginator .bc-dropdown-per-page {
    border-bottom: 2px solid #fff
}

.bc-paginator .bc-dropdown .bc-dropdown-content-active,
.bc-paginator .bc-dropdown-active .bc-dropdown-content-active {
    max-height: 200px;
    min-width: 60px;
    overflow-y: scroll;
    position: fixed
}

.bc-paginator .bc-dropdown .bc-dropdown-content-active ul li,
.bc-paginator .bc-dropdown-active .bc-dropdown-content-active ul li {
    padding: 0
}

.bc-paginator .bc-dropdown .bc-dropdown-content-active ul li button,
.bc-paginator .bc-dropdown-active .bc-dropdown-content-active ul li button {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px;
    background: none;
    padding: 15px 25px;
    text-align: center
}

.bc-button-puffy,
.bc-button-small,
.bc-button-ghost,
.bc-button-background,
.bc-button-terciary,
.bc-button-tertiary,
.bc-button-secondary-inverse,
.bc-button-secondary,
.bc-button-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    border-style: none;
    cursor: pointer;
    padding: 12px 24px;
    outline: 0 none;
    text-transform: none;
    text-decoration: none;
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 32px;
    white-space: initial;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 26px
}

.bc-button-puffy>.bc-icon:last-child,
.bc-button-small>.bc-icon:last-child,
.bc-button-ghost>.bc-icon:last-child,
.bc-button-background>.bc-icon:last-child,
.bc-button-terciary>.bc-icon:last-child,
.bc-button-tertiary>.bc-icon:last-child,
.bc-button-secondary-inverse>.bc-icon:last-child,
.bc-button-secondary>.bc-icon:last-child,
.bc-button-primary>.bc-icon:last-child {
    order: -1
}

.bc-button-puffy:focus-visible,
.bc-button-small:focus-visible,
.bc-button-ghost:focus-visible,
.bc-button-background:focus-visible,
.bc-button-terciary:focus-visible,
.bc-button-tertiary:focus-visible,
.bc-button-secondary-inverse:focus-visible,
.bc-button-secondary:focus-visible,
.bc-button-primary:focus-visible {
    transition: 150ms cubic-bezier(0.4, 0, 1, 1)
}

.bc-button-puffy:not(:focus),
.bc-button-small:not(:focus),
.bc-button-ghost:not(:focus),
.bc-button-background:not(:focus),
.bc-button-terciary:not(:focus),
.bc-button-tertiary:not(:focus),
.bc-button-secondary-inverse:not(:focus),
.bc-button-secondary:not(:focus),
.bc-button-primary:not(:focus) {
    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.bc-button-puffy:disabled,
.bc-button-small:disabled,
.bc-button-ghost:disabled,
.bc-button-background:disabled,
.bc-button-terciary:disabled,
.bc-button-tertiary:disabled,
.bc-button-secondary-inverse:disabled,
.bc-button-secondary:disabled,
.bc-button-primary:disabled {
    cursor: default
}

.bc-button-puffy .bc-icon,
.bc-button-small .bc-icon,
.bc-button-ghost .bc-icon,
.bc-button-background .bc-icon,
.bc-button-terciary .bc-icon,
.bc-button-tertiary .bc-icon,
.bc-button-secondary-inverse .bc-icon,
.bc-button-secondary .bc-icon,
.bc-button-primary .bc-icon {
    vertical-align: middle;
    font-size: 1.5rem;
    width: 24px
}

.bc-button-puffy *,
.bc-button-small *,
.bc-button-ghost *,
.bc-button-background *,
.bc-button-terciary *,
.bc-button-tertiary *,
.bc-button-secondary-inverse *,
.bc-button-secondary *,
.bc-button-primary * {
    pointer-events: none
}

.outline-element.bc-button-puffy,
.outline-element.bc-button-small,
.outline-element.bc-button-ghost,
.outline-element.bc-button-background,
.outline-element.bc-button-terciary,
.outline-element.bc-button-tertiary,
.outline-element.bc-button-secondary-inverse,
.outline-element.bc-button-secondary,
.outline-element.bc-button-primary {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {

    .outline-element.bc-button-puffy,
    .outline-element.bc-button-small,
    .outline-element.bc-button-ghost,
    .outline-element.bc-button-background,
    .outline-element.bc-button-terciary,
    .outline-element.bc-button-tertiary,
    .outline-element.bc-button-secondary-inverse,
    .outline-element.bc-button-secondary,
    .outline-element.bc-button-primary {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-button-primary {
    background-color: #fdda24;
    color: #2c2a29
}

.bc-button-primary:hover:enabled {
    background-color: #fee66c
}

.bc-button-primary:active:enabled {
    background-color: #e6c621
}

.bc-button-primary:disabled {
    background-color: #727476;
    color: #353537
}

.bc-button-primary:focus-visible {
    outline: 2px solid #59cbe8;
    outline-offset: 4px;
    background-color: #fee66c
}

.bc-button-secondary {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
    border: 1px solid #fff
}

.bc-button-secondary:hover:enabled {
    background-color: #454648
}

.bc-button-secondary:active:enabled {
    background-color: #595a5c
}

.bc-button-secondary:disabled {
    background-color: rgba(255, 255, 255, 0);
    color: #97999b;
    border: 1px solid #97999b
}

.bc-button-secondary:focus-visible {
    outline: 2px solid #59cbe8;
    outline-offset: 4px;
    background-color: #454648
}

.bc-button-secondary-inverse {
    background-color: rgba(255, 255, 255, 0);
    color: #2c2a29;
    border: 1px solid #2c2a29
}

.bc-button-secondary-inverse:hover:enabled {
    background-color: #d9dadd
}

.bc-button-secondary-inverse:active:enabled {
    background-color: #b3b5b8
}

.bc-button-secondary-inverse:disabled {
    background-color: rgba(255, 255, 255, 0);
    color: #97999b;
    border: 1px solid #97999b
}

.bc-button-secondary-inverse:focus-visible {
    outline: 2px solid #3455db;
    outline-offset: 4px;
    background-color: #d9dadd
}

.bc-button-terciary,
.bc-button-tertiary {
    background-color: #fff;
    color: #2c2a29
}

.bc-button-terciary:hover:enabled,
.bc-button-tertiary:hover:enabled {
    background-color: #d9dadd
}

.bc-button-terciary:active:enabled,
.bc-button-tertiary:active:enabled {
    background-color: #b3b5b8
}

.bc-button-terciary:disabled,
.bc-button-tertiary:disabled {
    background-color: #fff;
    color: #97999b
}

.bc-button-terciary:focus-visible,
.bc-button-tertiary:focus-visible {
    outline: 2px solid #59cbe8;
    outline-offset: 4px;
    background-color: #d9dadd
}

.bc-button-background {
    background-color: #2c2a29;
    color: #fff
}

.bc-button-background:hover:enabled {
    background-color: #454648
}

.bc-button-background:active:enabled {
    background-color: #7d7f82
}

.bc-button-background:disabled {
    background-color: #595a5c;
    color: #b3b5b8
}

.bc-button-background:focus-visible {
    outline: 2px solid #59cbe8;
    outline-offset: 4px;
    background-color: #454648
}

.bc-button-ghost {
    background-color: rgba(255, 255, 255, 0);
    color: #fff
}

.bc-button-ghost:hover:enabled {
    background-color: #454648
}

.bc-button-ghost:active:enabled {
    background-color: #595a5c
}

.bc-button-ghost:disabled {
    background-color: rgba(255, 255, 255, 0);
    color: #97999b
}

.bc-button-ghost:focus-visible {
    outline: 2px solid #59cbe8;
    outline-offset: 4px;
    background-color: #454648
}

.bc-button-ghost span {
    text-decoration: underline
}

.bc-button-small {
    padding: 8px 16px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 24px
}

.bc-button-small .bc-icon {
    width: 20px;
    font-size: 1.25rem;
}

.bc-button-puffy {
    padding: 16px 32px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 26px
}

.bc-button-puffy .bc-icon {
    width: 24px;
    font-size: 1.5rem;
}

.bc-button-fill {
    width: 100%
}

.bc-button-hug {
    width: fit-content
}

.bc-paginator-v2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px
}

@media only screen and (max-width: 575px) {
    .bc-paginator-v2 {
        gap: 4px
    }
}

.bc-paginator-v2.basic .bc-paginator-v2-pages-links {
    display: flex;
    align-items: center;
    gap: 24px
}

.bc-paginator-v2.basic a[aria-disabled=true] {
    pointer-events: none;
    opacity: .4
}

.bc-paginator-v2.numeric .bc-paginator-v2-info .bc-paginator-v2-text-info {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: right;
    padding-right: 10px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 575px) {
    .bc-paginator-v2.numeric .bc-paginator-v2-info {
        display: none
    }
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 576px) {
    .bc-paginator-v2.numeric .bc-paginator-v2-pages-links {
        gap: 4px
    }
}

@media screen and (max-width: 576px) {
    .bc-paginator-v2.numeric .bc-paginator-v2-pages-links .bc-icon-button-ghost {
        height: 28px;
        min-width: 28px;
        width: 28px
    }
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a {
    border-radius: 100px;
    padding: 8px;
    height: 32px;
    min-width: 32px;
    margin: 0 2px;
    font-size: 1rem;
}

@media screen and (max-width: 576px) {
    .bc-paginator-v2.numeric .bc-paginator-v2-pages-links a {
        height: 28px;
        min-width: 28px
    }
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a:hover {
    background-color: rgba(255, 255, 255, .08);
    transition: background-color .2s
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a:hover span {
    text-decoration: none
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a:active {
    opacity: 1;
    background-color: rgba(255, 255, 255, .16);
    transition: background-color .2s;
    text-decoration: none
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a.current {
    border: 1px solid #7d7f82;
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a.rectangle {
    width: auto
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links a span {
    margin-left: auto;
    margin-right: auto
}

.bc-paginator-v2.numeric .bc-paginator-v2-pages-links>span {
    opacity: .4;
    padding: 8px
}

@media screen and (min-width: 576px) {
    .bc-paginator-v2 .bc-paginator-v2-items-page .bc-paginator-v2-wrapper-input-select {
        min-width: 56px
    }
}

@media screen and (max-width: 576px) {
    .bc-paginator-v2 .bc-input-select-v2 .bc-input-select-v2-placeholder .bc-input-select-v2-combobox {
        gap: 4px
    }
}

section.bc-list section.bc-list-main-content .bc-list-container-checkbox .bc-list-checkbox {
    border: 1px solid #4c4a49
}

.bc-container-checkbox span.bc-list-checkbox:after {
    border-width: 0 1px 1px 0;
    left: 7px;
    top: 2.5px;
    height: 9px;
    width: 6px
}

span.bc-list-checkbox {
    width: 18px;
    height: 18px;
    top: 4px;
    border: 1px solid #fff
}

section.bc-list {
    height: 64px;
    display: flex;
    padding: 0 8px 0 16px;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 0 5px 0 rgba(0, 0, 0, .1);
    justify-content: space-between;
    border: 0 solid 0 1px 4px rgba(0, 0, 0, .102751);
    background-color: #383736;
    color: #fff;
    outline-color: #59cbe8
}

section.bc-list:hover {
    background-color: rgba(255, 255, 255, .08)
}

section.bc-list.bc-selected {
    background-color: #4c4a49;
    color: #fff
}

section.bc-list section.bc-list-main-content {
    display: inline-block;
    align-items: center;
    width: 40%
}

section.bc-list section.bc-list-main-content p.bc-list-font {
    font-size: 0.875rem;
}

section.bc-list section.bc-list-content {
    display: flex;
    flex-direction: row-reverse;
    width: 100%
}

section.bc-list section.bc-list-content .bc-list-action-icon ul li .bc-dropdown-content-active {
    position: fixed
}

section.bc-list section.bc-list-content-data {
    font-style: normal;
    font-weight: normal;
    white-space: nowrap;
    align-self: center;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    min-width: 100px;
    column-width: 100px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section.bc-list section.bc-list-content-data:nth-child(3) {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section.bc-list section.bc-list-content-data:nth-child(-n+2) {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

section.bc-list .bc-list-main-data-checkbox {
    display: inline-flex;
    flex-direction: column;
    margin-left: 20px
}

section.bc-list .bc-list-action-icon {
    align-self: center
}

section.bc-list .bc-list-menu-dropdown {
    outline-color: #59cbe8
}

section.bc-list .bc-list-menu-dropdown:hover {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .08)
}

section.bc-list .bc-list-items {
    align-items: center;
    text-decoration: none;
    display: flex
}

table {
    width: 100%
}

.bc-list-row-table tr.bc-list-row {
    display: flex;
    justify-content: space-between;
    background-color: #383736;
    font-family: "Open Sans";
    letter-spacing: .16px;
    cursor: pointer;
    align-items: center;
    border: 0;
    color: #fff;
    border-radius: 8px 8px 8px 8px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px
}

.bc-list-row-table tr.bc-list-row:hover:not(tr.bc-list-row-title) {
    background-color: rgba(255, 255, 255, .08)
}

.bc-list-row-table tr.bc-list-row:active:not(tr.bc-list-row-title) {
    background-color: rgba(76, 74, 73, .04)
}

.bc-list-row-table tr.bc-list-row:focus-visible {
    outline-color: #59cbe8
}

.bc-list-row-table tr.bc-list-row.bc-list-row-checkbox-selected,
.bc-list-row-table tr.bc-list-row.bc-list-row-radiobutton-selected {
    background: linear-gradient(0deg, #353537, #353537), linear-gradient(0deg, #383736, #383736);
    color: #fff
}

.bc-list-row-table tr.bc-list-row.bc-list-row-checkbox-selected:hover:not(tr.bc-list-row-title),
.bc-list-row-table tr.bc-list-row.bc-list-row-radiobutton-selected:hover:not(tr.bc-list-row-title) {
    background: linear-gradient(0deg, #454648, #454648), linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08));
    color: #fff
}

.bc-list-row-table tr.bc-list-row.bc-list-row-checkbox-selected:active:not(tr.bc-list-row-title),
.bc-list-row-table tr.bc-list-row.bc-list-row-radiobutton-selected:active:not(tr.bc-list-row-title) {
    background: linear-gradient(0deg, #454648, #454648), linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04));
    color: #fff
}

.bc-list-row-table tr.bc-list-row-title {
    min-height: 64px
}

.bc-list-row-table tr.bc-list-row-title:where(tr.bc-bg-brand-sequential-N-100) {
    background-color: #f2f2f4
}

.bc-list-row-table tr.bc-list-row-title:where(tr.bc-bg-brand-sequential-N-50) {
    background-color: #f9f9fa
}

.bc-list-row-table tr.bc-list-row-title-background-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.bc-list-row-table tr.bc-list-row-elevation {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 0 5px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width: 576px) {
    .bc-list-row-table tr.bc-list-row {
        display: flex;
        height: auto;
        box-sizing: border-box;
        position: relative;
        align-items: flex-start;
        min-height: fit-content;
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px
    }
}

.bc-list-row-table tr.bc-list-row .bc-list-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
    margin: 0 4px
}

@media screen and (max-width: 576px) {
    .bc-list-row-table tr.bc-list-row .bc-list-column {
        align-items: flex-start
    }

    .bc-list-row-table tr.bc-list-row .bc-list-column-order-1 {
        width: 100%
    }

    .bc-list-row-table tr.bc-list-row .bc-list-column-order-2 {
        display: none
    }

    .bc-list-row-table tr.bc-list-row .bc-list-column-order-3 {
        position: absolute;
        right: 16px;
        align-items: flex-end
    }

    .bc-list-row-table tr.bc-list-row .bc-list-column-order-tag {
        position: absolute
    }
}

@media screen and (min-width: 769px) {
    .bc-list-row-table tr.bc-list-row .bc-list-column-auto-width {
        width: 100%;
        max-width: fit-content
    }
}

.bc-list-row-table tr.bc-list-row .bc-list-column-hide-extra-column {
    display: none
}

.bc-list-row-table tr.bc-list-row .bc-list-column figure,
.bc-list-row-table tr.bc-list-row .bc-list-column bc-icon {
    margin-right: 8px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-content-icon {
    flex-direction: row;
    white-space: nowrap
}

.bc-list-row-table tr.bc-list-row .bc-list-column-content-justify-center {
    justify-content: center
}

.bc-list-row-table tr.bc-list-row .bc-list-column-content-justify-right {
    justify-content: flex-end
}

@media screen and (max-width: 768px) {
    .bc-list-row-table tr.bc-list-row .bc-list-column-content:not([class*=bc-list-column-content-primary]) {
        display: none
    }

    .bc-list-row-table tr.bc-list-row .bc-list-column-content:nth-last-child(2) {
        width: 100%;
        max-width: fit-content
    }
}

.bc-list-row-table tr.bc-list-row .bc-list-column-content-data {
    flex: 1;
    min-width: 0
}

@media screen and (max-width: 576px) {
    .bc-list-row-table tr.bc-list-row .bc-list-column-content-data {
        flex: initial
    }
}

.bc-list-row-table tr.bc-list-row .bc-list-column-content-data-text-shrinkable {
    min-width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bc-list-row-table tr.bc-list-row .bc-list-column-x-margin-2 {
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 8px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-x-margin-3 {
    margin-top: 0px;
    margin-right: 12px;
    margin-bottom: 0px;
    margin-left: 12px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-x-margin-4 {
    margin-top: 0px;
    margin-right: 16px;
    margin-bottom: 0px;
    margin-left: 16px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-align-left {
    align-items: flex-start
}

.bc-list-row-table tr.bc-list-row .bc-list-column-align-right {
    align-items: flex-end
}

.bc-list-row-table tr.bc-list-row .bc-list-column-action {
    justify-content: flex-start;
    width: fit-content;
    margin-top: 0px;
    margin-right: 8px;
    margin-bottom: 0px;
    margin-left: 0px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-menu {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-menu:hover {
    background-color: rgba(255, 255, 255, .08);
    border-radius: 100px 100px 100px 100px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-menu:focus-visible {
    outline-color: #59cbe8
}

.bc-list-row-table tr.bc-list-row .bc-list-column-action-checkbox {
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    height: 18px;
    width: 18px
}

.bc-list-row-table tr.bc-list-row .bc-list-column-action-checkbox:checked {
    accent-color: #fdda24
}

.bc-list-row-table tr.bc-list-row .bc-list-column-action-checkbox:focus-visible {
    outline-color: #59cbe8
}

.bc-select {
    height: 10vh;
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center
}

.bc-select :hover ul {
    opacity: 1
}

.bc-select-container,
.bc-select-container-chk,
.bc-select-container-icon {
    position: relative
}

.bc-select-container a,
.bc-select-container-chk a,
.bc-select-container-icon a {
    text-decoration: none;
    color: #fff
}

.bc-select-container a:focus-within,
.bc-select-container-chk a:focus-within,
.bc-select-container-icon a:focus-within {
    outline-color: #58595b
}

.bc-select-container ul,
.bc-select-container-chk ul,
.bc-select-container-icon ul {
    margin-top: 10px;
    position: absolute;
    display: flex;
    text-align: left;
    margin-inline-start: 0px;
    padding-inline-start: 0px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 200px;
    background-color: #58595b;
    left: 0px;
    list-style: none;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all .4s ease;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 0 5px 0 rgba(0, 0, 0, .1)
}

.bc-select-container li,
.bc-select-container-chk li,
.bc-select-container-icon li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: left;
    padding-left: 20px;
    padding-top: 16px
}

.bc-select-container li:hover,
.bc-select-container-chk li:hover,
.bc-select-container-icon li:hover,
.bc-select-container li:focus,
.bc-select-container-chk li:focus,
.bc-select-container-icon li:focus,
.bc-select-container li:focus-within,
.bc-select-container-chk li:focus-within,
.bc-select-container-icon li:focus-within,
.bc-select-container li label input:checked,
.bc-select-container-chk li label input:checked,
.bc-select-container-icon li label input:checked {
    background-color: #383736
}

.bc-select-container li label input,
.bc-select-container-chk li label input,
.bc-select-container-icon li label input {
    opacity: 0;
    left: 0;
    top: 2px
}

.bc-select-container li label input *,
.bc-select-container-chk li label input *,
.bc-select-container-icon li label input * {
    opacity: 0
}

.bc-select-container button:focus+ul,
.bc-select-container-chk button:focus+ul,
.bc-select-container-icon button:focus+ul,
.bc-select-container button:focus-within+ul,
.bc-select-container-chk button:focus-within+ul,
.bc-select-container-icon button:focus-within+ul,
.bc-select-container button:active+ul,
.bc-select-container-chk button:active+ul,
.bc-select-container-icon button:active+ul,
.bc-select-container button:hover+ul,
.bc-select-container-chk button:hover+ul,
.bc-select-container-icon button:hover+ul,
.bc-select-container ul:focus-within,
.bc-select-container-chk ul:focus-within,
.bc-select-container-icon ul:focus-within,
.bc-select-container ul *:focus-within,
.bc-select-container-chk ul *:focus-within,
.bc-select-container-icon ul *:focus-within,
.bc-select-container ul li label *:focus,
.bc-select-container-chk ul li label *:focus,
.bc-select-container-icon ul li label *:focus,
.bc-select-container ul li label *:hover,
.bc-select-container-chk ul li label *:hover,
.bc-select-container-icon ul li label *:hover {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px)
}

.bc-select-container button:focus+ul li label input,
.bc-select-container-chk button:focus+ul li label input,
.bc-select-container-icon button:focus+ul li label input,
.bc-select-container button:focus-within+ul li label input,
.bc-select-container-chk button:focus-within+ul li label input,
.bc-select-container-icon button:focus-within+ul li label input,
.bc-select-container button:active+ul li label input,
.bc-select-container-chk button:active+ul li label input,
.bc-select-container-icon button:active+ul li label input,
.bc-select-container button:hover+ul li label input,
.bc-select-container-chk button:hover+ul li label input,
.bc-select-container-icon button:hover+ul li label input,
.bc-select-container ul:focus-within li label input,
.bc-select-container-chk ul:focus-within li label input,
.bc-select-container-icon ul:focus-within li label input,
.bc-select-container ul *:focus-within li label input,
.bc-select-container-chk ul *:focus-within li label input,
.bc-select-container-icon ul *:focus-within li label input,
.bc-select-container ul li label *:focus li label input,
.bc-select-container-chk ul li label *:focus li label input,
.bc-select-container-icon ul li label *:focus li label input,
.bc-select-container ul li label *:hover li label input,
.bc-select-container-chk ul li label *:hover li label input,
.bc-select-container-icon ul li label *:hover li label input {
    opacity: 0
}

.bc-select-container button:focus+ul li label input *,
.bc-select-container-chk button:focus+ul li label input *,
.bc-select-container-icon button:focus+ul li label input *,
.bc-select-container button:focus-within+ul li label input *,
.bc-select-container-chk button:focus-within+ul li label input *,
.bc-select-container-icon button:focus-within+ul li label input *,
.bc-select-container button:active+ul li label input *,
.bc-select-container-chk button:active+ul li label input *,
.bc-select-container-icon button:active+ul li label input *,
.bc-select-container button:hover+ul li label input *,
.bc-select-container-chk button:hover+ul li label input *,
.bc-select-container-icon button:hover+ul li label input *,
.bc-select-container ul:focus-within li label input *,
.bc-select-container-chk ul:focus-within li label input *,
.bc-select-container-icon ul:focus-within li label input *,
.bc-select-container ul *:focus-within li label input *,
.bc-select-container-chk ul *:focus-within li label input *,
.bc-select-container-icon ul *:focus-within li label input *,
.bc-select-container ul li label *:focus li label input *,
.bc-select-container-chk ul li label *:focus li label input *,
.bc-select-container-icon ul li label *:focus li label input *,
.bc-select-container ul li label *:hover li label input *,
.bc-select-container-chk ul li label *:hover li label input *,
.bc-select-container-icon ul li label *:hover li label input * {
    opacity: 0
}

.bc-select-container-icon a {
    margin-left: 27px
}

.bc-select-container-icon em {
    position: absolute;
    margin-top: 4px
}

.bc-select-container-chk a {
    margin-left: 32px
}

section.bc-shortcut-group-horizontal,
section.bc-shortcut-row-horizontal,
section.bc-shortcut-group-multiple,
section.bc-shortcut-row-multiple,
section.bc-shortcut-group {
    display: flex;
    width: auto;
    height: auto
}

section.bc-shortcut-group-horizontal>*,
section.bc-shortcut-row-horizontal>*,
section.bc-shortcut-group-multiple>*,
section.bc-shortcut-row-multiple>*,
section.bc-shortcut-group>* {
    width: auto;
    flex: 1 1 auto
}

section.bc-shortcut-group {
    height: fit-content
}

section.bc-shortcut-group-multiple,
section.bc-shortcut-row-multiple {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 16px 16px 16px 16px;
    background: #454648
}

section.bc-shortcut-group-multiple>:first-of-type,
section.bc-shortcut-row-multiple>:first-of-type {
    border-radius: 16px 16px 16px 16px
}

section.bc-shortcut-group-multiple>:first-of-type a,
section.bc-shortcut-row-multiple>:first-of-type a {
    border-radius: 16px 16px 16px 16px
}

section.bc-shortcut-group-multiple>:last-of-type,
section.bc-shortcut-row-multiple>:last-of-type {
    border-radius: 16px 16px 16px 16px
}

section.bc-shortcut-group-multiple>:last-of-type a,
section.bc-shortcut-row-multiple>:last-of-type a {
    border-radius: 16px 16px 16px 16px
}

@media(max-width: 767px) {

    section.bc-shortcut-group-horizontal,
    section.bc-shortcut-row-horizontal {
        flex-direction: column
    }
}

section.bc-shortcut-group em,
section.bc-shortcut-row em {
    background-position: center;
    padding: 4px 0;
    left: 0px
}

section.bc-shortcut-group>:nth-child(n+8) {
    display: none
}

.bc-shortcut-horizontal,
.bc-shortcut-multiple,
.bc-shortcut-single,
.bc-shortcut {
    background-color: #454648;
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
    text-decoration: none;
    color: #fff;
    min-height: 100px;
    width: auto;
    height: auto;
    margin: 1px
}

.bc-shortcut-horizontal:focus,
.bc-shortcut-multiple:focus,
.bc-shortcut-single:focus,
.bc-shortcut:focus {
    outline: 2px solid #59cbe8
}

.bc-shortcut-horizontal *,
.bc-shortcut-multiple *,
.bc-shortcut-single *,
.bc-shortcut * {
    cursor: pointer
}

.bc-shortcut-horizontal:hover,
.bc-shortcut-multiple:hover,
.bc-shortcut-single:hover,
.bc-shortcut:hover {
    background-color: #353537
}

.bc-shortcut-horizontal:active,
.bc-shortcut-multiple:active,
.bc-shortcut-single:active,
.bc-shortcut:active {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    background-color: #595a5c
}

.bc-shortcut-disabled-true {
    pointer-events: none;
    opacity: .4
}

.bc-shortcut-disabled-true:focus {
    outline: none
}

.bc-shortcut-true {
    min-height: 100px;
    max-height: auto
}

.bc-shortcut-true em {
    background-position: center;
    padding: 2px 0;
    left: 0px
}

.bc-shortcut-true label {
    padding-bottom: 2px
}

.bc-shortcut-text {
    padding-top: 4px
}

.bc-shortcut em {
    font-size: 2rem;
}

.bc-shortcut-single {
    height: auto;
    width: 206px;
    border-radius: none;
    padding-left: 4px;
    padding-right: 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    border-radius: 16px 16px 16px 16px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: 100%
}

@media(max-width: 767px) {
    .bc-shortcut-single {
        width: 100%
    }
}

.bc-shortcut-single p,
.bc-shortcut-single .bc-shortcut-alert {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #69cc96;
    font-weight: 700;
    letter-spacing: -0.17px;
    margin-top: 4px
}

.bc-shortcut-single label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-shortcut>* {
    flex: 1 1 auto
}

.bc-shortcut-multiple {
    flex: 1 1 auto;
    position: relative;
    height: auto;
    width: auto;
    border-radius: none;
    padding-left: 4px;
    padding-right: 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: calc(100% - 2px)
}

@media(max-width: 767px) {
    .bc-shortcut-multiple {
        width: auto
    }
}

.bc-shortcut-multiple p,
.bc-shortcut-multiple .bc-shortcut-alert {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #69cc96;
    font-weight: 700;
    letter-spacing: -0.17px;
    margin-top: 4px
}

.bc-shortcut-multiple label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-shortcut-horizontal {
    min-height: 0px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: flex;
    text-align: left;
    border-radius: 16px 16px 16px 16px;
    padding-left: 16px;
    margin-right: 11.5px;
    align-items: center
}

@media(max-width: 767px) {
    .bc-shortcut-horizontal {
        margin-top: 11.5px;
        margin-bottom: 11.5px;
        margin-left: 0px;
        margin-right: 0px
    }
}

.bc-shortcut-horizontal .bc-shortcut-text {
    margin-left: 16px;
    padding-top: 0px
}

.bc-shortcut-horizontal em {
    background-position: left;
    padding: 0px 0;
    left: -14px
}

.bc-shortcut-horizontal label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-shortcut-horizontal p {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hide {
    display: none
}

.bc-tabs-group {
    position: relative
}

.bc-tabs-group .bc-tab-header {
    overflow: hidden;
    margin-bottom: 10px
}

.bc-tabs-group .bc-tab-header .bc-tab-indicator {
    position: absolute
}

.bc-tabs-group .bc-tab-header .bc-tabs {
    display: flex;
    margin: 0 auto;
    align-items: start;
    padding: 0;
    font-size: 0;
    left: 0;
    white-space: nowrap;
    position: relative;
    -webkit-transition: left .3s ease-out;
    transition: left .3s ease-in-out;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
    border-bottom: 1px solid #595a5c
}

.bc-tabs-group .bc-tab-header .bc-tabs::-webkit-scrollbar {
    display: none
}

.bc-tabs-group .bc-tab-header .bc-tabs .bc-tab {
    height: 48px;
    display: flex;
    text-align: center;
    cursor: pointer;
    text-overflow: ellipsis;
    gap: 8px;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline-color: #59cbe8;
    outline-width: 2px
}

.bc-tabs-group .bc-tab-header .arrow-buttons .prev,
.bc-tabs-group .bc-tab-header .arrow-buttons .next {
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 0px;
    margin: auto;
    outline: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 48px;
    height: 48px;
    border-radius: 0px;
    justify-content: flex-start;
    padding: 4px
}

.bc-tabs-group .bc-tab-header .arrow-buttons .prev {
    left: 0;
    background: linear-gradient(90deg, #2C2A29 42.03%, rgba(255, 255, 255, 0) 100%)
}

.bc-tabs-group .bc-tab-header .arrow-buttons .next {
    right: 0;
    background: linear-gradient(270deg, #2C2A29 42.03%, rgba(255, 255, 255, 0) 100%);
    justify-content: end
}

.bc-tabs-group .bc-tab-header .right {
    margin: 0 0 0 auto
}

.bc-tabs-group .bc-tab-header .left {
    margin: 0 auto 0 0
}

.bc-tabs-group .bc-tab-background {
    padding-bottom: 2px
}

.bc-tabs-group .bc-tab-background .bc-tabs .bc-tab:hover:not(.active) {
    border-radius: 8px 8px 0 0
}

.bc-tabs-group .bc-tab-background .bc-tabs .active {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-tabs-group .bc-tab-background .bc-tabs .active.bc-tab-contrast {
    border-radius: 8px 8px 0 0;
    border-bottom: 3px solid #fff;
    background-color: #fff;
    color: #2c2a29
}

.bc-tabs-group[orientation=vertical] .bc-tabs {
    flex-direction: column
}

.bc-tabs-group .bc-tab-body {
    position: relative;
    height: calc(100% - 60px);
    padding: 10px 0px
}

.bc-tabs-group .bc-tab-body .bc-tab-content {
    display: none;
    top: -200%;
    opacity: 0;
    width: 100%;
    transition: opacity 500ms ease-in-out 0ms, transform 500ms ease-in-out 0ms;
    animation: fadeEffect .5s ease;
    outline: none
}

.bc-tabs-group .bc-tab-body .active {
    display: block;
    top: 0px;
    opacity: 1
}

.bc-tab-regular:hover:not(.active) {
    color: #ffffff;
    background: rgba(255, 255, 255, .08);
    border-radius: 8px 8px 0 0
}

.bc-tab-regular:hover:not(.active):active {
    background-color: #595a5c
}

.bc-tab-contrast:hover:not(.active) {
    border-bottom: 3px solid #fff;
    background-color: #d9dadd;
    color: #2c2a29;
    border-radius: 8px 8px 0 0
}

.bc-tab-contrast:hover:not(.active):active {
    background-color: #b3b5b8
}

.bc-tab-icon-left {
    order: 0
}

.bc-tab-icon-right {
    order: 1
}

.bc-tab-disabled {
    border-bottom: 1px solid #595a5c;
    cursor: context-menu;
    pointer-events: none;
    opacity: .5;
    outline: none
}

.bc-tabs-border {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .4s;
    height: 3px;
    background-color: #fff
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: 30px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

.bc-tag-filter-disabled,
.bc-tag-filter,
.bc-tag-secondary-disabled,
.bc-tag-secondary,
.bc-tag-disabled,
.bc-tag-selected,
.bc-tag {
    height: auto;
    width: auto;
    border-radius: 100px;
    font-family: "Open Sans", "sans-serif";
    position: relative;
    min-height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 4px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 4px;
    background-color: #454648;
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275)
}

.bc-tag-filter-disabled p,
.bc-tag-filter p,
.bc-tag-secondary-disabled p,
.bc-tag-secondary p,
.bc-tag-disabled p,
.bc-tag-selected p,
.bc-tag p,
.bc-tag-filter-disabled span,
.bc-tag-filter span,
.bc-tag-secondary-disabled span,
.bc-tag-secondary span,
.bc-tag-disabled span,
.bc-tag-selected span,
.bc-tag span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.bc-tag-filter-disabled i,
.bc-tag-filter i,
.bc-tag-secondary-disabled i,
.bc-tag-secondary i,
.bc-tag-disabled i,
.bc-tag-selected i,
.bc-tag i,
.bc-tag-filter-disabled em:first-child,
.bc-tag-filter em:first-child,
.bc-tag-secondary-disabled em:first-child,
.bc-tag-secondary em:first-child,
.bc-tag-disabled em:first-child,
.bc-tag-selected em:first-child,
.bc-tag em:first-child {
    font-size: 1.5rem;
}

.bc-tag-filter-disabled i,
.bc-tag-filter i,
.bc-tag-secondary-disabled i,
.bc-tag-secondary i,
.bc-tag-disabled i,
.bc-tag-selected i,
.bc-tag i,
.bc-tag-filter-disabled em:last-child,
.bc-tag-filter em:last-child,
.bc-tag-secondary-disabled em:last-child,
.bc-tag-secondary em:last-child,
.bc-tag-disabled em:last-child,
.bc-tag-selected em:last-child,
.bc-tag em:last-child {
    font-size: 1rem;
}

.bc-tag-filter-disabled:focus-visible,
.bc-tag-filter:focus-visible,
.bc-tag-secondary-disabled:focus-visible,
.bc-tag-secondary:focus-visible,
.bc-tag-disabled:focus-visible,
.bc-tag-selected:focus-visible,
.bc-tag:focus-visible,
.bc-tag-filter-disabled em:last-child:focus-visible,
.bc-tag-filter em:last-child:focus-visible,
.bc-tag-secondary-disabled em:last-child:focus-visible,
.bc-tag-secondary em:last-child:focus-visible,
.bc-tag-disabled em:last-child:focus-visible,
.bc-tag-selected em:last-child:focus-visible,
.bc-tag em:last-child:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 2px
}

.bc-tag-filter-disabled:hover,
.bc-tag-filter:hover,
.bc-tag-secondary-disabled:hover,
.bc-tag-secondary:hover,
.bc-tag-disabled:hover,
.bc-tag-selected:hover,
.bc-tag:hover {
    background-color: #353537
}

.bc-tag-filter-disabled:active,
.bc-tag-filter:active,
.bc-tag-secondary-disabled:active,
.bc-tag-secondary:active,
.bc-tag-disabled:active,
.bc-tag-selected:active,
.bc-tag:active {
    background-color: #595a5c
}

.bc-tag-selected {
    background-color: #fff;
    color: #2c2a29;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275)
}

.bc-tag-selected:hover {
    background-color: #353537;
    color: #d9dadd
}

.bc-tag-selected:active {
    background-color: #d9dadd;
    color: #d9dadd
}

.bc-tag-dropdown-main-active {
    position: relative;
    margin: 0px 10px
}

.bc-tag-dropdown-main-active .bc-tag {
    background-color: #fff;
    color: #2c2a29
}

.bc-tag-dropdown-main-active .bc-tag i:last-child,
.bc-tag-dropdown-main-active .bc-tag bc-icon:last-child {
    transform: rotate(180deg)
}

.bc-tag-disabled {
    background-color: #454648;
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    cursor: context-menu;
    pointer-events: none;
    opacity: .8;
    outline: none
}

.bc-tag-disabled .bc-icon,
.bc-tag-disabled span {
    opacity: .4
}

.bc-tag-secondary {
    background-color: #fff;
    color: #2c2a29;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275)
}

.bc-tag-secondary:hover {
    background-color: #f2f2f4
}

.bc-tag-secondary:active {
    background-color: #d9dadd
}

.bc-tag-secondary-disabled {
    background-color: #fff;
    color: rgba(44, 42, 41, .4);
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    cursor: context-menu;
    pointer-events: none;
    outline: none
}

.bc-tag-secondary-disabled:hover {
    background-color: #353537
}

.bc-tag-secondary-disabled:active {
    background-color: #d9dadd
}

.bc-tag-filter {
    background-color: #454648;
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    border: 1px solid #595a5c;
    box-shadow: none;
    display: inline-flex
}

.bc-tag-filter:hover {
    background-color: #353537
}

.bc-tag-filter:active {
    background-color: #595a5c
}

.bc-tag-filter-disabled {
    border: 1px solid #595a5c;
    background-color: #454648;
    color: #fff;
    box-shadow: none;
    display: inline-flex;
    cursor: context-menu;
    pointer-events: none;
    opacity: .8;
    outline: none
}

.bc-tag-filter-disabled .bc-icon,
.bc-tag-filter-disabled span,
.bc-tag-filter-disabled p {
    opacity: .4
}

.bc-tag-filter-active {
    background-color: #f2f2f4;
    color: #2c2a29;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    color: #2c2a29
}

.bc-tag-filter-active:hover {
    background-color: #f2f2f4
}

.bc-tag-filter-active:active {
    background-color: #d9dadd
}

.bc-tag-dropdown {
    justify-content: left
}

.bc-tag-dropdown em:last-child,
.bc-tag-dropdown bc-icon:last-child {
    margin-left: auto
}

.bc-tag-dropdown-content {
    position: relative;
    margin: 0px 10px
}

.bc-tag-dropdown-content .bc-tag-dropdown-content-list {
    display: none;
    animation: fade-out-opacity ease-in-out .25s
}

.bc-tag-content {
    margin: 0 2px
}

.bc-tooltip-container {
    top: 0;
    left: 0;
    position: absolute;
    max-width: 320px;
    z-index: 1073;
    background-color: #f2f2f4;
    color: #2c2a29;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 8px 8px 8px 8px
}

.bc-tooltip-container p {
    position: relative;
    word-break: break-word
}

@media screen and (max-width: 576px) {
    .bc-tooltip-container {
        max-width: 280px
    }
}

.bc-tooltip-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    font-size: 1.125rem;
    color: #2c2a29;
    margin-top: 8px
}

.bc-tooltip-close-btn {
    padding-right: 26px;
    cursor: pointer
}

.bc-tooltip-close-btn::before {
    content: "error";
    right: 8px;
    top: 8px;
    position: absolute;
    color: #2c2a29
}

.bc-tooltip-divider {
    margin-top: 8px;
    margin-bottom: 8px;
    border: solid 1px #2c2a29
}

.bc-tooltip-arrow--bottom {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-bottom-color: #f2f2f4
}

.bc-tooltip-arrow--top {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-top-color: #f2f2f4
}

.bc-tooltip-arrow--right {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-right-color: #f2f2f4
}

.bc-tooltip-arrow--left {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-left-color: #f2f2f4
}

tr.bc-total-value-container td.bc-total-value-cell-complementary,
tr.bc-total-value-container td.bc-total-value-cell-information {
    display: flex;
    flex-direction: column;
    align-self: center;
    flex-grow: 1
}

tr.bc-total-value-container td.bc-total-value-cell-complementary .bc-total-value-complementary-label,
tr.bc-total-value-container td.bc-total-value-cell-information .bc-total-value-information-label {
    display: table;
    table-layout: fixed;
    width: fit-content
}

tr.bc-total-value-container {
    display: flex;
    color: #fff;
    border-top: 1px solid #fff;
    height: 80px;
    width: 100%;
    border-radius: none;
    border-radius: 0 0 8px 8px;
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px
}

@media screen and (max-width: 576px) {
    tr.bc-total-value-container {
        flex-direction: column;
        height: auto;
        gap: 24px;
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px
    }
}

tr.bc-total-value-container-divider-bottom {
    border-bottom: 1px solid #d9dadd
}

tr.bc-total-value-container .bc-icon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px
}

tr.bc-total-value-container td.bc-total-value-cell-information {
    align-items: flex-end;
    text-align: right
}

tr.bc-total-value-container td.bc-total-value-cell-information .bc-total-value-information-label {
    justify-content: end;
    min-width: -webkit-fill-available
}

tr.bc-total-value-container td.bc-total-value-cell-information .bc-total-value-information-label-font {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

tr.bc-total-value-container td.bc-total-value-cell-information .bc-total-value-information-data-font {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

tr.bc-total-value-container td.bc-total-value-cell-information .bc-total-value-information-data-decimal {
    font-size: 0.75rem;
}

tr.bc-total-value-container td.bc-total-value-cell-information:last-child .bc-total-value-information-data-font {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 768px) {
    tr.bc-total-value-container td.bc-total-value-cell-information:not([class*=bc-total-value-cell-information-primary]) {
        display: none
    }
}

@media screen and (max-width: 576px) {
    tr.bc-total-value-container td.bc-total-value-cell-information {
        align-self: flex-end;
        width: 100%
    }
}

tr.bc-total-value-container td.bc-total-value-cell-complementary {
    align-items: flex-start;
    text-align: left
}

@media screen and (max-width: 768px) {
    tr.bc-total-value-container td.bc-total-value-cell-complementary:not([class*=bc-total-value-cell-complementary-primary]) {
        display: none
    }
}

@media screen and (max-width: 576px) {
    tr.bc-total-value-container td.bc-total-value-cell-complementary {
        align-self: flex-end;
        align-items: flex-end;
        text-align: right;
        width: 100%
    }
}

tr.bc-total-value-container td.bc-total-value-cell-complementary .bc-total-value-complementary-label-font {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

tr.bc-total-value-container td.bc-total-value-cell-complementary .bc-total-value-complementary-data {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-total-value-ellipsis {
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.bc-total-value-gap-01 {
    gap: 8px
}

.bc-total-value-gap-02 {
    gap: 16px
}

.bc-total-value-gap-03 {
    gap: 24px
}

.bc-total-value-gap-04 {
    gap: 32px
}

.bc-total-value-1-col-width {
    width: 100%
}

.bc-total-value-2-col-width {
    width: 50%
}

.bc-total-value-3-col-width {
    width: 33.3333333333%
}

.bc-total-value-4-col-width {
    width: 25%
}

.bc-total-value-5-col-width {
    width: 20%
}

.bc-card-tdc {
    background-color: #383736;
    border-radius: 13px;
    color: #fff;
    padding: 16px;
    border: 1px solid #383736;
    height: 284px;
    position: relative
}

.bc-card-tdc:hover {
    cursor: pointer;
    background: #353537;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
    transition: .4s
}

.bc-card-tdc:focus-visible {
    outline: #59cbe8 solid 2px
}

.bc-card-tdc .bc-card-tdc-header .bc-card-tdc-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 1rem;
}

.bc-card-tdc .bc-card-tdc-header .bc-card-tdc-card-number {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-tdc .bc-card-tdc-icon-container {
    margin-top: -12px
}

.bc-card-tdc .bc-card-tdc-minimum-payment .bc-card-tdc-currency-container .bc-card-tdc-currency-title {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px
}

.bc-card-tdc .bc-card-tdc-minimum-payment .bc-card-tdc-currency-container .bc-card-tdc-amount {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-tdc .bc-card-tdc-minimum-payment .bc-card-tdc-currency-container .bc-card-tdc-cents {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-tdc .bc-card-tdc-authorized-for-payments {
    background-color: #353537;
    border-radius: 8px;
    padding: 8px;
    margin-top: 16px
}

.bc-card-tdc .bc-card-tdc-authorized-for-payments h6 {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-tdc .bc-card-tdc-authorized-for-payments p {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-tdc .bc-card-tdc-third-party-card {
    position: absolute;
    bottom: 16px;
    left: 0;
    padding-left: 8px
}

.bc-card-tdc .bc-card-tdc-payment-title {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 16px
}

.bc-card-tdc .bc-card-tdc-due-date .bc-card-tdc-payment-date {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-tdc-selected {
    border: 1px solid #fff
}

.bc-tracker {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%
}

.bc-tracker-step {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    min-height: 72px
}

.bc-tracker-step.bc-tracker-step-last .bc-tracker-line {
    display: none
}

.bc-tracker-left {
    text-align: right
}

.bc-tracker-icon-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    min-width: 40px;
    height: 40px;
    margin: 0 8px;
    margin-top: 15px
}

.bc-tracker-icon {
    font-size: 1.25rem;
    z-index: 2
}

.bc-tracker-line {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 16px);
    background-color: #d9dadd;
    z-index: 0
}

.bc-tracker-status-success .bc-tracker-line {
    background-color: #00c389;
    margin-top: -3px
}

.bc-tracker-current-step .bc-tracker-line {
    background-color: #d9dadd;
    margin-top: -3px
}

@media(max-width: 1200px) {
    .bc-tracker {
        max-width: 95%
    }
}

@media(max-width: 992px) {
    .bc-tracker {
        max-width: 92%
    }
}

@media(max-width: 768px) {
    .bc-tracker {
        max-width: 85%
    }
}

@media(max-width: 576px) {
    .bc-tracker {
        max-width: 83%
    }
}

@media(max-width: 430px) {
    .bc-tracker {
        max-width: 78%
    }
}

.bc-avatar {
    border: 2px solid #595a5c;
    border-radius: 100px;
    box-shadow: 0 3px 6px 0 rgba(24, 22, 21, .5607843137), 0 1px 4px 0 rgba(24, 22, 21, .3215686275);
    color: #4c4a49
}

.bc-avatar.bc-badge-body {
    align-items: center
}

img.bc-avatar {
    background-position: center
}

.bc-avatar-puffy {
    height: 130px;
    width: 131px
}

.bc-avatar-initials {
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-avatar-initials-macondo {
    background-color: #fdda24
}

.bc-avatar-initials-andino {
    background-color: #00c389
}

.bc-avatar-initials-orquidea {
    background-color: #9063cd
}

.bc-avatar-initials-alba {
    background-color: #ff7f41
}

.bc-avatar-initials-flamenco {
    background-color: #f5b6cd
}

.bc-avatar-initials-caribe {
    background-color: #59cbe8
}

.bc-avatar-tiny {
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px
}

.bc-avatar-tiny .initial-text {
    font-size: 0.75rem;
}

.bc-avatar-small {
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px
}

.bc-avatar-small .initial-text {
    font-size: 0.875rem;
}

.bc-avatar-medium {
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px
}

.bc-avatar-medium .initial-text {
    font-size: 0.875rem;
}

.bc-avatar-large {
    height: 56px;
    width: 56px;
    min-height: 56px;
    min-width: 56px
}

.bc-avatar-large .initial-text {
    font-size: 1.125rem;
}

.bc-avatar-xlarge {
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px
}

.bc-avatar-xlarge .initial-text {
    font-size: 1.75rem;
}

.bc-avatar-icon {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: #454648;
    color: #fff
}

.bc-avatar-icon i {
    display: block;
    margin: auto
}

.bc-avatar-loading {
    background-color: rgba(44, 42, 41, .2)
}

.bc-avatar-illustration {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background-color: #595a5c
}

.bc-avatar-illustration img {
    margin: auto;
    max-width: 95%;
    border-radius: 50%
}

.bc-avatar:focus {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 4px
}

.bc-avatar-badge.bc-badge-br {
    top: 76%;
    left: 80%
}

.bc-avatar-component bc-badge {
    position: absolute
}

.bc-avatar-edit-small {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: fit-content
}

.bc-avatar-edit-text {
    font-size: 0.75rem;
}

.bc-avatar-action {
    position: relative;
    max-width: fit-content;
    align-items: center;
    cursor: pointer
}

.bc-avatar-action .edit-text {
    font-size: 0.75rem;
}

.bc-avatar-action i.actionable {
    position: absolute;
    top: 62%;
    left: 71%;
    background-color: #595a5c;
    border-radius: 16px;
    color: #fff;
    padding: 2px;
    width: auto
}

p.bc-badge,
p.bc-badge-tr,
p.bc-badge-tl,
p.bc-badge-br,
p.bc-badge-bl {
    border-radius: 100px 100px 100px 100px;
    position: absolute;
    vertical-align: bottom;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    -webkit-transition: font-size 1s ease;
    transition: font-size 1s ease
}

.bc-badge-animation {
    animation-name: badge-animation;
    animation-duration: .25s;
    animation-iteration-count: 1
}

@keyframes badge-animation {
    0% {
        -webkit-transform: scale3d(0.1, 0.1, 0.1);
        transform: scale3d(0.1, 0.1, 0.1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bc-badge-body {
    position: relative;
    max-width: fit-content;
    display: flex;
    align-items: end
}

.bc-badge-text-light {
    color: #fff
}

.bc-badge-text-dark {
    color: #2c2a29
}

.bc-badge-red {
    background-color: #ff8389;
    color: #2c2a29
}

.bc-badge-pink {
    background-color: #f5b6cd;
    color: #2c2a29
}

.bc-badge-gray {
    background-color: #d9dadd;
    color: #2c2a29
}

.bc-badge-green {
    background-color: #00c389;
    color: #2c2a29
}

.bc-badge-yellow {
    background-color: #fdda24;
    color: #2c2a29
}

.bc-badge-blue {
    background-color: #59cbe8;
    color: #2c2a29
}

.bc-badge-purple {
    background-color: #9063cd;
    color: #fff
}

.bc-badge-small {
    width: 8px;
    height: 8px
}

.bc-badge-medium {
    height: 20px;
    min-width: 20px;
    max-width: fit-content;
    padding: 6px
}

.bc-badge-border {
    border: solid 2px;
    border-color: #fff
}

.bc-badge-bl {
    top: 70%;
    left: -15%
}

.bc-badge-br {
    top: 68%;
    left: 70%
}

.bc-badge-tl {
    top: 1%;
    left: -15%
}

.bc-badge-tr {
    top: 1%;
    left: 85%
}

.bc-border {
    border: 1px solid #fdda24
}

.bc-border-light {
    border: 1px solid #e2e2e2
}

.bc-border-dark {
    border: 1px solid #d1d3d4
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

:root {
    --bc-theme-color: black
}

.bc-card-container-stroke-2,
.bc-card-container-stroke,
.bc-card-container {
    background-color: #454648;
    height: auto;
    width: auto
}

.bc-card-container-stroke {
    border: 1px solid #595a5c
}

.bc-card-container-stroke-2 {
    border: 2px solid #595a5c
}

.bc-icon-button {
    --bc-icon-button-bg: transparent;
    --bc-icon-button-color: $icon-button-color;
    align-items: center;
    background-color: var(--bc-icon-button-bg);
    border-radius: 100px;
    display: flex;
    height: 56px;
    justify-content: center;
    cursor: pointer;
    width: 56px
}

.bc-icon-button i {
    color: var(--bc-icon-button-color);
    font-size: 2rem;
    width: 32px;
    text-align: left
}

.bc-icon-button:disabled {
    pointer-events: none
}

.bc-icon-button:focus-visible {
    outline-color: #59cbe8;
    outline-width: 2px;
    outline-style: solid;
    outline-offset: 4px
}

.bc-icon-button-fab {
    border: 5px solid #e6c621;
    box-shadow: 0 12px 16px 0 rgba(24, 22, 21, .5607843137), 0 1px 10px 0 rgba(24, 22, 21, .3215686275);
    --bc-icon-button-bg: #353537;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #ffffff
}

.bc-icon-button-fab:hover {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: #ffffff
}

.bc-icon-button-fab:active {
    --bc-icon-button-bg: #595a5c;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #353537
}

.bc-icon-button-fab:disabled {
    --bc-icon-button-bg: #353537;
    --bc-icon-button-color: rgba(255, 255, 255, 0.4)
}

.bc-icon-button-fab:disabled {
    border-color: #867313
}

.bc-icon-button-fab.bc-icon-button-selected i {
    visibility: hidden;
    position: relative
}

.bc-icon-button-fab.bc-icon-button-selected i:after {
    bottom: 0;
    content: "error";
    display: block;
    position: absolute;
    visibility: visible
}

.bc-icon-button-fab.bc-icon-button-small {
    height: 56px;
    width: 56px
}

.bc-icon-button-fab.bc-icon-button-small i {
    font-size: 2rem;
    width: 32px
}

.bc-icon-button-fab.bc-icon-button-medium {
    height: 64px;
    width: 64px
}

.bc-icon-button-fab.bc-icon-button-medium i {
    font-size: 2rem;
    width: 32px
}

.bc-icon-button-fab.bc-icon-button-large {
    height: 72px;
    width: 72px
}

.bc-icon-button-fab.bc-icon-button-large i {
    font-size: 2.5rem;
    width: 40px
}

.bc-icon-button-solid {
    border: none
}

.bc-icon-button-solid i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-solid.bc-icon-button-xsmall {
    height: 32px;
    width: 32px
}

.bc-icon-button-solid.bc-icon-button-xsmall i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-solid.bc-icon-button-small {
    height: 40px;
    width: 40px
}

.bc-icon-button-solid.bc-icon-button-small i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-solid.bc-icon-button-medium {
    height: 48px;
    width: 48px
}

.bc-icon-button-solid.bc-icon-button-medium i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-solid.bc-icon-button-large {
    height: 56px;
    width: 56px
}

.bc-icon-button-solid.bc-icon-button-large i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-solid.bc-icon-button-yellow {
    --bc-icon-button-bg: #fdda24;
    --bc-icon-button-color: #2C2A29;
    --bc-icon-button-border-color: #2C2A29
}

.bc-icon-button-solid.bc-icon-button-yellow:hover {
    --bc-icon-button-bg: #e6c621;
    --bc-icon-button-color: #2C2A29
}

.bc-icon-button-solid.bc-icon-button-yellow:active {
    --bc-icon-button-bg: #fde150;
    --bc-icon-button-color: #2C2A29;
    --bc-icon-button-border-color: #fdda24
}

.bc-icon-button-solid.bc-icon-button-yellow:disabled {
    --bc-icon-button-bg: #b49b1a;
    --bc-icon-button-color: rgba(44, 42, 41, 0.4)
}

.bc-icon-button-solid.bc-icon-button-yellow.bc-icon-button-selected {
    background: #fde150
}

.bc-icon-button-solid.bc-icon-button-black {
    --bc-icon-button-bg: #ffffff;
    --bc-icon-button-color: #2C2A29;
    --bc-icon-button-border-color: #2C2A29
}

.bc-icon-button-solid.bc-icon-button-black:hover {
    --bc-icon-button-bg: #F2F2F4;
    --bc-icon-button-color: #2C2A29
}

.bc-icon-button-solid.bc-icon-button-black:active {
    --bc-icon-button-bg: #D9DADD;
    --bc-icon-button-color: #2C2A29;
    --bc-icon-button-border-color: #ffffff
}

.bc-icon-button-solid.bc-icon-button-black:disabled {
    --bc-icon-button-bg: #97999b;
    --bc-icon-button-color: rgba(44, 42, 41, 0.4)
}

.bc-icon-button-solid.bc-icon-button-black.bc-icon-button-selected {
    background: #f2f2f4
}

.bc-icon-button-solid.bc-icon-button-white {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #2C2A29
}

.bc-icon-button-solid.bc-icon-button-white:hover {
    --bc-icon-button-bg: #595a5c;
    --bc-icon-button-color: #ffffff
}

.bc-icon-button-solid.bc-icon-button-white:active {
    --bc-icon-button-bg: #353537;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #454648
}

.bc-icon-button-solid.bc-icon-button-white:disabled {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: rgba(255, 255, 255, 0.4)
}

.bc-icon-button-solid.bc-icon-button-white.bc-icon-button-selected {
    background: #595a5c
}

.bc-icon-button-outline {
    border: 1px solid #595a5c;
    --bc-icon-button-bg: transparent;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #595a5c
}

.bc-icon-button-outline:hover {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: #ffffff
}

.bc-icon-button-outline:active {
    --bc-icon-button-bg: #353537;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: transparent
}

.bc-icon-button-outline:disabled {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: rgba(255, 255, 255, 0.4)
}

.bc-icon-button-outline.bc-icon-button-selected {
    background: #454648
}

.bc-icon-button-outline i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline.bc-icon-button-xsmall {
    height: 32px;
    width: 32px
}

.bc-icon-button-outline.bc-icon-button-xsmall i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline.bc-icon-button-small {
    height: 40px;
    width: 40px
}

.bc-icon-button-outline.bc-icon-button-small i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline.bc-icon-button-medium {
    height: 48px;
    width: 48px
}

.bc-icon-button-outline.bc-icon-button-medium i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline.bc-icon-button-large {
    height: 56px;
    width: 56px
}

.bc-icon-button-outline.bc-icon-button-large i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline-inverse {
    border: 1px solid var(--bc-icon-button-border-color);
    --bc-icon-button-bg: transparent;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #595a5c
}

.bc-icon-button-outline-inverse:hover {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: #ffffff
}

.bc-icon-button-outline-inverse:active {
    --bc-icon-button-bg: #ffffff;
    --bc-icon-button-color: #2C2A29;
    --bc-icon-button-border-color: transparent
}

.bc-icon-button-outline-inverse:disabled {
    --bc-icon-button-bg: #454648;
    --bc-icon-button-color: rgba(255, 255, 255, 0.4)
}

.bc-icon-button-outline-inverse.bc-icon-button-selected {
    background: #454648
}

.bc-icon-button-outline-inverse i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline-inverse.bc-icon-button-xsmall {
    height: 32px;
    width: 32px
}

.bc-icon-button-outline-inverse.bc-icon-button-xsmall i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline-inverse.bc-icon-button-small {
    height: 40px;
    width: 40px
}

.bc-icon-button-outline-inverse.bc-icon-button-small i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline-inverse.bc-icon-button-medium {
    height: 48px;
    width: 48px
}

.bc-icon-button-outline-inverse.bc-icon-button-medium i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-outline-inverse.bc-icon-button-large {
    height: 56px;
    width: 56px
}

.bc-icon-button-outline-inverse.bc-icon-button-large i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-ghost {
    border: none;
    --bc-icon-button-bg: transparent;
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: #ffffff;
    height: 48px;
    width: 48px
}

.bc-icon-button-ghost:hover {
    --bc-icon-button-bg: rgba(242, 242, 244, 0.08);
    --bc-icon-button-color: #ffffff
}

.bc-icon-button-ghost:active {
    --bc-icon-button-bg: rgba(242, 242, 244, 0.16);
    --bc-icon-button-color: #ffffff;
    --bc-icon-button-border-color: transparent
}

.bc-icon-button-ghost:disabled {
    --bc-icon-button-bg: transparent;
    --bc-icon-button-color: rgba(255, 255, 255, 0.4)
}

.bc-icon-button-ghost.bc-icon-button-selected {
    background: rgba(242, 242, 244, .08)
}

.bc-icon-button-ghost i {
    font-size: 2.5rem;
    width: 40px
}

.bc-icon-button-ghost.bc-icon-button-small {
    height: 24px;
    width: 24px
}

.bc-icon-button-ghost.bc-icon-button-small i {
    font-size: 1rem;
    width: 16px
}

.bc-icon-button-ghost.bc-icon-button-medium {
    height: 32px;
    width: 32px
}

.bc-icon-button-ghost.bc-icon-button-medium i {
    font-size: 1.5rem;
    width: 24px
}

.bc-icon-button-ghost.bc-icon-button-large {
    height: 40px;
    width: 40px
}

.bc-icon-button-ghost.bc-icon-button-large i {
    font-size: 2rem;
    width: 32px
}

.bc-icon-button-ghost.bc-icon-button-xlarge {
    height: 48px;
    width: 48px
}

.bc-icon-button-ghost.bc-icon-button-xlarge i {
    font-size: 2.5rem;
    width: 40px
}

.bc-button-icon-disabled,
.bc-button-icon {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: 0 none;
    cursor: pointer;
    border-radius: 50%;
    background-position: center
}

.bc-button-icon-disabled:hover,
.bc-button-icon:hover {
    transition: ripple-animation 1s infinite
}

.outline-element.bc-button-icon-disabled,
.outline-element.bc-button-icon {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {

    .outline-element.bc-button-icon-disabled,
    .outline-element.bc-button-icon {
        outline: 3px solid #fff;
        outline: auto
    }
}

[disabled].bc-button-icon-disabled,
[disabled].bc-button-icon {
    opacity: .5
}

.bc-button-icon-disabled {
    opacity: .5
}

.bc-button-group-container input+label,
.bc-button-group-container .bc-button-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal
}

.bc-button-group-container input+label>span,
.bc-button-group-container .bc-button-indicator>span {
    text-wrap: wrap;
    word-wrap: break-word;
    line-height: 1.2;
    display: block;
    width: 100%
}

.bc-button-group-container {
    display: grid;
    grid-auto-flow: column;
    position: relative;
    text-align: center;
    padding: 0;
    background-color: #454648;
    border-radius: 4em
}

.bc-button-group-container.bc-button-group-container-shadow {
    box-shadow: 0 3px 6px 0 rgba(24, 22, 21, .5607843137), 0 1px 4px 0 rgba(24, 22, 21, .3215686275)
}

.bc-button-group-container .bc-button-indicator {
    position: absolute;
    transition: 350ms cubic-bezier(0, 0, 0.2, 1);
    padding: 12px 16px 12px 16px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4em;
    height: 100%
}

.bc-button-group-container .bc-button-indicator.bc-button-group-font-size-small {
    padding: 8px 16px 8px 16px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-button-group-container .bc-button-indicator.bc-button-group-font-size-xsmall {
    padding: 4px 8px 4px 8px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-button-group-container input {
    width: 1em;
    height: 1em;
    position: absolute;
    opacity: 0
}

.bc-button-group-container input:focus-visible+label {
    outline: #59cbe8 solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 4em;
    margin-right: 3px;
    outline-offset: 4px
}

.bc-button-group-container input:not(:checked):hover+label {
    background-color: #595a5c;
    border-radius: 4em;
    height: 100%
}

.bc-button-group-container input:not(:checked):active+label {
    background-color: #727476;
    border-radius: 4em
}

.bc-button-group-container input:disabled+label {
    color: #97999b;
    cursor: default
}

.bc-button-group-container input:disabled+label:hover {
    background-color: #454648
}

.bc-button-group-container input+label {
    float: left;
    border-radius: 4em 4em 4em 4em;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.bc-black-indicator {
    background-color: #fff;
    color: #2c2a29
}

.bc-default-indicator {
    background-color: #fdda24;
    color: #2c2a29
}

.bc-button-group-font-size-default {
    padding: 12px 16px 12px 16px;
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-button-group-font-size-small {
    padding: 8px 16px 8px 16px;
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-button-group-font-size-xsmall {
    padding: 4px 8px 4px 8px;
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-container-checkbox {
    display: flex;
    padding-left: 26px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    position: relative
}

.bc-checkbox {
    left: 0px;
    top: 3px;
    border: 1px solid #fff;
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 0px;
    outline: none;
    border-radius: 4px 4px 4px 4px
}

.bc-checkbox.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .bc-checkbox.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-container-checkbox input {
    appearance: none;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 11px;
    background: none
}

.bc-container-checkbox input:focus+span.bc-checkbox {
    outline-offset: 3px
}

.bc-container-checkbox input:focus-visible+span.bc-checkbox {
    outline: #59cbe8 auto 1px
}

.bc-container-checkbox input::after {
    content: "";
    position: absolute;
    z-index: -10;
    border-radius: 100px;
    animation: tick 150ms ease-in
}

.bc-container-checkbox input:hover::after {
    background-color: #fff;
    transform: scale(1);
    height: 34px;
    width: 34px;
    opacity: .08;
    left: -10px;
    top: -16px
}

.bc-container-checkbox input:active::after {
    background-color: #fff;
    transform: scale(1);
    height: 34px;
    width: 34px;
    opacity: .24;
    left: -10px;
    top: -16px
}

.bc-container-checkbox input:checked~.bc-checkbox,
.bc-container-checkbox input~.checked {
    background-color: #fdda24;
    border: none;
    animation: tick 150ms ease-in
}

.bc-container-checkbox input:disabled~.bc-checkbox,
.bc-container-checkbox-disabled,
.bc-container-checkbox input:checked:disabled~.bc-checkboxl {
    opacity: .6;
    cursor: auto;
    pointer-events: none
}

.bc-checkbox:after {
    content: "";
    position: absolute;
    display: none
}

.bc-container-checkbox input:checked~.bc-checkbox:after,
.bc-container-checkbox input~.checked:after {
    display: block
}

.bc-container-checkbox input:indeterminate~.bc-checkbox:after {
    display: block
}

.bc-container-checkbox .bc-checkbox:after {
    left: 6px;
    top: 2px;
    border: .5px solid #2c2a29;
    border-width: 0 1px 1px 0;
    height: 12px;
    width: 6px;
    border-radius: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bc-container-checkbox input:indeterminate~.bc-checkbox {
    border: none
}

.bc-container-checkbox input:indeterminate~.bc-checkbox:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fdda24;
    border-radius: 4px;
    animation: tick 150ms ease-in
}

.bc-container-checkbox input:indeterminate~.bc-checkbox:after {
    rotate: -45deg;
    width: 12px;
    border-width: 1px 0 0 0;
    top: 9px;
    left: 3px
}

.bc-link {
    color: #fff;
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    align-items: center;
    display: flex;
    width: fit-content;
    cursor: pointer
}

.bc-link:active {
    opacity: .8
}

.bc-link>.bc-icon {
    margin-left: 2px;
    margin-right: 4px
}

.bc-link:hover {
    opacity: .8
}

.bc-link:hover span {
    text-decoration: underline
}

.bc-link:focus-visible {
    outline: #59cbe8 solid 2px;
    border-radius: 4px;
    opacity: .8
}

.bc-link:focus-visible span {
    text-decoration: underline
}

.bc-link-light {
    color: #fff
}

.bc-link-light:active {
    color: #fff
}

.bc-link-light:hover span {
    opacity: .8
}

.link-default {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: none;
    outline-color: #59cbe8
}

.link-small {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: none;
    outline-color: #59cbe8
}

.link-large {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: none;
    outline-color: #59cbe8
}

.link-underline {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    text-decoration: none
}

.link-underline:visited {
    outline-color: #59cbe8
}

.link-underline:hover {
    text-decoration: none;
    outline: none;
    opacity: .8
}

.link-underline:focus-visible {
    outline: #59cbe8 solid 2px;
    border-radius: 4px;
    opacity: .8
}

.link-underline .bc-icon {
    margin-left: 2px;
    pointer-events: none;
    margin-right: 4px
}

.link-underline-default {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: none;
    outline-color: #59cbe8
}

.link-underline-small {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: none;
    outline-color: #59cbe8
}

.link-underline-large {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: none;
    outline-color: #59cbe8
}

.link .link-underline {
    outline: none;
    color: #fff
}

.link .link-underline.outline-element {
    outline: 3px solid #fff;
    outline: auto
}

@media only screen and (min-width: 576px) {
    .link .link-underline.outline-element {
        outline: 3px solid #fff;
        outline: auto
    }
}

.bc-loader {
    animation: spin var(--bc-loader-animation-duration, 2s) linear infinite;
    color: #fff
}

.bc-preloader {
    --bc-preloader-width: $preloader-default-size-full;
    --bc-preloader-height: $preloader-default-size-full;
    opacity: .16;
    border-radius: 8px;
    width: var(--bc-preloader-width);
    height: var(--bc-preloader-height);
    position: relative;
    background-color: rgba(255, 255, 255, .7)
}

.bc-preloader:after {
    animation: shine 15s linear infinite;
    animation-fill-mode: forwards;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 32%, rgba(44, 42, 41, 0.2) 41%, rgba(255, 255, 255, 0.7) 50%);
    background-size: 230px 100%;
    width: 100%;
    height: 100%;
    border-radius: 8px
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: .7s, .7s, .15s;
        transition-timing-function: ease
    }

    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity
    }
}

.bc-preloader-square.bc-preloader-border-radius-2,
.bc-preloader-line.bc-preloader-border-radius-2,
.bc-preloader-line-vertical.bc-preloader-border-radius-2 {
    border-radius: 8px
}

.bc-preloader-square.bc-preloader-border-radius-2::after,
.bc-preloader-line.bc-preloader-border-radius-2::after,
.bc-preloader-line-vertical.bc-preloader-border-radius-2::after {
    border-radius: 8px
}

.bc-preloader-square.bc-preloader-border-radius-3,
.bc-preloader-line.bc-preloader-border-radius-3,
.bc-preloader-line-vertical.bc-preloader-border-radius-3 {
    border-radius: 16px
}

.bc-preloader-square.bc-preloader-border-radius-3::after,
.bc-preloader-line.bc-preloader-border-radius-3::after,
.bc-preloader-line-vertical.bc-preloader-border-radius-3::after {
    border-radius: 16px
}

.bc-preloader-circle {
    border-radius: 50%;
    height: var(--bc-preloader-width)
}

.bc-preloader-circle::after {
    border-radius: 50%
}

.bc-preloader-square,
.bc-preloader-circle {
    --bc-preloader-width: 100px;
    --bc-preloader-height: 100px
}

.bc-preloader-line {
    --bc-preloader-width: 100px;
    --bc-preloader-height: 8px
}

.bc-preloader-line-vertical {
    --bc-preloader-width: 8px;
    --bc-preloader-height: 100px
}

.bc-preloader[width=full],
.bc-preloader-full-width {
    --bc-preloader-width: 100%
}

.bc-preloader[width=full].bc-preloader-square,
.bc-preloader[width=full].bc-preloader-circle,
.bc-preloader-full-width.bc-preloader-square,
.bc-preloader-full-width.bc-preloader-circle {
    height: unset;
    aspect-ratio: 1/1
}

.bc-preloader[height=full],
.bc-preloader-full-height {
    --bc-preloader-height: 100%
}

.bc-preloader[width=full].bc-preloader-circle,
.bc-preloader[width=full].bc-preloader-square {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1
}

.bc-preloader[width=full].bc-preloader-line {
    width: 100%
}

.bc-preloader[height=full].bc-preloader-line-vertical {
    height: 100%
}

.bc-progress-container,
.bc-progress-container-black,
.bc-progress-container-white,
.bc-progress-container-yellow,
.bc-progress-container-red,
.bc-progress-container-pink,
.bc-progress-container-purple,
.bc-progress-container-blue,
.bc-progress-container-orange,
.bc-progress-container-green {
    width: 100%
}

.bc-progress-container progress:not([value]),
.bc-progress-container-black progress:not([value]),
.bc-progress-container-white progress:not([value]),
.bc-progress-container-yellow progress:not([value]),
.bc-progress-container-red progress:not([value]),
.bc-progress-container-pink progress:not([value]),
.bc-progress-container-purple progress:not([value]),
.bc-progress-container-blue progress:not([value]),
.bc-progress-container-orange progress:not([value]),
.bc-progress-container-green progress:not([value]) {
    visibility: hidden
}

.bc-progress-container.bc-progress-bar-lineal-container,
.bc-progress-bar-lineal-container.bc-progress-container-black,
.bc-progress-bar-lineal-container.bc-progress-container-white,
.bc-progress-bar-lineal-container.bc-progress-container-yellow,
.bc-progress-bar-lineal-container.bc-progress-container-red,
.bc-progress-bar-lineal-container.bc-progress-container-pink,
.bc-progress-bar-lineal-container.bc-progress-container-purple,
.bc-progress-bar-lineal-container.bc-progress-container-blue,
.bc-progress-bar-lineal-container.bc-progress-container-orange,
.bc-progress-bar-lineal-container.bc-progress-container-green {
    appearance: none;
    width: 100%;
    height: 6px;
    background: #595a5c;
    border-radius: 100px 100px 100px 100px;
    overflow: hidden
}

.bc-progress-container.bc-progress-bar-lineal-container.dark,
.bc-progress-bar-lineal-container.dark.bc-progress-container-black,
.bc-progress-bar-lineal-container.dark.bc-progress-container-white,
.bc-progress-bar-lineal-container.dark.bc-progress-container-yellow,
.bc-progress-bar-lineal-container.dark.bc-progress-container-red,
.bc-progress-bar-lineal-container.dark.bc-progress-container-pink,
.bc-progress-bar-lineal-container.dark.bc-progress-container-purple,
.bc-progress-bar-lineal-container.dark.bc-progress-container-blue,
.bc-progress-bar-lineal-container.dark.bc-progress-container-orange,
.bc-progress-bar-lineal-container.dark.bc-progress-container-green {
    background: #595a5c
}

.bc-progress-container .bc-progress-bar-lineal-value,
.bc-progress-container-black .bc-progress-bar-lineal-value,
.bc-progress-container-white .bc-progress-bar-lineal-value,
.bc-progress-container-yellow .bc-progress-bar-lineal-value,
.bc-progress-container-red .bc-progress-bar-lineal-value,
.bc-progress-container-pink .bc-progress-bar-lineal-value,
.bc-progress-container-purple .bc-progress-bar-lineal-value,
.bc-progress-container-blue .bc-progress-bar-lineal-value,
.bc-progress-container-orange .bc-progress-bar-lineal-value,
.bc-progress-container-green .bc-progress-bar-lineal-value {
    height: 100%;
    border-radius: 100px 100px 100px 100px
}

.bc-progress-circular-progress {
    transform: rotate(-90deg)
}

.bc-progress-circular-progress .bc-progress-circle-container-background {
    fill: none;
    stroke: #595a5c
}

.bc-progress-circular-progress .bc-progress-circle-container-progress {
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 100 100;
    stroke-linecap: round
}

.bc-progress-circular-progress.dark .bc-progress-circle-container-background {
    stroke: #595a5c
}

.bc-progress-semi-circular-progress {
    transform: rotate(-209deg);
    fill: none;
    stroke: #595a5c;
    stroke-dasharray: 66 100;
    stroke-linecap: round
}

.bc-progress-semi-circular-progress .bc-progress-semi-circular-container-background {
    fill: none;
    stroke: #595a5c;
    stroke-dasharray: 66 100;
    stroke-linecap: round
}

.bc-progress-semi-circular-progress .bc-progress-semi-circular-container-progress {
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 66 100;
    stroke-linecap: round
}

.bc-progress-semi-circular-progress.dark .bc-progress-semi-circular-container-background {
    stroke: #595a5c
}

.bc-progress-container-green {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-green progress[value]::-webkit-progress-value {
    background-color: #00c389
}

.bc-progress-container-green .bc-circular-progress .ft {
    stroke: #00c389
}

.bc-progress-container-green .bc-progress-bar-lineal-value {
    background-color: #00c389
}

.bc-progress-container-green .bc-progress-circle-container-progress {
    stroke: #00c389
}

.bc-progress-container-green .bc-progress-semi-circular-container-progress {
    stroke: #00c389
}

.bc-progress-container-orange {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-orange progress[value]::-webkit-progress-value {
    background-color: #ff7f41
}

.bc-progress-container-orange .bc-circular-progress .ft {
    stroke: #ff7f41
}

.bc-progress-container-orange .bc-progress-bar-lineal-value {
    background-color: #ff7f41
}

.bc-progress-container-orange .bc-progress-circle-container-progress {
    stroke: #ff7f41
}

.bc-progress-container-orange .bc-progress-semi-circular-container-progress {
    stroke: #ff7f41
}

.bc-progress-container-blue {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-blue progress[value]::-webkit-progress-value {
    background-color: #59cbe8
}

.bc-progress-container-blue .bc-circular-progress .ft {
    stroke: #59cbe8
}

.bc-progress-container-blue .bc-progress-bar-lineal-value {
    background-color: #59cbe8
}

.bc-progress-container-blue .bc-progress-circle-container-progress {
    stroke: #59cbe8
}

.bc-progress-container-blue .bc-progress-semi-circular-container-progress {
    stroke: #59cbe8
}

.bc-progress-container-purple {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-purple progress[value]::-webkit-progress-value {
    background-color: #9063cd
}

.bc-progress-container-purple .bc-circular-progress .ft {
    stroke: #9063cd
}

.bc-progress-container-purple .bc-progress-bar-lineal-value {
    background-color: #9063cd
}

.bc-progress-container-purple .bc-progress-circle-container-progress {
    stroke: #9063cd
}

.bc-progress-container-purple .bc-progress-semi-circular-container-progress {
    stroke: #9063cd
}

.bc-progress-container-pink {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-pink progress[value]::-webkit-progress-value {
    background-color: #f5b6cd
}

.bc-progress-container-pink .bc-circular-progress .ft {
    stroke: #f5b6cd
}

.bc-progress-container-pink .bc-progress-bar-lineal-value {
    background-color: #f5b6cd
}

.bc-progress-container-pink .bc-progress-circle-container-progress {
    stroke: #f5b6cd
}

.bc-progress-container-pink .bc-progress-semi-circular-container-progress {
    stroke: #f5b6cd
}

.bc-progress-container-red {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-red progress[value]::-webkit-progress-value {
    background-color: #ff8389
}

.bc-progress-container-red .bc-circular-progress .ft {
    stroke: #ff8389
}

.bc-progress-container-red .bc-progress-bar-lineal-value {
    background-color: #ff8389
}

.bc-progress-container-red .bc-progress-circle-container-progress {
    stroke: #ff8389
}

.bc-progress-container-red .bc-progress-semi-circular-container-progress {
    stroke: #ff8389
}

.bc-progress-container-yellow {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-yellow progress[value]::-webkit-progress-value {
    background-color: #fdda24
}

.bc-progress-container-yellow .bc-circular-progress .ft {
    stroke: #fdda24
}

.bc-progress-container-yellow .bc-progress-bar-lineal-value {
    background-color: #fdda24
}

.bc-progress-container-yellow .bc-progress-circle-container-progress {
    stroke: #fdda24
}

.bc-progress-container-yellow .bc-progress-semi-circular-container-progress {
    stroke: #fdda24
}

.bc-progress-container-white {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-white progress[value]::-webkit-progress-value {
    background-color: #fff
}

.bc-progress-container-white .bc-circular-progress .ft {
    stroke: #fff
}

.bc-progress-container-white .bc-progress-bar-lineal-value {
    background-color: #fff
}

.bc-progress-container-white .bc-progress-circle-container-progress {
    stroke: #fff
}

.bc-progress-container-white .bc-progress-semi-circular-container-progress {
    stroke: #fff
}

.bc-progress-container-black {
    display: flex;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden
}

.bc-progress-container-black progress[value]::-webkit-progress-value {
    background-color: #fff
}

.bc-progress-container-black .bc-circular-progress .ft {
    stroke: #fff
}

.bc-progress-container-black .bc-progress-bar-lineal-value {
    background-color: #fff
}

.bc-progress-container-black .bc-progress-circle-container-progress {
    stroke: #fff
}

.bc-progress-container-black .bc-progress-semi-circular-container-progress {
    stroke: #fff
}

.bc-radio-group {
    box-sizing: border-box;
    --main-color: #ffffff;
    --hover-color: rgba(255, 255, 255, 0.08);
    --outline-focus-visible-color: #59CBE8;
    --border-color: #ffffff;
    --background-color: transparent;
    --checked-background-color: #2C2A29;
    --fill-color: #fdda24
}

.bc-radio-group-background-dark {
    --main-color: #ffffff;
    --hover-color: rgba(255, 255, 255, 0.08);
    --outline-focus-visible-color: #59CBE8;
    --border-color: #ffffff;
    --background-color: transparent;
    --checked-background-color: #2C2A29;
    --fill-color: #fdda24
}

.bc-radio-group .bc-radio-label {
    width: fit-content;
    color: var(--main-color);
    box-sizing: border-box;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    cursor: pointer
}

.bc-radio-group .bc-radio-label:is([disabled], :has(input[disabled])) {
    pointer-events: none;
    cursor: default;
    opacity: .4
}

.bc-radio-group .bc-radio-label input[type=radio] {
    cursor: pointer;
    flex: 0 0 auto;
    order: -1;
    box-sizing: border-box;
    appearance: none;
    background-color: var(--background-color);
    color: var(--main-color);
    width: 18px;
    height: 18px;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    margin: 4px 8px 0 0;
    outline-color: rgba(0, 0, 0, 0)
}

.bc-radio-group .bc-radio-label input[type=radio]:focus-visible::after {
    outline: 1px solid var(--outline-focus-visible-color);
    outline-offset: 2px;
    position: relative;
    top: -18px
}

.bc-radio-group .bc-radio-label input[type=radio]::before {
    background-color: var(--background-color);
    transform: scale(0);
    transition: 150ms transform ease-in-out
}

.bc-radio-group .bc-radio-label input[type=radio]:checked::before {
    border: 5px solid var(--fill-color);
    background-color: var(--checked-background-color);
    transform: scale(1)
}

.bc-radio-group .bc-radio-label input[type=radio]:not(:disabled):hover,
.bc-radio-group .bc-radio-label input[type=radio]:focus-visible {
    background-color: var(--hover-color);
    outline: 7px solid var(--hover-color);
    outline-offset: 0;
    transition-property: background-color, outline-color;
    transition-duration: 150ms;
    transition-timing-function: ease-in-out
}

.bc-radio-group .bc-radio-label input[type=radio]::after,
.bc-radio-group .bc-radio-label input[type=radio]::before {
    content: "";
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    translate: -1px -1px
}

.bc-slider {
    display: flex;
    position: relative;
    height: 32px;
    width: 100%
}

.bc-slider .bc-slider-input {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 32px;
    width: 100%;
    padding: 0 6px;
    position: absolute;
    cursor: pointer
}

.bc-slider .bc-slider-input::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0)
}

.bc-slider .bc-slider-input::-moz-range-track {
    height: 4px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0)
}

.bc-slider .bc-slider-input::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #fdda24;
    background-clip: padding-box;
    box-sizing: content-box;
    transition: width .15s ease-in-out, height .15s ease-in-out, background-color .15s ease-in-out, margin-top .15s ease-in-out, margin-left .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    margin-top: -8px
}

.bc-slider .bc-slider-input::-webkit-slider-thumb:hover {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #fde773;
    background-clip: padding-box;
    margin-left: var(--thumbOffsetOnHover);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16)
}

.bc-slider .bc-slider-input::-webkit-slider-thumb:active {
    background-color: #fef4bb;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24)
}

.bc-slider .bc-slider-input::-webkit-slider-thumb:hover {
    margin-top: -10px
}

.bc-slider .bc-slider-input::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #fdda24;
    background-clip: padding-box;
    box-sizing: content-box;
    transition: width .15s ease-in-out, height .15s ease-in-out, background-color .15s ease-in-out, margin-top .15s ease-in-out, margin-left .15s ease-in-out, box-shadow .15s ease-in-out;
    border: none
}

.bc-slider .bc-slider-input::-moz-range-thumb:hover {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #fde773;
    background-clip: padding-box;
    margin-left: var(--thumbOffsetOnHover);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16)
}

.bc-slider .bc-slider-input::-moz-range-thumb:active {
    background-color: #fef4bb;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24)
}

.bc-slider .bc-slider-input.hidden::-webkit-slider-thumb {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    pointer-events: none;
    touch-action: none;
    transition: none
}

.bc-slider .bc-slider-input.hidden::-moz-range-thumb {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    pointer-events: none;
    touch-action: none;
    transition: none
}

.bc-slider .bc-slider-thumb {
    position: absolute;
    pointer-events: none;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    padding: 6px
}

.bc-slider .bc-slider-thumb.outline-element {
    border: 2px solid #59cbe8;
    padding: 4px
}

.bc-slider .bc-slider-thumb.visible {
    transition: margin-left .15s ease-in-out, left .25s ease-in-out;
    background-color: #fdda24;
    background-clip: content-box
}

.bc-slider .bc-slider-secondary-thumbs {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    width: 100%;
    padding: 0 12px
}

.bc-slider .bc-slider-secondary-thumbs .bc-slider-secondary-thumb {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #727476
}

.bc-slider .bc-slider-secondary-thumbs .bc-slider-secondary-thumb.active {
    background: #fdda24
}

.bc-slider .bc-slider-track {
    width: calc(100% - 32px);
    height: 4px;
    background-color: #727476;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 16px;
    border-radius: 100px
}

.bc-slider .bc-slider-track-fill {
    position: absolute;
    background: #fdda24;
    height: 100%;
    border-radius: 100px
}

.bc-slider .bc-slider-track-fill.moving {
    transition: width .25s ease-in-out
}

.bc-slider .bc-slider-tooltip {
    width: 72px;
    top: -64px;
    text-align: center
}

.bc-slider .bc-slider-tooltip .bc-tooltip-arrow {
    left: 28px;
    top: 56px
}

.bc-slider .bc-slider-tooltip.active {
    visibility: visible;
    opacity: 1
}

.bc-slider .bc-slider-tooltip.active .bc-tooltip-arrow {
    visibility: visible;
    opacity: 1
}

.bc-slider .bc-slider-tooltip.moving {
    transition: left .25s ease-in-out
}

.bc-slider-double {
    display: flex;
    position: relative;
    height: 32px;
    width: 100%
}

.bc-slider-double .bc-slider-double-input-left {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 32px;
    width: 100%;
    padding: 0 6px;
    position: absolute;
    pointer-events: none
}

.bc-slider-double .bc-slider-double-input-left::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0)
}

.bc-slider-double .bc-slider-double-input-left::-moz-range-track {
    height: 4px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0)
}

.bc-slider-double .bc-slider-double-input-left::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #fdda24;
    background-clip: padding-box;
    box-sizing: content-box;
    transition: width .15s ease-in-out, height .15s ease-in-out, background-color .15s ease-in-out, margin-top .15s ease-in-out, margin-left .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px
}

.bc-slider-double .bc-slider-double-input-left::-webkit-slider-thumb:hover {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #fde773;
    background-clip: padding-box;
    margin-left: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16)
}

.bc-slider-double .bc-slider-double-input-left::-webkit-slider-thumb:active {
    background-color: #fef4bb;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24)
}

.bc-slider-double .bc-slider-double-input-left::-webkit-slider-thumb:hover {
    margin-top: -10px
}

.bc-slider-double .bc-slider-double-input-left::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #fdda24;
    background-clip: padding-box;
    box-sizing: content-box;
    transition: width .15s ease-in-out, height .15s ease-in-out, background-color .15s ease-in-out, margin-top .15s ease-in-out, margin-left .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
    border: none
}

.bc-slider-double .bc-slider-double-input-left::-moz-range-thumb:hover {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #fde773;
    background-clip: padding-box;
    margin-left: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16)
}

.bc-slider-double .bc-slider-double-input-left::-moz-range-thumb:active {
    background-color: #fef4bb;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24)
}

.bc-slider-double .bc-slider-double-input-right {
    -webkit-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    outline: none;
    height: 32px;
    width: 100%;
    padding: 0 6px;
    position: absolute;
    pointer-events: none
}

.bc-slider-double .bc-slider-double-input-right::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0)
}

.bc-slider-double .bc-slider-double-input-right::-moz-range-track {
    height: 4px;
    border-radius: 24px;
    background: rgba(0, 0, 0, 0)
}

.bc-slider-double .bc-slider-double-input-right::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #fdda24;
    background-clip: padding-box;
    box-sizing: content-box;
    transition: width .15s ease-in-out, height .15s ease-in-out, background-color .15s ease-in-out, margin-top .15s ease-in-out, margin-left .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px
}

.bc-slider-double .bc-slider-double-input-right::-webkit-slider-thumb:hover {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #fde773;
    background-clip: padding-box;
    margin-left: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16)
}

.bc-slider-double .bc-slider-double-input-right::-webkit-slider-thumb:active {
    background-color: #fef4bb;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24)
}

.bc-slider-double .bc-slider-double-input-right::-webkit-slider-thumb:hover {
    margin-top: -10px
}

.bc-slider-double .bc-slider-double-input-right::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    background-color: #fdda24;
    background-clip: padding-box;
    box-sizing: content-box;
    transition: width .15s ease-in-out, height .15s ease-in-out, background-color .15s ease-in-out, margin-top .15s ease-in-out, margin-left .15s ease-in-out, box-shadow .15s ease-in-out;
    pointer-events: auto;
    cursor: pointer;
    border: none
}

.bc-slider-double .bc-slider-double-input-right::-moz-range-thumb:hover {
    height: 24px;
    width: 24px;
    border-radius: 100px;
    background-color: #fde773;
    background-clip: padding-box;
    margin-left: 0;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .16)
}

.bc-slider-double .bc-slider-double-input-right::-moz-range-thumb:active {
    background-color: #fef4bb;
    background-clip: padding-box;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .24)
}

.bc-slider-double .bc-slider-double-thumb-left,
.bc-slider-double .bc-slider-double-thumb-right {
    position: absolute;
    pointer-events: none;
    height: 32px;
    width: 32px;
    border-radius: 100px
}

.bc-slider-double .bc-slider-double-thumb-left.outline-element,
.bc-slider-double .bc-slider-double-thumb-right.outline-element {
    border: 2px solid #59cbe8;
    padding: 4px
}

.bc-slider-double .bc-slider-double-track {
    width: calc(100% - 32px);
    height: 4px;
    background-color: #727476;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 16px;
    border-radius: 100px
}

.bc-slider-double .bc-slider-double-track-fill {
    position: absolute;
    background: #fdda24;
    height: 100%;
    border-radius: 100px
}

.bc-slider-double .bc-slider-tooltip {
    width: 72px;
    top: -64px;
    text-align: center
}

.bc-slider-double .bc-slider-tooltip .bc-tooltip-arrow {
    left: 28px;
    top: 56px
}

.bc-slider-double .bc-slider-tooltip.active {
    visibility: visible;
    opacity: 1
}

.bc-slider-double .bc-slider-tooltip.active .bc-tooltip-arrow {
    visibility: visible;
    opacity: 1
}

.bc-slider-double .bc-slider-tooltip.moving {
    transition: left .25s ease-in-out
}

.bc-slider-basic {
    width: 100%
}

.bc-slider-icon,
.bc-slider-short-number {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.bc-slider-short-number {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-slider-long-number {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column
}

.bc-slider-long-number .bc-slider-numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: -8px;
    padding: 0 16px
}

.bc-slider-long-number .bc-slider-numbers span {
    word-break: break-all
}

.bc-slider-long-number .bc-slider-numbers span:nth-child(2) {
    text-align: right
}

.bc-slider-basic:has(input[disabled]),
.bc-slider-icon:has(input[disabled]),
.bc-slider-short-number:has(input[disabled]),
.bc-slider-long-number:has(input[disabled]) {
    opacity: .4;
    pointer-events: none
}

.bc-slider-basic:has(input[disabled]) input::-webkit-slider-thumb,
.bc-slider-icon:has(input[disabled]) input::-webkit-slider-thumb,
.bc-slider-short-number:has(input[disabled]) input::-webkit-slider-thumb,
.bc-slider-long-number:has(input[disabled]) input::-webkit-slider-thumb {
    pointer-events: none
}

.bc-slider-basic:has(input[disabled]) input::-moz-range-thumb,
.bc-slider-icon:has(input[disabled]) input::-moz-range-thumb,
.bc-slider-short-number:has(input[disabled]) input::-moz-range-thumb,
.bc-slider-long-number:has(input[disabled]) input::-moz-range-thumb {
    pointer-events: none
}

:root {
    --bc-pop-over-bg: #353537
}

.bc-pop-over-gray {
    --bc-pop-over-bg: #F2F2F4
}

.bc-pop-over {
    width: auto;
    height: auto;
    position: fixed;
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275);
    display: none;
    z-index: 140;
    border-radius: 8px 8px 8px 8px
}

.bc-pop-over.bc-pop-over-active {
    opacity: 1;
    display: block
}

.bc-pop-over .bc-pop-over-container {
    border-radius: 8px 8px 8px 8px;
    background-color: var(--bc-pop-over-bg);
    min-width: 140px;
    overflow: hidden
}

.bc-pop-over .bc-pop-over-container.bc-pop-over-scroll {
    overflow-y: auto
}

.bc-pop-over .bc-pop-over-container .bc-pop-over-content-close em {
    margin: 5px;
    cursor: pointer
}

.bc-pop-over-backdrop {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: rgba(44, 42, 41, .8);
    backdrop-filter: blur(7px);
    width: 100vw;
    height: 100vh;
    z-index: 120
}

.bc-pop-over-scroll-block {
    overflow: hidden
}

.bc-pop-over-highlight {
    position: relative;
    align-items: center;
    z-index: 130
}

.bc-pop-over-arrow--bottom {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom-color: var(--bc-pop-over-bg)
}

.bc-pop-over-arrow--top {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-top-color: var(--bc-pop-over-bg)
}

.bc-pop-over-arrow--right {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-right-color: var(--bc-pop-over-bg)
}

.bc-pop-over-arrow--left {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-left-color: var(--bc-pop-over-bg)
}

.arrow-bc-pop-over {
    position: absolute
}

.arrow-bc-pop-over::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px 8px 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-right-color: #353537;
    z-index: -1
}

.arrow-bc-pop-over::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 8px 8px 8px 0;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-right-color: rgba(0, 0, 0, .25);
    z-index: -1
}

a.bc-skip-link {
    background-color: #4c4a49;
    width: 100%;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

a.bc-skip-link:focus-visible {
    height: 50px;
    transition: height 350ms ease-in
}

a.bc-skip-link:focus-visible span {
    outline-style: solid;
    outline-color: #59cbe8
}

a.bc-skip-link:not(:focus) {
    transition: height 500ms ease-in
}

a.bc-skip-link:not(:focus) * {
    height: 0;
    font-size: 0
}

.bc-switch-container {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    min-height: auto;
    outline: none;
    cursor: pointer
}

.bc-switch-container:is([disabled], :has(input[disabled])) {
    cursor: default
}

.bc-switch-container:hover .bc-switch-round:after {
    background-color: #fff;
    transition: background-color .4s;
    opacity: .16
}

.bc-switch-container span {
    margin-inline-start: 8px;
    margin-inline-end: 8px;
    text-overflow: inherit;
    overflow: hidden;
    white-space: normal;
    color: #fff;
    display: block;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1.5em;
    max-width: calc(100% - 68px)
}

.bc-switch-container span.disabled {
    color: #fff;
    opacity: .4
}

.bc-switch-container .bc-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 32px;
    outline: none;
    border-radius: 100px 100px 100px 100px
}

.bc-switch-container .bc-switch-round {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    border-radius: 32px 32px 32px 32px;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(24, 22, 21, .5607843137), 0 1px 2px 0 rgba(24, 22, 21, .3215686275);
    width: 52px;
    display: inline-block
}

.bc-switch-container .bc-switch-round:after {
    position: absolute;
    top: -8px;
    left: -7px;
    width: 44px;
    height: 44px;
    background: none;
    content: "";
    border-radius: 32px 32px 32px 32px
}

.bc-switch-container .bc-switch-round:before {
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 1px;
    content: "";
    height: 28px;
    width: 28px;
    background-color: #fff;
    transition-property: background-color, transform, opacity;
    transition-duration: .4s;
    border-radius: 32px 32px 32px 32px
}

.bc-switch-container input[type=checkbox] {
    border: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;
    outline: 0;
    appearance: none
}

.bc-switch-container input[type=checkbox]:checked+.bc-switch .bc-switch-round {
    background-color: #00c389;
    border-color: #fff;
    border-width: 1px
}

.bc-switch-container input[type=checkbox]:checked+.bc-switch .bc-switch-round:before {
    background-color: #2c2a29
}

.bc-switch-container input[type=checkbox]:disabled+.bc-switch .bc-switch-round {
    background-color: rgba(0, 0, 0, 0);
    opacity: .4
}

.bc-switch-container input[type=checkbox]:disabled+.bc-switch .bc-switch-round:after {
    background: none
}

.bc-switch-container input[type=checkbox]:disabled:checked+.bc-switch .bc-switch-round {
    border-color: rgba(0, 0, 0, 0);
    background-color: #00c389
}

.bc-switch-container input[type=checkbox]:disabled~span {
    color: #fff;
    opacity: .4
}

.bc-switch-container input[type=checkbox]:checked+.bc-switch .bc-switch-round:before {
    top: 1px;
    transform: translateX(19px)
}

.bc-switch-container input[type=checkbox]:checked+.bc-switch .bc-switch-round:after {
    transform: translateX(19px)
}

.bc-switch-container:focus-visible {
    outline: 2px solid #59cbe8;
    outline-offset: 4px;
    border-radius: 4px
}

.bc-switch-container.bc-switch-label-left {
    display: inline-flex
}

.bc-switch-container.bc-switch-label-left input {
    order: 3
}

.bc-switch-container.bc-switch-label-left div {
    order: 2
}

.bc-switch-container.bc-switch-label-left span {
    order: 1;
    text-align: right
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

bc-transaction-status {
    max-width: fit-content;
    max-height: fit-content;
    display: flex
}

.bc-transaction-status {
    width: min-content;
    height: min-content;
    border-radius: 100px;
    display: flex
}

.bc-transaction-status p.texto {
    font-style: normal
}

.bc-transaction-status p.bc-transaction-status-number-text {
    font-style: normal
}

.bc-transaction-status-error,
.bc-transaction-status-success,
.bc-transaction-status-generic,
.bc-transaction-status-info,
.bc-transaction-status-warning {
    border: solid 1px
}

.bc-transaction-status-error .bc-icon,
.bc-transaction-status-success .bc-icon,
.bc-transaction-status-generic .bc-icon,
.bc-transaction-status-info .bc-icon,
.bc-transaction-status-warning .bc-icon {
    color: #2c2a29
}

.bc-transaction-status-error {
    background-color: #ffb28d;
    border-color: #ff7f41
}

.bc-transaction-status-success {
    background-color: #66dbb8;
    border-color: #00c389
}

.bc-transaction-status-generic {
    background-color: #d9dadd;
    border-color: #7d7f82
}

.bc-transaction-status-generic .bc-icon {
    color: #2c2a29
}

.bc-transaction-status-info {
    background-color: #9be0f1;
    border-color: #59cbe8
}

.bc-transaction-status-warning {
    background-color: #fde773;
    border-color: #fdda24
}

.bc-transaction-status-eventual-min-contrast {
    background-color: #d9dadd;
    border-color: #7d7f82
}

.bc-transaction-status-eventual-min-contrast .bc-icon {
    color: #2c2a29
}

.bc-transaction-status-eventual-full-contrast {
    background-color: #d9dadd;
    border-color: #7d7f82
}

.bc-transaction-status-eventual-full-contrast .bc-icon {
    color: #2c2a29
}

.bc-transaction-status-2xs {
    padding: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.bc-transaction-status-2xs p.texto {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 0.75rem;
}

.bc-transaction-status-2xs p.bc-transaction-status-number-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 0.75rem;
}

.bc-transaction-status-sm {
    padding: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.bc-transaction-status-sm p.texto {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 0.75rem;
}

.bc-transaction-status-sm p.bc-transaction-status-number-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 16px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 0.75rem;
}

.bc-transaction-status-md {
    padding: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.bc-transaction-status-md p.texto {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 0.875rem;
}

.bc-transaction-status-md p.bc-transaction-status-number-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 0.875rem;
}

.bc-transaction-status-lg {
    padding: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.bc-transaction-status-lg p.texto {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 1rem;
}

.bc-transaction-status-lg p.bc-transaction-status-number-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 24px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 1rem;
}

.bc-transaction-status-xl {
    padding: 8px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.bc-transaction-status-xl p.texto {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 32px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 1rem;
}

.bc-transaction-status-xl p.bc-transaction-status-number-text {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 32px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 1rem;
}

.bc-transaction-status-dynamic {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0);
    background: #454648
}

.bc-transaction-status-dynamic.bc-transaction-status-2xs,
.bc-transaction-status-dynamic.bc-transaction-status-sm {
    border-width: 1px
}

.bc-transaction-status-dynamic.bc-transaction-status-md,
.bc-transaction-status-dynamic.bc-transaction-status-lg,
.bc-transaction-status-dynamic.bc-transaction-status-xl {
    border-width: 2px
}

.bc-card-auth-body {
    padding: 32px;
    width: 100%
}

.bc-card-auth-body .bc-card-auth-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5rem;
}

.bc-card-auth-body .bc-card-auth-description {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-card-auth-body .bc-card-auth-head {
    text-align: center
}

.bc-card-auth-body .bc-card-auth-button {
    display: flex;
    justify-content: center
}

.bc-card-auth-body .bc-card-auth-link {
    display: flex;
    justify-content: center;
    margin-top: 24px
}

.bc-card-auth-body .bc-card-auth-links {
    display: flex;
    justify-content: space-between;
    margin-top: 32px
}

.bc-card-auth-body .bc-card-auth-background-captcha {
    height: 88px;
    width: 100%;
    margin-bottom: 32px
}

.bc-card-auth-body .bc-card-auth-divs {
    margin-bottom: 24px
}

.bc-card-auth-body .bc-card-auth-container {
    display: grid;
    margin-bottom: 32px;
    width: 100%
}

.bc-card-auth-body .bc-card-auth-dynamic-container {
    display: grid;
    margin-bottom: 32px;
    width: 100%
}

.bc-card-auth-body .bc-card-auth-input {
    margin-top: 32px
}

.bc-card-auth-body .bc-card-auth-checkbox-container {
    margin-bottom: 32px
}

.bc-card-auth-body .bc-card-auth-input-pass-container {
    margin-bottom: 32px
}

@media only screen and (max-width: 575px) {
    .bc-card-auth-body {
        padding: 8px
    }

    .bc-card-auth-body .bc-card-auth-buttons {
        display: grid;
        grid-auto-flow: row;
        grid-row-gap: 16px
    }

    .bc-card-auth-body .bc-card-auth-buttons .bc-button-primary {
        order: 0
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-card-auth-body .bc-card-auth-buttons {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 24px
    }

    .bc-card-auth-body .bc-card-auth-buttons button {
        flex: 0 0 50%
    }

    .bc-card-auth-body .bc-card-auth-buttons .bc-button-primary {
        order: 2
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-card-auth-body .bc-card-auth-buttons {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 24px
    }

    .bc-card-auth-body .bc-card-auth-buttons button {
        flex: 0 0 50%
    }

    .bc-card-auth-body .bc-card-auth-buttons .bc-button-primary {
        order: 2
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .bc-card-auth-body .bc-card-auth-buttons {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 24px
    }

    .bc-card-auth-body .bc-card-auth-buttons button {
        flex: 0 0 50%
    }

    .bc-card-auth-body .bc-card-auth-buttons .bc-button-primary {
        order: 2
    }
}

@media only screen and (min-width: 1200px) {
    .bc-card-auth-body .bc-card-auth-buttons {
        display: grid;
        grid-auto-flow: column;
        grid-column-gap: 24px
    }

    .bc-card-auth-body .bc-card-auth-buttons button {
        flex: 0 0 50%
    }

    .bc-card-auth-body .bc-card-auth-buttons .bc-button-primary {
        order: 2
    }
}

.bc-breadcrumb-items {
    display: flex;
    padding: 10px 16px;
    list-style: none
}

.bc-breadcrumb-items>.item,
.bc-breadcrumb-items>.item-menu {
    display: flex;
    align-items: center
}

.bc-breadcrumb-items>.item a,
.bc-breadcrumb-items>.item-menu a {
    margin: 0 4px
}

.bc-breadcrumb-items>.item:last-child,
.bc-breadcrumb-items>.item-menu:last-child {
    pointer-events: none;
    cursor: none
}

.bc-breadcrumb-items>.item:last-child a,
.bc-breadcrumb-items>.item-menu:last-child a {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-breadcrumb-items>.item:first-child a,
.bc-breadcrumb-items>.item-menu:first-child a {
    margin-left: 0
}

.bc-breadcrumb-items>.item-menu {
    display: unset
}

.bc-breadcrumb-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 232px
}

.bc-breadcrumb-v2-items {
    display: flex;
    list-style: none
}

.bc-breadcrumb-v2-items>.item,
.bc-breadcrumb-v2-items>.item-menu {
    display: flex;
    align-items: center
}

.bc-breadcrumb-v2-items>.item a,
.bc-breadcrumb-v2-items>.item-menu a {
    margin: 0 4px;
    overflow: hidden
}

.bc-breadcrumb-v2-items>.item:last-child a,
.bc-breadcrumb-v2-items>.item-menu:last-child a {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-breadcrumb-v2-items>.item:last-child span,
.bc-breadcrumb-v2-items>.item-menu:last-child span {
    margin: 0px 4px;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    cursor: default;
    white-space: pre
}

.bc-breadcrumb-v2-items>.item:first-child a,
.bc-breadcrumb-v2-items>.item-menu:first-child a {
    margin-left: 0
}

.bc-breadcrumb-v2-items>.item-menu {
    display: unset
}

.bc-breadcrumb-v2-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px
}

section.bc-carousel[id][aria-roledescription][aria-label] {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-arrow[aria-label][aria-controls] {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: .5rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    border-radius: 50px;
    background-color: #fdda24;
    transition: box-shadow .5s, opacity .5s;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .14), 0 3px 8px 0 rgba(0, 0, 0, .11);
    cursor: pointer;
    z-index: 9;
    opacity: 1;
    color: #2c2a29
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-arrow[aria-label][aria-controls]:hover {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11)
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-arrow[aria-label][aria-controls]:first-child {
    left: -25px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-arrow[aria-label][aria-controls]:last-child {
    right: -25px
}

section.bc-carousel[id][aria-roledescription][aria-label] section.bc-carousel-list[id] {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

section.bc-carousel[id][aria-roledescription][aria-label] section.bc-carousel-list[id] .bc-carousel-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform
}

section.bc-carousel[id][aria-roledescription][aria-label] section.bc-carousel-list[id] .bc-carousel-track:before,
section.bc-carousel[id][aria-roledescription][aria-label] section.bc-carousel-list[id] .bc-carousel-track:after {
    display: table;
    content: ""
}

section.bc-carousel[id][aria-roledescription][aria-label] section.bc-carousel-list[id] .bc-carousel-track:after {
    clear: both
}

section.bc-carousel[id][aria-roledescription][aria-label] section.bc-carousel-list[id] .bc-carousel-track .bc-carousel-item[aria-label][aria-roledescription][role=group] {
    width: auto
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-bullets {
    position: absolute;
    z-index: 2;
    left: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-bullets .bc-carousel-bullet-item {
    display: inline-block
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-bullets .bc-carousel-bullet-item.active button {
    background-color: #fdda24
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-bullets .bc-carousel-bullet {
    background-color: #fff;
    width: 40px;
    height: 8px;
    border-radius: 8px;
    padding: 0;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 0;
    -webkit-box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    margin: 0 .25em
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-hide[aria-label][aria-controls] {
    opacity: 0
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-bottom-button {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-right: 15px;
    margin-top: 10px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-bottom-button .bc-carousel-arrow[aria-label][aria-controls] {
    position: relative
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-bottom-button .bc-carousel-arrow[aria-label][aria-controls]:first-child {
    left: 0px;
    margin-right: 15px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-bottom-button .bc-carousel-arrow[aria-label][aria-controls]:last-child {
    right: 0px;
    display: block
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-top-button {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-right: 13px;
    top: 20px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-top-button .bc-carousel-arrow[aria-label][aria-controls] {
    position: relative;
    display: block
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-top-button .bc-carousel-arrow[aria-label][aria-controls]:first-child {
    margin-right: 13px;
    left: 0px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-container-top-button .bc-carousel-arrow[aria-label][aria-controls]:last-child {
    right: 0px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-bullets ul .bc-carousel-arrow[aria-label][aria-controls]:first-child {
    left: -50px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-carousel-bullets ul .bc-carousel-arrow[aria-label][aria-controls]:last-child {
    right: -50px
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-content-number-paginator {
    display: flex;
    justify-content: center
}

section.bc-carousel[id][aria-roledescription][aria-label] .bc-content-number-paginator p {
    font-size: 0.875rem;
}

section.bc-carousel-grid section.bc-carousel-list[id] .bc-carousel-track {
    display: flex
}

section.bc-carousel-grid section.bc-carousel-list[id] .bc-carousel-track .bc-carousel-cell {
    min-width: 100px;
    min-height: 100px
}

section.bc-carousel-grid section.bc-carousel-list[id] .bc-carousel-track .bc-carousel-row {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-flow: wrap
}

section.bc-carousel-grid section.bc-carousel-list[id] .bc-carousel-track .bc-carousel-row .bc-carousel-colspan-2 {
    flex: 1 1 100%
}

section.bc-carousel-grid section.bc-carousel-list[id] .bc-carousel-track .bc-carousel-row .bc-carousel-colspan-3 {
    flex: 1 1 150%
}

section.bc-carousel-grid section.bc-carousel-list[id] .bc-carousel-track .bc-carousel-row div {
    flex: 1
}

.bc-float-menu-content-active,
.bc-float-menu-content {
    z-index: 8;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    position: absolute;
    display: flex;
    border-radius: 8px 8px 8px 8px
}

[data-status=fullMaxWidth].bc-float-menu-content-active ul,
[data-status=fullMaxWidth].bc-float-menu-content ul {
    max-width: none
}

.bc-float-menu-content-active ul,
.bc-float-menu-content ul {
    width: -webkit-fill-available;
    list-style: none;
    max-width: 320px;
    background-color: #454648;
    padding: 1px 1px
}

.bc-float-menu-content-active ul li.bc-float-menu-selected-item,
.bc-float-menu-content ul li.bc-float-menu-selected-item {
    background-color: #595a5c
}

.bc-float-menu-content-active ul:focus-visible,
.bc-float-menu-content ul:focus-visible {
    outline: #59cbe8 solid 1px
}

.bc-float-menu-content-active ul li,
.bc-float-menu-content ul li {
    min-height: 48px;
    padding: 8px 16px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #454648;
    width: auto
}

.bc-float-menu-content-active ul li:focus-visible,
.bc-float-menu-content ul li:focus-visible {
    outline: #59cbe8 solid 1px
}

.bc-float-menu-content-active ul li.bc-float-menu-empty-vertical,
.bc-float-menu-content ul li.bc-float-menu-empty-vertical {
    cursor: initial;
    flex-direction: column;
    padding: 16px
}

.bc-float-menu-content-active ul li a,
.bc-float-menu-content ul li a {
    text-decoration: none;
    justify-content: center
}

.bc-float-menu-content-active ul li a .bc-float-menu-main-text,
.bc-float-menu-content ul li a .bc-float-menu-main-text {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.3px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    font-size: 0.875rem;
}

.bc-float-menu-content-active ul li a .bc-float-menu-secondary-text,
.bc-float-menu-content ul li a .bc-float-menu-secondary-text {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: -0.2px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    font-size: 0.75rem;
}

.bc-float-menu-content-active ul li em:first-child,
.bc-float-menu-content ul li em:first-child {
    margin-right: 16px;
    margin-left: 0px
}

.bc-float-menu-content-active ul li em,
.bc-float-menu-content ul li em {
    margin-right: 0px;
    margin-left: 16px
}

.bc-float-menu-content-active ul li::before,
.bc-float-menu-content ul li::before {
    display: none
}

.bc-float-menu-content-active ul li .bc-float-menu-inputs,
.bc-float-menu-content ul li .bc-float-menu-inputs {
    margin-right: 16px
}

.bc-float-menu-content-active ul li .bc-float-menu-inputs .bc-radio-group .bc-radio-label,
.bc-float-menu-content ul li .bc-float-menu-inputs .bc-radio-group .bc-radio-label,
.bc-float-menu-content-active ul li .bc-float-menu-inputs .bc-container-checkbox,
.bc-float-menu-content ul li .bc-float-menu-inputs .bc-container-checkbox {
    display: unset
}

.bc-float-menu-content-active ul li .bc-invisible,
.bc-float-menu-content ul li .bc-invisible {
    display: none;
    width: 0px
}

.bc-float-menu-content-active ul li img:first-child,
.bc-float-menu-content ul li img:first-child {
    margin-right: 16px;
    margin-left: 0px
}

.bc-float-menu-content-active ul li img,
.bc-float-menu-content ul li img {
    margin-right: 0px;
    margin-left: 16px;
    width: 32px;
    height: 40px
}

.bc-float-menu-content-active bc-preloader,
.bc-float-menu-content bc-preloader {
    width: 100%
}

.bc-float-menu-content-active ul li section+em,
.bc-float-menu-content ul li section+em,
.bc-float-menu-content-active ul li section+img,
.bc-float-menu-content ul li section+img {
    margin-right: 0px;
    margin-left: 16px
}

.bc-float-menu-arrow-active,
.bc-float-menu-arrow {
    left: calc(50% - 8px);
    position: absolute;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid #454648;
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-top: 0;
    z-index: 8
}

.bc-float-menu-arrow-right .bc-float-menu-content-active,
.bc-float-menu-overflow-arrow-right .bc-float-menu-content-active {
    margin-top: 8px
}

.bc-float-menu-arrow-left .bc-float-menu-content-active,
.bc-float-menu-overflow-arrow-left .bc-float-menu-content-active {
    margin-top: 8px
}

.bc-float-menu-overflow-arrow-botoom .bc-float-menu-content-active {
    margin-top: 8px
}

@media(min-width: 768px) {
    .bc-float-menu-positon-left {
        top: 0%
    }
}

@media(min-width: 768px) {
    .bc-float-menu-positon-right {
        top: 0%
    }
}

@media(min-width: 768px) {
    .bc-float-menu-overflow-right {
        right: 100%;
        left: auto
    }
}

@media(min-width: 768px) {
    .bc-float-menu-overflow-left {
        left: 0%;
        right: auto
    }
}

@media(min-width: 768px) {
    .bc-float-menu-overflow-position-left .bc-float-menu-content-active {
        left: 0px;
        right: auto
    }
}

@media(min-width: 768px) {
    .bc-float-menu-overflow-position-right .bc-float-menu-content-active {
        right: 0px;
        left: auto
    }
}

.bc-float-menu-arrow-active-top {
    top: -48px;
    rotate: 180deg
}

.bc-float-menu-arrow {
    display: none
}

.bc-float-menu-arrow-active {
    display: block
}

.bc-float-menu-arrow-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.bc-float-menu-arrow-center .bc-float-menu-content-active {
    margin-top: 8px
}

.bc-float-menu-overflow-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.bc-float-menu-overflow-center .bc-float-menu-content-active {
    margin-top: 8px
}

.bc-float-menu-overflow-botoom {
    top: 0px
}

.bc-float-menu-overflow-botoom .bc-float-menu-content-active,
.bc-float-menu-overflow-botoom .bc-float-menu-content {
    bottom: 100%
}

.bc-float-menu-content {
    display: none;
    width: max-content;
    transition: 350ms transform ease-out
}

div.bc-float-menu-toggle {
    width: fit-content;
    display: flex
}

.bc-float-menu-toggle a,
.bc-float-menu-toggle em {
    pointer-events: none
}

.bc-float-menu {
    position: absolute;
    width: fit-content;
    pointer-events: none
}

.bc-float-menu li section,
.bc-float-menu li em,
.bc-float-menu li img {
    pointer-events: none
}

.bc-float-menu-option a,
.bc-float-menu-option em,
.bc-float-menu-option img,
.bc-float-menu-option span {
    pointer-events: none
}

.bc-float-menu-option:last-child {
    border-radius: 0 0 8px 8px
}

.bc-float-menu-option:first-child {
    border-radius: 8px 8px 0 0
}

.bc-float-menu-option:focus {
    background-color: #353537
}

.bc-float-menu-option:hover {
    background-color: #353537
}

.bc-float-menu-empty {
    pointer-events: auto
}

.bc-float-menu-empty .bc-float-menu-option,
.bc-float-menu-empty .bc-float-menu,
.bc-float-menu-empty .bc-float-menu-toggle,
.bc-float-menu-empty a,
.bc-float-menu-empty em,
.bc-float-menu-empty img,
.bc-float-menu-empty span,
.bc-float-menu-empty section,
.bc-float-menu-empty li {
    pointer-events: auto
}

.bc-float-menu-option-disabled a,
.bc-float-menu-option-disabled em,
.bc-float-menu-option-disabled img,
.bc-float-menu-option-disabled span {
    pointer-events: none;
    opacity: .56
}

.bc-float-menu-option-disabled:last-child {
    border-radius: 0 0 8px 8px
}

.bc-float-menu-option-disabled:first-child {
    border-radius: 8px 8px 0 0
}

.bc-float-menu-option-disabled:focus {
    background-color: #454648
}

.bc-float-menu-content-active {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 8;
    width: max-content;
    max-height: 240px;
    overflow: auto;
    scroll-padding: 10px;
    transition: 350ms transform ease-in;
    pointer-events: all
}

html body .bc-float-menu-empty em:first-child {
    margin-right: 4px
}

html body .bc-float-menu-empty img:first-child {
    margin-right: 0px
}

html body .bc-float-menu-empty {
    max-height: fit-content;
    text-align: center
}

html body .bc-float-menu-empty ul {
    width: 100%
}

.bc-empty-title {
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "CIBFont Sans";
    line-height: 20px;
    padding-top: 8px
}

.bc-empty-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    padding-top: 4px;
    font-family: "Open Sans";
    line-height: 16px
}

.bc-empty-buttons {
    display: flex;
    gap: 16px;
    padding: 24px 0px;
    width: 100%
}

.bc-empty-icon {
    height: 40px
}

.bc-empty-container-link {
    display: flex;
    justify-content: center
}

.bc-coach-mark-link>a:focus-visible,
section.bc-coach-mark-container .bc-coach-mark-footer button:focus-visible,
section.bc-coach-mark-container>section:first-child>button:focus-visible {
    outline-color: #59cbe8
}

.bc-coach-mark {
    z-index: 10000;
    position: fixed
}

.bc-coach-mark-scroll {
    width: 100%;
    overflow-y: auto;
    max-height: 250px
}

.bc-coach-mark-link,
.bc-coach-mark-content,
.bc-coach-mark-title,
.bc-coach-mark-icon {
    width: 100%;
    display: flex;
    justify-content: center
}

.bc-coach-mark-arrow {
    animation: fade-in-opacity ease-in-out 350ms forwards
}

.bc-coach-mark-arrow--bottom {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom-color: #353537
}

.bc-coach-mark-arrow--bottom-on-left {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom-color: #353537
}

.bc-coach-mark-arrow--bottom-on-right {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom-color: #353537
}

.bc-coach-mark-arrow--top {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-top-color: #353537
}

.bc-coach-mark-arrow--top-on-left {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-top-color: #353537
}

.bc-coach-mark-arrow--top-on-right {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-top-color: #353537
}

.bc-coach-mark-arrow--right {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-right-color: #353537
}

.bc-coach-mark-arrow--left {
    content: "";
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-left-color: #353537
}

section.bc-coach-mark-container {
    min-width: 280px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    position: sticky;
    max-width: 340px;
    z-index: 2100;
    background-color: #353537;
    color: #fff;
    padding: 24px 16px 40px 40px;
    visibility: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

section.bc-coach-mark-container p {
    position: relative
}

section.bc-coach-mark-container>section:first-child {
    display: flex;
    width: 100%;
    justify-content: flex-end
}

section.bc-coach-mark-container>section:first-child>button {
    justify-content: flex-end;
    color: #fff;
    border: 2px;
    background: #353537;
    pointer-events: auto;
    cursor: pointer;
    display: inherit;
    position: static
}

section.bc-coach-mark-container .bc-coach-mark-body {
    display: flex;
    padding: 8px 24px 32px 0px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    overflow: auto
}

section.bc-coach-mark-container .bc-coach-mark-body h4 {
    width: 100%;
    text-align: center
}

section.bc-coach-mark-container .bc-coach-mark-body>div {
    display: none
}

section.bc-coach-mark-container .bc-coach-mark-body>div[status=active] {
    display: block;
    justify-content: center;
    overflow: hidden;
    text-align: center
}

section.bc-coach-mark-container .bc-coach-mark-footer {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    pointer-events: auto;
    flex-direction: row-reverse;
    justify-content: center;
    padding-right: 24px
}

section.bc-coach-mark-container .bc-coach-mark-footer button {
    margin: 8px;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

section.bc-coach-mark-container .bc-coach-mark-quantity-items {
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 32px;
    padding-right: 24px
}

.bc-coach-mark-title {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-orient: vertical;
    margin: 24px 0px 16px 0px
}

.bc-coach-mark-content {
    overflow: hidden;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0px 0px 16px 0px
}

.bc-coach-mark-link>a {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
    margin-right: 0px;
    padding-left: 4px;
    color: #fff
}

.bc-coach-mark-highlight {
    position: relative;
    align-items: center;
    z-index: 2000;
    box-shadow: 0px 0px 0px 1px 0 16px 20px 0 rgba(24, 22, 21, .5607843137), 0 1px 12px 0 rgba(24, 22, 21, .3215686275)
}

.bc-coach-mark-overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    background-color: rgba(44, 42, 41, .8);
    backdrop-filter: blur(7px);
    width: 100vw;
    height: 100vh;
    z-index: 1999
}

.bc-coach-mark-expanded {
    visibility: inherit
}

.bc-coach-mark-scroll-block {
    overflow: hidden
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container {
    padding: 24px 16px 32px 40px
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-body {
    padding: 8px 24px 0px 0px
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-footer {
    display: block;
    padding-top: 16px
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-icon {
    display: none
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-title {
    margin-top: 0px;
    margin-bottom: 8px
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-content {
    margin-bottom: 0px
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-quantity-items {
    padding-bottom: 0px;
    padding-right: 24px;
    padding-top: 16px
}

.bc-coach-mark-coachmark-overflow section.bc-coach-mark-container .bc-coach-mark-link {
    margin-top: 16px
}

@media screen and (max-width: 350px) {
    section.bc-coach-mark-container {
        padding: 24px 16px 32px 40px;
        width: 280px
    }

    section.bc-coach-mark-container .bc-coach-mark-body {
        padding: 8px 24px 0px 0px
    }

    section.bc-coach-mark-container .bc-coach-mark-footer {
        display: block;
        padding-top: 16px
    }

    section.bc-coach-mark-container .bc-coach-mark-icon {
        display: none
    }

    section.bc-coach-mark-container .bc-coach-mark-title {
        margin-top: 0px;
        margin-bottom: 8px
    }

    section.bc-coach-mark-container .bc-coach-mark-content {
        margin-bottom: 0px
    }

    section.bc-coach-mark-container .bc-coach-mark-quantity-items {
        padding-bottom: 0px;
        padding-right: 24px;
        padding-top: 16px
    }

    section.bc-coach-mark-container .bc-coach-mark-link {
        margin-top: 16px
    }
}

@media screen and (max-width: 767px) {
    section.bc-coach-mark-container {
        padding: 24px 16px 32px 40px
    }

    section.bc-coach-mark-container .bc-coach-mark-body {
        padding: 8px 24px 0px 0px
    }

    section.bc-coach-mark-container .bc-coach-mark-footer {
        display: block;
        padding-top: 16px
    }

    section.bc-coach-mark-container .bc-coach-mark-icon {
        display: none
    }

    section.bc-coach-mark-container .bc-coach-mark-title {
        margin-top: 0px;
        margin-bottom: 8px
    }

    section.bc-coach-mark-container .bc-coach-mark-content {
        margin-bottom: 0px
    }

    section.bc-coach-mark-container .bc-coach-mark-quantity-items {
        padding-bottom: 0px;
        padding-right: 24px;
        padding-top: 16px
    }

    section.bc-coach-mark-container .bc-coach-mark-link {
        margin-top: 16px
    }
}

.bc-expansion-panel {
    display: flex;
    flex-direction: column
}

.bc-expansion-panel .bc-expansion-panel-header {
    background: #383736;
    padding: 16px 24px
}

.bc-expansion-panel .bc-expansion-panel-content {
    height: 0;
    overflow: hidden;
    background: #383736;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    transition: all .25s ease-out
}

.bc-expansion-panel .bc-expansion-panel-content .bc-expansion-panel-content-wrapper {
    transition: all .25s ease-out;
    opacity: 0
}

.bc-expansion-panel .bc-expansion-panel-content.bc-expansion-panel-content-expanded {
    height: auto;
    padding-bottom: 16px;
    opacity: 1
}

.bc-expansion-panel .bc-expansion-panel-content.bc-expansion-panel-content-expanded .bc-expansion-panel-row {
    opacity: 1;
    transition: all 1s
}

.bc-expansion-panel .bc-expansion-panel-row {
    display: flex;
    height: auto;
    margin-bottom: 24px;
    width: 100%
}

.bc-expansion-panel .bc-expansion-panel-row p {
    font-size: 0.875rem;
}

.bc-expansion-panel .bc-expansion-panel-row .bc-expansion-panel-column {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.bc-expansion-panel .bc-expansion-panel-row .bc-expansion-panel-column .bc-expansion-panel-skeleton {
    background: #fff;
    opacity: .2;
    height: 8px;
    border-radius: 5px;
    max-width: 100%
}

.bc-expansion-panel .bc-expansion-panel-row .bc-expansion-panel-column .bc-expansion-panel-skeleton:first-child {
    width: 100px;
    margin-bottom: 16px
}

.bc-expansion-panel .bc-expansion-panel-row .bc-expansion-panel-column .bc-expansion-panel-skeleton:last-child {
    width: 150px
}

.bc-expansion-panel .bc-expansion-panel-footer {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 2px;
    background: #383736
}

.bc-expansion-panel .bc-expansion-panel-footer bc-expansion-panel-footer-icon {
    transition: all 1s cubic-bezier(0, 0, 0.2, 1)
}

.bc-expansion-panel .bc-expansion-panel-error {
    margin: 16px auto 32px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 608px;
    height: 83px;
    max-width: 100%;
    background: #383736;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .1)
}

.bc-expansion-panel .bc-expansion-panel-error .bc-expansion-panel-error-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.bc-expansion-panel .bc-expansion-panel-error .bc-expansion-panel-error-right h6 {
    margin-bottom: 8px
}

.bc-expansion-panel .bc-expansion-panel-error .bc-expansion-panel-error-right h6:last-child {
    margin-bottom: 0
}

.bc-expansion-panel .bc-expansion-panel-error .bc-expansion-panel-error-right .bc-expansion-panel-try-again {
    cursor: pointer;
    text-decoration: underline
}

.bc-expansion-panel .bc-expansion-panel-error .bc-expansion-panel-icon-error {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ff7f41;
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-expansion-panel .bc-expansion-panel-not-visible {
    display: none
}

input[type=date] {
    background-color: #383736;
    text-transform: uppercase;
    padding: 0;
    size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-family: "Open Sans"
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: none;
    padding: 0
}

.bc-calendar-mobile {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 9
}

@media only screen and (min-width: 576px) {
    .bc-calendar-mobile {
        display: none
    }
}

.bc-calendar-mobile .bc-calendar-scrollable-calendars {
    padding-top: 32px;
    padding-bottom: 170px;
    box-sizing: border-box;
    height: 100%;
    width: 100vw;
    border-radius: 0;
    align-items: center;
    overflow: scroll;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    min-height: 100vh;
    z-index: 10
}

.bc-calendar-mobile .bc-calendar-scrollable-calendars .bc-calendar-days {
    align-content: start
}

.bc-calendar-mobile .bc-calendar-fix-upper-buttons {
    padding-top: 108px
}

.bc-calendar-mobile .bc-calendar-fixed-content {
    height: auto;
    width: 100vw;
    border-radius: 0;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .19), 0 0 16px 0 rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 14px;
    background-color: #454648;
    align-self: flex-end;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 11
}

.bc-calendar-mobile .bc-calendar-fixed-content button {
    width: 80%
}

.bc-calendar-mobile .bc-calendar-fixed-content .from-to-container {
    height: auto;
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: row
}

.bc-calendar-mobile .bc-calendar-fixed-content .from-to-container .dates {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 8px
}

.bc-calendar-mobile .bc-calendar-fixed-content .from-to-container .dates:first-of-type {
    border-right: 1px solid #b3b5b8
}

.bc-calendar-mobile .bc-calendar-displayed-month .bc-month {
    font-family: "CIBFontSans Bold", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}

.bc-calendar-mobile .bc-calendar-days {
    height: auto;
    padding-bottom: 32px
}

.bc-calendar-mobile .from {
    font-family: "CIBFontSans Bold", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
}

.bc-calendar-mobile .to {
    font-family: "CIBFontSans Bold", sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
}

.bc-calendar-mobile .bc-calendar-upper-btns {
    height: auto;
    width: 100vw;
    border-radius: 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .16), 0 1px 3px 0 rgba(0, 0, 0, .1);
    position: fixed;
    padding: 16px;
    background-color: #454648;
    align-self: flex-end;
    align-items: center;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    z-index: 11;
    left: 0px;
    top: 0px
}

.bc-calendar-mobile .bc-calendar-upper-btns p {
    font-size: 0.625rem;
    line-height: 16px
}

.bc-calendar-mobile .bc-calendar-upper-btns button {
    width: 32%;
    margin-top: 24px
}

input[type=date] {
    background-color: #383736;
    text-transform: uppercase;
    padding: 0;
    size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.3px;
    font-family: "Open Sans"
}

input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    background: none;
    padding: 0
}

.bc-input-date .bc-dropdown-content-active,
.bc-input-date-range .bc-dropdown-content-active {
    position: fixed
}

input.bc-input.bc-input-date-ios:disabled {
    opacity: 1;
    color: #fff;
    padding-top: 5px
}

input::-webkit-date-and-time-value {
    text-align: left
}

div.bc-input-placeholder-ios {
    position: absolute;
    top: 28%;
    font-weight: bold;
    width: 100%
}

.bc-calendar {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 10;
    background-color: #454648;
    padding: 16px;
    display: flex;
    transition: .2s;
    user-select: none;
    min-width: 301px;
    align-items: center;
    flex-direction: column;
    border-radius: 8px 8px 8px 8px;
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 16px 20px 0 rgba(24, 22, 21, .5607843137), 0 1px 12px 0 rgba(24, 22, 21, .3215686275)
}

.bc-calendar em.btn-cancel {
    position: fixed;
    z-index: 8;
    right: 10px;
    top: 10px
}

.bc-calendar .bc-month {
    font-weight: 600;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-calendar .bc-calendar-displayed-month {
    width: 100%
}

.bc-calendar .bc-calendar-disabled-day {
    color: rgba(255, 255, 255, .4);
    pointer-events: none
}

.bc-calendar .bc-calendar-disabled-month {
    color: rgba(255, 255, 255, .4);
    pointer-events: none
}

@media only screen and (max-width: 576px) {
    .bc-calendar {
        width: 100vw;
        min-height: 100vh;
        height: 100vh;
        padding: 16px;
        position: fixed;
        display: flex;
        align-items: center;
        align-content: flex-start;
        justify-content: flex-start;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .bc-calendar::after {
        content: "";
        height: 0;
        width: 0;
        border-radius: 0;
        display: none
    }
}

.bc-calendar[type=range] {
    min-width: auto;
    height: auto;
    width: fit-content;
    border-radius: 10px;
    z-index: 10;
    flex-direction: column;
    justify-content: space-between
}

@media only screen and (max-width: 768px) {
    .bc-calendar[type=range] {
        width: 100vw;
        min-height: 100vh;
        height: 100vh;
        padding: 16px;
        position: fixed;
        display: flex;
        align-items: center;
        align-content: flex-start;
        justify-content: flex-start;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .bc-calendar[type=range]::after {
        content: "";
        height: 0;
        width: 0;
        border-radius: 0;
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .bc-calendar[type=range] {
        height: auto;
        width: 100vw;
        border-radius: 0px;
        min-height: 100vh;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.bc-calendar[type=range]>.bc-two-calendars {
    height: auto;
    width: 100%;
    border-radius: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    min-width: 602px
}

@media only screen and (max-width: 768px) {
    .bc-calendar[type=range]>.bc-two-calendars {
        flex-direction: column;
        height: auto;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center
    }
}

.bc-calendar[type=range]>.bc-two-calendars .bc-calendar-days {
    align-content: start
}

.bc-calendar[type=range]>.bc-two-calendars .bc-calendar-displayed-month:last-of-type {
    margin-left: 16px
}

.bc-calendar[type=range]::after {
    content: "";
    display: none
}

.bc-calendar-upper-btns {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px
}

@media only screen and (max-width: 768px) {
    .bc-calendar-upper-btns {
        display: none;
        height: 0;
        width: 0;
        border-radius: 0
    }
}

.bc-calendar-upper-btns button {
    width: 30%;
    border-radius: 48px 48px 48px 48px;
    height: 16px;
    border: solid 1px #fff
}

.bc-calendar-upper-btns button:disabled {
    border: solid 1px #fff;
    pointer-events: none
}

.bc-calendar .mobile-title {
    margin-bottom: 43px
}

.bc-calendar-top-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center
}

.bc-calendar-top-bar em:hover {
    transition-duration: .5s;
    border-radius: 100px 100px 100px 100px;
    background-color: #2c2a29
}

.bc-calendar-top-bar button {
    margin-left: 64px
}

.bc-calendar h6 {
    height: 30px;
    width: 75%;
    border-radius: 43px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 16px
}

.bc-calendar h6:hover {
    transition-duration: .5s;
    border-radius: 16px;
    background-color: #2c2a29
}

.bc-calendar h6>i {
    height: 43px;
    width: 43px;
    border-radius: none;
    position: relative;
    color: #2c2a29;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: .2s
}

.bc-calendar h6 i:hover {
    color: #595a5c;
    cursor: pointer
}

.bc-calendar-week {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center
}

@media only screen and (max-width: 768px) {
    .bc-calendar-week {
        width: 301px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: auto
    }
}

.bc-calendar-week p {
    height: 43px;
    width: 43px;
    border-radius: none;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-calendar-days {
    width: 100%;
    display: grid;
    border-top: 1px solid #b3b5b8;
    grid-template-columns: repeat(7, 1fr);
    template-columns: repeat(7, 1fr);
    height: 258px
}

@media only screen and (max-width: 768px) {
    .bc-calendar-days {
        width: 301px;
        text-align: center;
        align-items: center;
        margin: auto
    }
}

.bc-calendar-days p {
    height: 43px;
    width: 43px;
    border-radius: 50%;
    border-radius: 100px 100px 100px 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-calendar-days p:hover {
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    background-color: #2c2a29
}

.bc-calendar-days p:hover:active {
    background-color: #595a5c
}

.bc-calendar-days p.bc-calendar-selected-date {
    background-color: #fff;
    color: #2c2a29;
    background: radial-gradient(ellipse at center, #ffffff 0%, #ffffff 0%, #ffffff 67%, #B3B5B8 70%);
    border: 0px solid #2c2a29
}

.bc-calendar-days p.bc-calendar-selected-date.bc-calendar-inside-range {
    position: relative;
    background-color: #fff;
    color: #2c2a29
}

.bc-calendar-days p.bc-calendar-selected-date.bc-calendar-inside-range::before {
    content: " ";
    height: 100%;
    width: 100%;
    border-radius: 0%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: #b3b5b8
}

.bc-calendar-days p.bc-calendar-selected-date.bc-calendar-inside-range[date-selection="1"] {
    border-radius: 100px 0 0 100px
}

.bc-calendar-days p.bc-calendar-selected-date.bc-calendar-inside-range[date-selection="2"] {
    border-radius: 0 100px 100px 0
}

.bc-calendar-days p.bc-calendar-inside-range {
    background-color: #b3b5b8;
    color: #2c2a29;
    border-radius: 0px 0px 0px 0px
}

.bc-calendar-holiday {
    position: absolute;
    background: #fff;
    border-radius: 100px 100px 100px 100px;
    height: 8px;
    width: 8px;
    top: 34px;
    left: 18px
}

.bc-calendar-months-or-years {
    height: 90%;
    width: 100%;
    border-radius: none;
    margin-top: 21.5px;
    border-top: 1px solid #b3b5b8;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    template-rows: repeat(3, 1fr);
    height: 302px
}

.bc-calendar-months-or-years p {
    margin: 25% 2px;
    height: 43px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 43px;
    transition: .5s;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 576px) {
    .bc-calendar-months-or-years p {
        margin: 10px 2px
    }
}

.bc-calendar-months-or-years p:hover {
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    background-color: #2c2a29
}

.bc-calendar .bc-calendar-confirm-mobile {
    position: fixed;
    bottom: 0
}

.bc-calendar .bc-calendar-buttons-range-container {
    margin-top: 16px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.bc-calendar .bc-calendar-buttons-range-container .btn-restore {
    align-content: center;
    height: 38px;
    width: 40%
}

.bc-calendar .bc-calendar-buttons-range-container .confirmation-buttons {
    width: 60%;
    display: flex;
    gap: 24px
}

@media only screen and (max-width: 576px) {
    .bc-calendar .bc-calendar-buttons-range-container {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 576px) {
    .bc-calendar .bc-calendar-buttons-range-container button {
        width: 80%
    }
}

.bc-calendar .bc-calendar-buttons-range-container a {
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .bc-calendar .bc-calendar-buttons-range-container {
        flex-direction: column;
        align-items: center
    }
}

.bc-calendar .bc-calendar-buttons-simple-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

@media only screen and (max-width: 576px) {
    .bc-calendar .bc-calendar-buttons-simple-container {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 576px) {
    .bc-calendar .bc-calendar-buttons-simple-container button {
        width: 80%
    }
}

.bc-calendar .bc-calendar-buttons-simple-container a {
    cursor: pointer
}

.bc-calendar .bc-calendar-today {
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #fff
}

.bc-calendar .bc-calendar-this-month-or-year {
    border-radius: 100px 100px 100px 100px
}

.bc-calendar .outline-element {
    border-radius: 0px 0px 0px 0px;
    outline: 3px solid #59cbe8
}

.bc-calendar .bc-calendar-selected-month {
    background-color: #fff;
    color: #2c2a29
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-avatar {
    height: 32px;
    width: 32px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right img {
    max-height: 48px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right progress {
    padding: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-status {
    margin: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-progress-bar-container {
    padding: 0 0
}

.bc-data-table-container .bc-data-table-header-container.bc-data-table-mobile-show {
    height: 120px
}

.bc-data-table-container .bc-data-table-header-container {
    height: 80px;
    border-radius: 8px 8px 0 0;
    background-color: #383736;
    width: 100%;
    position: sticky;
    left: 0;
    padding: 0 24px;
    border-bottom: 1px solid #616161
}

.bc-data-table-container .bc-data-table-header-container div:first-child div:nth-child(2) {
    margin-left: auto;
    display: flex
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection.bc-data-table-header-selection-show {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection {
    height: 80px;
    background-color: #383736;
    position: relative;
    top: -81px;
    display: none
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection button:focus-visible {
    border-radius: 24px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header {
    height: 56px;
    max-width: 100%;
    padding: 11px 0 4px 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav {
    height: 56px;
    margin: 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul {
    height: 56px;
    border-bottom: none
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab {
    height: 56px;
    padding: 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab button {
    text-wrap: nowrap;
    margin-right: 24px;
    flex-shrink: 0;
    white-space: nowrap
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.prev {
    margin-top: 16px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.next {
    margin-top: 16px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container {
    max-width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 8px
}

@media only screen and (max-width: 575px) {
    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container {
        justify-content: start
    }
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container .bc-data-table-header-selection-selected label {
    text-wrap: nowrap
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container .bc-data-table-header-selection-restart {
    padding-left: 4px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container .bc-data-table-header-selection-restart button {
    text-wrap: nowrap
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-title {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 24px 0 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-settings {
    padding-left: 24px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-settings .bc-data-table-header-settings-icon {
    margin-top: 20px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-title em {
    margin-right: 4px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-title h4 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-paginator nav.bc-paginator-v2 .bc-paginator-v2-pages-links a span {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-paginator nav.bc-paginator-v2 .bc-paginator-v2-items-page .bc-input-select-v2-combobox span {
    font-weight: normal
}

@media only screen and (min-width: 1200px) {
    .bc-data-table-container .bc-data-table-header-container.bc-data-table-mobile-show {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection.bc-data-table-header-selection-show {
        flex-direction: row
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header {
        max-width: 60%;
        padding: 0;
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.prev {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.next {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection-info-container {
        max-width: 40%
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .bc-data-table-container .bc-data-table-header-container.bc-data-table-mobile-show {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection.bc-data-table-header-selection-show {
        flex-direction: row
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header {
        max-width: 60%;
        padding: 0;
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.prev {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.next {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection-info-container {
        max-width: 40%
    }
}

.bc-data-table-container .bc-data-table {
    background-color: #383736;
    width: 100%;
    border-collapse: collapse
}

.bc-data-table-container .bc-data-table thead {
    background-color: #454648
}

.bc-data-table-container .bc-data-table thead tr {
    height: 64px
}

.bc-data-table-container .bc-data-table thead tr th .bc-preloader::after {
    left: 0
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead {
    display: table-cell;
    height: 64px;
    width: 50px;
    min-width: 50px;
    background-color: #383736
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead .bc-column-header-check-all-div-container {
    width: 50px;
    height: 64px;
    padding: 20px 16px
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header {
    display: table-cell;
    padding: 0 16px;
    background-color: #383736
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-xs {
    padding: 0 4px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-s {
    padding: 0 8px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-m {
    padding: 0 16px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-l {
    padding: 0 32px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-xl {
    padding: 0 64px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header:hover {
    cursor: pointer;
    background-color: #454648
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header:hover .bc-column-header-div-container .bc-column-header-icon-order-div-container em {
    display: block
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column-shadow {
    padding: 0 24px 0 16px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-asc .bc-column-header-div-container .bc-column-header-icon-order-div-container em,
.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-des .bc-column-header-div-container .bc-column-header-icon-order-div-container em {
    padding: 0;
    transform: rotate(0deg);
    display: block
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-asc .bc-column-header-div-container .bc-column-header-icon-order-div-container em:hover,
.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-des .bc-column-header-div-container .bc-column-header-icon-order-div-container em:hover {
    cursor: pointer
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container {
    -webkit-flex: auto;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 64px;
    padding: 0
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container.bc-data-table-flex-align-center {
    justify-content: center
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container.bc-data-table-flex-align-right {
    justify-content: right
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container .bc-column-header-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container .bc-column-header-title:hover {
    cursor: pointer
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-info-div-container {
    width: 24px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-order-div-container {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-order-div-container em {
    padding: 0;
    transform: rotate(90deg);
    display: none
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-order-div-container em:hover {
    cursor: pointer
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead {
    display: table-cell;
    width: 50px;
    min-width: 50px;
    height: 64px;
    padding: 20px 16px;
    background-color: #383736
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead .bc-column-header-check-all-div-container {
    width: 50px;
    height: 64px;
    padding: 20px 16px
}

.bc-data-table-container .bc-data-table thead.bc-data-table-sort th:hover:not(.bc-data-table-thead-action) {
    background-color: rgba(76, 74, 73, .08);
    cursor: pointer
}

.bc-data-table-header-settings-container header {
    width: 100%;
    text-align: center
}

.bc-data-table-header-settings-container header h6 {
    font-size: 1.125rem;
    line-height: 20px
}

.bc-data-table-header-settings-container header div {
    padding: 8px 16px 16px 16px;
    line-height: 16px;
    font-weight: 400;
    font-size: 0.75rem;
}

.bc-data-table-header-settings-container main {
    max-height: 280px;
    overflow: auto;
    padding: 0 24px 0 16px
}

.bc-data-table-header-settings-container main div {
    height: 26px;
    margin-bottom: 16px
}

.bc-data-table-header-settings-container main div .bc-data-table-header-settings-container-main-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 3px;
    padding-right: 5px
}

.bc-data-table-header-settings-container main div .bc-data-table-header-settings-main-section-pinned {
    margin-right: 16px
}

.bc-data-table-header-settings-container main div .bc-data-table-header-settings-main-section-checkbox .bc-container-checkbox {
    top: 4px
}

.bc-data-table-header-settings-container footer {
    -webkit-box-shadow: 0px -2px 4px 0px rgba(44, 42, 41, .05);
    -moz-box-shadow: 0px -2px 4px 0px rgba(44, 42, 41, .05);
    box-shadow: 0px -2px 4px 0px rgba(44, 42, 41, .05);
    padding-bottom: 16px;
    padding-top: 16px
}

.bc-data-table-header-settings-container footer .bc-data-table-header-settings-footer-button {
    margin-bottom: 16px
}

.bc-data-table-header-settings-container footer .bc-data-table-header-settings-footer-button button {
    width: 80%;
    margin: 0px auto 0px
}

.bc-data-table-header-settings-container footer .bc-data-table-header-settings-footer-link button {
    width: 80%;
    margin: 0px auto 0px
}

.bc-data-table-container .bc-data-table-footer-container {
    height: 80px;
    border-radius: 0 0 8px 8px;
    background-color: #383736;
    width: 100%;
    position: sticky;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 24px
}

.bc-data-table-container .bc-data-table-footer-container .bc-float-menu {
    top: 0
}

.bc-data-table-container .bc-data-table-total-value-container {
    background-color: #383736
}

.bc-data-table-container .bc-data-table-total-value-container tr {
    border-top: none
}

.bc-data-table-container .bc-data-table-footer-paginator nav.bc-paginator-v2 .bc-paginator-v2-pages-links a span {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-footer-paginator nav.bc-paginator-v2 .bc-paginator-v2-items-page .bc-input-select-v2-combobox span {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-total-value-container {
    position: sticky;
    left: 0
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value .bc-total-value-information-label {
    display: block
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value p {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value .bc-total-value-complementary-label {
    display: block
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value .bc-total-value-complementary-label .bc-total-value-complementary-label-font {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value p {
    font-weight: normal
}

.bc-data-table-container .bc-data-table tbody {
    border-top: 1px solid #4c4a49;
    border-bottom: 1px solid #4c4a49
}

.bc-data-table-container .bc-data-table tbody tr {
    height: 56px
}

.bc-data-table-container .bc-data-table tbody tr:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #616161
}

.bc-data-table-container .bc-data-table tbody tr td {
    padding: 0 16px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    vertical-align: middle;
    background-color: #383736
}

.bc-data-table-container .bc-data-table tbody tr td.bc-multicheck-checkbox-td {
    padding: 0;
    width: 50px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-multicheck-checkbox-td .bc-body-check-div-container {
    width: 50px;
    height: 64px;
    padding: 20px 16px
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column-shadow {
    padding: 0 24px 0 16px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-text-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px
}

@media screen and (max-width: 576px) {
    .bc-data-table-container .bc-data-table tbody tr td.bc-data-table-text-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 50%;
        display: initial;
        line-height: 16px
    }
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell {
    text-align: right;
    white-space: nowrap
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell.bc-total-cell {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 24px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell.bc-data-table-positive-ammount {
    color: #00c389
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell.bc-data-table-negative-ammount {
    color: #ff8389
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell {
    width: 48px;
    padding: 0 14px 0 0;
    text-align: center
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell-inline {
    width: max-content;
    align-items: center;
    margin-right: 8px;
    display: inline-flex
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell-inline .bc-icon {
    margin-right: 8px;
    color: #fff
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell-inline.bc-hidden {
    display: none
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell .bc-icon {
    vertical-align: middle;
    cursor: pointer;
    transition: .25s ease-in-out
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell {
    text-align: start
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center {
    text-align: center
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right {
    text-align: end
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell {
    text-align: right;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell .bc-data-table-money-cell-decimals {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell-highlight {
    text-align: right;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell-highlight .bc-data-table-money-cell-decimals {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell {
    text-align: right
}

.bc-data-table-container .bc-data-table tbody tr td .bc-tag {
    position: inherit
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-cell {
    text-align: start
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-cell-center {
    text-align: center
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-cell-right {
    text-align: end
}

.bc-data-table-container .bc-data-table tbody tr td .bc-cell-franchise-div-container {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
    height: 64px;
    align-items: center
}

.bc-data-table-container .bc-data-table tbody tr td .bc-cell-franchise-div-container img {
    float: left
}

.bc-data-table-container .bc-data-table tbody tr td .bc-cell-franchise-div-container p {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td a.bc-link {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table tbody tr td .bc-data-table-cell-actions-type {
    display: flex;
    justify-content: end
}

.bc-data-table-container .bc-data-table tbody tr:hover {
    background-color: #454648
}

.bc-data-table-container .bc-data-table tbody tr:hover td {
    background-color: #454648
}

.bc-data-table-container .bc-data-table tbody tr:hover td.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr:hover td.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr:hover td.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected {
    background-color: #595a5c
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td {
    color: #fff;
    background-color: #595a5c
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td .bc-icon {
    color: #fff
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td .bc-link {
    color: #fff
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-avatar {
    height: 32px;
    width: 32px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell img {
    max-height: 48px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell progress {
    padding: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-status {
    margin: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-progress-bar-container {
    padding: 0 0
}

.bc-data-table-container .bc-data-table-header-container.bc-data-table-mobile-show {
    height: 120px
}

.bc-data-table-container .bc-data-table-header-container {
    height: 80px;
    border-radius: 8px 8px 0 0;
    background-color: #383736;
    width: 100%;
    position: sticky;
    left: 0;
    padding: 0 24px;
    border-bottom: 1px solid #616161
}

.bc-data-table-container .bc-data-table-header-container div:first-child div:nth-child(2) {
    margin-left: auto;
    display: flex
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection.bc-data-table-header-selection-show {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection {
    height: 80px;
    background-color: #383736;
    position: relative;
    top: -81px;
    display: none
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection button:focus-visible {
    border-radius: 24px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header {
    height: 56px;
    max-width: 100%;
    padding: 11px 0 4px 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav {
    height: 56px;
    margin: 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul {
    height: 56px;
    border-bottom: none
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab {
    height: 56px;
    padding: 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab button {
    text-wrap: nowrap;
    margin-right: 24px;
    flex-shrink: 0;
    white-space: nowrap
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.prev {
    margin-top: 16px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.next {
    margin-top: 16px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container {
    max-width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-top: 8px
}

@media only screen and (max-width: 575px) {
    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container {
        justify-content: start
    }
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container .bc-data-table-header-selection-selected label {
    text-wrap: nowrap
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container .bc-data-table-header-selection-restart {
    padding-left: 4px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection .bc-data-table-header-selection-info-container .bc-data-table-header-selection-restart button {
    text-wrap: nowrap
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-title {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0 24px 0 0
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-settings {
    padding-left: 24px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-settings .bc-data-table-header-settings-icon {
    margin-top: 20px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-title em {
    margin-right: 4px
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-title h4 {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-paginator nav.bc-paginator-v2 .bc-paginator-v2-pages-links a span {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-header-container .bc-data-table-header-paginator nav.bc-paginator-v2 .bc-paginator-v2-items-page .bc-input-select-v2-combobox span {
    font-weight: normal
}

@media only screen and (min-width: 1200px) {
    .bc-data-table-container .bc-data-table-header-container.bc-data-table-mobile-show {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection.bc-data-table-header-selection-show {
        flex-direction: row
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header {
        max-width: 60%;
        padding: 0;
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.prev {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.next {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection-info-container {
        max-width: 40%
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .bc-data-table-container .bc-data-table-header-container.bc-data-table-mobile-show {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection.bc-data-table-header-selection-show {
        flex-direction: row
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header {
        max-width: 60%;
        padding: 0;
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header nav ul li.bc-tab {
        height: 80px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.prev {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection header .arrow-buttons button.next {
        margin-top: 16px
    }

    .bc-data-table-container .bc-data-table-header-container .bc-data-table-header-selection-info-container {
        max-width: 40%
    }
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-avatar {
    height: 32px;
    width: 32px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell img {
    max-height: 48px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell progress {
    padding: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-status {
    margin: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-progress-bar-container {
    padding: 0 0
}

.bc-data-table-container .bc-data-table {
    background-color: #383736;
    width: 100%;
    border-collapse: collapse
}

.bc-data-table-container .bc-data-table thead {
    background-color: #454648
}

.bc-data-table-container .bc-data-table thead tr {
    height: 64px
}

.bc-data-table-container .bc-data-table thead tr th .bc-preloader::after {
    left: 0
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead {
    display: table-cell;
    height: 64px;
    width: 50px;
    min-width: 50px;
    background-color: #383736
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead .bc-column-header-check-all-div-container {
    width: 50px;
    height: 64px;
    padding: 20px 16px
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-multicheck-checkbox-thead.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header {
    display: table-cell;
    padding: 0 16px;
    background-color: #383736
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-xs {
    padding: 0 4px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-s {
    padding: 0 8px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-m {
    padding: 0 16px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-l {
    padding: 0 32px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-xl {
    padding: 0 64px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header:hover {
    cursor: pointer;
    background-color: #454648
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header:hover .bc-column-header-div-container .bc-column-header-icon-order-div-container em {
    display: block
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.sticky-column-shadow {
    padding: 0 24px 0 16px
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-asc .bc-column-header-div-container .bc-column-header-icon-order-div-container em,
.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-des .bc-column-header-div-container .bc-column-header-icon-order-div-container em {
    padding: 0;
    transform: rotate(0deg);
    display: block
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-asc .bc-column-header-div-container .bc-column-header-icon-order-div-container em:hover,
.bc-data-table-container .bc-data-table thead tr .bc-column-header.bc-column-header-order-des .bc-column-header-div-container .bc-column-header-icon-order-div-container em:hover {
    cursor: pointer
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container {
    -webkit-flex: auto;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 64px;
    padding: 0
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container.bc-data-table-flex-align-center {
    justify-content: center
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container.bc-data-table-flex-align-right {
    justify-content: right
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container .bc-column-header-title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-title-div-container .bc-column-header-title:hover {
    cursor: pointer
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-info-div-container {
    width: 24px;
    margin: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-order-div-container {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-order-div-container em {
    padding: 0;
    transform: rotate(90deg);
    display: none
}

.bc-data-table-container .bc-data-table thead tr .bc-column-header .bc-column-header-div-container .bc-column-header-icon-order-div-container em:hover {
    cursor: pointer
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead {
    display: table-cell;
    width: 50px;
    min-width: 50px;
    height: 64px;
    padding: 20px 16px;
    background-color: #383736
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table thead tr .bc-radio-thead .bc-column-header-check-all-div-container {
    width: 50px;
    height: 64px;
    padding: 20px 16px
}

.bc-data-table-container .bc-data-table thead.bc-data-table-sort th:hover:not(.bc-data-table-thead-action) {
    background-color: rgba(76, 74, 73, .08);
    cursor: pointer
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-avatar {
    height: 32px;
    width: 32px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell img {
    max-height: 48px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell progress {
    padding: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-status {
    margin: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-progress-bar-container {
    padding: 0 0
}

.bc-data-table-container .bc-data-table-footer-container {
    height: 80px;
    border-radius: 0 0 8px 8px;
    background-color: #383736;
    width: 100%;
    position: sticky;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 24px
}

.bc-data-table-container .bc-data-table-footer-container .bc-float-menu {
    top: 0
}

.bc-data-table-container .bc-data-table-total-value-container {
    background-color: #383736
}

.bc-data-table-container .bc-data-table-total-value-container tr {
    border-top: none
}

.bc-data-table-container .bc-data-table-footer-paginator nav.bc-paginator-v2 .bc-paginator-v2-pages-links a span {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-footer-paginator nav.bc-paginator-v2 .bc-paginator-v2-items-page .bc-input-select-v2-combobox span {
    font-weight: normal
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-avatar,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-avatar {
    height: 32px;
    width: 32px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center img,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right img {
    max-height: 48px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center progress,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right progress {
    padding: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-status,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-status {
    margin: 0 0
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center .bc-progress-bar-container,
.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right .bc-progress-bar-container {
    padding: 0 0
}

.bc-data-table-container .bc-data-table tbody {
    border-top: 1px solid #4c4a49;
    border-bottom: 1px solid #4c4a49
}

.bc-data-table-container .bc-data-table tbody tr {
    height: 56px
}

.bc-data-table-container .bc-data-table tbody tr:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #616161
}

.bc-data-table-container .bc-data-table tbody tr td {
    padding: 0 16px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    vertical-align: middle;
    background-color: #383736
}

.bc-data-table-container .bc-data-table tbody tr td.bc-multicheck-checkbox-td {
    padding: 0;
    width: 50px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-multicheck-checkbox-td .bc-body-check-div-container {
    width: 50px;
    height: 64px;
    padding: 20px 16px
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column-shadow {
    padding: 0 24px 0 16px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-text-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px
}

@media screen and (max-width: 576px) {
    .bc-data-table-container .bc-data-table tbody tr td.bc-data-table-text-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 50%;
        display: initial;
        line-height: 16px
    }
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell {
    text-align: right;
    white-space: nowrap
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell.bc-total-cell {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    line-height: 24px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell.bc-data-table-positive-ammount {
    color: #00c389
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell.bc-data-table-negative-ammount {
    color: #ff8389
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell {
    width: 48px;
    padding: 0 14px 0 0;
    text-align: center
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell-inline {
    width: max-content;
    align-items: center;
    margin-right: 8px;
    display: inline-flex
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell-inline .bc-icon {
    margin-right: 8px;
    color: #fff
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell-inline.bc-hidden {
    display: none
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-action-cell .bc-icon {
    vertical-align: middle;
    cursor: pointer;
    transition: .25s ease-in-out
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell {
    text-align: start
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-center {
    text-align: center
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-content-cell-right {
    text-align: end
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell {
    text-align: right;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell .bc-data-table-money-cell-decimals {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell-highlight {
    text-align: right;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-money-cell-highlight .bc-data-table-money-cell-decimals {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-number-cell {
    text-align: right
}

.bc-data-table-container .bc-data-table tbody tr td .bc-tag {
    position: inherit
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-cell {
    text-align: start
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-cell-center {
    text-align: center
}

.bc-data-table-container .bc-data-table tbody tr td.bc-data-table-cell-right {
    text-align: end
}

.bc-data-table-container .bc-data-table tbody tr td .bc-cell-franchise-div-container {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
    height: 64px;
    align-items: center
}

.bc-data-table-container .bc-data-table tbody tr td .bc-cell-franchise-div-container img {
    float: left
}

.bc-data-table-container .bc-data-table tbody tr td .bc-cell-franchise-div-container p {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td label {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td a.bc-link {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-data-table-container .bc-data-table tbody tr td:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr td.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table tbody tr td .bc-data-table-cell-actions-type {
    display: flex;
    justify-content: end
}

.bc-data-table-container .bc-data-table tbody tr:hover {
    background-color: #454648
}

.bc-data-table-container .bc-data-table tbody tr:hover td {
    background-color: #454648
}

.bc-data-table-container .bc-data-table tbody tr:hover td.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr:hover td.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr:hover td.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected {
    background-color: #595a5c
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td {
    color: #fff;
    background-color: #595a5c
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td.sticky-column {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td.sticky-column-with-check {
    position: -webkit-sticky;
    position: sticky;
    left: 50px;
    z-index: 1
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td.sticky-column-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 8px;
    background: linear-gradient(to right, rgba(44, 42, 41, 0.0784313725) 20%, rgba(196, 196, 196, 0) 50%)
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td .bc-icon {
    color: #fff
}

.bc-data-table-container .bc-data-table tbody tr.bc-data-table-selected td .bc-link {
    color: #fff
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

.bc-data-table-container .bc-data-table-total-value-container {
    position: sticky;
    left: 0
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value .bc-total-value-information-label {
    display: block
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value p {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value .bc-total-value-complementary-label {
    display: block
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value .bc-total-value-complementary-label .bc-total-value-complementary-label-font {
    font-weight: normal
}

.bc-data-table-container .bc-data-table-total-value-container table .bc-total-value-container .bc-total-value p {
    font-weight: normal
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

.bc-data-table-header-settings-container header {
    width: 100%;
    text-align: center
}

.bc-data-table-header-settings-container header h6 {
    font-size: 1.125rem;
    line-height: 20px
}

.bc-data-table-header-settings-container header div {
    padding: 8px 16px 16px 16px;
    line-height: 16px;
    font-weight: 400;
    font-size: 0.75rem;
}

.bc-data-table-header-settings-container main {
    max-height: 280px;
    overflow: auto;
    padding: 0 24px 0 16px
}

.bc-data-table-header-settings-container main div {
    height: 26px;
    margin-bottom: 16px
}

.bc-data-table-header-settings-container main div .bc-data-table-header-settings-container-main-label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 3px;
    padding-right: 5px
}

.bc-data-table-header-settings-container main div .bc-data-table-header-settings-main-section-pinned {
    margin-right: 16px
}

.bc-data-table-header-settings-container main div .bc-data-table-header-settings-main-section-checkbox .bc-container-checkbox {
    top: 4px
}

.bc-data-table-header-settings-container footer {
    -webkit-box-shadow: 0px -2px 4px 0px rgba(44, 42, 41, .05);
    -moz-box-shadow: 0px -2px 4px 0px rgba(44, 42, 41, .05);
    box-shadow: 0px -2px 4px 0px rgba(44, 42, 41, .05);
    padding-bottom: 16px;
    padding-top: 16px
}

.bc-data-table-header-settings-container footer .bc-data-table-header-settings-footer-button {
    margin-bottom: 16px
}

.bc-data-table-header-settings-container footer .bc-data-table-header-settings-footer-button button {
    width: 80%;
    margin: 0px auto 0px
}

.bc-data-table-header-settings-container footer .bc-data-table-header-settings-footer-link button {
    width: 80%;
    margin: 0px auto 0px
}

bc-data-table {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%
}

.bc-data-table-container {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    position: relative
}

.bc-data-table-container *:focus-visible:focus-visible:focus-visible:not(.bc-float-menu-option) {
    outline: #59cbe8 solid 2px;
    border-radius: 4px
}

.bc-data-table-container .bc-data-table {
    background-color: #383736;
    width: 100%;
    border-collapse: collapse
}

.screen-reader-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute
}

.bc_space {
    margin: 8px
}

.bc_space_padding {
    padding: 8px
}

.bc_space_top {
    margin-block-start: 8px
}

.bc_space_top_padding {
    padding-block-start: 8px
}

.bc_space_bottom {
    margin-block-end: 8px
}

.bc_space_bottom_padding {
    padding-block-end: 8px
}

.bc_space_left {
    margin-inline-start: 8px
}

.bc_space_left_padding {
    padding-inline-start: 8px
}

.bc_space_right {
    margin-inline-end: 8px
}

.bc_space_right_padding {
    padding-inline-end: 8px
}

.bc_space_2 {
    margin: 16px
}

.bc_space_2_padding {
    padding: 16px
}

.bc_space_2_top {
    margin-block-start: 16px
}

.bc_space_2_top_padding {
    padding-block-start: 16px
}

.bc_space_2_bottom {
    margin-block-end: 16px
}

.bc_space_2_bottom_padding {
    padding-block-end: 16px
}

.bc_space_2_left {
    margin-inline-start: 16px
}

.bc_space_2_left_padding {
    padding-inline-start: 16px
}

.bc_space_2_right {
    margin-inline-end: 16px
}

.bc_space_2_right_padding {
    padding-inline-end: 16px
}

.bc_space_3 {
    margin: 24px
}

.bc_space_3_padding {
    padding: 24px
}

.bc_space_3_top {
    margin-block-start: 24px
}

.bc_space_3_top_padding {
    padding-block-start: 24px
}

.bc_space_3_bottom {
    margin-block-end: 24px
}

.bc_space_3_bottom_padding {
    padding-block-end: 24px
}

.bc_space_3_left {
    margin-inline-start: 24px
}

.bc_space_3_left_padding {
    padding-inline-start: 24px
}

.bc_space_3_right {
    margin-inline-end: 24px
}

.bc_space_3_right_padding {
    padding-inline-end: 24px
}

.bc_space_4 {
    margin: 32px
}

.bc_space_4_padding {
    padding: 32px
}

.bc_space_4_top {
    margin-block-start: 32px
}

.bc_space_4_top_padding {
    padding-block-start: 32px
}

.bc_space_4_bottom {
    margin-block-end: 32px
}

.bc_space_4_bottom_padding {
    padding-block-end: 32px
}

.bc_space_4_left {
    margin-inline-start: 32px
}

.bc_space_4_left_padding {
    padding-inline-start: 32px
}

.bc_space_4_right {
    margin-inline-end: 32px
}

.bc_space_4_right_padding {
    padding-inline-end: 32px
}

.bc_space_5 {
    margin: 40px
}

.bc_space_5_padding {
    padding: 40px
}

.bc_space_5_top {
    margin-block-start: 40px
}

.bc_space_5_top_padding {
    padding-block-start: 40px
}

.bc_space_5_bottom {
    margin-block-end: 40px
}

.bc_space_5_bottom_padding {
    padding-block-end: 40px
}

.bc_space_5_left {
    margin-inline-start: 40px
}

.bc_space_5_left_padding {
    padding-inline-start: 40px
}

.bc_space_5_right {
    margin-inline-end: 40px
}

.bc_space_5_right_padding {
    padding-inline-end: 40px
}

.bc_space_6 {
    margin: 48px
}

.bc_space_6_padding {
    padding: 48px
}

.bc_space_6_top {
    margin-block-start: 48px
}

.bc_space_6_top_padding {
    padding-block-start: 48px
}

.bc_space_6_bottom {
    margin-block-end: 48px
}

.bc_space_6_bottom_padding {
    padding-block-end: 48px
}

.bc_space_6_left {
    margin-inline-start: 48px
}

.bc_space_6_left_padding {
    padding-inline-start: 48px
}

.bc_space_6_right {
    margin-inline-end: 48px
}

.bc_space_6_right_padding {
    padding-inline-end: 48px
}

.bc_space_7 {
    margin: 56px
}

.bc_space_7_padding {
    padding: 56px
}

.bc_space_7_top {
    margin-block-start: 56px
}

.bc_space_7_top_padding {
    padding-block-start: 56px
}

.bc_space_7_bottom {
    margin-block-end: 56px
}

.bc_space_7_bottom_padding {
    padding-block-end: 56px
}

.bc_space_7_left {
    margin-inline-start: 56px
}

.bc_space_7_left_padding {
    padding-inline-start: 56px
}

.bc_space_7_right {
    margin-inline-end: 56px
}

.bc_space_7_right_padding {
    padding-inline-end: 56px
}

.bc_space_8 {
    margin: 64px
}

.bc_space_8_padding {
    padding: 64px
}

.bc_space_8_top {
    margin-block-start: 64px
}

.bc_space_8_top_padding {
    padding-block-start: 64px
}

.bc_space_8_bottom {
    margin-block-end: 64px
}

.bc_space_8_bottom_padding {
    padding-block-end: 64px
}

.bc_space_8_left {
    margin-inline-start: 64px
}

.bc_space_8_left_padding {
    padding-inline-start: 64px
}

.bc_space_8_right {
    margin-inline-end: 64px
}

.bc_space_8_right_padding {
    padding-inline-end: 64px
}

.bc-footer {
    background: rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    padding: 24px 0 24px 0
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer {
        padding: 8px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer {
        padding: 8px
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-footer {
        padding-right: 0px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-none-xs {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-display-xs {
        display: block
    }
}

.bc-footer .bc-footer-top-links {
    display: flex;
    justify-content: flex-end;
    margin: 0px 0px 16px 0px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-top-links {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-top-links {
        align-items: center;
        flex-direction: column;
        gap: 16px;
        margin-top: 16px
    }
}

.bc-footer .bc-footer-top-links .bc-footer-top-links-ca {
    display: flex;
    flex-direction: row;
    align-items: center
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-top-links .bc-footer-top-links-ca:after {
        content: "";
        margin: 0px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-top-links .bc-footer-top-links-ca:after {
        content: "";
        margin: 0px
    }
}

.bc-footer .bc-footer-top-links .bc-footer-top-links-ca:last-of-type:after {
    content: "";
    margin: 0px
}

.bc-footer .bc-footer-divisor {
    width: 100%;
    height: 1px;
    border-radius: 4px;
    background: #595a5c
}

.bc-footer .bc-footer-divisor.no-p {
    margin: 16px 0px 24px 0px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-divisor {
        width: auto;
        margin-left: 16px;
        margin-right: 16px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-divisor {
        width: auto;
        margin-left: 16px;
        margin-right: 16px
    }
}

.bc-footer .bc-footer-top {
    display: flex;
    gap: 24px;
    margin-bottom: 16px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-top {
        display: none
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-top {
        display: none
    }
}

.bc-footer .bc-footer-top .bc-footer-top-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 0 0
}

.bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-t h6 {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

@media only screen and (max-width: 575px) {

    .bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-t h6,
    .bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-t p {
        display: inline-block
    }
}

.bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-t .bc-icon {
    float: none;
    display: none
}

.bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-p {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-p p {
    font-size: 0.875rem;
    margin: 0px 0px 8px 0px
}

.bc-footer .bc-footer-top .bc-footer-top-container .bc-footer-top-container-p p:last-of-type {
    margin-bottom: 0px;
    margin: 0px
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-footer .bc-footer-links-mobile {
        display: none
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .bc-footer .bc-footer-links-mobile {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .bc-footer .bc-footer-links-mobile {
        display: none
    }
}

.bc-footer .bc-footer-links-mobile .bc-accordion.bc-active .bc-accordion-content a:last-of-type {
    margin-bottom: 16px
}

.bc-footer .bc-footer-links-mobile .bc-accordion-header-left .bc-accordion-text-container h6,
.bc-footer .bc-footer-links-mobile .bc-accordion-header-left .bc-accordion-text-container p {
    display: inline-block;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

.bc-footer .bc-footer-links-mobile .bc-accordion-content {
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.bc-footer .bc-footer-links-mobile .bc-accordion-content a {
    margin-left: 16px
}

.bc-footer .bc-footer-links-mobile .bc-accordion-content p {
    font-size: 0.875rem;
    margin: 0px 0px 8px 0px
}

.bc-footer .bc-footer-links-mobile .bc-accordion-content p:last-of-type {
    margin-bottom: 0px;
    margin: 0px
}

.bc-footer .bc-footer-bottom {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-top: 16px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 16px
    }
}

.bc-footer .bc-footer-bottom-left {
    display: flex;
    gap: 16px;
    flex: 1 0 0
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-left {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-left {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.bc-footer .bc-footer-bottom-left .bc-footer-bottom-left-icon img {
    filter: brightness(0%) invert(100%)
}

.bc-footer .bc-footer-bottom-left .bc-footer-bottom-left-side {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0
}

.bc-footer .bc-footer-bottom-left .bc-footer-bottom-left-side p {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-left .bc-footer-bottom-left-side p {
        display: inline
    }
}

.bc-footer .bc-footer-bottom-top-icon {
    font-size: 0;
    line-height: 0;
    margin-bottom: 8px
}

.bc-footer .bc-footer-bottom-top-icon img {
    filter: brightness(0%) invert(100%)
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-top-icon {
        margin-bottom: 16px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-top-icon {
        margin-bottom: 16px
    }
}

.bc-footer .bc-footer-bottom-top-icon img {
    width: 140px
}

.bc-footer .bc-footer-bottom-left-side-vigilant {
    position: relative;
    height: 16px;
    margin-top: 8px
}

.bc-footer .bc-footer-bottom-left-side-vigilant img {
    filter: brightness(0%) invert(100%)
}

.bc-footer .bc-footer-bottom-left-side-vigilant img {
    transform: rotate(90deg);
    left: 56px;
    top: -57px;
    position: absolute
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-left-side-vigilant img {
        left: 50%
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-left-side-vigilant img {
        left: 50%
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-left-side-vigilant {
        margin: 16px 0px 0px 0px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-left-side-vigilant {
        margin: 16px 0px 0px 0px
    }
}

.bc-footer .bc-footer-bottom-right {
    text-align: right
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-right {
        text-align: center
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-right {
        text-align: center
    }
}

.bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-network-icons {
    margin: 0px 0px 8px 0px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    z-index: 0;
    position: relative
}

.bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-network-icons a>i {
    margin: 0px
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-network-icons {
        justify-content: center
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-network-icons {
        justify-content: center
    }
}

.bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-text {
    position: relative;
    z-index: 0
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-text {
        margin: 16px 0px 24px 0px
    }
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-text {
        margin: 16px 0px 24px 0px
    }
}

.bc-footer .bc-footer-bottom-right .bc-footer-bottom-right-text p {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-footer .bc-container {
    position: relative;
    padding-bottom: 88px
}

.bc-footer .bc-container.bc-pb-4 {
    padding-bottom: 0px
}

.bc-footer .bc-container .bc-footer-stroke-colors {
    position: absolute;
    right: -12%;
    bottom: 5%;
    width: 420px;
    height: 150px
}

@media only screen and (max-width: 575px) {
    .bc-footer .bc-container .bc-footer-stroke-colors {
        right: -30%;
        bottom: 0%
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-footer .bc-container .bc-footer-stroke-colors {
        right: -20%;
        bottom: 0%
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-footer .bc-container .bc-footer-stroke-colors {
        right: -20%;
        bottom: 10%
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .bc-footer .bc-container .bc-footer-stroke-colors {
        right: -15%;
        bottom: 5%
    }
}

.bc-footer .bc-footer-separator {
    margin: 0px 16px 0px 16px;
    color: #fff
}

.bc-file-download {
    background-color: #ff8389
}

.bc-file-download-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 696px;
    max-width: 100%
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-file-download-container {
        width: 474px
    }
}

@media only screen and (max-width: 575px) {
    .bc-file-download-container {
        width: 343px
    }
}

.bc-file-download-error {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff8389;
    display: flex;
    align-items: center
}

.bc-file-download-success {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #69cc96
}

.bc-file-download-header {
    height: 64px
}

.bc-file-download-link {
    text-decoration: none;
    outline: none
}

.bc-file-download-accordion {
    display: none
}

.bc-file-download-progress {
    margin-top: -1px
}

.bc-file-download-fap {
    max-width: 32px;
    max-height: 32px;
    margin-right: 16px
}

.bc-file-download-row {
    flex-wrap: wrap;
    margin-right: -5px;
    width: 100%;
    height: auto;
    background-color: #353537;
    margin-bottom: 2px;
    display: flex;
    padding-bottom: 10px
}

.bc-file-download-row article {
    gap: 16px
}

.bc-file-download-rowsContainer {
    background-color: #d9dadd;
    margin-bottom: -1px
}

.bc-file-download-nameFile {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-file-download-title {
    margin-left: 9px
}

.bc-file-download-state {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-file-download-remove {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 7px;
    padding-right: 7px
}

.bc-file-download-content {
    gap: 5px
}

.bc-file-download-preloader {
    width: auto;
    margin-left: 8px;
    margin-right: 16px
}

div.bc-accordions-group article.bc-accordion {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

@media(max-width: 990px) {
    .bc-file-download-hiddenLabel {
        display: none
    }
}

@media(max-width: 989px) {
    .bc-file-download-container-position {
        bottom: 0vh
    }
}

@media(min-width: 990px) {
    .bc-file-download-container-position {
        bottom: 0vh
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-file-download-content {
        flex-direction: column;
        gap: 0
    }

    .bc-file-download-success {
        display: flex;
        align-items: center
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-file-download-content {
        display: flex;
        flex-direction: column;
        width: 120px
    }

    .bc-file-download-success {
        display: flex;
        align-items: center
    }

    .bc-file-download-content-between {
        flex-direction: column
    }
}

.bc-header-wrapper {
    background-color: #353537;
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0
}

.bc-header-wrapper.bc-fixed {
    position: absolute
}

.bc-header-wrapper-black {
    background-color: #2c2a29;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 0 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 9;
    left: 0;
    color: #fff;
    top: 0;
    border-bottom: 2px solid #fdda24
}

.bc-header-wrapper-black.bc-fixed {
    position: absolute
}

.bc-header-wrapper-black p {
    color: #fff
}

.bc-header-wrapper-black .bc-link {
    color: #fff;
    outline-color: #59cbe8
}

.bc-header-wrapper-black .bc-icon {
    color: #fff
}

.bc-header-wrapper-black ul li {
    background-color: #2c2a29
}

.bc-header-wrapper-black ul li>*:hover {
    background-color: #454648
}

.bc-header-wrapper-black ul li [class*=bc-float-menu]:not(.bc-float-menu-content-active):hover,
.bc-header-wrapper-black ul li .bc-icon:hover {
    border-radius: 0;
    background-color: #454648
}

.bc-header-wrapper-black ul li .bc-avatar {
    border-color: rgba(0, 0, 0, 0)
}

.bc-header-wrapper-black ul li.bc-float-menu-selected-item {
    background-color: #595a5c
}

.bc-header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 16px
}

@media(max-width: 991px) {
    .bc-header {
        padding-left: 16px
    }

    .bc-header-not-logout {
        padding-right: 16px
    }
}

.bc-header em {
    position: relative
}

.bc-header ul li {
    list-style: none
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-header ul li {
        display: flex
    }
}

.bc-header-brand {
    align-items: center;
    display: flex;
    outline-color: #59cbe8
}

.bc-header-brand-logo {
    min-height: 60px
}

.bc-header-brand_menu-toggle {
    outline-color: #59cbe8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

.bc-header-brand_menu-toggle:hover {
    border-radius: 100px 100px 100px 100px;
    background-color: rgba(44, 42, 41, .16)
}

.bc-header-brand_menu-toggle:focus-visible {
    min-height: 60px;
    outline-color: #59cbe8
}

.bc-header-brand_menu-toggle em {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff
}

.bc-header-brand_menu-toggle span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 4px
}

.bc-header-brand .bc-icon {
    display: inline-table;
    outline-color: #59cbe8
}

@media only screen and (max-width: 575px) {
    .bc-header-brand .bc-icon {
        display: none
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-brand .bc-icon {
        display: none
    }
}

.bc-header-brand .bc-logo-desktop {
    display: flex;
    align-items: center;
    outline-color: #59cbe8
}

@media only screen and (max-width: 575px) {
    .bc-header-brand .bc-logo-desktop {
        display: none
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-brand .bc-logo-desktop {
        display: none
    }
}

.bc-header-brand .bc-icon-mobile,
.bc-header-brand .bc-logo-mobile {
    display: none;
    padding-right: 16px
}

.bc-header-brand .bc-icon-mobile:focus-visible,
.bc-header-brand .bc-logo-mobile:focus-visible {
    height: 60px;
    display: flex;
    align-items: center;
    outline-color: #59cbe8
}

@media only screen and (max-width: 575px) {

    .bc-header-brand .bc-icon-mobile,
    .bc-header-brand .bc-logo-mobile {
        display: inline-block;
        margin-right: 16px
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {

    .bc-header-brand .bc-icon-mobile,
    .bc-header-brand .bc-logo-mobile {
        display: inline-block;
        width: 35px
    }
}

.bc-header-brand .bc-header-channel {
    height: 44px;
    padding-left: 16px;
    border-left: 1px solid #d9dadd;
    outline-color: #59cbe8;
    display: flex;
    padding-right: 16px;
    align-items: center
}

.bc-header-brand .bc-header-channel:focus-visible {
    min-height: 60px;
    outline-color: #59cbe8
}

.bc-header-brand .bc-header-channel h5 {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-wrap: wrap;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 575px) {
    .bc-header-brand .bc-header-channel h5 {
        font-size: 1.125rem;
        line-height: 20px;
        letter-spacing: -0.3px
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-brand .bc-header-channel h5 {
        font-size: 1.125rem;
        line-height: 20px;
        letter-spacing: -0.3px
    }
}

.bc-header-nav {
    display: flex;
    height: 100%;
    align-items: center
}

.bc-header-nav>li.bc-header-item {
    padding: 0 16px
}

.bc-header-nav a {
    text-decoration: none;
    align-items: center;
    margin: 0;
    outline-color: #59cbe8
}

.bc-header-nav a.bc-disabled {
    pointer-events: none
}

.bc-header-nav-div {
    padding: 0 16px 0 0
}

.bc-header-nav-div :focus-visible {
    min-height: 60px
}

@media only screen and (max-width: 575px) {
    .bc-header-nav-div {
        padding: 0 5px
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-nav-div {
        padding: 0 5px
    }
}

.bc-header-nav-item {
    display: flex;
    align-items: center;
    padding: 0 16px;
    min-height: 60px;
    position: relative
}

.bc-header-nav-item :focus-visible {
    min-height: 60px;
    outline-color: #59cbe8
}

.bc-header-nav-item-text {
    margin: 0 4px;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 575px) {
    .bc-header-nav-item-text {
        display: none
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-nav-item-text {
        display: none
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .bc-header-nav-item-text {
        display: none
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .bc-header-nav-item-text {
        display: none
    }
}

.bc-header-nav-item-text p {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.bc-header-nav-item-text small {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-header-nav-item .bc-icon {
    margin: 0;
    outline-color: #59cbe8
}

@media only screen and (max-width: 575px) {
    .bc-header-nav-item .bc-float-menu-toggle {
        width: 100%
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-nav-item .bc-float-menu-toggle {
        width: 100%
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-nav-item .bc-float-menu-toggle .bc-link {
        flex-grow: 1;
        overflow: hidden
    }
}

@media only screen and (max-width: 575px) {
    .bc-header-nav-item .bc-float-menu-toggle .bc-link {
        flex-grow: 1;
        overflow: hidden
    }
}

.bc-header-nav-item>*>:last-child,
.bc-header-nav-item bc-header-item:last-child>*>li {
    padding-right: 0
}

@media only screen and (max-width: 575px) {

    .bc-header-nav-item>*>:last-child,
    .bc-header-nav-item bc-header-item:last-child>*>li {
        padding-right: 4px
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {

    .bc-header-nav-item>*>:last-child,
    .bc-header-nav-item bc-header-item:last-child>*>li {
        padding-right: 4px
    }
}

.bc-header-nav-item:not(:first-child)::before,
.bc-header-nav-item bc-header-item:not(:first-child)::before {
    content: "";
    background-color: #d9dadd;
    height: 44px;
    width: 1px;
    position: absolute;
    left: 0
}

.bc-header-nav-item .bc-avatar {
    width: 28px;
    height: 28px;
    margin-left: 2px
}

@media only screen and (min-width: 768px)and (max-width: 1199px) {
    .bc-header-nav-item .bc-arrow-tablet {
        display: inline-block
    }
}

@media(min-width: 768px) {
    .bc-header-nav-item.bc-dropdowm-tablet {
        display: flex
    }
}

.bc-header-nav-item.bc-dropdowm-tablet .bc-header-nav-item-text {
    display: inline-block
}

.bc-header-nav bc-header-item {
    position: relative
}

.bc-header-nav bc-header-item>li.bc-header-nav-item {
    padding: 0 16px
}

.bc-header-nav bc-header-item>li.bc-header-nav-item::before {
    content: "";
    background-color: #d9dadd;
    height: 44px;
    width: 1px;
    position: absolute;
    left: 0
}

@media only screen and (max-width: 575px) {
    .bc-header-nav bc-header-item>li.bc-header-nav-item::before {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-nav bc-header-item>li.bc-header-nav-item::before {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media only screen and (max-width: 575px) {
    .bc-header-nav bc-header-item:last-child>li {
        padding-right: 8px
    }
}

@media only screen and (max-width: 575px) {
    .bc-header .bc-header-nav-item:not(:first-child)::before {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header .bc-header-nav-item:not(:first-child)::before {
        background-color: rgba(0, 0, 0, 0)
    }
}

@media only screen and (max-width: 575px) {
    .bc-header-br:not(:first-child)::before {
        border-left: 1px solid #d9dadd
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-br:not(:first-child)::before {
        border-left: 1px solid #d9dadd
    }
}

.bc-header-mobile {
    display: none;
    justify-content: center;
    flex-basis: 100%;
    height: 35px
}

@media only screen and (max-width: 575px) {
    .bc-header-mobile {
        display: flex
    }
}

.bc-header-mobile .bc-header-nav-item {
    width: 100%;
    min-height: 35px
}

.bc-header-mobile .bc-header-nav-item:focus-visible {
    outline-color: #59cbe8
}

.bc-header-mobile .bc-header-nav-item>*:first-child {
    width: 100%
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-header-mobile {
        display: flex
    }
}

@media only screen and (max-width: 575px) {
    .bc-header-mobile .bc-header-nav-item:not(:first-child)::before {
        background-color: #fff;
        height: 18px
    }
}

.bc-header-mobile .bc-header-nav-item-text {
    display: inline-block;
    line-height: 18px
}

.bc-header-mobile small {
    line-height: 18px;
    padding-left: 5px
}

.bc-header-mobile .bc-header-nav-item-text {
    flex-grow: 1;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.bc-header-mobile .bc-header-nav-item-text p {
    padding: 2px 4px 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: none;
    display: block
}

.bc-header-mobile ul.bc-header-nav {
    width: 100%
}

.bc-header-float-menu:focus-visible {
    min-height: 60px;
    outline-color: #59cbe8
}

.bc-drop-area {
    border: 1px dashed #fff;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    margin: 0px auto;
    padding: 32px;
    user-select: none;
    transition: .2s;
    color: #fff;
    background: #383736;
    box-sizing: border-box;
    margin-top: 1rem
}

.bc-drop-area:focus-visible {
    outline-color: #59cbe8;
    outline-style: solid;
    outline-width: 2px
}

.bc-drop-area .bc-drop-area-input {
    display: none
}

.bc-drop-area.bc-drop-area-none {
    border: none;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0)
}

.bc-drop-area.bc-drop-area-none:hover {
    border: none;
    background: none
}

.bc-drop-area.bc-drop-area-hover {
    border: 1px dashed #fff;
    background: #595a5c;
    box-sizing: border-box
}

.bc-drop-area .bc-container-button-input-file .bc-button-select-file {
    max-width: max-content;
    min-width: 60%
}

.bc-drop-area .bc-container-header-drop-area {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px
}

.bc-drop-area .bc-container-header-drop-area p {
    margin-top: drop-area-p-margin;
    word-wrap: break-word
}

.bc-drop-area .bc-container-info-files {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    font-size: 0.875rem;
}

.bc-files-show-more-container button {
    margin-top: 15px;
    margin-left: 25%;
    width: 50%;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2)
}

.bc-uploaded-file {
    width: 100%;
    height: auto;
    min-height: 89px;
    max-height: max-content;
    padding: 0px 16px;
    animation: slide-up .2s ease;
    transition: all 1s;
    margin-top: 16px;
    display: flex;
    background-color: #383736;
    border-radius: 8px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .3)
}

.bc-uploaded-file .bc-file-left {
    display: flex;
    width: 50px;
    justify-content: center;
    align-items: center
}

.bc-uploaded-file .bc-file-left em {
    line-height: 60px;
    font-size: 1.875rem;
}

.bc-uploaded-file .bc-file-center {
    width: calc(100% - 80px);
    padding: 16px 16px
}

.bc-uploaded-file .bc-file-center .bc-info p>strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: block
}

.bc-uploaded-file .bc-file-center .bc-info .bc-info-size {
    display: flex;
    margin-top: -2px
}

.bc-uploaded-file .bc-file-center .bc-info .bc-info-size .bc-info-load {
    font-size: 0.875rem;
    flex-grow: 1
}

.bc-uploaded-file .bc-file-center .bc-info .bc-info-size .bc-info-load.bc-info-load-error {
    color: #ff8389
}

.bc-uploaded-file .bc-file-center .bc-info .bc-info-size .bc-info-load.bc-info-load-success {
    color: #69cc96
}

.bc-uploaded-file .bc-file-center .bc-info .bc-info-size .bc-info-percent {
    font-size: 0.875rem;
    margin-left: auto;
    margin-right: 13px
}

.bc-uploaded-file .bc-file-center .bc-progress-container {
    margin: -12px;
    margin-bottom: -30px
}

.bc-uploaded-file .bc-file-center .bc-progress-container progress {
    padding: 0px;
    margin: 16px 5px 10px 13px;
    width: 97%
}

.bc-uploaded-file .bc-file-right {
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-uploaded-file .bc-file-right button {
    cursor: pointer;
    border-radius: 100%;
    background-color: #383736;
    width: 32px;
    height: 32px;
    border: none;
    color: #fff;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2)
}

.bc-uploaded-file .bc-file-right button:focus-visible {
    outline-color: #59cbe8;
    outline-style: solid;
    outline-width: 2px
}

.bc-uploaded-file .bc-input-refresh {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-uploaded-file .bc-input-refresh button {
    cursor: pointer;
    border-radius: 100%;
    background-color: #383736;
    width: 32px;
    height: 32px;
    border: none;
    color: #fff;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2)
}

.bc-uploaded-file .bc-input-refresh button:focus-visible {
    outline-color: #59cbe8;
    outline-style: solid;
    outline-width: 2px
}

.bc-uploaded-file.bc-input-file-hidden {
    display: none
}

.bc-uploaded-file.bc-uploaded-file-success {
    border-bottom: solid 4px #69cc96
}

.bc-uploaded-file.bc-uploaded-file-error {
    border-bottom: solid 4px #ff8389
}

.bc-uploaded-file.bc-uploaded-file-deleted {
    animation: slide-down .2s ease
}

.bc-container-button-input-file {
    display: flex;
    justify-content: center
}

.bc-menu-drawer-content-footer {
    width: 174px;
    margin: 0px 0%;
    bottom: 0px;
    list-style: none;
    animation: appear .1s;
    display: none
}

.bc-menu-drawer-content-active,
.bc-menu-drawer-content {
    background-color: #353537;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0;
    margin-bottom: 0;
    border-right: 1px solid #454648;
    min-height: 62px;
    z-index: 1;
    position: relative;
    height: 100%
}

@media only screen and (max-width: 575px) {

    .bc-menu-drawer-content-active,
    .bc-menu-drawer-content {
        align-items: flex-end
    }

    .bc-menu-drawer-content-active>*,
    .bc-menu-drawer-content>* {
        flex-grow: 1
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {

    .bc-menu-drawer-content-active,
    .bc-menu-drawer-content {
        align-items: flex-end
    }

    .bc-menu-drawer-content-active>*,
    .bc-menu-drawer-content>* {
        flex-grow: 1
    }
}

.bc-menu-drawer-content {
    transition: width ease-in-out .35s
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-drawer-content {
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        background-color: #353537;
        justify-content: space-around;
        align-items: initial
    }

    .bc-menu-drawer-content>* {
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-drawer-content {
        width: 64px
    }

    .bc-menu-drawer-content .bc-menu-item li div {
        display: none
    }

    .bc-menu-drawer-content .bc-menu-item-active {
        width: 64px
    }

    .bc-menu-drawer-content .bc-menu-item-active li div {
        display: none
    }
}

.bc-menu-drawer-content .bc-menu-drawer-content-footer {
    display: none
}

bc-menu-drawer .bc-menu-drawer-content-active {
    width: 280px
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    bc-menu-drawer .bc-menu-drawer-content-active {
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        background-color: #353537;
        justify-content: space-around;
        align-items: initial
    }

    bc-menu-drawer .bc-menu-drawer-content-active>* {
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 992px) {
    bc-menu-drawer .bc-menu-drawer-content-active {
        width: 260px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a {
        width: 100%;
        height: 60px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li {
        justify-content: flex-start;
        padding-left: 20px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li img {
        max-width: initial
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li div {
        width: 174px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li em:last-child {
        display: block;
        color: #292929
    }
}

.bc-menu-drawer-content-active {
    transition: width ease-in-out .35s
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-drawer-content-active {
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        background-color: #353537;
        justify-content: space-around;
        align-items: initial
    }

    .bc-menu-drawer-content-active>* {
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-drawer-content-active {
        width: 260px
    }

    .bc-menu-drawer-content-active a {
        width: 100%;
        height: 60px
    }

    .bc-menu-drawer-content-active a li {
        justify-content: flex-start;
        padding-left: 20px
    }

    .bc-menu-drawer-content-active a li img {
        max-width: initial
    }

    .bc-menu-drawer-content-active a li div {
        width: 174px
    }

    .bc-menu-drawer-content-active a li em:last-child {
        display: block;
        color: #fff
    }
}

.bc-menu-item-options {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: flex
}

.bc-menu-item-options:hover:not(.bc-menu-item-active) {
    background-color: #454648
}

@media only screen and (max-width: 576px) {
    .bc-menu-item-options li div {
        word-break: normal;
        text-align: center;
        max-width: 100px
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-item-options {
        position: relative;
        flex-flow: column nowrap
    }

    .bc-menu-item-options li {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-item-options li div {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden
    }

    .bc-menu-item-options li em:last-child {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item-options {
        flex-flow: row nowrap;
        width: 64px;
        height: 60px
    }

    .bc-menu-item-options li {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: row nowrap;
        list-style: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .bc-menu-item-options li em:last-child {
        display: none
    }

    .bc-menu-item-options li div {
        margin-left: 16px;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item-options {
        display: none;
        height: 0;
        width: 0
    }
}

.bc-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: flex
}

.bc-menu-item:hover:not(.bc-menu-item-active) {
    background-color: #454648
}

@media only screen and (max-width: 576px) {
    .bc-menu-item li div {
        word-break: normal;
        text-align: center;
        max-width: 100px
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-item {
        position: relative;
        flex-flow: column nowrap
    }

    .bc-menu-item li {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-item li div {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden
    }

    .bc-menu-item li em:last-child {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item {
        flex-flow: row nowrap;
        width: 64px;
        height: 60px
    }

    .bc-menu-item li {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: row nowrap;
        list-style: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .bc-menu-item li em:last-child {
        display: none
    }

    .bc-menu-item li div {
        margin-left: 16px;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap
    }
}

.bc-menu-item-active {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fdda24;
    cursor: pointer;
    display: flex
}

.bc-menu-item-active:hover:not(.bc-menu-item-active) {
    background-color: #454648
}

@media only screen and (max-width: 576px) {
    .bc-menu-item-active li div {
        word-break: normal;
        text-align: center;
        max-width: 100px
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-item-active {
        position: relative;
        flex-flow: column nowrap
    }

    .bc-menu-item-active li {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-item-active li div {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden
    }

    .bc-menu-item-active li em:last-child {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item-active {
        flex-flow: row nowrap;
        width: 260px;
        height: 60px
    }

    .bc-menu-item-active li {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: row nowrap;
        list-style: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .bc-menu-item-active li em:last-child {
        display: none
    }

    .bc-menu-item-active li div {
        margin-left: 16px;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap
    }
}

.bc-menu-item-active li {
    color: #2c2a29
}

.bc-menu-item-active li div {
    color: #2c2a29
}

@media only screen and (min-width: 576px)and (max-width: 991px) {

    .bc-menu-item-active::before,
    .bc-menu-options-active::before {
        content: "";
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: #353537 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        z-index: 1;
        animation: fade-in-opacity ease-in-out .35s
    }
}

.bc-menu-main-content {
    display: none
}

.bc-menu-main-content-active {
    display: flex;
    background-color: #353537;
    flex-flow: column nowrap;
    min-width: 296px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
    animation: fade-in-opacity ease-in-out .35s
}

.bc-menu-main-content-active ul {
    margin-bottom: 32px
}

.bc-menu-main-content-active li {
    min-height: 32px
}

.bc-menu-main-content-active ul a li h6 {
    color: #fff
}

@media only screen and (max-width: 576px) {
    .bc-menu-main-content-active {
        width: 100vw;
        height: calc(100vh - 62px);
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: none
    }
}

@media only screen and (max-height: 500px) {
    .bc-menu-main-content-active {
        width: 100vw;
        height: calc(100vh - 62px);
        overflow-x: hidden
    }
}

@media only screen and (min-width: 576px)and (max-width: 991px) {
    .bc-menu-main-content-active {
        margin-bottom: 16px;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
        border-radius: 5px
    }

    .bc-menu-main-content-active li {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 16px
    }

    .bc-menu-main-content-active ul li h6 {
        font-size: 0.875rem;
        font-family: "Open Sans SemiBold";
        line-height: 18px;
        color: #fff
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-main-content-active {
        height: 100%;
        width: min-content;
        position: absolute;
        left: 260px;
        right: auto
    }
}

@media only screen and (min-width: 576px)and (max-width: 991px) {
    .bc-menu-main-content-active {
        position: absolute;
        bottom: 62px;
        width: auto;
        max-width: min-content
    }
}

.bc-menu-content-header-hidden {
    display: none;
    width: 0;
    height: 0
}

.bc-menu-content-header,
.bc-submenu-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #454648;
    margin-top: 0;
    min-height: 60px;
    margin-top: 16px
}

.bc-menu-content-header>:first-child,
.bc-submenu-title>:first-child {
    justify-content: center;
    word-break: break-all
}

.bc-menu-content-header>:last-child,
.bc-submenu-title>:last-child {
    cursor: pointer
}

@media only screen and (min-width: 576px)and (max-width: 991px) {

    .bc-menu-content-header h3,
    .bc-submenu-title h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 576px) {

    .bc-menu-content-header,
    .bc-submenu-title {
        margin-left: 32px;
        margin-right: 32px
    }
}

.bc-submenu-title {
    margin: 0;
    border-bottom: none
}

@media only screen and (min-width: 992px) {
    .bc-submenu-title {
        display: none
    }
}

.bc-menu-content-bodies {
    width: min-content;
    margin-right: 32px;
    overflow-y: auto;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    height: inherit
}

.bc-menu-content-body-active {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 32px;
    margin-bottom: 24px;
    animation: fade-in-opacity ease-in-out .25s
}

@media only screen and (max-width: 576px) {
    .bc-menu-content-body-active {
        flex-flow: column nowrap;
        margin-right: 0;
        padding: 0 16px;
        width: 100vw;
        overflow-x: hidden
    }
}

.bc-menu-content-body {
    display: none
}

.bc-menu-content-column {
    width: 200px;
    margin-left: 32px
}

@media only screen and (max-width: 576px) {
    .bc-menu-content-column {
        width: 100vw;
        margin-left: 0
    }
}

.bc-menu-submenu {
    flex-flow: column nowrap;
    width: 100%;
    max-width: 260px;
    height: min-content
}

.bc-menu-submenu .bc-submenu-container .bc-submenu-profile-container {
    display: none
}

.bc-menu-submenu .bc-submenu-footer-container {
    bottom: 1px;
    left: 0;
    max-width: 260px;
    width: 100%;
    background: #353537;
    z-index: 1;
    padding: 16px
}

.bc-menu-submenu .bc-submenu-footer-container button {
    box-shadow: none;
    background: #353537;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 176px;
    font-size: 0.875rem;
    margin: auto
}

.bc-menu-submenu .bc-submenu-footer-container button bc-icon {
    pointer-events: none;
    font-size: 1.1875rem;
}

.bc-menu-submenu .bc-submenu-footer-container button.expanded {
    max-width: 228px;
    position: relative
}

.bc-menu-submenu .bc-submenu-footer-container button.expanded bc-icon {
    position: absolute;
    right: 16px
}

.bc-menu-submenu .bc-submenu-footer-container.bigger {
    display: none
}

@media only screen and (max-width: 991px) {
    .bc-menu-submenu .bc-submenu-footer-container {
        display: none
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-submenu {
        height: 0px;
        width: 0px;
        display: none
    }
}

.bc-menu-submenu-active {
    padding: 0;
    height: min-content;
    margin-bottom: 16px;
    animation: fade-in-opacity ease-in-out .35s;
    background-color: #353537
}

@media only screen and (max-width: 576px) {
    .bc-menu-submenu-active {
        background-color: #58595b
    }
}

.bc-menu-submenu-active .bc-submenu-container {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden
}

.bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container {
    background-color: #353537;
    min-height: 88px;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: none
}

@media only screen and (max-width: 991px) {
    .bc-menu-submenu-active {
        min-height: 460px;
        position: fixed;
        bottom: 62px;
        right: 32px;
        width: 348px;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
        border-radius: 5px;
        padding: 0 32px 86px 32px;
        max-height: 460px;
        overflow: hidden
    }

    .bc-menu-submenu-active ul {
        margin-left: 36px
    }

    .bc-menu-submenu-active a {
        padding: 0;
        height: 60px;
        width: 100%
    }

    .bc-menu-submenu-active a:hover {
        background-color: initial
    }

    .bc-menu-submenu-active a.bc-menu-item-active {
        background-color: #fdda24
    }

    .bc-menu-submenu-active a.bc-menu-item-active em {
        transform: rotate(180deg)
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active {
        display: block;
        overflow-y: auto;
        margin-bottom: 24px
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul {
        margin-top: 24px;
        width: max-content
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul:first {
        margin-top: 0
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul a li {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 16px;
        max-height: 30px
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul a li h6 {
        font-size: 0.875rem;
        font-family: "Open Sans SemiBold";
        line-height: 18px
    }

    .bc-menu-submenu-active a::before {
        display: none
    }

    .bc-menu-submenu-active a li {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-submenu-active a li>:first-child {
        margin-right: 16px
    }

    .bc-menu-submenu-active a li div {
        width: 100%;
        margin-top: 0;
        max-width: 100%;
        line-height: 20px
    }

    .bc-menu-submenu-active a li em {
        display: flex;
        transform: rotate(0deg);
        transition: .35s ease-in-out
    }

    .bc-menu-submenu-active .bc-submenu-footer-container {
        margin-left: -32px;
        padding: 24px 32px;
        box-shadow: none;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: block
    }

    .bc-menu-submenu-active .bc-submenu-footer-container button {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .bc-menu-submenu-active .bc-submenu-footer-container button bc-icon {
        margin-right: 10px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .bc-menu-submenu-active {
        width: 100vw;
        position: fixed;
        margin: 0;
        box-shadow: none;
        max-height: initial;
        right: auto;
        padding: 0 16px;
        z-index: 99;
        height: calc(100% - 62px);
        padding-left: 0;
        padding-right: 0;
        background-color: #353537
    }

    .bc-menu-submenu-active .bc-submenu-title {
        border-bottom: 1px solid #454648;
        margin: 16px
    }

    .bc-menu-submenu-active ul {
        margin-left: 22px
    }

    .bc-menu-submenu-active a li div {
        font-size: 1rem;
        width: 100%;
        text-align: left
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active {
        display: block
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul a li h6 {
        font-size: 1rem;
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active bc-menu-option a li {
        font-size: 1rem;
    }

    .bc-menu-submenu-active .bc-submenu-container {
        max-height: calc(100vh - 220px);
        padding: 0 16px
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container {
        display: flex;
        align-items: center;
        padding: 0 16px
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile-icon {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile {
        margin-left: 16px
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile span,
    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile a {
        color: #d1d3d4;
        font-family: "Open Sans";
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: -0.26px;
        line-height: 16px;
        display: block;
        height: auto
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile a {
        font-size: 0.75rem;
        color: #fff;
        cursor: pointer;
        text-decoration: underline;
        border: none
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-menu-item:first-child {
        border: none
    }

    .bc-menu-submenu-active .bc-submenu-footer-container {
        margin-left: 0;
        background-color: #353537
    }
}

.bc-menu-submenu-active .bc-menu-content-body-active {
    margin: 0;
    background-color: #353537
}

.bc-menu-submenu-active .bc-menu-content-column {
    margin: 0;
    width: 100%
}

.bc-menu-submenu-active .bc-menu-content-column li {
    justify-content: flex-start;
    min-height: 32px
}

bc-menu-option:hover {
    text-decoration: underline
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

.bc-menu-drawer-content-footer {
    width: 174px;
    margin: 0px 0%;
    bottom: 0px;
    list-style: none;
    animation: appear .1s;
    display: none
}

.bc-menu-drawer-content-active,
.bc-menu-drawer-content {
    background-color: #353537;
    display: flex;
    flex-flow: column nowrap;
    margin-top: 0;
    margin-bottom: 0;
    border-right: 1px solid #454648;
    min-height: 62px;
    z-index: 1;
    position: relative;
    height: 100%
}

@media only screen and (max-width: 575px) {

    .bc-menu-drawer-content-active,
    .bc-menu-drawer-content {
        align-items: flex-end
    }

    .bc-menu-drawer-content-active>*,
    .bc-menu-drawer-content>* {
        flex-grow: 1
    }
}

@media only screen and (min-width: 576px)and (max-width:767px) {

    .bc-menu-drawer-content-active,
    .bc-menu-drawer-content {
        align-items: flex-end
    }

    .bc-menu-drawer-content-active>*,
    .bc-menu-drawer-content>* {
        flex-grow: 1
    }
}

.bc-menu-drawer-content {
    transition: width ease-in-out .35s
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-drawer-content {
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        background-color: #353537;
        justify-content: space-around;
        align-items: initial
    }

    .bc-menu-drawer-content>* {
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-drawer-content {
        width: 64px
    }

    .bc-menu-drawer-content .bc-menu-item li div {
        display: none
    }

    .bc-menu-drawer-content .bc-menu-item-active {
        width: 64px
    }

    .bc-menu-drawer-content .bc-menu-item-active li div {
        display: none
    }
}

.bc-menu-drawer-content .bc-menu-drawer-content-footer {
    display: none
}

bc-menu-drawer .bc-menu-drawer-content-active {
    width: 280px
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    bc-menu-drawer .bc-menu-drawer-content-active {
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        background-color: #353537;
        justify-content: space-around;
        align-items: initial
    }

    bc-menu-drawer .bc-menu-drawer-content-active>* {
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 992px) {
    bc-menu-drawer .bc-menu-drawer-content-active {
        width: 260px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a {
        width: 100%;
        height: 60px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li {
        justify-content: flex-start;
        padding-left: 20px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li img {
        max-width: initial
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li div {
        width: 174px
    }

    bc-menu-drawer .bc-menu-drawer-content-active a li em:last-child {
        display: block;
        color: #292929
    }
}

.bc-menu-drawer-content-active {
    transition: width ease-in-out .35s
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-drawer-content-active {
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        background-color: #353537;
        justify-content: space-around;
        align-items: initial
    }

    .bc-menu-drawer-content-active>* {
        flex: 1 1 0px
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-drawer-content-active {
        width: 260px
    }

    .bc-menu-drawer-content-active a {
        width: 100%;
        height: 60px
    }

    .bc-menu-drawer-content-active a li {
        justify-content: flex-start;
        padding-left: 20px
    }

    .bc-menu-drawer-content-active a li img {
        max-width: initial
    }

    .bc-menu-drawer-content-active a li div {
        width: 174px
    }

    .bc-menu-drawer-content-active a li em:last-child {
        display: block;
        color: #fff
    }
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

.bc-menu-item-options {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: flex
}

.bc-menu-item-options:hover:not(.bc-menu-item-active) {
    background-color: #454648
}

@media only screen and (max-width: 576px) {
    .bc-menu-item-options li div {
        word-break: normal;
        text-align: center;
        max-width: 100px
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-item-options {
        position: relative;
        flex-flow: column nowrap
    }

    .bc-menu-item-options li {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-item-options li div {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden
    }

    .bc-menu-item-options li em:last-child {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item-options {
        flex-flow: row nowrap;
        width: 64px;
        height: 60px
    }

    .bc-menu-item-options li {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: row nowrap;
        list-style: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .bc-menu-item-options li em:last-child {
        display: none
    }

    .bc-menu-item-options li div {
        margin-left: 16px;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item-options {
        display: none;
        height: 0;
        width: 0
    }
}

.bc-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: flex
}

.bc-menu-item:hover:not(.bc-menu-item-active) {
    background-color: #454648
}

@media only screen and (max-width: 576px) {
    .bc-menu-item li div {
        word-break: normal;
        text-align: center;
        max-width: 100px
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-item {
        position: relative;
        flex-flow: column nowrap
    }

    .bc-menu-item li {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-item li div {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden
    }

    .bc-menu-item li em:last-child {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item {
        flex-flow: row nowrap;
        width: 64px;
        height: 60px
    }

    .bc-menu-item li {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: row nowrap;
        list-style: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .bc-menu-item li em:last-child {
        display: none
    }

    .bc-menu-item li div {
        margin-left: 16px;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap
    }
}

.bc-menu-item-active {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fdda24;
    cursor: pointer;
    display: flex
}

.bc-menu-item-active:hover:not(.bc-menu-item-active) {
    background-color: #454648
}

@media only screen and (max-width: 576px) {
    .bc-menu-item-active li div {
        word-break: normal;
        text-align: center;
        max-width: 100px
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-item-active {
        position: relative;
        flex-flow: column nowrap
    }

    .bc-menu-item-active li {
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-item-active li div {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 18px;
        margin-top: 4px;
        overflow: hidden
    }

    .bc-menu-item-active li em:last-child {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-item-active {
        flex-flow: row nowrap;
        width: 260px;
        height: 60px
    }

    .bc-menu-item-active li {
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
        flex-flow: row nowrap;
        list-style: none;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .bc-menu-item-active li em:last-child {
        display: none
    }

    .bc-menu-item-active li div {
        margin-left: 16px;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap
    }
}

.bc-menu-item-active li {
    color: #2c2a29
}

.bc-menu-item-active li div {
    color: #2c2a29
}

@media only screen and (min-width: 576px)and (max-width: 991px) {

    .bc-menu-item-active::before,
    .bc-menu-options-active::before {
        content: "";
        position: absolute;
        top: -17px;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: #353537 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        z-index: 1;
        animation: fade-in-opacity ease-in-out .35s
    }
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

.bc-menu-main-content {
    display: none
}

.bc-menu-main-content-active {
    display: flex;
    background-color: #353537;
    flex-flow: column nowrap;
    min-width: 296px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
    animation: fade-in-opacity ease-in-out .35s
}

.bc-menu-main-content-active ul {
    margin-bottom: 32px
}

.bc-menu-main-content-active li {
    min-height: 32px
}

.bc-menu-main-content-active ul a li h6 {
    color: #fff
}

@media only screen and (max-width: 576px) {
    .bc-menu-main-content-active {
        width: 100vw;
        height: calc(100vh - 62px);
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        box-shadow: none
    }
}

@media only screen and (max-height: 500px) {
    .bc-menu-main-content-active {
        width: 100vw;
        height: calc(100vh - 62px);
        overflow-x: hidden
    }
}

@media only screen and (min-width: 576px)and (max-width: 991px) {
    .bc-menu-main-content-active {
        margin-bottom: 16px;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
        border-radius: 5px
    }

    .bc-menu-main-content-active li {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 16px
    }

    .bc-menu-main-content-active ul li h6 {
        font-size: 0.875rem;
        font-family: "Open Sans SemiBold";
        line-height: 18px;
        color: #fff
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-main-content-active {
        height: 100%;
        width: min-content;
        position: absolute;
        left: 260px;
        right: auto
    }
}

@media only screen and (min-width: 576px)and (max-width: 991px) {
    .bc-menu-main-content-active {
        position: absolute;
        bottom: 62px;
        width: auto;
        max-width: min-content
    }
}

.bc-menu-content-header-hidden {
    display: none;
    width: 0;
    height: 0
}

.bc-menu-content-header,
.bc-submenu-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #454648;
    margin-top: 0;
    min-height: 60px;
    margin-top: 16px
}

.bc-menu-content-header>:first-child,
.bc-submenu-title>:first-child {
    justify-content: center;
    word-break: break-all
}

.bc-menu-content-header>:last-child,
.bc-submenu-title>:last-child {
    cursor: pointer
}

@media only screen and (min-width: 576px)and (max-width: 991px) {

    .bc-menu-content-header h3,
    .bc-submenu-title h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 576px) {

    .bc-menu-content-header,
    .bc-submenu-title {
        margin-left: 32px;
        margin-right: 32px
    }
}

.bc-submenu-title {
    margin: 0;
    border-bottom: none
}

@media only screen and (min-width: 992px) {
    .bc-submenu-title {
        display: none
    }
}

.bc-menu-content-bodies {
    width: min-content;
    margin-right: 32px;
    overflow-y: auto;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    height: inherit
}

.bc-menu-content-body-active {
    display: flex;
    flex-flow: row nowrap;
    margin-right: 32px;
    margin-bottom: 24px;
    animation: fade-in-opacity ease-in-out .25s
}

@media only screen and (max-width: 576px) {
    .bc-menu-content-body-active {
        flex-flow: column nowrap;
        margin-right: 0;
        padding: 0 16px;
        width: 100vw;
        overflow-x: hidden
    }
}

.bc-menu-content-body {
    display: none
}

.bc-menu-content-column {
    width: 200px;
    margin-left: 32px
}

@media only screen and (max-width: 576px) {
    .bc-menu-content-column {
        width: 100vw;
        margin-left: 0
    }
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "BC Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local("BC icons"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.woff") format("woff"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.ttf") format("truetype"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/icons/functionals/icons.eot") format("embedded-opentype")
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px
}

:root {
    --bc-theme-color: black
}

:root {
    --bc-theme-color: black
}

@font-face {
    font-family: "Nunito Bold";
    font-display: swap;
    src: local("Nunito Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Nunito ExtraBold";
    font-display: swap;
    src: local("Nunito ExtraBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: local("Open Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-display: swap;
    src: local("Open Sans SemiBold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Open Sans Bold";
    font-display: swap;
    src: local("Open Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans Bold";
    font-display: swap;
    src: local("CIB Sans Bold"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Sans";
    font-display: swap;
    src: local("CIB Sans"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Regular.ttf") format("opentype")
}

@font-face {
    font-family: "CIB Sans Light";
    font-display: swap;
    src: local("CIB Sans Light"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSans-Light.ttf") format("truetype")
}

@font-face {
    font-family: "CIB Serif";
    font-display: swap;
    src: local("CIB Serif"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.woff2") format("woff2"), url("https://library-sdb.apps.bancolombia.com/assets/1.18.0/fonts/CIBFont/CIBFontSerif-Bold.ttf") format("truetype")
}

@keyframes shine {
    0% {
        background-position: -1000px 0
    }

    100% {
        background-position: 1000px 0
    }
}

@keyframes ripple-animation {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes fade-in-out-background {
    0% {
        background-color: linear-gradient(90deg, #ffc0cb 50%, #00ffff 50%)
    }

    50% {
        background-color: rgba(218, 218, 248, .5764705882)
    }

    100% {
        background-color: rgba(234, 234, 250, 0)
    }
}

@keyframes fadeInLeft {
    from {
        position: relative;
        transform: translateX(-50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    from {
        position: relative;
        transform: translateX(50%)
    }

    to {
        position: relative;
        transform: translateX(0)
    }
}

@keyframes fadeInBottom {
    from {
        position: relative;
        transform: translateY(100%)
    }

    to {
        position: relative;
        transform: translateY(0)
    }
}

@keyframes tick {
    0% {
        transform: scale(0)
    }

    90% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate-arrow {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes rotate-arrow-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-up-reverse {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

@keyframes slide-down-reverse {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 1;
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
        margin-bottom: -20px
    }
}

@keyframes fade-in-opacity {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes fade-out-opacity {
    0% {
        opacity: 1;
        visibility: visible
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    90% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes appear-at-side {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: min-content;
        opacity: 1
    }
}

@keyframes bc-search {
    0% {
        border-radius: 40px
    }

    100% {
        border-radius: 40px
    }
}

@keyframes bc-expand {
    0% {
        max-height: 0
    }

    100% {
        max-height: 100vh
    }
}

@keyframes bc-contract {
    0% {
        max-height: 100vh
    }

    100% {
        max-height: 0
    }
}

:root {
    --bc-theme-color: black
}

.outline {
    outline: none
}

.bc-menu-submenu {
    flex-flow: column nowrap;
    width: 100%;
    max-width: 260px;
    height: min-content
}

.bc-menu-submenu .bc-submenu-container .bc-submenu-profile-container {
    display: none
}

.bc-menu-submenu .bc-submenu-footer-container {
    bottom: 1px;
    left: 0;
    max-width: 260px;
    width: 100%;
    background: #353537;
    z-index: 1;
    padding: 16px
}

.bc-menu-submenu .bc-submenu-footer-container button {
    box-shadow: none;
    background: #353537;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 176px;
    font-size: 0.875rem;
    margin: auto
}

.bc-menu-submenu .bc-submenu-footer-container button bc-icon {
    pointer-events: none;
    font-size: 1.1875rem;
}

.bc-menu-submenu .bc-submenu-footer-container button.expanded {
    max-width: 228px;
    position: relative
}

.bc-menu-submenu .bc-submenu-footer-container button.expanded bc-icon {
    position: absolute;
    right: 16px
}

.bc-menu-submenu .bc-submenu-footer-container.bigger {
    display: none
}

@media only screen and (max-width: 991px) {
    .bc-menu-submenu .bc-submenu-footer-container {
        display: none
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-submenu {
        height: 0px;
        width: 0px;
        display: none
    }
}

.bc-menu-submenu-active {
    padding: 0;
    height: min-content;
    margin-bottom: 16px;
    animation: fade-in-opacity ease-in-out .35s;
    background-color: #353537
}

@media only screen and (max-width: 576px) {
    .bc-menu-submenu-active {
        background-color: #58595b
    }
}

.bc-menu-submenu-active .bc-submenu-container {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden
}

.bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container {
    background-color: #353537;
    min-height: 88px;
    width: calc(100% + 32px);
    margin-left: -16px;
    display: none
}

@media only screen and (max-width: 991px) {
    .bc-menu-submenu-active {
        min-height: 460px;
        position: fixed;
        bottom: 62px;
        right: 32px;
        width: 348px;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
        border-radius: 5px;
        padding: 0 32px 86px 32px;
        max-height: 460px;
        overflow: hidden
    }

    .bc-menu-submenu-active ul {
        margin-left: 36px
    }

    .bc-menu-submenu-active a {
        padding: 0;
        height: 60px;
        width: 100%
    }

    .bc-menu-submenu-active a:hover {
        background-color: initial
    }

    .bc-menu-submenu-active a.bc-menu-item-active {
        background-color: #fdda24
    }

    .bc-menu-submenu-active a.bc-menu-item-active em {
        transform: rotate(180deg)
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active {
        display: block;
        overflow-y: auto;
        margin-bottom: 24px
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul {
        margin-top: 24px;
        width: max-content
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul:first {
        margin-top: 0
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul a li {
        font-family: "Open Sans";
        font-size: 0.875rem;
        line-height: 16px;
        max-height: 30px
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul a li h6 {
        font-size: 0.875rem;
        font-family: "Open Sans SemiBold";
        line-height: 18px
    }

    .bc-menu-submenu-active a::before {
        display: none
    }

    .bc-menu-submenu-active a li {
        height: 100%;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center
    }

    .bc-menu-submenu-active a li>:first-child {
        margin-right: 16px
    }

    .bc-menu-submenu-active a li div {
        width: 100%;
        margin-top: 0;
        max-width: 100%;
        line-height: 20px
    }

    .bc-menu-submenu-active a li em {
        display: flex;
        transform: rotate(0deg);
        transition: .35s ease-in-out
    }

    .bc-menu-submenu-active .bc-submenu-footer-container {
        margin-left: -32px;
        padding: 24px 32px;
        box-shadow: none;
        position: absolute;
        width: 100%;
        bottom: 0;
        display: block
    }

    .bc-menu-submenu-active .bc-submenu-footer-container button {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .bc-menu-submenu-active .bc-submenu-footer-container button bc-icon {
        margin-right: 10px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .bc-menu-submenu-active {
        width: 100vw;
        position: fixed;
        margin: 0;
        box-shadow: none;
        max-height: initial;
        right: auto;
        padding: 0 16px;
        z-index: 99;
        height: calc(100% - 62px);
        padding-left: 0;
        padding-right: 0;
        background-color: #353537
    }

    .bc-menu-submenu-active .bc-submenu-title {
        border-bottom: 1px solid #454648;
        margin: 16px
    }

    .bc-menu-submenu-active ul {
        margin-left: 22px
    }

    .bc-menu-submenu-active a li div {
        font-size: 1rem;
        width: 100%;
        text-align: left
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active {
        display: block
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active ul a li h6 {
        font-size: 1rem;
    }

    .bc-menu-submenu-active a.bc-menu-item-active+.bc-menu-content-body-active bc-menu-option a li {
        font-size: 1rem;
    }

    .bc-menu-submenu-active .bc-submenu-container {
        max-height: calc(100vh - 220px);
        padding: 0 16px
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container {
        display: flex;
        align-items: center;
        padding: 0 16px
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile-icon {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile {
        margin-left: 16px
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile span,
    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile a {
        color: #d1d3d4;
        font-family: "Open Sans";
        font-size: 0.875rem;
        font-weight: 600;
        letter-spacing: -0.26px;
        line-height: 16px;
        display: block;
        height: auto
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-submenu-profile-container .bc-submenu-profile a {
        font-size: 0.75rem;
        color: #fff;
        cursor: pointer;
        text-decoration: underline;
        border: none
    }

    .bc-menu-submenu-active .bc-submenu-container .bc-menu-item:first-child {
        border: none
    }

    .bc-menu-submenu-active .bc-submenu-footer-container {
        margin-left: 0;
        background-color: #353537
    }
}

.bc-menu-submenu-active .bc-menu-content-body-active {
    margin: 0;
    background-color: #353537
}

.bc-menu-submenu-active .bc-menu-content-column {
    margin: 0;
    width: 100%
}

.bc-menu-submenu-active .bc-menu-content-column li {
    justify-content: flex-start;
    min-height: 32px
}

bc-menu-option:hover {
    text-decoration: underline
}

.bc-menu-global-container {
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    height: 100vh;
    margin-top: 0
}

.bc-menu-global-container.bc-menu-with-header {
    height: calc(100vh - 60px);
    margin-top: 60px
}

.bc-menu-global-container.bc-menu-with-header .bc-menu[state=open] .bc-menu-drawer-content-active {
    transition: none;
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 62px;
    z-index: 20;
    position: relative;
    height: 100%
}

.bc-menu-global-container.bc-menu-with-header .bc-menu .bc-menu-main-content-active {
    overflow-y: auto;
    z-index: 20
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-global-container.bc-menu-with-header .bc-menu .bc-menu-main-content-active {
        bottom: 54px;
        z-index: 19
    }
}

@media only screen and (min-width: 992px) {
    .bc-menu-global-container.bc-menu-with-header .bc-menu .bc-menu-main-content-active {
        height: calc(100vh - 64px)
    }
}

.bc-menu-global-container .bc-menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .12), 0 9px 8px 0 rgba(0, 0, 0, .11);
    z-index: 8;
    flex-shrink: 0
}

.bc-menu-global-container .bc-menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 21
}

.bc-menu-global-container .bc-menu ul {
    padding-left: 0px
}

.bc-menu-global-container .bc-menu ul a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans"
}

.bc-menu-global-container .bc-menu ul a:not(:first-child):hover {
    text-decoration: none
}

.bc-menu-global-container .bc-menu ul a li {
    list-style: none;
    font-weight: initial;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-global-container .bc-menu .bc-menu {
        flex-flow: column nowrap;
        width: 100vw;
        bottom: 0px;
        height: min-content;
        flex-direction: column-reverse
    }
}

@media only screen and (min-width: 991px) {
    .bc-menu-global-container .bc-menu {
        flex-flow: row nowrap;
        height: auto
    }
}

@media only screen and (max-width: 575px) {
    .bc-menu-global-container .bc-menu {
        position: initial
    }
}

.bc-menu-global-container .bc-menu .bc-menu-content-column ul {
    padding-left: 0px
}

.bc-menu-global-container .bc-menu .bc-menu-content-column ul a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans"
}

.bc-menu-global-container .bc-menu .bc-menu-content-column ul a:not(:first-child):hover {
    text-decoration: underline
}

.bc-menu-global-container .bc-menu .bc-menu-content-column ul a li {
    list-style: none;
    font-weight: initial;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-global-container .bc-menu .bc-menu-content-column .bc-menu {
        flex-flow: column nowrap;
        width: 100vw;
        bottom: 0px;
        height: min-content;
        flex-direction: column-reverse
    }
}

@media only screen and (min-width: 991px) {
    .bc-menu-global-container .bc-menu .bc-menu-content-column {
        flex-flow: row nowrap;
        height: auto
    }
}

@media only screen and (max-width: 575px) {
    .bc-menu-global-container .bc-menu .bc-menu-content-column {
        position: initial
    }
}

@media only screen and (max-width: 576px),
(min-width: 576px)and (max-width: 991px) {
    .bc-menu-global-container .bc-menu {
        align-items: center
    }
}

.bc-menu-global-container .bc-content {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

@media only screen and (max-width: 991px) {
    .bc-menu-global-container {
        flex-direction: column-reverse
    }

    .bc-menu-global-container .bc-content {
        height: inherit
    }
}

.bc-menu-global-container .bc-menu-content-md {
    width: min-content;
    left: 252px;
    right: auto;
    bottom: auto;
    position: absolute
}

@media only screen and (max-width: 576px) {
    .bc-menu-global-container .bc-menu-content-md {
        right: auto;
        width: 100vw;
        left: 0px;
        position: fixed
    }
}

.bc-menu-global-container .bc-menu-content-sm {
    position: absolute;
    bottom: 62px;
    width: auto;
    max-width: min-content
}

.bc-menu-global-container .bc-menu-content-sm-visible {
    overflow: visible
}

.bc-menu-global-container .bc-menu-content-md-hidden {
    overflow: hidden
}

.bc-menu-global-container .bc-menu-columns-properties {
    left: 32px;
    width: calc(100vw - 64px)
}

@media only screen and (max-width: 991px) {
    .bc-menu-global-container .bc-menu-submenu-active a li em {
        display: flex
    }
}

section.bc-mega-menu-v2 {
    height: 100vh;
    display: none;
    left: 266px;
    background-color: #353537;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 264px
}

section.bc-mega-menu-v2.bc-mega-menu-v2-active {
    display: flex;
    flex-direction: column
}

section.bc-mega-menu-v2>section:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px 16px 32px
}

@media screen and (max-width: 767px) {
    section.bc-mega-menu-v2>section:first-child {
        padding: 16px
    }
}

section.bc-mega-menu-v2>section:first-child>h5 {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    max-width: 610px;
    font-weight: normal
}

section.bc-mega-menu-v2>section:first-child>button {
    color: #fff
}

section.bc-mega-menu-v2>hr {
    margin: 0 32px
}

@media screen and (max-width: 767px) {
    section.bc-mega-menu-v2>hr {
        margin: 0 16px
    }
}

section.bc-mega-menu-v2 .bc-menu-v2-footer-stroke {
    width: 740px
}

section.bc-mega-menu-v2 .bc-mega-menu-v2-group {
    margin-bottom: 24px
}

.bc-menu-v2-header .bc-mega-menu-v2 {
    height: calc(100vh - 60px);
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .bc-menu-v2-header .bc-mega-menu-v2 {
        margin-top: 0
    }
}

.bc-mega-menu-v2-container {
    overflow-y: auto;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    height: inherit
}

@media screen and (max-width: 767px) {
    .bc-mega-menu-v2-container {
        align-items: baseline;
        flex-direction: column;
        justify-content: flex-start;
        height: 85vh
    }
}

.bc-mega-menu-v2-container>ul.bc-mega-menu-v2-content:first-child {
    margin-left: 32px
}

@media screen and (max-width: 767px) {
    .bc-mega-menu-v2-container>ul.bc-mega-menu-v2-content:first-child {
        margin-left: 0
    }
}

.bc-mega-menu-v2-container>ul.bc-mega-menu-v2-content {
    margin: 0 32px 32px 0;
    list-style: none;
    width: 200px
}

.bc-mega-menu-v2-container>ul.bc-mega-menu-v2-content ::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 767px) {
    .bc-mega-menu-v2-container>ul.bc-mega-menu-v2-content {
        margin: 0
    }
}

.bc-mega-menu-v2-item {
    width: auto;
    margin-bottom: 12px;
    list-style: none
}

@media screen and (max-width: 767px) {
    .bc-mega-menu-v2-item {
        margin-top: 16px
    }
}

.bc-mega-menu-v2-subgroup>section:first-child {
    margin: 24px 0 12px 0
}

@media screen and (max-width: 767px) {
    .bc-mega-menu-v2-subgroup>section:first-child {
        margin-top: 16px
    }
}

.bc-mega-menu-v2-subgroup>section:first-child>span {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-weight: normal
}

.bc-mega-menu-v2-subgroup>li a,
.bc-mega-menu-v2-subgroup>li span {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width: 991px) {

    .bc-mega-menu-v2-subgroup>li a,
    .bc-mega-menu-v2-subgroup>li span {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .bc-mega-menu-v2-subgroup {
        margin: 0 0 32px 32px
    }
}

.bc-disabled {
    pointer-events: none;
    opacity: .4
}

.bc-menu-v2-groups {
    list-style: none
}

.bc-main-menu-v2 {
    display: flex;
    overflow: hidden;
    height: calc(100vh - 0px)
}

.bc-main-menu-v2 .bc-menu-v2-header {
    height: calc(100vh - 60px)
}

.bc-main-menu-v2 .bc-menu-v2 {
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    background-color: #353537;
    transition: width ease-in-out .35s;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.bc-main-menu-v2 .bc-menu-v2>ul:first-child {
    overflow-y: auto;
    overflow-x: hidden
}

.bc-main-menu-v2 .bc-menu-v2>ul:first-child>a:nth-child(n+5) {
    display: flex
}

.bc-main-menu-v2 .bc-menu-v2>ul:first-child>a {
    text-decoration: none;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    outline-color: #59cbe8;
    outline-offset: -2px
}

.bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-menu-v2-item-options {
    display: none
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse {
    width: 56px;
    height: 100vh
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2 {
    height: 60px;
    width: 266px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2-active {
    background-color: #fdda24;
    width: 56px;
    transition: width ease-in-out .35s;
    color: #2c2a29;
    border-right: 2px solid #fdda24;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2-press {
    background-color: #595a5c;
    color: #fff
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2>section:first-child {
    height: 60px;
    display: flex;
    width: 266px;
    justify-content: space-between;
    align-items: center
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2>section:first-child>div {
    display: flex;
    align-items: center
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2>section:first-child>div em {
    display: flex;
    margin: 12px 16px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2>section:first-child>div span {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
    font-weight: normal
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2>section:first-child>em {
    margin: 22px 16px;
    padding-right: 16px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse .bc-submenu-v2 .bc-mega-menu-v2 {
    display: none
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse>div>button:first-child {
    display: flex;
    margin: 16px 12px 16px 12px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-colapse>div>button:last-child {
    display: none
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy {
    width: 266px;
    height: 100vh
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2 {
    height: 60px;
    width: 266px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2-active {
    background-color: #fdda24;
    width: 266px;
    transition: width ease-in-out .35s;
    border-right: 2px solid #fdda24;
    color: #2c2a29;
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2-press {
    background-color: #595a5c;
    color: #fff
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2>section:first-child {
    height: 60px;
    display: flex;
    width: 266px;
    justify-content: space-between;
    align-items: center
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2>section:first-child>div {
    display: flex;
    align-items: center
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2>section:first-child>div em {
    display: flex;
    margin: 12px 16px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2>section:first-child>div span {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    font-weight: normal
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2>section:first-child>em {
    margin: 22px 16px;
    padding-right: 16px
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy .bc-submenu-v2 .bc-mega-menu-v2 {
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275);
    animation: fade-in-opacity ease-in-out .35s;
    overflow: hidden
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy>div>button:first-child {
    display: none
}

.bc-main-menu-v2 .bc-menu-v2.bc-menu-v2-deploy>div>button:last-child {
    margin: 16px;
    width: 234px;
    height: 44px
}

.bc-main-menu-v2 .bc-menu-v2 ul li {
    list-style: none;
    outline-color: #59cbe8;
    outline-offset: -2px
}

.bc-main-menu-v2 .bc-menu-v2 ul li>section:first-child:hover {
    background-color: #454648;
    color: #fff;
    transition: ease-in .3s;
    cursor: pointer
}

.bc-main-menu-v2 .bc-menu-v2 ul li>section:first-child:active {
    background-color: #595a5c;
    color: #fff
}

.bc-main-menu-v2 .bc-menu-v2-content {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.bc-main-menu-v2 .bc-menu-v2-header.bc-menu-v2-deploy {
    height: calc(100vh - 60px)
}

.bc-main-menu-v2 .bc-menu-v2-header.bc-menu-v2-colapse {
    height: calc(100vh - 60px)
}

@media screen and (max-width: 991px) {
    .bc-main-menu-v2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        flex-wrap: nowrap
    }

    .bc-main-menu-v2 .bc-menu-v2 {
        transition: none;
        bottom: 0;
        height: min-content;
        width: 100%;
        position: fixed;
        z-index: 150
    }

    .bc-main-menu-v2 .bc-menu-v2>div {
        display: none
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child {
        flex: 1 1 0;
        width: 100vw;
        flex-flow: row nowrap;
        height: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: visible
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>* {
        flex: 1 1 0
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child .bc-submenu-v2 {
        height: 100%;
        width: 100%;
        padding: 8px 4px 8px 4px;
        font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 16px;
        letter-spacing: 0px;
        font-synthesis: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child .bc-submenu-v2-active {
        background-color: #fdda24;
        transition: width ease-in-out .35s;
        border-top: 2px solid #fdda24;
        color: #2c2a29;
        font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
        font-weight: 600;
        font-size: 0.75rem;
        line-height: 16px;
        letter-spacing: 0px;
        font-synthesis: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child .bc-submenu-v2-active :hover {
        background-color: unset;
        transition: ease-in .3s;
        color: #2c2a29
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child .bc-submenu-v2-press {
        background-color: #595a5c;
        color: #fff
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a {
        width: 20%;
        text-decoration: none;
        height: 100%;
        font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 20px;
        letter-spacing: 0px;
        font-synthesis: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        outline-color: #59cbe8;
        outline-offset: -2px
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-menu-v2-item-options {
        display: flex
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2 {
        justify-content: center
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2 .bc-mega-menu-v2 {
        display: none
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2>section {
        height: 100%
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2>section>div {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2>section>div>span {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-inline-box
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2>section>div>span.bc-menu-v2-item-line-clamp-1 {
        -webkit-line-clamp: 1
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2>section>div>span.bc-menu-v2-item-line-clamp-2 {
        -webkit-line-clamp: 2
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2>section>em {
        display: none
    }

    .bc-main-menu-v2 .bc-menu-v2>ul:first-child>a .bc-submenu-v2 ul {
        display: none
    }

    .bc-main-menu-v2 .bc-menu-v2-content {
        display: block;
        height: 100vh
    }
}

.bc-menu-v2-item-more {
    height: 74px;
    margin-left: 16px;
    list-style: none;
    display: flex;
    align-items: center
}

.bc-page-header {
    width: 100%;
    padding: 16px 8px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.bc-page-header.bc-page-header-white {
    background: #353537
}

.bc-page-header .bc-page-header-hide {
    display: none
}

.bc-page-header h6 {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-page-header p {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-page-header .bc-page-header-ellipsis-item {
    cursor: pointer
}

.bc-page-header .bc-page-header-ellipsis-item:hover>.bc-page-header-hide {
    display: block
}

.bc-page-header .bc-breadcrumb ol {
    padding: 0;
    margin-bottom: 16px
}

.bc-page-header .bc-breadcrumb ol a {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-page-header .bc-page-header-content {
    width: 100%
}

@media only screen and (min-width: 576px)and (max-width:767px) {
    .bc-page-header .bc-page-header-content {
        height: auto
    }
}

@media only screen and (max-width: 575px) {
    .bc-page-header .bc-page-header-content {
        height: auto;
        display: flex;
        flex-wrap: wrap
    }

    .bc-page-header .bc-page-header-content .bc-page-header-content-right {
        order: 0;
        align-items: center
    }

    .bc-page-header .bc-page-header-content .bc-page-header-content-right .bc-page-header-content-right-p {
        width: 100%;
        border-bottom: 1px solid #aba59d;
        margin-bottom: 8px
    }

    .bc-page-header .bc-page-header-content .bc-page-header-content-right .bc-page-header-content-right-p p {
        text-align: center
    }

    .bc-page-header .bc-page-header-content .bc-page-header-content-right .bc-page-header-content-right-icons {
        justify-content: flex-start;
        width: 100%
    }

    .bc-page-header .bc-page-header-content .bc-page-header-content-left {
        order: 1
    }

    .bc-page-header .bc-page-header-content .bc-page-header-content-left .bc-breadcrumb ol {
        margin-bottom: 0
    }
}

.bc-page-header .bc-page-header-content-left .bc-page-header-back-button {
    width: 18.07px;
    margin-right: 8px;
    font-weight: bold;
    cursor: pointer
}

.bc-page-header .bc-page-header-content-left .bc-page-header-content-left-title {
    display: flex;
    align-items: center
}

.bc-page-header .bc-page-header-content-left .bc-page-header-content-left-title em {
    margin-right: 8px
}

.bc-page-header .bc-page-header-content-left h6 {
    line-height: 30px
}

.bc-page-header .bc-page-header-content-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.bc-page-header .bc-page-header-content-right p {
    margin-bottom: 8px
}

.bc-page-header .bc-page-header-content-right .bc-page-header-content-right-icons {
    display: flex;
    justify-content: flex-end
}

.bc-page-header .bc-page-header-content-right .bc-page-header-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background-color: #353537;
    margin-left: 8px;
    position: relative;
    border: none
}

.bc-page-header .bc-page-header-content-right .bc-page-header-icon:first-child {
    margin-left: 0
}

.bc-page-header .bc-page-header-content-right .bc-page-header-icon em {
    font-size: 1.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.bc-planner .bc-planner-modal .bc-modal-planner-content {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
    place-content: stretch space-between;
    align-items: stretch;
    flex: 1 1 100%;
    padding: 0 20px
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-item {
    width: 47%;
    margin: 8px 3px;
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 47%;
    height: auto;
    flex-direction: row;
    align-items: center
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-item .bc-pointer {
    cursor: pointer
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-item p {
    text-align: left
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-item.bc-card .bc-card-body {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display: flex
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-item em {
    font-size: 1.25rem;
    font-weight: 600;
    margin-right: 5px
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-preview {
    width: 47%;
    margin: 8px 3px;
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 47%;
    height: auto;
    flex-direction: row
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-preview p {
    text-align: left
}

.bc-planner .bc-planner-modal .bc-modal-planner-content .bc-modal-planner-preview p:not([class^=small]) {
    font-weight: 600
}

.bc-planner .bc-planner-top,
.bc-planner .bc-planner-week,
.bc-planner .bc-planner-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.bc-planner .bc-planner-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px
}

.bc-planner .bc-planner-top .bc-planner-top-paginator {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 60px
}

.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-months,
.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-years {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 10px
}

.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-months h5,
.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-years h5 {
    font-size: 1.25rem;
    line-height: 24px;
    letter-spacing: -0.375px;
    text-align: center
}

.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-months em,
.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-years em {
    cursor: pointer
}

.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-years h5 {
    width: 90px
}

.bc-planner .bc-planner-top .bc-planner-top-paginator .bc-planner-months h5 {
    width: 140px
}

.bc-planner .bc-planner-top .bc-planner-top-items {
    display: flex;
    flex: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.bc-planner .bc-planner-top .bc-planner-top-items .bc-planner-top-item {
    display: flex;
    font-family: "Open Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.171px;
    text-align: left;
    margin-left: 16px;
    text-transform: capitalize
}

.bc-planner .bc-planner-top .bc-planner-top-items .bc-planner-top-item em {
    font-size: 1rem;
    margin-right: 5px
}

.bc-planner .bc-planner-week {
    grid-auto-rows: 100px;
    text-align: right;
    border-bottom: 4px solid #2c2a29;
    background-color: #383736
}

.bc-planner .bc-planner-header {
    grid-auto-rows: 50px;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #2c2a29;
    font-family: "Open Sans";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.2px;
    text-align: center;
    height: 46px;
    background-color: #383736
}

.bc-planner .bc-planner-day {
    padding: 8px;
    border-right: 4px solid #2c2a29;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bc-planner .bc-planner-header>div {
    font-size: .8em;
    font-weight: bold
}

.bc-planner .bc-planner-day:last-child {
    border-right: 0
}

.bc-planner .bc-planner-week:last-child {
    border-bottom: 0
}

.bc-planner .bc-planner-day-number {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.2px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 24px;
    width: 24px
}

.bc-planner .bc-planner-day-number.bc-planner-today-number {
    background-color: #fff;
    color: #383736;
    border-radius: 50%
}

.bc-planner .bc-planner-day-item {
    font-family: "Open Sans";
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.171px;
    text-align: left;
    text-overflow: ellipsis;
    max-height: 50px;
    overflow: hidden;
    max-width: 115px;
    min-height: 19px;
    display: flex;
    cursor: pointer
}

.bc-planner .bc-planner-day-item.bc-planner-item-plus {
    font-weight: 600;
    height: 15px;
    margin-top: auto;
    cursor: pointer
}

.bc-planner .bc-planner-day-item em {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 5px
}

.bc-planner .bc-planner-day-items {
    display: flex;
    flex-direction: column
}

.bc-planner .bc-planner-day-number-opacity p {
    opacity: .3
}

.bc-search .bc-search-content {
    width: 100%;
    height: 80px;
    background: #353537;
    display: flex;
    padding: 8px 8px 24px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    border-radius: 4px
}

.bc-search .bc-search-input {
    flex: auto;
    padding-right: 24px
}

.bc-search .bc-search-input .bc-form-field bc-icon {
    position: absolute
}

.bc-search .bc-input-checkbox label {
    padding-right: 20px;
    margin-top: 24px
}

.bc-search .bc-search-button {
    margin-top: 20px;
    cursor: pointer
}

.bc-search .bc-search-filter {
    margin-top: 10px;
    padding-left: 30px
}

.bc-search .bc-search-filter label {
    width: max-content
}

.bc-search .bc-search-button-expanded {
    padding-left: 24px;
    margin-right: 24px;
    margin-top: 20px;
    cursor: pointer
}

.bc-search .bc-content-advanced-search {
    position: absolute;
    background: #353537;
    z-index: 7;
    width: 100%;
    top: 80px;
    flex-wrap: wrap;
    left: 0;
    box-shadow: 0 3px 6px 0 rgba(24, 22, 21, .5607843137), 0 1px 4px 0 rgba(24, 22, 21, .3215686275);
    padding: 24px;
    display: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.bc-search .bc-content-advanced-search .bc-input-select,
.bc-search .bc-content-advanced-search .bc-input-select-active {
    margin: 0px;
    width: 100%
}

.bc-search .bc-content-advanced-search .bc-search-input {
    width: 50%
}

.bc-search .bc-content-advanced-search .content-form-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row
}

.bc-search .bc-content-advanced-search .content-form-search .bc-search-item-advanced {
    width: 50%;
    margin: 20px 24px 0px 0px
}

.bc-search .bc-content-advanced-search .content-form-search .bc-search-item-advanced .bc-input-select-active,
.bc-search .bc-content-advanced-search .content-form-search .bc-search-item-advanced .bc-input-select {
    margin-top: 0px
}

.bc-search .bc-content-advanced-search .content-form-search .bc-search-input {
    width: 100%;
    flex: 1;
    flex-basis: 40%
}

.bc-search .bc-content-advanced-search .content-form-search .bc-input-select {
    flex: 1;
    flex-basis: 40%
}

.bc-search .bc-content-advanced-search .content-form-search .bc-input-date {
    width: 100%
}

.bc-search .bc-content-advanced-search .bc-search-button {
    width: 50%;
    margin: 24px auto 24px auto
}

.bc-search .bc-content-advanced-search-active {
    display: block
}

.bc-search .bc-content-advanced-search-active .bc-input-select .bc-input-select,
.bc-search .bc-content-advanced-search-active .bc-input-select .bc-input-select-active {
    width: 100%
}

.bc-search .bc-search-right {
    margin-top: 10px
}

.bc-search .bc-margin-select {
    margin-top: 20px
}

.bc-search .bc-icon {
    font-size: 1.5rem;
}

@media screen and (max-width: 576px) {
    .bc-search .bc-search-result-null div:nth-child(2) {
        margin: 0%
    }

    .bc-search .bc-input-date {
        display: initial
    }

    .bc-search .bc-content-advanced-search .content-form-search {
        display: contents
    }

    .bc-search .bc-content-advanced-search .bc-content-title-advanced-search {
        margin-bottom: 20px
    }

    .bc-search .bc-search-items-advance {
        padding-bottom: 16px;
        padding-right: 0px
    }

    .bc-search .bc-search-items-advance .bc-input-select {
        margin-bottom: 15px;
        margin-top: 20px
    }

    .bc-search .bc-input-checkbox label {
        margin-top: 0px;
        margin-bottom: 24px
    }
}

@media screen and (min-width: 768px) {
    .bc-search .bc-search-result-null div:nth-child(2) {
        margin: 0% 32%
    }

    .bc-search .bc-content-advanced-search .content-form-search {
        display: contents
    }
}

@media screen and (min-width: 992px) {
    .bc-search .bc-search-result-null div:nth-child(2) {
        margin: 0% 32%
    }

    .bc-search .bc-content-advanced-search .content-form-search {
        display: flex
    }
}

@media screen and (min-width: 1200px) {
    .bc-search .bc-search-result-null div:nth-child(2) {
        margin: 0% 32%
    }
}

.bc-search-result {
    display: flex;
    padding: 24px 16px 24px
}

.bc-search-result .bc-search-clear {
    font-size: 1rem;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
    display: none
}

.bc-search-result .bc-search-clear-show {
    display: block
}

.bc-content-show-result span:nth-child(1) {
    font-size: 1rem;
    color: #fff
}

.bc-search-result-null {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.bc-search-result-null div {
    display: none;
    width: 100%
}

.bc-search-result-null div:nth-child(1) {
    text-align: center
}

.bc-search-result-null div:nth-child(2) {
    margin: 0% 32%
}

.bc-search-result-null div img {
    width: 160px
}

.bc-search-result-null div label {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.bc-search-result-null div ul {
    padding-left: 16px
}

.bc-search-result-null div ul li {
    list-style: disc;
    font-size: 1rem;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.bc-search-result-null .bc-search-show-image {
    display: block
}

.bc-search-result-null .bc-search-show-image.bc-search-result-null-no-image {
    width: 100%;
    text-align: left;
    margin: 0% 32%
}

.bc-search-result-null .bc-search-show-image.bc-search-result-null-no-image ul {
    padding-left: 16px;
    text-align: left
}

.bc-search-items-advance {
    display: flex;
    flex-grow: 2;
    flex-basis: 40%;
    padding-right: 24px;
    padding-bottom: 24px
}

.bc-search-items-advance .bc-search-input {
    padding-right: 0px
}

.bc-search-items-advance .bc-search-input .bc-form-field {
    height: initial
}

.bc-content-title-advanced-search {
    margin-bottom: 36px;
    width: 100%
}

@media screen and (max-width: 576px) {
    .bc-search-content:has(bc-search-left .bc-search-input .bc-input-date-range:first-child) {
        height: 182px
    }

    .bc-search-content:has(bc-search-left .bc-search-input .bc-input-date-range:first-child) .bc-input-date-range {
        display: flex;
        flex-direction: column
    }

    .bc-search-content:has(bc-search-left .bc-search-input .bc-input-date-range:first-child) .bc-content-advanced-search-active {
        top: 182px
    }
}

.bc-table-container .bc-table-footer-container {
    align-items: flex-end;
    display: flex;
    justify-content: end;
    flex-direction: column
}

.bc-table-container .bc-table-footer-container .bc-table-footer-total-container {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 40px;
    text-align: right;
    width: 100%;
    border-bottom: 2px solid #616161
}

@media screen and (min-width: 576px) {
    .bc-table-container .bc-table-footer-container .bc-table-footer-total-container {
        padding-right: 64px
    }
}

.bc-table-container .bc-table-footer-container .bc-table-footer-total-container .bc-table-footer-total-column {
    margin-left: 24px;
    display: inline-block
}

.bc-table-container .bc-table-footer-container .bc-table-footer-total-container .bc-table-footer-total-column:first-child() {
    margin-left: 0px
}

.bc-table-container .bc-table-footer-container .bc-table-footer-total-container .bc-table-footer-total-column-title {
    font-family: "Open Sans";
    font-size: 0.875rem;
    line-height: 20px;
    text-align: right;
    width: 100%
}

.bc-table-container .bc-table-footer-container .bc-table-footer-total-container .bc-table-footer-total-column-value {
    font-family: "Open Sans SemiBold";
    font-size: 1rem;
    line-height: 21px;
    text-align: right;
    width: 100%;
    margin-top: 6px
}

.bc-table-container .bc-table-footer-container .bc-table-footer-total-container .bc-table-footer-total-column:last-child .bc-table-footer-total-column-value {
    font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
    .bc-table-container .bc-table-footer-container .bc-table-footer-total-container .bc-table-footer-total-column {
        margin-bottom: 16px
    }
}

.bc-table-container .bc-table-footer-container .bc-table-footer-subcontainer {
    display: flex;
    align-items: center;
    padding: 24px
}

.bc-table-container .bc-table-footer-container .bc-table-footer-subcontainer .bc-table-paginator-container {
    padding: 0
}

@media screen and (min-width: 992px) {
    .bc-table-container .bc-table-footer-container .bc-table-footer-subcontainer {
        padding-right: 64px
    }
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-footer-container .bc-table-footer-container {
        align-items: center
    }
}

.bc-table-container .bc-table-actions-container {
    display: flex;
    align-items: center
}

.bc-table-container .bc-table-actions-container .bc-table-paginator-container {
    padding: 0 48px
}

@media screen and (max-width: 992px) {

    .bc-table-container .bc-table-actions-container .bc-table-paginator-container .bc-paginator:not([class*=bc-paginator-mobile]),
    .bc-table-container .bc-table-actions-container .bc-table-paginator-container .bc-paginator-pages-info {
        display: none
    }
}

@media screen and (max-width: 992px) {
    .bc-table-container .bc-table-footer-container {
        align-items: center
    }
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell .bc-avatar,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-center .bc-avatar,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-right .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-avatar,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-avatar {
    height: 32px;
    width: 32px
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell img,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-center img,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-right img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right img,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right img {
    max-height: 48px
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell progress,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-center progress,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-right progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right progress,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right progress {
    padding: 0 0
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell .bc-status,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-center .bc-status,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-right .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-status,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-status {
    margin: 0 0
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell .bc-progress-bar-container,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-center .bc-progress-bar-container,
.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-right .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-progress-bar-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right .bc-progress-bar-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 0
}

.bc-table-container.bc-table-scroll .bc-table-content {
    display: flex
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container {
    box-shadow: 3px 0 5px -2px #888;
    height: 100%;
    white-space: nowrap;
    z-index: 1
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header {
    font-family: "Open Sans SemiBold";
    font-size: 1rem;
    line-height: 24px;
    padding: 0 14px;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-synthesis: none;
    background-color: #2c2a29;
    height: 56px;
    display: flex;
    align-items: center
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header .bc-icon {
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    left: auto
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header .bc-icon.bc-sort-icon-hover,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header .bc-icon.bc-sort-icon-hover,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header .bc-icon.bc-sort-icon-hover,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header .bc-icon.bc-sort-icon-hover {
    transform: rotate(90deg);
    display: none
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header.bc-table-number-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header.bc-table-number-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header.bc-table-number-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header.bc-table-number-column {
    text-align: right;
    white-space: nowrap
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header.bc-table-total-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header.bc-table-total-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header.bc-table-total-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header.bc-table-total-column {
    text-align: right;
    white-space: nowrap
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header.bc-table-action-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header.bc-table-action-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header.bc-table-action-column,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header.bc-table-action-column {
    width: 48px;
    padding: 0;
    text-align: center
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header .bc-icon {
    position: relative;
    vertical-align: middle;
    top: auto;
    margin: 0 0 0 8px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header .bc-container-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header .bc-container-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header .bc-container-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header .bc-container-checkbox {
    margin-right: 24px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header th,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header th,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header th,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header th {
    height: 64px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-header td,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-header td,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-header td,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-header td {
    height: 56px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body {
    border-top: 1px solid #4c4a49;
    border-bottom: 1px solid #4c4a49
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell {
    padding: 0 14px;
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 16px;
    vertical-align: middle;
    height: 56px;
    display: inline-flex;
    align-items: center
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-text-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-text-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-text-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-text-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px
}

@media screen and (max-width: 576px) {

    .bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-text-cell,
    .bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-text-cell,
    .bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-text-cell,
    .bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-text-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 50%;
        display: initial;
        line-height: 16px
    }
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell {
    text-align: right;
    white-space: nowrap
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-total-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-total-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-total-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-total-cell {
    font-family: "Open Sans SemiBold";
    font-size: 1rem;
    line-height: 24px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-positive-ammount,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-positive-ammount,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-positive-ammount,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-positive-ammount {
    color: #69cc96
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-negative-ammount,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-negative-ammount,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-negative-ammount,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-number-cell.bc-table-negative-ammount {
    color: #ff8389
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell {
    width: 48px;
    padding: 0 14px 0 0;
    text-align: center
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell:focus-visible,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell:focus-visible,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell:focus-visible,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell:focus-visible {
    outline-color: #59cbe8
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline {
    width: max-content;
    align-items: center;
    margin-right: 8px;
    display: inline-flex
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline .bc-icon {
    margin-right: 8px;
    color: #fff
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline.bc-hidden,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline.bc-hidden,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline.bc-hidden,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell-inline.bc-hidden {
    display: none
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-action-cell .bc-icon,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-action-cell .bc-icon {
    vertical-align: middle;
    cursor: pointer;
    transition: .25s ease-in-out
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell {
    text-align: start
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-center {
    text-align: center
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-content-cell-right {
    text-align: end
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell .bc-tag,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell .bc-tag,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell .bc-tag,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell .bc-tag {
    position: inherit
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-cell {
    text-align: start
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-cell-center,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-cell-center,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-cell-center,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-cell-center {
    text-align: center
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-cell-right,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-cell-right,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-table-cell-right,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-table-cell-right {
    text-align: end
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell:not(:last-child),
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell:not(:last-child),
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell:not(:last-child),
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell:not(:last-child) {
    border-bottom: 1px solid #616161
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell:last-child,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell:last-child,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell:last-child,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell:last-child {
    height: 56px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-selected,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-selected,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-selected,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-selected {
    background-color: #4c4a49;
    color: #383736
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-selected .bc-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-selected .bc-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell.bc-selected .bc-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell.bc-selected .bc-checkbox {
    border-color: #383736
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell .bc-container-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell .bc-container-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-column-body .bc-table-fixed-column-cell .bc-container-checkbox,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-fixed-action-column-container .bc-table-fixed-action-column-body .bc-table-fixed-column-cell .bc-container-checkbox {
    margin-right: 24px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer {
    overflow-x: auto;
    width: 100%
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer.bc-table-subcontainer-scroll-off {
    overflow-x: hidden
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-fixed-action-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-fixed-column-left,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column-left.bc-table-fixed-action-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column-left {
    position: sticky;
    left: 0;
    top: 0;
    height: 56px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    z-index: 1;
    width: 100%
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column:not([class*=bc-table-fixed-column-left]) {
    display: none
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column-left {
    height: 64px;
    background-color: #2c2a29;
    min-width: 192px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column-left em.bc-sort-icon {
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
    top: 50%;
    z-index: 1;
    position: initial
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column-left.bc-table-fixed-action-cell {
    background-color: #2c2a29
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table thead tr th.bc-table-fixed-column-left .bc-container-checkbox {
    margin-right: 16px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-small-cell {
    min-width: 160px;
    max-width: 160px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-large-cell {
    min-width: 280px;
    max-width: 280px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-number-cell {
    min-width: auto
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-fixed-column-left {
    width: 100%;
    background-color: #383736;
    display: inline-flex;
    z-index: 0;
    word-break: break-word
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-fixed-column-left .bc-container-checkbox {
    margin-right: 16px
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-fixed-action-cell {
    right: 0;
    background-color: #383736
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr td.bc-table-fixed-cell {
    display: none
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr:hover .bc-table-fixed-column-left,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr:hover .bc-table-fixed-action-cell {
    background-color: #2c2a29
}

.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr.bc-selected td.bc-table-fixed-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr.bc-selected td.bc-table-fixed-action-cell,
.bc-table-container.bc-table-scroll .bc-table-content .bc-table-subcontainer .bc-table tbody tr.bc-selected td.bc-table-fixed-column-left {
    background-color: #4c4a49
}

.bc-border-cell {
    border-right: 1px solid #595a5c
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active {
    padding: 16px;
    width: 280px
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header {
    text-align: center;
    position: relative
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header h6,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header h6 {
    margin-bottom: 18px;
    line-height: 20px;
    font-size: 1rem;
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header p,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header p {
    font-family: "Open Sans";
    font-size: 0.875rem;
    line-height: 16px;
    width: 216px;
    margin: auto
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header .bc-icon,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header .bc-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body {
    margin: 16px 0 16px -16px;
    max-height: 386px;
    overflow-y: auto;
    width: calc(100% + 36px);
    padding: 0 16px
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li small,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li small {
    line-height: 24px
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li label,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li label {
    margin: 0
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions {
    display: flex;
    align-items: center
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer {
    cursor: pointer;
    margin-right: 16px;
    opacity: .35
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer:hover,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer:hover {
    opacity: 1
}

.bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li.bc-table-fixed-column .bc-table-setting-actions .bc-button-fixer,
.bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li.bc-table-fixed-column .bc-table-setting-actions .bc-button-fixer {
    opacity: 1
}

@media screen and (max-width: 1px) {

    .bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active,
    .bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active {
        width: 100%;
        height: 100%
    }

    .bc-table-container-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body,
    .bc-table-container-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body {
        max-height: calc(100vh - 176px);
        min-height: calc(100vh - 176px)
    }
}

.bc-table-container .bc-table-content {
    overflow-x: auto
}

.bc-table-container .bc-table-content .bc-table {
    width: 100%;
    border-collapse: collapse
}

.bc-table-container .bc-table-content .bc-table thead {
    background-color: #2c2a29;
    padding: 0 24px 0 24px
}

.bc-table-container .bc-table-content .bc-table thead tr {
    height: 64px
}

.bc-table-container .bc-table-content .bc-table thead tr th {
    font-family: "Open Sans SemiBold";
    font-size: 1rem;
    line-height: 24px;
    padding: 0 14px;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-synthesis: none
}

.bc-table-container .bc-table-content .bc-table thead tr th .bc-icon {
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    left: auto
}

.bc-table-container .bc-table-content .bc-table thead tr th .bc-icon.bc-sort-icon-hover {
    transform: rotate(90deg);
    display: none
}

.bc-table-container .bc-table-content .bc-table thead tr th.bc-table-number-column {
    text-align: right;
    white-space: nowrap
}

.bc-table-container .bc-table-content .bc-table thead tr th.bc-table-total-column {
    text-align: right;
    white-space: nowrap
}

.bc-table-container .bc-table-content .bc-table thead tr th.bc-table-action-column {
    width: 48px;
    padding: 0;
    text-align: center
}

.bc-table-container .bc-table-content .bc-table thead tr th:focus-visible {
    outline-color: #59cbe8
}

.bc-table-container .bc-table-content .bc-table thead tr th:hover:not(:last-child) {
    background-color: rgba(76, 74, 73, .08)
}

.bc-table-container .bc-table-content .bc-table thead tr th:hover:not(:last-child) .bc-sort-icon-hover {
    display: inline
}

.bc-table-container .bc-table-content .bc-table tbody {
    border-top: 1px solid #4c4a49;
    border-bottom: 1px solid #4c4a49
}

.bc-table-container .bc-table-content .bc-table tbody tr {
    height: 56px
}

.bc-table-container .bc-table-content .bc-table tbody tr:focus-visible {
    outline-color: #59cbe8
}

.bc-table-container .bc-table-content .bc-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #616161
}

.bc-table-container .bc-table-content .bc-table tbody tr td {
    padding: 0 14px;
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 16px;
    vertical-align: middle
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-text-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 56px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-text-cell {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 50%;
        display: initial;
        line-height: 16px
    }
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-number-cell {
    text-align: right;
    white-space: nowrap
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-number-cell.bc-total-cell {
    font-family: "Open Sans SemiBold";
    font-size: 1rem;
    line-height: 24px
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-number-cell.bc-table-positive-ammount {
    color: #69cc96
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-number-cell.bc-table-negative-ammount {
    color: #ff8389
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-action-cell {
    width: 48px;
    padding: 0 14px 0 0;
    text-align: center
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-action-cell:focus-visible {
    outline-color: #59cbe8
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-action-cell-inline {
    width: max-content;
    align-items: center;
    margin-right: 8px;
    display: inline-flex
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-action-cell-inline .bc-icon {
    margin-right: 8px;
    color: #fff
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-action-cell-inline.bc-hidden {
    display: none
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-action-cell .bc-icon {
    vertical-align: middle;
    cursor: pointer;
    transition: .25s ease-in-out
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell {
    text-align: start
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-center {
    text-align: center
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-content-cell-right {
    text-align: end
}

.bc-table-container .bc-table-content .bc-table tbody tr td .bc-tag {
    position: inherit
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-cell {
    text-align: start
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-cell-center {
    text-align: center
}

.bc-table-container .bc-table-content .bc-table tbody tr td.bc-table-cell-right {
    text-align: end
}

.bc-table-container .bc-table-content .bc-table tbody tr td:focus-visible {
    outline-color: #59cbe8
}

.bc-table-container .bc-table-content .bc-table tbody tr td .bc-dropdown-active .bc-dropdown-content-active {
    position: fixed;
    min-width: 243px
}

.bc-table-container .bc-table-content .bc-table tbody tr:hover {
    background-color: #2c2a29
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-selected {
    background-color: #4c4a49
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-selected td {
    color: #f4f4f4
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-selected td .bc-icon {
    color: #f4f4f4
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-selected td li .bc-icon {
    color: #fff
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-selected .bc-checkbox {
    border-color: #f4f4f4
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active {
    transition: .25s ease-in-out;
    height: auto;
    border: none;
    border-color: rgba(0, 0, 0, 0);
    transition: .25s ease-in-out
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td {
    height: 0;
    padding: 0 16px;
    transition: .25s ease-in-out
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content {
    max-height: 0;
    overflow: hidden;
    transition: .25s ease-in-out
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content ol,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content ol {
    width: auto;
    margin: auto
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content ol li,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content ol li {
    margin-bottom: 24px
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content ol li p,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content ol li p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400px;
    line-height: 16px;
    text-align: left
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content ol li p b,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content ol li p b {
    margin-right: 16px;
    min-width: calc(50% - 16px);
    text-align: right;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 16px;
    font-family: "Open Sans SemiBold"
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-actions,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-actions {
    text-align: center;
    margin-bottom: 8px
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-actions button,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-actions button {
    display: inline-block;
    width: auto;
    margin: 8px 8px 0 8px;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, .1)
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-info,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-info {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-info div:first-child,
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-info div:first-child {
    text-align: right;
    justify-content: end
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-info div:nth-child(2),
.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content .bc-table-extra-info-row-content-info div:nth-child(2) {
    justify-content: start
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active {
    border-bottom: 1px solid #616161
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td {
    padding: 16px;
    transition: .25s ease-in-out
}

.bc-table-container .bc-table-content .bc-table tbody tr.bc-table-extra-info-row-active td .bc-table-extra-info-row-content {
    max-height: 800px;
    transition: .25s ease-in-out
}

.bc-table-container .bc-table-content .bc-table .bc-table-checkbox-cell {
    text-align: center;
    width: 48px
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) thead {
        display: none
    }
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) thead.bc-table-thead-selectable {
        display: table-header-group
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) thead.bc-table-thead-selectable tr {
        display: flex
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) thead.bc-table-thead-selectable tr th {
        display: none
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) thead.bc-table-thead-selectable tr :first-child {
        padding: 8px;
        display: flex;
        padding: 8px;
        align-items: center;
        width: fit-content;
        margin-right: 16px;
        font-size: 1rem;
        font-weight: lighter
    }
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) {
        display: flex;
        padding: 16px 16px 16px 8px;
        height: auto;
        box-sizing: border-box;
        position: relative;
        min-height: 120px
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td {
        padding: 0;
        width: auto
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell] {
        position: absolute
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell].bc-order-1 {
        left: 16px;
        font-size: 0.75rem;
        font-family: "Open Sans SemiBold"
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell].bc-order-2 {
        left: 16px;
        top: 40px;
        font-size: 0.75rem;
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell].bc-order-3 {
        right: 40px;
        bottom: 16px;
        font-family: "Open Sans SemiBold";
        font-size: 1rem;
        align-items: flex-end;
        width: 10rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell].bc-order-4 {
        right: 40px;
        bottom: 0px;
        font-size: 0.75rem;
        display: flex
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td.bc-table-action-toggle {
        position: absolute;
        right: 8px;
        top: 8px
    }

    .bc-table-container .bc-table-content .bc-table:not([class*=bc-table-scroll]) tbody tr:not([class*=bc-table-extra]) td .bc-table-checkbox {
        border-width: 1px
    }
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-content .bc-table.bc-table-selection tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell] {
        position: absolute
    }

    .bc-table-container .bc-table-content .bc-table.bc-table-selection tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell].bc-order-1 {
        left: 40px
    }

    .bc-table-container .bc-table-content .bc-table.bc-table-selection tbody tr:not([class*=bc-table-extra]) td[class*=bc-table-favorite-cell].bc-order-2 {
        left: 40px
    }
}

.bc-table-container {
    background-color: #383736
}

.bc-table-container .bc-table-header-top {
    transition: all .35s ease;
    min-height: 96px;
    padding: 0 16px 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bc-table-container .bc-table-header-top-title {
    font-size: 1.25rem;
    line-height: 20px;
    font-synthesis: none
}

.bc-table-container .bc-table-header-top-right-container,
.bc-table-container .bc-table-header-top-container {
    display: flex;
    align-items: center
}

.bc-table-container .bc-table-header-top-right-container small,
.bc-table-container .bc-table-header-top-container small {
    font-family: "Open Sans";
    font-size: 0.875rem;
    line-height: 20px
}

@media screen and (max-width: 576px) {

    .bc-table-container .bc-table-header-top-right-container .bc-table-footer-subcontainer,
    .bc-table-container .bc-table-header-top-container .bc-table-footer-subcontainer {
        margin: 0 auto
    }
}

.bc-table-container .bc-table-header-top-right-container .bc-table-actions-container,
.bc-table-container .bc-table-header-top-container .bc-table-actions-container {
    display: flex;
    align-items: center
}

@media screen and (max-width: 576px) {

    .bc-table-container .bc-table-header-top-right-container .bc-table-actions-container .bc-table-paginator-container .bc-paginator:not([class*=bc-paginator-mobile]),
    .bc-table-container .bc-table-header-top-right-container .bc-table-actions-container .bc-table-paginator-container .bc-paginator-pages-info,
    .bc-table-container .bc-table-header-top-container .bc-table-actions-container .bc-table-paginator-container .bc-paginator:not([class*=bc-paginator-mobile]),
    .bc-table-container .bc-table-header-top-container .bc-table-actions-container .bc-table-paginator-container .bc-paginator-pages-info {
        display: none
    }
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active {
    padding: 16px 24px 16px 16px;
    width: 280px;
    overflow: visible;
    position: fixed
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header {
    text-align: center;
    position: relative
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header h6,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header h6 {
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 1.25rem;
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header p,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header p {
    font-family: "Open Sans";
    font-size: 0.75rem;
    line-height: 16px;
    width: 216px;
    margin: auto
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header .bc-icon,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-header .bc-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body {
    margin: 16px 0 16px -16px;
    max-height: 280px;
    overflow: auto;
    width: calc(100% + 36px);
    padding: 0 16px
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li small,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li small {
    line-height: 27px
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li label,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li label {
    margin: 0
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions {
    display: flex;
    align-items: center
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer {
    cursor: pointer;
    margin-right: 16px;
    opacity: .35
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer:hover,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li .bc-table-setting-actions .bc-button-fixer:hover {
    opacity: 1
}

.bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li.bc-table-fixed-column .bc-table-setting-actions .bc-button-fixer,
.bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body ul li.bc-table-fixed-column .bc-table-setting-actions .bc-button-fixer {
    opacity: 1
}

@media screen and (max-width: 1px) {

    .bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active,
    .bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active {
        width: 100%;
        height: 100%
    }

    .bc-table-container .bc-table-header-top-right-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body,
    .bc-table-container .bc-table-header-top-container .bc-dropdown-custom .bc-dropdown-content-active .bc-table-setting-body {
        max-height: calc(100vh - 176px);
        min-height: calc(100vh - 176px)
    }
}

.bc-table-container .bc-table-header-top.bc-selection {
    transition: all .35s ease;
    background-color: #4c4a49
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-title {
    display: none
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-selection-action-button {
    width: auto
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-selection-action-button:not(:first-child) {
    margin-left: 8px
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-actions {
    display: inline-flex
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-right-container .bc-table-actions-container .bc-table-paginator-container,
.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-right-container .bc-table-actions-container .bc-dropdown-custom {
    display: none
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-right-container .bc-table-actions-container small,
.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-right-container .bc-table-actions-container .bc-link {
    color: #f4f4f4;
    margin-right: 32px
}

.bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-right-container .bc-table-actions-container .bc-link {
    margin: 0;
    cursor: pointer
}

@media screen and (max-width: 576px) {
    .bc-table-container .bc-table-header-top.bc-selection {
        position: sticky;
        z-index: 99;
        top: 0;
        right: 0;
        padding: 8px 0;
        text-align: center;
        background-color: #4c4a49;
        display: block;
        flex-direction: column;
        min-height: 96px;
        overflow: auto
    }

    .bc-table-container .bc-table-header-top.bc-selection .bc-table-header-actions {
        margin-top: 8px
    }

    .bc-table-container .bc-table-header-top.bc-selection .bc-table-header-actions button {
        width: max-content
    }

    .bc-table-container .bc-table-header-top.bc-selection .bc-table-header-actions .bc-table-selection-action-button {
        margin: 8px
    }

    .bc-table-container .bc-table-header-top.bc-selection .bc-table-header-top-right-container {
        padding-left: 25%
    }
}

.bc-table-container .bc-container-checkbox {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    margin-top: -4px;
    vertical-align: middle
}

.bc-table-container .bc-container-checkbox .bc-checkbox {
    width: 16px;
    height: 16px
}

.bc-table-container .bc-container-checkbox .bc-checkbox::after {
    left: 4px;
    top: 2px;
    height: 10px;
    width: 6px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] {
    align-items: center;
    backdrop-filter: blur(1.5px);
    background-color: rgba(44, 42, 41, .8);
    bottom: 0px;
    display: none;
    height: 100vh;
    justify-content: center;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100vw;
    z-index: 90
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] *:focus-visible {
    outline-color: #59cbe8
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] {
    box-shadow: 0 16px 20px 0 rgba(24, 22, 21, .5607843137), 0 1px 12px 0 rgba(24, 22, 21, .3215686275);
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    max-height: 700px;
    overflow: hidden;
    padding: 16px 24px 32px;
    position: relative;
    width: 700px;
    z-index: 100
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-close-button-container {
    display: ruby;
    margin-bottom: 8px;
    text-align: end;
    order: 1
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-close-button-container em[tabindex="0"][aria-label][role=button] {
    cursor: pointer
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] div.bc-key-validation-close-button-container.bc-hidden {
    display: none
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content {
    flex: 1;
    overflow: auto
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content::-webkit-scrollbar-thumb {
    background: #454648;
    border-radius: 10px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .2)
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, .4)
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header {
    margin-bottom: 24px;
    text-align: center
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header img.bc-pictogram {
    margin-bottom: 24px;
    width: 64px;
    height: auto
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header .bc-key-validation-token-container {
    background-color: #2c2a29;
    padding: 32px 0;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    border-radius: 16px 16px 0 0
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header .bc-key-validation-token-container.bc-key-validation-hard-token {
    background-color: rgba(0, 0, 0, 0)
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header .bc-key-validation-token-container img.bc-illustration {
    height: 68px;
    width: auto
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header .bc-key-validation-dynamic-container {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    border-radius: 8px 8px 8px 8px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-header h3 {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-description {
    text-align: center;
    padding-bottom: 24px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-timeout-container {
    margin: auto;
    padding-bottom: 4px;
    text-align: center;
    width: max-content
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-input-container {
    padding-bottom: 24px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-input-container .bc-key-validation-input-content {
    padding-bottom: 12px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-input-container-with-alert {
    padding-bottom: 48px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-try-container {
    padding-bottom: 48px;
    width: 100%
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-body .bc-key-validation-try-container a {
    margin: auto
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-action-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 48px;
    width: 100%
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-action-container button {
    flex-basis: fit-content;
    min-width: 231px
}

@media(max-width: 991px) {
    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-action-container {
        flex-wrap: nowrap
    }

    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-action-container button {
        min-width: 169.8px
    }
}

@media(max-width: 575px) {
    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-action-container button {
        min-width: 128.5px
    }
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-extra-info-container {
    background-color: #2c2a29;
    border-radius: 0 0 16px 16px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-extra-info-container .bc-key-validation-token-links-container {
    padding: 24px 32px
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-extra-info-container .bc-key-validation-token-links-container h6 {
    display: block;
    font-size: 1.125rem;
    margin: auto;
    margin-bottom: 24px;
    width: max-content
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-extra-info-container .bc-key-validation-token-links-container .bc-key-validation-token-links {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 16px;
    align-self: stretch;
    flex-wrap: wrap
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content .bc-key-validation-footer .bc-key-validation-extra-info-container .bc-key-validation-token-links-container .bc-key-validation-token-links a.bc-link {
    display: flex;
    min-width: 130px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    flex: 1 0 0
}

article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] .bc-key-validation-content-loading {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    align-self: stretch;
    justify-content: center;
    min-height: 300px;
    align-items: center
}

@media(max-width: 991px) {
    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] {
        max-width: 528px
    }
}

@media(max-width: 575px) {
    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] {
        max-height: min-content;
        width: calc(100vw - 32px);
        padding-right: 16px;
        padding-left: 16px
    }
}

@media(max-height: 575px) {
    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] .bc-key-validation-dialog[role=alertdialog][aria-modal=true] {
        max-height: min-content;
        margin: auto
    }
}

@media(max-width: 576px), (max-height: 576px) {
    article.bc-key-validation[role=dialog][aria-labelledby][aria-modal=true] {
        padding: 16px
    }
}

article.bc-key-validation-active[role=dialog][aria-labelledby][aria-modal=true] {
    display: flex;
    animation: fade-in-opacity;
    animation-duration: 200ms;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: forwards
}

@media(max-width: 576px), (max-height: 576px) {
    article.bc-key-validation-active[role=dialog][aria-labelledby][aria-modal=true] {
        display: block;
        overflow-y: auto
    }
}

article.bc-key-validation-closing[role=dialog][aria-labelledby][aria-modal=true] {
    animation: fade-out-opacity;
    animation-duration: 200ms;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: forwards
}

.bc-transaction-confirmation-status {
    display: flex;
    justify-content: center;
    width: 100%
}

.bc-transaction-confirmation-header {
    margin-top: 16px;
    margin-bottom: 24px;
    text-align: center
}

.bc-transaction-confirmation-header-title {
    margin-bottom: 16px
}

.bc-transaction-confirmation-header-title--title {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-header-title--subtitle {
    margin-top: 4px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-header-voucher--title {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-header-voucher--number {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-header-voucher--date {
    margin-top: 4px;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-alert {
    margin-top: 24px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center
}

.bc-transaction-confirmation-dynamic-space {
    margin: 32px 0px
}

.bc-transaction-confirmation-section-data {
    margin: 32px 0px
}

.bc-transaction-confirmation-section-data--card {
    padding: 24px;
    display: block;
    background-color: #353537
}

.bc-transaction-confirmation-section-data--card--title {
    margin-bottom: 24px;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-section-data-items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px
}

@media screen and (min-width: 768px) {
    .bc-transaction-confirmation-section-data-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 24px
    }
}

.bc-transaction-confirmation-section-data--item--name {
    display: flex;
    align-items: center
}

.bc-transaction-confirmation-section-data--item--name em {
    margin-left: 8px
}

.bc-transaction-confirmation-section-data--item--desc {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-accordions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 32px 0px
}

.bc-transaction-confirmation-accordion-default-head {
    background-color: #fdda24;
    padding: 24px
}

.bc-transaction-confirmation-accordion-default-head-title {
    display: flex;
    justify-content: center;
    align-items: center
}

.bc-transaction-confirmation-accordion-default-head-title--label {
    color: #2c2a29;
    text-align: center;
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-accordion-default-head--value {
    color: #2c2a29;
    text-align: center;
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-transaction-confirmation-accordion-default-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px
}

@media screen and (min-width: 768px) {
    .bc-transaction-confirmation-accordion-default-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 24px
    }
}

.bc-transaction-confirmation-accordion-content {
    padding: 24px
}

.bc-transaction-confirmation-shortcuts {
    margin: 32px 0px
}

.bc-transaction-confirmation-buttons {
    margin: 32px 0px;
    display: flex;
    justify-content: center
}

.bc-transaction-confirmation-link {
    margin: 32px 0px;
    display: flex;
    justify-content: center
}

.outline {
    outline: none
}

.bc-template-authentication {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.bc-template-authentication .bc-icon {
    width: auto
}

.bc-template-authentication .bc-logo-authentication {
    margin-top: 64px
}

@media only screen and (max-width: 575px) {
    .bc-template-authentication {
        background-size: auto
    }

    .bc-template-authentication h1 {
        font-size: 1.75rem;
    }

    .bc-template-authentication .bc-footer .bc-footer-bottom-left .bc-footer-bottom-left-side p {
        display: inherit
    }
}

.bc-trazo-01 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/01.svg")
}

.bc-trazo-02 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/02.svg")
}

.bc-trazo-03 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/03.svg")
}

.bc-trazo-04 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/04.svg")
}

.bc-trazo-05 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/05.svg")
}

.bc-trazo-06 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/06.svg")
}

.bc-trazo-07 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/07.svg")
}

.bc-trazo-08 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/08.svg")
}

.bc-trazo-09 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/09.svg")
}

.bc-trazo-10 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/10.svg")
}

.bc-trazo-11 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/11.svg")
}

.bc-trazo-12 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/12.svg")
}

.bc-trazo-13 {
    background-image: url("https://showcase-sdb.apps.bancolombia.com/assets/icons/strokes/13.svg")
}

.bc-border-radius-0-full {
    border-radius: 0px 0px 0px 0px
}

.bc-border-radius-1-full {
    border-radius: 4px 4px 4px 4px
}

.bc-border-radius-2-full {
    border-radius: 8px 8px 8px 8px
}

.bc-border-radius-3-full {
    border-radius: 16px 16px 16px 16px
}

.bc-border-radius-4-full {
    border-radius: 24px 24px 24px 24px
}

.bc-border-radius-5-full {
    border-radius: 32px 32px 32px 32px
}

.bc-border-radius-6-full {
    border-radius: 48px 48px 48px 48px
}

.bc-border-radius-7-full {
    border-radius: 64px 64px 64px 64px
}

.bc-border-radius-full-full {
    border-radius: 100px 100px 100px 100px
}

.bc-border-radius-0-top {
    border-radius: 0px 0px 0 0
}

.bc-border-radius-1-top {
    border-radius: 4px 4px 0 0
}

.bc-border-radius-2-top {
    border-radius: 8px 8px 0 0
}

.bc-border-radius-3-top {
    border-radius: 16px 16px 0 0
}

.bc-border-radius-4-top {
    border-radius: 24px 24px 0 0
}

.bc-border-radius-5-top {
    border-radius: 32px 32px 0 0
}

.bc-border-radius-6-top {
    border-radius: 48px 48px 0 0
}

.bc-border-radius-7-top {
    border-radius: 64px 64px 0 0
}

.bc-border-radius-full-top {
    border-radius: 100px 100px 0 0
}

.bc-border-radius-0-bottom {
    border-radius: 0 0 0px 0px
}

.bc-border-radius-1-bottom {
    border-radius: 0 0 4px 4px
}

.bc-border-radius-2-bottom {
    border-radius: 0 0 8px 8px
}

.bc-border-radius-3-bottom {
    border-radius: 0 0 16px 16px
}

.bc-border-radius-4-bottom {
    border-radius: 0 0 24px 24px
}

.bc-border-radius-5-bottom {
    border-radius: 0 0 32px 32px
}

.bc-border-radius-6-bottom {
    border-radius: 0 0 48px 48px
}

.bc-border-radius-7-bottom {
    border-radius: 0 0 64px 64px
}

.bc-border-radius-full-bottom {
    border-radius: 0 0 100px 100px
}

.bc-border-radius-0-right {
    border-radius: 0 0px 0px 0
}

.bc-border-radius-1-right {
    border-radius: 0 4px 4px 0
}

.bc-border-radius-2-right {
    border-radius: 0 8px 8px 0
}

.bc-border-radius-3-right {
    border-radius: 0 16px 16px 0
}

.bc-border-radius-4-right {
    border-radius: 0 24px 24px 0
}

.bc-border-radius-5-right {
    border-radius: 0 32px 32px 0
}

.bc-border-radius-6-right {
    border-radius: 0 48px 48px 0
}

.bc-border-radius-7-right {
    border-radius: 0 64px 64px 0
}

.bc-border-radius-full-right {
    border-radius: 0 100px 100px 0
}

.bc-border-radius-0-left {
    border-radius: 0px 0 0 0px
}

.bc-border-radius-1-left {
    border-radius: 4px 0 0 4px
}

.bc-border-radius-2-left {
    border-radius: 8px 0 0 8px
}

.bc-border-radius-3-left {
    border-radius: 16px 0 0 16px
}

.bc-border-radius-4-left {
    border-radius: 24px 0 0 24px
}

.bc-border-radius-5-left {
    border-radius: 32px 0 0 32px
}

.bc-border-radius-6-left {
    border-radius: 48px 0 0 48px
}

.bc-border-radius-7-left {
    border-radius: 64px 0 0 64px
}

.bc-border-radius-full-left {
    border-radius: 100px 0 0 100px
}

.bc-border-radius-0-top-right {
    border-radius: 0 0px 0 0
}

.bc-border-radius-1-top-right {
    border-radius: 0 4px 0 0
}

.bc-border-radius-2-top-right {
    border-radius: 0 8px 0 0
}

.bc-border-radius-3-top-right {
    border-radius: 0 16px 0 0
}

.bc-border-radius-4-top-right {
    border-radius: 0 24px 0 0
}

.bc-border-radius-5-top-right {
    border-radius: 0 32px 0 0
}

.bc-border-radius-6-top-right {
    border-radius: 0 48px 0 0
}

.bc-border-radius-7-top-right {
    border-radius: 0 64px 0 0
}

.bc-border-radius-full-top-right {
    border-radius: 0 100px 0 0
}

.bc-border-radius-0-top-left {
    border-radius: 0px 0 0 0
}

.bc-border-radius-1-top-left {
    border-radius: 4px 0 0 0
}

.bc-border-radius-2-top-left {
    border-radius: 8px 0 0 0
}

.bc-border-radius-3-top-left {
    border-radius: 16px 0 0 0
}

.bc-border-radius-4-top-left {
    border-radius: 24px 0 0 0
}

.bc-border-radius-5-top-left {
    border-radius: 32px 0 0 0
}

.bc-border-radius-6-top-left {
    border-radius: 48px 0 0 0
}

.bc-border-radius-7-top-left {
    border-radius: 64px 0 0 0
}

.bc-border-radius-full-top-left {
    border-radius: 100px 0 0 0
}

.bc-border-radius-0-bottom-right {
    border-radius: 0 0 0px 0
}

.bc-border-radius-1-bottom-right {
    border-radius: 0 0 4px 0
}

.bc-border-radius-2-bottom-right {
    border-radius: 0 0 8px 0
}

.bc-border-radius-3-bottom-right {
    border-radius: 0 0 16px 0
}

.bc-border-radius-4-bottom-right {
    border-radius: 0 0 24px 0
}

.bc-border-radius-5-bottom-right {
    border-radius: 0 0 32px 0
}

.bc-border-radius-6-bottom-right {
    border-radius: 0 0 48px 0
}

.bc-border-radius-7-bottom-right {
    border-radius: 0 0 64px 0
}

.bc-border-radius-full-bottom-right {
    border-radius: 0 0 100px 0
}

.bc-border-radius-0-bottom-left {
    border-radius: 0 0 0 0px
}

.bc-border-radius-1-bottom-left {
    border-radius: 0 0 0 4px
}

.bc-border-radius-2-bottom-left {
    border-radius: 0 0 0 8px
}

.bc-border-radius-3-bottom-left {
    border-radius: 0 0 0 16px
}

.bc-border-radius-4-bottom-left {
    border-radius: 0 0 0 24px
}

.bc-border-radius-5-bottom-left {
    border-radius: 0 0 0 32px
}

.bc-border-radius-6-bottom-left {
    border-radius: 0 0 0 48px
}

.bc-border-radius-7-bottom-left {
    border-radius: 0 0 0 64px
}

.bc-border-radius-full-bottom-left {
    border-radius: 0 0 0 100px
}

.bc-bg-brand-primary-00 {
    background-color: #2c2a29
}

.bc-border-brand-primary-00 {
    border-color: #2c2a29
}

.bc-text-brand-primary-00 {
    color: #2c2a29
}

.bc-bg-brand-primary-01 {
    background-color: #fff
}

.bc-border-brand-primary-01 {
    border-color: #fff
}

.bc-text-brand-primary-01 {
    color: #fff
}

.bc-bg-brand-primary-02 {
    background-color: #aba59d
}

.bc-border-brand-primary-02 {
    border-color: #aba59d
}

.bc-text-brand-primary-02 {
    color: #aba59d
}

.bc-bg-brand-complementary-00 {
    background-color: #038144
}

.bc-border-brand-complementary-00 {
    border-color: #038144
}

.bc-text-brand-complementary-00 {
    color: #038144
}

.bc-bg-brand-complementary-01 {
    background-color: #e20201
}

.bc-border-brand-complementary-01 {
    border-color: #e20201
}

.bc-text-brand-complementary-01 {
    color: #e20201
}

.bc-bg-brand-complementary-02 {
    background-color: #3455db
}

.bc-border-brand-complementary-02 {
    border-color: #3455db
}

.bc-text-brand-complementary-02 {
    color: #3455db
}

.bc-bg-brand-complementary-03 {
    background-color: #69cc96
}

.bc-border-brand-complementary-03 {
    border-color: #69cc96
}

.bc-text-brand-complementary-03 {
    color: #69cc96
}

.bc-bg-brand-complementary-04 {
    background-color: #ff8389
}

.bc-border-brand-complementary-04 {
    border-color: #ff8389
}

.bc-text-brand-complementary-04 {
    color: #ff8389
}

.bc-bg-brand-complementary-05 {
    background-color: #59cbe8
}

.bc-border-brand-complementary-05 {
    border-color: #59cbe8
}

.bc-text-brand-complementary-05 {
    color: #59cbe8
}

.bc-bg-brand-status-success {
    background-color: #00c389
}

.bc-border-brand-status-success {
    border-color: #00c389
}

.bc-text-brand-status-success {
    color: #00c389
}

.bc-bg-brand-status-wrong {
    background-color: #ff7f41
}

.bc-border-brand-status-wrong {
    border-color: #ff7f41
}

.bc-text-brand-status-wrong {
    color: #ff7f41
}

.bc-bg-brand-status-warning {
    background-color: #fdda24
}

.bc-border-brand-status-warning {
    border-color: #fdda24
}

.bc-text-brand-status-warning {
    color: #fdda24
}

.bc-bg-brand-status-info {
    background-color: #59cbe8
}

.bc-border-brand-status-info {
    border-color: #59cbe8
}

.bc-text-brand-status-info {
    color: #59cbe8
}

.bc-bg-brand-status-generic {
    background-color: #f2f2f4
}

.bc-border-brand-status-generic {
    border-color: #f2f2f4
}

.bc-text-brand-status-generic {
    color: #f2f2f4
}

.bc-bg-brand-sequential-N-900 {
    background-color: #353537
}

.bc-border-brand-sequential-N-900 {
    border-color: #353537
}

.bc-text-brand-sequential-N-900 {
    color: #353537
}

.bc-bg-brand-sequential-N-800 {
    background-color: #454648
}

.bc-border-brand-sequential-N-800 {
    border-color: #454648
}

.bc-text-brand-sequential-N-800 {
    color: #454648
}

.bc-bg-brand-sequential-N-700 {
    background-color: #595a5c
}

.bc-border-brand-sequential-N-700 {
    border-color: #595a5c
}

.bc-text-brand-sequential-N-700 {
    color: #595a5c
}

.bc-bg-brand-sequential-N-600 {
    background-color: #727476
}

.bc-border-brand-sequential-N-600 {
    border-color: #727476
}

.bc-text-brand-sequential-N-600 {
    color: #727476
}

.bc-bg-brand-sequential-N-500 {
    background-color: #7d7f82
}

.bc-border-brand-sequential-N-500 {
    border-color: #7d7f82
}

.bc-text-brand-sequential-N-500 {
    color: #7d7f82
}

.bc-bg-brand-sequential-N-400 {
    background-color: #97999b
}

.bc-border-brand-sequential-N-400 {
    border-color: #97999b
}

.bc-text-brand-sequential-N-400 {
    color: #97999b
}

.bc-bg-brand-sequential-N-300 {
    background-color: #b3b5b8
}

.bc-border-brand-sequential-N-300 {
    border-color: #b3b5b8
}

.bc-text-brand-sequential-N-300 {
    color: #b3b5b8
}

.bc-bg-brand-sequential-N-200 {
    background-color: #d9dadd
}

.bc-border-brand-sequential-N-200 {
    border-color: #d9dadd
}

.bc-text-brand-sequential-N-200 {
    color: #d9dadd
}

.bc-bg-brand-sequential-N-100 {
    background-color: #f2f2f4
}

.bc-border-brand-sequential-N-100 {
    border-color: #f2f2f4
}

.bc-text-brand-sequential-N-100 {
    color: #f2f2f4
}

.bc-bg-brand-sequential-N-50 {
    background-color: #f9f9fa
}

.bc-border-brand-sequential-N-50 {
    border-color: #f9f9fa
}

.bc-text-brand-sequential-N-50 {
    color: #f9f9fa
}

.bc-bg-brand-sequential-M-900 {
    background-color: #6a5c0f
}

.bc-border-brand-sequential-M-900 {
    border-color: #6a5c0f
}

.bc-text-brand-sequential-M-900 {
    color: #6a5c0f
}

.bc-bg-brand-sequential-M-800 {
    background-color: #867313
}

.bc-border-brand-sequential-M-800 {
    border-color: #867313
}

.bc-text-brand-sequential-M-800 {
    color: #867313
}

.bc-bg-brand-sequential-M-700 {
    background-color: #b49b1a
}

.bc-border-brand-sequential-M-700 {
    border-color: #b49b1a
}

.bc-text-brand-sequential-M-700 {
    color: #b49b1a
}

.bc-bg-brand-sequential-M-600 {
    background-color: #e6c621
}

.bc-border-brand-sequential-M-600 {
    border-color: #e6c621
}

.bc-text-brand-sequential-M-600 {
    color: #e6c621
}

.bc-bg-brand-sequential-M-500 {
    background-color: #fdda24
}

.bc-border-brand-sequential-M-500 {
    border-color: #fdda24
}

.bc-text-brand-sequential-M-500 {
    color: #fdda24
}

.bc-bg-brand-sequential-M-400 {
    background-color: #fde150
}

.bc-border-brand-sequential-M-400 {
    border-color: #fde150
}

.bc-text-brand-sequential-M-400 {
    color: #fde150
}

.bc-bg-brand-sequential-M-300 {
    background-color: #fee66c
}

.bc-border-brand-sequential-M-300 {
    border-color: #fee66c
}

.bc-text-brand-sequential-M-300 {
    color: #fee66c
}

.bc-bg-brand-sequential-M-200 {
    background-color: #fde773
}

.bc-border-brand-sequential-M-200 {
    border-color: #fde773
}

.bc-text-brand-sequential-M-200 {
    color: #fde773
}

.bc-bg-brand-sequential-M-100 {
    background-color: #fef4bb
}

.bc-border-brand-sequential-M-100 {
    border-color: #fef4bb
}

.bc-text-brand-sequential-M-100 {
    color: #fef4bb
}

.bc-bg-brand-sequential-M-50 {
    background-color: #fffbe9
}

.bc-border-brand-sequential-M-50 {
    border-color: #fffbe9
}

.bc-text-brand-sequential-M-50 {
    color: #fffbe9
}

.bc-bg-brand-sequential-A-900 {
    background-color: #084a37
}

.bc-border-brand-sequential-A-900 {
    border-color: #084a37
}

.bc-text-brand-sequential-A-900 {
    color: #084a37
}

.bc-bg-brand-sequential-A-800 {
    background-color: #086348
}

.bc-border-brand-sequential-A-800 {
    border-color: #086348
}

.bc-text-brand-sequential-A-800 {
    color: #086348
}

.bc-bg-brand-sequential-A-700 {
    background-color: #07835e
}

.bc-border-brand-sequential-A-700 {
    border-color: #07835e
}

.bc-text-brand-sequential-A-700 {
    color: #07835e
}

.bc-bg-brand-sequential-A-600 {
    background-color: #04ad7b
}

.bc-border-brand-sequential-A-600 {
    border-color: #04ad7b
}

.bc-text-brand-sequential-A-600 {
    color: #04ad7b
}

.bc-bg-brand-sequential-A-500 {
    background-color: #00c389
}

.bc-border-brand-sequential-A-500 {
    border-color: #00c389
}

.bc-text-brand-sequential-A-500 {
    color: #00c389
}

.bc-bg-brand-sequential-A-400 {
    background-color: #20dfa7
}

.bc-border-brand-sequential-A-400 {
    border-color: #20dfa7
}

.bc-text-brand-sequential-A-400 {
    color: #20dfa7
}

.bc-bg-brand-sequential-A-300 {
    background-color: #57dbb4
}

.bc-border-brand-sequential-A-300 {
    border-color: #57dbb4
}

.bc-text-brand-sequential-A-300 {
    color: #57dbb4
}

.bc-bg-brand-sequential-A-200 {
    background-color: #66dbb8
}

.bc-border-brand-sequential-A-200 {
    border-color: #66dbb8
}

.bc-text-brand-sequential-A-200 {
    color: #66dbb8
}

.bc-bg-brand-sequential-A-100 {
    background-color: #b0ecda
}

.bc-border-brand-sequential-A-100 {
    border-color: #b0ecda
}

.bc-text-brand-sequential-A-100 {
    color: #b0ecda
}

.bc-bg-brand-sequential-A-50 {
    background-color: #e6f9f3
}

.bc-border-brand-sequential-A-50 {
    border-color: #e6f9f3
}

.bc-text-brand-sequential-A-50 {
    color: #e6f9f3
}

.bc-bg-brand-sequential-C-900 {
    background-color: #294d56
}

.bc-border-brand-sequential-C-900 {
    border-color: #294d56
}

.bc-text-brand-sequential-C-900 {
    color: #294d56
}

.bc-bg-brand-sequential-C-800 {
    background-color: #356e7c
}

.bc-border-brand-sequential-C-800 {
    border-color: #356e7c
}

.bc-text-brand-sequential-C-800 {
    color: #356e7c
}

.bc-bg-brand-sequential-C-700 {
    background-color: #3f90a5
}

.bc-border-brand-sequential-C-700 {
    border-color: #3f90a5
}

.bc-text-brand-sequential-C-700 {
    color: #3f90a5
}

.bc-bg-brand-sequential-C-600 {
    background-color: #51b9d3
}

.bc-border-brand-sequential-C-600 {
    border-color: #51b9d3
}

.bc-text-brand-sequential-C-600 {
    color: #51b9d3
}

.bc-bg-brand-sequential-C-500 {
    background-color: #59cbe8
}

.bc-border-brand-sequential-C-500 {
    border-color: #59cbe8
}

.bc-text-brand-sequential-C-500 {
    color: #59cbe8
}

.bc-bg-brand-sequential-C-400 {
    background-color: #7ad5ed
}

.bc-border-brand-sequential-C-400 {
    border-color: #7ad5ed
}

.bc-text-brand-sequential-C-400 {
    color: #7ad5ed
}

.bc-bg-brand-sequential-C-300 {
    background-color: #90dcf0
}

.bc-border-brand-sequential-C-300 {
    border-color: #90dcf0
}

.bc-text-brand-sequential-C-300 {
    color: #90dcf0
}

.bc-bg-brand-sequential-C-200 {
    background-color: #9be0f1
}

.bc-border-brand-sequential-C-200 {
    border-color: #9be0f1
}

.bc-text-brand-sequential-C-200 {
    color: #9be0f1
}

.bc-bg-brand-sequential-C-100 {
    background-color: #cceff8
}

.bc-border-brand-sequential-C-100 {
    border-color: #cceff8
}

.bc-text-brand-sequential-C-100 {
    color: #cceff8
}

.bc-bg-brand-sequential-C-50 {
    background-color: #eefafd
}

.bc-border-brand-sequential-C-50 {
    border-color: #eefafd
}

.bc-text-brand-sequential-C-50 {
    color: #eefafd
}

.bc-bg-brand-sequential-O-900 {
    background-color: #3c2a56
}

.bc-border-brand-sequential-O-900 {
    border-color: #3c2a56
}

.bc-text-brand-sequential-O-900 {
    color: #3c2a56
}

.bc-bg-brand-sequential-O-800 {
    background-color: #4f3671
}

.bc-border-brand-sequential-O-800 {
    border-color: #4f3671
}

.bc-text-brand-sequential-O-800 {
    color: #4f3671
}

.bc-bg-brand-sequential-O-700 {
    background-color: #664692
}

.bc-border-brand-sequential-O-700 {
    border-color: #664692
}

.bc-text-brand-sequential-O-700 {
    color: #664692
}

.bc-bg-brand-sequential-O-600 {
    background-color: #835abb
}

.bc-border-brand-sequential-O-600 {
    border-color: #835abb
}

.bc-text-brand-sequential-O-600 {
    color: #835abb
}

.bc-bg-brand-sequential-O-500 {
    background-color: #9063cd
}

.bc-border-brand-sequential-O-500 {
    border-color: #9063cd
}

.bc-text-brand-sequential-O-500 {
    color: #9063cd
}

.bc-bg-brand-sequential-O-400 {
    background-color: #a682d7
}

.bc-border-brand-sequential-O-400 {
    border-color: #a682d7
}

.bc-text-brand-sequential-O-400 {
    color: #a682d7
}

.bc-bg-brand-sequential-O-300 {
    background-color: #b596de
}

.bc-border-brand-sequential-O-300 {
    border-color: #b596de
}

.bc-text-brand-sequential-O-300 {
    color: #b596de
}

.bc-bg-brand-sequential-O-200 {
    background-color: #c5ade5
}

.bc-border-brand-sequential-O-200 {
    border-color: #c5ade5
}

.bc-text-brand-sequential-O-200 {
    color: #c5ade5
}

.bc-bg-brand-sequential-O-100 {
    background-color: #ddcff0
}

.bc-border-brand-sequential-O-100 {
    border-color: #ddcff0
}

.bc-text-brand-sequential-O-100 {
    color: #ddcff0
}

.bc-bg-brand-sequential-O-50 {
    background-color: #f4effa
}

.bc-border-brand-sequential-O-50 {
    border-color: #f4effa
}

.bc-text-brand-sequential-O-50 {
    color: #f4effa
}

.bc-bg-brand-sequential-AL-900 {
    background-color: #6b351b
}

.bc-border-brand-sequential-AL-900 {
    border-color: #6b351b
}

.bc-text-brand-sequential-AL-900 {
    color: #6b351b
}

.bc-bg-brand-sequential-AL-800 {
    background-color: #8c4624
}

.bc-border-brand-sequential-AL-800 {
    border-color: #8c4624
}

.bc-text-brand-sequential-AL-800 {
    color: #8c4624
}

.bc-bg-brand-sequential-AL-700 {
    background-color: #b55a2e
}

.bc-border-brand-sequential-AL-700 {
    border-color: #b55a2e
}

.bc-text-brand-sequential-AL-700 {
    color: #b55a2e
}

.bc-bg-brand-sequential-AL-600 {
    background-color: #e8743b
}

.bc-border-brand-sequential-AL-600 {
    border-color: #e8743b
}

.bc-text-brand-sequential-AL-600 {
    color: #e8743b
}

.bc-bg-brand-sequential-AL-500 {
    background-color: #ff7f41
}

.bc-border-brand-sequential-AL-500 {
    border-color: #ff7f41
}

.bc-text-brand-sequential-AL-500 {
    color: #ff7f41
}

.bc-bg-brand-sequential-AL-400 {
    background-color: #ff9967
}

.bc-border-brand-sequential-AL-400 {
    border-color: #ff9967
}

.bc-text-brand-sequential-AL-400 {
    color: #ff9967
}

.bc-bg-brand-sequential-AL-300 {
    background-color: #ffa980
}

.bc-border-brand-sequential-AL-300 {
    border-color: #ffa980
}

.bc-text-brand-sequential-AL-300 {
    color: #ffa980
}

.bc-bg-brand-sequential-AL-200 {
    background-color: #ffb28d
}

.bc-border-brand-sequential-AL-200 {
    border-color: #ffb28d
}

.bc-text-brand-sequential-AL-200 {
    color: #ffb28d
}

.bc-bg-brand-sequential-AL-100 {
    background-color: #ffd7c4
}

.bc-border-brand-sequential-AL-100 {
    border-color: #ffd7c4
}

.bc-text-brand-sequential-AL-100 {
    color: #ffd7c4
}

.bc-bg-brand-sequential-AL-50 {
    background-color: #fff2ec
}

.bc-border-brand-sequential-AL-50 {
    border-color: #fff2ec
}

.bc-text-brand-sequential-AL-50 {
    color: #fff2ec
}

.bc-bg-brand-sequential-F-900 {
    background-color: #58414a
}

.bc-border-brand-sequential-F-900 {
    border-color: #58414a
}

.bc-text-brand-sequential-F-900 {
    color: #58414a
}

.bc-bg-brand-sequential-F-800 {
    background-color: #755762
}

.bc-border-brand-sequential-F-800 {
    border-color: #755762
}

.bc-text-brand-sequential-F-800 {
    color: #755762
}

.bc-bg-brand-sequential-F-700 {
    background-color: #ae8192
}

.bc-border-brand-sequential-F-700 {
    border-color: #ae8192
}

.bc-text-brand-sequential-F-700 {
    color: #ae8192
}

.bc-bg-brand-sequential-F-600 {
    background-color: #dfa6bb
}

.bc-border-brand-sequential-F-600 {
    border-color: #dfa6bb
}

.bc-text-brand-sequential-F-600 {
    color: #dfa6bb
}

.bc-bg-brand-sequential-F-500 {
    background-color: #f5b6cd
}

.bc-border-brand-sequential-F-500 {
    border-color: #f5b6cd
}

.bc-text-brand-sequential-F-500 {
    color: #f5b6cd
}

.bc-bg-brand-sequential-F-400 {
    background-color: #f7c5d7
}

.bc-border-brand-sequential-F-400 {
    border-color: #f7c5d7
}

.bc-text-brand-sequential-F-400 {
    color: #f7c5d7
}

.bc-bg-brand-sequential-F-300 {
    background-color: #f8cede
}

.bc-border-brand-sequential-F-300 {
    border-color: #f8cede
}

.bc-text-brand-sequential-F-300 {
    color: #f8cede
}

.bc-bg-brand-sequential-F-200 {
    background-color: #f9d3e1
}

.bc-border-brand-sequential-F-200 {
    border-color: #f9d3e1
}

.bc-text-brand-sequential-F-200 {
    color: #f9d3e1
}

.bc-bg-brand-sequential-F-100 {
    background-color: #fce8f0
}

.bc-border-brand-sequential-F-100 {
    border-color: #fce8f0
}

.bc-text-brand-sequential-F-100 {
    color: #fce8f0
}

.bc-bg-brand-sequential-F-50 {
    background-color: #fef8fa
}

.bc-border-brand-sequential-F-50 {
    border-color: #fef8fa
}

.bc-text-brand-sequential-F-50 {
    color: #fef8fa
}

.bc-bg-data-00-900 {
    background-color: #4d466c
}

.bc-border-data-00-900 {
    border-color: #4d466c
}

.bc-text-data-00-900 {
    color: #4d466c
}

.bc-bg-data-00-700 {
    background-color: #5d538d
}

.bc-border-data-00-700 {
    border-color: #5d538d
}

.bc-text-data-00-700 {
    color: #5d538d
}

.bc-bg-data-00-600 {
    background-color: #6e61ae
}

.bc-border-data-00-600 {
    border-color: #6e61ae
}

.bc-text-data-00-600 {
    color: #6e61ae
}

.bc-bg-data-00-500 {
    background-color: #7e6fcf
}

.bc-border-data-00-500 {
    border-color: #7e6fcf
}

.bc-text-data-00-500 {
    color: #7e6fcf
}

.bc-bg-data-00-300 {
    background-color: #978bd7
}

.bc-border-data-00-300 {
    border-color: #978bd7
}

.bc-text-data-00-300 {
    color: #978bd7
}

.bc-bg-data-00-200 {
    background-color: #afa6e0
}

.bc-border-data-00-200 {
    border-color: #afa6e0
}

.bc-text-data-00-200 {
    color: #afa6e0
}

.bc-bg-data-00-100 {
    background-color: #c8c2e8
}

.bc-border-data-00-100 {
    border-color: #c8c2e8
}

.bc-text-data-00-100 {
    color: #c8c2e8
}

.bc-bg-data-01-900 {
    background-color: #753c3c
}

.bc-border-data-01-900 {
    border-color: #753c3c
}

.bc-text-data-01-900 {
    color: #753c3c
}

.bc-bg-data-01-700 {
    background-color: #994546
}

.bc-border-data-01-700 {
    border-color: #994546
}

.bc-text-data-01-700 {
    color: #994546
}

.bc-bg-data-01-600 {
    background-color: #bd4e4f
}

.bc-border-data-01-600 {
    border-color: #bd4e4f
}

.bc-text-data-01-600 {
    color: #bd4e4f
}

.bc-bg-data-01-500 {
    background-color: #e15759
}

.bc-border-data-01-500 {
    border-color: #e15759
}

.bc-text-data-01-500 {
    color: #e15759
}

.bc-bg-data-01-300 {
    background-color: #e67779
}

.bc-border-data-01-300 {
    border-color: #e67779
}

.bc-text-data-01-300 {
    color: #e67779
}

.bc-bg-data-01-200 {
    background-color: #eb9899
}

.bc-border-data-01-200 {
    border-color: #eb9899
}

.bc-text-data-01-200 {
    color: #eb9899
}

.bc-bg-data-01-100 {
    background-color: #f8cfbc
}

.bc-border-data-01-100 {
    border-color: #f8cfbc
}

.bc-text-data-01-100 {
    color: #f8cfbc
}

.bc-bg-data-02-900 {
    background-color: #7d533f
}

.bc-border-data-02-900 {
    border-color: #7d533f
}

.bc-text-data-02-900 {
    color: #7d533f
}

.bc-bg-data-02-700 {
    background-color: #a5684a
}

.bc-border-data-02-700 {
    border-color: #a5684a
}

.bc-text-data-02-700 {
    color: #a5684a
}

.bc-bg-data-02-600 {
    background-color: #ce7c55
}

.bc-border-data-02-600 {
    border-color: #ce7c55
}

.bc-text-data-02-600 {
    color: #ce7c55
}

.bc-bg-data-02-500 {
    background-color: #f69160
}

.bc-border-data-02-500 {
    border-color: #f69160
}

.bc-text-data-02-500 {
    color: #f69160
}

.bc-bg-data-02-300 {
    background-color: #f7a67f
}

.bc-border-data-02-300 {
    border-color: #f7a67f
}

.bc-text-data-02-300 {
    color: #f7a67f
}

.bc-bg-data-02-200 {
    background-color: #f7bb9d
}

.bc-border-data-02-200 {
    border-color: #f7bb9d
}

.bc-text-data-02-200 {
    color: #f7bb9d
}

.bc-bg-data-02-100 {
    background-color: #f8cfbc
}

.bc-border-data-02-100 {
    border-color: #f8cfbc
}

.bc-text-data-02-100 {
    color: #f8cfbc
}

.bc-bg-data-03-900 {
    background-color: #817541
}

.bc-border-data-03-900 {
    border-color: #817541
}

.bc-text-data-03-900 {
    color: #817541
}

.bc-bg-data-03-700 {
    background-color: #ab9b4d
}

.bc-border-data-03-700 {
    border-color: #ab9b4d
}

.bc-text-data-03-700 {
    color: #ab9b4d
}

.bc-bg-data-03-600 {
    background-color: #d5c059
}

.bc-border-data-03-600 {
    border-color: #d5c059
}

.bc-text-data-03-600 {
    color: #d5c059
}

.bc-bg-data-03-500 {
    background-color: #ffe665
}

.bc-border-data-03-500 {
    border-color: #ffe665
}

.bc-text-data-03-500 {
    color: #ffe665
}

.bc-bg-data-03-300 {
    background-color: #feea83
}

.bc-border-data-03-300 {
    border-color: #feea83
}

.bc-text-data-03-300 {
    color: #feea83
}

.bc-bg-data-03-200 {
    background-color: #fdeea0
}

.bc-border-data-03-200 {
    border-color: #fdeea0
}

.bc-text-data-03-200 {
    color: #fdeea0
}

.bc-bg-data-03-100 {
    background-color: #fbf1be
}

.bc-border-data-03-100 {
    border-color: #fbf1be
}

.bc-text-data-03-100 {
    color: #fbf1be
}

.bc-bg-data-04-900 {
    background-color: #7d626b
}

.bc-border-data-04-900 {
    border-color: #7d626b
}

.bc-text-data-04-900 {
    color: #7d626b
}

.bc-bg-data-04-700 {
    background-color: #a57e8b
}

.bc-border-data-04-700 {
    border-color: #a57e8b
}

.bc-text-data-04-700 {
    color: #a57e8b
}

.bc-bg-data-04-600 {
    background-color: #cd9aac
}

.bc-border-data-04-600 {
    border-color: #cd9aac
}

.bc-text-data-04-600 {
    color: #cd9aac
}

.bc-bg-data-04-500 {
    background-color: #f5b6cd
}

.bc-border-data-04-500 {
    border-color: #f5b6cd
}

.bc-text-data-04-500 {
    color: #f5b6cd
}

.bc-bg-data-04-300 {
    background-color: #f6c3d6
}

.bc-border-data-04-300 {
    border-color: #f6c3d6
}

.bc-text-data-04-300 {
    color: #f6c3d6
}

.bc-bg-data-04-200 {
    background-color: #f7d1df
}

.bc-border-data-04-200 {
    border-color: #f7d1df
}

.bc-text-data-04-200 {
    color: #f7d1df
}

.bc-bg-data-04-100 {
    background-color: #f7dee7
}

.bc-border-data-04-100 {
    border-color: #f7dee7
}

.bc-text-data-04-100 {
    color: #f7dee7
}

.bc-bg-data-05-900 {
    background-color: #135f48
}

.bc-border-data-05-900 {
    border-color: #135f48
}

.bc-text-data-05-900 {
    color: #135f48
}

.bc-bg-data-05-700 {
    background-color: #1b6f56
}

.bc-border-data-05-700 {
    border-color: #1b6f56
}

.bc-text-data-05-700 {
    color: #1b6f56
}

.bc-bg-data-05-600 {
    background-color: #1c8e6d
}

.bc-border-data-05-600 {
    border-color: #1c8e6d
}

.bc-text-data-05-600 {
    color: #1c8e6d
}

.bc-bg-data-05-500 {
    background-color: #23b288
}

.bc-border-data-05-500 {
    border-color: #23b288
}

.bc-text-data-05-500 {
    color: #23b288
}

.bc-bg-data-05-300 {
    background-color: #4fc1a0
}

.bc-border-data-05-300 {
    border-color: #4fc1a0
}

.bc-text-data-05-300 {
    color: #4fc1a0
}

.bc-bg-data-05-200 {
    background-color: #7bd1b8
}

.bc-border-data-05-200 {
    border-color: #7bd1b8
}

.bc-text-data-05-200 {
    color: #7bd1b8
}

.bc-bg-data-05-100 {
    background-color: #a7e0cf
}

.bc-border-data-05-100 {
    border-color: #a7e0cf
}

.bc-text-data-05-100 {
    color: #a7e0cf
}

.bc-bg-data-06-900 {
    background-color: #366470
}

.bc-border-data-06-900 {
    border-color: #366470
}

.bc-text-data-06-900 {
    color: #366470
}

.bc-bg-data-06-700 {
    background-color: #3b8193
}

.bc-border-data-06-700 {
    border-color: #3b8193
}

.bc-text-data-06-700 {
    color: #3b8193
}

.bc-bg-data-06-600 {
    background-color: #409eb7
}

.bc-border-data-06-600 {
    border-color: #409eb7
}

.bc-text-data-06-600 {
    color: #409eb7
}

.bc-bg-data-06-500 {
    background-color: #45bbda
}

.bc-border-data-06-500 {
    border-color: #45bbda
}

.bc-text-data-06-500 {
    color: #45bbda
}

.bc-bg-data-06-300 {
    background-color: #69c7e0
}

.bc-border-data-06-300 {
    border-color: #69c7e0
}

.bc-text-data-06-300 {
    color: #69c7e0
}

.bc-bg-data-06-200 {
    background-color: #8dd4e6
}

.bc-border-data-06-200 {
    border-color: #8dd4e6
}

.bc-text-data-06-200 {
    color: #8dd4e6
}

.bc-bg-data-06-100 {
    background-color: #b1e0ed
}

.bc-border-data-06-100 {
    border-color: #b1e0ed
}

.bc-text-data-06-100 {
    color: #b1e0ed
}

.bc-bg-data-07-900 {
    background-color: #324b63
}

.bc-border-data-07-900 {
    border-color: #324b63
}

.bc-text-data-07-900 {
    color: #324b63
}

.bc-bg-data-07-700 {
    background-color: #345c80
}

.bc-border-data-07-700 {
    border-color: #345c80
}

.bc-text-data-07-700 {
    color: #345c80
}

.bc-bg-data-07-600 {
    background-color: #376c9d
}

.bc-border-data-07-600 {
    border-color: #376c9d
}

.bc-text-data-07-600 {
    color: #376c9d
}

.bc-bg-data-07-500 {
    background-color: #3a7dba
}

.bc-border-data-07-500 {
    border-color: #3a7dba
}

.bc-text-data-07-500 {
    color: #3a7dba
}

.bc-bg-data-07-300 {
    background-color: #6096c7
}

.bc-border-data-07-300 {
    border-color: #6096c7
}

.bc-text-data-07-300 {
    color: #6096c7
}

.bc-bg-data-07-200 {
    background-color: #86afd3
}

.bc-border-data-07-200 {
    border-color: #86afd3
}

.bc-text-data-07-200 {
    color: #86afd3
}

.bc-bg-data-07-100 {
    background-color: #adc7e0
}

.bc-border-data-07-100 {
    border-color: #adc7e0
}

.bc-text-data-07-100 {
    color: #adc7e0
}

.bc-bg-data-08-900 {
    background-color: #3f3f3f
}

.bc-border-data-08-900 {
    border-color: #3f3f3f
}

.bc-text-data-08-900 {
    color: #3f3f3f
}

.bc-bg-data-08-700 {
    background-color: #5f5f5f
}

.bc-border-data-08-700 {
    border-color: #5f5f5f
}

.bc-text-data-08-700 {
    color: #5f5f5f
}

.bc-bg-data-08-600 {
    background-color: #7e7e7e
}

.bc-border-data-08-600 {
    border-color: #7e7e7e
}

.bc-text-data-08-600 {
    color: #7e7e7e
}

.bc-bg-data-08-500 {
    background-color: #9e9e9e
}

.bc-border-data-08-500 {
    border-color: #9e9e9e
}

.bc-text-data-08-500 {
    color: #9e9e9e
}

.bc-bg-data-08-300 {
    background-color: #b1b1b1
}

.bc-border-data-08-300 {
    border-color: #b1b1b1
}

.bc-text-data-08-300 {
    color: #b1b1b1
}

.bc-bg-data-08-200 {
    background-color: #c5c5c5
}

.bc-border-data-08-200 {
    border-color: #c5c5c5
}

.bc-text-data-08-200 {
    color: #c5c5c5
}

.bc-bg-data-08-100 {
    background-color: #d8d8d8
}

.bc-border-data-08-100 {
    border-color: #d8d8d8
}

.bc-text-data-08-100 {
    color: #d8d8d8
}

.bc-bg-brand-primary-pair-01-00 {
    background-color: #2c2a29
}

.bc-border-brand-primary-pair-01-00 {
    border-color: #2c2a29
}

.bc-text-brand-primary-pair-01-00 {
    color: #2c2a29
}

.bc-bg-brand-primary-pair-01-01 {
    background-color: #fff
}

.bc-border-brand-primary-pair-01-01 {
    border-color: #fff
}

.bc-text-brand-primary-pair-01-01 {
    color: #fff
}

.bc-bg-brand-P-N-pair-01-700 {
    background-color: #595a5c
}

.bc-border-brand-P-N-pair-01-700 {
    border-color: #595a5c
}

.bc-text-brand-P-N-pair-01-700 {
    color: #595a5c
}

.bc-bg-brand-P-N-pair-01-800 {
    background-color: #454648
}

.bc-border-brand-P-N-pair-01-800 {
    border-color: #454648
}

.bc-text-brand-P-N-pair-01-800 {
    color: #454648
}

.bc-bg-brand-P-N-pair-01-900 {
    background-color: #353537
}

.bc-border-brand-P-N-pair-01-900 {
    border-color: #353537
}

.bc-text-brand-P-N-pair-01-900 {
    color: #353537
}

.bc-bg-brand-primary-pair-00-01 {
    background-color: #fff
}

.bc-border-brand-primary-pair-00-01 {
    border-color: #fff
}

.bc-text-brand-primary-pair-00-01 {
    color: #fff
}

.bc-bg-brand-primary-pair-00-00 {
    background-color: #2c2a29
}

.bc-border-brand-primary-pair-00-00 {
    border-color: #2c2a29
}

.bc-text-brand-primary-pair-00-00 {
    color: #2c2a29
}

.bc-bg-brand-P-N-pair-00-700 {
    background-color: #595a5c
}

.bc-border-brand-P-N-pair-00-700 {
    border-color: #595a5c
}

.bc-text-brand-P-N-pair-00-700 {
    color: #595a5c
}

.bc-bg-brand-N-P-pair-900-00 {
    background-color: #2c2a29
}

.bc-border-brand-N-P-pair-900-00 {
    border-color: #2c2a29
}

.bc-text-brand-N-P-pair-900-00 {
    color: #2c2a29
}

.bc-bg-brand-sequential-N-pair-800-700 {
    background-color: #595a5c
}

.bc-border-brand-sequential-N-pair-800-700 {
    border-color: #595a5c
}

.bc-text-brand-sequential-N-pair-800-700 {
    color: #595a5c
}

.bc-bg-brand-sequential-N-pair-800-100 {
    background-color: #f2f2f4
}

.bc-border-brand-sequential-N-pair-800-100 {
    border-color: #f2f2f4
}

.bc-text-brand-sequential-N-pair-800-100 {
    color: #f2f2f4
}

.bc-bg-brand-sequential-N-pair-700-700 {
    background-color: #595a5c
}

.bc-border-brand-sequential-N-pair-700-700 {
    border-color: #595a5c
}

.bc-text-brand-sequential-N-pair-700-700 {
    color: #595a5c
}

.bc-bg-brand-sequential-N-pair-600-600 {
    background-color: #727476
}

.bc-border-brand-sequential-N-pair-600-600 {
    border-color: #727476
}

.bc-text-brand-sequential-N-pair-600-600 {
    color: #727476
}

.bc-bg-brand-sequential-N-pair-500-500 {
    background-color: #7d7f82
}

.bc-border-brand-sequential-N-pair-500-500 {
    border-color: #7d7f82
}

.bc-text-brand-sequential-N-pair-500-500 {
    color: #7d7f82
}

.bc-bg-brand-sequential-N-pair-500-400 {
    background-color: #97999b
}

.bc-border-brand-sequential-N-pair-500-400 {
    border-color: #97999b
}

.bc-text-brand-sequential-N-pair-500-400 {
    color: #97999b
}

.bc-bg-brand-sequential-N-pair-400-400 {
    background-color: #97999b
}

.bc-border-brand-sequential-N-pair-400-400 {
    border-color: #97999b
}

.bc-text-brand-sequential-N-pair-400-400 {
    color: #97999b
}

.bc-bg-brand-sequential-N-pair-300-300 {
    background-color: #b3b5b8
}

.bc-border-brand-sequential-N-pair-300-300 {
    border-color: #b3b5b8
}

.bc-text-brand-sequential-N-pair-300-300 {
    color: #b3b5b8
}

.bc-bg-brand-sequential-N-pair-200-700 {
    background-color: #595a5c
}

.bc-border-brand-sequential-N-pair-200-700 {
    border-color: #595a5c
}

.bc-text-brand-sequential-N-pair-200-700 {
    color: #595a5c
}

.bc-bg-brand-sequential-N-pair-200-800 {
    background-color: #454648
}

.bc-border-brand-sequential-N-pair-200-800 {
    border-color: #454648
}

.bc-text-brand-sequential-N-pair-200-800 {
    color: #454648
}

.bc-bg-brand-sequential-N-pair-100-100 {
    background-color: #454648
}

.bc-border-brand-sequential-N-pair-100-100 {
    border-color: #454648
}

.bc-text-brand-sequential-N-pair-100-100 {
    color: #454648
}

.bc-bg-brand-N-P-pair-50-00 {
    background-color: #2c2a29
}

.bc-border-brand-N-P-pair-50-00 {
    border-color: #2c2a29
}

.bc-text-brand-N-P-pair-50-00 {
    color: #2c2a29
}

.bc-bg-brand-N-P-pair-50-900 {
    background-color: #353537
}

.bc-border-brand-N-P-pair-50-900 {
    border-color: #353537
}

.bc-text-brand-N-P-pair-50-900 {
    color: #353537
}

.bc-bg-brand-sequential-M-pair-50-50 {
    background-color: #fffbe9
}

.bc-border-brand-sequential-M-pair-50-50 {
    border-color: #fffbe9
}

.bc-text-brand-sequential-M-pair-50-50 {
    color: #fffbe9
}

.bc-bg-brand-sequential-M-pair-50-900 {
    background-color: #6a5c0f
}

.bc-border-brand-sequential-M-pair-50-900 {
    border-color: #6a5c0f
}

.bc-text-brand-sequential-M-pair-50-900 {
    color: #6a5c0f
}

.bc-bg-brand-sequential-M-pair-100-100 {
    background-color: #fef4bb
}

.bc-border-brand-sequential-M-pair-100-100 {
    border-color: #fef4bb
}

.bc-text-brand-sequential-M-pair-100-100 {
    color: #fef4bb
}

.bc-bg-brand-sequential-M-pair-200-200 {
    background-color: #fde773
}

.bc-border-brand-sequential-M-pair-200-200 {
    border-color: #fde773
}

.bc-text-brand-sequential-M-pair-200-200 {
    color: #fde773
}

.bc-bg-brand-sequential-M-pair-500-400 {
    background-color: #fde150
}

.bc-border-brand-sequential-M-pair-500-400 {
    border-color: #fde150
}

.bc-text-brand-sequential-M-pair-500-400 {
    color: #fde150
}

.bc-bg-brand-sequential-M-pair-500-500 {
    background-color: #fdda24
}

.bc-border-brand-sequential-M-pair-500-500 {
    border-color: #fdda24
}

.bc-text-brand-sequential-M-pair-500-500 {
    color: #fdda24
}

.bc-bg-brand-sequential-M-pair-500-600 {
    background-color: #e6c621
}

.bc-border-brand-sequential-M-pair-500-600 {
    border-color: #e6c621
}

.bc-text-brand-sequential-M-pair-500-600 {
    color: #e6c621
}

.bc-bg-brand-sequential-M-pair-800-800 {
    background-color: #867313
}

.bc-border-brand-sequential-M-pair-800-800 {
    border-color: #867313
}

.bc-text-brand-sequential-M-pair-800-800 {
    color: #867313
}

.bc-bg-brand-sequential-M-pair-900-900 {
    background-color: #6a5c0f
}

.bc-border-brand-sequential-M-pair-900-900 {
    border-color: #6a5c0f
}

.bc-text-brand-sequential-M-pair-900-900 {
    color: #6a5c0f
}

.bc-bg-brand-sequential-F-pair-50-50 {
    background-color: #fef8fa
}

.bc-border-brand-sequential-F-pair-50-50 {
    border-color: #fef8fa
}

.bc-text-brand-sequential-F-pair-50-50 {
    color: #fef8fa
}

.bc-bg-brand-sequential-F-pair-50-900 {
    background-color: #58414a
}

.bc-border-brand-sequential-F-pair-50-900 {
    border-color: #58414a
}

.bc-text-brand-sequential-F-pair-50-900 {
    color: #58414a
}

.bc-bg-brand-sequential-F-pair-100-100 {
    background-color: #fce8f0
}

.bc-border-brand-sequential-F-pair-100-100 {
    border-color: #fce8f0
}

.bc-text-brand-sequential-F-pair-100-100 {
    color: #fce8f0
}

.bc-bg-brand-sequential-F-pair-200-200 {
    background-color: #f9d3e1
}

.bc-border-brand-sequential-F-pair-200-200 {
    border-color: #f9d3e1
}

.bc-text-brand-sequential-F-pair-200-200 {
    color: #f9d3e1
}

.bc-bg-brand-sequential-F-pair-500-400 {
    background-color: #f7c5d7
}

.bc-border-brand-sequential-F-pair-500-400 {
    border-color: #f7c5d7
}

.bc-text-brand-sequential-F-pair-500-400 {
    color: #f7c5d7
}

.bc-bg-brand-sequential-F-pair-500-500 {
    background-color: #f5b6cd
}

.bc-border-brand-sequential-F-pair-500-500 {
    border-color: #f5b6cd
}

.bc-text-brand-sequential-F-pair-500-500 {
    color: #f5b6cd
}

.bc-bg-brand-sequential-F-pair-500-600 {
    background-color: #dfa6bb
}

.bc-border-brand-sequential-F-pair-500-600 {
    border-color: #dfa6bb
}

.bc-text-brand-sequential-F-pair-500-600 {
    color: #dfa6bb
}

.bc-bg-brand-sequential-F-pair-800-800 {
    background-color: #755762
}

.bc-border-brand-sequential-F-pair-800-800 {
    border-color: #755762
}

.bc-text-brand-sequential-F-pair-800-800 {
    color: #755762
}

.bc-bg-brand-sequential-F-pair-900-900 {
    background-color: #58414a
}

.bc-border-brand-sequential-F-pair-900-900 {
    border-color: #58414a
}

.bc-text-brand-sequential-F-pair-900-900 {
    color: #58414a
}

.bc-bg-brand-sequential-AL-pair-50-50 {
    background-color: #fff2ec
}

.bc-border-brand-sequential-AL-pair-50-50 {
    border-color: #fff2ec
}

.bc-text-brand-sequential-AL-pair-50-50 {
    color: #fff2ec
}

.bc-bg-brand-sequential-AL-pair-50-900 {
    background-color: #6b351b
}

.bc-border-brand-sequential-AL-pair-50-900 {
    border-color: #6b351b
}

.bc-text-brand-sequential-AL-pair-50-900 {
    color: #6b351b
}

.bc-bg-brand-sequential-AL-pair-100-100 {
    background-color: #ffd7c4
}

.bc-border-brand-sequential-AL-pair-100-100 {
    border-color: #ffd7c4
}

.bc-text-brand-sequential-AL-pair-100-100 {
    color: #ffd7c4
}

.bc-bg-brand-sequential-AL-pair-200-200 {
    background-color: #ffb28d
}

.bc-border-brand-sequential-AL-pair-200-200 {
    border-color: #ffb28d
}

.bc-text-brand-sequential-AL-pair-200-200 {
    color: #ffb28d
}

.bc-bg-brand-sequential-AL-pair-500-400 {
    background-color: #ff9967
}

.bc-border-brand-sequential-AL-pair-500-400 {
    border-color: #ff9967
}

.bc-text-brand-sequential-AL-pair-500-400 {
    color: #ff9967
}

.bc-bg-brand-sequential-AL-pair-500-500 {
    background-color: #ff7f41
}

.bc-border-brand-sequential-AL-pair-500-500 {
    border-color: #ff7f41
}

.bc-text-brand-sequential-AL-pair-500-500 {
    color: #ff7f41
}

.bc-bg-brand-sequential-AL-pair-500-600 {
    background-color: #e8743b
}

.bc-border-brand-sequential-AL-pair-500-600 {
    border-color: #e8743b
}

.bc-text-brand-sequential-AL-pair-500-600 {
    color: #e8743b
}

.bc-bg-brand-sequential-AL-pair-800-800 {
    background-color: #8c4624
}

.bc-border-brand-sequential-AL-pair-800-800 {
    border-color: #8c4624
}

.bc-text-brand-sequential-AL-pair-800-800 {
    color: #8c4624
}

.bc-bg-brand-sequential-AL-pair-900-900 {
    background-color: #6b351b
}

.bc-border-brand-sequential-AL-pair-900-900 {
    border-color: #6b351b
}

.bc-text-brand-sequential-AL-pair-900-900 {
    color: #6b351b
}

.bc-bg-brand-sequential-O-pair-50-50 {
    background-color: #f4effa
}

.bc-border-brand-sequential-O-pair-50-50 {
    border-color: #f4effa
}

.bc-text-brand-sequential-O-pair-50-50 {
    color: #f4effa
}

.bc-bg-brand-sequential-O-pair-50-900 {
    background-color: #3c2a56
}

.bc-border-brand-sequential-O-pair-50-900 {
    border-color: #3c2a56
}

.bc-text-brand-sequential-O-pair-50-900 {
    color: #3c2a56
}

.bc-bg-brand-sequential-O-pair-100-100 {
    background-color: #ddcff0
}

.bc-border-brand-sequential-O-pair-100-100 {
    border-color: #ddcff0
}

.bc-text-brand-sequential-O-pair-100-100 {
    color: #ddcff0
}

.bc-bg-brand-sequential-O-pair-200-200 {
    background-color: #c5ade5
}

.bc-border-brand-sequential-O-pair-200-200 {
    border-color: #c5ade5
}

.bc-text-brand-sequential-O-pair-200-200 {
    color: #c5ade5
}

.bc-bg-brand-sequential-O-pair-500-400 {
    background-color: #a682d7
}

.bc-border-brand-sequential-O-pair-500-400 {
    border-color: #a682d7
}

.bc-text-brand-sequential-O-pair-500-400 {
    color: #a682d7
}

.bc-bg-brand-sequential-O-pair-500-500 {
    background-color: #9063cd
}

.bc-border-brand-sequential-O-pair-500-500 {
    border-color: #9063cd
}

.bc-text-brand-sequential-O-pair-500-500 {
    color: #9063cd
}

.bc-bg-brand-sequential-O-pair-500-600 {
    background-color: #835abb
}

.bc-border-brand-sequential-O-pair-500-600 {
    border-color: #835abb
}

.bc-text-brand-sequential-O-pair-500-600 {
    color: #835abb
}

.bc-bg-brand-sequential-O-pair-800-800 {
    background-color: #4f3671
}

.bc-border-brand-sequential-O-pair-800-800 {
    border-color: #4f3671
}

.bc-text-brand-sequential-O-pair-800-800 {
    color: #4f3671
}

.bc-bg-brand-sequential-O-pair-900-900 {
    background-color: #3c2a56
}

.bc-border-brand-sequential-O-pair-900-900 {
    border-color: #3c2a56
}

.bc-text-brand-sequential-O-pair-900-900 {
    color: #3c2a56
}

.bc-bg-brand-sequential-C-pair-50-50 {
    background-color: #eefafd
}

.bc-border-brand-sequential-C-pair-50-50 {
    border-color: #eefafd
}

.bc-text-brand-sequential-C-pair-50-50 {
    color: #eefafd
}

.bc-bg-brand-sequential-C-pair-50-900 {
    background-color: #294d56
}

.bc-border-brand-sequential-C-pair-50-900 {
    border-color: #294d56
}

.bc-text-brand-sequential-C-pair-50-900 {
    color: #294d56
}

.bc-bg-brand-sequential-C-pair-100-100 {
    background-color: #cceff8
}

.bc-border-brand-sequential-C-pair-100-100 {
    border-color: #cceff8
}

.bc-text-brand-sequential-C-pair-100-100 {
    color: #cceff8
}

.bc-bg-brand-sequential-C-pair-200-200 {
    background-color: #9be0f1
}

.bc-border-brand-sequential-C-pair-200-200 {
    border-color: #9be0f1
}

.bc-text-brand-sequential-C-pair-200-200 {
    color: #9be0f1
}

.bc-bg-brand-sequential-C-pair-500-400 {
    background-color: #7ad5ed
}

.bc-border-brand-sequential-C-pair-500-400 {
    border-color: #7ad5ed
}

.bc-text-brand-sequential-C-pair-500-400 {
    color: #7ad5ed
}

.bc-bg-brand-sequential-C-pair-500-500 {
    background-color: #59cbe8
}

.bc-border-brand-sequential-C-pair-500-500 {
    border-color: #59cbe8
}

.bc-text-brand-sequential-C-pair-500-500 {
    color: #59cbe8
}

.bc-bg-brand-sequential-C-pair-500-600 {
    background-color: #51b9d3
}

.bc-border-brand-sequential-C-pair-500-600 {
    border-color: #51b9d3
}

.bc-text-brand-sequential-C-pair-500-600 {
    color: #51b9d3
}

.bc-bg-brand-sequential-C-pair-800-800 {
    background-color: #356e7c
}

.bc-border-brand-sequential-C-pair-800-800 {
    border-color: #356e7c
}

.bc-text-brand-sequential-C-pair-800-800 {
    color: #356e7c
}

.bc-bg-brand-sequential-C-pair-900-900 {
    background-color: #294d56
}

.bc-border-brand-sequential-C-pair-900-900 {
    border-color: #294d56
}

.bc-text-brand-sequential-C-pair-900-900 {
    color: #294d56
}

.bc-bg-brand-sequential-A-pair-50-50 {
    background-color: #e6f9f3
}

.bc-border-brand-sequential-A-pair-50-50 {
    border-color: #e6f9f3
}

.bc-text-brand-sequential-A-pair-50-50 {
    color: #e6f9f3
}

.bc-bg-brand-sequential-A-pair-50-900 {
    background-color: #084a37
}

.bc-border-brand-sequential-A-pair-50-900 {
    border-color: #084a37
}

.bc-text-brand-sequential-A-pair-50-900 {
    color: #084a37
}

.bc-bg-brand-sequential-A-pair-100-100 {
    background-color: #b0ecda
}

.bc-border-brand-sequential-A-pair-100-100 {
    border-color: #b0ecda
}

.bc-text-brand-sequential-A-pair-100-100 {
    color: #b0ecda
}

.bc-bg-brand-sequential-A-pair-200-200 {
    background-color: #66dbb8
}

.bc-border-brand-sequential-A-pair-200-200 {
    border-color: #66dbb8
}

.bc-text-brand-sequential-A-pair-200-200 {
    color: #66dbb8
}

.bc-bg-brand-sequential-A-pair-500-400 {
    background-color: #20dfa7
}

.bc-border-brand-sequential-A-pair-500-400 {
    border-color: #20dfa7
}

.bc-text-brand-sequential-A-pair-500-400 {
    color: #20dfa7
}

.bc-bg-brand-sequential-A-pair-500-500 {
    background-color: #00c389
}

.bc-border-brand-sequential-A-pair-500-500 {
    border-color: #00c389
}

.bc-text-brand-sequential-A-pair-500-500 {
    color: #00c389
}

.bc-bg-brand-sequential-A-pair-500-600 {
    background-color: #04ad7b
}

.bc-border-brand-sequential-A-pair-500-600 {
    border-color: #04ad7b
}

.bc-text-brand-sequential-A-pair-500-600 {
    color: #04ad7b
}

.bc-bg-brand-sequential-A-pair-800-800 {
    background-color: #086348
}

.bc-border-brand-sequential-A-pair-800-800 {
    border-color: #086348
}

.bc-text-brand-sequential-A-pair-800-800 {
    color: #086348
}

.bc-bg-brand-sequential-A-pair-900-900 {
    background-color: #084a37
}

.bc-border-brand-sequential-A-pair-900-900 {
    border-color: #084a37
}

.bc-text-brand-sequential-A-pair-900-900 {
    color: #084a37
}

.bc-bg-brand-complementary-pair-01-04 {
    background-color: #ff8389
}

.bc-border-brand-complementary-pair-01-04 {
    border-color: #ff8389
}

.bc-text-brand-complementary-pair-01-04 {
    color: #ff8389
}

.bc-bg-brand-complementary-pair-00-03 {
    background-color: #69cc96
}

.bc-border-brand-complementary-pair-00-03 {
    border-color: #69cc96
}

.bc-text-brand-complementary-pair-00-03 {
    color: #69cc96
}

.bc-bg-brand-complementary-pair-02-05 {
    background-color: #59cbe8
}

.bc-border-brand-complementary-pair-02-05 {
    border-color: #59cbe8
}

.bc-text-brand-complementary-pair-02-05 {
    color: #59cbe8
}

.bc-bg-brand-N-P-pair-100-00 {
    background-color: #2c2a29
}

.bc-border-brand-N-P-pair-100-00 {
    border-color: #2c2a29
}

.bc-text-brand-N-P-pair-100-00 {
    color: #2c2a29
}

.bc-bg-brand-sequential-N-pair-100-700 {
    background-color: #595a5c
}

.bc-border-brand-sequential-N-pair-100-700 {
    border-color: #595a5c
}

.bc-text-brand-sequential-N-pair-100-700 {
    color: #595a5c
}

@media(min-width: 1px) {
    .bc-float-xs-start {
        float: left
    }

    .bc-float-xs-end {
        float: right
    }

    .bc-float-xs-none {
        float: none
    }

    .bc-d-xs-inline {
        display: inline
    }

    .bc-d-xs-inline-block {
        display: inline-block
    }

    .bc-d-xs-block {
        display: block
    }

    .bc-d-xs-grid {
        display: grid
    }

    .bc-d-xs-table {
        display: table
    }

    .bc-d-xs-table-row {
        display: table-row
    }

    .bc-d-xs-table-cell {
        display: table-cell
    }

    .bc-d-xs-flex {
        display: flex
    }

    .bc-d-xs-inline-flex {
        display: inline-flex
    }

    .bc-d-xs-none {
        display: none
    }

    .bc-flex-xs-fill {
        flex: 1 1 auto
    }

    .bc-flex-xs-row {
        flex-direction: row
    }

    .bc-flex-xs-column {
        flex-direction: column
    }

    .bc-flex-xs-row-reverse {
        flex-direction: row-reverse
    }

    .bc-flex-xs-column-reverse {
        flex-direction: column-reverse
    }

    .bc-flex-xs-grow-0 {
        flex-grow: 0
    }

    .bc-flex-xs-grow-1 {
        flex-grow: 1
    }

    .bc-flex-xs-shrink-0 {
        flex-shrink: 0
    }

    .bc-flex-xs-shrink-1 {
        flex-shrink: 1
    }

    .bc-flex-xs-wrap {
        flex-wrap: wrap
    }

    .bc-flex-xs-nowrap {
        flex-wrap: nowrap
    }

    .bc-flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-gap-xs-0 {
        gap: 0
    }

    .bc-gap-xs-1 {
        gap: .25rem
    }

    .bc-gap-xs-2 {
        gap: .5rem
    }

    .bc-gap-xs-3 {
        gap: 1rem
    }

    .bc-gap-xs-4 {
        gap: 1.5rem
    }

    .bc-gap-xs-5 {
        gap: 3rem
    }

    .bc-justify-content-xs-start {
        justify-content: flex-start
    }

    .bc-justify-content-xs-end {
        justify-content: flex-end
    }

    .bc-justify-content-xs-center {
        justify-content: center
    }

    .bc-justify-content-xs-between {
        justify-content: space-between
    }

    .bc-justify-content-xs-around {
        justify-content: space-around
    }

    .bc-justify-content-xs-evenly {
        justify-content: space-evenly
    }

    .bc-align-items-xs-start {
        align-items: flex-start
    }

    .bc-align-items-xs-end {
        align-items: flex-end
    }

    .bc-align-items-xs-center {
        align-items: center
    }

    .bc-align-items-xs-baseline {
        align-items: baseline
    }

    .bc-align-items-xs-stretch {
        align-items: stretch
    }

    .bc-align-content-xs-start {
        align-content: flex-start
    }

    .bc-align-content-xs-end {
        align-content: flex-end
    }

    .bc-align-content-xs-center {
        align-content: center
    }

    .bc-align-content-xs-between {
        align-content: space-between
    }

    .bc-align-content-xs-around {
        align-content: space-around
    }

    .bc-align-content-xs-stretch {
        align-content: stretch
    }

    .bc-align-self-xs-auto {
        align-self: auto
    }

    .bc-align-self-xs-start {
        align-self: flex-start
    }

    .bc-align-self-xs-end {
        align-self: flex-end
    }

    .bc-align-self-xs-center {
        align-self: center
    }

    .bc-align-self-xs-baseline {
        align-self: baseline
    }

    .bc-align-self-xs-stretch {
        align-self: stretch
    }

    .bc-order-xs-first {
        order: -1
    }

    .bc-order-xs-0 {
        order: 0
    }

    .bc-order-xs-1 {
        order: 1
    }

    .bc-order-xs-2 {
        order: 2
    }

    .bc-order-xs-3 {
        order: 3
    }

    .bc-order-xs-4 {
        order: 4
    }

    .bc-order-xs-5 {
        order: 5
    }

    .bc-order-xs-last {
        order: 6
    }

    .bc-m-xs-0 {
        margin: 0
    }

    .bc-m-xs-1 {
        margin: .25rem
    }

    .bc-m-xs-2 {
        margin: .5rem
    }

    .bc-m-xs-3 {
        margin: 1rem
    }

    .bc-m-xs-4 {
        margin: 1.5rem
    }

    .bc-m-xs-5 {
        margin: 3rem
    }

    .bc-m-xs-auto {
        margin: auto
    }

    .bc-mx-xs-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-mx-xs-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-mx-xs-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-mx-xs-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-mx-xs-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-mx-xs-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-mx-xs-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-my-xs-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-my-xs-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-my-xs-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-my-xs-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-my-xs-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-my-xs-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-my-xs-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-mt-xs-0 {
        margin-top: 0
    }

    .bc-mt-xs-1 {
        margin-top: .25rem
    }

    .bc-mt-xs-2 {
        margin-top: .5rem
    }

    .bc-mt-xs-3 {
        margin-top: 1rem
    }

    .bc-mt-xs-4 {
        margin-top: 1.5rem
    }

    .bc-mt-xs-5 {
        margin-top: 3rem
    }

    .bc-mt-xs-auto {
        margin-top: auto
    }

    .bc-me-xs-0 {
        margin-right: 0
    }

    .bc-me-xs-1 {
        margin-right: .25rem
    }

    .bc-me-xs-2 {
        margin-right: .5rem
    }

    .bc-me-xs-3 {
        margin-right: 1rem
    }

    .bc-me-xs-4 {
        margin-right: 1.5rem
    }

    .bc-me-xs-5 {
        margin-right: 3rem
    }

    .bc-me-xs-auto {
        margin-right: auto
    }

    .bc-mb-xs-0 {
        margin-bottom: 0
    }

    .bc-mb-xs-1 {
        margin-bottom: .25rem
    }

    .bc-mb-xs-2 {
        margin-bottom: .5rem
    }

    .bc-mb-xs-3 {
        margin-bottom: 1rem
    }

    .bc-mb-xs-4 {
        margin-bottom: 1.5rem
    }

    .bc-mb-xs-5 {
        margin-bottom: 3rem
    }

    .bc-mb-xs-auto {
        margin-bottom: auto
    }

    .bc-ms-xs-0 {
        margin-left: 0
    }

    .bc-ms-xs-1 {
        margin-left: .25rem
    }

    .bc-ms-xs-2 {
        margin-left: .5rem
    }

    .bc-ms-xs-3 {
        margin-left: 1rem
    }

    .bc-ms-xs-4 {
        margin-left: 1.5rem
    }

    .bc-ms-xs-5 {
        margin-left: 3rem
    }

    .bc-ms-xs-auto {
        margin-left: auto
    }

    .bc-p-xs-0 {
        padding: 0
    }

    .bc-p-xs-1 {
        padding: .25rem
    }

    .bc-p-xs-2 {
        padding: .5rem
    }

    .bc-p-xs-3 {
        padding: 1rem
    }

    .bc-p-xs-4 {
        padding: 1.5rem
    }

    .bc-p-xs-5 {
        padding: 3rem
    }

    .bc-px-xs-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-px-xs-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-px-xs-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-px-xs-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-px-xs-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-px-xs-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-py-xs-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-py-xs-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-py-xs-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-py-xs-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-py-xs-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-py-xs-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-pt-xs-0 {
        padding-top: 0
    }

    .bc-pt-xs-1 {
        padding-top: .25rem
    }

    .bc-pt-xs-2 {
        padding-top: .5rem
    }

    .bc-pt-xs-3 {
        padding-top: 1rem
    }

    .bc-pt-xs-4 {
        padding-top: 1.5rem
    }

    .bc-pt-xs-5 {
        padding-top: 3rem
    }

    .bc-pe-xs-0 {
        padding-right: 0
    }

    .bc-pe-xs-1 {
        padding-right: .25rem
    }

    .bc-pe-xs-2 {
        padding-right: .5rem
    }

    .bc-pe-xs-3 {
        padding-right: 1rem
    }

    .bc-pe-xs-4 {
        padding-right: 1.5rem
    }

    .bc-pe-xs-5 {
        padding-right: 3rem
    }

    .bc-pb-xs-0 {
        padding-bottom: 0
    }

    .bc-pb-xs-1 {
        padding-bottom: .25rem
    }

    .bc-pb-xs-2 {
        padding-bottom: .5rem
    }

    .bc-pb-xs-3 {
        padding-bottom: 1rem
    }

    .bc-pb-xs-4 {
        padding-bottom: 1.5rem
    }

    .bc-pb-xs-5 {
        padding-bottom: 3rem
    }

    .bc-ps-xs-0 {
        padding-left: 0
    }

    .bc-ps-xs-1 {
        padding-left: .25rem
    }

    .bc-ps-xs-2 {
        padding-left: .5rem
    }

    .bc-ps-xs-3 {
        padding-left: 1rem
    }

    .bc-ps-xs-4 {
        padding-left: 1.5rem
    }

    .bc-ps-xs-5 {
        padding-left: 3rem
    }

    .bc-text-xs-start {
        text-align: left
    }

    .bc-text-xs-end {
        text-align: right
    }

    .bc-text-xs-center {
        text-align: center
    }
}

@media(min-width: 576px) {
    .bc-float-sm-start {
        float: left
    }

    .bc-float-sm-end {
        float: right
    }

    .bc-float-sm-none {
        float: none
    }

    .bc-d-sm-inline {
        display: inline
    }

    .bc-d-sm-inline-block {
        display: inline-block
    }

    .bc-d-sm-block {
        display: block
    }

    .bc-d-sm-grid {
        display: grid
    }

    .bc-d-sm-table {
        display: table
    }

    .bc-d-sm-table-row {
        display: table-row
    }

    .bc-d-sm-table-cell {
        display: table-cell
    }

    .bc-d-sm-flex {
        display: flex
    }

    .bc-d-sm-inline-flex {
        display: inline-flex
    }

    .bc-d-sm-none {
        display: none
    }

    .bc-flex-sm-fill {
        flex: 1 1 auto
    }

    .bc-flex-sm-row {
        flex-direction: row
    }

    .bc-flex-sm-column {
        flex-direction: column
    }

    .bc-flex-sm-row-reverse {
        flex-direction: row-reverse
    }

    .bc-flex-sm-column-reverse {
        flex-direction: column-reverse
    }

    .bc-flex-sm-grow-0 {
        flex-grow: 0
    }

    .bc-flex-sm-grow-1 {
        flex-grow: 1
    }

    .bc-flex-sm-shrink-0 {
        flex-shrink: 0
    }

    .bc-flex-sm-shrink-1 {
        flex-shrink: 1
    }

    .bc-flex-sm-wrap {
        flex-wrap: wrap
    }

    .bc-flex-sm-nowrap {
        flex-wrap: nowrap
    }

    .bc-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-gap-sm-0 {
        gap: 0
    }

    .bc-gap-sm-1 {
        gap: .25rem
    }

    .bc-gap-sm-2 {
        gap: .5rem
    }

    .bc-gap-sm-3 {
        gap: 1rem
    }

    .bc-gap-sm-4 {
        gap: 1.5rem
    }

    .bc-gap-sm-5 {
        gap: 3rem
    }

    .bc-justify-content-sm-start {
        justify-content: flex-start
    }

    .bc-justify-content-sm-end {
        justify-content: flex-end
    }

    .bc-justify-content-sm-center {
        justify-content: center
    }

    .bc-justify-content-sm-between {
        justify-content: space-between
    }

    .bc-justify-content-sm-around {
        justify-content: space-around
    }

    .bc-justify-content-sm-evenly {
        justify-content: space-evenly
    }

    .bc-align-items-sm-start {
        align-items: flex-start
    }

    .bc-align-items-sm-end {
        align-items: flex-end
    }

    .bc-align-items-sm-center {
        align-items: center
    }

    .bc-align-items-sm-baseline {
        align-items: baseline
    }

    .bc-align-items-sm-stretch {
        align-items: stretch
    }

    .bc-align-content-sm-start {
        align-content: flex-start
    }

    .bc-align-content-sm-end {
        align-content: flex-end
    }

    .bc-align-content-sm-center {
        align-content: center
    }

    .bc-align-content-sm-between {
        align-content: space-between
    }

    .bc-align-content-sm-around {
        align-content: space-around
    }

    .bc-align-content-sm-stretch {
        align-content: stretch
    }

    .bc-align-self-sm-auto {
        align-self: auto
    }

    .bc-align-self-sm-start {
        align-self: flex-start
    }

    .bc-align-self-sm-end {
        align-self: flex-end
    }

    .bc-align-self-sm-center {
        align-self: center
    }

    .bc-align-self-sm-baseline {
        align-self: baseline
    }

    .bc-align-self-sm-stretch {
        align-self: stretch
    }

    .bc-order-sm-first {
        order: -1
    }

    .bc-order-sm-0 {
        order: 0
    }

    .bc-order-sm-1 {
        order: 1
    }

    .bc-order-sm-2 {
        order: 2
    }

    .bc-order-sm-3 {
        order: 3
    }

    .bc-order-sm-4 {
        order: 4
    }

    .bc-order-sm-5 {
        order: 5
    }

    .bc-order-sm-last {
        order: 6
    }

    .bc-m-sm-0 {
        margin: 0
    }

    .bc-m-sm-1 {
        margin: .25rem
    }

    .bc-m-sm-2 {
        margin: .5rem
    }

    .bc-m-sm-3 {
        margin: 1rem
    }

    .bc-m-sm-4 {
        margin: 1.5rem
    }

    .bc-m-sm-5 {
        margin: 3rem
    }

    .bc-m-sm-auto {
        margin: auto
    }

    .bc-mx-sm-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-mx-sm-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-mx-sm-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-mx-sm-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-mx-sm-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-mx-sm-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-mx-sm-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-my-sm-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-my-sm-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-my-sm-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-my-sm-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-my-sm-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-my-sm-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-my-sm-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-mt-sm-0 {
        margin-top: 0
    }

    .bc-mt-sm-1 {
        margin-top: .25rem
    }

    .bc-mt-sm-2 {
        margin-top: .5rem
    }

    .bc-mt-sm-3 {
        margin-top: 1rem
    }

    .bc-mt-sm-4 {
        margin-top: 1.5rem
    }

    .bc-mt-sm-5 {
        margin-top: 3rem
    }

    .bc-mt-sm-auto {
        margin-top: auto
    }

    .bc-me-sm-0 {
        margin-right: 0
    }

    .bc-me-sm-1 {
        margin-right: .25rem
    }

    .bc-me-sm-2 {
        margin-right: .5rem
    }

    .bc-me-sm-3 {
        margin-right: 1rem
    }

    .bc-me-sm-4 {
        margin-right: 1.5rem
    }

    .bc-me-sm-5 {
        margin-right: 3rem
    }

    .bc-me-sm-auto {
        margin-right: auto
    }

    .bc-mb-sm-0 {
        margin-bottom: 0
    }

    .bc-mb-sm-1 {
        margin-bottom: .25rem
    }

    .bc-mb-sm-2 {
        margin-bottom: .5rem
    }

    .bc-mb-sm-3 {
        margin-bottom: 1rem
    }

    .bc-mb-sm-4 {
        margin-bottom: 1.5rem
    }

    .bc-mb-sm-5 {
        margin-bottom: 3rem
    }

    .bc-mb-sm-auto {
        margin-bottom: auto
    }

    .bc-ms-sm-0 {
        margin-left: 0
    }

    .bc-ms-sm-1 {
        margin-left: .25rem
    }

    .bc-ms-sm-2 {
        margin-left: .5rem
    }

    .bc-ms-sm-3 {
        margin-left: 1rem
    }

    .bc-ms-sm-4 {
        margin-left: 1.5rem
    }

    .bc-ms-sm-5 {
        margin-left: 3rem
    }

    .bc-ms-sm-auto {
        margin-left: auto
    }

    .bc-p-sm-0 {
        padding: 0
    }

    .bc-p-sm-1 {
        padding: .25rem
    }

    .bc-p-sm-2 {
        padding: .5rem
    }

    .bc-p-sm-3 {
        padding: 1rem
    }

    .bc-p-sm-4 {
        padding: 1.5rem
    }

    .bc-p-sm-5 {
        padding: 3rem
    }

    .bc-px-sm-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-px-sm-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-px-sm-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-px-sm-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-px-sm-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-px-sm-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-py-sm-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-py-sm-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-py-sm-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-py-sm-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-py-sm-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-py-sm-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-pt-sm-0 {
        padding-top: 0
    }

    .bc-pt-sm-1 {
        padding-top: .25rem
    }

    .bc-pt-sm-2 {
        padding-top: .5rem
    }

    .bc-pt-sm-3 {
        padding-top: 1rem
    }

    .bc-pt-sm-4 {
        padding-top: 1.5rem
    }

    .bc-pt-sm-5 {
        padding-top: 3rem
    }

    .bc-pe-sm-0 {
        padding-right: 0
    }

    .bc-pe-sm-1 {
        padding-right: .25rem
    }

    .bc-pe-sm-2 {
        padding-right: .5rem
    }

    .bc-pe-sm-3 {
        padding-right: 1rem
    }

    .bc-pe-sm-4 {
        padding-right: 1.5rem
    }

    .bc-pe-sm-5 {
        padding-right: 3rem
    }

    .bc-pb-sm-0 {
        padding-bottom: 0
    }

    .bc-pb-sm-1 {
        padding-bottom: .25rem
    }

    .bc-pb-sm-2 {
        padding-bottom: .5rem
    }

    .bc-pb-sm-3 {
        padding-bottom: 1rem
    }

    .bc-pb-sm-4 {
        padding-bottom: 1.5rem
    }

    .bc-pb-sm-5 {
        padding-bottom: 3rem
    }

    .bc-ps-sm-0 {
        padding-left: 0
    }

    .bc-ps-sm-1 {
        padding-left: .25rem
    }

    .bc-ps-sm-2 {
        padding-left: .5rem
    }

    .bc-ps-sm-3 {
        padding-left: 1rem
    }

    .bc-ps-sm-4 {
        padding-left: 1.5rem
    }

    .bc-ps-sm-5 {
        padding-left: 3rem
    }

    .bc-text-sm-start {
        text-align: left
    }

    .bc-text-sm-end {
        text-align: right
    }

    .bc-text-sm-center {
        text-align: center
    }
}

@media(min-width: 768px) {
    .bc-float-md-start {
        float: left
    }

    .bc-float-md-end {
        float: right
    }

    .bc-float-md-none {
        float: none
    }

    .bc-d-md-inline {
        display: inline
    }

    .bc-d-md-inline-block {
        display: inline-block
    }

    .bc-d-md-block {
        display: block
    }

    .bc-d-md-grid {
        display: grid
    }

    .bc-d-md-table {
        display: table
    }

    .bc-d-md-table-row {
        display: table-row
    }

    .bc-d-md-table-cell {
        display: table-cell
    }

    .bc-d-md-flex {
        display: flex
    }

    .bc-d-md-inline-flex {
        display: inline-flex
    }

    .bc-d-md-none {
        display: none
    }

    .bc-flex-md-fill {
        flex: 1 1 auto
    }

    .bc-flex-md-row {
        flex-direction: row
    }

    .bc-flex-md-column {
        flex-direction: column
    }

    .bc-flex-md-row-reverse {
        flex-direction: row-reverse
    }

    .bc-flex-md-column-reverse {
        flex-direction: column-reverse
    }

    .bc-flex-md-grow-0 {
        flex-grow: 0
    }

    .bc-flex-md-grow-1 {
        flex-grow: 1
    }

    .bc-flex-md-shrink-0 {
        flex-shrink: 0
    }

    .bc-flex-md-shrink-1 {
        flex-shrink: 1
    }

    .bc-flex-md-wrap {
        flex-wrap: wrap
    }

    .bc-flex-md-nowrap {
        flex-wrap: nowrap
    }

    .bc-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-gap-md-0 {
        gap: 0
    }

    .bc-gap-md-1 {
        gap: .25rem
    }

    .bc-gap-md-2 {
        gap: .5rem
    }

    .bc-gap-md-3 {
        gap: 1rem
    }

    .bc-gap-md-4 {
        gap: 1.5rem
    }

    .bc-gap-md-5 {
        gap: 3rem
    }

    .bc-justify-content-md-start {
        justify-content: flex-start
    }

    .bc-justify-content-md-end {
        justify-content: flex-end
    }

    .bc-justify-content-md-center {
        justify-content: center
    }

    .bc-justify-content-md-between {
        justify-content: space-between
    }

    .bc-justify-content-md-around {
        justify-content: space-around
    }

    .bc-justify-content-md-evenly {
        justify-content: space-evenly
    }

    .bc-align-items-md-start {
        align-items: flex-start
    }

    .bc-align-items-md-end {
        align-items: flex-end
    }

    .bc-align-items-md-center {
        align-items: center
    }

    .bc-align-items-md-baseline {
        align-items: baseline
    }

    .bc-align-items-md-stretch {
        align-items: stretch
    }

    .bc-align-content-md-start {
        align-content: flex-start
    }

    .bc-align-content-md-end {
        align-content: flex-end
    }

    .bc-align-content-md-center {
        align-content: center
    }

    .bc-align-content-md-between {
        align-content: space-between
    }

    .bc-align-content-md-around {
        align-content: space-around
    }

    .bc-align-content-md-stretch {
        align-content: stretch
    }

    .bc-align-self-md-auto {
        align-self: auto
    }

    .bc-align-self-md-start {
        align-self: flex-start
    }

    .bc-align-self-md-end {
        align-self: flex-end
    }

    .bc-align-self-md-center {
        align-self: center
    }

    .bc-align-self-md-baseline {
        align-self: baseline
    }

    .bc-align-self-md-stretch {
        align-self: stretch
    }

    .bc-order-md-first {
        order: -1
    }

    .bc-order-md-0 {
        order: 0
    }

    .bc-order-md-1 {
        order: 1
    }

    .bc-order-md-2 {
        order: 2
    }

    .bc-order-md-3 {
        order: 3
    }

    .bc-order-md-4 {
        order: 4
    }

    .bc-order-md-5 {
        order: 5
    }

    .bc-order-md-last {
        order: 6
    }

    .bc-m-md-0 {
        margin: 0
    }

    .bc-m-md-1 {
        margin: .25rem
    }

    .bc-m-md-2 {
        margin: .5rem
    }

    .bc-m-md-3 {
        margin: 1rem
    }

    .bc-m-md-4 {
        margin: 1.5rem
    }

    .bc-m-md-5 {
        margin: 3rem
    }

    .bc-m-md-auto {
        margin: auto
    }

    .bc-mx-md-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-mx-md-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-mx-md-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-mx-md-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-mx-md-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-mx-md-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-mx-md-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-my-md-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-my-md-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-my-md-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-my-md-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-my-md-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-my-md-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-my-md-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-mt-md-0 {
        margin-top: 0
    }

    .bc-mt-md-1 {
        margin-top: .25rem
    }

    .bc-mt-md-2 {
        margin-top: .5rem
    }

    .bc-mt-md-3 {
        margin-top: 1rem
    }

    .bc-mt-md-4 {
        margin-top: 1.5rem
    }

    .bc-mt-md-5 {
        margin-top: 3rem
    }

    .bc-mt-md-auto {
        margin-top: auto
    }

    .bc-me-md-0 {
        margin-right: 0
    }

    .bc-me-md-1 {
        margin-right: .25rem
    }

    .bc-me-md-2 {
        margin-right: .5rem
    }

    .bc-me-md-3 {
        margin-right: 1rem
    }

    .bc-me-md-4 {
        margin-right: 1.5rem
    }

    .bc-me-md-5 {
        margin-right: 3rem
    }

    .bc-me-md-auto {
        margin-right: auto
    }

    .bc-mb-md-0 {
        margin-bottom: 0
    }

    .bc-mb-md-1 {
        margin-bottom: .25rem
    }

    .bc-mb-md-2 {
        margin-bottom: .5rem
    }

    .bc-mb-md-3 {
        margin-bottom: 1rem
    }

    .bc-mb-md-4 {
        margin-bottom: 1.5rem
    }

    .bc-mb-md-5 {
        margin-bottom: 3rem
    }

    .bc-mb-md-auto {
        margin-bottom: auto
    }

    .bc-ms-md-0 {
        margin-left: 0
    }

    .bc-ms-md-1 {
        margin-left: .25rem
    }

    .bc-ms-md-2 {
        margin-left: .5rem
    }

    .bc-ms-md-3 {
        margin-left: 1rem
    }

    .bc-ms-md-4 {
        margin-left: 1.5rem
    }

    .bc-ms-md-5 {
        margin-left: 3rem
    }

    .bc-ms-md-auto {
        margin-left: auto
    }

    .bc-p-md-0 {
        padding: 0
    }

    .bc-p-md-1 {
        padding: .25rem
    }

    .bc-p-md-2 {
        padding: .5rem
    }

    .bc-p-md-3 {
        padding: 1rem
    }

    .bc-p-md-4 {
        padding: 1.5rem
    }

    .bc-p-md-5 {
        padding: 3rem
    }

    .bc-px-md-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-px-md-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-px-md-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-px-md-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-px-md-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-px-md-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-py-md-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-py-md-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-py-md-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-py-md-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-py-md-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-py-md-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-pt-md-0 {
        padding-top: 0
    }

    .bc-pt-md-1 {
        padding-top: .25rem
    }

    .bc-pt-md-2 {
        padding-top: .5rem
    }

    .bc-pt-md-3 {
        padding-top: 1rem
    }

    .bc-pt-md-4 {
        padding-top: 1.5rem
    }

    .bc-pt-md-5 {
        padding-top: 3rem
    }

    .bc-pe-md-0 {
        padding-right: 0
    }

    .bc-pe-md-1 {
        padding-right: .25rem
    }

    .bc-pe-md-2 {
        padding-right: .5rem
    }

    .bc-pe-md-3 {
        padding-right: 1rem
    }

    .bc-pe-md-4 {
        padding-right: 1.5rem
    }

    .bc-pe-md-5 {
        padding-right: 3rem
    }

    .bc-pb-md-0 {
        padding-bottom: 0
    }

    .bc-pb-md-1 {
        padding-bottom: .25rem
    }

    .bc-pb-md-2 {
        padding-bottom: .5rem
    }

    .bc-pb-md-3 {
        padding-bottom: 1rem
    }

    .bc-pb-md-4 {
        padding-bottom: 1.5rem
    }

    .bc-pb-md-5 {
        padding-bottom: 3rem
    }

    .bc-ps-md-0 {
        padding-left: 0
    }

    .bc-ps-md-1 {
        padding-left: .25rem
    }

    .bc-ps-md-2 {
        padding-left: .5rem
    }

    .bc-ps-md-3 {
        padding-left: 1rem
    }

    .bc-ps-md-4 {
        padding-left: 1.5rem
    }

    .bc-ps-md-5 {
        padding-left: 3rem
    }

    .bc-text-md-start {
        text-align: left
    }

    .bc-text-md-end {
        text-align: right
    }

    .bc-text-md-center {
        text-align: center
    }
}

@media(min-width: 992px) {
    .bc-float-lg-start {
        float: left
    }

    .bc-float-lg-end {
        float: right
    }

    .bc-float-lg-none {
        float: none
    }

    .bc-d-lg-inline {
        display: inline
    }

    .bc-d-lg-inline-block {
        display: inline-block
    }

    .bc-d-lg-block {
        display: block
    }

    .bc-d-lg-grid {
        display: grid
    }

    .bc-d-lg-table {
        display: table
    }

    .bc-d-lg-table-row {
        display: table-row
    }

    .bc-d-lg-table-cell {
        display: table-cell
    }

    .bc-d-lg-flex {
        display: flex
    }

    .bc-d-lg-inline-flex {
        display: inline-flex
    }

    .bc-d-lg-none {
        display: none
    }

    .bc-flex-lg-fill {
        flex: 1 1 auto
    }

    .bc-flex-lg-row {
        flex-direction: row
    }

    .bc-flex-lg-column {
        flex-direction: column
    }

    .bc-flex-lg-row-reverse {
        flex-direction: row-reverse
    }

    .bc-flex-lg-column-reverse {
        flex-direction: column-reverse
    }

    .bc-flex-lg-grow-0 {
        flex-grow: 0
    }

    .bc-flex-lg-grow-1 {
        flex-grow: 1
    }

    .bc-flex-lg-shrink-0 {
        flex-shrink: 0
    }

    .bc-flex-lg-shrink-1 {
        flex-shrink: 1
    }

    .bc-flex-lg-wrap {
        flex-wrap: wrap
    }

    .bc-flex-lg-nowrap {
        flex-wrap: nowrap
    }

    .bc-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-gap-lg-0 {
        gap: 0
    }

    .bc-gap-lg-1 {
        gap: .25rem
    }

    .bc-gap-lg-2 {
        gap: .5rem
    }

    .bc-gap-lg-3 {
        gap: 1rem
    }

    .bc-gap-lg-4 {
        gap: 1.5rem
    }

    .bc-gap-lg-5 {
        gap: 3rem
    }

    .bc-justify-content-lg-start {
        justify-content: flex-start
    }

    .bc-justify-content-lg-end {
        justify-content: flex-end
    }

    .bc-justify-content-lg-center {
        justify-content: center
    }

    .bc-justify-content-lg-between {
        justify-content: space-between
    }

    .bc-justify-content-lg-around {
        justify-content: space-around
    }

    .bc-justify-content-lg-evenly {
        justify-content: space-evenly
    }

    .bc-align-items-lg-start {
        align-items: flex-start
    }

    .bc-align-items-lg-end {
        align-items: flex-end
    }

    .bc-align-items-lg-center {
        align-items: center
    }

    .bc-align-items-lg-baseline {
        align-items: baseline
    }

    .bc-align-items-lg-stretch {
        align-items: stretch
    }

    .bc-align-content-lg-start {
        align-content: flex-start
    }

    .bc-align-content-lg-end {
        align-content: flex-end
    }

    .bc-align-content-lg-center {
        align-content: center
    }

    .bc-align-content-lg-between {
        align-content: space-between
    }

    .bc-align-content-lg-around {
        align-content: space-around
    }

    .bc-align-content-lg-stretch {
        align-content: stretch
    }

    .bc-align-self-lg-auto {
        align-self: auto
    }

    .bc-align-self-lg-start {
        align-self: flex-start
    }

    .bc-align-self-lg-end {
        align-self: flex-end
    }

    .bc-align-self-lg-center {
        align-self: center
    }

    .bc-align-self-lg-baseline {
        align-self: baseline
    }

    .bc-align-self-lg-stretch {
        align-self: stretch
    }

    .bc-order-lg-first {
        order: -1
    }

    .bc-order-lg-0 {
        order: 0
    }

    .bc-order-lg-1 {
        order: 1
    }

    .bc-order-lg-2 {
        order: 2
    }

    .bc-order-lg-3 {
        order: 3
    }

    .bc-order-lg-4 {
        order: 4
    }

    .bc-order-lg-5 {
        order: 5
    }

    .bc-order-lg-last {
        order: 6
    }

    .bc-m-lg-0 {
        margin: 0
    }

    .bc-m-lg-1 {
        margin: .25rem
    }

    .bc-m-lg-2 {
        margin: .5rem
    }

    .bc-m-lg-3 {
        margin: 1rem
    }

    .bc-m-lg-4 {
        margin: 1.5rem
    }

    .bc-m-lg-5 {
        margin: 3rem
    }

    .bc-m-lg-auto {
        margin: auto
    }

    .bc-mx-lg-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-mx-lg-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-mx-lg-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-mx-lg-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-mx-lg-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-mx-lg-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-mx-lg-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-my-lg-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-my-lg-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-my-lg-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-my-lg-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-my-lg-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-my-lg-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-my-lg-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-mt-lg-0 {
        margin-top: 0
    }

    .bc-mt-lg-1 {
        margin-top: .25rem
    }

    .bc-mt-lg-2 {
        margin-top: .5rem
    }

    .bc-mt-lg-3 {
        margin-top: 1rem
    }

    .bc-mt-lg-4 {
        margin-top: 1.5rem
    }

    .bc-mt-lg-5 {
        margin-top: 3rem
    }

    .bc-mt-lg-auto {
        margin-top: auto
    }

    .bc-me-lg-0 {
        margin-right: 0
    }

    .bc-me-lg-1 {
        margin-right: .25rem
    }

    .bc-me-lg-2 {
        margin-right: .5rem
    }

    .bc-me-lg-3 {
        margin-right: 1rem
    }

    .bc-me-lg-4 {
        margin-right: 1.5rem
    }

    .bc-me-lg-5 {
        margin-right: 3rem
    }

    .bc-me-lg-auto {
        margin-right: auto
    }

    .bc-mb-lg-0 {
        margin-bottom: 0
    }

    .bc-mb-lg-1 {
        margin-bottom: .25rem
    }

    .bc-mb-lg-2 {
        margin-bottom: .5rem
    }

    .bc-mb-lg-3 {
        margin-bottom: 1rem
    }

    .bc-mb-lg-4 {
        margin-bottom: 1.5rem
    }

    .bc-mb-lg-5 {
        margin-bottom: 3rem
    }

    .bc-mb-lg-auto {
        margin-bottom: auto
    }

    .bc-ms-lg-0 {
        margin-left: 0
    }

    .bc-ms-lg-1 {
        margin-left: .25rem
    }

    .bc-ms-lg-2 {
        margin-left: .5rem
    }

    .bc-ms-lg-3 {
        margin-left: 1rem
    }

    .bc-ms-lg-4 {
        margin-left: 1.5rem
    }

    .bc-ms-lg-5 {
        margin-left: 3rem
    }

    .bc-ms-lg-auto {
        margin-left: auto
    }

    .bc-p-lg-0 {
        padding: 0
    }

    .bc-p-lg-1 {
        padding: .25rem
    }

    .bc-p-lg-2 {
        padding: .5rem
    }

    .bc-p-lg-3 {
        padding: 1rem
    }

    .bc-p-lg-4 {
        padding: 1.5rem
    }

    .bc-p-lg-5 {
        padding: 3rem
    }

    .bc-px-lg-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-px-lg-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-px-lg-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-px-lg-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-px-lg-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-px-lg-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-py-lg-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-py-lg-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-py-lg-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-py-lg-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-py-lg-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-py-lg-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-pt-lg-0 {
        padding-top: 0
    }

    .bc-pt-lg-1 {
        padding-top: .25rem
    }

    .bc-pt-lg-2 {
        padding-top: .5rem
    }

    .bc-pt-lg-3 {
        padding-top: 1rem
    }

    .bc-pt-lg-4 {
        padding-top: 1.5rem
    }

    .bc-pt-lg-5 {
        padding-top: 3rem
    }

    .bc-pe-lg-0 {
        padding-right: 0
    }

    .bc-pe-lg-1 {
        padding-right: .25rem
    }

    .bc-pe-lg-2 {
        padding-right: .5rem
    }

    .bc-pe-lg-3 {
        padding-right: 1rem
    }

    .bc-pe-lg-4 {
        padding-right: 1.5rem
    }

    .bc-pe-lg-5 {
        padding-right: 3rem
    }

    .bc-pb-lg-0 {
        padding-bottom: 0
    }

    .bc-pb-lg-1 {
        padding-bottom: .25rem
    }

    .bc-pb-lg-2 {
        padding-bottom: .5rem
    }

    .bc-pb-lg-3 {
        padding-bottom: 1rem
    }

    .bc-pb-lg-4 {
        padding-bottom: 1.5rem
    }

    .bc-pb-lg-5 {
        padding-bottom: 3rem
    }

    .bc-ps-lg-0 {
        padding-left: 0
    }

    .bc-ps-lg-1 {
        padding-left: .25rem
    }

    .bc-ps-lg-2 {
        padding-left: .5rem
    }

    .bc-ps-lg-3 {
        padding-left: 1rem
    }

    .bc-ps-lg-4 {
        padding-left: 1.5rem
    }

    .bc-ps-lg-5 {
        padding-left: 3rem
    }

    .bc-text-lg-start {
        text-align: left
    }

    .bc-text-lg-end {
        text-align: right
    }

    .bc-text-lg-center {
        text-align: center
    }
}

@media(min-width: 1200px) {
    .bc-float-xl-start {
        float: left
    }

    .bc-float-xl-end {
        float: right
    }

    .bc-float-xl-none {
        float: none
    }

    .bc-d-xl-inline {
        display: inline
    }

    .bc-d-xl-inline-block {
        display: inline-block
    }

    .bc-d-xl-block {
        display: block
    }

    .bc-d-xl-grid {
        display: grid
    }

    .bc-d-xl-table {
        display: table
    }

    .bc-d-xl-table-row {
        display: table-row
    }

    .bc-d-xl-table-cell {
        display: table-cell
    }

    .bc-d-xl-flex {
        display: flex
    }

    .bc-d-xl-inline-flex {
        display: inline-flex
    }

    .bc-d-xl-none {
        display: none
    }

    .bc-flex-xl-fill {
        flex: 1 1 auto
    }

    .bc-flex-xl-row {
        flex-direction: row
    }

    .bc-flex-xl-column {
        flex-direction: column
    }

    .bc-flex-xl-row-reverse {
        flex-direction: row-reverse
    }

    .bc-flex-xl-column-reverse {
        flex-direction: column-reverse
    }

    .bc-flex-xl-grow-0 {
        flex-grow: 0
    }

    .bc-flex-xl-grow-1 {
        flex-grow: 1
    }

    .bc-flex-xl-shrink-0 {
        flex-shrink: 0
    }

    .bc-flex-xl-shrink-1 {
        flex-shrink: 1
    }

    .bc-flex-xl-wrap {
        flex-wrap: wrap
    }

    .bc-flex-xl-nowrap {
        flex-wrap: nowrap
    }

    .bc-flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-gap-xl-0 {
        gap: 0
    }

    .bc-gap-xl-1 {
        gap: .25rem
    }

    .bc-gap-xl-2 {
        gap: .5rem
    }

    .bc-gap-xl-3 {
        gap: 1rem
    }

    .bc-gap-xl-4 {
        gap: 1.5rem
    }

    .bc-gap-xl-5 {
        gap: 3rem
    }

    .bc-justify-content-xl-start {
        justify-content: flex-start
    }

    .bc-justify-content-xl-end {
        justify-content: flex-end
    }

    .bc-justify-content-xl-center {
        justify-content: center
    }

    .bc-justify-content-xl-between {
        justify-content: space-between
    }

    .bc-justify-content-xl-around {
        justify-content: space-around
    }

    .bc-justify-content-xl-evenly {
        justify-content: space-evenly
    }

    .bc-align-items-xl-start {
        align-items: flex-start
    }

    .bc-align-items-xl-end {
        align-items: flex-end
    }

    .bc-align-items-xl-center {
        align-items: center
    }

    .bc-align-items-xl-baseline {
        align-items: baseline
    }

    .bc-align-items-xl-stretch {
        align-items: stretch
    }

    .bc-align-content-xl-start {
        align-content: flex-start
    }

    .bc-align-content-xl-end {
        align-content: flex-end
    }

    .bc-align-content-xl-center {
        align-content: center
    }

    .bc-align-content-xl-between {
        align-content: space-between
    }

    .bc-align-content-xl-around {
        align-content: space-around
    }

    .bc-align-content-xl-stretch {
        align-content: stretch
    }

    .bc-align-self-xl-auto {
        align-self: auto
    }

    .bc-align-self-xl-start {
        align-self: flex-start
    }

    .bc-align-self-xl-end {
        align-self: flex-end
    }

    .bc-align-self-xl-center {
        align-self: center
    }

    .bc-align-self-xl-baseline {
        align-self: baseline
    }

    .bc-align-self-xl-stretch {
        align-self: stretch
    }

    .bc-order-xl-first {
        order: -1
    }

    .bc-order-xl-0 {
        order: 0
    }

    .bc-order-xl-1 {
        order: 1
    }

    .bc-order-xl-2 {
        order: 2
    }

    .bc-order-xl-3 {
        order: 3
    }

    .bc-order-xl-4 {
        order: 4
    }

    .bc-order-xl-5 {
        order: 5
    }

    .bc-order-xl-last {
        order: 6
    }

    .bc-m-xl-0 {
        margin: 0
    }

    .bc-m-xl-1 {
        margin: .25rem
    }

    .bc-m-xl-2 {
        margin: .5rem
    }

    .bc-m-xl-3 {
        margin: 1rem
    }

    .bc-m-xl-4 {
        margin: 1.5rem
    }

    .bc-m-xl-5 {
        margin: 3rem
    }

    .bc-m-xl-auto {
        margin: auto
    }

    .bc-mx-xl-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-mx-xl-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-mx-xl-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-mx-xl-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-mx-xl-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-mx-xl-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-mx-xl-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-my-xl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-my-xl-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-my-xl-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-my-xl-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-my-xl-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-my-xl-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-my-xl-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-mt-xl-0 {
        margin-top: 0
    }

    .bc-mt-xl-1 {
        margin-top: .25rem
    }

    .bc-mt-xl-2 {
        margin-top: .5rem
    }

    .bc-mt-xl-3 {
        margin-top: 1rem
    }

    .bc-mt-xl-4 {
        margin-top: 1.5rem
    }

    .bc-mt-xl-5 {
        margin-top: 3rem
    }

    .bc-mt-xl-auto {
        margin-top: auto
    }

    .bc-me-xl-0 {
        margin-right: 0
    }

    .bc-me-xl-1 {
        margin-right: .25rem
    }

    .bc-me-xl-2 {
        margin-right: .5rem
    }

    .bc-me-xl-3 {
        margin-right: 1rem
    }

    .bc-me-xl-4 {
        margin-right: 1.5rem
    }

    .bc-me-xl-5 {
        margin-right: 3rem
    }

    .bc-me-xl-auto {
        margin-right: auto
    }

    .bc-mb-xl-0 {
        margin-bottom: 0
    }

    .bc-mb-xl-1 {
        margin-bottom: .25rem
    }

    .bc-mb-xl-2 {
        margin-bottom: .5rem
    }

    .bc-mb-xl-3 {
        margin-bottom: 1rem
    }

    .bc-mb-xl-4 {
        margin-bottom: 1.5rem
    }

    .bc-mb-xl-5 {
        margin-bottom: 3rem
    }

    .bc-mb-xl-auto {
        margin-bottom: auto
    }

    .bc-ms-xl-0 {
        margin-left: 0
    }

    .bc-ms-xl-1 {
        margin-left: .25rem
    }

    .bc-ms-xl-2 {
        margin-left: .5rem
    }

    .bc-ms-xl-3 {
        margin-left: 1rem
    }

    .bc-ms-xl-4 {
        margin-left: 1.5rem
    }

    .bc-ms-xl-5 {
        margin-left: 3rem
    }

    .bc-ms-xl-auto {
        margin-left: auto
    }

    .bc-p-xl-0 {
        padding: 0
    }

    .bc-p-xl-1 {
        padding: .25rem
    }

    .bc-p-xl-2 {
        padding: .5rem
    }

    .bc-p-xl-3 {
        padding: 1rem
    }

    .bc-p-xl-4 {
        padding: 1.5rem
    }

    .bc-p-xl-5 {
        padding: 3rem
    }

    .bc-px-xl-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-px-xl-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-px-xl-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-px-xl-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-px-xl-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-px-xl-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-py-xl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-py-xl-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-py-xl-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-py-xl-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-py-xl-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-py-xl-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-pt-xl-0 {
        padding-top: 0
    }

    .bc-pt-xl-1 {
        padding-top: .25rem
    }

    .bc-pt-xl-2 {
        padding-top: .5rem
    }

    .bc-pt-xl-3 {
        padding-top: 1rem
    }

    .bc-pt-xl-4 {
        padding-top: 1.5rem
    }

    .bc-pt-xl-5 {
        padding-top: 3rem
    }

    .bc-pe-xl-0 {
        padding-right: 0
    }

    .bc-pe-xl-1 {
        padding-right: .25rem
    }

    .bc-pe-xl-2 {
        padding-right: .5rem
    }

    .bc-pe-xl-3 {
        padding-right: 1rem
    }

    .bc-pe-xl-4 {
        padding-right: 1.5rem
    }

    .bc-pe-xl-5 {
        padding-right: 3rem
    }

    .bc-pb-xl-0 {
        padding-bottom: 0
    }

    .bc-pb-xl-1 {
        padding-bottom: .25rem
    }

    .bc-pb-xl-2 {
        padding-bottom: .5rem
    }

    .bc-pb-xl-3 {
        padding-bottom: 1rem
    }

    .bc-pb-xl-4 {
        padding-bottom: 1.5rem
    }

    .bc-pb-xl-5 {
        padding-bottom: 3rem
    }

    .bc-ps-xl-0 {
        padding-left: 0
    }

    .bc-ps-xl-1 {
        padding-left: .25rem
    }

    .bc-ps-xl-2 {
        padding-left: .5rem
    }

    .bc-ps-xl-3 {
        padding-left: 1rem
    }

    .bc-ps-xl-4 {
        padding-left: 1.5rem
    }

    .bc-ps-xl-5 {
        padding-left: 3rem
    }

    .bc-text-xl-start {
        text-align: left
    }

    .bc-text-xl-end {
        text-align: right
    }

    .bc-text-xl-center {
        text-align: center
    }
}

@media(min-width: 1400px) {
    .bc-float-xxl-start {
        float: left
    }

    .bc-float-xxl-end {
        float: right
    }

    .bc-float-xxl-none {
        float: none
    }

    .bc-d-xxl-inline {
        display: inline
    }

    .bc-d-xxl-inline-block {
        display: inline-block
    }

    .bc-d-xxl-block {
        display: block
    }

    .bc-d-xxl-grid {
        display: grid
    }

    .bc-d-xxl-table {
        display: table
    }

    .bc-d-xxl-table-row {
        display: table-row
    }

    .bc-d-xxl-table-cell {
        display: table-cell
    }

    .bc-d-xxl-flex {
        display: flex
    }

    .bc-d-xxl-inline-flex {
        display: inline-flex
    }

    .bc-d-xxl-none {
        display: none
    }

    .bc-flex-xxl-fill {
        flex: 1 1 auto
    }

    .bc-flex-xxl-row {
        flex-direction: row
    }

    .bc-flex-xxl-column {
        flex-direction: column
    }

    .bc-flex-xxl-row-reverse {
        flex-direction: row-reverse
    }

    .bc-flex-xxl-column-reverse {
        flex-direction: column-reverse
    }

    .bc-flex-xxl-grow-0 {
        flex-grow: 0
    }

    .bc-flex-xxl-grow-1 {
        flex-grow: 1
    }

    .bc-flex-xxl-shrink-0 {
        flex-shrink: 0
    }

    .bc-flex-xxl-shrink-1 {
        flex-shrink: 1
    }

    .bc-flex-xxl-wrap {
        flex-wrap: wrap
    }

    .bc-flex-xxl-nowrap {
        flex-wrap: nowrap
    }

    .bc-flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-gap-xxl-0 {
        gap: 0
    }

    .bc-gap-xxl-1 {
        gap: .25rem
    }

    .bc-gap-xxl-2 {
        gap: .5rem
    }

    .bc-gap-xxl-3 {
        gap: 1rem
    }

    .bc-gap-xxl-4 {
        gap: 1.5rem
    }

    .bc-gap-xxl-5 {
        gap: 3rem
    }

    .bc-justify-content-xxl-start {
        justify-content: flex-start
    }

    .bc-justify-content-xxl-end {
        justify-content: flex-end
    }

    .bc-justify-content-xxl-center {
        justify-content: center
    }

    .bc-justify-content-xxl-between {
        justify-content: space-between
    }

    .bc-justify-content-xxl-around {
        justify-content: space-around
    }

    .bc-justify-content-xxl-evenly {
        justify-content: space-evenly
    }

    .bc-align-items-xxl-start {
        align-items: flex-start
    }

    .bc-align-items-xxl-end {
        align-items: flex-end
    }

    .bc-align-items-xxl-center {
        align-items: center
    }

    .bc-align-items-xxl-baseline {
        align-items: baseline
    }

    .bc-align-items-xxl-stretch {
        align-items: stretch
    }

    .bc-align-content-xxl-start {
        align-content: flex-start
    }

    .bc-align-content-xxl-end {
        align-content: flex-end
    }

    .bc-align-content-xxl-center {
        align-content: center
    }

    .bc-align-content-xxl-between {
        align-content: space-between
    }

    .bc-align-content-xxl-around {
        align-content: space-around
    }

    .bc-align-content-xxl-stretch {
        align-content: stretch
    }

    .bc-align-self-xxl-auto {
        align-self: auto
    }

    .bc-align-self-xxl-start {
        align-self: flex-start
    }

    .bc-align-self-xxl-end {
        align-self: flex-end
    }

    .bc-align-self-xxl-center {
        align-self: center
    }

    .bc-align-self-xxl-baseline {
        align-self: baseline
    }

    .bc-align-self-xxl-stretch {
        align-self: stretch
    }

    .bc-order-xxl-first {
        order: -1
    }

    .bc-order-xxl-0 {
        order: 0
    }

    .bc-order-xxl-1 {
        order: 1
    }

    .bc-order-xxl-2 {
        order: 2
    }

    .bc-order-xxl-3 {
        order: 3
    }

    .bc-order-xxl-4 {
        order: 4
    }

    .bc-order-xxl-5 {
        order: 5
    }

    .bc-order-xxl-last {
        order: 6
    }

    .bc-m-xxl-0 {
        margin: 0
    }

    .bc-m-xxl-1 {
        margin: .25rem
    }

    .bc-m-xxl-2 {
        margin: .5rem
    }

    .bc-m-xxl-3 {
        margin: 1rem
    }

    .bc-m-xxl-4 {
        margin: 1.5rem
    }

    .bc-m-xxl-5 {
        margin: 3rem
    }

    .bc-m-xxl-auto {
        margin: auto
    }

    .bc-mx-xxl-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-mx-xxl-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-mx-xxl-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-mx-xxl-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-mx-xxl-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-mx-xxl-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-mx-xxl-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-my-xxl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-my-xxl-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-my-xxl-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-my-xxl-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-my-xxl-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-my-xxl-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-my-xxl-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-mt-xxl-0 {
        margin-top: 0
    }

    .bc-mt-xxl-1 {
        margin-top: .25rem
    }

    .bc-mt-xxl-2 {
        margin-top: .5rem
    }

    .bc-mt-xxl-3 {
        margin-top: 1rem
    }

    .bc-mt-xxl-4 {
        margin-top: 1.5rem
    }

    .bc-mt-xxl-5 {
        margin-top: 3rem
    }

    .bc-mt-xxl-auto {
        margin-top: auto
    }

    .bc-me-xxl-0 {
        margin-right: 0
    }

    .bc-me-xxl-1 {
        margin-right: .25rem
    }

    .bc-me-xxl-2 {
        margin-right: .5rem
    }

    .bc-me-xxl-3 {
        margin-right: 1rem
    }

    .bc-me-xxl-4 {
        margin-right: 1.5rem
    }

    .bc-me-xxl-5 {
        margin-right: 3rem
    }

    .bc-me-xxl-auto {
        margin-right: auto
    }

    .bc-mb-xxl-0 {
        margin-bottom: 0
    }

    .bc-mb-xxl-1 {
        margin-bottom: .25rem
    }

    .bc-mb-xxl-2 {
        margin-bottom: .5rem
    }

    .bc-mb-xxl-3 {
        margin-bottom: 1rem
    }

    .bc-mb-xxl-4 {
        margin-bottom: 1.5rem
    }

    .bc-mb-xxl-5 {
        margin-bottom: 3rem
    }

    .bc-mb-xxl-auto {
        margin-bottom: auto
    }

    .bc-ms-xxl-0 {
        margin-left: 0
    }

    .bc-ms-xxl-1 {
        margin-left: .25rem
    }

    .bc-ms-xxl-2 {
        margin-left: .5rem
    }

    .bc-ms-xxl-3 {
        margin-left: 1rem
    }

    .bc-ms-xxl-4 {
        margin-left: 1.5rem
    }

    .bc-ms-xxl-5 {
        margin-left: 3rem
    }

    .bc-ms-xxl-auto {
        margin-left: auto
    }

    .bc-p-xxl-0 {
        padding: 0
    }

    .bc-p-xxl-1 {
        padding: .25rem
    }

    .bc-p-xxl-2 {
        padding: .5rem
    }

    .bc-p-xxl-3 {
        padding: 1rem
    }

    .bc-p-xxl-4 {
        padding: 1.5rem
    }

    .bc-p-xxl-5 {
        padding: 3rem
    }

    .bc-px-xxl-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-px-xxl-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-px-xxl-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-px-xxl-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-px-xxl-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-px-xxl-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-py-xxl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-py-xxl-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-py-xxl-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-py-xxl-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-py-xxl-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-py-xxl-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-pt-xxl-0 {
        padding-top: 0
    }

    .bc-pt-xxl-1 {
        padding-top: .25rem
    }

    .bc-pt-xxl-2 {
        padding-top: .5rem
    }

    .bc-pt-xxl-3 {
        padding-top: 1rem
    }

    .bc-pt-xxl-4 {
        padding-top: 1.5rem
    }

    .bc-pt-xxl-5 {
        padding-top: 3rem
    }

    .bc-pe-xxl-0 {
        padding-right: 0
    }

    .bc-pe-xxl-1 {
        padding-right: .25rem
    }

    .bc-pe-xxl-2 {
        padding-right: .5rem
    }

    .bc-pe-xxl-3 {
        padding-right: 1rem
    }

    .bc-pe-xxl-4 {
        padding-right: 1.5rem
    }

    .bc-pe-xxl-5 {
        padding-right: 3rem
    }

    .bc-pb-xxl-0 {
        padding-bottom: 0
    }

    .bc-pb-xxl-1 {
        padding-bottom: .25rem
    }

    .bc-pb-xxl-2 {
        padding-bottom: .5rem
    }

    .bc-pb-xxl-3 {
        padding-bottom: 1rem
    }

    .bc-pb-xxl-4 {
        padding-bottom: 1.5rem
    }

    .bc-pb-xxl-5 {
        padding-bottom: 3rem
    }

    .bc-ps-xxl-0 {
        padding-left: 0
    }

    .bc-ps-xxl-1 {
        padding-left: .25rem
    }

    .bc-ps-xxl-2 {
        padding-left: .5rem
    }

    .bc-ps-xxl-3 {
        padding-left: 1rem
    }

    .bc-ps-xxl-4 {
        padding-left: 1.5rem
    }

    .bc-ps-xxl-5 {
        padding-left: 3rem
    }

    .bc-text-xxl-start {
        text-align: left
    }

    .bc-text-xxl-end {
        text-align: right
    }

    .bc-text-xxl-center {
        text-align: center
    }
}

@media(min-width: 1200px) {
    .bc-fs-1 {
        font-size: 2.5rem
    }

    .bc-fs-2 {
        font-size: 2rem
    }

    .bc-fs-3 {
        font-size: 1.75rem
    }

    .bc-fs-4 {
        font-size: 1.5rem
    }

    .bc-fs-sm-1 {
        font-size: 2.5rem
    }

    .bc-fs-sm-2 {
        font-size: 2rem
    }

    .bc-fs-sm-3 {
        font-size: 1.75rem
    }

    .bc-fs-sm-4 {
        font-size: 1.5rem
    }

    .bc-fs-md-1 {
        font-size: 2.5rem
    }

    .bc-fs-md-2 {
        font-size: 2rem
    }

    .bc-fs-md-3 {
        font-size: 1.75rem
    }

    .bc-fs-md-4 {
        font-size: 1.5rem
    }

    .bc-fs-lg-1 {
        font-size: 2.5rem
    }

    .bc-fs-lg-2 {
        font-size: 2rem
    }

    .bc-fs-lg-3 {
        font-size: 1.75rem
    }

    .bc-fs-lg-4 {
        font-size: 1.5rem
    }
}

@media print {
    .bc-d-print-inline {
        display: inline
    }

    .bc-d-print-inline-block {
        display: inline-block
    }

    .bc-d-print-block {
        display: block
    }

    .bc-d-print-grid {
        display: grid
    }

    .bc-d-print-table {
        display: table
    }

    .bc-d-print-table-row {
        display: table-row
    }

    .bc-d-print-table-cell {
        display: table-cell
    }

    .bc-d-print-flex {
        display: flex
    }

    .bc-d-print-inline-flex {
        display: inline-flex
    }

    .bc-d-print-none {
        display: none
    }
}

@media(max-width: 1px) {
    .bc-reverse-float-xs-start {
        float: left
    }

    .bc-reverse-float-xs-end {
        float: right
    }

    .bc-reverse-float-xs-none {
        float: none
    }

    .bc-reverse-d-xs-inline {
        display: inline
    }

    .bc-reverse-d-xs-inline-block {
        display: inline-block
    }

    .bc-reverse-d-xs-block {
        display: block
    }

    .bc-reverse-d-xs-grid {
        display: grid
    }

    .bc-reverse-d-xs-table {
        display: table
    }

    .bc-reverse-d-xs-table-row {
        display: table-row
    }

    .bc-reverse-d-xs-table-cell {
        display: table-cell
    }

    .bc-reverse-d-xs-flex {
        display: flex
    }

    .bc-reverse-d-xs-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-xs-none {
        display: none
    }

    .bc-reverse-flex-xs-fill {
        flex: 1 1 auto
    }

    .bc-reverse-flex-xs-row {
        flex-direction: row
    }

    .bc-reverse-flex-xs-column {
        flex-direction: column
    }

    .bc-reverse-flex-xs-row-reverse {
        flex-direction: row-reverse
    }

    .bc-reverse-flex-xs-column-reverse {
        flex-direction: column-reverse
    }

    .bc-reverse-flex-xs-grow-0 {
        flex-grow: 0
    }

    .bc-reverse-flex-xs-grow-1 {
        flex-grow: 1
    }

    .bc-reverse-flex-xs-shrink-0 {
        flex-shrink: 0
    }

    .bc-reverse-flex-xs-shrink-1 {
        flex-shrink: 1
    }

    .bc-reverse-flex-xs-wrap {
        flex-wrap: wrap
    }

    .bc-reverse-flex-xs-nowrap {
        flex-wrap: nowrap
    }

    .bc-reverse-flex-xs-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-reverse-gap-xs-0 {
        gap: 0
    }

    .bc-reverse-gap-xs-1 {
        gap: .25rem
    }

    .bc-reverse-gap-xs-2 {
        gap: .5rem
    }

    .bc-reverse-gap-xs-3 {
        gap: 1rem
    }

    .bc-reverse-gap-xs-4 {
        gap: 1.5rem
    }

    .bc-reverse-gap-xs-5 {
        gap: 3rem
    }

    .bc-reverse-justify-content-xs-start {
        justify-content: flex-start
    }

    .bc-reverse-justify-content-xs-end {
        justify-content: flex-end
    }

    .bc-reverse-justify-content-xs-center {
        justify-content: center
    }

    .bc-reverse-justify-content-xs-between {
        justify-content: space-between
    }

    .bc-reverse-justify-content-xs-around {
        justify-content: space-around
    }

    .bc-reverse-justify-content-xs-evenly {
        justify-content: space-evenly
    }

    .bc-reverse-align-items-xs-start {
        align-items: flex-start
    }

    .bc-reverse-align-items-xs-end {
        align-items: flex-end
    }

    .bc-reverse-align-items-xs-center {
        align-items: center
    }

    .bc-reverse-align-items-xs-baseline {
        align-items: baseline
    }

    .bc-reverse-align-items-xs-stretch {
        align-items: stretch
    }

    .bc-reverse-align-content-xs-start {
        align-content: flex-start
    }

    .bc-reverse-align-content-xs-end {
        align-content: flex-end
    }

    .bc-reverse-align-content-xs-center {
        align-content: center
    }

    .bc-reverse-align-content-xs-between {
        align-content: space-between
    }

    .bc-reverse-align-content-xs-around {
        align-content: space-around
    }

    .bc-reverse-align-content-xs-stretch {
        align-content: stretch
    }

    .bc-reverse-align-self-xs-auto {
        align-self: auto
    }

    .bc-reverse-align-self-xs-start {
        align-self: flex-start
    }

    .bc-reverse-align-self-xs-end {
        align-self: flex-end
    }

    .bc-reverse-align-self-xs-center {
        align-self: center
    }

    .bc-reverse-align-self-xs-baseline {
        align-self: baseline
    }

    .bc-reverse-align-self-xs-stretch {
        align-self: stretch
    }

    .bc-reverse-order-xs-first {
        order: -1
    }

    .bc-reverse-order-xs-0 {
        order: 0
    }

    .bc-reverse-order-xs-1 {
        order: 1
    }

    .bc-reverse-order-xs-2 {
        order: 2
    }

    .bc-reverse-order-xs-3 {
        order: 3
    }

    .bc-reverse-order-xs-4 {
        order: 4
    }

    .bc-reverse-order-xs-5 {
        order: 5
    }

    .bc-reverse-order-xs-last {
        order: 6
    }

    .bc-reverse-m-xs-0 {
        margin: 0
    }

    .bc-reverse-m-xs-1 {
        margin: .25rem
    }

    .bc-reverse-m-xs-2 {
        margin: .5rem
    }

    .bc-reverse-m-xs-3 {
        margin: 1rem
    }

    .bc-reverse-m-xs-4 {
        margin: 1.5rem
    }

    .bc-reverse-m-xs-5 {
        margin: 3rem
    }

    .bc-reverse-m-xs-auto {
        margin: auto
    }

    .bc-reverse-mx-xs-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-reverse-mx-xs-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-reverse-mx-xs-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-reverse-mx-xs-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-reverse-mx-xs-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-reverse-mx-xs-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-reverse-mx-xs-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-reverse-my-xs-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-reverse-my-xs-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-reverse-my-xs-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-reverse-my-xs-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-reverse-my-xs-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-reverse-my-xs-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-reverse-my-xs-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-reverse-mt-xs-0 {
        margin-top: 0
    }

    .bc-reverse-mt-xs-1 {
        margin-top: .25rem
    }

    .bc-reverse-mt-xs-2 {
        margin-top: .5rem
    }

    .bc-reverse-mt-xs-3 {
        margin-top: 1rem
    }

    .bc-reverse-mt-xs-4 {
        margin-top: 1.5rem
    }

    .bc-reverse-mt-xs-5 {
        margin-top: 3rem
    }

    .bc-reverse-mt-xs-auto {
        margin-top: auto
    }

    .bc-reverse-me-xs-0 {
        margin-right: 0
    }

    .bc-reverse-me-xs-1 {
        margin-right: .25rem
    }

    .bc-reverse-me-xs-2 {
        margin-right: .5rem
    }

    .bc-reverse-me-xs-3 {
        margin-right: 1rem
    }

    .bc-reverse-me-xs-4 {
        margin-right: 1.5rem
    }

    .bc-reverse-me-xs-5 {
        margin-right: 3rem
    }

    .bc-reverse-me-xs-auto {
        margin-right: auto
    }

    .bc-reverse-mb-xs-0 {
        margin-bottom: 0
    }

    .bc-reverse-mb-xs-1 {
        margin-bottom: .25rem
    }

    .bc-reverse-mb-xs-2 {
        margin-bottom: .5rem
    }

    .bc-reverse-mb-xs-3 {
        margin-bottom: 1rem
    }

    .bc-reverse-mb-xs-4 {
        margin-bottom: 1.5rem
    }

    .bc-reverse-mb-xs-5 {
        margin-bottom: 3rem
    }

    .bc-reverse-mb-xs-auto {
        margin-bottom: auto
    }

    .bc-reverse-ms-xs-0 {
        margin-left: 0
    }

    .bc-reverse-ms-xs-1 {
        margin-left: .25rem
    }

    .bc-reverse-ms-xs-2 {
        margin-left: .5rem
    }

    .bc-reverse-ms-xs-3 {
        margin-left: 1rem
    }

    .bc-reverse-ms-xs-4 {
        margin-left: 1.5rem
    }

    .bc-reverse-ms-xs-5 {
        margin-left: 3rem
    }

    .bc-reverse-ms-xs-auto {
        margin-left: auto
    }

    .bc-reverse-p-xs-0 {
        padding: 0
    }

    .bc-reverse-p-xs-1 {
        padding: .25rem
    }

    .bc-reverse-p-xs-2 {
        padding: .5rem
    }

    .bc-reverse-p-xs-3 {
        padding: 1rem
    }

    .bc-reverse-p-xs-4 {
        padding: 1.5rem
    }

    .bc-reverse-p-xs-5 {
        padding: 3rem
    }

    .bc-reverse-px-xs-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-reverse-px-xs-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-reverse-px-xs-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-reverse-px-xs-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-reverse-px-xs-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-reverse-px-xs-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-reverse-py-xs-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-reverse-py-xs-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-reverse-py-xs-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-reverse-py-xs-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-reverse-py-xs-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-reverse-py-xs-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-reverse-pt-xs-0 {
        padding-top: 0
    }

    .bc-reverse-pt-xs-1 {
        padding-top: .25rem
    }

    .bc-reverse-pt-xs-2 {
        padding-top: .5rem
    }

    .bc-reverse-pt-xs-3 {
        padding-top: 1rem
    }

    .bc-reverse-pt-xs-4 {
        padding-top: 1.5rem
    }

    .bc-reverse-pt-xs-5 {
        padding-top: 3rem
    }

    .bc-reverse-pe-xs-0 {
        padding-right: 0
    }

    .bc-reverse-pe-xs-1 {
        padding-right: .25rem
    }

    .bc-reverse-pe-xs-2 {
        padding-right: .5rem
    }

    .bc-reverse-pe-xs-3 {
        padding-right: 1rem
    }

    .bc-reverse-pe-xs-4 {
        padding-right: 1.5rem
    }

    .bc-reverse-pe-xs-5 {
        padding-right: 3rem
    }

    .bc-reverse-pb-xs-0 {
        padding-bottom: 0
    }

    .bc-reverse-pb-xs-1 {
        padding-bottom: .25rem
    }

    .bc-reverse-pb-xs-2 {
        padding-bottom: .5rem
    }

    .bc-reverse-pb-xs-3 {
        padding-bottom: 1rem
    }

    .bc-reverse-pb-xs-4 {
        padding-bottom: 1.5rem
    }

    .bc-reverse-pb-xs-5 {
        padding-bottom: 3rem
    }

    .bc-reverse-ps-xs-0 {
        padding-left: 0
    }

    .bc-reverse-ps-xs-1 {
        padding-left: .25rem
    }

    .bc-reverse-ps-xs-2 {
        padding-left: .5rem
    }

    .bc-reverse-ps-xs-3 {
        padding-left: 1rem
    }

    .bc-reverse-ps-xs-4 {
        padding-left: 1.5rem
    }

    .bc-reverse-ps-xs-5 {
        padding-left: 3rem
    }

    .bc-reverse-text-xs-start {
        text-align: left
    }

    .bc-reverse-text-xs-end {
        text-align: right
    }

    .bc-reverse-text-xs-center {
        text-align: center
    }
}

@media(max-width: 576px) {
    .bc-reverse-float-sm-start {
        float: left
    }

    .bc-reverse-float-sm-end {
        float: right
    }

    .bc-reverse-float-sm-none {
        float: none
    }

    .bc-reverse-d-sm-inline {
        display: inline
    }

    .bc-reverse-d-sm-inline-block {
        display: inline-block
    }

    .bc-reverse-d-sm-block {
        display: block
    }

    .bc-reverse-d-sm-grid {
        display: grid
    }

    .bc-reverse-d-sm-table {
        display: table
    }

    .bc-reverse-d-sm-table-row {
        display: table-row
    }

    .bc-reverse-d-sm-table-cell {
        display: table-cell
    }

    .bc-reverse-d-sm-flex {
        display: flex
    }

    .bc-reverse-d-sm-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-sm-none {
        display: none
    }

    .bc-reverse-flex-sm-fill {
        flex: 1 1 auto
    }

    .bc-reverse-flex-sm-row {
        flex-direction: row
    }

    .bc-reverse-flex-sm-column {
        flex-direction: column
    }

    .bc-reverse-flex-sm-row-reverse {
        flex-direction: row-reverse
    }

    .bc-reverse-flex-sm-column-reverse {
        flex-direction: column-reverse
    }

    .bc-reverse-flex-sm-grow-0 {
        flex-grow: 0
    }

    .bc-reverse-flex-sm-grow-1 {
        flex-grow: 1
    }

    .bc-reverse-flex-sm-shrink-0 {
        flex-shrink: 0
    }

    .bc-reverse-flex-sm-shrink-1 {
        flex-shrink: 1
    }

    .bc-reverse-flex-sm-wrap {
        flex-wrap: wrap
    }

    .bc-reverse-flex-sm-nowrap {
        flex-wrap: nowrap
    }

    .bc-reverse-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-reverse-gap-sm-0 {
        gap: 0
    }

    .bc-reverse-gap-sm-1 {
        gap: .25rem
    }

    .bc-reverse-gap-sm-2 {
        gap: .5rem
    }

    .bc-reverse-gap-sm-3 {
        gap: 1rem
    }

    .bc-reverse-gap-sm-4 {
        gap: 1.5rem
    }

    .bc-reverse-gap-sm-5 {
        gap: 3rem
    }

    .bc-reverse-justify-content-sm-start {
        justify-content: flex-start
    }

    .bc-reverse-justify-content-sm-end {
        justify-content: flex-end
    }

    .bc-reverse-justify-content-sm-center {
        justify-content: center
    }

    .bc-reverse-justify-content-sm-between {
        justify-content: space-between
    }

    .bc-reverse-justify-content-sm-around {
        justify-content: space-around
    }

    .bc-reverse-justify-content-sm-evenly {
        justify-content: space-evenly
    }

    .bc-reverse-align-items-sm-start {
        align-items: flex-start
    }

    .bc-reverse-align-items-sm-end {
        align-items: flex-end
    }

    .bc-reverse-align-items-sm-center {
        align-items: center
    }

    .bc-reverse-align-items-sm-baseline {
        align-items: baseline
    }

    .bc-reverse-align-items-sm-stretch {
        align-items: stretch
    }

    .bc-reverse-align-content-sm-start {
        align-content: flex-start
    }

    .bc-reverse-align-content-sm-end {
        align-content: flex-end
    }

    .bc-reverse-align-content-sm-center {
        align-content: center
    }

    .bc-reverse-align-content-sm-between {
        align-content: space-between
    }

    .bc-reverse-align-content-sm-around {
        align-content: space-around
    }

    .bc-reverse-align-content-sm-stretch {
        align-content: stretch
    }

    .bc-reverse-align-self-sm-auto {
        align-self: auto
    }

    .bc-reverse-align-self-sm-start {
        align-self: flex-start
    }

    .bc-reverse-align-self-sm-end {
        align-self: flex-end
    }

    .bc-reverse-align-self-sm-center {
        align-self: center
    }

    .bc-reverse-align-self-sm-baseline {
        align-self: baseline
    }

    .bc-reverse-align-self-sm-stretch {
        align-self: stretch
    }

    .bc-reverse-order-sm-first {
        order: -1
    }

    .bc-reverse-order-sm-0 {
        order: 0
    }

    .bc-reverse-order-sm-1 {
        order: 1
    }

    .bc-reverse-order-sm-2 {
        order: 2
    }

    .bc-reverse-order-sm-3 {
        order: 3
    }

    .bc-reverse-order-sm-4 {
        order: 4
    }

    .bc-reverse-order-sm-5 {
        order: 5
    }

    .bc-reverse-order-sm-last {
        order: 6
    }

    .bc-reverse-m-sm-0 {
        margin: 0
    }

    .bc-reverse-m-sm-1 {
        margin: .25rem
    }

    .bc-reverse-m-sm-2 {
        margin: .5rem
    }

    .bc-reverse-m-sm-3 {
        margin: 1rem
    }

    .bc-reverse-m-sm-4 {
        margin: 1.5rem
    }

    .bc-reverse-m-sm-5 {
        margin: 3rem
    }

    .bc-reverse-m-sm-auto {
        margin: auto
    }

    .bc-reverse-mx-sm-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-reverse-mx-sm-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-reverse-mx-sm-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-reverse-mx-sm-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-reverse-mx-sm-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-reverse-mx-sm-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-reverse-mx-sm-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-reverse-my-sm-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-reverse-my-sm-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-reverse-my-sm-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-reverse-my-sm-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-reverse-my-sm-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-reverse-my-sm-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-reverse-my-sm-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-reverse-mt-sm-0 {
        margin-top: 0
    }

    .bc-reverse-mt-sm-1 {
        margin-top: .25rem
    }

    .bc-reverse-mt-sm-2 {
        margin-top: .5rem
    }

    .bc-reverse-mt-sm-3 {
        margin-top: 1rem
    }

    .bc-reverse-mt-sm-4 {
        margin-top: 1.5rem
    }

    .bc-reverse-mt-sm-5 {
        margin-top: 3rem
    }

    .bc-reverse-mt-sm-auto {
        margin-top: auto
    }

    .bc-reverse-me-sm-0 {
        margin-right: 0
    }

    .bc-reverse-me-sm-1 {
        margin-right: .25rem
    }

    .bc-reverse-me-sm-2 {
        margin-right: .5rem
    }

    .bc-reverse-me-sm-3 {
        margin-right: 1rem
    }

    .bc-reverse-me-sm-4 {
        margin-right: 1.5rem
    }

    .bc-reverse-me-sm-5 {
        margin-right: 3rem
    }

    .bc-reverse-me-sm-auto {
        margin-right: auto
    }

    .bc-reverse-mb-sm-0 {
        margin-bottom: 0
    }

    .bc-reverse-mb-sm-1 {
        margin-bottom: .25rem
    }

    .bc-reverse-mb-sm-2 {
        margin-bottom: .5rem
    }

    .bc-reverse-mb-sm-3 {
        margin-bottom: 1rem
    }

    .bc-reverse-mb-sm-4 {
        margin-bottom: 1.5rem
    }

    .bc-reverse-mb-sm-5 {
        margin-bottom: 3rem
    }

    .bc-reverse-mb-sm-auto {
        margin-bottom: auto
    }

    .bc-reverse-ms-sm-0 {
        margin-left: 0
    }

    .bc-reverse-ms-sm-1 {
        margin-left: .25rem
    }

    .bc-reverse-ms-sm-2 {
        margin-left: .5rem
    }

    .bc-reverse-ms-sm-3 {
        margin-left: 1rem
    }

    .bc-reverse-ms-sm-4 {
        margin-left: 1.5rem
    }

    .bc-reverse-ms-sm-5 {
        margin-left: 3rem
    }

    .bc-reverse-ms-sm-auto {
        margin-left: auto
    }

    .bc-reverse-p-sm-0 {
        padding: 0
    }

    .bc-reverse-p-sm-1 {
        padding: .25rem
    }

    .bc-reverse-p-sm-2 {
        padding: .5rem
    }

    .bc-reverse-p-sm-3 {
        padding: 1rem
    }

    .bc-reverse-p-sm-4 {
        padding: 1.5rem
    }

    .bc-reverse-p-sm-5 {
        padding: 3rem
    }

    .bc-reverse-px-sm-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-reverse-px-sm-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-reverse-px-sm-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-reverse-px-sm-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-reverse-px-sm-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-reverse-px-sm-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-reverse-py-sm-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-reverse-py-sm-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-reverse-py-sm-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-reverse-py-sm-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-reverse-py-sm-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-reverse-py-sm-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-reverse-pt-sm-0 {
        padding-top: 0
    }

    .bc-reverse-pt-sm-1 {
        padding-top: .25rem
    }

    .bc-reverse-pt-sm-2 {
        padding-top: .5rem
    }

    .bc-reverse-pt-sm-3 {
        padding-top: 1rem
    }

    .bc-reverse-pt-sm-4 {
        padding-top: 1.5rem
    }

    .bc-reverse-pt-sm-5 {
        padding-top: 3rem
    }

    .bc-reverse-pe-sm-0 {
        padding-right: 0
    }

    .bc-reverse-pe-sm-1 {
        padding-right: .25rem
    }

    .bc-reverse-pe-sm-2 {
        padding-right: .5rem
    }

    .bc-reverse-pe-sm-3 {
        padding-right: 1rem
    }

    .bc-reverse-pe-sm-4 {
        padding-right: 1.5rem
    }

    .bc-reverse-pe-sm-5 {
        padding-right: 3rem
    }

    .bc-reverse-pb-sm-0 {
        padding-bottom: 0
    }

    .bc-reverse-pb-sm-1 {
        padding-bottom: .25rem
    }

    .bc-reverse-pb-sm-2 {
        padding-bottom: .5rem
    }

    .bc-reverse-pb-sm-3 {
        padding-bottom: 1rem
    }

    .bc-reverse-pb-sm-4 {
        padding-bottom: 1.5rem
    }

    .bc-reverse-pb-sm-5 {
        padding-bottom: 3rem
    }

    .bc-reverse-ps-sm-0 {
        padding-left: 0
    }

    .bc-reverse-ps-sm-1 {
        padding-left: .25rem
    }

    .bc-reverse-ps-sm-2 {
        padding-left: .5rem
    }

    .bc-reverse-ps-sm-3 {
        padding-left: 1rem
    }

    .bc-reverse-ps-sm-4 {
        padding-left: 1.5rem
    }

    .bc-reverse-ps-sm-5 {
        padding-left: 3rem
    }

    .bc-reverse-text-sm-start {
        text-align: left
    }

    .bc-reverse-text-sm-end {
        text-align: right
    }

    .bc-reverse-text-sm-center {
        text-align: center
    }
}

@media(max-width: 768px) {
    .bc-reverse-float-md-start {
        float: left
    }

    .bc-reverse-float-md-end {
        float: right
    }

    .bc-reverse-float-md-none {
        float: none
    }

    .bc-reverse-d-md-inline {
        display: inline
    }

    .bc-reverse-d-md-inline-block {
        display: inline-block
    }

    .bc-reverse-d-md-block {
        display: block
    }

    .bc-reverse-d-md-grid {
        display: grid
    }

    .bc-reverse-d-md-table {
        display: table
    }

    .bc-reverse-d-md-table-row {
        display: table-row
    }

    .bc-reverse-d-md-table-cell {
        display: table-cell
    }

    .bc-reverse-d-md-flex {
        display: flex
    }

    .bc-reverse-d-md-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-md-none {
        display: none
    }

    .bc-reverse-flex-md-fill {
        flex: 1 1 auto
    }

    .bc-reverse-flex-md-row {
        flex-direction: row
    }

    .bc-reverse-flex-md-column {
        flex-direction: column
    }

    .bc-reverse-flex-md-row-reverse {
        flex-direction: row-reverse
    }

    .bc-reverse-flex-md-column-reverse {
        flex-direction: column-reverse
    }

    .bc-reverse-flex-md-grow-0 {
        flex-grow: 0
    }

    .bc-reverse-flex-md-grow-1 {
        flex-grow: 1
    }

    .bc-reverse-flex-md-shrink-0 {
        flex-shrink: 0
    }

    .bc-reverse-flex-md-shrink-1 {
        flex-shrink: 1
    }

    .bc-reverse-flex-md-wrap {
        flex-wrap: wrap
    }

    .bc-reverse-flex-md-nowrap {
        flex-wrap: nowrap
    }

    .bc-reverse-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-reverse-gap-md-0 {
        gap: 0
    }

    .bc-reverse-gap-md-1 {
        gap: .25rem
    }

    .bc-reverse-gap-md-2 {
        gap: .5rem
    }

    .bc-reverse-gap-md-3 {
        gap: 1rem
    }

    .bc-reverse-gap-md-4 {
        gap: 1.5rem
    }

    .bc-reverse-gap-md-5 {
        gap: 3rem
    }

    .bc-reverse-justify-content-md-start {
        justify-content: flex-start
    }

    .bc-reverse-justify-content-md-end {
        justify-content: flex-end
    }

    .bc-reverse-justify-content-md-center {
        justify-content: center
    }

    .bc-reverse-justify-content-md-between {
        justify-content: space-between
    }

    .bc-reverse-justify-content-md-around {
        justify-content: space-around
    }

    .bc-reverse-justify-content-md-evenly {
        justify-content: space-evenly
    }

    .bc-reverse-align-items-md-start {
        align-items: flex-start
    }

    .bc-reverse-align-items-md-end {
        align-items: flex-end
    }

    .bc-reverse-align-items-md-center {
        align-items: center
    }

    .bc-reverse-align-items-md-baseline {
        align-items: baseline
    }

    .bc-reverse-align-items-md-stretch {
        align-items: stretch
    }

    .bc-reverse-align-content-md-start {
        align-content: flex-start
    }

    .bc-reverse-align-content-md-end {
        align-content: flex-end
    }

    .bc-reverse-align-content-md-center {
        align-content: center
    }

    .bc-reverse-align-content-md-between {
        align-content: space-between
    }

    .bc-reverse-align-content-md-around {
        align-content: space-around
    }

    .bc-reverse-align-content-md-stretch {
        align-content: stretch
    }

    .bc-reverse-align-self-md-auto {
        align-self: auto
    }

    .bc-reverse-align-self-md-start {
        align-self: flex-start
    }

    .bc-reverse-align-self-md-end {
        align-self: flex-end
    }

    .bc-reverse-align-self-md-center {
        align-self: center
    }

    .bc-reverse-align-self-md-baseline {
        align-self: baseline
    }

    .bc-reverse-align-self-md-stretch {
        align-self: stretch
    }

    .bc-reverse-order-md-first {
        order: -1
    }

    .bc-reverse-order-md-0 {
        order: 0
    }

    .bc-reverse-order-md-1 {
        order: 1
    }

    .bc-reverse-order-md-2 {
        order: 2
    }

    .bc-reverse-order-md-3 {
        order: 3
    }

    .bc-reverse-order-md-4 {
        order: 4
    }

    .bc-reverse-order-md-5 {
        order: 5
    }

    .bc-reverse-order-md-last {
        order: 6
    }

    .bc-reverse-m-md-0 {
        margin: 0
    }

    .bc-reverse-m-md-1 {
        margin: .25rem
    }

    .bc-reverse-m-md-2 {
        margin: .5rem
    }

    .bc-reverse-m-md-3 {
        margin: 1rem
    }

    .bc-reverse-m-md-4 {
        margin: 1.5rem
    }

    .bc-reverse-m-md-5 {
        margin: 3rem
    }

    .bc-reverse-m-md-auto {
        margin: auto
    }

    .bc-reverse-mx-md-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-reverse-mx-md-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-reverse-mx-md-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-reverse-mx-md-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-reverse-mx-md-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-reverse-mx-md-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-reverse-mx-md-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-reverse-my-md-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-reverse-my-md-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-reverse-my-md-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-reverse-my-md-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-reverse-my-md-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-reverse-my-md-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-reverse-my-md-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-reverse-mt-md-0 {
        margin-top: 0
    }

    .bc-reverse-mt-md-1 {
        margin-top: .25rem
    }

    .bc-reverse-mt-md-2 {
        margin-top: .5rem
    }

    .bc-reverse-mt-md-3 {
        margin-top: 1rem
    }

    .bc-reverse-mt-md-4 {
        margin-top: 1.5rem
    }

    .bc-reverse-mt-md-5 {
        margin-top: 3rem
    }

    .bc-reverse-mt-md-auto {
        margin-top: auto
    }

    .bc-reverse-me-md-0 {
        margin-right: 0
    }

    .bc-reverse-me-md-1 {
        margin-right: .25rem
    }

    .bc-reverse-me-md-2 {
        margin-right: .5rem
    }

    .bc-reverse-me-md-3 {
        margin-right: 1rem
    }

    .bc-reverse-me-md-4 {
        margin-right: 1.5rem
    }

    .bc-reverse-me-md-5 {
        margin-right: 3rem
    }

    .bc-reverse-me-md-auto {
        margin-right: auto
    }

    .bc-reverse-mb-md-0 {
        margin-bottom: 0
    }

    .bc-reverse-mb-md-1 {
        margin-bottom: .25rem
    }

    .bc-reverse-mb-md-2 {
        margin-bottom: .5rem
    }

    .bc-reverse-mb-md-3 {
        margin-bottom: 1rem
    }

    .bc-reverse-mb-md-4 {
        margin-bottom: 1.5rem
    }

    .bc-reverse-mb-md-5 {
        margin-bottom: 3rem
    }

    .bc-reverse-mb-md-auto {
        margin-bottom: auto
    }

    .bc-reverse-ms-md-0 {
        margin-left: 0
    }

    .bc-reverse-ms-md-1 {
        margin-left: .25rem
    }

    .bc-reverse-ms-md-2 {
        margin-left: .5rem
    }

    .bc-reverse-ms-md-3 {
        margin-left: 1rem
    }

    .bc-reverse-ms-md-4 {
        margin-left: 1.5rem
    }

    .bc-reverse-ms-md-5 {
        margin-left: 3rem
    }

    .bc-reverse-ms-md-auto {
        margin-left: auto
    }

    .bc-reverse-p-md-0 {
        padding: 0
    }

    .bc-reverse-p-md-1 {
        padding: .25rem
    }

    .bc-reverse-p-md-2 {
        padding: .5rem
    }

    .bc-reverse-p-md-3 {
        padding: 1rem
    }

    .bc-reverse-p-md-4 {
        padding: 1.5rem
    }

    .bc-reverse-p-md-5 {
        padding: 3rem
    }

    .bc-reverse-px-md-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-reverse-px-md-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-reverse-px-md-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-reverse-px-md-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-reverse-px-md-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-reverse-px-md-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-reverse-py-md-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-reverse-py-md-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-reverse-py-md-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-reverse-py-md-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-reverse-py-md-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-reverse-py-md-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-reverse-pt-md-0 {
        padding-top: 0
    }

    .bc-reverse-pt-md-1 {
        padding-top: .25rem
    }

    .bc-reverse-pt-md-2 {
        padding-top: .5rem
    }

    .bc-reverse-pt-md-3 {
        padding-top: 1rem
    }

    .bc-reverse-pt-md-4 {
        padding-top: 1.5rem
    }

    .bc-reverse-pt-md-5 {
        padding-top: 3rem
    }

    .bc-reverse-pe-md-0 {
        padding-right: 0
    }

    .bc-reverse-pe-md-1 {
        padding-right: .25rem
    }

    .bc-reverse-pe-md-2 {
        padding-right: .5rem
    }

    .bc-reverse-pe-md-3 {
        padding-right: 1rem
    }

    .bc-reverse-pe-md-4 {
        padding-right: 1.5rem
    }

    .bc-reverse-pe-md-5 {
        padding-right: 3rem
    }

    .bc-reverse-pb-md-0 {
        padding-bottom: 0
    }

    .bc-reverse-pb-md-1 {
        padding-bottom: .25rem
    }

    .bc-reverse-pb-md-2 {
        padding-bottom: .5rem
    }

    .bc-reverse-pb-md-3 {
        padding-bottom: 1rem
    }

    .bc-reverse-pb-md-4 {
        padding-bottom: 1.5rem
    }

    .bc-reverse-pb-md-5 {
        padding-bottom: 3rem
    }

    .bc-reverse-ps-md-0 {
        padding-left: 0
    }

    .bc-reverse-ps-md-1 {
        padding-left: .25rem
    }

    .bc-reverse-ps-md-2 {
        padding-left: .5rem
    }

    .bc-reverse-ps-md-3 {
        padding-left: 1rem
    }

    .bc-reverse-ps-md-4 {
        padding-left: 1.5rem
    }

    .bc-reverse-ps-md-5 {
        padding-left: 3rem
    }

    .bc-reverse-text-md-start {
        text-align: left
    }

    .bc-reverse-text-md-end {
        text-align: right
    }

    .bc-reverse-text-md-center {
        text-align: center
    }
}

@media(max-width: 992px) {
    .bc-reverse-float-lg-start {
        float: left
    }

    .bc-reverse-float-lg-end {
        float: right
    }

    .bc-reverse-float-lg-none {
        float: none
    }

    .bc-reverse-d-lg-inline {
        display: inline
    }

    .bc-reverse-d-lg-inline-block {
        display: inline-block
    }

    .bc-reverse-d-lg-block {
        display: block
    }

    .bc-reverse-d-lg-grid {
        display: grid
    }

    .bc-reverse-d-lg-table {
        display: table
    }

    .bc-reverse-d-lg-table-row {
        display: table-row
    }

    .bc-reverse-d-lg-table-cell {
        display: table-cell
    }

    .bc-reverse-d-lg-flex {
        display: flex
    }

    .bc-reverse-d-lg-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-lg-none {
        display: none
    }

    .bc-reverse-flex-lg-fill {
        flex: 1 1 auto
    }

    .bc-reverse-flex-lg-row {
        flex-direction: row
    }

    .bc-reverse-flex-lg-column {
        flex-direction: column
    }

    .bc-reverse-flex-lg-row-reverse {
        flex-direction: row-reverse
    }

    .bc-reverse-flex-lg-column-reverse {
        flex-direction: column-reverse
    }

    .bc-reverse-flex-lg-grow-0 {
        flex-grow: 0
    }

    .bc-reverse-flex-lg-grow-1 {
        flex-grow: 1
    }

    .bc-reverse-flex-lg-shrink-0 {
        flex-shrink: 0
    }

    .bc-reverse-flex-lg-shrink-1 {
        flex-shrink: 1
    }

    .bc-reverse-flex-lg-wrap {
        flex-wrap: wrap
    }

    .bc-reverse-flex-lg-nowrap {
        flex-wrap: nowrap
    }

    .bc-reverse-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-reverse-gap-lg-0 {
        gap: 0
    }

    .bc-reverse-gap-lg-1 {
        gap: .25rem
    }

    .bc-reverse-gap-lg-2 {
        gap: .5rem
    }

    .bc-reverse-gap-lg-3 {
        gap: 1rem
    }

    .bc-reverse-gap-lg-4 {
        gap: 1.5rem
    }

    .bc-reverse-gap-lg-5 {
        gap: 3rem
    }

    .bc-reverse-justify-content-lg-start {
        justify-content: flex-start
    }

    .bc-reverse-justify-content-lg-end {
        justify-content: flex-end
    }

    .bc-reverse-justify-content-lg-center {
        justify-content: center
    }

    .bc-reverse-justify-content-lg-between {
        justify-content: space-between
    }

    .bc-reverse-justify-content-lg-around {
        justify-content: space-around
    }

    .bc-reverse-justify-content-lg-evenly {
        justify-content: space-evenly
    }

    .bc-reverse-align-items-lg-start {
        align-items: flex-start
    }

    .bc-reverse-align-items-lg-end {
        align-items: flex-end
    }

    .bc-reverse-align-items-lg-center {
        align-items: center
    }

    .bc-reverse-align-items-lg-baseline {
        align-items: baseline
    }

    .bc-reverse-align-items-lg-stretch {
        align-items: stretch
    }

    .bc-reverse-align-content-lg-start {
        align-content: flex-start
    }

    .bc-reverse-align-content-lg-end {
        align-content: flex-end
    }

    .bc-reverse-align-content-lg-center {
        align-content: center
    }

    .bc-reverse-align-content-lg-between {
        align-content: space-between
    }

    .bc-reverse-align-content-lg-around {
        align-content: space-around
    }

    .bc-reverse-align-content-lg-stretch {
        align-content: stretch
    }

    .bc-reverse-align-self-lg-auto {
        align-self: auto
    }

    .bc-reverse-align-self-lg-start {
        align-self: flex-start
    }

    .bc-reverse-align-self-lg-end {
        align-self: flex-end
    }

    .bc-reverse-align-self-lg-center {
        align-self: center
    }

    .bc-reverse-align-self-lg-baseline {
        align-self: baseline
    }

    .bc-reverse-align-self-lg-stretch {
        align-self: stretch
    }

    .bc-reverse-order-lg-first {
        order: -1
    }

    .bc-reverse-order-lg-0 {
        order: 0
    }

    .bc-reverse-order-lg-1 {
        order: 1
    }

    .bc-reverse-order-lg-2 {
        order: 2
    }

    .bc-reverse-order-lg-3 {
        order: 3
    }

    .bc-reverse-order-lg-4 {
        order: 4
    }

    .bc-reverse-order-lg-5 {
        order: 5
    }

    .bc-reverse-order-lg-last {
        order: 6
    }

    .bc-reverse-m-lg-0 {
        margin: 0
    }

    .bc-reverse-m-lg-1 {
        margin: .25rem
    }

    .bc-reverse-m-lg-2 {
        margin: .5rem
    }

    .bc-reverse-m-lg-3 {
        margin: 1rem
    }

    .bc-reverse-m-lg-4 {
        margin: 1.5rem
    }

    .bc-reverse-m-lg-5 {
        margin: 3rem
    }

    .bc-reverse-m-lg-auto {
        margin: auto
    }

    .bc-reverse-mx-lg-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-reverse-mx-lg-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-reverse-mx-lg-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-reverse-mx-lg-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-reverse-mx-lg-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-reverse-mx-lg-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-reverse-mx-lg-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-reverse-my-lg-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-reverse-my-lg-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-reverse-my-lg-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-reverse-my-lg-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-reverse-my-lg-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-reverse-my-lg-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-reverse-my-lg-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-reverse-mt-lg-0 {
        margin-top: 0
    }

    .bc-reverse-mt-lg-1 {
        margin-top: .25rem
    }

    .bc-reverse-mt-lg-2 {
        margin-top: .5rem
    }

    .bc-reverse-mt-lg-3 {
        margin-top: 1rem
    }

    .bc-reverse-mt-lg-4 {
        margin-top: 1.5rem
    }

    .bc-reverse-mt-lg-5 {
        margin-top: 3rem
    }

    .bc-reverse-mt-lg-auto {
        margin-top: auto
    }

    .bc-reverse-me-lg-0 {
        margin-right: 0
    }

    .bc-reverse-me-lg-1 {
        margin-right: .25rem
    }

    .bc-reverse-me-lg-2 {
        margin-right: .5rem
    }

    .bc-reverse-me-lg-3 {
        margin-right: 1rem
    }

    .bc-reverse-me-lg-4 {
        margin-right: 1.5rem
    }

    .bc-reverse-me-lg-5 {
        margin-right: 3rem
    }

    .bc-reverse-me-lg-auto {
        margin-right: auto
    }

    .bc-reverse-mb-lg-0 {
        margin-bottom: 0
    }

    .bc-reverse-mb-lg-1 {
        margin-bottom: .25rem
    }

    .bc-reverse-mb-lg-2 {
        margin-bottom: .5rem
    }

    .bc-reverse-mb-lg-3 {
        margin-bottom: 1rem
    }

    .bc-reverse-mb-lg-4 {
        margin-bottom: 1.5rem
    }

    .bc-reverse-mb-lg-5 {
        margin-bottom: 3rem
    }

    .bc-reverse-mb-lg-auto {
        margin-bottom: auto
    }

    .bc-reverse-ms-lg-0 {
        margin-left: 0
    }

    .bc-reverse-ms-lg-1 {
        margin-left: .25rem
    }

    .bc-reverse-ms-lg-2 {
        margin-left: .5rem
    }

    .bc-reverse-ms-lg-3 {
        margin-left: 1rem
    }

    .bc-reverse-ms-lg-4 {
        margin-left: 1.5rem
    }

    .bc-reverse-ms-lg-5 {
        margin-left: 3rem
    }

    .bc-reverse-ms-lg-auto {
        margin-left: auto
    }

    .bc-reverse-p-lg-0 {
        padding: 0
    }

    .bc-reverse-p-lg-1 {
        padding: .25rem
    }

    .bc-reverse-p-lg-2 {
        padding: .5rem
    }

    .bc-reverse-p-lg-3 {
        padding: 1rem
    }

    .bc-reverse-p-lg-4 {
        padding: 1.5rem
    }

    .bc-reverse-p-lg-5 {
        padding: 3rem
    }

    .bc-reverse-px-lg-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-reverse-px-lg-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-reverse-px-lg-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-reverse-px-lg-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-reverse-px-lg-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-reverse-px-lg-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-reverse-py-lg-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-reverse-py-lg-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-reverse-py-lg-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-reverse-py-lg-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-reverse-py-lg-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-reverse-py-lg-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-reverse-pt-lg-0 {
        padding-top: 0
    }

    .bc-reverse-pt-lg-1 {
        padding-top: .25rem
    }

    .bc-reverse-pt-lg-2 {
        padding-top: .5rem
    }

    .bc-reverse-pt-lg-3 {
        padding-top: 1rem
    }

    .bc-reverse-pt-lg-4 {
        padding-top: 1.5rem
    }

    .bc-reverse-pt-lg-5 {
        padding-top: 3rem
    }

    .bc-reverse-pe-lg-0 {
        padding-right: 0
    }

    .bc-reverse-pe-lg-1 {
        padding-right: .25rem
    }

    .bc-reverse-pe-lg-2 {
        padding-right: .5rem
    }

    .bc-reverse-pe-lg-3 {
        padding-right: 1rem
    }

    .bc-reverse-pe-lg-4 {
        padding-right: 1.5rem
    }

    .bc-reverse-pe-lg-5 {
        padding-right: 3rem
    }

    .bc-reverse-pb-lg-0 {
        padding-bottom: 0
    }

    .bc-reverse-pb-lg-1 {
        padding-bottom: .25rem
    }

    .bc-reverse-pb-lg-2 {
        padding-bottom: .5rem
    }

    .bc-reverse-pb-lg-3 {
        padding-bottom: 1rem
    }

    .bc-reverse-pb-lg-4 {
        padding-bottom: 1.5rem
    }

    .bc-reverse-pb-lg-5 {
        padding-bottom: 3rem
    }

    .bc-reverse-ps-lg-0 {
        padding-left: 0
    }

    .bc-reverse-ps-lg-1 {
        padding-left: .25rem
    }

    .bc-reverse-ps-lg-2 {
        padding-left: .5rem
    }

    .bc-reverse-ps-lg-3 {
        padding-left: 1rem
    }

    .bc-reverse-ps-lg-4 {
        padding-left: 1.5rem
    }

    .bc-reverse-ps-lg-5 {
        padding-left: 3rem
    }

    .bc-reverse-text-lg-start {
        text-align: left
    }

    .bc-reverse-text-lg-end {
        text-align: right
    }

    .bc-reverse-text-lg-center {
        text-align: center
    }
}

@media(max-width: 1200px) {
    .bc-reverse-float-xl-start {
        float: left
    }

    .bc-reverse-float-xl-end {
        float: right
    }

    .bc-reverse-float-xl-none {
        float: none
    }

    .bc-reverse-d-xl-inline {
        display: inline
    }

    .bc-reverse-d-xl-inline-block {
        display: inline-block
    }

    .bc-reverse-d-xl-block {
        display: block
    }

    .bc-reverse-d-xl-grid {
        display: grid
    }

    .bc-reverse-d-xl-table {
        display: table
    }

    .bc-reverse-d-xl-table-row {
        display: table-row
    }

    .bc-reverse-d-xl-table-cell {
        display: table-cell
    }

    .bc-reverse-d-xl-flex {
        display: flex
    }

    .bc-reverse-d-xl-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-xl-none {
        display: none
    }

    .bc-reverse-flex-xl-fill {
        flex: 1 1 auto
    }

    .bc-reverse-flex-xl-row {
        flex-direction: row
    }

    .bc-reverse-flex-xl-column {
        flex-direction: column
    }

    .bc-reverse-flex-xl-row-reverse {
        flex-direction: row-reverse
    }

    .bc-reverse-flex-xl-column-reverse {
        flex-direction: column-reverse
    }

    .bc-reverse-flex-xl-grow-0 {
        flex-grow: 0
    }

    .bc-reverse-flex-xl-grow-1 {
        flex-grow: 1
    }

    .bc-reverse-flex-xl-shrink-0 {
        flex-shrink: 0
    }

    .bc-reverse-flex-xl-shrink-1 {
        flex-shrink: 1
    }

    .bc-reverse-flex-xl-wrap {
        flex-wrap: wrap
    }

    .bc-reverse-flex-xl-nowrap {
        flex-wrap: nowrap
    }

    .bc-reverse-flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-reverse-gap-xl-0 {
        gap: 0
    }

    .bc-reverse-gap-xl-1 {
        gap: .25rem
    }

    .bc-reverse-gap-xl-2 {
        gap: .5rem
    }

    .bc-reverse-gap-xl-3 {
        gap: 1rem
    }

    .bc-reverse-gap-xl-4 {
        gap: 1.5rem
    }

    .bc-reverse-gap-xl-5 {
        gap: 3rem
    }

    .bc-reverse-justify-content-xl-start {
        justify-content: flex-start
    }

    .bc-reverse-justify-content-xl-end {
        justify-content: flex-end
    }

    .bc-reverse-justify-content-xl-center {
        justify-content: center
    }

    .bc-reverse-justify-content-xl-between {
        justify-content: space-between
    }

    .bc-reverse-justify-content-xl-around {
        justify-content: space-around
    }

    .bc-reverse-justify-content-xl-evenly {
        justify-content: space-evenly
    }

    .bc-reverse-align-items-xl-start {
        align-items: flex-start
    }

    .bc-reverse-align-items-xl-end {
        align-items: flex-end
    }

    .bc-reverse-align-items-xl-center {
        align-items: center
    }

    .bc-reverse-align-items-xl-baseline {
        align-items: baseline
    }

    .bc-reverse-align-items-xl-stretch {
        align-items: stretch
    }

    .bc-reverse-align-content-xl-start {
        align-content: flex-start
    }

    .bc-reverse-align-content-xl-end {
        align-content: flex-end
    }

    .bc-reverse-align-content-xl-center {
        align-content: center
    }

    .bc-reverse-align-content-xl-between {
        align-content: space-between
    }

    .bc-reverse-align-content-xl-around {
        align-content: space-around
    }

    .bc-reverse-align-content-xl-stretch {
        align-content: stretch
    }

    .bc-reverse-align-self-xl-auto {
        align-self: auto
    }

    .bc-reverse-align-self-xl-start {
        align-self: flex-start
    }

    .bc-reverse-align-self-xl-end {
        align-self: flex-end
    }

    .bc-reverse-align-self-xl-center {
        align-self: center
    }

    .bc-reverse-align-self-xl-baseline {
        align-self: baseline
    }

    .bc-reverse-align-self-xl-stretch {
        align-self: stretch
    }

    .bc-reverse-order-xl-first {
        order: -1
    }

    .bc-reverse-order-xl-0 {
        order: 0
    }

    .bc-reverse-order-xl-1 {
        order: 1
    }

    .bc-reverse-order-xl-2 {
        order: 2
    }

    .bc-reverse-order-xl-3 {
        order: 3
    }

    .bc-reverse-order-xl-4 {
        order: 4
    }

    .bc-reverse-order-xl-5 {
        order: 5
    }

    .bc-reverse-order-xl-last {
        order: 6
    }

    .bc-reverse-m-xl-0 {
        margin: 0
    }

    .bc-reverse-m-xl-1 {
        margin: .25rem
    }

    .bc-reverse-m-xl-2 {
        margin: .5rem
    }

    .bc-reverse-m-xl-3 {
        margin: 1rem
    }

    .bc-reverse-m-xl-4 {
        margin: 1.5rem
    }

    .bc-reverse-m-xl-5 {
        margin: 3rem
    }

    .bc-reverse-m-xl-auto {
        margin: auto
    }

    .bc-reverse-mx-xl-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-reverse-mx-xl-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-reverse-mx-xl-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-reverse-mx-xl-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-reverse-mx-xl-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-reverse-mx-xl-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-reverse-mx-xl-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-reverse-my-xl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-reverse-my-xl-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-reverse-my-xl-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-reverse-my-xl-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-reverse-my-xl-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-reverse-my-xl-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-reverse-my-xl-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-reverse-mt-xl-0 {
        margin-top: 0
    }

    .bc-reverse-mt-xl-1 {
        margin-top: .25rem
    }

    .bc-reverse-mt-xl-2 {
        margin-top: .5rem
    }

    .bc-reverse-mt-xl-3 {
        margin-top: 1rem
    }

    .bc-reverse-mt-xl-4 {
        margin-top: 1.5rem
    }

    .bc-reverse-mt-xl-5 {
        margin-top: 3rem
    }

    .bc-reverse-mt-xl-auto {
        margin-top: auto
    }

    .bc-reverse-me-xl-0 {
        margin-right: 0
    }

    .bc-reverse-me-xl-1 {
        margin-right: .25rem
    }

    .bc-reverse-me-xl-2 {
        margin-right: .5rem
    }

    .bc-reverse-me-xl-3 {
        margin-right: 1rem
    }

    .bc-reverse-me-xl-4 {
        margin-right: 1.5rem
    }

    .bc-reverse-me-xl-5 {
        margin-right: 3rem
    }

    .bc-reverse-me-xl-auto {
        margin-right: auto
    }

    .bc-reverse-mb-xl-0 {
        margin-bottom: 0
    }

    .bc-reverse-mb-xl-1 {
        margin-bottom: .25rem
    }

    .bc-reverse-mb-xl-2 {
        margin-bottom: .5rem
    }

    .bc-reverse-mb-xl-3 {
        margin-bottom: 1rem
    }

    .bc-reverse-mb-xl-4 {
        margin-bottom: 1.5rem
    }

    .bc-reverse-mb-xl-5 {
        margin-bottom: 3rem
    }

    .bc-reverse-mb-xl-auto {
        margin-bottom: auto
    }

    .bc-reverse-ms-xl-0 {
        margin-left: 0
    }

    .bc-reverse-ms-xl-1 {
        margin-left: .25rem
    }

    .bc-reverse-ms-xl-2 {
        margin-left: .5rem
    }

    .bc-reverse-ms-xl-3 {
        margin-left: 1rem
    }

    .bc-reverse-ms-xl-4 {
        margin-left: 1.5rem
    }

    .bc-reverse-ms-xl-5 {
        margin-left: 3rem
    }

    .bc-reverse-ms-xl-auto {
        margin-left: auto
    }

    .bc-reverse-p-xl-0 {
        padding: 0
    }

    .bc-reverse-p-xl-1 {
        padding: .25rem
    }

    .bc-reverse-p-xl-2 {
        padding: .5rem
    }

    .bc-reverse-p-xl-3 {
        padding: 1rem
    }

    .bc-reverse-p-xl-4 {
        padding: 1.5rem
    }

    .bc-reverse-p-xl-5 {
        padding: 3rem
    }

    .bc-reverse-px-xl-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-reverse-px-xl-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-reverse-px-xl-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-reverse-px-xl-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-reverse-px-xl-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-reverse-px-xl-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-reverse-py-xl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-reverse-py-xl-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-reverse-py-xl-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-reverse-py-xl-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-reverse-py-xl-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-reverse-py-xl-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-reverse-pt-xl-0 {
        padding-top: 0
    }

    .bc-reverse-pt-xl-1 {
        padding-top: .25rem
    }

    .bc-reverse-pt-xl-2 {
        padding-top: .5rem
    }

    .bc-reverse-pt-xl-3 {
        padding-top: 1rem
    }

    .bc-reverse-pt-xl-4 {
        padding-top: 1.5rem
    }

    .bc-reverse-pt-xl-5 {
        padding-top: 3rem
    }

    .bc-reverse-pe-xl-0 {
        padding-right: 0
    }

    .bc-reverse-pe-xl-1 {
        padding-right: .25rem
    }

    .bc-reverse-pe-xl-2 {
        padding-right: .5rem
    }

    .bc-reverse-pe-xl-3 {
        padding-right: 1rem
    }

    .bc-reverse-pe-xl-4 {
        padding-right: 1.5rem
    }

    .bc-reverse-pe-xl-5 {
        padding-right: 3rem
    }

    .bc-reverse-pb-xl-0 {
        padding-bottom: 0
    }

    .bc-reverse-pb-xl-1 {
        padding-bottom: .25rem
    }

    .bc-reverse-pb-xl-2 {
        padding-bottom: .5rem
    }

    .bc-reverse-pb-xl-3 {
        padding-bottom: 1rem
    }

    .bc-reverse-pb-xl-4 {
        padding-bottom: 1.5rem
    }

    .bc-reverse-pb-xl-5 {
        padding-bottom: 3rem
    }

    .bc-reverse-ps-xl-0 {
        padding-left: 0
    }

    .bc-reverse-ps-xl-1 {
        padding-left: .25rem
    }

    .bc-reverse-ps-xl-2 {
        padding-left: .5rem
    }

    .bc-reverse-ps-xl-3 {
        padding-left: 1rem
    }

    .bc-reverse-ps-xl-4 {
        padding-left: 1.5rem
    }

    .bc-reverse-ps-xl-5 {
        padding-left: 3rem
    }

    .bc-reverse-text-xl-start {
        text-align: left
    }

    .bc-reverse-text-xl-end {
        text-align: right
    }

    .bc-reverse-text-xl-center {
        text-align: center
    }
}

@media(max-width: 1400px) {
    .bc-reverse-float-xxl-start {
        float: left
    }

    .bc-reverse-float-xxl-end {
        float: right
    }

    .bc-reverse-float-xxl-none {
        float: none
    }

    .bc-reverse-d-xxl-inline {
        display: inline
    }

    .bc-reverse-d-xxl-inline-block {
        display: inline-block
    }

    .bc-reverse-d-xxl-block {
        display: block
    }

    .bc-reverse-d-xxl-grid {
        display: grid
    }

    .bc-reverse-d-xxl-table {
        display: table
    }

    .bc-reverse-d-xxl-table-row {
        display: table-row
    }

    .bc-reverse-d-xxl-table-cell {
        display: table-cell
    }

    .bc-reverse-d-xxl-flex {
        display: flex
    }

    .bc-reverse-d-xxl-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-xxl-none {
        display: none
    }

    .bc-reverse-flex-xxl-fill {
        flex: 1 1 auto
    }

    .bc-reverse-flex-xxl-row {
        flex-direction: row
    }

    .bc-reverse-flex-xxl-column {
        flex-direction: column
    }

    .bc-reverse-flex-xxl-row-reverse {
        flex-direction: row-reverse
    }

    .bc-reverse-flex-xxl-column-reverse {
        flex-direction: column-reverse
    }

    .bc-reverse-flex-xxl-grow-0 {
        flex-grow: 0
    }

    .bc-reverse-flex-xxl-grow-1 {
        flex-grow: 1
    }

    .bc-reverse-flex-xxl-shrink-0 {
        flex-shrink: 0
    }

    .bc-reverse-flex-xxl-shrink-1 {
        flex-shrink: 1
    }

    .bc-reverse-flex-xxl-wrap {
        flex-wrap: wrap
    }

    .bc-reverse-flex-xxl-nowrap {
        flex-wrap: nowrap
    }

    .bc-reverse-flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .bc-reverse-gap-xxl-0 {
        gap: 0
    }

    .bc-reverse-gap-xxl-1 {
        gap: .25rem
    }

    .bc-reverse-gap-xxl-2 {
        gap: .5rem
    }

    .bc-reverse-gap-xxl-3 {
        gap: 1rem
    }

    .bc-reverse-gap-xxl-4 {
        gap: 1.5rem
    }

    .bc-reverse-gap-xxl-5 {
        gap: 3rem
    }

    .bc-reverse-justify-content-xxl-start {
        justify-content: flex-start
    }

    .bc-reverse-justify-content-xxl-end {
        justify-content: flex-end
    }

    .bc-reverse-justify-content-xxl-center {
        justify-content: center
    }

    .bc-reverse-justify-content-xxl-between {
        justify-content: space-between
    }

    .bc-reverse-justify-content-xxl-around {
        justify-content: space-around
    }

    .bc-reverse-justify-content-xxl-evenly {
        justify-content: space-evenly
    }

    .bc-reverse-align-items-xxl-start {
        align-items: flex-start
    }

    .bc-reverse-align-items-xxl-end {
        align-items: flex-end
    }

    .bc-reverse-align-items-xxl-center {
        align-items: center
    }

    .bc-reverse-align-items-xxl-baseline {
        align-items: baseline
    }

    .bc-reverse-align-items-xxl-stretch {
        align-items: stretch
    }

    .bc-reverse-align-content-xxl-start {
        align-content: flex-start
    }

    .bc-reverse-align-content-xxl-end {
        align-content: flex-end
    }

    .bc-reverse-align-content-xxl-center {
        align-content: center
    }

    .bc-reverse-align-content-xxl-between {
        align-content: space-between
    }

    .bc-reverse-align-content-xxl-around {
        align-content: space-around
    }

    .bc-reverse-align-content-xxl-stretch {
        align-content: stretch
    }

    .bc-reverse-align-self-xxl-auto {
        align-self: auto
    }

    .bc-reverse-align-self-xxl-start {
        align-self: flex-start
    }

    .bc-reverse-align-self-xxl-end {
        align-self: flex-end
    }

    .bc-reverse-align-self-xxl-center {
        align-self: center
    }

    .bc-reverse-align-self-xxl-baseline {
        align-self: baseline
    }

    .bc-reverse-align-self-xxl-stretch {
        align-self: stretch
    }

    .bc-reverse-order-xxl-first {
        order: -1
    }

    .bc-reverse-order-xxl-0 {
        order: 0
    }

    .bc-reverse-order-xxl-1 {
        order: 1
    }

    .bc-reverse-order-xxl-2 {
        order: 2
    }

    .bc-reverse-order-xxl-3 {
        order: 3
    }

    .bc-reverse-order-xxl-4 {
        order: 4
    }

    .bc-reverse-order-xxl-5 {
        order: 5
    }

    .bc-reverse-order-xxl-last {
        order: 6
    }

    .bc-reverse-m-xxl-0 {
        margin: 0
    }

    .bc-reverse-m-xxl-1 {
        margin: .25rem
    }

    .bc-reverse-m-xxl-2 {
        margin: .5rem
    }

    .bc-reverse-m-xxl-3 {
        margin: 1rem
    }

    .bc-reverse-m-xxl-4 {
        margin: 1.5rem
    }

    .bc-reverse-m-xxl-5 {
        margin: 3rem
    }

    .bc-reverse-m-xxl-auto {
        margin: auto
    }

    .bc-reverse-mx-xxl-0 {
        margin-right: 0;
        margin-left: 0
    }

    .bc-reverse-mx-xxl-1 {
        margin-right: .25rem;
        margin-left: .25rem
    }

    .bc-reverse-mx-xxl-2 {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .bc-reverse-mx-xxl-3 {
        margin-right: 1rem;
        margin-left: 1rem
    }

    .bc-reverse-mx-xxl-4 {
        margin-right: 1.5rem;
        margin-left: 1.5rem
    }

    .bc-reverse-mx-xxl-5 {
        margin-right: 3rem;
        margin-left: 3rem
    }

    .bc-reverse-mx-xxl-auto {
        margin-right: auto;
        margin-left: auto
    }

    .bc-reverse-my-xxl-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .bc-reverse-my-xxl-1 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .bc-reverse-my-xxl-2 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .bc-reverse-my-xxl-3 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .bc-reverse-my-xxl-4 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .bc-reverse-my-xxl-5 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .bc-reverse-my-xxl-auto {
        margin-top: auto;
        margin-bottom: auto
    }

    .bc-reverse-mt-xxl-0 {
        margin-top: 0
    }

    .bc-reverse-mt-xxl-1 {
        margin-top: .25rem
    }

    .bc-reverse-mt-xxl-2 {
        margin-top: .5rem
    }

    .bc-reverse-mt-xxl-3 {
        margin-top: 1rem
    }

    .bc-reverse-mt-xxl-4 {
        margin-top: 1.5rem
    }

    .bc-reverse-mt-xxl-5 {
        margin-top: 3rem
    }

    .bc-reverse-mt-xxl-auto {
        margin-top: auto
    }

    .bc-reverse-me-xxl-0 {
        margin-right: 0
    }

    .bc-reverse-me-xxl-1 {
        margin-right: .25rem
    }

    .bc-reverse-me-xxl-2 {
        margin-right: .5rem
    }

    .bc-reverse-me-xxl-3 {
        margin-right: 1rem
    }

    .bc-reverse-me-xxl-4 {
        margin-right: 1.5rem
    }

    .bc-reverse-me-xxl-5 {
        margin-right: 3rem
    }

    .bc-reverse-me-xxl-auto {
        margin-right: auto
    }

    .bc-reverse-mb-xxl-0 {
        margin-bottom: 0
    }

    .bc-reverse-mb-xxl-1 {
        margin-bottom: .25rem
    }

    .bc-reverse-mb-xxl-2 {
        margin-bottom: .5rem
    }

    .bc-reverse-mb-xxl-3 {
        margin-bottom: 1rem
    }

    .bc-reverse-mb-xxl-4 {
        margin-bottom: 1.5rem
    }

    .bc-reverse-mb-xxl-5 {
        margin-bottom: 3rem
    }

    .bc-reverse-mb-xxl-auto {
        margin-bottom: auto
    }

    .bc-reverse-ms-xxl-0 {
        margin-left: 0
    }

    .bc-reverse-ms-xxl-1 {
        margin-left: .25rem
    }

    .bc-reverse-ms-xxl-2 {
        margin-left: .5rem
    }

    .bc-reverse-ms-xxl-3 {
        margin-left: 1rem
    }

    .bc-reverse-ms-xxl-4 {
        margin-left: 1.5rem
    }

    .bc-reverse-ms-xxl-5 {
        margin-left: 3rem
    }

    .bc-reverse-ms-xxl-auto {
        margin-left: auto
    }

    .bc-reverse-p-xxl-0 {
        padding: 0
    }

    .bc-reverse-p-xxl-1 {
        padding: .25rem
    }

    .bc-reverse-p-xxl-2 {
        padding: .5rem
    }

    .bc-reverse-p-xxl-3 {
        padding: 1rem
    }

    .bc-reverse-p-xxl-4 {
        padding: 1.5rem
    }

    .bc-reverse-p-xxl-5 {
        padding: 3rem
    }

    .bc-reverse-px-xxl-0 {
        padding-right: 0;
        padding-left: 0
    }

    .bc-reverse-px-xxl-1 {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .bc-reverse-px-xxl-2 {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .bc-reverse-px-xxl-3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .bc-reverse-px-xxl-4 {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .bc-reverse-px-xxl-5 {
        padding-right: 3rem;
        padding-left: 3rem
    }

    .bc-reverse-py-xxl-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .bc-reverse-py-xxl-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .bc-reverse-py-xxl-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .bc-reverse-py-xxl-3 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .bc-reverse-py-xxl-4 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .bc-reverse-py-xxl-5 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .bc-reverse-pt-xxl-0 {
        padding-top: 0
    }

    .bc-reverse-pt-xxl-1 {
        padding-top: .25rem
    }

    .bc-reverse-pt-xxl-2 {
        padding-top: .5rem
    }

    .bc-reverse-pt-xxl-3 {
        padding-top: 1rem
    }

    .bc-reverse-pt-xxl-4 {
        padding-top: 1.5rem
    }

    .bc-reverse-pt-xxl-5 {
        padding-top: 3rem
    }

    .bc-reverse-pe-xxl-0 {
        padding-right: 0
    }

    .bc-reverse-pe-xxl-1 {
        padding-right: .25rem
    }

    .bc-reverse-pe-xxl-2 {
        padding-right: .5rem
    }

    .bc-reverse-pe-xxl-3 {
        padding-right: 1rem
    }

    .bc-reverse-pe-xxl-4 {
        padding-right: 1.5rem
    }

    .bc-reverse-pe-xxl-5 {
        padding-right: 3rem
    }

    .bc-reverse-pb-xxl-0 {
        padding-bottom: 0
    }

    .bc-reverse-pb-xxl-1 {
        padding-bottom: .25rem
    }

    .bc-reverse-pb-xxl-2 {
        padding-bottom: .5rem
    }

    .bc-reverse-pb-xxl-3 {
        padding-bottom: 1rem
    }

    .bc-reverse-pb-xxl-4 {
        padding-bottom: 1.5rem
    }

    .bc-reverse-pb-xxl-5 {
        padding-bottom: 3rem
    }

    .bc-reverse-ps-xxl-0 {
        padding-left: 0
    }

    .bc-reverse-ps-xxl-1 {
        padding-left: .25rem
    }

    .bc-reverse-ps-xxl-2 {
        padding-left: .5rem
    }

    .bc-reverse-ps-xxl-3 {
        padding-left: 1rem
    }

    .bc-reverse-ps-xxl-4 {
        padding-left: 1.5rem
    }

    .bc-reverse-ps-xxl-5 {
        padding-left: 3rem
    }

    .bc-reverse-text-xxl-start {
        text-align: left
    }

    .bc-reverse-text-xxl-end {
        text-align: right
    }

    .bc-reverse-text-xxl-center {
        text-align: center
    }
}

@media(max-width: 1200px) {
    .bc-reverse-fs-1 {
        font-size: 2.5rem
    }

    .bc-reverse-fs-2 {
        font-size: 2rem
    }

    .bc-reverse-fs-3 {
        font-size: 1.75rem
    }

    .bc-reverse-fs-4 {
        font-size: 1.5rem
    }

    .bc-reverse-fs-sm-1 {
        font-size: 2.5rem
    }

    .bc-reverse-fs-sm-2 {
        font-size: 2rem
    }

    .bc-reverse-fs-sm-3 {
        font-size: 1.75rem
    }

    .bc-reverse-fs-sm-4 {
        font-size: 1.5rem
    }

    .bc-reverse-fs-md-1 {
        font-size: 2.5rem
    }

    .bc-reverse-fs-md-2 {
        font-size: 2rem
    }

    .bc-reverse-fs-md-3 {
        font-size: 1.75rem
    }

    .bc-reverse-fs-md-4 {
        font-size: 1.5rem
    }

    .bc-reverse-fs-lg-1 {
        font-size: 2.5rem
    }

    .bc-reverse-fs-lg-2 {
        font-size: 2rem
    }

    .bc-reverse-fs-lg-3 {
        font-size: 1.75rem
    }

    .bc-reverse-fs-lg-4 {
        font-size: 1.5rem
    }
}

@media print {
    .bc-reverse-d-print-inline {
        display: inline
    }

    .bc-reverse-d-print-inline-block {
        display: inline-block
    }

    .bc-reverse-d-print-block {
        display: block
    }

    .bc-reverse-d-print-grid {
        display: grid
    }

    .bc-reverse-d-print-table {
        display: table
    }

    .bc-reverse-d-print-table-row {
        display: table-row
    }

    .bc-reverse-d-print-table-cell {
        display: table-cell
    }

    .bc-reverse-d-print-flex {
        display: flex
    }

    .bc-reverse-d-print-inline-flex {
        display: inline-flex
    }

    .bc-reverse-d-print-none {
        display: none
    }
}

.bc-shadow-01 {
    box-shadow: 0 1px 4px 0 rgba(24, 22, 21, .5607843137), 0 1px 2px 0 rgba(24, 22, 21, .3215686275)
}

.bc-shadow-02 {
    box-shadow: 0 3px 6px 0 rgba(24, 22, 21, .5607843137), 0 1px 4px 0 rgba(24, 22, 21, .3215686275)
}

.bc-shadow-03 {
    box-shadow: 0 5px 8px 0 rgba(24, 22, 21, .5607843137), 0 1px 6px 0 rgba(24, 22, 21, .3215686275)
}

.bc-shadow-04 {
    box-shadow: 0 8px 12px 0 rgba(24, 22, 21, .5607843137), 0 1px 8px 0 rgba(24, 22, 21, .3215686275)
}

.bc-shadow-05 {
    box-shadow: 0 12px 16px 0 rgba(24, 22, 21, .5607843137), 0 1px 10px 0 rgba(24, 22, 21, .3215686275)
}

.bc-shadow-06 {
    box-shadow: 0 16px 20px 0 rgba(24, 22, 21, .5607843137), 0 1px 12px 0 rgba(24, 22, 21, .3215686275)
}

.bc-opensans-font-style-1-regular {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-1-semibold {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-1-bold {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-2-regular {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-2-semibold {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-2-bold {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-3-regular {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-3-semibold {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-3-bold {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-4-regular {
    font-family: "Open Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-4-semibold {
    font-family: "Open Sans SemiBold", "Segoe UI Semibold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-opensans-font-style-4-bold {
    font-family: "Open Sans Bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-1-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-1-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-1-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-2-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-2-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-2-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-3-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-3-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-3-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-4-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-4-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-4-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-5-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-5-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-5-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-6-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-6-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-6-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-7-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-7-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-7-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-8-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-8-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-8-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-9-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 2.25rem;
    line-height: 40px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-9-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 40px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-9-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 40px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-10-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 2.625rem;
    line-height: 46px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-10-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 2.625rem;
    line-height: 46px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-10-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 46px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-11-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 3rem;
    line-height: 52px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-11-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 3rem;
    line-height: 52px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-11-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 3rem;
    line-height: 52px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-12-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 3.375rem;
    line-height: 58px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-12-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 3.375rem;
    line-height: 58px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-12-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 58px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-13-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 3.75rem;
    line-height: 64px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-13-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 3.75rem;
    line-height: 64px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-13-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 64px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-14-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 4.25rem;
    line-height: 72px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-14-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 4.25rem;
    line-height: 72px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-14-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 72px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-15-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 4.75rem;
    line-height: 80px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-15-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 4.75rem;
    line-height: 80px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-15-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 4.75rem;
    line-height: 80px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-16-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 5.25rem;
    line-height: 92px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-16-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 5.25rem;
    line-height: 92px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-16-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 5.25rem;
    line-height: 92px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-17-extralight {
    font-family: "CIB Sans Light", "Segoe UI Light", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 200;
    font-size: 5.75rem;
    line-height: 96px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-17-regular {
    font-family: "CIB Sans", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 400;
    font-size: 5.75rem;
    line-height: 96px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibsans-font-style-17-bold {
    font-family: "CIB Sans bold", "Segoe UI Bold", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 5.75rem;
    line-height: 96px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-1-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 16px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-2-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-3-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-4-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-5-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 26px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-6-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 28px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-7-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 32px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-8-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-9-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 40px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-10-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 46px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-11-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 3rem;
    line-height: 48px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-12-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 3.375rem;
    line-height: 58px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-13-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 3.75rem;
    line-height: 64px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-14-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 4.25rem;
    line-height: 72px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-15-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 4.75rem;
    line-height: 80px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-16-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 5.25rem;
    line-height: 92px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-cibserif-font-style-17-bold {
    font-family: "CIB Serif", "Segoe UI", "Roboto", "Helvetica Neue", Arial, serif, -apple-system, BlinkMacSystemFont, system-ui;
    font-weight: 700;
    font-size: 5.75rem;
    line-height: 96px;
    letter-spacing: 0px;
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bc-visible {
    visibility: visible
}

.bc-invisible {
    visibility: hidden
}

.bc-align-baseline {
    vertical-align: baseline
}

.bc-align-top {
    vertical-align: top
}

.bc-align-middle {
    vertical-align: middle
}

.bc-align-bottom {
    vertical-align: bottom
}

.bc-align-text-bottom {
    vertical-align: text-bottom
}

.bc-align-text-top {
    vertical-align: text-top
}

.bc-text-lowercase {
    text-transform: lowercase
}

.bc-text-uppercase {
    text-transform: uppercase
}

.bc-text-capitalize {
    text-transform: capitalize
}

.bc-text-start {
    text-align: left
}

.bc-text-end {
    text-align: right
}

.bc-text-center {
    text-align: center
}

.bc-text-wrap {
    white-space: normal
}

.bc-text-nowrap {
    white-space: nowrap
}

.bc-text-decoration-none {
    text-decoration: none
}

.bc-text-decoration-underline {
    text-decoration: underline
}

.bc-text-decoration-line-through {
    text-decoration: line-through
}

.bc-text-break {
    word-wrap: break-word;
    word-break: break-word
}

.bc-fs-1 {
    font-size: calc(1.375rem + 1.5vw)
}

.bc-fs-2 {
    font-size: calc(1.325rem + .9vw)
}

.bc-fs-3 {
    font-size: calc(1.3rem + .6vw)
}

.bc-fs-4 {
    font-size: calc(1.275rem + .3vw)
}

.bc-fs-5 {
    font-size: 1.25rem
}

.bc-fs-6 {
    font-size: 1rem
}

.bc-fst-italic {
    font-style: italic
}

.bc-fst-normal {
    font-style: normal
}

.bc-fw-light {
    font-weight: 300
}

.bc-fw-lighter {
    font-weight: lighter
}

.bc-fw-normal {
    font-weight: 400
}

.bc-fw-bold {
    font-weight: 700
}

.bc-fw-bolder {
    font-weight: bolder
}

.bc-lh-1 {
    line-height: 1
}

.bc-lh-sm {
    line-height: 1.25
}

.bc-lh-base {
    line-height: 1.5
}

.bc-lh-lg {
    line-height: 2
}

.bc-m-0 {
    margin: 0
}

.bc-m-1 {
    margin: .25rem
}

.bc-m-2 {
    margin: .5rem
}

.bc-m-3 {
    margin: 1rem
}

.bc-m-4 {
    margin: 1.5rem
}

.bc-m-5 {
    margin: 3rem
}

.bc-m-auto {
    margin: auto
}

.bc-mx-0 {
    margin-right: 0;
    margin-left: 0
}

.bc-mx-1 {
    margin-right: .25rem;
    margin-left: .25rem
}

.bc-mx-2 {
    margin-right: .5rem;
    margin-left: .5rem
}

.bc-mx-3 {
    margin-right: 1rem;
    margin-left: 1rem
}

.bc-mx-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

.bc-mx-5 {
    margin-right: 3rem;
    margin-left: 3rem
}

.bc-mx-auto {
    margin-right: auto;
    margin-left: auto
}

.bc-my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.bc-my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.bc-my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.bc-my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.bc-my-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.bc-my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.bc-my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.bc-me-0 {
    margin-right: 0
}

.bc-me-1 {
    margin-right: .25rem
}

.bc-me-2 {
    margin-right: .5rem
}

.bc-me-3 {
    margin-right: 1rem
}

.bc-me-4 {
    margin-right: 1.5rem
}

.bc-me-5 {
    margin-right: 3rem
}

.bc-me-auto {
    margin-right: auto
}

.bc-mb-0 {
    margin-bottom: 0
}

.bc-mb-1 {
    margin-bottom: .25rem
}

.bc-mb-2 {
    margin-bottom: .5rem
}

.bc-mb-3 {
    margin-bottom: 1rem
}

.bc-mb-4 {
    margin-bottom: 1.5rem
}

.bc-mb-5 {
    margin-bottom: 3rem
}

.bc-mb-auto {
    margin-bottom: auto
}

.bc-ms-0 {
    margin-left: 0
}

.bc-ms-1 {
    margin-left: .25rem
}

.bc-ms-2 {
    margin-left: .5rem
}

.bc-ms-3 {
    margin-left: 1rem
}

.bc-ms-4 {
    margin-left: 1.5rem
}

.bc-ms-5 {
    margin-left: 3rem
}

.bc-ms-auto {
    margin-left: auto
}

.bc-mt-0 {
    margin-top: 0
}

.bc-mt-1 {
    margin-top: .25rem
}

.bc-mt-2 {
    margin-top: .5rem
}

.bc-mt-3 {
    margin-top: 1rem
}

.bc-mt-4 {
    margin-top: 0rem;
}

.bc-mt-5 {
    margin-top: 3rem
}

.bc-mt-auto {
    margin-top: auto
}

.bc-p-0 {
    padding: 0
}

.bc-p-1 {
    padding: .25rem
}

.bc-p-2 {
    padding: .5rem
}

.bc-p-3 {
    padding: 1rem
}

.bc-p-4 {
    padding: 1.5rem
}

.bc-p-5 {
    padding: 3rem
}

.bc-px-0 {
    padding-right: 0;
    padding-left: 0
}

.bc-px-1 {
    padding-right: .25rem;
    padding-left: .25rem
}

.bc-px-2 {
    padding-right: .5rem;
    padding-left: .5rem
}

.bc-px-3 {
    padding-right: 1rem;
    padding-left: 1rem
}

.bc-px-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.bc-px-5 {
    padding-right: 3rem;
    padding-left: 3rem
}

.bc-py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.bc-py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.bc-py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.bc-py-3 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.bc-py-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.bc-py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.bc-pt-0 {
    padding-top: 0
}

.bc-pt-1 {
    padding-top: .25rem
}

.bc-pt-2 {
    padding-top: .5rem
}

.bc-pt-3 {
    padding-top: 1rem
}

.bc-pt-4 {
    padding-top: 1.5rem
}

.bc-pt-5 {
    padding-top: 3rem
}

.bc-pe-0 {
    padding-right: 0
}

.bc-pe-1 {
    padding-right: .25rem
}

.bc-pe-2 {
    padding-right: .5rem
}

.bc-pe-3 {
    padding-right: 1rem
}

.bc-pe-4 {
    padding-right: 1.5rem
}

.bc-pe-5 {
    padding-right: 3rem
}

.bc-pb-0 {
    padding-bottom: 0
}

.bc-pb-1 {
    padding-bottom: .25rem
}

.bc-pb-2 {
    padding-bottom: .5rem
}

.bc-pb-3 {
    padding-bottom: 1rem
}

.bc-pb-4 {
    padding-bottom: 1.5rem
}

.bc-pb-5 {
    padding-bottom: 3rem
}

.bc-ps-0 {
    padding-left: 0
}

.bc-ps-1 {
    padding-left: .25rem
}

.bc-ps-2 {
    padding-left: .5rem
}

.bc-ps-3 {
    padding-left: 1rem
}

.bc-ps-4 {
    padding-left: 1.5rem
}

.bc-ps-5 {
    padding-left: 3rem
}

.bc-gap-0 {
    gap: 0
}

.bc-gap-1 {
    gap: .25rem
}

.bc-gap-2 {
    gap: .5rem
}

.bc-gap-3 {
    gap: 1rem
}

.bc-gap-4 {
    gap: 1.5rem
}

.bc-gap-5 {
    gap: 3rem
}

.bc-w-25 {
    width: 25%
}

.bc-w-50 {
    width: 50%
}

.bc-w-75 {
    width: 75%
}

.bc-w-100 {
    width: 100%
}

.bc-w-auto {
    width: auto
}

.bc-mw {
    max-width: 100%
}

.bc-vw-100 {
    width: 100vw
}

.bc-min-vw-100 {
    min-width: 100vw
}

.bc-h-25 {
    height: 25%
}

.bc-h-50 {
    height: 50%
}

.bc-h-75 {
    height: 75%
}

.bc-h-100 {
    height: 100%
}

.bc-h-auto {
    height: auto
}

.bc-mh {
    max-height: 100%
}

.bc-vh-100 {
    height: 100vh
}

.bc-min-vh-100 {
    min-height: 100vh
}

.bc-position-static {
    position: static
}

.bc-position-relative {
    position: relative
}

.bc-position-absolute {
    position: absolute
}

.bc-position-fixed {
    position: fixed
}

.bc-position-sticky {
    position: sticky
}

.bc-position-sticky {
    position: -webkit-sticky
}

.bc-top-0 {
    top: 0
}

.bc-top-50 {
    top: 50%
}

.bc-top-100 {
    top: 100%
}

.bc-bottom-0 {
    bottom: 0
}

.bc-bottom-50 {
    bottom: 50%
}

.bc-bottom-100 {
    bottom: 100%
}

.bc-start-0 {
    left: 0
}

.bc-start-50 {
    left: 50%
}

.bc-start-100 {
    left: 100%
}

.bc-end-0 {
    right: 0
}

.bc-end-50 {
    right: 50%
}

.bc-end-100 {
    right: 100%
}

.bc-translate-middle {
    transform: translate(-50%, -50%)
}

.bc-translate-middle-x {
    transform: translateX(-50%)
}

.bc-translate-middle-y {
    transform: translateY(-50%)
}

.bc-overflow-auto {
    overflow: auto
}

.bc-overflow-hidden {
    overflow: hidden
}

.bc-overflow-visible {
    overflow: visible
}

.bc-overflow-scroll {
    overflow: scroll
}

.bc-user-select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all
}

.bc-user-select-auto {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.bc-user-select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bc-pe-none {
    pointer-events: none
}

.bc-pe-auto {
    pointer-events: auto
}

.bc-cursor-alias {
    cursor: alias
}

.bc-cursor-all-scroll {
    cursor: all-scroll
}

.bc-cursor-auto {
    cursor: auto
}

.bc-cursor-cell {
    cursor: cell
}

.bc-cursor-col-resize {
    cursor: col-resize
}

.bc-cursor-context-menu {
    cursor: context-menu
}

.bc-cursor-copy {
    cursor: copy
}

.bc-cursor-crosshair {
    cursor: crosshair
}

.bc-cursor-default {
    cursor: default
}

.bc-cursor-e-resize {
    cursor: e-resize
}

.bc-cursor-ew-resize {
    cursor: ew-resize
}

.bc-cursor-grab {
    cursor: grab
}

.bc-cursor-grabbing {
    cursor: grabbing
}

.bc-cursor-help {
    cursor: help
}

.bc-cursor-move {
    cursor: move
}

.bc-cursor-n-resize {
    cursor: n-resize
}

.bc-cursor-ne-resize {
    cursor: ne-resize
}

.bc-cursor-nesw-resize {
    cursor: nesw-resize
}

.bc-cursor-ns-resize {
    cursor: ns-resize
}

.bc-cursor-nw-resize {
    cursor: nw-resize
}

.bc-cursor-nwse-resize {
    cursor: nwse-resize
}

.bc-cursor-no-drop {
    cursor: no-drop
}

.bc-cursor-none {
    cursor: none
}

.bc-cursor-not-allowed {
    cursor: not-allowed
}

.bc-cursor-pointer {
    cursor: pointer
}

.bc-cursor-progress {
    cursor: progress
}

.bc-cursor-row-resize {
    cursor: row-resize
}

.bc-cursor-s-resize {
    cursor: s-resize
}

.bc-cursor-se-resize {
    cursor: se-resize
}

.bc-cursor-sw-resize {
    cursor: sw-resize
}

.bc-cursor-text {
    cursor: text
}

.bc-cursor-url {
    cursor: url
}

.bc-cursor-w-resize {
    cursor: w-resize
}

.bc-cursor-wait {
    cursor: wait
}

.bc-cursor-zoom-in {
    cursor: zoom-in
}

.bc-cursor-zoom-out {
    cursor: zoom-out
}

.bc-float-start {
    float: left
}

.bc-float-end {
    float: right
}

.bc-float-none {
    float: none
}

.bc-d-inline {
    display: inline
}

.bc-d-inline-block {
    display: inline-block
}

.bc-d-block {
    display: block
}

.bc-d-grid {
    display: grid
}

.bc-d-table {
    display: table
}

.bc-d-table-row {
    display: table-row
}

.bc-d-table-cell {
    display: table-cell
}

.bc-d-flex {
    display: flex
}

.bc-d-inline-flex {
    display: inline-flex
}

.bc-d-none {
    display: none
}

.bc-flex-fill {
    flex: 1 1 auto
}

.bc-flex-row {
    flex-direction: row
}

.bc-flex-column {
    flex-direction: column
}

.bc-flex-row-reverse {
    flex-direction: row-reverse
}

.bc-flex-column-reverse {
    flex-direction: column-reverse
}

.bc-flex-grow-0 {
    flex-grow: 0
}

.bc-flex-grow-1 {
    flex-grow: 1
}

.bc-flex-shrink-0 {
    flex-shrink: 0
}

.bc-flex-shrink-1 {
    flex-shrink: 1
}

.bc-flex-wrap {
    flex-wrap: wrap
}

.bc-flex-nowrap {
    flex-wrap: nowrap
}

.bc-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.bc-justify-content-start {
    justify-content: flex-start
}

.bc-justify-content-end {
    justify-content: flex-end
}

.bc-justify-content-center {
    justify-content: center
}

.bc-justify-content-between {
    justify-content: space-between
}

.bc-justify-content-around {
    justify-content: space-around
}

.bc-justify-content-evenly {
    justify-content: space-evenly
}

.bc-align-items-start {
    align-items: flex-start
}

.bc-align-items-end {
    align-items: flex-end
}

.bc-align-items-center {
    align-items: center
}

.bc-align-items-baseline {
    align-items: baseline
}

.bc-align-items-stretch {
    align-items: stretch
}

.bc-align-content-start {
    align-content: flex-start
}

.bc-align-content-end {
    align-content: flex-end
}

.bc-align-content-center {
    align-content: center
}

.bc-align-content-between {
    align-content: space-between
}

.bc-align-content-around {
    align-content: space-around
}

.bc-align-content-stretch {
    align-content: stretch
}

.bc-align-self-auto {
    align-self: auto
}

.bc-align-self-start {
    align-self: flex-start
}

.bc-align-self-end {
    align-self: flex-end
}

.bc-align-self-center {
    align-self: center
}

.bc-align-self-baseline {
    align-self: baseline
}

.bc-align-self-stretch {
    align-self: stretch
}

.bc-order-first {
    order: -1
}

.bc-order-0 {
    order: 0
}

.bc-order-1 {
    order: 1
}

.bc-order-2 {
    order: 2
}

.bc-order-3 {
    order: 3
}

.bc-order-4 {
    order: 4
}

.bc-order-5 {
    order: 5
}

.bc-order-last {
    order: 6
}

.bc-text-primary {
    color: #fff
}

.bc-text-secondary {
    color: #00c389
}

.bc-text-success {
    color: #69cc96
}

.bc-text-info {
    color: #59cbe8
}

.bc-text-warning {
    color: #fdda24
}

.bc-text-danger {
    color: #ff7f41
}

.bc-text-light {
    color: #2c2a29
}

.bc-text-dark {
    color: #fff
}

.bc-text-white {
    color: #fff
}

.bc-text-body {
    color: #383736
}

.bc-text-muted {
    color: #f5b6cd
}

.bc-text-black-50 {
    color: rgba(0, 0, 0, .5)
}

.bc-text-white-50 {
    color: rgba(255, 255, 255, .5)
}

.bc-text-reset {
    color: inherit
}

.bc-bg-primary {
    background-color: #fff
}

.bc-bg-secondary {
    background-color: #00c389
}

.bc-bg-success {
    background-color: #69cc96
}

.bc-bg-info {
    background-color: #59cbe8
}

.bc-bg-warning {
    background-color: #fdda24
}

.bc-bg-danger {
    background-color: #ff7f41
}

.bc-bg-light {
    background-color: #2c2a29
}

.bc-bg-dark {
    background-color: #fff
}

.bc-bg-body {
    background-color: #383736
}

.bc-bg-white {
    background-color: #fff
}

.bc-bg-transparent {
    background-color: rgba(0, 0, 0, 0)
}

.bc-clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.bc-border {
    border: 1px solid #fff
}

.bc-border-0 {
    border: 0;
    border-width: 0
}

.bc-border-1 {
    border-width: 1px
}

.bc-border-2 {
    border-width: 2px
}

.bc-border-3 {
    border-width: 3px
}

.bc-border-top {
    border-top: 1px solid #fff
}

.bc-border-top-0 {
    border-top: 0
}

.bc-border-end {
    border-right: 1px solid #fff
}

.bc-border-end-0 {
    border-right: 0
}

.bc-border-bottom {
    border-bottom: 1px solid #fff
}

.bc-border-bottom-0 {
    border-bottom: 0
}

.bc-border-start {
    border-left: 1px solid #fff
}

.bc-border-start-0 {
    border-left: 0
}

.bc-border-light {
    border-color: #383736
}

.bc-border-dark {
    border-color: #fff
}

.bc-border-white {
    border-color: #383736
}

.bc-border-rounded-0 {
    border-radius: 0
}

.bc-border-none {
    border: none
}

.box {
    background: #add8e6;
    margin: 5px
}

.box-2 {
    background: #f08080;
    margin: 5px
}

.example__col {
    padding: .625rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ffd200;
    letter-spacing: 1px
}

.item-h {
    max-height: 70px
}

.item-mw {
    width: 500px
}

.container-h {
    min-height: 100px
}

.container-mh {
    min-height: 200px
}

.container-h-200 {
    height: 200px
}

#parent1 {
    border: 1px solid blue;
    width: 300px;
    height: 100px
}

#child1 {
    border: 1px solid red;
    top: 70px;
    right: 15px
}

#parent2 {
    border: 1px solid blue;
    width: 300px;
    height: 100px
}

#child2 {
    border: 1px solid red;
    top: 70px;
    right: 15px
}

#parent3 {
    border: 1px solid blue;
    width: 300px;
    height: 100px;
    top: 100px;
    right: 15px
}

#child3 {
    border: 1px solid red;
    top: 70px;
    right: 15px
}

#parent4 {
    border: 1px solid blue;
    background-color: rgba(255, 200, 200, .5);
    width: 300px;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0
}

#child4 {
    border: 1px solid red;
    top: 70px;
    right: 15px
}

#parent5 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 5px;
    background-color: #cae8ca;
    border: 2px solid #4caf50
}

.grid-container {
    grid-template-columns: auto auto auto
}

.bc-z-index-0 {
    z-index: 0
}

.bc-z-index-1 {
    z-index: 10
}

.bc-z-index-2 {
    z-index: 20
}

.bc-z-index-3 {
    z-index: 30
}

.bc-z-index-4 {
    z-index: 40
}

.bc-z-index-5 {
    z-index: 50
}

.bc-z-index-6 {
    z-index: 60
}

.bc-z-index-7 {
    z-index: 70
}

.bc-z-index-8 {
    z-index: 80
}

.bc-z-index-9 {
    z-index: 90
}

.bc-z-index-10 {
    z-index: 100
}

.bc-z-index-11 {
    z-index: 110
}

.bc-z-index-12 {
    z-index: 120
}

.bc-z-index-13 {
    z-index: 130
}

.bc-z-index-14 {
    z-index: 140
}

/* Tiki y Toko*/

#tiki,
#toko {
    margin-top: 50px;
}

@media only screen and (max-width: 600px) {

    #tiki,
    #toko {
        margin-top: 0px;
    }
}