@font-face {
    font-family: "Proxima Nova";
    font-weight: 300;
    font-display: swap;
    font-style: normal;
    src: url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff2") format("woff2"), url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-light.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff2") format("woff2"), url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-regular.woff") format("woff");
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    font-display: swap;
    font-style: normal;
    src: url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff2") format("woff2"), url("https://http2.mlstatic.com/ui/webfonts/v3.0.0/proxima-nova/proximanova-semibold.woff") format("woff");
}

@import url("https://http2.mlstatic.com/ui/webfonts/v4.2.0/roboto-mono/400.css");

.andes-bottom-sheet {
    background-color: rgb(255, 255, 255);
    border-radius: 6px 6px 0px 0px;
    box-sizing: border-box;
    height: 0px;
    max-height: 100vh;
    position: relative;
    transform: translateZ(0px);
    width: 100%;
}

.andes-bottom-sheet>*,
.andes-bottom-sheet__scroll>* {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
}

.andes-bottom-sheet__overlay {
    align-items: flex-end;
    animation: 0.2s ease-in-out 0s 1 normal none running modal-fade-in;
    background-color: rgba(0, 0, 0, 0.8);
    inset: 0px;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition-duration: 0.2s;
    z-index: 1020;
}

.andes-bottom-sheet__scroll {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden auto;
    width: 100%;
}

.andes-bottom-sheet__toggle-size-button {
    background-color: transparent;
    border: none;
    border-radius: 2px;
    height: 4px;
    left: 38%;
    margin: 8px 16px 0px;
    outline: none;
    position: absolute;
    width: 74px;
}

.andes-bottom-sheet__toggle-size-button--focused-by-kb:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-bottom-sheet__toggle-size-button--focused-by-kb:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-bottom-sheet__toggle-size-button--focused-by-kb:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-bottom-sheet__close {
    background-color: transparent;
    border: 0px;
    display: flex;
    padding: 8px 0px 12px 8px;
    position: absolute;
    right: 16px;
    z-index: 1;
}

.andes-bottom-sheet__close:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-bottom-sheet__close:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-bottom-sheet__close:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-bottom-sheet__close--hidden {
    opacity: 0;
    pointer-events: none;
}

.andes-bottom-sheet__close--hidden:focus {
    opacity: 1;
    pointer-events: unset;
}

.andes-bottom-sheet__close--outside {
    top: -32px;
}

.andes-bottom-sheet__action {
    padding: 0px 16px 16px;
    transition: border 0.08s ease-in-out;
    width: 100%;
}

.andes-bottom-sheet__action--legacy {
    padding: 0px 24px 24px;
}

.andes-bottom-sheet--fixed-action .andes-bottom-sheet__content {
    padding-bottom: 0px;
}

.andes-bottom-sheet--fixed-action .andes-bottom-sheet__action {
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    padding: 16px;
    position: sticky;
}

.andes-bottom-sheet--fixed-action .andes-bottom-sheet__action--border {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.andes-bottom-sheet--fixed-action .andes-bottom-sheet__action--legacy {
    padding: 16px 24px 24px;
}

.andes-bottom-sheet--hide-dimmer {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 16px 0px;
    left: 0px;
    position: absolute;
}

.andes-bottom-sheet__content {
    flex-grow: 1;
    padding: 8px 24px 24px;
    width: 100%;
}

.andes-bottom-sheet--secondary {
    padding-top: 8px;
}

.andes-bottom-sheet__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 8px 16px 0px;
}

.andes-bottom-sheet__header--legacy {
    margin-bottom: 8px;
    padding: 0px;
}

.andes-bottom-sheet__header--secondary {
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px 1px;
    box-sizing: border-box;
    left: 0px;
    line-height: normal;
    padding: 8px 16px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1021;
}

.andes-bottom-sheet__header--secondary.andes-bottom-sheet__header--legacy {
    padding-left: 24px;
    padding-right: 24px;
}

.andes-bottom-sheet__header-content-container {
    display: flex;
    width: -webkit-fill-available;
}

.andes-bottom-sheet__header-content {
    box-sizing: border-box;
    flex-shrink: 0;
    font-size: 20px;
    font-weight: 600;
    height: auto;
    line-height: 1;
    padding: 8px 0px 12px;
    width: 100%;
}

.andes-bottom-sheet__header-content--ellipsis {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-bottom-sheet__header-content--center {
    text-align: center;
    width: 100%;
}

.andes-bottom-sheet__drag-indicator {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    flex-shrink: 0;
    height: 4px;
    margin: 0px 0px 8px;
    width: 32px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0px;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

[hidden] {
    display: none;
}

body {
    line-height: 1;
}

menu,
ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

.images__img {
    width: 100%;
}

body,
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 480px) {

    body,
    html {
        background-color: rgb(255, 255, 255);
    }
}

[role="main"] {
    height: 100%;
}

.nav-header-user {
    display: none;
}

@media (max-width: 768px) {
    .step-container.options-container {
        background: rgb(245, 245, 245);
    }

    .step-container.options-container .andes-technical-error__container {
        padding: 0px 20px;
    }
}

.bf-ui-core-container {
    position: relative;
}

.andes-modal.bf-modal-coupons {
    height: 80vh;
    width: 784px;
}

.andes-modal.bf-modal-coupons .andes-modal__close-button {
    margin: 48px;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.andes-modal.bf-modal-coupons .andes-modal__close-button svg,
.andes-modal.bf-modal-coupons .andes-modal__close-button svg>* {
    fill: rgba(0, 0, 0, 0.55);
}

.andes-modal.bf-modal-coupons .andes-modal__content,
.andes-modal.bf-modal-coupons .andes-modal__scroll {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.andes-modal.bf-modal-coupons .andes-modal__content {
    box-sizing: border-box;
    padding: 48px 44px;
}

.andes-modal.bf-modal-coupons .andes-modal__header {
    box-sizing: border-box;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 48px;
}

.andes-modal.bf-modal-coupons .andes-modal__header .andes-modal__header__contents {
    align-items: start;
}

.andes-modal.bf-modal-coupons iframe {
    height: 100%;
    width: 100%;
}

.andes-modal.bf-modal-coupons .andes-modal__actions {
    display: none;
}

@media (max-width: 480px) {
    .andes-modal.bf-modal-coupons {
        border-radius: 0px;
        height: 100%;
        inset: 0px;
        position: absolute;
        width: 100%;
    }

    .andes-modal.bf-modal-coupons .andes-modal__header {
        display: none;
    }

    .andes-modal.bf-modal-coupons .andes-modal__close-button {
        left: 16px;
        margin: 0px;
        top: 16px;
    }

    .andes-modal.bf-modal-coupons .andes-modal__close-button svg,
    .andes-modal.bf-modal-coupons .andes-modal__close-button svg>* {
        fill: var(--andes-color-blue-500, #3483fa);
    }

    .andes-modal.bf-modal-coupons .andes-modal__scroll {
        height: 99vh;
    }

    .andes-modal.bf-modal-coupons .andes-modal__content {
        box-sizing: border-box;
        height: 100%;
        padding: 0px;
    }

    .andes-modal.bf-modal-coupons iframe {
        height: 99%;
    }

    .andes-modal.bf-modal-coupons iframe body {
        margin: 0px;
    }

    .andes-modal.bf-modal-coupons iframe .header-container.buying-flow {
        margin-top: 46px;
    }
}

.andes-modal.bf-modal-installments.andes-modal--large .andes-modal__scroll .andes-modal__content {
    box-sizing: border-box;
    padding-bottom: 0px;
    width: 800px;
}

.andes-modal.bf-modal-installments.andes-modal--large .andes-modal__actions {
    display: flex;
    justify-content: flex-end;
}

.andes-modal.bf-modal-installments.andes-modal--large .andes-modal__actions--fixed {
    padding: 1.5em 3em;
}

.andes-modal.bf_installments_modal_credits.andes-modal--large.andes-modal--fixed-actions {
    padding-bottom: 30px;
    width: 488px;
}

@media (max-width: 768px) {
    .andes-modal.bf_installments_modal_credits.andes-modal--card {
        width: 312px;
    }

    .andes-modal.bf_installments_modal_credits.andes-modal--card .andes-modal__scroll .andes-modal__header .andes-modal__header__contents.andes-modal__header__contents--centered {
        font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
        text-align: center;
    }

    .andes-modal.bf_installments_modal_credits.andes-modal--card .andes-modal__scroll .andes-modal__content {
        text-align: center;
    }

    .andes-modal.bf_installments_modal_credits.andes-modal--card .andes-modal__scroll .andes-modal__actions--fixed .andes-button.andes-button--large.andes-button--loud {
        width: 100%;
    }
}

[data-site="MS"] .andes-modal.andes-modal--card.andes-modal--fixed-actions {
    border-radius: var(--button-border-radius, 6px);
}

[data-site="MS"] .andes-modal {
    max-height: 266px;
    padding: 2rem;
    width: 480px;
}

[data-site="MS"] .andes-modal .andes-modal__close-button {
    margin: 40px 30px;
    right: 0px;
    top: 0px;
    z-index: 1;
}

[data-site="MS"] .andes-modal .andes-modal__close-button svg,
[data-site="MS"] .andes-modal .andes-modal__close-button svg>* {
    fill: rgba(0, 0, 0, 0.55);
}

[data-site="MS"] .andes-modal .andes-modal__scroll {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    width: 100%;
}

[data-site="MS"] .andes-modal .andes-modal__scroll .andes-modal__header {
    height: 36px;
    padding: 0px;
}

[data-site="MS"] .andes-modal .andes-modal__scroll .andes-modal__header .andes-modal__header__contents--centered {
    align-items: normal;
    text-align: left;
}

[data-site="MS"] .andes-modal .andes-modal__scroll .andes-modal__header .andes-modal__title {
    font-family: var(--primaryFontVar, "Proxima Nova");
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

[data-site="MS"] .andes-modal .andes-modal__scroll .andes-modal__content {
    padding: 0px;
}

[data-site="MS"] .andes-modal .andes-modal__scroll .andes-modal__actions {
    display: none;
}

@media (max-width: 768px) {
    [data-site="MS"] .andes-modal {
        padding: 24px;
        max-height: 16.125rem !important;
        max-width: 19.5rem !important;
    }

    [data-site="MS"] .andes-modal .andes-modal__header {
        max-width: 16.5rem;
    }

    [data-site="MS"] .andes-modal .andes-modal__header .andes-modal__title {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    [data-site="MS"] .andes-modal .andes-modal__header .andes-modal__header__contents--centered {
        text-align: center !important;
    }

    [data-site="MS"] .andes-modal .andes-modal__close-button {
        color: rgb(245, 245, 245);
        margin: -2.25rem 0px;
    }

    [data-site="MS"] .andes-modal .andes-modal__close-button svg,
    [data-site="MS"] .andes-modal .andes-modal__close-button svg>* {
        fill: rgb(245, 245, 245);
        height: 1.5rem;
        width: 1.5rem;
    }

    [data-site="MS"] .andes-modal .andes-modal__header__contents {
        text-align: center;
    }
}

.andes-modal.bf-modal-tyc .bf-ui-core-rich-text__link:last-child {
    margin-left: 6px;
}

.andes-bottom-sheet {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    min-height: 70% !important;
}

.andes-bottom-sheet__title {
    padding-bottom: 16px;
    padding-top: 16px;
    width: 100% !important;
}

.input-cvv__container {
    width: 100%;
}

.input-cvv__container .smart-tokenization__container-input {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: space-between;
}

.input-cvv__container .smart-tokenization__button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 48px;
    padding: 0px 20px;
}

.input-cvv__container .andes-tooltip__trigger {
    display: block;
    margin: 0px;
}

@media (max-width: 1024px) {
    .input-cvv__container .smart-tokenization__container {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .input-cvv__container .smart-tokenization__container .smart-tokenization__container-input {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
        justify-content: center;
    }

    .input-cvv__container .smart-tokenization__container .smart-tokenization__button-container {
        margin-top: 0px;
        padding: 0px;
    }

    .input-cvv__container .smart-tokenization__container .smart-tokenization__button-container .smart-tokenization__button {
        width: 100%;
    }
}

.andes-amount-field {
    align-items: center;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    font-weight: 400;
    width: 100%;
}

.andes-amount-field__main-container {
    align-items: center;
    display: flex;
    max-width: 100%;
}

.andes-amount-field__prefix {
    color: inherit;
    line-height: 1;
}

.andes-amount-field__input-container {
    overflow: hidden;
    position: relative;
}

.andes-amount-field__input {
    background-color: transparent;
    border: 0px;
    inset: 0px;
    color: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 100%;
}

.andes-amount-field__input:focus {
    animation: 0.3s ease 0s 1 normal none running bounce;
    box-shadow: none;
    outline: none;
}

.andes-amount-field__input:focus-visible {
    box-shadow: none;
}

.andes-amount-field__hidden-content {
    display: block;
    font: inherit;
    opacity: 0;
    pointer-events: none;
}

.andes-amount-field__suffix {
    color: rgba(0, 0, 0, 0.55);
    line-height: 1;
}

.andes-amount-field__helper {
    align-items: center;
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-amount-field .andes-amount-field__error-icon {
    background-color: rgb(242, 61, 79);
    border-radius: 50%;
    height: 12px;
    line-height: 1;
    margin-right: 6px;
    width: 12px;
}

.andes-amount-field--placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.andes-amount-field--type-percentage:not(.andes-amount-field--placeholder) .andes-amount-field__suffix {
    color: rgba(0, 0, 0, 0.9);
}

@keyframes bounce {
    0% {
        transform: translateY(0px);
    }

    33% {
        animation-timing-function: ease-in;
        transform: translateY(-8px);
    }

    50% {
        animation-timing-function: linear;
        transform: translateY(12px);
    }

    66% {
        animation-timing-function: linear;
        transform: translateY(-8px);
    }

    83% {
        animation-timing-function: linear;
        transform: translateY(8px);
    }

    100% {
        animation-timing-function: ease-out;
        transform: translateY(0px);
    }
}

.andes-amount-field--size-l .andes-amount-field__prefix {
    font-size: 28px;
    margin-right: 8px;
}

.andes-amount-field--size-l .andes-amount-field__input-container {
    font-size: 56px;
}

.andes-amount-field--size-l .andes-amount-field__main-container {
    height: 70px;
}

.andes-amount-field--size-l .andes-amount-field__suffix {
    font-size: 36px;
    margin-left: 8px;
    margin-top: 12px;
}

.andes-amount-field--size-m .andes-amount-field__prefix {
    font-size: 22px;
    margin-right: 6px;
}

.andes-amount-field--size-m .andes-amount-field__input-container {
    font-size: 44px;
}

.andes-amount-field--size-m .andes-amount-field__main-container {
    height: 55px;
}

.andes-amount-field--size-m .andes-amount-field__suffix {
    font-size: 28px;
    margin-left: 8px;
    margin-top: 10px;
}

.andes-amount-field--size-s .andes-amount-field__prefix {
    font-size: 18px;
    margin-right: 4px;
}

.andes-amount-field--size-s .andes-amount-field__input-container {
    font-size: 36px;
}

.andes-amount-field--size-s .andes-amount-field__main-container {
    height: 45px;
}

.andes-amount-field--size-s .andes-amount-field__suffix {
    font-size: 24px;
    margin-left: 4px;
    margin-top: 8px;
}

.andes-amount-field--size-xs .andes-amount-field__prefix {
    font-size: 18px;
    margin-right: 4px;
}

.andes-amount-field--size-xs .andes-amount-field__input-container {
    font-size: 18px;
}

.andes-amount-field--size-xs .andes-amount-field__main-container {
    height: 23px;
}

.andes-amount-field--size-xs .andes-amount-field__suffix {
    font-size: 18px;
    margin-left: 4px;
}

@keyframes color-error {
    28% {
        animation-timing-function: ease-in;
        color: rgb(242, 61, 79);
    }

    85% {
        animation-timing-function: linear;
        color: rgb(242, 61, 79);
    }

    100% {
        animation-timing-function: ease-out;
        color: rgba(0, 0, 0, 0.9);
    }
}

@keyframes bounce-error {
    0% {
        transform: translateX(0px);
    }

    28% {
        animation-timing-function: ease-in;
        transform: translateX(-8px);
    }

    43% {
        animation-timing-function: linear;
        transform: translateX(16px);
    }

    57% {
        animation-timing-function: linear;
        transform: translateX(-16px);
    }

    71% {
        animation-timing-function: linear;
        transform: translateX(16px);
    }

    85% {
        animation-timing-function: linear;
        transform: translateX(-8px);
    }

    100% {
        animation-timing-function: ease-out;
        transform: translateX(0px);
    }
}

.andes-amount-field--error .andes-amount-field__main-container {
    animation: 0.35s ease 0s 1 normal none running bounce-error, 0.35s ease 0s 1 normal none running color-error;
}

.andes-amount-field--error .andes-amount-field__suffix {
    color: inherit;
}

.andes-amount-field--error .andes-amount-field__helper {
    color: rgb(242, 61, 79);
    font-weight: 600;
}

.andes-amount-field--error.andes-amount-field--type-percentage:not(.andes-amount-field--placeholder) .andes-amount-field__suffix {
    color: inherit;
}

.bf-ui-core-amount-field {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.bf-ui-core-amount-field--disabled {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-amount-field--helper-link .andes-typography {
    color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    text-decoration: none;
}

@media (min-width: 768px) {
    .bf-ui-core-amount-field {
        margin: 40px 0px;
    }

    .bf-ui-core-container:has(.bf-ui-core-tag) .bf-ui-core-amount-field {
        margin: 40px 0px 0px;
    }
}

.bf-ui-core-card {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bf-ui-core-card--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-card--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-card--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-card--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-card--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-card--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-card--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-card--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-card--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-card--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-card--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-card--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-card--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-card--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-card--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-card--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-card--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-card--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-card--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-card--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-card--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-card--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-card--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-card--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-card--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-card--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-card--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-card--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-card--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-card--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-card--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-card--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-card--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-card--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-card--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-card--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-card--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-card--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-card--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-card--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-card--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-card--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-card--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-card--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-card--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-card--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-card--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-card--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-card--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-card--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-card--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-card--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-card--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-card--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-card--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-card--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-card--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-card--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-card--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-card--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-card--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-card--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-card--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-card--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-card--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-card--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-card--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-card--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-card--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-card--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-card--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-card--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-card--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-card--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-card--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-card--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-card--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-card--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-card--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-card--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-card--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-card--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-card--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-card--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-card--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-card--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-card--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-card--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-card--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-card--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-card--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-card--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-card--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-card--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-card--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-card--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-card--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-card--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-card--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-card--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-card--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-card--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-card--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-card--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-card--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-card--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-card--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-card--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-card--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-card--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-card--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-card--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-card--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-card--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-card--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-card--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-card--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-card--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-card--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-card--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-card--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-card--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-card--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-card--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-card--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-card--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-card--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-card--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-card--flex {
    display: flex;
}

.bf-ui-core-card--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-card--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-card--flex-align--center {
    align-items: center;
}

.bf-ui-core-card--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-card--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-card--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-card--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-card--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-card--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-card--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-card--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-card--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-card--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-card--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-card--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-card--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-card--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-card--flex-height--auto {
    height: auto;
}

.bf-ui-core-card--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-card--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-card--flex-width--auto {
    width: auto;
}

.bf-ui-core-card--background-primary {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-card--background-secondary {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-card--background-disabled {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-card--background-inverted {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-card--background-link {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-card--background-negative {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-card--background-caution {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-card--background-positive {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-card--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-card--background-cbtlogo {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-card--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-card--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-card--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-card--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-card--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-card--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-card--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-card--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-card--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-card--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-card--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-card--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-card--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-card--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-card--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-card--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-card--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-card--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-card--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-card--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-card--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-card--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-card--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-card--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-card--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-card--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-card--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-card--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-card--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-card--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-card--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-card--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-card--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-card--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-card--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-card--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-card--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-card--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-card--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-card--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-card--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-card--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-card--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-card--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-card--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-card--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-card--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-card--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-card--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-card--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-card--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-card--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-card--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-card--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-card--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-card--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-card--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-card--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-card--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-card--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-card--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-card--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-card--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-card--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-card--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-card--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-card--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-card--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-card--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-card--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-card--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-card--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-card--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-card--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-card--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-card--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-card--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-card--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-card--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-card--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-card--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-card--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-card--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-card--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-card--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-card--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-card--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-card--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-card--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-card--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-card--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-card--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-card--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-card--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-card--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-card--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-card--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-card--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-card--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-card--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-card--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-card--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-card--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-card--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-card--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-card--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-card--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-card--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-card--gradient::after {
    background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    bottom: 0px;
    content: "";
    height: 100%;
    position: absolute;
    right: 0px;
    width: 20%;
}

.bf-ui-core-card__content {
    position: relative;
}

.bf-ui-core-card__content--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-card__content--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-card__content--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-card__content--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-card__content--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-card__content--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-card__content--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-card__content--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-card__content--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-card__content--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-card__content--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-card__content--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-card__content--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-card__content--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-card__content--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-card__content--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-card__content--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-card__content--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-card__content--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-card__content--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-card__content--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-card__content--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-card__content--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-card__content--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-card__content--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-card__content--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-card__content--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-card__content--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-card__content--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-card__content--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-card__content--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-card__content--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-card__content--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-card__content--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-card__content--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-card__content--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-card__content--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-card__content--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-card__content--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-card__content--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-card__content--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-card__content--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-card__content--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-card__content--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-card__content--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-card__content--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-card__content--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-card__content--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-card__content--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-card__content--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-card__content--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-card__content--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-card__content--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-card__content--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-card__content--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-card__content--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-card__content--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-card__content--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-card__content--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-card__content--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-card__content--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-card__content--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-card__content--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-card__content--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-card__content--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-card__content--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-card__content--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-card__content--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-card__content--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-card__content--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-card__content--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-card__content--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-card__content--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-card__content--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-card__content--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-card__content--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-card__content--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-card__content--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-card__content--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-card__content--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-card__content--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-card__content--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-card__content--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-card__content--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-card__content--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-card__content--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-card__content--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-card__content--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-card__content--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-card__content--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-card__content--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-card__content--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-card__content--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-card__content--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-card__content--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-card__content--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-card__content--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-card__content--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-card__content--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-card__content--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-card__content--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-card__content--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-card__content--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-card__content--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-card__content--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-card__content--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-card__content--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-card__content--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-card__content--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-card__content--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-card__content--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-card__content--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-card__content--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-card__content--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-card__content--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-card__content--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-card__content--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-card__content--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-card__content--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-card__content--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-card__content--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-card__content--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-card__content--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-card__content--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-card__content--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-card__content--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-card__content--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-card__content--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-card__content--flex {
    display: flex;
}

.bf-ui-core-card__content--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-card__content--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-card__content--flex-align--center {
    align-items: center;
}

.bf-ui-core-card__content--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-card__content--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-card__content--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-card__content--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-card__content--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-card__content--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-card__content--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-card__content--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-card__content--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-card__content--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-card__content--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-card__content--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-card__content--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-card__content--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-card__content--flex-height--auto {
    height: auto;
}

.bf-ui-core-card__content--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-card__content--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-card__content--flex-width--auto {
    width: auto;
}

.bf-ui-core-card__content--background-primary {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-card__content--background-secondary {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-card__content--background-disabled {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-card__content--background-inverted {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-card__content--background-link {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-card__content--background-negative {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-card__content--background-caution {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-card__content--background-positive {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-card__content--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-card__content--background-cbtlogo {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-card__content--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-card__content--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-card__content--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-card__content--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-card__content--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-card__content--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-card__content--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-card__content--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-card__content--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-card__content--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-card__content--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-card__content--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-card__content--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-card__content--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-card__content--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-card__content--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-card__content--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-card__content--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-card__content--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-card__content--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-card__content--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-card__content--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-card__content--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-card__content--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-card__content--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-card__content--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-card__content--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-card__content--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-card__content--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-card__content--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-card__content--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-card__content--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-card__content--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-card__content--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-card__content--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-card__content--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-card__content--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-card__content--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-card__content--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-card__content--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-card__content--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-card__content--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-card__content--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-card__content--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-card__content--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-card__content--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-card__content--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-card__content--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-card__content--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-card__content--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-card__content--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-card__content--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-card__content--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-card__content--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-card__content--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-card__content--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-card__content--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-card__content--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-card__content--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-card__content--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-card__content--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-card__content--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-card__content--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-card__content--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-card__content--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-card__content--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-card__content--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-card__content--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-card__content--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-card__content--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-card__content--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-card__content--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-card__content--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-card__content--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-card__content--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-card__content--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-card__content--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-card__content--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-card__content--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-card__content--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-card__content--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-card__content--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-card__content--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-card__content--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-card__content--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-card__content--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-card__content--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-card__content--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-card__content--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-card__content--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-card__content--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-card__content--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-card__content--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-card__content--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-card__content--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-card__content--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-card__content--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-card__content--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-card__content--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-card__content--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-card__content--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-card__content--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-card__content--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-card__content--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-card__content--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-card__content--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-card__content--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-card__content--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-card__content--flex-width--match_parent {
    width: auto;
}

.bf-ui-core-card__footer {
    align-items: center;
    border-left: 0px;
    border-right: 0px;
    justify-content: space-between;
    display: flex !important;
    line-height: 0px !important;
}

.bf-ui-core-card__footer .andes-card__footer-arrow {
    margin-top: 0px;
}

.bf-ui-core-card__footer .bf-ui-core-rich-text__body,
.bf-ui-core-card__footer .bf-ui-core-rich-text__link {
    width: 100%;
}

.bf-ui-core-card__footer--hover-visible:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-card__footer--small.andes-card__footer {
    padding: 16px !important;
}

.bf-ui-core-card__footer--medium.andes-card__footer {
    padding: 20px !important;
}

.bf-ui-core-card__footer--large.andes-card__footer {
    padding: 24px !important;
}

.bf-ui-core-card .andes-card__content::before {
    z-index: 1;
}

.bf-ui-core-card .bf-ui-core-badge__corner {
    position: absolute;
}

.bf-ui-core-card .bf-ui-core-badge__corner .andes-badge.andes-badge--rounded-top-right {
    border-top-right-radius: 6px;
}

.bf-ui-core-card .bf-ui-core-badge__corner_left .andes-badge.andes-badge--rounded-top-left {
    border-top-left-radius: 6px;
}

.bf-ui-core-container {
    box-sizing: border-box;
}

.bf-ui-core-container--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-container--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-container--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-container--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-container--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-container--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-container--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-container--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-container--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-container--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-container--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-container--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-container--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-container--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-container--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-container--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-container--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-container--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-container--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-container--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-container--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-container--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-container--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-container--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-container--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-container--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-container--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-container--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-container--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-container--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-container--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-container--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-container--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-container--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-container--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-container--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-container--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-container--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-container--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-container--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-container--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-container--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-container--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-container--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-container--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-container--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-container--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-container--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-container--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-container--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-container--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-container--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-container--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-container--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-container--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-container--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-container--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-container--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-container--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-container--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-container--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-container--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-container--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-container--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-container--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-container--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-container--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-container--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-container--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-container--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-container--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-container--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-container--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-container--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-container--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-container--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-container--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-container--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-container--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-container--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-container--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-container--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-container--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-container--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-container--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-container--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-container--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-container--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-container--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-container--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-container--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-container--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-container--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-container--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-container--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-container--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-container--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-container--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-container--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-container--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-container--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-container--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-container--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-container--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-container--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-container--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-container--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-container--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-container--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-container--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-container--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-container--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-container--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-container--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-container--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-container--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-container--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-container--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-container--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-container--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-container--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-container--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-container--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-container--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-container--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-container--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-container--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-container--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-container--flex {
    display: flex;
}

.bf-ui-core-container--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-container--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-container--flex-align--center {
    align-items: center;
}

.bf-ui-core-container--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-container--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-container--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-container--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-container--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-container--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-container--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-container--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-container--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-container--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-container--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-container--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-container--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-container--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-container--flex-height--auto {
    height: auto;
}

.bf-ui-core-container--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-container--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-container--flex-width--auto {
    width: auto;
}

.bf-ui-core-container--background-transparent {
    background-color: transparent;
}

.bf-ui-core-container--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-container--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-container--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-container--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-container--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-container--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-container--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-container--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-container--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-container--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-container--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-container--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-container--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-container--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-container--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-container--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-container--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-container--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-container--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-container--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-container--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-container--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-container--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-container--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-container--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-container--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-container--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-container--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-container--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-container--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-container--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-container--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-container--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-container--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-container--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-container--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-container--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-container--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-container--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-container--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-container--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-container--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-container--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-container--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-container--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-container--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-container--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-container--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-container--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-container--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-container--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-container--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-container--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-container--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-container--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-container--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-container--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-container--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-container--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-container--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-container--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-container--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-container--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-container--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-container--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-container--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-container--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-container--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-container--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-container--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-container--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-container--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-container--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-container--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-container--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-container--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-container--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-container--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-container--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-container--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-container--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-container--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-container--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-container--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-container--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-container--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-container--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-container--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-container--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-container--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-container--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-container--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-container--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-container--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-container--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-container--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-container--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-container--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-container--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-container--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-container--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-container--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-container--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-container--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-container--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-container--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-container--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-container--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-container--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-container--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-container--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-container--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-container--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-container--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-container--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-container--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-container--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-container--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-container--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-container--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-container--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-container--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-container--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-container--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-container--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-container--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-container--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-container--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-container--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-container--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-container--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-container--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-container--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-container--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-container--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-container--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-container--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-container--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-container--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-container--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-container--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-container--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-container--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-container--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-container--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-container--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-container--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-container--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-container--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-container--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-container--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-container--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-container--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-container--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-container--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-container--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-container--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-container--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-container--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-container--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-container--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-container--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-container--overview {
    position: sticky;
    top: 0px;
    width: 528px;
}

.bf-ui-core-container--hasTrigger {
    border: none;
    cursor: pointer;
    text-align: left;
}

.bf-ui-core-container--hasTrigger:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.bf-ui-core-container--hasTrigger:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.bf-ui-core-container--hasTrigger:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.bf-ui-core-container--main {
    box-sizing: border-box;
    height: 100%;
    margin: 1px auto 0px;
    max-width: 1184px;
}

.bf-ui-core-container--hidden {
    display: none;
}

.bf-ui-core-container--box-shadow--light {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}

.bf-ui-core-footer {
    background: rgb(255, 255, 255);
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 16px;
    box-sizing: border-box;
    left: 0px;
    position: fixed;
    right: 0px;
    z-index: 999;
}

.bf-ui-core-footer--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-footer--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-footer--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-footer--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-footer--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-footer--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-footer--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-footer--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-footer--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-footer--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-footer--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-footer--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-footer--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-footer--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-footer--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-footer--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-footer--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-footer--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-footer--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-footer--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-footer--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-footer--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-footer--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-footer--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-footer--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-footer--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-footer--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-footer--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-footer--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-footer--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-footer--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-footer--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-footer--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-footer--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-footer--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-footer--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-footer--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-footer--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-footer--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-footer--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-footer--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-footer--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-footer--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-footer--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-footer--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-footer--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-footer--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-footer--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-footer--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-footer--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-footer--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-footer--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-footer--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-footer--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-footer--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-footer--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-footer--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-footer--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-footer--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-footer--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-footer--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-footer--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-footer--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-footer--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-footer--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-footer--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-footer--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-footer--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-footer--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-footer--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-footer--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-footer--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-footer--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-footer--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-footer--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-footer--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-footer--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-footer--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-footer--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-footer--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-footer--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-footer--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-footer--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-footer--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-footer--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-footer--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-footer--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-footer--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-footer--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-footer--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-footer--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-footer--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-footer--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-footer--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-footer--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-footer--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-footer--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-footer--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-footer--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-footer--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-footer--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-footer--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-footer--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-footer--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-footer--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-footer--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-footer--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-footer--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-footer--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-footer--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-footer--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-footer--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-footer--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-footer--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-footer--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-footer--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-footer--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-footer--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-footer--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-footer--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-footer--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-footer--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-footer--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-footer--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-footer--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-footer--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-footer--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-footer--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-footer--flex {
    display: flex;
}

.bf-ui-core-footer--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-footer--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-footer--flex-align--center {
    align-items: center;
}

.bf-ui-core-footer--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-footer--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-footer--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-footer--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-footer--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-footer--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-footer--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-footer--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-footer--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-footer--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-footer--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-footer--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-footer--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-footer--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-footer--flex-height--auto {
    height: auto;
}

.bf-ui-core-footer--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-footer--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-footer--flex-width--auto {
    width: auto;
}

.bf-ui-core-footer--background-transparent {
    background-color: transparent;
}

.bf-ui-core-footer--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-footer--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-footer--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-footer--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-footer--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-footer--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-footer--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-footer--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-footer--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-footer--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-footer--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-footer--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-footer--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-footer--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-footer--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-footer--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-footer--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-footer--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-footer--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-footer--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-footer--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-footer--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-footer--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-footer--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-footer--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-footer--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-footer--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-footer--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-footer--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-footer--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-footer--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-footer--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-footer--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-footer--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-footer--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-footer--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-footer--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-footer--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-footer--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-footer--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-footer--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-footer--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-footer--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-footer--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-footer--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-footer--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-footer--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-footer--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-footer--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-footer--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-footer--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-footer--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-footer--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-footer--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-footer--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-footer--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-footer--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-footer--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-footer--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-footer--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-footer--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-footer--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-footer--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-footer--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-footer--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-footer--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-footer--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-footer--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-footer--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-footer--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-footer--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-footer--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-footer--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-footer--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-footer--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-footer--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-footer--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-footer--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-footer--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-footer--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-footer--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-footer--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-footer--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-footer--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-footer--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-footer--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-footer--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-footer--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-footer--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-footer--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-footer--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-footer--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-footer--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-footer--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-footer--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-footer--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-footer--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-footer--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-footer--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-footer--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-footer--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-footer--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-footer--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-footer--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-footer--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-footer--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-footer--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-footer--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-footer--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-footer--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-footer--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-footer--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-footer--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-footer--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-footer--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-footer--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-footer--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-footer--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-footer--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-footer--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-footer--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-footer--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-footer--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-footer--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-footer--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-footer--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-footer--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-footer--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-footer--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-footer--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-footer--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-footer--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-footer--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-footer--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-footer--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-footer--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-footer--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-footer--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-footer--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-footer--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-footer--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-footer--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-footer--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-footer--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-footer--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-footer--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-footer--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-footer--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-footer--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-footer--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-footer--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-footer--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-footer--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-footer--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-footer--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-footer--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-footer--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-footer--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-footer--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-footer--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-footer--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-footer--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-footer--hidden,
.bf-ui-core-footer-placeholder {
    display: none;
}

.bf-ui-core-footer--box_shadow--hidden {
    box-shadow: none;
}

@media (max-width: 768px) {
    .bf-ui-core-footer {
        background: rgb(255, 255, 255);
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 16px;
        box-sizing: border-box;
        left: 0px;
        position: fixed;
        right: 0px;
        z-index: 999;
    }

    .bf-ui-core-footer--padding--top-none {
        padding-top: 0px;
    }

    .bf-ui-core-footer--padding--top-spacing2 {
        padding-top: 2px;
    }

    .bf-ui-core-footer--padding--top-spacing4 {
        padding-top: 4px;
    }

    .bf-ui-core-footer--padding--top-spacing8 {
        padding-top: 8px;
    }

    .bf-ui-core-footer--padding--top-spacing12 {
        padding-top: 12px;
    }

    .bf-ui-core-footer--padding--top-spacing16 {
        padding-top: 16px;
    }

    .bf-ui-core-footer--padding--top-spacing20 {
        padding-top: 20px;
    }

    .bf-ui-core-footer--padding--top-spacing24 {
        padding-top: 24px;
    }

    .bf-ui-core-footer--padding--top-spacing28 {
        padding-top: 28px;
    }

    .bf-ui-core-footer--padding--top-spacing32 {
        padding-top: 32px;
    }

    .bf-ui-core-footer--padding--top-spacing40 {
        padding-top: 40px;
    }

    .bf-ui-core-footer--padding--top-spacing48 {
        padding-top: 48px;
    }

    .bf-ui-core-footer--padding--top-spacing56 {
        padding-top: 56px;
    }

    .bf-ui-core-footer--padding--top-spacing64 {
        padding-top: 64px;
    }

    .bf-ui-core-footer--padding--top-spacing80 {
        padding-top: 80px;
    }

    .bf-ui-core-footer--padding--top-spacing430 {
        padding-top: 430px;
    }

    .bf-ui-core-footer--padding--bottom-none {
        padding-bottom: 0px;
    }

    .bf-ui-core-footer--padding--bottom-spacing2 {
        padding-bottom: 2px;
    }

    .bf-ui-core-footer--padding--bottom-spacing4 {
        padding-bottom: 4px;
    }

    .bf-ui-core-footer--padding--bottom-spacing8 {
        padding-bottom: 8px;
    }

    .bf-ui-core-footer--padding--bottom-spacing12 {
        padding-bottom: 12px;
    }

    .bf-ui-core-footer--padding--bottom-spacing16 {
        padding-bottom: 16px;
    }

    .bf-ui-core-footer--padding--bottom-spacing20 {
        padding-bottom: 20px;
    }

    .bf-ui-core-footer--padding--bottom-spacing24 {
        padding-bottom: 24px;
    }

    .bf-ui-core-footer--padding--bottom-spacing28 {
        padding-bottom: 28px;
    }

    .bf-ui-core-footer--padding--bottom-spacing32 {
        padding-bottom: 32px;
    }

    .bf-ui-core-footer--padding--bottom-spacing40 {
        padding-bottom: 40px;
    }

    .bf-ui-core-footer--padding--bottom-spacing48 {
        padding-bottom: 48px;
    }

    .bf-ui-core-footer--padding--bottom-spacing56 {
        padding-bottom: 56px;
    }

    .bf-ui-core-footer--padding--bottom-spacing64 {
        padding-bottom: 64px;
    }

    .bf-ui-core-footer--padding--bottom-spacing80 {
        padding-bottom: 80px;
    }

    .bf-ui-core-footer--padding--bottom-spacing430 {
        padding-bottom: 430px;
    }

    .bf-ui-core-footer--padding--left-none {
        padding-left: 0px;
    }

    .bf-ui-core-footer--padding--left-spacing2 {
        padding-left: 2px;
    }

    .bf-ui-core-footer--padding--left-spacing4 {
        padding-left: 4px;
    }

    .bf-ui-core-footer--padding--left-spacing8 {
        padding-left: 8px;
    }

    .bf-ui-core-footer--padding--left-spacing12 {
        padding-left: 12px;
    }

    .bf-ui-core-footer--padding--left-spacing16 {
        padding-left: 16px;
    }

    .bf-ui-core-footer--padding--left-spacing20 {
        padding-left: 20px;
    }

    .bf-ui-core-footer--padding--left-spacing24 {
        padding-left: 24px;
    }

    .bf-ui-core-footer--padding--left-spacing28 {
        padding-left: 28px;
    }

    .bf-ui-core-footer--padding--left-spacing32 {
        padding-left: 32px;
    }

    .bf-ui-core-footer--padding--left-spacing40 {
        padding-left: 40px;
    }

    .bf-ui-core-footer--padding--left-spacing48 {
        padding-left: 48px;
    }

    .bf-ui-core-footer--padding--left-spacing56 {
        padding-left: 56px;
    }

    .bf-ui-core-footer--padding--left-spacing64 {
        padding-left: 64px;
    }

    .bf-ui-core-footer--padding--left-spacing80 {
        padding-left: 80px;
    }

    .bf-ui-core-footer--padding--left-spacing430 {
        padding-left: 430px;
    }

    .bf-ui-core-footer--padding--right-none {
        padding-right: 0px;
    }

    .bf-ui-core-footer--padding--right-spacing2 {
        padding-right: 2px;
    }

    .bf-ui-core-footer--padding--right-spacing4 {
        padding-right: 4px;
    }

    .bf-ui-core-footer--padding--right-spacing8 {
        padding-right: 8px;
    }

    .bf-ui-core-footer--padding--right-spacing12 {
        padding-right: 12px;
    }

    .bf-ui-core-footer--padding--right-spacing16 {
        padding-right: 16px;
    }

    .bf-ui-core-footer--padding--right-spacing20 {
        padding-right: 20px;
    }

    .bf-ui-core-footer--padding--right-spacing24 {
        padding-right: 24px;
    }

    .bf-ui-core-footer--padding--right-spacing28 {
        padding-right: 28px;
    }

    .bf-ui-core-footer--padding--right-spacing32 {
        padding-right: 32px;
    }

    .bf-ui-core-footer--padding--right-spacing40 {
        padding-right: 40px;
    }

    .bf-ui-core-footer--padding--right-spacing48 {
        padding-right: 48px;
    }

    .bf-ui-core-footer--padding--right-spacing56 {
        padding-right: 56px;
    }

    .bf-ui-core-footer--padding--right-spacing64 {
        padding-right: 64px;
    }

    .bf-ui-core-footer--padding--right-spacing80 {
        padding-right: 80px;
    }

    .bf-ui-core-footer--padding--right-spacing430 {
        padding-right: 430px;
    }

    .bf-ui-core-footer--margin--top-none {
        margin-top: 0px;
    }

    .bf-ui-core-footer--margin--top-spacing2 {
        margin-top: 2px;
    }

    .bf-ui-core-footer--margin--top-spacing4 {
        margin-top: 4px;
    }

    .bf-ui-core-footer--margin--top-spacing8 {
        margin-top: 8px;
    }

    .bf-ui-core-footer--margin--top-spacing12 {
        margin-top: 12px;
    }

    .bf-ui-core-footer--margin--top-spacing16 {
        margin-top: 16px;
    }

    .bf-ui-core-footer--margin--top-spacing20 {
        margin-top: 20px;
    }

    .bf-ui-core-footer--margin--top-spacing24 {
        margin-top: 24px;
    }

    .bf-ui-core-footer--margin--top-spacing28 {
        margin-top: 28px;
    }

    .bf-ui-core-footer--margin--top-spacing32 {
        margin-top: 32px;
    }

    .bf-ui-core-footer--margin--top-spacing40 {
        margin-top: 40px;
    }

    .bf-ui-core-footer--margin--top-spacing48 {
        margin-top: 48px;
    }

    .bf-ui-core-footer--margin--top-spacing56 {
        margin-top: 56px;
    }

    .bf-ui-core-footer--margin--top-spacing64 {
        margin-top: 64px;
    }

    .bf-ui-core-footer--margin--top-spacing80 {
        margin-top: 80px;
    }

    .bf-ui-core-footer--margin--top-spacing430 {
        margin-top: 430px;
    }

    .bf-ui-core-footer--margin--bottom-none {
        margin-bottom: 0px;
    }

    .bf-ui-core-footer--margin--bottom-spacing2 {
        margin-bottom: 2px;
    }

    .bf-ui-core-footer--margin--bottom-spacing4 {
        margin-bottom: 4px;
    }

    .bf-ui-core-footer--margin--bottom-spacing8 {
        margin-bottom: 8px;
    }

    .bf-ui-core-footer--margin--bottom-spacing12 {
        margin-bottom: 12px;
    }

    .bf-ui-core-footer--margin--bottom-spacing16 {
        margin-bottom: 16px;
    }

    .bf-ui-core-footer--margin--bottom-spacing20 {
        margin-bottom: 20px;
    }

    .bf-ui-core-footer--margin--bottom-spacing24 {
        margin-bottom: 24px;
    }

    .bf-ui-core-footer--margin--bottom-spacing28 {
        margin-bottom: 28px;
    }

    .bf-ui-core-footer--margin--bottom-spacing32 {
        margin-bottom: 32px;
    }

    .bf-ui-core-footer--margin--bottom-spacing40 {
        margin-bottom: 40px;
    }

    .bf-ui-core-footer--margin--bottom-spacing48 {
        margin-bottom: 48px;
    }

    .bf-ui-core-footer--margin--bottom-spacing56 {
        margin-bottom: 56px;
    }

    .bf-ui-core-footer--margin--bottom-spacing64 {
        margin-bottom: 64px;
    }

    .bf-ui-core-footer--margin--bottom-spacing80 {
        margin-bottom: 80px;
    }

    .bf-ui-core-footer--margin--bottom-spacing430 {
        margin-bottom: 430px;
    }

    .bf-ui-core-footer--margin--left-none {
        margin-left: 0px;
    }

    .bf-ui-core-footer--margin--left-spacing2 {
        margin-left: 2px;
    }

    .bf-ui-core-footer--margin--left-spacing4 {
        margin-left: 4px;
    }

    .bf-ui-core-footer--margin--left-spacing8 {
        margin-left: 8px;
    }

    .bf-ui-core-footer--margin--left-spacing12 {
        margin-left: 12px;
    }

    .bf-ui-core-footer--margin--left-spacing16 {
        margin-left: 16px;
    }

    .bf-ui-core-footer--margin--left-spacing20 {
        margin-left: 20px;
    }

    .bf-ui-core-footer--margin--left-spacing24 {
        margin-left: 24px;
    }

    .bf-ui-core-footer--margin--left-spacing28 {
        margin-left: 28px;
    }

    .bf-ui-core-footer--margin--left-spacing32 {
        margin-left: 32px;
    }

    .bf-ui-core-footer--margin--left-spacing40 {
        margin-left: 40px;
    }

    .bf-ui-core-footer--margin--left-spacing48 {
        margin-left: 48px;
    }

    .bf-ui-core-footer--margin--left-spacing56 {
        margin-left: 56px;
    }

    .bf-ui-core-footer--margin--left-spacing64 {
        margin-left: 64px;
    }

    .bf-ui-core-footer--margin--left-spacing80 {
        margin-left: 80px;
    }

    .bf-ui-core-footer--margin--left-spacing430 {
        margin-left: 430px;
    }

    .bf-ui-core-footer--margin--right-none {
        margin-right: 0px;
    }

    .bf-ui-core-footer--margin--right-spacing2 {
        margin-right: 2px;
    }

    .bf-ui-core-footer--margin--right-spacing4 {
        margin-right: 4px;
    }

    .bf-ui-core-footer--margin--right-spacing8 {
        margin-right: 8px;
    }

    .bf-ui-core-footer--margin--right-spacing12 {
        margin-right: 12px;
    }

    .bf-ui-core-footer--margin--right-spacing16 {
        margin-right: 16px;
    }

    .bf-ui-core-footer--margin--right-spacing20 {
        margin-right: 20px;
    }

    .bf-ui-core-footer--margin--right-spacing24 {
        margin-right: 24px;
    }

    .bf-ui-core-footer--margin--right-spacing28 {
        margin-right: 28px;
    }

    .bf-ui-core-footer--margin--right-spacing32 {
        margin-right: 32px;
    }

    .bf-ui-core-footer--margin--right-spacing40 {
        margin-right: 40px;
    }

    .bf-ui-core-footer--margin--right-spacing48 {
        margin-right: 48px;
    }

    .bf-ui-core-footer--margin--right-spacing56 {
        margin-right: 56px;
    }

    .bf-ui-core-footer--margin--right-spacing64 {
        margin-right: 64px;
    }

    .bf-ui-core-footer--margin--right-spacing80 {
        margin-right: 80px;
    }

    .bf-ui-core-footer--margin--right-spacing430 {
        margin-right: 430px;
    }

    .bf-ui-core-footer--flex {
        display: flex;
    }

    .bf-ui-core-footer--flex-direction--row {
        flex-direction: row;
    }

    .bf-ui-core-footer--flex-direction--column {
        flex-direction: column;
    }

    .bf-ui-core-footer--flex-align--center {
        align-items: center;
    }

    .bf-ui-core-footer--flex-align--top {
        align-items: flex-start;
    }

    .bf-ui-core-footer--flex-align--bottom {
        align-items: flex-end;
    }

    .bf-ui-core-footer--flex-align--stretch {
        align-items: stretch;
    }

    .bf-ui-core-footer--flex-text_align--center {
        text-align: center;
    }

    .bf-ui-core-footer--flex-text_align--left {
        text-align: left;
    }

    .bf-ui-core-footer--flex-text_align--right {
        text-align: right;
    }

    .bf-ui-core-footer--flex-justify--center {
        justify-content: center;
    }

    .bf-ui-core-footer--flex-justify--left {
        justify-content: flex-start;
    }

    .bf-ui-core-footer--flex-justify--right {
        justify-content: flex-end;
    }

    .bf-ui-core-footer--flex-justify--between {
        justify-content: space-between;
    }

    .bf-ui-core-footer--flex-wrap--wrap {
        flex-wrap: wrap;
    }

    .bf-ui-core-footer--flex-wrap--no-wrap {
        flex-wrap: inherit;
    }

    .bf-ui-core-footer--flex-height--wrap_content {
        height: fit-content;
    }

    .bf-ui-core-footer--flex-height--match_parent {
        height: 100%;
    }

    .bf-ui-core-footer--flex-height--auto {
        height: auto;
    }

    .bf-ui-core-footer--flex-width--wrap_content {
        width: fit-content;
    }

    .bf-ui-core-footer--flex-width--match_parent {
        width: 100%;
    }

    .bf-ui-core-footer--flex-width--auto {
        width: auto;
    }

    .bf-ui-core-footer--background-transparent {
        background-color: transparent;
    }

    .bf-ui-core-footer--background-white {
        background-color: rgb(255, 255, 255);
    }

    .bf-ui-core-footer--background-black {
        background-color: rgb(0, 0, 0);
    }

    .bf-ui-core-footer--background-gray900 {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .bf-ui-core-footer--background-gray550 {
        background-color: rgba(0, 0, 0, 0.55);
    }

    .bf-ui-core-footer--background-gray250 {
        background-color: rgba(0, 0, 0, 0.25);
    }

    .bf-ui-core-footer--background-gray100 {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .bf-ui-core-footer--background-gray070 {
        background-color: rgba(0, 0, 0, 0.07);
    }

    .bf-ui-core-footer--background-gray040 {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .bf-ui-core-footer--background-gray900Solid {
        background-color: rgb(26, 26, 26);
    }

    .bf-ui-core-footer--background-gray550Solid {
        background-color: rgb(115, 115, 115);
    }

    .bf-ui-core-footer--background-gray250Solid {
        background-color: rgb(191, 191, 191);
    }

    .bf-ui-core-footer--background-gray100Solid {
        background-color: rgb(229, 229, 229);
    }

    .bf-ui-core-footer--background-gray070Solid {
        background-color: rgb(237, 237, 237);
    }

    .bf-ui-core-footer--background-gray040Solid {
        background-color: rgb(245, 245, 245);
    }

    .bf-ui-core-footer--background-green100 {
        background-color: rgba(0, 166, 80, 0.1);
    }

    .bf-ui-core-footer--background-green150 {
        background-color: rgba(0, 166, 80, 0.15);
    }

    .bf-ui-core-footer--background-green200 {
        background-color: rgba(0, 166, 80, 0.2);
    }

    .bf-ui-core-footer--background-green300 {
        background-color: rgba(0, 166, 80, 0.3);
    }

    .bf-ui-core-footer--background-green400 {
        background-color: rgba(0, 166, 80, 0.4);
    }

    .bf-ui-core-footer--background-green500 {
        background-color: rgb(0, 166, 80);
    }

    .bf-ui-core-footer--background-green600 {
        background-color: rgb(0, 135, 68);
    }

    .bf-ui-core-footer--background-green700 {
        background-color: rgb(0, 102, 51);
    }

    .bf-ui-core-footer--background-green800 {
        background-color: rgb(0, 77, 39);
    }

    .bf-ui-core-footer--background-orange100 {
        background-color: rgba(255, 119, 51, 0.1);
    }

    .bf-ui-core-footer--background-orange150 {
        background-color: rgba(255, 119, 51, 0.15);
    }

    .bf-ui-core-footer--background-orange200 {
        background-color: rgba(255, 119, 51, 0.2);
    }

    .bf-ui-core-footer--background-orange300 {
        background-color: rgba(255, 119, 51, 0.3);
    }

    .bf-ui-core-footer--background-orange400 {
        background-color: rgba(255, 119, 51, 0.4);
    }

    .bf-ui-core-footer--background-orange500 {
        background-color: rgb(255, 119, 51);
    }

    .bf-ui-core-footer--background-orange600 {
        background-color: rgb(230, 84, 11);
    }

    .bf-ui-core-footer--background-orange700 {
        background-color: rgb(204, 62, 10);
    }

    .bf-ui-core-footer--background-orange800 {
        background-color: rgb(166, 42, 8);
    }

    .bf-ui-core-footer--background-red100 {
        background-color: rgba(242, 61, 79, 0.1);
    }

    .bf-ui-core-footer--background-red150 {
        background-color: rgba(242, 61, 79, 0.15);
    }

    .bf-ui-core-footer--background-red200 {
        background-color: rgba(242, 61, 79, 0.2);
    }

    .bf-ui-core-footer--background-red300 {
        background-color: rgba(242, 61, 79, 0.3);
    }

    .bf-ui-core-footer--background-red400 {
        background-color: rgba(242, 61, 79, 0.4);
    }

    .bf-ui-core-footer--background-red500 {
        background-color: rgb(242, 61, 79);
    }

    .bf-ui-core-footer--background-red600 {
        background-color: rgb(209, 36, 64);
    }

    .bf-ui-core-footer--background-red700 {
        background-color: rgb(166, 29, 51);
    }

    .bf-ui-core-footer--background-red800 {
        background-color: rgb(128, 22, 39);
    }

    .bf-ui-core-footer--background-yellow500 {
        background-color: var(--andes-color-yellow-500, #ffe600);
    }

    .bf-ui-core-footer--background-blueBase {
        background-color: rgb(65, 137, 230);
    }

    .bf-ui-core-footer--background-blue100 {
        background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
    }

    .bf-ui-core-footer--background-blue150 {
        background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    }

    .bf-ui-core-footer--background-blue200 {
        background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
    }

    .bf-ui-core-footer--background-blue300 {
        background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    }

    .bf-ui-core-footer--background-blue400 {
        background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
    }

    .bf-ui-core-footer--background-blue500 {
        background-color: var(--andes-color-blue-500, #3483fa);
    }

    .bf-ui-core-footer--background-blue600 {
        background-color: var(--andes-color-blue-600, #2968c8);
    }

    .bf-ui-core-footer--background-blue700 {
        background-color: var(--andes-color-blue-700, #1f4e96);
    }

    .bf-ui-core-footer--background-blue800 {
        background-color: var(--andes-color-blue-800, #183c73);
    }

    .bf-ui-core-footer--background-melimas100 {
        background-color: rgb(238, 233, 244);
    }

    .bf-ui-core-footer--background-melimas900 {
        background-color: rgb(90, 35, 141);
    }

    .bf-ui-core-footer--background-secondarya100 {
        background-color: rgb(253, 213, 237);
    }

    .bf-ui-core-footer--background-secondarya200 {
        background-color: rgb(252, 199, 230);
    }

    .bf-ui-core-footer--background-secondarya300 {
        background-color: rgb(250, 171, 218);
    }

    .bf-ui-core-footer--background-secondarya400 {
        background-color: rgb(249, 143, 205);
    }

    .bf-ui-core-footer--background-secondarya500 {
        background-color: rgb(247, 115, 193);
    }

    .bf-ui-core-footer--background-secondarya600 {
        background-color: rgb(217, 83, 158);
    }

    .bf-ui-core-footer--background-secondarya700 {
        background-color: rgb(187, 74, 134);
    }

    .bf-ui-core-footer--background-secondarya800 {
        background-color: rgb(157, 65, 111);
    }

    .bf-ui-core-footer--background-secondarya900 {
        background-color: rgb(127, 55, 93);
    }

    .bf-ui-core-footer--background-secondaryb100 {
        background-color: rgb(246, 208, 244);
    }

    .bf-ui-core-footer--background-secondaryb200 {
        background-color: rgb(243, 191, 240);
    }

    .bf-ui-core-footer--background-secondaryb300 {
        background-color: rgb(236, 160, 233);
    }

    .bf-ui-core-footer--background-secondaryb400 {
        background-color: rgb(230, 128, 225);
    }

    .bf-ui-core-footer--background-secondaryb500 {
        background-color: rgb(224, 96, 218);
    }

    .bf-ui-core-footer--background-secondaryb600 {
        background-color: rgb(191, 70, 185);
    }

    .bf-ui-core-footer--background-secondaryb700 {
        background-color: rgb(164, 62, 158);
    }

    .bf-ui-core-footer--background-secondaryb800 {
        background-color: rgb(137, 54, 133);
    }

    .bf-ui-core-footer--background-secondaryb900 {
        background-color: rgb(110, 46, 106);
    }

    .bf-ui-core-footer--background-secondaryc100 {
        background-color: rgb(236, 203, 249);
    }

    .bf-ui-core-footer--background-secondaryc200 {
        background-color: rgb(229, 185, 247);
    }

    .bf-ui-core-footer--background-secondaryc300 {
        background-color: rgb(216, 150, 243);
    }

    .bf-ui-core-footer--background-secondaryc400 {
        background-color: rgb(204, 115, 239);
    }

    .bf-ui-core-footer--background-secondaryc500 {
        background-color: rgb(191, 80, 235);
    }

    .bf-ui-core-footer--background-secondaryc600 {
        background-color: rgb(155, 58, 203);
    }

    .bf-ui-core-footer--background-secondaryc700 {
        background-color: rgb(133, 51, 175);
    }

    .bf-ui-core-footer--background-secondaryc800 {
        background-color: rgb(110, 45, 147);
    }

    .bf-ui-core-footer--background-secondaryc900 {
        background-color: rgb(92, 38, 118);
    }

    .bf-ui-core-footer--background-secondaryd100 {
        background-color: rgb(223, 204, 251);
    }

    .bf-ui-core-footer--background-secondaryd200 {
        background-color: rgb(212, 187, 249);
    }

    .bf-ui-core-footer--background-secondaryd300 {
        background-color: rgb(190, 153, 246);
    }

    .bf-ui-core-footer--background-secondaryd400 {
        background-color: rgb(169, 119, 243);
    }

    .bf-ui-core-footer--background-secondaryd500 {
        background-color: rgb(147, 85, 240);
    }

    .bf-ui-core-footer--background-secondaryd600 {
        background-color: rgb(109, 62, 208);
    }

    .bf-ui-core-footer--background-secondaryd700 {
        background-color: rgb(94, 54, 179);
    }

    .bf-ui-core-footer--background-secondaryd800 {
        background-color: rgb(82, 48, 151);
    }

    .bf-ui-core-footer--background-secondaryd900 {
        background-color: rgb(70, 41, 122);
    }

    .bf-ui-core-footer--background-secondarye100 {
        background-color: rgb(209, 206, 252);
    }

    .bf-ui-core-footer--background-secondarye200 {
        background-color: rgb(193, 189, 251);
    }

    .bf-ui-core-footer--background-secondarye300 {
        background-color: rgb(161, 157, 249);
    }

    .bf-ui-core-footer--background-secondarye400 {
        background-color: rgb(130, 124, 247);
    }

    .bf-ui-core-footer--background-secondarye500 {
        background-color: rgb(99, 91, 245);
    }

    .bf-ui-core-footer--background-secondarye600 {
        background-color: rgb(71, 66, 214);
    }

    .bf-ui-core-footer--background-secondarye700 {
        background-color: rgb(63, 58, 184);
    }

    .bf-ui-core-footer--background-secondarye800 {
        background-color: rgb(55, 51, 155);
    }

    .bf-ui-core-footer--background-secondarye900 {
        background-color: rgb(47, 44, 125);
    }

    .bf-ui-core-footer--background-secondaryf100 {
        background-color: rgb(196, 211, 252);
    }

    .bf-ui-core-footer--background-secondaryf200 {
        background-color: rgb(176, 196, 251);
    }

    .bf-ui-core-footer--background-secondaryf300 {
        background-color: rgb(136, 166, 249);
    }

    .bf-ui-core-footer--background-secondaryf400 {
        background-color: rgb(96, 136, 247);
    }

    .bf-ui-core-footer--background-secondaryf500 {
        background-color: rgb(56, 107, 245);
    }

    .bf-ui-core-footer--background-secondaryf600 {
        background-color: rgb(41, 78, 214);
    }

    .bf-ui-core-footer--background-secondaryf700 {
        background-color: rgb(36, 69, 184);
    }

    .bf-ui-core-footer--background-secondaryf800 {
        background-color: rgb(31, 60, 155);
    }

    .bf-ui-core-footer--background-secondaryf900 {
        background-color: rgb(27, 51, 125);
    }

    .bf-ui-core-footer--background-secondaryg100 {
        background-color: rgb(198, 231, 253);
    }

    .bf-ui-core-footer--background-secondaryg200 {
        background-color: rgb(178, 222, 252);
    }

    .bf-ui-core-footer--background-secondaryg300 {
        background-color: rgb(139, 206, 250);
    }

    .bf-ui-core-footer--background-secondaryg400 {
        background-color: rgb(100, 190, 249);
    }

    .bf-ui-core-footer--background-secondaryg500 {
        background-color: rgb(62, 173, 247);
    }

    .bf-ui-core-footer--background-secondaryg600 {
        background-color: rgb(45, 136, 217);
    }

    .bf-ui-core-footer--background-secondaryg700 {
        background-color: rgb(40, 115, 187);
    }

    .bf-ui-core-footer--background-secondaryg800 {
        background-color: rgb(35, 97, 157);
    }

    .bf-ui-core-footer--background-secondaryg900 {
        background-color: rgb(30, 83, 127);
    }

    .bf-ui-core-footer--background-secondaryh100 {
        background-color: rgb(194, 246, 242);
    }

    .bf-ui-core-footer--background-secondaryh200 {
        background-color: rgb(173, 242, 237);
    }

    .bf-ui-core-footer--background-secondaryh300 {
        background-color: rgb(131, 235, 228);
    }

    .bf-ui-core-footer--background-secondaryh400 {
        background-color: rgb(90, 228, 219);
    }

    .bf-ui-core-footer--background-secondaryh500 {
        background-color: rgb(49, 222, 210);
    }

    .bf-ui-core-footer--background-secondaryh600 {
        background-color: rgb(35, 189, 176);
    }

    .bf-ui-core-footer--background-secondaryh700 {
        background-color: rgb(31, 163, 151);
    }

    .bf-ui-core-footer--background-secondaryh800 {
        background-color: rgb(27, 136, 125);
    }

    .bf-ui-core-footer--background-secondaryh900 {
        background-color: rgb(23, 109, 101);
    }

    .bf-ui-core-footer--background-secondaryi100 {
        background-color: rgb(197, 245, 210);
    }

    .bf-ui-core-footer--background-secondaryi200 {
        background-color: rgb(178, 241, 194);
    }

    .bf-ui-core-footer--background-secondaryi300 {
        background-color: rgb(139, 234, 164);
    }

    .bf-ui-core-footer--background-secondaryi400 {
        background-color: rgb(100, 226, 134);
    }

    .bf-ui-core-footer--background-secondaryi500 {
        background-color: rgb(61, 219, 104);
    }

    .bf-ui-core-footer--background-secondaryi600 {
        background-color: rgb(44, 187, 75);
    }

    .bf-ui-core-footer--background-secondaryi700 {
        background-color: rgb(39, 159, 66);
    }

    .bf-ui-core-footer--background-secondaryi800 {
        background-color: rgb(34, 134, 58);
    }

    .bf-ui-core-footer--background-secondaryi900 {
        background-color: rgb(30, 106, 50);
    }

    .bf-ui-core-footer--background-secondaryj100 {
        background-color: rgb(221, 247, 204);
    }

    .bf-ui-core-footer--background-secondaryj200 {
        background-color: rgb(208, 244, 186);
    }

    .bf-ui-core-footer--background-secondaryj300 {
        background-color: rgb(185, 239, 152);
    }

    .bf-ui-core-footer--background-secondaryj400 {
        background-color: rgb(162, 234, 117);
    }

    .bf-ui-core-footer--background-secondaryj500 {
        background-color: rgb(139, 228, 83);
    }

    .bf-ui-core-footer--background-secondaryj600 {
        background-color: rgb(100, 196, 60);
    }

    .bf-ui-core-footer--background-secondaryj700 {
        background-color: rgb(89, 167, 53);
    }

    .bf-ui-core-footer--background-secondaryj800 {
        background-color: rgb(78, 141, 46);
    }

    .bf-ui-core-footer--background-secondaryj900 {
        background-color: rgb(66, 113, 40);
    }

    .bf-ui-core-footer--background-secondaryk100 {
        background-color: rgb(255, 241, 203);
    }

    .bf-ui-core-footer--background-secondaryk200 {
        background-color: rgb(255, 235, 186);
    }

    .bf-ui-core-footer--background-secondaryk300 {
        background-color: rgb(255, 226, 151);
    }

    .bf-ui-core-footer--background-secondaryk400 {
        background-color: rgb(255, 216, 116);
    }

    .bf-ui-core-footer--background-secondaryk500 {
        background-color: rgb(255, 206, 82);
    }

    .bf-ui-core-footer--background-secondaryk600 {
        background-color: rgb(225, 172, 59);
    }

    .bf-ui-core-footer--background-secondaryk700 {
        background-color: rgb(194, 147, 53);
    }

    .bf-ui-core-footer--background-secondaryk800 {
        background-color: rgb(164, 123, 46);
    }

    .bf-ui-core-footer--background-secondaryk900 {
        background-color: rgb(133, 99, 39);
    }

    .bf-ui-core-footer--background-secondaryl100 {
        background-color: rgb(255, 233, 203);
    }

    .bf-ui-core-footer--background-secondaryl200 {
        background-color: rgb(255, 225, 186);
    }

    .bf-ui-core-footer--background-secondaryl300 {
        background-color: rgb(255, 210, 151);
    }

    .bf-ui-core-footer--background-secondaryl400 {
        background-color: rgb(255, 195, 116);
    }

    .bf-ui-core-footer--background-secondaryl500 {
        background-color: rgb(255, 180, 82);
    }

    .bf-ui-core-footer--background-secondaryl600 {
        background-color: rgb(225, 143, 59);
    }

    .bf-ui-core-footer--background-secondaryl700 {
        background-color: rgb(194, 122, 53);
    }

    .bf-ui-core-footer--background-secondaryl800 {
        background-color: rgb(164, 101, 46);
    }

    .bf-ui-core-footer--background-secondaryl900 {
        background-color: rgb(133, 86, 39);
    }

    .bf-ui-core-footer--hidden,
    .bf-ui-core-footer-placeholder {
        display: none;
    }

    .bf-ui-core-footer--box_shadow--hidden {
        box-shadow: none;
    }

    .bf-ui-core-footer {
        border-radius: 6px 6px 0px 0px;
        display: block;
        transition: transform 0.5s ease-in-out;
    }

    .bf-ui-core-footer-placeholder {
        display: block;
    }

    .bf-ui-core-footer--sticky-off {
        width: 100%;
    }

    .bf-ui-core-footer--position__sticky {
        position: sticky;
    }

    .bf-ui-core-footer--hidden {
        transform: translateY(100%);
    }
}

.bf-ui-core-label {
    align-items: baseline;
    display: inline-flex;
    position: relative;
}

.bf-ui-core-label--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-label--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-label--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-label--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-label--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-label--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-label--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-label--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-label--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-label--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-label--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-label--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-label--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-label--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-label--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-label--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-label--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-label--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-label--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-label--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-label--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-label--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-label--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-label--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-label--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-label--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-label--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-label--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-label--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-label--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-label--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-label--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-label--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-label--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-label--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-label--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-label--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-label--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-label--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-label--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-label--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-label--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-label--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-label--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-label--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-label--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-label--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-label--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-label--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-label--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-label--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-label--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-label--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-label--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-label--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-label--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-label--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-label--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-label--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-label--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-label--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-label--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-label--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-label--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-label--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-label--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-label--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-label--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-label--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-label--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-label--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-label--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-label--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-label--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-label--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-label--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-label--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-label--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-label--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-label--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-label--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-label--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-label--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-label--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-label--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-label--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-label--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-label--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-label--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-label--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-label--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-label--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-label--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-label--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-label--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-label--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-label--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-label--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-label--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-label--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-label--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-label--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-label--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-label--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-label--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-label--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-label--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-label--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-label--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-label--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-label--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-label--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-label--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-label--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-label--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-label--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-label--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-label--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-label--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-label--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-label--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-label--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-label--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-label--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-label--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-label--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-label--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-label--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-label--flex {
    display: flex;
}

.bf-ui-core-label--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-label--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-label--flex-align--center {
    align-items: center;
}

.bf-ui-core-label--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-label--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-label--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-label--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-label--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-label--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-label--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-label--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-label--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-label--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-label--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-label--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-label--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-label--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-label--flex-height--auto {
    height: auto;
}

.bf-ui-core-label--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-label--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-label--flex-width--auto {
    width: auto;
}

.bf-ui-core-label--background-primary {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-label--background-secondary {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-label--background-disabled {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-label--background-inverted {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-label--background-link {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-label--background-negative {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-label--background-caution {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-label--background-positive {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-label--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-label--background-cbtlogo {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-label--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-label--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-label--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-label--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-label--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-label--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-label--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-label--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-label--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-label--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-label--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-label--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-label--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-label--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-label--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-label--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-label--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-label--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-label--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-label--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-label--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-label--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-label--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-label--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-label--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-label--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-label--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-label--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-label--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-label--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-label--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-label--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-label--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-label--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-label--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-label--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-label--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-label--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-label--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-label--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-label--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-label--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-label--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-label--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-label--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-label--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-label--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-label--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-label--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-label--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-label--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-label--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-label--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-label--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-label--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-label--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-label--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-label--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-label--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-label--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-label--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-label--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-label--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-label--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-label--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-label--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-label--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-label--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-label--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-label--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-label--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-label--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-label--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-label--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-label--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-label--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-label--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-label--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-label--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-label--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-label--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-label--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-label--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-label--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-label--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-label--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-label--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-label--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-label--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-label--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-label--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-label--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-label--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-label--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-label--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-label--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-label--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-label--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-label--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-label--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-label--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-label--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-label--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-label--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-label--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-label--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-label--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-label--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-label--text-wrap--wrap {
    white-space: normal;
}

.bf-ui-core-label--text-wrap--no-wrap {
    white-space: nowrap;
}

.bf-ui-core-label .bf-ui-core-rich-text__icon+.bf-ui-core-rich-text__link:not(:has(~ .bf-ui-core-rich-text__link))>a::before {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    vertical-align: bottom;
    width: 100%;
    z-index: 1;
}

.bf-ui-core-label--hidden {
    display: none !important;
}

.bf-ui-core-list-item__disable span {
    color: rgba(0, 0, 0, 0.25);
}

.andes-money-amount {
    align-items: baseline;
    display: flex;
    font-weight: 400;
    line-height: 1.25;
}

.andes-money-amount__currency-symbol,
.andes-money-amount__negative-symbol {
    padding-right: 0.2em;
}

.andes-money-amount--compact {
    line-height: 1;
}

.andes-money-amount--cents-superscript .andes-money-amount__cents {
    align-self: flex-start;
    margin-left: 1px;
}

.andes-money-amount--weight-semibold {
    font-weight: 600;
}

.andes-money-amount--previous {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.andes-money-amount--previous .andes-money-amount__cents,
.andes-money-amount--previous .andes-money-amount__comma,
.andes-money-amount--previous .andes-money-amount__currency-symbol,
.andes-money-amount--previous .andes-money-amount__fraction {
    position: relative;
}

.andes-money-amount--previous .andes-money-amount__cents::after,
.andes-money-amount--previous .andes-money-amount__comma::after,
.andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.andes-money-amount--previous .andes-money-amount__fraction::after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.55);
    content: "";
    left: 0px;
    position: absolute;
    top: 51%;
    width: 100%;
}

.andes-money-amount--previous .andes-money-amount__cents--superscript-16::after,
.andes-money-amount--previous .andes-money-amount__cents--superscript-18::after,
.andes-money-amount--previous .andes-money-amount__cents--superscript-20::after,
.andes-money-amount--previous .andes-money-amount__cents--superscript-24::after {
    top: 45%;
}

.andes-money-amount__suffix {
    color: rgba(0, 0, 0, 0.55);
}

.andes-money-amount .andes-money-amount__suffix-14 {
    font-size: 9px;
    margin-left: 2px;
}

.andes-money-amount .andes-money-amount__suffix-16 {
    font-size: 10px;
    margin-left: 3px;
}

.andes-money-amount .andes-money-amount__suffix-18 {
    font-size: 12px;
    margin-left: 3px;
}

.andes-money-amount .andes-money-amount__suffix-20 {
    font-size: 13px;
    margin-left: 4px;
}

.andes-money-amount .andes-money-amount__suffix-24 {
    font-size: 16px;
    margin-left: 6px;
}

.andes-money-amount .andes-money-amount__suffix-28 {
    font-size: 18px;
    margin-left: 7px;
}

.andes-money-amount .andes-money-amount__suffix-32 {
    font-size: 21px;
    margin-left: 7px;
}

.andes-money-amount .andes-money-amount__suffix-36 {
    font-size: 24px;
    margin-left: 8px;
}

.andes-money-amount .andes-money-amount__suffix-40 {
    font-size: 26px;
    margin-left: 10px;
}

.andes-money-amount .andes-money-amount__suffix-44 {
    font-size: 28px;
    margin-left: 11px;
}

.andes-money-amount .andes-money-amount__suffix-48 {
    font-size: 32px;
    margin-left: 12px;
}

.andes-money-amount .andes-money-amount__suffix-52 {
    font-size: 34px;
    margin-left: 13px;
}

.andes-money-amount .andes-money-amount__suffix-56 {
    font-size: 36px;
    margin-left: 14px;
}

.andes-money-amount .andes-money-amount__suffix-60 {
    font-size: 38px;
    margin-left: 15px;
}

.andes-money-amount .andes-money-amount__logo-12 {
    display: flex;
    height: 9px;
    margin: auto 3px auto 0px;
    width: 9px;
}

.andes-money-amount .andes-money-amount__logo-12 svg {
    height: 9px;
    width: 9px;
}

.andes-money-amount .andes-money-amount__logo-14 {
    display: flex;
    height: 11px;
    margin: auto 3px auto 0px;
    width: 11px;
}

.andes-money-amount .andes-money-amount__logo-14 svg {
    height: 11px;
    width: 11px;
}

.andes-money-amount .andes-money-amount__logo-16 {
    display: flex;
    height: 13px;
    margin: auto 3px auto 0px;
    width: 13px;
}

.andes-money-amount .andes-money-amount__logo-16 svg {
    height: 13px;
    width: 13px;
}

.andes-money-amount .andes-money-amount__logo-18 {
    display: flex;
    height: 15px;
    margin: auto 4px auto 0px;
    width: 15px;
}

.andes-money-amount .andes-money-amount__logo-18 svg {
    height: 15px;
    width: 15px;
}

.andes-money-amount .andes-money-amount__logo-20 {
    display: flex;
    height: 17px;
    margin: auto 4px auto 0px;
    width: 17px;
}

.andes-money-amount .andes-money-amount__logo-20 svg {
    height: 17px;
    width: 17px;
}

.andes-money-amount .andes-money-amount__logo-24 {
    display: flex;
    height: 20px;
    margin: auto 5px auto 0px;
    width: 20px;
}

.andes-money-amount .andes-money-amount__logo-24 svg {
    height: 20px;
    width: 20px;
}

.andes-money-amount .andes-money-amount__logo-28 {
    display: flex;
    height: 22px;
    margin: auto 5px auto 0px;
    width: 22px;
}

.andes-money-amount .andes-money-amount__logo-28 svg {
    height: 22px;
    width: 22px;
}

.andes-money-amount .andes-money-amount__logo-32 {
    display: flex;
    height: 24px;
    margin: auto 5px auto 0px;
    width: 24px;
}

.andes-money-amount .andes-money-amount__logo-32 svg {
    height: 24px;
    width: 24px;
}

.andes-money-amount .andes-money-amount__logo-36 {
    display: flex;
    height: 27px;
    margin: auto 6px auto 0px;
    width: 27px;
}

.andes-money-amount .andes-money-amount__logo-36 svg {
    height: 27px;
    width: 27px;
}

.andes-money-amount .andes-money-amount__logo-40 {
    display: flex;
    height: 28px;
    margin: auto 7px auto 0px;
    width: 28px;
}

.andes-money-amount .andes-money-amount__logo-40 svg {
    height: 28px;
    width: 28px;
}

.andes-money-amount .andes-money-amount__logo-44 {
    display: flex;
    height: 32px;
    margin: auto 8px auto 0px;
    width: 32px;
}

.andes-money-amount .andes-money-amount__logo-44 svg {
    height: 32px;
    width: 32px;
}

.andes-money-amount .andes-money-amount__logo-48 {
    display: flex;
    height: 34px;
    margin: auto 8px auto 0px;
    width: 34px;
}

.andes-money-amount .andes-money-amount__logo-48 svg {
    height: 34px;
    width: 34px;
}

.andes-money-amount .andes-money-amount__logo-52 {
    display: flex;
    height: 38px;
    margin: auto 10px auto 0px;
    width: 38px;
}

.andes-money-amount .andes-money-amount__logo-52 svg {
    height: 38px;
    width: 38px;
}

.andes-money-amount .andes-money-amount__logo-56 {
    display: flex;
    height: 41px;
    margin: auto 10px auto 0px;
    width: 41px;
}

.andes-money-amount .andes-money-amount__logo-56 svg {
    height: 41px;
    width: 41px;
}

.andes-money-amount .andes-money-amount__logo-60 {
    display: flex;
    height: 43px;
    margin: auto 10px auto 0px;
    width: 43px;
}

.andes-money-amount .andes-money-amount__logo-60 svg {
    height: 43px;
    width: 43px;
}

.andes-money-amount__discount {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    font-weight: 400;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-12 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 16px;
    margin: 2px 4px 0px 0px;
    width: 16px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-12 svg {
    height: 16px;
    width: 16px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-14 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 16px;
    margin: 2px 4px 0px 0px;
    width: 16px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-14 svg {
    height: 16px;
    width: 16px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-16 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 16px;
    margin: 2px 4px 0px 0px;
    width: 16px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-16 svg {
    height: 16px;
    width: 16px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-18 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 20px;
    margin: 2px 4px 0px 0px;
    width: 20px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-18 svg {
    height: 20px;
    width: 20px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-20 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 20px;
    margin: 2px 4px 0px 0px;
    width: 20px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-20 svg {
    height: 20px;
    width: 20px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-24 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 24px;
    margin: 2px 4px 0px 0px;
    width: 24px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-24 svg {
    height: 24px;
    width: 24px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-28 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 28px;
    margin: 2px 4px 0px 0px;
    width: 28px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-28 svg {
    height: 28px;
    width: 28px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-32 {
    align-items: center;
    color: rgb(0, 166, 80);
    display: flex;
    height: 32px;
    margin: 2px 4px 0px 0px;
    width: 32px;
}

.andes-money-amount__discount .andes-money-amount__discount-icon-32 svg {
    height: 32px;
    width: 32px;
}

p .andes-money-amount {
    font-weight: inherit;
}

.andes-money-amount-combo {
    display: flex;
    flex-direction: column;
}

.andes-money-amount-combo__main-container {
    align-items: center;
    display: flex;
}

.andes-money-amount-combo__main-container .andes-money-amount__discount {
    margin-left: 4px;
}

[class^="bf-ui-core-rich-text"]:not(:last-child)>* {
    padding-right: 4px;
}

.bf-ui-core-rich-text__discount,
.bf-ui-core-rich-text__price {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.bf-ui-core-rich-text__discount--semibold .andes-money-amount__discount {
    font-weight: 600;
}

.bf-ui-core-rich-text__discount--primary .andes-money-amount__discount,
.bf-ui-core-rich-text__price--primary .andes-money-amount {
    color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-rich-text__discount--primary .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--primary .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--primary .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--primary .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--primary .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--primary .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--primary .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--primary .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-rich-text__discount--secondary .andes-money-amount__discount,
.bf-ui-core-rich-text__price--secondary .andes-money-amount {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-rich-text__discount--secondary .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--secondary .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--secondary .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--secondary .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--secondary .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--secondary .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--secondary .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--secondary .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-rich-text__discount--disabled .andes-money-amount__discount,
.bf-ui-core-rich-text__price--disabled .andes-money-amount {
    color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-rich-text__discount--disabled .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--disabled .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--disabled .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--disabled .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--disabled .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--disabled .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--disabled .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--disabled .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-rich-text__discount--inverted .andes-money-amount__discount,
.bf-ui-core-rich-text__price--inverted .andes-money-amount {
    color: rgb(255, 255, 255);
}

.bf-ui-core-rich-text__discount--inverted .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--inverted .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--inverted .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--inverted .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--inverted .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--inverted .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--inverted .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--inverted .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgb(255, 255, 255);
}

.bf-ui-core-rich-text__discount--link .andes-money-amount__discount,
.bf-ui-core-rich-text__price--link .andes-money-amount {
    color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-rich-text__discount--link .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--link .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--link .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--link .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--link .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--link .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--link .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--link .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-rich-text__discount--negative .andes-money-amount__discount,
.bf-ui-core-rich-text__price--negative .andes-money-amount {
    color: rgb(242, 61, 79);
}

.bf-ui-core-rich-text__discount--negative .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--negative .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--negative .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--negative .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--negative .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--negative .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--negative .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--negative .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgb(242, 61, 79);
}

.bf-ui-core-rich-text__discount--caution .andes-money-amount__discount,
.bf-ui-core-rich-text__price--caution .andes-money-amount {
    color: rgb(255, 119, 51);
}

.bf-ui-core-rich-text__discount--caution .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--caution .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--caution .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--caution .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--caution .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--caution .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--caution .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--caution .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgb(255, 119, 51);
}

.bf-ui-core-rich-text__discount--positive .andes-money-amount__discount,
.bf-ui-core-rich-text__price--positive .andes-money-amount {
    color: rgb(0, 166, 80);
}

.bf-ui-core-rich-text__discount--positive .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--positive .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--positive .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--positive .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--positive .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--positive .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--positive .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--positive .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgb(0, 166, 80);
}

.bf-ui-core-rich-text__discount--melimas900 .andes-money-amount__discount,
.bf-ui-core-rich-text__price--melimas900 .andes-money-amount {
    color: rgb(90, 35, 141);
}

.bf-ui-core-rich-text__discount--melimas900 .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--melimas900 .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--melimas900 .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--melimas900 .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--melimas900 .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--melimas900 .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--melimas900 .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--melimas900 .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: rgb(90, 35, 141);
}

.bf-ui-core-rich-text__discount--cbtlogo .andes-money-amount__discount,
.bf-ui-core-rich-text__price--cbtlogo .andes-money-amount {
    color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-rich-text__discount--cbtlogo .andes-money-amount__discount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__discount--cbtlogo .andes-money-amount__discount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__discount--cbtlogo .andes-money-amount__discount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__discount--cbtlogo .andes-money-amount__discount--previous .andes-money-amount__fraction::after,
.bf-ui-core-rich-text__price--cbtlogo .andes-money-amount--previous .andes-money-amount__cents::after,
.bf-ui-core-rich-text__price--cbtlogo .andes-money-amount--previous .andes-money-amount__comma::after,
.bf-ui-core-rich-text__price--cbtlogo .andes-money-amount--previous .andes-money-amount__currency-symbol::after,
.bf-ui-core-rich-text__price--cbtlogo .andes-money-amount--previous .andes-money-amount__fraction::after {
    border-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-rich-text__icon {
    line-height: 0px;
}

.bf-ui-core-rich-text__icon--image {
    display: inline-flex;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.bf-ui-core-rich-text__link {
    cursor: pointer;
    line-height: 0px;
    width: max-content;
}

.bf-ui-core-rich-text__link--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-rich-text__link--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-rich-text__link--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-rich-text__link--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-rich-text__link--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-rich-text__link--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-rich-text__link--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-rich-text__link--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-rich-text__link--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-rich-text__link--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-rich-text__link--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-rich-text__link--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-rich-text__link--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-rich-text__link--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-rich-text__link--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-rich-text__link--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-rich-text__link--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-rich-text__link--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-rich-text__link--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-rich-text__link--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-rich-text__link--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-rich-text__link--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-rich-text__link--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-rich-text__link--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-rich-text__link--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-rich-text__link--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-rich-text__link--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-rich-text__link--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-rich-text__link--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-rich-text__link--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-rich-text__link--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-rich-text__link--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-rich-text__link--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-rich-text__link--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-rich-text__link--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-rich-text__link--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-rich-text__link--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-rich-text__link--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-rich-text__link--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-rich-text__link--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-rich-text__link--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-rich-text__link--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-rich-text__link--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-rich-text__link--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-rich-text__link--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-rich-text__link--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-rich-text__link--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-rich-text__link--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-rich-text__link--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-rich-text__link--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-rich-text__link--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-rich-text__link--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-rich-text__link--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-rich-text__link--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-rich-text__link--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-rich-text__link--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-rich-text__link--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-rich-text__link--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-rich-text__link--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-rich-text__link--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-rich-text__link--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-rich-text__link--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-rich-text__link--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-rich-text__link--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-rich-text__link--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-rich-text__link--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-rich-text__link--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-rich-text__link--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-rich-text__link--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-rich-text__link--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-rich-text__link--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-rich-text__link--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-rich-text__link--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-rich-text__link--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-rich-text__link--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-rich-text__link--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-rich-text__link--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-rich-text__link--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-rich-text__link--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-rich-text__link--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-rich-text__link--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-rich-text__link--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-rich-text__link--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-rich-text__link--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-rich-text__link--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-rich-text__link--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-rich-text__link--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-rich-text__link--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-rich-text__link--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-rich-text__link--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-rich-text__link--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-rich-text__link--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-rich-text__link--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-rich-text__link--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-rich-text__link--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-rich-text__link--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-rich-text__link--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-rich-text__link--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-rich-text__link--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-rich-text__link--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-rich-text__link--flex {
    display: flex;
}

.bf-ui-core-rich-text__link--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-rich-text__link--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-rich-text__link--flex-align--center {
    align-items: center;
}

.bf-ui-core-rich-text__link--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-rich-text__link--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-rich-text__link--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-rich-text__link--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-rich-text__link--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-rich-text__link--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-rich-text__link--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-rich-text__link--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-rich-text__link--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-rich-text__link--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-rich-text__link--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-rich-text__link--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-rich-text__link--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-rich-text__link--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-rich-text__link--flex-height--auto {
    height: auto;
}

.bf-ui-core-rich-text__link--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-rich-text__link--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-rich-text__link--flex-width--auto {
    width: auto;
}

.bf-ui-core-rich-text__link--background-primary {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-rich-text__link--background-secondary {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-rich-text__link--background-disabled {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-rich-text__link--background-inverted {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-rich-text__link--background-link {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-rich-text__link--background-negative {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-rich-text__link--background-caution {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-rich-text__link--background-positive {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-rich-text__link--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-rich-text__link--background-cbtlogo {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-rich-text__link--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-rich-text__link--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-rich-text__link--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-rich-text__link--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-rich-text__link--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-rich-text__link--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-rich-text__link--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-rich-text__link--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-rich-text__link--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-rich-text__link--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-rich-text__link--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-rich-text__link--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-rich-text__link--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-rich-text__link--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-rich-text__link--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-rich-text__link--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-rich-text__link--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-rich-text__link--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-rich-text__link--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-rich-text__link--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-rich-text__link--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-rich-text__link--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-rich-text__link--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-rich-text__link--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-rich-text__link--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-rich-text__link--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-rich-text__link--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-rich-text__link--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-rich-text__link--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-rich-text__link--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-rich-text__link--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-rich-text__link--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-rich-text__link--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-rich-text__link--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-rich-text__link--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-rich-text__link--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-rich-text__link--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-rich-text__link--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-rich-text__link--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-rich-text__link--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-rich-text__link--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-rich-text__link--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-rich-text__link--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-rich-text__link--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-rich-text__link--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-rich-text__link--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-rich-text__link--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-rich-text__link--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-rich-text__link--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-rich-text__link--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-rich-text__link--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-rich-text__link--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-rich-text__link--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-rich-text__link--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-rich-text__link--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-rich-text__link--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-rich-text__link--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-rich-text__link--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-rich-text__link--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-rich-text__link--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-rich-text__link--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-rich-text__link--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-rich-text__link--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-rich-text__link--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-rich-text__link--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-rich-text__link--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-rich-text__link--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-rich-text__link--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-rich-text__link--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-rich-text__link--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-rich-text__link--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-rich-text__link--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-rich-text__link--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-rich-text__link--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-rich-text__link--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-rich-text__link--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-rich-text__link--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-rich-text__link--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-rich-text__link--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-rich-text__link--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-rich-text__link--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-rich-text__link--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-rich-text__link--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-rich-text__link--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-rich-text__link--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-rich-text__link--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-rich-text__link--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-rich-text__link--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-rich-text__link--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-rich-text__link--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-rich-text__link--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-rich-text__link--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-rich-text__link--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-rich-text__link--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-rich-text__link--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-rich-text__link--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-rich-text__link--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-rich-text__link--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-rich-text__link--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-rich-text__link--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-rich-text__link--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-rich-text__link--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-rich-text__link--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-rich-text__link--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-rich-text__link--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-rich-text__link--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-rich-text__link--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-rich-text__link--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-rich-text__link--remove-space .andes-typography {
    padding-right: 0px;
}

.bf-ui-core-rich-text__body {
    display: flex;
}

.bf-ui-core-rich-text__body--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-rich-text__body--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-rich-text__body--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-rich-text__body--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-rich-text__body--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-rich-text__body--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-rich-text__body--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-rich-text__body--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-rich-text__body--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-rich-text__body--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-rich-text__body--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-rich-text__body--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-rich-text__body--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-rich-text__body--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-rich-text__body--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-rich-text__body--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-rich-text__body--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-rich-text__body--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-rich-text__body--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-rich-text__body--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-rich-text__body--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-rich-text__body--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-rich-text__body--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-rich-text__body--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-rich-text__body--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-rich-text__body--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-rich-text__body--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-rich-text__body--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-rich-text__body--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-rich-text__body--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-rich-text__body--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-rich-text__body--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-rich-text__body--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-rich-text__body--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-rich-text__body--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-rich-text__body--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-rich-text__body--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-rich-text__body--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-rich-text__body--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-rich-text__body--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-rich-text__body--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-rich-text__body--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-rich-text__body--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-rich-text__body--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-rich-text__body--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-rich-text__body--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-rich-text__body--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-rich-text__body--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-rich-text__body--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-rich-text__body--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-rich-text__body--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-rich-text__body--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-rich-text__body--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-rich-text__body--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-rich-text__body--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-rich-text__body--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-rich-text__body--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-rich-text__body--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-rich-text__body--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-rich-text__body--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-rich-text__body--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-rich-text__body--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-rich-text__body--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-rich-text__body--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-rich-text__body--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-rich-text__body--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-rich-text__body--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-rich-text__body--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-rich-text__body--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-rich-text__body--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-rich-text__body--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-rich-text__body--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-rich-text__body--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-rich-text__body--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-rich-text__body--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-rich-text__body--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-rich-text__body--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-rich-text__body--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-rich-text__body--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-rich-text__body--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-rich-text__body--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-rich-text__body--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-rich-text__body--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-rich-text__body--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-rich-text__body--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-rich-text__body--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-rich-text__body--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-rich-text__body--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-rich-text__body--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-rich-text__body--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-rich-text__body--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-rich-text__body--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-rich-text__body--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-rich-text__body--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-rich-text__body--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-rich-text__body--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-rich-text__body--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-rich-text__body--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-rich-text__body--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-rich-text__body--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-rich-text__body--flex {
    display: flex;
}

.bf-ui-core-rich-text__body--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-rich-text__body--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-rich-text__body--flex-align--center {
    align-items: center;
}

.bf-ui-core-rich-text__body--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-rich-text__body--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-rich-text__body--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-rich-text__body--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-rich-text__body--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-rich-text__body--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-rich-text__body--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-rich-text__body--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-rich-text__body--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-rich-text__body--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-rich-text__body--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-rich-text__body--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-rich-text__body--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-rich-text__body--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-rich-text__body--flex-height--auto {
    height: auto;
}

.bf-ui-core-rich-text__body--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-rich-text__body--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-rich-text__body--flex-width--auto {
    width: auto;
}

.bf-ui-core-rich-text__body--background-primary {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-rich-text__body--background-secondary {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-rich-text__body--background-disabled {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-rich-text__body--background-inverted {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-rich-text__body--background-link {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-rich-text__body--background-negative {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-rich-text__body--background-caution {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-rich-text__body--background-positive {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-rich-text__body--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-rich-text__body--background-cbtlogo {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-rich-text__body--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-rich-text__body--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-rich-text__body--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-rich-text__body--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-rich-text__body--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-rich-text__body--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-rich-text__body--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-rich-text__body--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-rich-text__body--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-rich-text__body--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-rich-text__body--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-rich-text__body--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-rich-text__body--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-rich-text__body--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-rich-text__body--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-rich-text__body--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-rich-text__body--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-rich-text__body--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-rich-text__body--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-rich-text__body--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-rich-text__body--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-rich-text__body--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-rich-text__body--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-rich-text__body--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-rich-text__body--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-rich-text__body--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-rich-text__body--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-rich-text__body--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-rich-text__body--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-rich-text__body--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-rich-text__body--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-rich-text__body--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-rich-text__body--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-rich-text__body--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-rich-text__body--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-rich-text__body--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-rich-text__body--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-rich-text__body--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-rich-text__body--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-rich-text__body--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-rich-text__body--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-rich-text__body--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-rich-text__body--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-rich-text__body--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-rich-text__body--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-rich-text__body--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-rich-text__body--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-rich-text__body--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-rich-text__body--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-rich-text__body--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-rich-text__body--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-rich-text__body--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-rich-text__body--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-rich-text__body--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-rich-text__body--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-rich-text__body--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-rich-text__body--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-rich-text__body--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-rich-text__body--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-rich-text__body--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-rich-text__body--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-rich-text__body--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-rich-text__body--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-rich-text__body--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-rich-text__body--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-rich-text__body--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-rich-text__body--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-rich-text__body--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-rich-text__body--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-rich-text__body--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-rich-text__body--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-rich-text__body--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-rich-text__body--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-rich-text__body--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-rich-text__body--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-rich-text__body--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-rich-text__body--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-rich-text__body--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-rich-text__body--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-rich-text__body--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-rich-text__body--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-rich-text__body--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-rich-text__body--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-rich-text__body--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-rich-text__body--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-rich-text__body--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-rich-text__body--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-rich-text__body--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-rich-text__body--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-rich-text__body--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-rich-text__body--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-rich-text__body--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-rich-text__body--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-rich-text__body--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-rich-text__body--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-rich-text__body--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-rich-text__body--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-rich-text__body--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-rich-text__body--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-rich-text__body--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-rich-text__body--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-rich-text__body--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-rich-text__body--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-rich-text__body--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-rich-text__body--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-rich-text__body--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-rich-text__body--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-rich-text__body--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-rich-text__body--ellipsis.bf-ui-core-rich-text__body {
    display: grid;
}

.bf-ui-core-rich-text__body--ellipsis.bf-ui-core-rich-text__body span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bf-ui-core-rich-text__body--bodyxxs .andes-typography--size-xxs {
    font-size: 10px !important;
}

.bf-ui-core-rich-text__body--bodyxl .andes-typography.andes-typography--size-xl {
    font-size: 24px;
}

.bf-ui-core-rich-text__body--italic {
    font-style: italic;
}

.bf-ui-core-rich-text__body--bold .andes-typography.andes-typography--weight-bold {
    font-weight: 700;
}

.bf-ui-core-rich-text__body--light .andes-typography.andes-typography--weight-light {
    font-weight: 300;
}

.bf-ui-core-rich-text__body--cbtlogo .andes-typography.andes-typography--color-cbtlogo {
    color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-rich-text__body--melimas900 {
    color: rgb(90, 35, 141);
}

.bf-ui-core-rich-text__body .andes-typography--size-m.andes-typography--type-body {
    line-height: 1.2;
}

.bf-ui-core-rich-text__body--remove-space .andes-typography {
    padding-right: 0px;
}

.bf-ui-core-rich-text__title--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-rich-text__title--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-rich-text__title--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-rich-text__title--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-rich-text__title--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-rich-text__title--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-rich-text__title--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-rich-text__title--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-rich-text__title--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-rich-text__title--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-rich-text__title--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-rich-text__title--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-rich-text__title--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-rich-text__title--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-rich-text__title--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-rich-text__title--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-rich-text__title--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-rich-text__title--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-rich-text__title--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-rich-text__title--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-rich-text__title--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-rich-text__title--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-rich-text__title--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-rich-text__title--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-rich-text__title--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-rich-text__title--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-rich-text__title--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-rich-text__title--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-rich-text__title--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-rich-text__title--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-rich-text__title--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-rich-text__title--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-rich-text__title--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-rich-text__title--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-rich-text__title--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-rich-text__title--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-rich-text__title--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-rich-text__title--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-rich-text__title--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-rich-text__title--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-rich-text__title--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-rich-text__title--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-rich-text__title--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-rich-text__title--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-rich-text__title--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-rich-text__title--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-rich-text__title--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-rich-text__title--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-rich-text__title--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-rich-text__title--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-rich-text__title--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-rich-text__title--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-rich-text__title--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-rich-text__title--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-rich-text__title--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-rich-text__title--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-rich-text__title--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-rich-text__title--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-rich-text__title--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-rich-text__title--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-rich-text__title--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-rich-text__title--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-rich-text__title--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-rich-text__title--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-rich-text__title--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-rich-text__title--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-rich-text__title--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-rich-text__title--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-rich-text__title--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-rich-text__title--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-rich-text__title--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-rich-text__title--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-rich-text__title--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-rich-text__title--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-rich-text__title--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-rich-text__title--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-rich-text__title--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-rich-text__title--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-rich-text__title--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-rich-text__title--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-rich-text__title--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-rich-text__title--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-rich-text__title--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-rich-text__title--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-rich-text__title--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-rich-text__title--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-rich-text__title--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-rich-text__title--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-rich-text__title--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-rich-text__title--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-rich-text__title--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-rich-text__title--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-rich-text__title--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-rich-text__title--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-rich-text__title--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-rich-text__title--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-rich-text__title--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-rich-text__title--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-rich-text__title--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-rich-text__title--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-rich-text__title--flex {
    display: flex;
}

.bf-ui-core-rich-text__title--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-rich-text__title--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-rich-text__title--flex-align--center {
    align-items: center;
}

.bf-ui-core-rich-text__title--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-rich-text__title--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-rich-text__title--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-rich-text__title--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-rich-text__title--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-rich-text__title--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-rich-text__title--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-rich-text__title--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-rich-text__title--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-rich-text__title--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-rich-text__title--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-rich-text__title--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-rich-text__title--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-rich-text__title--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-rich-text__title--flex-height--auto {
    height: auto;
}

.bf-ui-core-rich-text__title--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-rich-text__title--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-rich-text__title--flex-width--auto {
    width: auto;
}

.bf-ui-core-rich-text__title--background-primary {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-rich-text__title--background-secondary {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-rich-text__title--background-disabled {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-rich-text__title--background-inverted {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-rich-text__title--background-link {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.bf-ui-core-rich-text__title--background-negative {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-rich-text__title--background-caution {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-rich-text__title--background-positive {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-rich-text__title--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-rich-text__title--background-cbtlogo {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-rich-text__title--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-rich-text__title--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-rich-text__title--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-rich-text__title--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-rich-text__title--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-rich-text__title--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-rich-text__title--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-rich-text__title--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-rich-text__title--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-rich-text__title--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-rich-text__title--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-rich-text__title--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-rich-text__title--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-rich-text__title--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-rich-text__title--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-rich-text__title--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-rich-text__title--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-rich-text__title--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-rich-text__title--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-rich-text__title--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-rich-text__title--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-rich-text__title--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-rich-text__title--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-rich-text__title--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-rich-text__title--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-rich-text__title--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-rich-text__title--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-rich-text__title--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-rich-text__title--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-rich-text__title--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-rich-text__title--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-rich-text__title--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-rich-text__title--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-rich-text__title--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-rich-text__title--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-rich-text__title--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-rich-text__title--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-rich-text__title--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-rich-text__title--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-rich-text__title--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-rich-text__title--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-rich-text__title--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-rich-text__title--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-rich-text__title--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-rich-text__title--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-rich-text__title--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-rich-text__title--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-rich-text__title--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-rich-text__title--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-rich-text__title--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-rich-text__title--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-rich-text__title--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-rich-text__title--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-rich-text__title--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-rich-text__title--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-rich-text__title--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-rich-text__title--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-rich-text__title--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-rich-text__title--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-rich-text__title--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-rich-text__title--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-rich-text__title--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-rich-text__title--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-rich-text__title--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-rich-text__title--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-rich-text__title--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-rich-text__title--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-rich-text__title--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-rich-text__title--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-rich-text__title--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-rich-text__title--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-rich-text__title--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-rich-text__title--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-rich-text__title--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-rich-text__title--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-rich-text__title--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-rich-text__title--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-rich-text__title--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-rich-text__title--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-rich-text__title--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-rich-text__title--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-rich-text__title--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-rich-text__title--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-rich-text__title--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-rich-text__title--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-rich-text__title--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-rich-text__title--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-rich-text__title--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-rich-text__title--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-rich-text__title--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-rich-text__title--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-rich-text__title--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-rich-text__title--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-rich-text__title--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-rich-text__title--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-rich-text__title--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-rich-text__title--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-rich-text__title--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-rich-text__title--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-rich-text__title--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-rich-text__title--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-rich-text__title--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-rich-text__title--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-rich-text__title--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-rich-text__title--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-rich-text__title--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-rich-text__title--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-rich-text__title--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

@media screen and (max-width: 280px) {
    .bf-ui-core-rich-text__link {
        cursor: pointer;
        margin-left: 4px;
        width: 100%;
    }
}

.andes-thumbnail-multiple.bf-ui-core-thumbnail-multiple--background-white {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.andes-thumbnail-multiple.bf-ui-core-thumbnail-multiple .andes-thumbnail-container .andes-thumbnail-multiple--overflow {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-separator {
    border: 0px;
    box-sizing: border-box;
    height: 1px;
    margin: 0px;
    width: 100%;
}

.bf-ui-core-separator--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-separator--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-separator--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-separator--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-separator--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-separator--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-separator--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-separator--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-separator--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-separator--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-separator--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-separator--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-separator--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-separator--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-separator--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-separator--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-separator--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-separator--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-separator--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-separator--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-separator--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-separator--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-separator--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-separator--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-separator--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-separator--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-separator--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-separator--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-separator--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-separator--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-separator--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-separator--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-separator--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-separator--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-separator--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-separator--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-separator--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-separator--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-separator--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-separator--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-separator--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-separator--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-separator--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-separator--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-separator--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-separator--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-separator--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-separator--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-separator--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-separator--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-separator--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-separator--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-separator--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-separator--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-separator--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-separator--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-separator--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-separator--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-separator--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-separator--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-separator--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-separator--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-separator--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-separator--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-separator--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-separator--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-separator--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-separator--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-separator--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-separator--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-separator--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-separator--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-separator--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-separator--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-separator--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-separator--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-separator--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-separator--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-separator--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-separator--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-separator--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-separator--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-separator--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-separator--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-separator--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-separator--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-separator--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-separator--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-separator--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-separator--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-separator--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-separator--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-separator--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-separator--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-separator--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-separator--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-separator--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-separator--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-separator--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-separator--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-separator--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-separator--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-separator--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-separator--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-separator--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-separator--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-separator--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-separator--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-separator--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-separator--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-separator--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-separator--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-separator--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-separator--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-separator--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-separator--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-separator--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-separator--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-separator--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-separator--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-separator--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-separator--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-separator--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-separator--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-separator--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-separator--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-separator--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-separator--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-separator--flex {
    display: flex;
}

.bf-ui-core-separator--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-separator--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-separator--flex-align--center {
    align-items: center;
}

.bf-ui-core-separator--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-separator--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-separator--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-separator--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-separator--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-separator--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-separator--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-separator--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-separator--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-separator--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-separator--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-separator--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-separator--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-separator--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-separator--flex-height--auto {
    height: auto;
}

.bf-ui-core-separator--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-separator--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-separator--flex-width--auto {
    width: auto;
}

.bf-ui-core-separator--background-transparent {
    background-color: transparent;
}

.bf-ui-core-separator--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-separator--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-separator--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-separator--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-separator--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-separator--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-separator--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-separator--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-separator--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-separator--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-separator--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-separator--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-separator--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-separator--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-separator--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-separator--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-separator--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-separator--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-separator--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-separator--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-separator--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-separator--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-separator--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-separator--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-separator--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-separator--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-separator--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-separator--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-separator--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-separator--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-separator--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-separator--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-separator--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-separator--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-separator--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-separator--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-separator--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-separator--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-separator--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-separator--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-separator--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-separator--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-separator--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-separator--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-separator--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-separator--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-separator--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-separator--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-separator--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-separator--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-separator--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-separator--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-separator--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-separator--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-separator--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-separator--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-separator--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-separator--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-separator--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-separator--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-separator--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-separator--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-separator--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-separator--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-separator--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-separator--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-separator--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-separator--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-separator--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-separator--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-separator--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-separator--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-separator--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-separator--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-separator--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-separator--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-separator--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-separator--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-separator--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-separator--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-separator--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-separator--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-separator--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-separator--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-separator--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-separator--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-separator--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-separator--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-separator--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-separator--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-separator--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-separator--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-separator--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-separator--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-separator--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-separator--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-separator--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-separator--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-separator--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-separator--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-separator--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-separator--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-separator--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-separator--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-separator--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-separator--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-separator--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-separator--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-separator--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-separator--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-separator--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-separator--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-separator--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-separator--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-separator--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-separator--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-separator--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-separator--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-separator--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-separator--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-separator--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-separator--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-separator--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-separator--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-separator--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-separator--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-separator--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-separator--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-separator--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-separator--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-separator--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-separator--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-separator--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-separator--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-separator--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-separator--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-separator--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-separator--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-separator--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-separator--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-separator--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-separator--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-separator--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-separator--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-separator--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-separator--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-separator--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-separator--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-separator--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-separator--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-separator--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-separator--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-separator--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-separator--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-separator--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-separator--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-separator--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-separator--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-separator--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-separator--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-separator--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-separator--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-separator--vertical {
    display: inline-block;
    width: 1px;
}

.bf-ui-core-separator--height-spacing1 {
    height: 1px;
}

.bf-ui-core-separator--height-spacing2 {
    height: 2px;
}

.bf-ui-core-separator--height-spacing3 {
    height: 3px;
}

.bf-ui-core-separator--height-spacing4 {
    height: 4px;
}

.bf-ui-core-separator--height-spacing5 {
    height: 5px;
}

.bf-ui-core-separator--height-spacing6 {
    height: 6px;
}

.bf-ui-core-separator--height-spacing7 {
    height: 7px;
}

.bf-ui-core-separator--height-spacing8 {
    height: 8px;
}

.bf-ui-core-separator--height-spacing9 {
    height: 9px;
}

.bf-ui-core-separator--height-spacing10 {
    height: 10px;
}

.bf-ui-core-separator--height-spacing11 {
    height: 11px;
}

.bf-ui-core-separator--height-spacing12 {
    height: 12px;
}

.bf-ui-core-separator--height-spacing13 {
    height: 13px;
}

.bf-ui-core-separator--height-spacing14 {
    height: 14px;
}

.bf-ui-core-separator--height-spacing15 {
    height: 15px;
}

.bf-ui-core-separator--height-spacing16 {
    height: 16px;
}

.bf-ui-core-separator--height-spacing17 {
    height: 17px;
}

.bf-ui-core-separator--height-spacing18 {
    height: 18px;
}

.bf-ui-core-separator--height-spacing19 {
    height: 19px;
}

.bf-ui-core-separator--height-spacing20 {
    height: 20px;
}

.bf-ui-core-separator--height-spacing21 {
    height: 21px;
}

.bf-ui-core-separator--height-spacing22 {
    height: 22px;
}

.bf-ui-core-separator--height-spacing23 {
    height: 23px;
}

.bf-ui-core-separator--height-spacing24 {
    height: 24px;
}

.bf-ui-core-separator--height-spacing25 {
    height: 25px;
}

.bf-ui-core-separator--height-spacing26 {
    height: 26px;
}

.bf-ui-core-separator--height-spacing27 {
    height: 27px;
}

.bf-ui-core-separator--height-spacing28 {
    height: 28px;
}

.bf-ui-core-separator--height-spacing29 {
    height: 29px;
}

.bf-ui-core-separator--height-spacing30 {
    height: 30px;
}

.bf-ui-core-separator--height-spacing31 {
    height: 31px;
}

.bf-ui-core-separator--height-spacing32 {
    height: 32px;
}

.bf-ui-core-separator--height-spacing33 {
    height: 33px;
}

.bf-ui-core-separator--height-spacing34 {
    height: 34px;
}

.bf-ui-core-separator--height-spacing35 {
    height: 35px;
}

.bf-ui-core-separator--height-spacing36 {
    height: 36px;
}

.bf-ui-core-separator--height-spacing37 {
    height: 37px;
}

.bf-ui-core-separator--height-spacing38 {
    height: 38px;
}

.bf-ui-core-separator--height-spacing39 {
    height: 39px;
}

.bf-ui-core-separator--height-spacing40 {
    height: 40px;
}

.bf-ui-core-separator--height-spacing41 {
    height: 41px;
}

.bf-ui-core-separator--height-spacing42 {
    height: 42px;
}

.bf-ui-core-separator--height-spacing43 {
    height: 43px;
}

.bf-ui-core-separator--height-spacing44 {
    height: 44px;
}

.bf-ui-core-separator--height-spacing45 {
    height: 45px;
}

.bf-ui-core-separator--height-spacing46 {
    height: 46px;
}

.bf-ui-core-separator--height-spacing47 {
    height: 47px;
}

.bf-ui-core-separator--height-spacing48 {
    height: 48px;
}

.bf-ui-core-separator--height-spacing49 {
    height: 49px;
}

.bf-ui-core-separator--height-spacing50 {
    height: 50px;
}

.bf-ui-core-separator--height-spacing51 {
    height: 51px;
}

.bf-ui-core-separator--height-spacing52 {
    height: 52px;
}

.bf-ui-core-separator--height-spacing53 {
    height: 53px;
}

.bf-ui-core-separator--height-spacing54 {
    height: 54px;
}

.bf-ui-core-separator--height-spacing55 {
    height: 55px;
}

.bf-ui-core-separator--height-spacing56 {
    height: 56px;
}

.bf-ui-core-separator--height-spacing57 {
    height: 57px;
}

.bf-ui-core-separator--height-spacing58 {
    height: 58px;
}

.bf-ui-core-separator--height-spacing59 {
    height: 59px;
}

.bf-ui-core-separator--height-spacing60 {
    height: 60px;
}

.bf-ui-core-separator--height-spacing61 {
    height: 61px;
}

.bf-ui-core-separator--height-spacing62 {
    height: 62px;
}

.bf-ui-core-separator--height-spacing63 {
    height: 63px;
}

.bf-ui-core-separator--height-spacing64 {
    height: 64px;
}

.bf-ui-core-separator--height-spacing65 {
    height: 65px;
}

.bf-ui-core-separator--height-spacing66 {
    height: 66px;
}

.bf-ui-core-separator--height-spacing67 {
    height: 67px;
}

.bf-ui-core-separator--height-spacing68 {
    height: 68px;
}

.bf-ui-core-separator--height-spacing69 {
    height: 69px;
}

.bf-ui-core-separator--height-spacing70 {
    height: 70px;
}

.bf-ui-core-separator--height-spacing71 {
    height: 71px;
}

.bf-ui-core-separator--height-spacing72 {
    height: 72px;
}

.bf-ui-core-separator--height-spacing73 {
    height: 73px;
}

.bf-ui-core-separator--height-spacing74 {
    height: 74px;
}

.bf-ui-core-separator--height-spacing75 {
    height: 75px;
}

.bf-ui-core-separator--height-spacing76 {
    height: 76px;
}

.bf-ui-core-separator--height-spacing77 {
    height: 77px;
}

.bf-ui-core-separator--height-spacing78 {
    height: 78px;
}

.bf-ui-core-separator--height-spacing79 {
    height: 79px;
}

.bf-ui-core-separator--height-spacing80 {
    height: 80px;
}

.bf-ui-core-separator--height-spacing81 {
    height: 81px;
}

.bf-ui-core-separator--height-spacing82 {
    height: 82px;
}

.bf-ui-core-separator--height-spacing83 {
    height: 83px;
}

.bf-ui-core-separator--height-spacing84 {
    height: 84px;
}

.bf-ui-core-separator--height-spacing85 {
    height: 85px;
}

.bf-ui-core-separator--height-spacing86 {
    height: 86px;
}

.bf-ui-core-separator--height-spacing87 {
    height: 87px;
}

.bf-ui-core-separator--height-spacing88 {
    height: 88px;
}

.bf-ui-core-separator--height-spacing89 {
    height: 89px;
}

.bf-ui-core-separator--height-spacing90 {
    height: 90px;
}

.bf-ui-core-separator--height-spacing91 {
    height: 91px;
}

.bf-ui-core-separator--height-spacing92 {
    height: 92px;
}

.bf-ui-core-separator--height-spacing93 {
    height: 93px;
}

.bf-ui-core-separator--height-spacing94 {
    height: 94px;
}

.bf-ui-core-separator--height-spacing95 {
    height: 95px;
}

.bf-ui-core-separator--height-spacing96 {
    height: 96px;
}

.bf-ui-core-separator--height-spacing97 {
    height: 97px;
}

.bf-ui-core-separator--height-spacing98 {
    height: 98px;
}

.bf-ui-core-separator--height-spacing99 {
    height: 99px;
}

.bf-ui-core-separator--height-spacing100 {
    height: 100px;
}

.bf-ui-core-separator--height-spacing101 {
    height: 101px;
}

.bf-ui-core-separator--height-spacing102 {
    height: 102px;
}

.bf-ui-core-separator--height-spacing103 {
    height: 103px;
}

.bf-ui-core-separator--height-spacing104 {
    height: 104px;
}

.bf-ui-core-separator--height-spacing105 {
    height: 105px;
}

.bf-ui-core-separator--height-spacing106 {
    height: 106px;
}

.bf-ui-core-separator--height-spacing107 {
    height: 107px;
}

.bf-ui-core-separator--height-spacing108 {
    height: 108px;
}

.bf-ui-core-separator--height-spacing109 {
    height: 109px;
}

.bf-ui-core-separator--height-spacing110 {
    height: 110px;
}

.bf-ui-core-separator--height-spacing111 {
    height: 111px;
}

.bf-ui-core-separator--height-spacing112 {
    height: 112px;
}

.bf-ui-core-separator--height-spacing113 {
    height: 113px;
}

.bf-ui-core-separator--height-spacing114 {
    height: 114px;
}

.bf-ui-core-separator--height-spacing115 {
    height: 115px;
}

.bf-ui-core-separator--height-spacing116 {
    height: 116px;
}

.bf-ui-core-separator--height-spacing117 {
    height: 117px;
}

.bf-ui-core-separator--height-spacing118 {
    height: 118px;
}

.bf-ui-core-separator--height-spacing119 {
    height: 119px;
}

.bf-ui-core-separator--height-spacing120 {
    height: 120px;
}

.bf-ui-core-separator--height-spacing121 {
    height: 121px;
}

.bf-ui-core-separator--height-spacing122 {
    height: 122px;
}

.bf-ui-core-separator--height-spacing123 {
    height: 123px;
}

.bf-ui-core-separator--height-spacing124 {
    height: 124px;
}

.bf-ui-core-separator--height-spacing125 {
    height: 125px;
}

.bf-ui-core-separator--height-spacing126 {
    height: 126px;
}

.bf-ui-core-separator--height-spacing127 {
    height: 127px;
}

.bf-ui-core-separator--height-spacing128 {
    height: 128px;
}

.bf-ui-core-separator--height-spacing129 {
    height: 129px;
}

.bf-ui-core-separator--height-spacing130 {
    height: 130px;
}

.bf-ui-core-separator--height-spacing131 {
    height: 131px;
}

.bf-ui-core-separator--height-spacing132 {
    height: 132px;
}

.bf-ui-core-separator--height-spacing133 {
    height: 133px;
}

.bf-ui-core-separator--height-spacing134 {
    height: 134px;
}

.bf-ui-core-separator--height-spacing135 {
    height: 135px;
}

.bf-ui-core-separator--height-spacing136 {
    height: 136px;
}

.bf-ui-core-separator--height-spacing137 {
    height: 137px;
}

.bf-ui-core-separator--height-spacing138 {
    height: 138px;
}

.bf-ui-core-separator--height-spacing139 {
    height: 139px;
}

.bf-ui-core-separator--height-spacing140 {
    height: 140px;
}

.bf-ui-core-separator--height-spacing141 {
    height: 141px;
}

.bf-ui-core-separator--height-spacing142 {
    height: 142px;
}

.bf-ui-core-separator--height-spacing143 {
    height: 143px;
}

.bf-ui-core-separator--height-spacing144 {
    height: 144px;
}

.bf-ui-core-separator--height-spacing145 {
    height: 145px;
}

.bf-ui-core-separator--height-spacing146 {
    height: 146px;
}

.bf-ui-core-separator--height-spacing147 {
    height: 147px;
}

.bf-ui-core-separator--height-spacing148 {
    height: 148px;
}

.bf-ui-core-separator--height-spacing149 {
    height: 149px;
}

.bf-ui-core-separator--height-spacing150 {
    height: 150px;
}

.bf-ui-core-separator--height-spacing151 {
    height: 151px;
}

.bf-ui-core-separator--height-spacing152 {
    height: 152px;
}

.bf-ui-core-separator--height-spacing153 {
    height: 153px;
}

.bf-ui-core-separator--height-spacing154 {
    height: 154px;
}

.bf-ui-core-separator--height-spacing155 {
    height: 155px;
}

.bf-ui-core-separator--height-spacing156 {
    height: 156px;
}

.bf-ui-core-separator--height-spacing157 {
    height: 157px;
}

.bf-ui-core-separator--height-spacing158 {
    height: 158px;
}

.bf-ui-core-separator--height-spacing159 {
    height: 159px;
}

.bf-ui-core-separator--height-spacing160 {
    height: 160px;
}

.bf-ui-core-separator--height-spacing161 {
    height: 161px;
}

.bf-ui-core-separator--height-spacing162 {
    height: 162px;
}

.bf-ui-core-separator--height-spacing163 {
    height: 163px;
}

.bf-ui-core-separator--height-spacing164 {
    height: 164px;
}

.bf-ui-core-separator--height-spacing165 {
    height: 165px;
}

.bf-ui-core-separator--height-spacing166 {
    height: 166px;
}

.bf-ui-core-separator--height-spacing167 {
    height: 167px;
}

.bf-ui-core-separator--height-spacing168 {
    height: 168px;
}

.bf-ui-core-separator--height-spacing169 {
    height: 169px;
}

.bf-ui-core-separator--height-spacing170 {
    height: 170px;
}

.bf-ui-core-separator--height-spacing171 {
    height: 171px;
}

.bf-ui-core-separator--height-spacing172 {
    height: 172px;
}

.bf-ui-core-separator--height-spacing173 {
    height: 173px;
}

.bf-ui-core-separator--height-spacing174 {
    height: 174px;
}

.bf-ui-core-separator--height-spacing175 {
    height: 175px;
}

.bf-ui-core-separator--height-spacing176 {
    height: 176px;
}

.bf-ui-core-separator--height-spacing177 {
    height: 177px;
}

.bf-ui-core-separator--height-spacing178 {
    height: 178px;
}

.bf-ui-core-separator--height-spacing179 {
    height: 179px;
}

.bf-ui-core-separator--height-spacing180 {
    height: 180px;
}

.bf-ui-core-separator--height-spacing181 {
    height: 181px;
}

.bf-ui-core-separator--height-spacing182 {
    height: 182px;
}

.bf-ui-core-separator--height-spacing183 {
    height: 183px;
}

.bf-ui-core-separator--height-spacing184 {
    height: 184px;
}

.bf-ui-core-separator--height-spacing185 {
    height: 185px;
}

.bf-ui-core-separator--height-spacing186 {
    height: 186px;
}

.bf-ui-core-separator--height-spacing187 {
    height: 187px;
}

.bf-ui-core-separator--height-spacing188 {
    height: 188px;
}

.bf-ui-core-separator--height-spacing189 {
    height: 189px;
}

.bf-ui-core-separator--height-spacing190 {
    height: 190px;
}

.bf-ui-core-separator--height-spacing191 {
    height: 191px;
}

.bf-ui-core-separator--height-spacing192 {
    height: 192px;
}

.bf-ui-core-separator--height-spacing193 {
    height: 193px;
}

.bf-ui-core-separator--height-spacing194 {
    height: 194px;
}

.bf-ui-core-separator--height-spacing195 {
    height: 195px;
}

.bf-ui-core-separator--height-spacing196 {
    height: 196px;
}

.bf-ui-core-separator--height-spacing197 {
    height: 197px;
}

.bf-ui-core-separator--height-spacing198 {
    height: 198px;
}

.bf-ui-core-separator--height-spacing199 {
    height: 199px;
}

.bf-ui-core-separator--height-spacing200 {
    height: 200px;
}

.bf-ui-core-separator--height-spacing201 {
    height: 201px;
}

.bf-ui-core-separator--height-spacing202 {
    height: 202px;
}

.bf-ui-core-separator--height-spacing203 {
    height: 203px;
}

.bf-ui-core-separator--height-spacing204 {
    height: 204px;
}

.bf-ui-core-separator--height-spacing205 {
    height: 205px;
}

.bf-ui-core-separator--height-spacing206 {
    height: 206px;
}

.bf-ui-core-separator--height-spacing207 {
    height: 207px;
}

.bf-ui-core-separator--height-spacing208 {
    height: 208px;
}

.bf-ui-core-separator--height-spacing209 {
    height: 209px;
}

.bf-ui-core-separator--height-spacing210 {
    height: 210px;
}

.bf-ui-core-separator--height-spacing211 {
    height: 211px;
}

.bf-ui-core-separator--height-spacing212 {
    height: 212px;
}

.bf-ui-core-separator--height-spacing213 {
    height: 213px;
}

.bf-ui-core-separator--height-spacing214 {
    height: 214px;
}

.bf-ui-core-separator--height-spacing215 {
    height: 215px;
}

.bf-ui-core-separator--height-spacing216 {
    height: 216px;
}

.bf-ui-core-separator--height-spacing217 {
    height: 217px;
}

.bf-ui-core-separator--height-spacing218 {
    height: 218px;
}

.bf-ui-core-separator--height-spacing219 {
    height: 219px;
}

.bf-ui-core-separator--height-spacing220 {
    height: 220px;
}

.bf-ui-core-separator--height-spacing221 {
    height: 221px;
}

.bf-ui-core-separator--height-spacing222 {
    height: 222px;
}

.bf-ui-core-separator--height-spacing223 {
    height: 223px;
}

.bf-ui-core-separator--height-spacing224 {
    height: 224px;
}

.bf-ui-core-separator--height-spacing225 {
    height: 225px;
}

.bf-ui-core-separator--height-spacing226 {
    height: 226px;
}

.bf-ui-core-separator--height-spacing227 {
    height: 227px;
}

.bf-ui-core-separator--height-spacing228 {
    height: 228px;
}

.bf-ui-core-separator--height-spacing229 {
    height: 229px;
}

.bf-ui-core-separator--height-spacing230 {
    height: 230px;
}

.bf-ui-core-separator--height-spacing231 {
    height: 231px;
}

.bf-ui-core-separator--height-spacing232 {
    height: 232px;
}

.bf-ui-core-separator--height-spacing233 {
    height: 233px;
}

.bf-ui-core-separator--height-spacing234 {
    height: 234px;
}

.bf-ui-core-separator--height-spacing235 {
    height: 235px;
}

.bf-ui-core-separator--height-spacing236 {
    height: 236px;
}

.bf-ui-core-separator--height-spacing237 {
    height: 237px;
}

.bf-ui-core-separator--height-spacing238 {
    height: 238px;
}

.bf-ui-core-separator--height-spacing239 {
    height: 239px;
}

.bf-ui-core-separator--height-spacing240 {
    height: 240px;
}

.bf-ui-core-separator--height-spacing241 {
    height: 241px;
}

.bf-ui-core-separator--height-spacing242 {
    height: 242px;
}

.bf-ui-core-separator--height-spacing243 {
    height: 243px;
}

.bf-ui-core-separator--height-spacing244 {
    height: 244px;
}

.bf-ui-core-separator--height-spacing245 {
    height: 245px;
}

.bf-ui-core-separator--height-spacing246 {
    height: 246px;
}

.bf-ui-core-separator--height-spacing247 {
    height: 247px;
}

.bf-ui-core-separator--height-spacing248 {
    height: 248px;
}

.bf-ui-core-separator--height-spacing249 {
    height: 249px;
}

.bf-ui-core-separator--height-spacing250 {
    height: 250px;
}

.bf-ui-core-separator--height-spacing251 {
    height: 251px;
}

.bf-ui-core-separator--height-spacing252 {
    height: 252px;
}

.bf-ui-core-separator--height-spacing253 {
    height: 253px;
}

.bf-ui-core-separator--height-spacing254 {
    height: 254px;
}

.bf-ui-core-separator--height-spacing255 {
    height: 255px;
}

.bf-ui-core-separator--height-spacing256 {
    height: 256px;
}

.bf-ui-core-separator--height-spacing257 {
    height: 257px;
}

.bf-ui-core-separator--height-spacing258 {
    height: 258px;
}

.bf-ui-core-separator--height-spacing259 {
    height: 259px;
}

.bf-ui-core-separator--height-spacing260 {
    height: 260px;
}

.bf-ui-core-separator--height-spacing261 {
    height: 261px;
}

.bf-ui-core-separator--height-spacing262 {
    height: 262px;
}

.bf-ui-core-separator--height-spacing263 {
    height: 263px;
}

.bf-ui-core-separator--height-spacing264 {
    height: 264px;
}

.bf-ui-core-separator--height-spacing265 {
    height: 265px;
}

.bf-ui-core-separator--height-spacing266 {
    height: 266px;
}

.bf-ui-core-separator--height-spacing267 {
    height: 267px;
}

.bf-ui-core-separator--height-spacing268 {
    height: 268px;
}

.bf-ui-core-separator--height-spacing269 {
    height: 269px;
}

.bf-ui-core-separator--height-spacing270 {
    height: 270px;
}

.bf-ui-core-separator--height-spacing271 {
    height: 271px;
}

.bf-ui-core-separator--height-spacing272 {
    height: 272px;
}

.bf-ui-core-separator--height-spacing273 {
    height: 273px;
}

.bf-ui-core-separator--height-spacing274 {
    height: 274px;
}

.bf-ui-core-separator--height-spacing275 {
    height: 275px;
}

.bf-ui-core-separator--height-spacing276 {
    height: 276px;
}

.bf-ui-core-separator--height-spacing277 {
    height: 277px;
}

.bf-ui-core-separator--height-spacing278 {
    height: 278px;
}

.bf-ui-core-separator--height-spacing279 {
    height: 279px;
}

.bf-ui-core-separator--height-spacing280 {
    height: 280px;
}

.bf-ui-core-separator--height-spacing281 {
    height: 281px;
}

.bf-ui-core-separator--height-spacing282 {
    height: 282px;
}

.bf-ui-core-separator--height-spacing283 {
    height: 283px;
}

.bf-ui-core-separator--height-spacing284 {
    height: 284px;
}

.bf-ui-core-separator--height-spacing285 {
    height: 285px;
}

.bf-ui-core-separator--height-spacing286 {
    height: 286px;
}

.bf-ui-core-separator--height-spacing287 {
    height: 287px;
}

.bf-ui-core-separator--height-spacing288 {
    height: 288px;
}

.bf-ui-core-separator--height-spacing289 {
    height: 289px;
}

.bf-ui-core-separator--height-spacing290 {
    height: 290px;
}

.bf-ui-core-separator--height-spacing291 {
    height: 291px;
}

.bf-ui-core-separator--height-spacing292 {
    height: 292px;
}

.bf-ui-core-separator--height-spacing293 {
    height: 293px;
}

.bf-ui-core-separator--height-spacing294 {
    height: 294px;
}

.bf-ui-core-separator--height-spacing295 {
    height: 295px;
}

.bf-ui-core-separator--height-spacing296 {
    height: 296px;
}

.bf-ui-core-separator--height-spacing297 {
    height: 297px;
}

.bf-ui-core-separator--height-spacing298 {
    height: 298px;
}

.bf-ui-core-separator--height-spacing299 {
    height: 299px;
}

.bf-ui-core-separator--height-spacing300 {
    height: 300px;
}

.bf-ui-core-separator--height-spacing301 {
    height: 301px;
}

.bf-ui-core-separator--height-spacing302 {
    height: 302px;
}

.bf-ui-core-separator--height-spacing303 {
    height: 303px;
}

.bf-ui-core-separator--height-spacing304 {
    height: 304px;
}

.bf-ui-core-separator--height-spacing305 {
    height: 305px;
}

.bf-ui-core-separator--height-spacing306 {
    height: 306px;
}

.bf-ui-core-separator--height-spacing307 {
    height: 307px;
}

.bf-ui-core-separator--height-spacing308 {
    height: 308px;
}

.bf-ui-core-separator--height-spacing309 {
    height: 309px;
}

.bf-ui-core-separator--height-spacing310 {
    height: 310px;
}

.bf-ui-core-separator--height-spacing311 {
    height: 311px;
}

.bf-ui-core-separator--height-spacing312 {
    height: 312px;
}

.bf-ui-core-separator--height-spacing313 {
    height: 313px;
}

.bf-ui-core-separator--height-spacing314 {
    height: 314px;
}

.bf-ui-core-separator--height-spacing315 {
    height: 315px;
}

.bf-ui-core-separator--height-spacing316 {
    height: 316px;
}

.bf-ui-core-separator--height-spacing317 {
    height: 317px;
}

.bf-ui-core-separator--height-spacing318 {
    height: 318px;
}

.bf-ui-core-separator--height-spacing319 {
    height: 319px;
}

.bf-ui-core-separator--height-spacing320 {
    height: 320px;
}

.bf-ui-core-separator--height-spacing321 {
    height: 321px;
}

.bf-ui-core-separator--height-spacing322 {
    height: 322px;
}

.bf-ui-core-separator--height-spacing323 {
    height: 323px;
}

.bf-ui-core-separator--height-spacing324 {
    height: 324px;
}

.bf-ui-core-separator--height-spacing325 {
    height: 325px;
}

.bf-ui-core-separator--height-spacing326 {
    height: 326px;
}

.bf-ui-core-separator--height-spacing327 {
    height: 327px;
}

.bf-ui-core-separator--height-spacing328 {
    height: 328px;
}

.bf-ui-core-separator--height-spacing329 {
    height: 329px;
}

.bf-ui-core-separator--height-spacing330 {
    height: 330px;
}

.bf-ui-core-separator--height-spacing331 {
    height: 331px;
}

.bf-ui-core-separator--height-spacing332 {
    height: 332px;
}

.bf-ui-core-separator--height-spacing333 {
    height: 333px;
}

.bf-ui-core-separator--height-spacing334 {
    height: 334px;
}

.bf-ui-core-separator--height-spacing335 {
    height: 335px;
}

.bf-ui-core-separator--height-spacing336 {
    height: 336px;
}

.bf-ui-core-separator--height-spacing337 {
    height: 337px;
}

.bf-ui-core-separator--height-spacing338 {
    height: 338px;
}

.bf-ui-core-separator--height-spacing339 {
    height: 339px;
}

.bf-ui-core-separator--height-spacing340 {
    height: 340px;
}

.bf-ui-core-separator--height-spacing341 {
    height: 341px;
}

.bf-ui-core-separator--height-spacing342 {
    height: 342px;
}

.bf-ui-core-separator--height-spacing343 {
    height: 343px;
}

.bf-ui-core-separator--height-spacing344 {
    height: 344px;
}

.bf-ui-core-separator--height-spacing345 {
    height: 345px;
}

.bf-ui-core-separator--height-spacing346 {
    height: 346px;
}

.bf-ui-core-separator--height-spacing347 {
    height: 347px;
}

.bf-ui-core-separator--height-spacing348 {
    height: 348px;
}

.bf-ui-core-separator--height-spacing349 {
    height: 349px;
}

.bf-ui-core-separator--height-spacing350 {
    height: 350px;
}

.bf-ui-core-separator--height-spacing351 {
    height: 351px;
}

.bf-ui-core-separator--height-spacing352 {
    height: 352px;
}

.bf-ui-core-separator--height-spacing353 {
    height: 353px;
}

.bf-ui-core-separator--height-spacing354 {
    height: 354px;
}

.bf-ui-core-separator--height-spacing355 {
    height: 355px;
}

.bf-ui-core-separator--height-spacing356 {
    height: 356px;
}

.bf-ui-core-separator--height-spacing357 {
    height: 357px;
}

.bf-ui-core-separator--height-spacing358 {
    height: 358px;
}

.bf-ui-core-separator--height-spacing359 {
    height: 359px;
}

.bf-ui-core-separator--height-spacing360 {
    height: 360px;
}

.bf-ui-core-separator--height-spacing361 {
    height: 361px;
}

.bf-ui-core-separator--height-spacing362 {
    height: 362px;
}

.bf-ui-core-separator--height-spacing363 {
    height: 363px;
}

.bf-ui-core-separator--height-spacing364 {
    height: 364px;
}

.bf-ui-core-separator--height-spacing365 {
    height: 365px;
}

.bf-ui-core-separator--height-spacing366 {
    height: 366px;
}

.bf-ui-core-separator--height-spacing367 {
    height: 367px;
}

.bf-ui-core-separator--height-spacing368 {
    height: 368px;
}

.bf-ui-core-separator--height-spacing369 {
    height: 369px;
}

.bf-ui-core-separator--height-spacing370 {
    height: 370px;
}

.bf-ui-core-separator--height-spacing371 {
    height: 371px;
}

.bf-ui-core-separator--height-spacing372 {
    height: 372px;
}

.bf-ui-core-separator--height-spacing373 {
    height: 373px;
}

.bf-ui-core-separator--height-spacing374 {
    height: 374px;
}

.bf-ui-core-separator--height-spacing375 {
    height: 375px;
}

.bf-ui-core-separator--height-spacing376 {
    height: 376px;
}

.bf-ui-core-separator--height-spacing377 {
    height: 377px;
}

.bf-ui-core-separator--height-spacing378 {
    height: 378px;
}

.bf-ui-core-separator--height-spacing379 {
    height: 379px;
}

.bf-ui-core-separator--height-spacing380 {
    height: 380px;
}

.bf-ui-core-separator--height-spacing381 {
    height: 381px;
}

.bf-ui-core-separator--height-spacing382 {
    height: 382px;
}

.bf-ui-core-separator--height-spacing383 {
    height: 383px;
}

.bf-ui-core-separator--height-spacing384 {
    height: 384px;
}

.bf-ui-core-separator--height-spacing385 {
    height: 385px;
}

.bf-ui-core-separator--height-spacing386 {
    height: 386px;
}

.bf-ui-core-separator--height-spacing387 {
    height: 387px;
}

.bf-ui-core-separator--height-spacing388 {
    height: 388px;
}

.bf-ui-core-separator--height-spacing389 {
    height: 389px;
}

.bf-ui-core-separator--height-spacing390 {
    height: 390px;
}

.bf-ui-core-separator--height-spacing391 {
    height: 391px;
}

.bf-ui-core-separator--height-spacing392 {
    height: 392px;
}

.bf-ui-core-separator--height-spacing393 {
    height: 393px;
}

.bf-ui-core-separator--height-spacing394 {
    height: 394px;
}

.bf-ui-core-separator--height-spacing395 {
    height: 395px;
}

.bf-ui-core-separator--height-spacing396 {
    height: 396px;
}

.bf-ui-core-separator--height-spacing397 {
    height: 397px;
}

.bf-ui-core-separator--height-spacing398 {
    height: 398px;
}

.bf-ui-core-separator--height-spacing399 {
    height: 399px;
}

.bf-ui-core-separator--height-spacing400 {
    height: 400px;
}

.bf-ui-core-separator--height-spacing401 {
    height: 401px;
}

.bf-ui-core-separator--height-spacing402 {
    height: 402px;
}

.bf-ui-core-separator--height-spacing403 {
    height: 403px;
}

.bf-ui-core-separator--height-spacing404 {
    height: 404px;
}

.bf-ui-core-separator--height-spacing405 {
    height: 405px;
}

.bf-ui-core-separator--height-spacing406 {
    height: 406px;
}

.bf-ui-core-separator--height-spacing407 {
    height: 407px;
}

.bf-ui-core-separator--height-spacing408 {
    height: 408px;
}

.bf-ui-core-separator--height-spacing409 {
    height: 409px;
}

.bf-ui-core-separator--height-spacing410 {
    height: 410px;
}

.bf-ui-core-separator--height-spacing411 {
    height: 411px;
}

.bf-ui-core-separator--height-spacing412 {
    height: 412px;
}

.bf-ui-core-separator--height-spacing413 {
    height: 413px;
}

.bf-ui-core-separator--height-spacing414 {
    height: 414px;
}

.bf-ui-core-separator--height-spacing415 {
    height: 415px;
}

.bf-ui-core-separator--height-spacing416 {
    height: 416px;
}

.bf-ui-core-separator--height-spacing417 {
    height: 417px;
}

.bf-ui-core-separator--height-spacing418 {
    height: 418px;
}

.bf-ui-core-separator--height-spacing419 {
    height: 419px;
}

.bf-ui-core-separator--height-spacing420 {
    height: 420px;
}

.bf-ui-core-separator--height-spacing421 {
    height: 421px;
}

.bf-ui-core-separator--height-spacing422 {
    height: 422px;
}

.bf-ui-core-separator--height-spacing423 {
    height: 423px;
}

.bf-ui-core-separator--height-spacing424 {
    height: 424px;
}

.bf-ui-core-separator--height-spacing425 {
    height: 425px;
}

.bf-ui-core-separator--height-spacing426 {
    height: 426px;
}

.bf-ui-core-separator--height-spacing427 {
    height: 427px;
}

.bf-ui-core-separator--height-spacing428 {
    height: 428px;
}

.bf-ui-core-separator--height-spacing429 {
    height: 429px;
}

.bf-ui-core-separator--height-spacing430 {
    height: 430px;
}

.bf-ui-core-separator--height-spacing431 {
    height: 431px;
}

.bf-ui-core-separator--height-spacing432 {
    height: 432px;
}

.bf-ui-core-separator--height-spacing433 {
    height: 433px;
}

.bf-ui-core-separator--height-spacing434 {
    height: 434px;
}

.bf-ui-core-separator--height-spacing435 {
    height: 435px;
}

.bf-ui-core-separator--height-spacing436 {
    height: 436px;
}

.bf-ui-core-separator--height-spacing437 {
    height: 437px;
}

.bf-ui-core-separator--height-spacing438 {
    height: 438px;
}

.bf-ui-core-separator--height-spacing439 {
    height: 439px;
}

.bf-ui-core-separator--height-spacing440 {
    height: 440px;
}

.bf-ui-core-separator--height-spacing441 {
    height: 441px;
}

.bf-ui-core-separator--height-spacing442 {
    height: 442px;
}

.bf-ui-core-separator--height-spacing443 {
    height: 443px;
}

.bf-ui-core-separator--height-spacing444 {
    height: 444px;
}

.bf-ui-core-separator--height-spacing445 {
    height: 445px;
}

.bf-ui-core-separator--height-spacing446 {
    height: 446px;
}

.bf-ui-core-separator--height-spacing447 {
    height: 447px;
}

.bf-ui-core-separator--height-spacing448 {
    height: 448px;
}

.bf-ui-core-separator--height-spacing449 {
    height: 449px;
}

.bf-ui-core-separator--height-spacing450 {
    height: 450px;
}

.bf-ui-core-separator--height-spacing451 {
    height: 451px;
}

.bf-ui-core-separator--height-spacing452 {
    height: 452px;
}

.bf-ui-core-separator--height-spacing453 {
    height: 453px;
}

.bf-ui-core-separator--height-spacing454 {
    height: 454px;
}

.bf-ui-core-separator--height-spacing455 {
    height: 455px;
}

.bf-ui-core-separator--height-spacing456 {
    height: 456px;
}

.bf-ui-core-separator--height-spacing457 {
    height: 457px;
}

.bf-ui-core-separator--height-spacing458 {
    height: 458px;
}

.bf-ui-core-separator--height-spacing459 {
    height: 459px;
}

.bf-ui-core-separator--height-spacing460 {
    height: 460px;
}

.bf-ui-core-separator--height-spacing461 {
    height: 461px;
}

.bf-ui-core-separator--height-spacing462 {
    height: 462px;
}

.bf-ui-core-separator--height-spacing463 {
    height: 463px;
}

.bf-ui-core-separator--height-spacing464 {
    height: 464px;
}

.bf-ui-core-separator--height-spacing465 {
    height: 465px;
}

.bf-ui-core-separator--height-spacing466 {
    height: 466px;
}

.bf-ui-core-separator--height-spacing467 {
    height: 467px;
}

.bf-ui-core-separator--height-spacing468 {
    height: 468px;
}

.bf-ui-core-separator--height-spacing469 {
    height: 469px;
}

.bf-ui-core-separator--height-spacing470 {
    height: 470px;
}

.bf-ui-core-separator--height-spacing471 {
    height: 471px;
}

.bf-ui-core-separator--height-spacing472 {
    height: 472px;
}

.bf-ui-core-separator--height-spacing473 {
    height: 473px;
}

.bf-ui-core-separator--height-spacing474 {
    height: 474px;
}

.bf-ui-core-separator--height-spacing475 {
    height: 475px;
}

.bf-ui-core-separator--height-spacing476 {
    height: 476px;
}

.bf-ui-core-separator--height-spacing477 {
    height: 477px;
}

.bf-ui-core-separator--height-spacing478 {
    height: 478px;
}

.bf-ui-core-separator--height-spacing479 {
    height: 479px;
}

.bf-ui-core-separator--height-spacing480 {
    height: 480px;
}

.bf-ui-core-separator--height-spacing481 {
    height: 481px;
}

.bf-ui-core-separator--height-spacing482 {
    height: 482px;
}

.bf-ui-core-separator--height-spacing483 {
    height: 483px;
}

.bf-ui-core-separator--height-spacing484 {
    height: 484px;
}

.bf-ui-core-separator--height-spacing485 {
    height: 485px;
}

.bf-ui-core-separator--height-spacing486 {
    height: 486px;
}

.bf-ui-core-separator--height-spacing487 {
    height: 487px;
}

.bf-ui-core-separator--height-spacing488 {
    height: 488px;
}

.bf-ui-core-separator--height-spacing489 {
    height: 489px;
}

.bf-ui-core-separator--height-spacing490 {
    height: 490px;
}

.bf-ui-core-separator--height-spacing491 {
    height: 491px;
}

.bf-ui-core-separator--height-spacing492 {
    height: 492px;
}

.bf-ui-core-separator--height-spacing493 {
    height: 493px;
}

.bf-ui-core-separator--height-spacing494 {
    height: 494px;
}

.bf-ui-core-separator--height-spacing495 {
    height: 495px;
}

.bf-ui-core-separator--height-spacing496 {
    height: 496px;
}

.bf-ui-core-separator--height-spacing497 {
    height: 497px;
}

.bf-ui-core-separator--height-spacing498 {
    height: 498px;
}

.bf-ui-core-separator--height-spacing499 {
    height: 499px;
}

.bf-ui-core-separator--height-spacing500 {
    height: 500px;
}

.bf-ui-core-separator--height-spacing501 {
    height: 501px;
}

.bf-ui-core-separator--height-spacing502 {
    height: 502px;
}

.bf-ui-core-separator--height-spacing503 {
    height: 503px;
}

.bf-ui-core-separator--height-spacing504 {
    height: 504px;
}

.bf-ui-core-separator--height-spacing505 {
    height: 505px;
}

.bf-ui-core-separator--height-spacing506 {
    height: 506px;
}

.bf-ui-core-separator--height-spacing507 {
    height: 507px;
}

.bf-ui-core-separator--height-spacing508 {
    height: 508px;
}

.bf-ui-core-separator--height-spacing509 {
    height: 509px;
}

.bf-ui-core-separator--height-spacing510 {
    height: 510px;
}

.bf-ui-core-separator--height-spacing511 {
    height: 511px;
}

.bf-ui-core-separator--height-spacing512 {
    height: 512px;
}

.bf-ui-core-separator--height-spacing513 {
    height: 513px;
}

.bf-ui-core-separator--height-spacing514 {
    height: 514px;
}

.bf-ui-core-separator--height-spacing515 {
    height: 515px;
}

.bf-ui-core-separator--height-spacing516 {
    height: 516px;
}

.bf-ui-core-separator--height-spacing517 {
    height: 517px;
}

.bf-ui-core-separator--height-spacing518 {
    height: 518px;
}

.bf-ui-core-separator--height-spacing519 {
    height: 519px;
}

.bf-ui-core-separator--height-spacing520 {
    height: 520px;
}

.bf-ui-core-separator--height-spacing521 {
    height: 521px;
}

.bf-ui-core-separator--height-spacing522 {
    height: 522px;
}

.bf-ui-core-separator--height-spacing523 {
    height: 523px;
}

.bf-ui-core-separator--height-spacing524 {
    height: 524px;
}

.bf-ui-core-separator--height-spacing525 {
    height: 525px;
}

.bf-ui-core-separator--height-spacing526 {
    height: 526px;
}

.bf-ui-core-separator--height-spacing527 {
    height: 527px;
}

.bf-ui-core-separator--height-spacing528 {
    height: 528px;
}

.bf-ui-core-separator--height-spacing529 {
    height: 529px;
}

.bf-ui-core-separator--height-spacing530 {
    height: 530px;
}

.bf-ui-core-separator--height-spacing531 {
    height: 531px;
}

.bf-ui-core-separator--height-spacing532 {
    height: 532px;
}

.bf-ui-core-separator--height-spacing533 {
    height: 533px;
}

.bf-ui-core-separator--height-spacing534 {
    height: 534px;
}

.bf-ui-core-separator--height-spacing535 {
    height: 535px;
}

.bf-ui-core-separator--height-spacing536 {
    height: 536px;
}

.bf-ui-core-separator--height-spacing537 {
    height: 537px;
}

.bf-ui-core-separator--height-spacing538 {
    height: 538px;
}

.bf-ui-core-separator--height-spacing539 {
    height: 539px;
}

.bf-ui-core-separator--height-spacing540 {
    height: 540px;
}

.bf-ui-core-separator--height-spacing541 {
    height: 541px;
}

.bf-ui-core-separator--height-spacing542 {
    height: 542px;
}

.bf-ui-core-separator--height-spacing543 {
    height: 543px;
}

.bf-ui-core-separator--height-spacing544 {
    height: 544px;
}

.bf-ui-core-separator--height-spacing545 {
    height: 545px;
}

.bf-ui-core-separator--height-spacing546 {
    height: 546px;
}

.bf-ui-core-separator--height-spacing547 {
    height: 547px;
}

.bf-ui-core-separator--height-spacing548 {
    height: 548px;
}

.bf-ui-core-separator--height-spacing549 {
    height: 549px;
}

.bf-ui-core-separator--height-spacing550 {
    height: 550px;
}

.bf-ui-core-separator--height-spacing551 {
    height: 551px;
}

.bf-ui-core-separator--height-spacing552 {
    height: 552px;
}

.bf-ui-core-separator--height-spacing553 {
    height: 553px;
}

.bf-ui-core-separator--height-spacing554 {
    height: 554px;
}

.bf-ui-core-separator--height-spacing555 {
    height: 555px;
}

.bf-ui-core-separator--height-spacing556 {
    height: 556px;
}

.bf-ui-core-separator--height-spacing557 {
    height: 557px;
}

.bf-ui-core-separator--height-spacing558 {
    height: 558px;
}

.bf-ui-core-separator--height-spacing559 {
    height: 559px;
}

.bf-ui-core-separator--height-spacing560 {
    height: 560px;
}

.bf-ui-core-separator--height-spacing561 {
    height: 561px;
}

.bf-ui-core-separator--height-spacing562 {
    height: 562px;
}

.bf-ui-core-separator--height-spacing563 {
    height: 563px;
}

.bf-ui-core-separator--height-spacing564 {
    height: 564px;
}

.bf-ui-core-separator--height-spacing565 {
    height: 565px;
}

.bf-ui-core-separator--height-spacing566 {
    height: 566px;
}

.bf-ui-core-separator--height-spacing567 {
    height: 567px;
}

.bf-ui-core-separator--height-spacing568 {
    height: 568px;
}

.bf-ui-core-separator--height-spacing569 {
    height: 569px;
}

.bf-ui-core-separator--height-spacing570 {
    height: 570px;
}

.bf-ui-core-separator--height-spacing571 {
    height: 571px;
}

.bf-ui-core-separator--height-spacing572 {
    height: 572px;
}

.bf-ui-core-separator--height-spacing573 {
    height: 573px;
}

.bf-ui-core-separator--height-spacing574 {
    height: 574px;
}

.bf-ui-core-separator--height-spacing575 {
    height: 575px;
}

.bf-ui-core-separator--height-spacing576 {
    height: 576px;
}

.bf-ui-core-separator--height-spacing577 {
    height: 577px;
}

.bf-ui-core-separator--height-spacing578 {
    height: 578px;
}

.bf-ui-core-separator--height-spacing579 {
    height: 579px;
}

.bf-ui-core-separator--height-spacing580 {
    height: 580px;
}

.bf-ui-core-separator--height-spacing581 {
    height: 581px;
}

.bf-ui-core-separator--height-spacing582 {
    height: 582px;
}

.bf-ui-core-separator--height-spacing583 {
    height: 583px;
}

.bf-ui-core-separator--height-spacing584 {
    height: 584px;
}

.bf-ui-core-separator--height-spacing585 {
    height: 585px;
}

.bf-ui-core-separator--height-spacing586 {
    height: 586px;
}

.bf-ui-core-separator--height-spacing587 {
    height: 587px;
}

.bf-ui-core-separator--height-spacing588 {
    height: 588px;
}

.bf-ui-core-separator--height-spacing589 {
    height: 589px;
}

.bf-ui-core-separator--height-spacing590 {
    height: 590px;
}

.bf-ui-core-separator--height-spacing591 {
    height: 591px;
}

.bf-ui-core-separator--height-spacing592 {
    height: 592px;
}

.bf-ui-core-separator--height-spacing593 {
    height: 593px;
}

.bf-ui-core-separator--height-spacing594 {
    height: 594px;
}

.bf-ui-core-separator--height-spacing595 {
    height: 595px;
}

.bf-ui-core-separator--height-spacing596 {
    height: 596px;
}

.bf-ui-core-separator--height-spacing597 {
    height: 597px;
}

.bf-ui-core-separator--height-spacing598 {
    height: 598px;
}

.bf-ui-core-separator--height-spacing599 {
    height: 599px;
}

.bf-ui-core-separator--height-spacing600 {
    height: 600px;
}

.bf-ui-core-separator--height-spacing601 {
    height: 601px;
}

.bf-ui-core-separator--height-spacing602 {
    height: 602px;
}

.bf-ui-core-separator--height-spacing603 {
    height: 603px;
}

.bf-ui-core-separator--height-spacing604 {
    height: 604px;
}

.bf-ui-core-separator--height-spacing605 {
    height: 605px;
}

.bf-ui-core-separator--height-spacing606 {
    height: 606px;
}

.bf-ui-core-separator--height-spacing607 {
    height: 607px;
}

.bf-ui-core-separator--height-spacing608 {
    height: 608px;
}

.bf-ui-core-separator--height-spacing609 {
    height: 609px;
}

.bf-ui-core-separator--height-spacing610 {
    height: 610px;
}

.bf-ui-core-separator--height-spacing611 {
    height: 611px;
}

.bf-ui-core-separator--height-spacing612 {
    height: 612px;
}

.bf-ui-core-separator--height-spacing613 {
    height: 613px;
}

.bf-ui-core-separator--height-spacing614 {
    height: 614px;
}

.bf-ui-core-separator--height-spacing615 {
    height: 615px;
}

.bf-ui-core-separator--height-spacing616 {
    height: 616px;
}

.bf-ui-core-separator--height-spacing617 {
    height: 617px;
}

.bf-ui-core-separator--height-spacing618 {
    height: 618px;
}

.bf-ui-core-separator--height-spacing619 {
    height: 619px;
}

.bf-ui-core-separator--height-spacing620 {
    height: 620px;
}

.bf-ui-core-separator--height-spacing621 {
    height: 621px;
}

.bf-ui-core-separator--height-spacing622 {
    height: 622px;
}

.bf-ui-core-separator--height-spacing623 {
    height: 623px;
}

.bf-ui-core-separator--height-spacing624 {
    height: 624px;
}

.bf-ui-core-separator--height-spacing625 {
    height: 625px;
}

.bf-ui-core-separator--height-spacing626 {
    height: 626px;
}

.bf-ui-core-separator--height-spacing627 {
    height: 627px;
}

.bf-ui-core-separator--height-spacing628 {
    height: 628px;
}

.bf-ui-core-separator--height-spacing629 {
    height: 629px;
}

.bf-ui-core-separator--height-spacing630 {
    height: 630px;
}

.bf-ui-core-separator--height-spacing631 {
    height: 631px;
}

.bf-ui-core-separator--height-spacing632 {
    height: 632px;
}

.bf-ui-core-separator--height-spacing633 {
    height: 633px;
}

.bf-ui-core-separator--height-spacing634 {
    height: 634px;
}

.bf-ui-core-separator--height-spacing635 {
    height: 635px;
}

.bf-ui-core-separator--height-spacing636 {
    height: 636px;
}

.bf-ui-core-separator--height-spacing637 {
    height: 637px;
}

.bf-ui-core-separator--height-spacing638 {
    height: 638px;
}

.bf-ui-core-separator--height-spacing639 {
    height: 639px;
}

.bf-ui-core-separator--height-spacing640 {
    height: 640px;
}

.bf-ui-core-separator--height-spacing641 {
    height: 641px;
}

.bf-ui-core-separator--height-spacing642 {
    height: 642px;
}

.bf-ui-core-separator--height-spacing643 {
    height: 643px;
}

.bf-ui-core-separator--height-spacing644 {
    height: 644px;
}

.bf-ui-core-separator--height-spacing645 {
    height: 645px;
}

.bf-ui-core-separator--height-spacing646 {
    height: 646px;
}

.bf-ui-core-separator--height-spacing647 {
    height: 647px;
}

.bf-ui-core-separator--height-spacing648 {
    height: 648px;
}

.bf-ui-core-separator--height-spacing649 {
    height: 649px;
}

.bf-ui-core-separator--height-spacing650 {
    height: 650px;
}

.bf-ui-core-separator--height-spacing651 {
    height: 651px;
}

.bf-ui-core-separator--height-spacing652 {
    height: 652px;
}

.bf-ui-core-separator--height-spacing653 {
    height: 653px;
}

.bf-ui-core-separator--height-spacing654 {
    height: 654px;
}

.bf-ui-core-separator--height-spacing655 {
    height: 655px;
}

.bf-ui-core-separator--height-spacing656 {
    height: 656px;
}

.bf-ui-core-separator--height-spacing657 {
    height: 657px;
}

.bf-ui-core-separator--height-spacing658 {
    height: 658px;
}

.bf-ui-core-separator--height-spacing659 {
    height: 659px;
}

.bf-ui-core-separator--height-spacing660 {
    height: 660px;
}

.bf-ui-core-separator--height-spacing661 {
    height: 661px;
}

.bf-ui-core-separator--height-spacing662 {
    height: 662px;
}

.bf-ui-core-separator--height-spacing663 {
    height: 663px;
}

.bf-ui-core-separator--height-spacing664 {
    height: 664px;
}

.bf-ui-core-separator--height-spacing665 {
    height: 665px;
}

.bf-ui-core-separator--height-spacing666 {
    height: 666px;
}

.bf-ui-core-separator--height-spacing667 {
    height: 667px;
}

.bf-ui-core-separator--height-spacing668 {
    height: 668px;
}

.bf-ui-core-separator--height-spacing669 {
    height: 669px;
}

.bf-ui-core-separator--height-spacing670 {
    height: 670px;
}

.bf-ui-core-separator--height-spacing671 {
    height: 671px;
}

.bf-ui-core-separator--height-spacing672 {
    height: 672px;
}

.bf-ui-core-separator--height-spacing673 {
    height: 673px;
}

.bf-ui-core-separator--height-spacing674 {
    height: 674px;
}

.bf-ui-core-separator--height-spacing675 {
    height: 675px;
}

.bf-ui-core-separator--height-spacing676 {
    height: 676px;
}

.bf-ui-core-separator--height-spacing677 {
    height: 677px;
}

.bf-ui-core-separator--height-spacing678 {
    height: 678px;
}

.bf-ui-core-separator--height-spacing679 {
    height: 679px;
}

.bf-ui-core-separator--height-spacing680 {
    height: 680px;
}

.bf-ui-core-separator--height-spacing681 {
    height: 681px;
}

.bf-ui-core-separator--height-spacing682 {
    height: 682px;
}

.bf-ui-core-separator--height-spacing683 {
    height: 683px;
}

.bf-ui-core-separator--height-spacing684 {
    height: 684px;
}

.bf-ui-core-separator--height-spacing685 {
    height: 685px;
}

.bf-ui-core-separator--height-spacing686 {
    height: 686px;
}

.bf-ui-core-separator--height-spacing687 {
    height: 687px;
}

.bf-ui-core-separator--height-spacing688 {
    height: 688px;
}

.bf-ui-core-separator--height-spacing689 {
    height: 689px;
}

.bf-ui-core-separator--height-spacing690 {
    height: 690px;
}

.bf-ui-core-separator--height-spacing691 {
    height: 691px;
}

.bf-ui-core-separator--height-spacing692 {
    height: 692px;
}

.bf-ui-core-separator--height-spacing693 {
    height: 693px;
}

.bf-ui-core-separator--height-spacing694 {
    height: 694px;
}

.bf-ui-core-separator--height-spacing695 {
    height: 695px;
}

.bf-ui-core-separator--height-spacing696 {
    height: 696px;
}

.bf-ui-core-separator--height-spacing697 {
    height: 697px;
}

.bf-ui-core-separator--height-spacing698 {
    height: 698px;
}

.bf-ui-core-separator--height-spacing699 {
    height: 699px;
}

.bf-ui-core-separator--height-spacing700 {
    height: 700px;
}

.bf-ui-core-separator--height-spacing701 {
    height: 701px;
}

.bf-ui-core-separator--height-spacing702 {
    height: 702px;
}

.bf-ui-core-separator--height-spacing703 {
    height: 703px;
}

.bf-ui-core-separator--height-spacing704 {
    height: 704px;
}

.bf-ui-core-separator--height-spacing705 {
    height: 705px;
}

.bf-ui-core-separator--height-spacing706 {
    height: 706px;
}

.bf-ui-core-separator--height-spacing707 {
    height: 707px;
}

.bf-ui-core-separator--height-spacing708 {
    height: 708px;
}

.bf-ui-core-separator--height-spacing709 {
    height: 709px;
}

.bf-ui-core-separator--height-spacing710 {
    height: 710px;
}

.bf-ui-core-separator--height-spacing711 {
    height: 711px;
}

.bf-ui-core-separator--height-spacing712 {
    height: 712px;
}

.bf-ui-core-separator--height-spacing713 {
    height: 713px;
}

.bf-ui-core-separator--height-spacing714 {
    height: 714px;
}

.bf-ui-core-separator--height-spacing715 {
    height: 715px;
}

.bf-ui-core-separator--height-spacing716 {
    height: 716px;
}

.bf-ui-core-separator--height-spacing717 {
    height: 717px;
}

.bf-ui-core-separator--height-spacing718 {
    height: 718px;
}

.bf-ui-core-separator--height-spacing719 {
    height: 719px;
}

.bf-ui-core-separator--height-spacing720 {
    height: 720px;
}

.bf-ui-core-separator--height-spacing721 {
    height: 721px;
}

.bf-ui-core-separator--height-spacing722 {
    height: 722px;
}

.bf-ui-core-separator--height-spacing723 {
    height: 723px;
}

.bf-ui-core-separator--height-spacing724 {
    height: 724px;
}

.bf-ui-core-separator--height-spacing725 {
    height: 725px;
}

.bf-ui-core-separator--height-spacing726 {
    height: 726px;
}

.bf-ui-core-separator--height-spacing727 {
    height: 727px;
}

.bf-ui-core-separator--height-spacing728 {
    height: 728px;
}

.bf-ui-core-separator--height-spacing729 {
    height: 729px;
}

.bf-ui-core-separator--height-spacing730 {
    height: 730px;
}

.bf-ui-core-separator--height-spacing731 {
    height: 731px;
}

.bf-ui-core-separator--height-spacing732 {
    height: 732px;
}

.bf-ui-core-separator--height-spacing733 {
    height: 733px;
}

.bf-ui-core-separator--height-spacing734 {
    height: 734px;
}

.bf-ui-core-separator--height-spacing735 {
    height: 735px;
}

.bf-ui-core-separator--height-spacing736 {
    height: 736px;
}

.bf-ui-core-separator--height-spacing737 {
    height: 737px;
}

.bf-ui-core-separator--height-spacing738 {
    height: 738px;
}

.bf-ui-core-separator--height-spacing739 {
    height: 739px;
}

.bf-ui-core-separator--height-spacing740 {
    height: 740px;
}

.bf-ui-core-separator--height-spacing741 {
    height: 741px;
}

.bf-ui-core-separator--height-spacing742 {
    height: 742px;
}

.bf-ui-core-separator--height-spacing743 {
    height: 743px;
}

.bf-ui-core-separator--height-spacing744 {
    height: 744px;
}

.bf-ui-core-separator--height-spacing745 {
    height: 745px;
}

.bf-ui-core-separator--height-spacing746 {
    height: 746px;
}

.bf-ui-core-separator--height-spacing747 {
    height: 747px;
}

.bf-ui-core-separator--height-spacing748 {
    height: 748px;
}

.bf-ui-core-separator--height-spacing749 {
    height: 749px;
}

.bf-ui-core-separator--height-spacing750 {
    height: 750px;
}

.bf-ui-core-separator--height-spacing751 {
    height: 751px;
}

.bf-ui-core-separator--height-spacing752 {
    height: 752px;
}

.bf-ui-core-separator--height-spacing753 {
    height: 753px;
}

.bf-ui-core-separator--height-spacing754 {
    height: 754px;
}

.bf-ui-core-separator--height-spacing755 {
    height: 755px;
}

.bf-ui-core-separator--height-spacing756 {
    height: 756px;
}

.bf-ui-core-separator--height-spacing757 {
    height: 757px;
}

.bf-ui-core-separator--height-spacing758 {
    height: 758px;
}

.bf-ui-core-separator--height-spacing759 {
    height: 759px;
}

.bf-ui-core-separator--height-spacing760 {
    height: 760px;
}

.bf-ui-core-separator--height-spacing761 {
    height: 761px;
}

.bf-ui-core-separator--height-spacing762 {
    height: 762px;
}

.bf-ui-core-separator--height-spacing763 {
    height: 763px;
}

.bf-ui-core-separator--height-spacing764 {
    height: 764px;
}

.bf-ui-core-separator--height-spacing765 {
    height: 765px;
}

.bf-ui-core-separator--height-spacing766 {
    height: 766px;
}

.bf-ui-core-separator--height-spacing767 {
    height: 767px;
}

.bf-ui-core-separator--height-spacing768 {
    height: 768px;
}

.bf-ui-core-separator--height-spacing769 {
    height: 769px;
}

.bf-ui-core-separator--height-spacing770 {
    height: 770px;
}

.bf-ui-core-separator--height-spacing771 {
    height: 771px;
}

.bf-ui-core-separator--height-spacing772 {
    height: 772px;
}

.bf-ui-core-separator--height-spacing773 {
    height: 773px;
}

.bf-ui-core-separator--height-spacing774 {
    height: 774px;
}

.bf-ui-core-separator--height-spacing775 {
    height: 775px;
}

.bf-ui-core-separator--height-spacing776 {
    height: 776px;
}

.bf-ui-core-separator--height-spacing777 {
    height: 777px;
}

.bf-ui-core-separator--height-spacing778 {
    height: 778px;
}

.bf-ui-core-separator--height-spacing779 {
    height: 779px;
}

.bf-ui-core-separator--height-spacing780 {
    height: 780px;
}

.bf-ui-core-separator--height-spacing781 {
    height: 781px;
}

.bf-ui-core-separator--height-spacing782 {
    height: 782px;
}

.bf-ui-core-separator--height-spacing783 {
    height: 783px;
}

.bf-ui-core-separator--height-spacing784 {
    height: 784px;
}

.bf-ui-core-separator--height-spacing785 {
    height: 785px;
}

.bf-ui-core-separator--height-spacing786 {
    height: 786px;
}

.bf-ui-core-separator--height-spacing787 {
    height: 787px;
}

.bf-ui-core-separator--height-spacing788 {
    height: 788px;
}

.bf-ui-core-separator--height-spacing789 {
    height: 789px;
}

.bf-ui-core-separator--height-spacing790 {
    height: 790px;
}

.bf-ui-core-separator--height-spacing791 {
    height: 791px;
}

.bf-ui-core-separator--height-spacing792 {
    height: 792px;
}

.bf-ui-core-separator--height-spacing793 {
    height: 793px;
}

.bf-ui-core-separator--height-spacing794 {
    height: 794px;
}

.bf-ui-core-separator--height-spacing795 {
    height: 795px;
}

.bf-ui-core-separator--height-spacing796 {
    height: 796px;
}

.bf-ui-core-separator--height-spacing797 {
    height: 797px;
}

.bf-ui-core-separator--height-spacing798 {
    height: 798px;
}

.bf-ui-core-separator--height-spacing799 {
    height: 799px;
}

.bf-ui-core-separator--height-spacing800 {
    height: 800px;
}

.bf-ui-core-separator--height-spacing801 {
    height: 801px;
}

.bf-ui-core-separator--height-spacing802 {
    height: 802px;
}

.bf-ui-core-separator--height-spacing803 {
    height: 803px;
}

.bf-ui-core-separator--height-spacing804 {
    height: 804px;
}

.bf-ui-core-separator--height-spacing805 {
    height: 805px;
}

.bf-ui-core-separator--height-spacing806 {
    height: 806px;
}

.bf-ui-core-separator--height-spacing807 {
    height: 807px;
}

.bf-ui-core-separator--height-spacing808 {
    height: 808px;
}

.bf-ui-core-separator--height-spacing809 {
    height: 809px;
}

.bf-ui-core-separator--height-spacing810 {
    height: 810px;
}

.bf-ui-core-separator--height-spacing811 {
    height: 811px;
}

.bf-ui-core-separator--height-spacing812 {
    height: 812px;
}

.bf-ui-core-separator--height-spacing813 {
    height: 813px;
}

.bf-ui-core-separator--height-spacing814 {
    height: 814px;
}

.bf-ui-core-separator--height-spacing815 {
    height: 815px;
}

.bf-ui-core-separator--height-spacing816 {
    height: 816px;
}

.bf-ui-core-separator--height-spacing817 {
    height: 817px;
}

.bf-ui-core-separator--height-spacing818 {
    height: 818px;
}

.bf-ui-core-separator--height-spacing819 {
    height: 819px;
}

.bf-ui-core-separator--height-spacing820 {
    height: 820px;
}

.bf-ui-core-separator--height-spacing821 {
    height: 821px;
}

.bf-ui-core-separator--height-spacing822 {
    height: 822px;
}

.bf-ui-core-separator--height-spacing823 {
    height: 823px;
}

.bf-ui-core-separator--height-spacing824 {
    height: 824px;
}

.bf-ui-core-separator--height-spacing825 {
    height: 825px;
}

.bf-ui-core-separator--height-spacing826 {
    height: 826px;
}

.bf-ui-core-separator--height-spacing827 {
    height: 827px;
}

.bf-ui-core-separator--height-spacing828 {
    height: 828px;
}

.bf-ui-core-separator--height-spacing829 {
    height: 829px;
}

.bf-ui-core-separator--height-spacing830 {
    height: 830px;
}

.bf-ui-core-separator--height-spacing831 {
    height: 831px;
}

.bf-ui-core-separator--height-spacing832 {
    height: 832px;
}

.bf-ui-core-separator--height-spacing833 {
    height: 833px;
}

.bf-ui-core-separator--height-spacing834 {
    height: 834px;
}

.bf-ui-core-separator--height-spacing835 {
    height: 835px;
}

.bf-ui-core-separator--height-spacing836 {
    height: 836px;
}

.bf-ui-core-separator--height-spacing837 {
    height: 837px;
}

.bf-ui-core-separator--height-spacing838 {
    height: 838px;
}

.bf-ui-core-separator--height-spacing839 {
    height: 839px;
}

.bf-ui-core-separator--height-spacing840 {
    height: 840px;
}

.bf-ui-core-separator--height-spacing841 {
    height: 841px;
}

.bf-ui-core-separator--height-spacing842 {
    height: 842px;
}

.bf-ui-core-separator--height-spacing843 {
    height: 843px;
}

.bf-ui-core-separator--height-spacing844 {
    height: 844px;
}

.bf-ui-core-separator--height-spacing845 {
    height: 845px;
}

.bf-ui-core-separator--height-spacing846 {
    height: 846px;
}

.bf-ui-core-separator--height-spacing847 {
    height: 847px;
}

.bf-ui-core-separator--height-spacing848 {
    height: 848px;
}

.bf-ui-core-separator--height-spacing849 {
    height: 849px;
}

.bf-ui-core-separator--height-spacing850 {
    height: 850px;
}

.bf-ui-core-separator--height-spacing851 {
    height: 851px;
}

.bf-ui-core-separator--height-spacing852 {
    height: 852px;
}

.bf-ui-core-separator--height-spacing853 {
    height: 853px;
}

.bf-ui-core-separator--height-spacing854 {
    height: 854px;
}

.bf-ui-core-separator--height-spacing855 {
    height: 855px;
}

.bf-ui-core-separator--height-spacing856 {
    height: 856px;
}

.bf-ui-core-separator--height-spacing857 {
    height: 857px;
}

.bf-ui-core-separator--height-spacing858 {
    height: 858px;
}

.bf-ui-core-separator--height-spacing859 {
    height: 859px;
}

.bf-ui-core-separator--height-spacing860 {
    height: 860px;
}

.bf-ui-core-separator--height-spacing861 {
    height: 861px;
}

.bf-ui-core-separator--height-spacing862 {
    height: 862px;
}

.bf-ui-core-separator--height-spacing863 {
    height: 863px;
}

.bf-ui-core-separator--height-spacing864 {
    height: 864px;
}

.bf-ui-core-separator--height-spacing865 {
    height: 865px;
}

.bf-ui-core-separator--height-spacing866 {
    height: 866px;
}

.bf-ui-core-separator--height-spacing867 {
    height: 867px;
}

.bf-ui-core-separator--height-spacing868 {
    height: 868px;
}

.bf-ui-core-separator--height-spacing869 {
    height: 869px;
}

.bf-ui-core-separator--height-spacing870 {
    height: 870px;
}

.bf-ui-core-separator--height-spacing871 {
    height: 871px;
}

.bf-ui-core-separator--height-spacing872 {
    height: 872px;
}

.bf-ui-core-separator--height-spacing873 {
    height: 873px;
}

.bf-ui-core-separator--height-spacing874 {
    height: 874px;
}

.bf-ui-core-separator--height-spacing875 {
    height: 875px;
}

.bf-ui-core-separator--height-spacing876 {
    height: 876px;
}

.bf-ui-core-separator--height-spacing877 {
    height: 877px;
}

.bf-ui-core-separator--height-spacing878 {
    height: 878px;
}

.bf-ui-core-separator--height-spacing879 {
    height: 879px;
}

.bf-ui-core-separator--height-spacing880 {
    height: 880px;
}

.bf-ui-core-separator--height-spacing881 {
    height: 881px;
}

.bf-ui-core-separator--height-spacing882 {
    height: 882px;
}

.bf-ui-core-separator--height-spacing883 {
    height: 883px;
}

.bf-ui-core-separator--height-spacing884 {
    height: 884px;
}

.bf-ui-core-separator--height-spacing885 {
    height: 885px;
}

.bf-ui-core-separator--height-spacing886 {
    height: 886px;
}

.bf-ui-core-separator--height-spacing887 {
    height: 887px;
}

.bf-ui-core-separator--height-spacing888 {
    height: 888px;
}

.bf-ui-core-separator--height-spacing889 {
    height: 889px;
}

.bf-ui-core-separator--height-spacing890 {
    height: 890px;
}

.bf-ui-core-separator--height-spacing891 {
    height: 891px;
}

.bf-ui-core-separator--height-spacing892 {
    height: 892px;
}

.bf-ui-core-separator--height-spacing893 {
    height: 893px;
}

.bf-ui-core-separator--height-spacing894 {
    height: 894px;
}

.bf-ui-core-separator--height-spacing895 {
    height: 895px;
}

.bf-ui-core-separator--height-spacing896 {
    height: 896px;
}

.bf-ui-core-separator--height-spacing897 {
    height: 897px;
}

.bf-ui-core-separator--height-spacing898 {
    height: 898px;
}

.bf-ui-core-separator--height-spacing899 {
    height: 899px;
}

.bf-ui-core-separator--height-spacing900 {
    height: 900px;
}

.bf-ui-core-separator--height-spacing901 {
    height: 901px;
}

.bf-ui-core-separator--height-spacing902 {
    height: 902px;
}

.bf-ui-core-separator--height-spacing903 {
    height: 903px;
}

.bf-ui-core-separator--height-spacing904 {
    height: 904px;
}

.bf-ui-core-separator--height-spacing905 {
    height: 905px;
}

.bf-ui-core-separator--height-spacing906 {
    height: 906px;
}

.bf-ui-core-separator--height-spacing907 {
    height: 907px;
}

.bf-ui-core-separator--height-spacing908 {
    height: 908px;
}

.bf-ui-core-separator--height-spacing909 {
    height: 909px;
}

.bf-ui-core-separator--height-spacing910 {
    height: 910px;
}

.bf-ui-core-separator--height-spacing911 {
    height: 911px;
}

.bf-ui-core-separator--height-spacing912 {
    height: 912px;
}

.bf-ui-core-separator--height-spacing913 {
    height: 913px;
}

.bf-ui-core-separator--height-spacing914 {
    height: 914px;
}

.bf-ui-core-separator--height-spacing915 {
    height: 915px;
}

.bf-ui-core-separator--height-spacing916 {
    height: 916px;
}

.bf-ui-core-separator--height-spacing917 {
    height: 917px;
}

.bf-ui-core-separator--height-spacing918 {
    height: 918px;
}

.bf-ui-core-separator--height-spacing919 {
    height: 919px;
}

.bf-ui-core-separator--height-spacing920 {
    height: 920px;
}

.bf-ui-core-separator--height-spacing921 {
    height: 921px;
}

.bf-ui-core-separator--height-spacing922 {
    height: 922px;
}

.bf-ui-core-separator--height-spacing923 {
    height: 923px;
}

.bf-ui-core-separator--height-spacing924 {
    height: 924px;
}

.bf-ui-core-separator--height-spacing925 {
    height: 925px;
}

.bf-ui-core-separator--height-spacing926 {
    height: 926px;
}

.bf-ui-core-separator--height-spacing927 {
    height: 927px;
}

.bf-ui-core-separator--height-spacing928 {
    height: 928px;
}

.bf-ui-core-separator--height-spacing929 {
    height: 929px;
}

.bf-ui-core-separator--height-spacing930 {
    height: 930px;
}

.bf-ui-core-separator--height-spacing931 {
    height: 931px;
}

.bf-ui-core-separator--height-spacing932 {
    height: 932px;
}

.bf-ui-core-separator--height-spacing933 {
    height: 933px;
}

.bf-ui-core-separator--height-spacing934 {
    height: 934px;
}

.bf-ui-core-separator--height-spacing935 {
    height: 935px;
}

.bf-ui-core-separator--height-spacing936 {
    height: 936px;
}

.bf-ui-core-separator--height-spacing937 {
    height: 937px;
}

.bf-ui-core-separator--height-spacing938 {
    height: 938px;
}

.bf-ui-core-separator--height-spacing939 {
    height: 939px;
}

.bf-ui-core-separator--height-spacing940 {
    height: 940px;
}

.bf-ui-core-separator--height-spacing941 {
    height: 941px;
}

.bf-ui-core-separator--height-spacing942 {
    height: 942px;
}

.bf-ui-core-separator--height-spacing943 {
    height: 943px;
}

.bf-ui-core-separator--height-spacing944 {
    height: 944px;
}

.bf-ui-core-separator--height-spacing945 {
    height: 945px;
}

.bf-ui-core-separator--height-spacing946 {
    height: 946px;
}

.bf-ui-core-separator--height-spacing947 {
    height: 947px;
}

.bf-ui-core-separator--height-spacing948 {
    height: 948px;
}

.bf-ui-core-separator--height-spacing949 {
    height: 949px;
}

.bf-ui-core-separator--height-spacing950 {
    height: 950px;
}

.bf-ui-core-separator--height-spacing951 {
    height: 951px;
}

.bf-ui-core-separator--height-spacing952 {
    height: 952px;
}

.bf-ui-core-separator--height-spacing953 {
    height: 953px;
}

.bf-ui-core-separator--height-spacing954 {
    height: 954px;
}

.bf-ui-core-separator--height-spacing955 {
    height: 955px;
}

.bf-ui-core-separator--height-spacing956 {
    height: 956px;
}

.bf-ui-core-separator--height-spacing957 {
    height: 957px;
}

.bf-ui-core-separator--height-spacing958 {
    height: 958px;
}

.bf-ui-core-separator--height-spacing959 {
    height: 959px;
}

.bf-ui-core-separator--height-spacing960 {
    height: 960px;
}

.bf-ui-core-separator--height-spacing961 {
    height: 961px;
}

.bf-ui-core-separator--height-spacing962 {
    height: 962px;
}

.bf-ui-core-separator--height-spacing963 {
    height: 963px;
}

.bf-ui-core-separator--height-spacing964 {
    height: 964px;
}

.bf-ui-core-separator--height-spacing965 {
    height: 965px;
}

.bf-ui-core-separator--height-spacing966 {
    height: 966px;
}

.bf-ui-core-separator--height-spacing967 {
    height: 967px;
}

.bf-ui-core-separator--height-spacing968 {
    height: 968px;
}

.bf-ui-core-separator--height-spacing969 {
    height: 969px;
}

.bf-ui-core-separator--height-spacing970 {
    height: 970px;
}

.bf-ui-core-separator--height-spacing971 {
    height: 971px;
}

.bf-ui-core-separator--height-spacing972 {
    height: 972px;
}

.bf-ui-core-separator--height-spacing973 {
    height: 973px;
}

.bf-ui-core-separator--height-spacing974 {
    height: 974px;
}

.bf-ui-core-separator--height-spacing975 {
    height: 975px;
}

.bf-ui-core-separator--height-spacing976 {
    height: 976px;
}

.bf-ui-core-separator--height-spacing977 {
    height: 977px;
}

.bf-ui-core-separator--height-spacing978 {
    height: 978px;
}

.bf-ui-core-separator--height-spacing979 {
    height: 979px;
}

.bf-ui-core-separator--height-spacing980 {
    height: 980px;
}

.bf-ui-core-separator--height-spacing981 {
    height: 981px;
}

.bf-ui-core-separator--height-spacing982 {
    height: 982px;
}

.bf-ui-core-separator--height-spacing983 {
    height: 983px;
}

.bf-ui-core-separator--height-spacing984 {
    height: 984px;
}

.bf-ui-core-separator--height-spacing985 {
    height: 985px;
}

.bf-ui-core-separator--height-spacing986 {
    height: 986px;
}

.bf-ui-core-separator--height-spacing987 {
    height: 987px;
}

.bf-ui-core-separator--height-spacing988 {
    height: 988px;
}

.bf-ui-core-separator--height-spacing989 {
    height: 989px;
}

.bf-ui-core-separator--height-spacing990 {
    height: 990px;
}

.bf-ui-core-separator--height-spacing991 {
    height: 991px;
}

.bf-ui-core-separator--height-spacing992 {
    height: 992px;
}

.bf-ui-core-separator--height-spacing993 {
    height: 993px;
}

.bf-ui-core-separator--height-spacing994 {
    height: 994px;
}

.bf-ui-core-separator--height-spacing995 {
    height: 995px;
}

.bf-ui-core-separator--height-spacing996 {
    height: 996px;
}

.bf-ui-core-separator--height-spacing997 {
    height: 997px;
}

.bf-ui-core-separator--height-spacing998 {
    height: 998px;
}

.bf-ui-core-separator--height-spacing999 {
    height: 999px;
}

.bf-ui-core-separator--height-spacing1000 {
    height: 1000px;
}

@media (max-width: 768px) {
    @keyframes shimmer {
        100% {
            background-position-x: 0px;
        }
    }

    .bf-core-header-children {
        box-sizing: border-box;
        display: block;
        left: 0px;
        position: fixed;
        right: 0px;
        top: 56px;
        transition: transform 0.3s ease-in-out;
        z-index: 999;
    }

    .bf-core-header-children-placeholder {
        display: block;
    }

    .bf-core-header-children--sticky-off {
        width: 100%;
    }

    .bf-core-header-children--position__sticky {
        position: sticky;
    }

    .bf-core-header-children--hidden {
        transform: translateY(-300%);
    }

    .bf-core-header-children .andes-switch.bf-ui-core-switch {
        padding: 8px 0px;
    }

    .bf-core-header {
        align-items: center;
        display: flex;
        font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
        height: 56px;
        width: 100%;
        z-index: 1;
    }

    .bf-core-header--hidden {
        border: 0px;
        display: none;
        clip: rect(0px, 0px, 0px, 0px);
        clip-path: inset(50%);
        height: 1px;
        margin: 0px -1px -1px 0px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .bf-core-header .bf-core-header-container {
        display: flex;
        left: 16px;
        position: absolute;
    }

    .bf-core-header .bf-core-header-container__white {
        top: 16px;
    }

    .bf-core-header .bf-core-header-button {
        background-color: transparent;
        border: none;
        padding: 0px;
    }

    .bf-core-header .bf-core-icon-custom-size img {
        height: 24px;
        width: 24px;
    }

    .bf-core-header__yellow {
        background-color: rgb(255, 230, 0);
        box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px inset;
        left: 0px;
        position: fixed;
        right: 0px;
        top: 0px;
        transition: 0.3s ease-in-out;
        z-index: 10;
    }

    .bf-core-header__yellow .bf-core-header-title__visible {
        font-size: 18px;
        font-weight: 400;
        margin-left: 12px;
    }

    .bf-core-header__yellow+* {
        margin-top: 56px;
    }

    .bf-core-header__white {
        background-color: transparent;
        transition: 0.3s ease-in-out;
    }

    .bf-core-header__white .bf-core-header-title__hidden {
        display: none;
    }
}

.bf-ui-core-switch--fixed {
    border-radius: 0px;
    display: flex;
    left: 0px;
    position: fixed;
    top: 43px;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 10;
}

.andes-switch {
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: inline-flex;
    max-width: 100%;
    padding: 10px;
    width: max-content;
}

.andes-switch__input {
    appearance: none;
    border-radius: 12px;
    cursor: pointer;
    flex-shrink: 0;
    height: 24px;
    margin: 0px;
    outline: none;
    position: relative;
    width: 40px;
}

.andes-switch__input::after,
.andes-switch__input::before {
    content: "";
    position: absolute;
    transition: 0.15s ease-in-out;
}

.andes-switch__input::before {
    background: rgba(0, 0, 0, 0.1);
    border: 0px;
    border-radius: 12px;
    height: 100%;
    width: 100%;
}

.andes-switch__input::after {
    background: rgb(255, 255, 255);
    border: 0px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 2px;
    height: 20px;
    left: 2px;
    opacity: 1;
    top: 2px;
    width: 20px;
}

.andes-switch__input:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-switch__input:checked::before {
    background: var(--andes-color-blue-500, #3483fa);
}

.andes-switch__input:checked::after {
    left: 18px;
}

.andes-switch__input:checked:disabled::before {
    background: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    border: 0px;
}

.andes-switch__input:checked:disabled::after {
    box-shadow: none;
}

.andes-switch__input:disabled {
    cursor: not-allowed;
}

.andes-switch__input:disabled::before {
    background: rgba(0, 0, 0, 0.07);
}

.andes-switch__input:disabled::after {
    box-shadow: none;
}

.andes-switch__label {
    -webkit-font-smoothing: antialiased;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-left: 10px;
    margin-top: 2px;
}

.andes-switch--disabled {
    color: rgba(0, 0, 0, 0.25);
}

.andes-switch--label-left {
    flex-direction: row-reverse;
}

.andes-switch--label-left .andes-switch__label {
    margin-left: 0px;
    margin-right: 10px;
}

.bf-ui-core-switch {
    border-radius: 6px;
    cursor: pointer;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    width: inherit;
}

.bf-ui-core-switch--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-switch--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-switch--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-switch--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-switch--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-switch--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-switch--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-switch--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-switch--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-switch--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-switch--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-switch--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-switch--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-switch--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-switch--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-switch--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-switch--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-switch--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-switch--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-switch--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-switch--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-switch--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-switch--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-switch--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-switch--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-switch--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-switch--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-switch--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-switch--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-switch--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-switch--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-switch--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-switch--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-switch--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-switch--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-switch--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-switch--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-switch--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-switch--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-switch--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-switch--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-switch--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-switch--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-switch--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-switch--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-switch--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-switch--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-switch--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-switch--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-switch--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-switch--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-switch--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-switch--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-switch--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-switch--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-switch--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-switch--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-switch--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-switch--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-switch--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-switch--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-switch--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-switch--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-switch--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-switch--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-switch--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-switch--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-switch--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-switch--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-switch--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-switch--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-switch--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-switch--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-switch--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-switch--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-switch--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-switch--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-switch--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-switch--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-switch--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-switch--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-switch--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-switch--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-switch--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-switch--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-switch--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-switch--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-switch--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-switch--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-switch--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-switch--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-switch--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-switch--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-switch--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-switch--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-switch--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-switch--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-switch--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-switch--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-switch--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-switch--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-switch--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-switch--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-switch--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-switch--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-switch--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-switch--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-switch--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-switch--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-switch--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-switch--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-switch--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-switch--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-switch--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-switch--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-switch--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-switch--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-switch--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-switch--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-switch--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-switch--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-switch--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-switch--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-switch--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-switch--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-switch--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-switch--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-switch--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-switch--flex {
    display: flex;
}

.bf-ui-core-switch--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-switch--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-switch--flex-align--center {
    align-items: center;
}

.bf-ui-core-switch--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-switch--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-switch--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-switch--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-switch--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-switch--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-switch--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-switch--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-switch--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-switch--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-switch--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-switch--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-switch--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-switch--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-switch--flex-height--auto {
    height: auto;
}

.bf-ui-core-switch--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-switch--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-switch--flex-width--auto {
    width: auto;
}

.bf-ui-core-switch--background-transparent {
    background-color: transparent;
}

.bf-ui-core-switch--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-switch--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-switch--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-switch--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-switch--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-switch--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-switch--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-switch--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-switch--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-switch--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-switch--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-switch--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-switch--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-switch--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-switch--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-switch--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-switch--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-switch--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-switch--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-switch--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-switch--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-switch--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-switch--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-switch--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-switch--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-switch--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-switch--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-switch--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-switch--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-switch--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-switch--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-switch--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-switch--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-switch--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-switch--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-switch--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-switch--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-switch--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-switch--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-switch--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-switch--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-switch--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-switch--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-switch--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-switch--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-switch--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-switch--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-switch--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-switch--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-switch--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-switch--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-switch--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-switch--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-switch--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-switch--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-switch--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-switch--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-switch--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-switch--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-switch--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-switch--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-switch--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-switch--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-switch--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-switch--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-switch--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-switch--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-switch--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-switch--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-switch--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-switch--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-switch--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-switch--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-switch--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-switch--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-switch--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-switch--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-switch--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-switch--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-switch--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-switch--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-switch--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-switch--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-switch--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-switch--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-switch--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-switch--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-switch--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-switch--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-switch--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-switch--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-switch--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-switch--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-switch--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-switch--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-switch--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-switch--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-switch--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-switch--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-switch--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-switch--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-switch--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-switch--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-switch--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-switch--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-switch--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-switch--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-switch--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-switch--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-switch--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-switch--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-switch--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-switch--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-switch--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-switch--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-switch--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-switch--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-switch--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-switch--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-switch--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-switch--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-switch--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-switch--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-switch--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-switch--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-switch--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-switch--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-switch--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-switch--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-switch--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-switch--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-switch--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-switch--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-switch--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-switch--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-switch--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-switch--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-switch--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-switch--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-switch--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-switch--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-switch--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-switch--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-switch--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-switch--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-switch--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-switch--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-switch--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-switch--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-switch--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-switch--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-switch--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-switch--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-switch--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-switch--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-switch--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-switch--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-switch--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-switch--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-switch--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-switch--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-switch--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.andes-card.bf-ui-core-card .andes-card__content.bf-ui-core-card__content:not(:has(span.bf-ui-core-rich-text__body)) {
    width: 100%;
}

.andes-card.bf-ui-core-card .andes-card__content.bf-ui-core-card__content:not(:has(span.bf-ui-core-rich-text__body)) .bf-ui-core-switch .andes-switch.bf-ui-core-switch {
    justify-content: space-between;
}

.andes-list.bf-ui-core-list.andes-list--default.andes-list--selectable.andes-list-with-dividers {
    -webkit-font-smoothing: auto;
}

.andes-card,
.bf-ui-core-list {
    width: 100%;
}

.andes-card--padding--top-none {
    padding-top: 0px;
}

.andes-card--padding--top-spacing2 {
    padding-top: 2px;
}

.andes-card--padding--top-spacing4 {
    padding-top: 4px;
}

.andes-card--padding--top-spacing8 {
    padding-top: 8px;
}

.andes-card--padding--top-spacing12 {
    padding-top: 12px;
}

.andes-card--padding--top-spacing16 {
    padding-top: 16px;
}

.andes-card--padding--top-spacing20 {
    padding-top: 20px;
}

.andes-card--padding--top-spacing24 {
    padding-top: 24px;
}

.andes-card--padding--top-spacing28 {
    padding-top: 28px;
}

.andes-card--padding--top-spacing32 {
    padding-top: 32px;
}

.andes-card--padding--top-spacing40 {
    padding-top: 40px;
}

.andes-card--padding--top-spacing48 {
    padding-top: 48px;
}

.andes-card--padding--top-spacing56 {
    padding-top: 56px;
}

.andes-card--padding--top-spacing64 {
    padding-top: 64px;
}

.andes-card--padding--top-spacing80 {
    padding-top: 80px;
}

.andes-card--padding--top-spacing430 {
    padding-top: 430px;
}

.andes-card--padding--bottom-none {
    padding-bottom: 0px;
}

.andes-card--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.andes-card--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.andes-card--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.andes-card--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.andes-card--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.andes-card--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.andes-card--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.andes-card--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.andes-card--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.andes-card--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.andes-card--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.andes-card--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.andes-card--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.andes-card--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.andes-card--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.andes-card--padding--left-none {
    padding-left: 0px;
}

.andes-card--padding--left-spacing2 {
    padding-left: 2px;
}

.andes-card--padding--left-spacing4 {
    padding-left: 4px;
}

.andes-card--padding--left-spacing8 {
    padding-left: 8px;
}

.andes-card--padding--left-spacing12 {
    padding-left: 12px;
}

.andes-card--padding--left-spacing16 {
    padding-left: 16px;
}

.andes-card--padding--left-spacing20 {
    padding-left: 20px;
}

.andes-card--padding--left-spacing24 {
    padding-left: 24px;
}

.andes-card--padding--left-spacing28 {
    padding-left: 28px;
}

.andes-card--padding--left-spacing32 {
    padding-left: 32px;
}

.andes-card--padding--left-spacing40 {
    padding-left: 40px;
}

.andes-card--padding--left-spacing48 {
    padding-left: 48px;
}

.andes-card--padding--left-spacing56 {
    padding-left: 56px;
}

.andes-card--padding--left-spacing64 {
    padding-left: 64px;
}

.andes-card--padding--left-spacing80 {
    padding-left: 80px;
}

.andes-card--padding--left-spacing430 {
    padding-left: 430px;
}

.andes-card--padding--right-none {
    padding-right: 0px;
}

.andes-card--padding--right-spacing2 {
    padding-right: 2px;
}

.andes-card--padding--right-spacing4 {
    padding-right: 4px;
}

.andes-card--padding--right-spacing8 {
    padding-right: 8px;
}

.andes-card--padding--right-spacing12 {
    padding-right: 12px;
}

.andes-card--padding--right-spacing16 {
    padding-right: 16px;
}

.andes-card--padding--right-spacing20 {
    padding-right: 20px;
}

.andes-card--padding--right-spacing24 {
    padding-right: 24px;
}

.andes-card--padding--right-spacing28 {
    padding-right: 28px;
}

.andes-card--padding--right-spacing32 {
    padding-right: 32px;
}

.andes-card--padding--right-spacing40 {
    padding-right: 40px;
}

.andes-card--padding--right-spacing48 {
    padding-right: 48px;
}

.andes-card--padding--right-spacing56 {
    padding-right: 56px;
}

.andes-card--padding--right-spacing64 {
    padding-right: 64px;
}

.andes-card--padding--right-spacing80 {
    padding-right: 80px;
}

.andes-card--padding--right-spacing430 {
    padding-right: 430px;
}

.andes-card--margin--top-none {
    margin-top: 0px;
}

.andes-card--margin--top-spacing2 {
    margin-top: 2px;
}

.andes-card--margin--top-spacing4 {
    margin-top: 4px;
}

.andes-card--margin--top-spacing8 {
    margin-top: 8px;
}

.andes-card--margin--top-spacing12 {
    margin-top: 12px;
}

.andes-card--margin--top-spacing16 {
    margin-top: 16px;
}

.andes-card--margin--top-spacing20 {
    margin-top: 20px;
}

.andes-card--margin--top-spacing24 {
    margin-top: 24px;
}

.andes-card--margin--top-spacing28 {
    margin-top: 28px;
}

.andes-card--margin--top-spacing32 {
    margin-top: 32px;
}

.andes-card--margin--top-spacing40 {
    margin-top: 40px;
}

.andes-card--margin--top-spacing48 {
    margin-top: 48px;
}

.andes-card--margin--top-spacing56 {
    margin-top: 56px;
}

.andes-card--margin--top-spacing64 {
    margin-top: 64px;
}

.andes-card--margin--top-spacing80 {
    margin-top: 80px;
}

.andes-card--margin--top-spacing430 {
    margin-top: 430px;
}

.andes-card--margin--bottom-none {
    margin-bottom: 0px;
}

.andes-card--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.andes-card--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.andes-card--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.andes-card--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.andes-card--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.andes-card--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.andes-card--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.andes-card--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.andes-card--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.andes-card--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.andes-card--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.andes-card--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.andes-card--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.andes-card--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.andes-card--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.andes-card--margin--left-none {
    margin-left: 0px;
}

.andes-card--margin--left-spacing2 {
    margin-left: 2px;
}

.andes-card--margin--left-spacing4 {
    margin-left: 4px;
}

.andes-card--margin--left-spacing8 {
    margin-left: 8px;
}

.andes-card--margin--left-spacing12 {
    margin-left: 12px;
}

.andes-card--margin--left-spacing16 {
    margin-left: 16px;
}

.andes-card--margin--left-spacing20 {
    margin-left: 20px;
}

.andes-card--margin--left-spacing24 {
    margin-left: 24px;
}

.andes-card--margin--left-spacing28 {
    margin-left: 28px;
}

.andes-card--margin--left-spacing32 {
    margin-left: 32px;
}

.andes-card--margin--left-spacing40 {
    margin-left: 40px;
}

.andes-card--margin--left-spacing48 {
    margin-left: 48px;
}

.andes-card--margin--left-spacing56 {
    margin-left: 56px;
}

.andes-card--margin--left-spacing64 {
    margin-left: 64px;
}

.andes-card--margin--left-spacing80 {
    margin-left: 80px;
}

.andes-card--margin--left-spacing430 {
    margin-left: 430px;
}

.andes-card--margin--right-none {
    margin-right: 0px;
}

.andes-card--margin--right-spacing2 {
    margin-right: 2px;
}

.andes-card--margin--right-spacing4 {
    margin-right: 4px;
}

.andes-card--margin--right-spacing8 {
    margin-right: 8px;
}

.andes-card--margin--right-spacing12 {
    margin-right: 12px;
}

.andes-card--margin--right-spacing16 {
    margin-right: 16px;
}

.andes-card--margin--right-spacing20 {
    margin-right: 20px;
}

.andes-card--margin--right-spacing24 {
    margin-right: 24px;
}

.andes-card--margin--right-spacing28 {
    margin-right: 28px;
}

.andes-card--margin--right-spacing32 {
    margin-right: 32px;
}

.andes-card--margin--right-spacing40 {
    margin-right: 40px;
}

.andes-card--margin--right-spacing48 {
    margin-right: 48px;
}

.andes-card--margin--right-spacing56 {
    margin-right: 56px;
}

.andes-card--margin--right-spacing64 {
    margin-right: 64px;
}

.andes-card--margin--right-spacing80 {
    margin-right: 80px;
}

.andes-card--margin--right-spacing430 {
    margin-right: 430px;
}

.andes-card--flex {
    display: flex;
}

.andes-card--flex-direction--row {
    flex-direction: row;
}

.andes-card--flex-direction--column {
    flex-direction: column;
}

.andes-card--flex-align--center {
    align-items: center;
}

.andes-card--flex-align--top {
    align-items: flex-start;
}

.andes-card--flex-align--bottom {
    align-items: flex-end;
}

.andes-card--flex-align--stretch {
    align-items: stretch;
}

.andes-card--flex-text_align--center {
    text-align: center;
}

.andes-card--flex-text_align--left {
    text-align: left;
}

.andes-card--flex-text_align--right {
    text-align: right;
}

.andes-card--flex-justify--center {
    justify-content: center;
}

.andes-card--flex-justify--left {
    justify-content: flex-start;
}

.andes-card--flex-justify--right {
    justify-content: flex-end;
}

.andes-card--flex-justify--between {
    justify-content: space-between;
}

.andes-card--flex-wrap--wrap {
    flex-wrap: wrap;
}

.andes-card--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.andes-card--flex-height--wrap_content {
    height: fit-content;
}

.andes-card--flex-height--match_parent {
    height: 100%;
}

.andes-card--flex-height--auto {
    height: auto;
}

.andes-card--flex-width--wrap_content {
    width: fit-content;
}

.andes-card--flex-width--match_parent {
    width: 100%;
}

.andes-card--flex-width--auto {
    width: auto;
}

.andes-card--background-transparent {
    background-color: transparent;
}

.andes-card--background-white {
    background-color: rgb(255, 255, 255);
}

.andes-card--background-black {
    background-color: rgb(0, 0, 0);
}

.andes-card--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.andes-card--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.andes-card--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.andes-card--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-card--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.andes-card--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-card--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.andes-card--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.andes-card--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.andes-card--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.andes-card--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.andes-card--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.andes-card--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.andes-card--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.andes-card--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.andes-card--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.andes-card--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.andes-card--background-green500 {
    background-color: rgb(0, 166, 80);
}

.andes-card--background-green600 {
    background-color: rgb(0, 135, 68);
}

.andes-card--background-green700 {
    background-color: rgb(0, 102, 51);
}

.andes-card--background-green800 {
    background-color: rgb(0, 77, 39);
}

.andes-card--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.andes-card--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.andes-card--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.andes-card--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.andes-card--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.andes-card--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.andes-card--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.andes-card--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.andes-card--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.andes-card--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.andes-card--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.andes-card--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.andes-card--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.andes-card--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.andes-card--background-red500 {
    background-color: rgb(242, 61, 79);
}

.andes-card--background-red600 {
    background-color: rgb(209, 36, 64);
}

.andes-card--background-red700 {
    background-color: rgb(166, 29, 51);
}

.andes-card--background-red800 {
    background-color: rgb(128, 22, 39);
}

.andes-card--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.andes-card--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.andes-card--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.andes-card--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.andes-card--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-card--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-card--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.andes-card--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.andes-card--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.andes-card--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.andes-card--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.andes-card--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.andes-card--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.andes-card--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.andes-card--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.andes-card--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.andes-card--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.andes-card--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.andes-card--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.andes-card--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.andes-card--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.andes-card--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.andes-card--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.andes-card--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.andes-card--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.andes-card--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.andes-card--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.andes-card--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.andes-card--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.andes-card--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.andes-card--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.andes-card--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.andes-card--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.andes-card--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.andes-card--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.andes-card--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.andes-card--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.andes-card--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.andes-card--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.andes-card--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.andes-card--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.andes-card--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.andes-card--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.andes-card--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.andes-card--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.andes-card--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.andes-card--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.andes-card--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.andes-card--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.andes-card--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.andes-card--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.andes-card--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.andes-card--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.andes-card--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.andes-card--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.andes-card--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.andes-card--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.andes-card--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.andes-card--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.andes-card--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.andes-card--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.andes-card--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.andes-card--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.andes-card--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.andes-card--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.andes-card--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.andes-card--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.andes-card--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.andes-card--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.andes-card--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.andes-card--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.andes-card--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.andes-card--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.andes-card--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.andes-card--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.andes-card--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.andes-card--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.andes-card--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.andes-card--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.andes-card--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.andes-card--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.andes-card--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.andes-card--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.andes-card--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.andes-card--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.andes-card--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.andes-card--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.andes-card--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.andes-card--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.andes-card--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.andes-card--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.andes-card--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.andes-card--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.andes-card--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.andes-card--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.andes-card--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.andes-card--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.andes-card--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.andes-card--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.andes-card--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.andes-card--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.andes-card--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.andes-card--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.andes-card--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.andes-card--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.andes-card--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.andes-card--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.andes-card--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.andes-card--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.andes-card--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.andes-card--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.andes-card--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.andes-card--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.andes-card--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.andes-card--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.andes-card--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.andes-card--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.andes-card--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.andes-card--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.andes-card--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.andes-card--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.andes-list {
    background-color: rgb(255, 255, 255);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
}

.andes-list:focus {
    box-shadow: none;
}

.andes-list:focus-visible {
    box-shadow: none;
}

.andes-list-with-dividers .andes-list__item+.andes-list__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.andes-list-asset {
    margin-top: 0.5em;
}

.andes-list__item {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px;
    position: relative;
}

.andes-list__item--visible-focused {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-list__item-anchor {
    display: flex;
    justify-content: space-between;
    margin: 0px -16px;
    outline: none;
    padding: 0px 16px;
    text-decoration: none;
    width: -webkit-fill-available;
}

.andes-list__item-anchor::before {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.andes-list__item-anchor:focus {
    box-shadow: none;
}

.andes-list__item-anchor:focus-visible {
    box-shadow: none;
}

.andes-list__item-action {
    align-items: center;
    background-color: transparent;
    border: 0px;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    justify-content: space-between;
    line-height: 12px;
    margin: 0px -16px;
    outline: none;
    padding: 0px 18px;
    text-decoration: none;
    width: -webkit-fill-available;
}

.andes-list__item-action::before {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.andes-list__item-action:focus {
    box-shadow: none;
}

.andes-list__item-action:focus-visible {
    box-shadow: none;
}

.andes-list__item-action .andes-list__item-text {
    text-align: left;
}

.andes-list__item-action::before {
    cursor: pointer;
}

.andes-list__item-with-secondary {
    align-self: center;
}

.andes-list__item-first-column {
    align-items: center;
    display: flex;
    flex-grow: 4;
    margin-right: 12px;
}

.andes-list__item-second-column {
    display: inline-flex;
}

.andes-list__item-second-column-with-centered-text {
    align-self: center;
}

.andes-list__item-second-column .andes-list__item-tertiary {
    text-align: right;
}

.andes-list__item-second-column .andes-list__item-chevron {
    padding-left: 12px;
}

.andes-list__item-second-column .andes-list__item-chevron--centered {
    align-self: center;
}

.andes-list__item-second-column .andes-list__item-chevron--top {
    align-self: flex-start;
}

.andes-list__item-second-column a,
.andes-list__item-second-column button {
    position: relative;
    z-index: 1;
}

.andes-list__item-primary {
    color: rgba(0, 0, 0, 0.9);
    display: block;
}

.andes-list__item-primary--max-lines-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.andes-list__item-primary--max-lines-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.andes-list__item-secondary {
    color: rgba(0, 0, 0, 0.55);
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: start;
}

.andes-list__item-tertiary {
    align-self: center;
    color: rgba(0, 0, 0, 0.9);
    display: block;
    text-wrap: nowrap;
}

.andes-list__item-tertiary-description {
    color: rgba(0, 0, 0, 0.55);
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: right;
}

.andes-list__item-tertiary--top {
    align-self: flex-start;
}

.andes-list__item-tertiary .andes-checkbox__label {
    margin-left: 0px;
}

.andes-list__item-tertiary-container--centered {
    align-self: center;
}

.andes-list__item-image {
    align-self: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    display: block;
}

.andes-list__item-asset {
    margin-bottom: auto;
}

.andes-list__item-asset--icon-one-line {
    margin-bottom: 0px;
}

.andes-list__item--size-small.andes-list__item-with-image .andes-list__item-second-column {
    align-self: center;
    height: 32px;
}

.andes-list__item--size-small .andes-list__item-first-column,
.andes-list__item--size-small .andes-list__item-second-column {
    padding: 11px 0px;
}

.andes-list__item--size-small .andes-list__item-asset {
    margin-right: 12px;
}

.andes-list__item--size-small .andes-list__item-asset .andes-thumbnail-container {
    height: 32px;
}

.andes-list__item--size-small .andes-list__item-asset--icon {
    margin-right: 0px;
}

.andes-list__item--size-small .andes-list__item-asset--icon>svg {
    margin-right: 8px;
}

.andes-list__item--size-small .andes-list__item-primary,
.andes-list__item--size-small .andes-list__item-tertiary {
    font-size: 14px;
    line-height: 18px;
}

.andes-list__item--size-small .andes-list__item-image {
    height: 36px;
    min-height: 36px;
    min-width: 36px;
    width: 36px;
}

.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-first-column,
.andes-list__item--size-medium.andes-list__item-with-secondary .andes-list__item-second-column {
    padding: 14px 0px 13px;
}

.andes-list__item--size-medium.andes-list__item-with-image .andes-list__item-second-column {
    align-self: center;
    height: 40px;
}

.andes-list__item--size-medium .andes-list__item-first-column,
.andes-list__item--size-medium .andes-list__item-second-column {
    padding: 14px 0px;
}

.andes-list__item--size-medium .andes-list__item-asset {
    margin-right: 16px;
}

.andes-list__item--size-medium .andes-list__item-asset .andes-thumbnail-container {
    height: 40px;
}

.andes-list__item--size-medium .andes-list__item-asset--icon {
    margin-right: 0px;
}

.andes-list__item--size-medium .andes-list__item-asset>svg {
    margin-right: 12px;
}

.andes-list__item--size-medium .andes-list__item-primary,
.andes-list__item--size-medium .andes-list__item-tertiary {
    font-size: 16px;
    line-height: 20px;
}

.andes-list__item--size-medium .andes-list__item-secondary,
.andes-list__item--size-medium .andes-list__item-tertiary-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
}

.andes-list__item--size-medium .andes-list__item-image {
    height: 38px;
    min-height: 38px;
    min-width: 38px;
    width: 38px;
}

.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-first-column,
.andes-list__item--size-large.andes-list__item-with-secondary .andes-list__item-second-column {
    padding: 24px 0px;
}

.andes-list__item--size-large.andes-list__item-with-image .andes-list__item-second-column {
    align-self: center;
    height: 56px;
}

.andes-list__item--size-large .andes-list__item-first-column,
.andes-list__item--size-large .andes-list__item-second-column {
    padding: 24px 0px 22px;
}

.andes-list__item--size-large .andes-list__item-asset {
    margin-right: 16px;
}

.andes-list__item--size-large .andes-list__item-asset .andes-thumbnail-container {
    height: 56px;
}

.andes-list__item--size-large .andes-list__item-asset--icon {
    margin-right: 0px;
}

.andes-list__item--size-large .andes-list__item-asset>svg {
    margin-right: 16px;
}

.andes-list__item--size-large .andes-list__item-primary,
.andes-list__item--size-large .andes-list__item-tertiary {
    line-height: 22px;
}

.andes-list__item--size-large .andes-list__item-secondary,
.andes-list__item--size-large .andes-list__item-tertiary-description {
    line-height: 20px;
    margin-top: 6px;
}

.andes-list__item--size-large .andes-list__item-image {
    height: 54px;
    min-height: 54px;
    min-width: 54px;
    width: 54px;
}

.andes-list__item--padding-0 {
    padding: 0px;
}

.andes-list__item--padding-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.andes-list__item--padding-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.andes-list__item--padding-32 {
    padding-left: 32px;
    padding-right: 32px;
}

.andes-list__item--padding-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.andes-list__group {
    list-style: none;
}

.andes-list__group--header {
    align-items: flex-end;
    color: rgba(0, 0, 0, 0.55);
    cursor: default;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: space-between;
    padding: 0px 16px;
}

.andes-list__group--sublist {
    padding: 0px;
}

.andes-list__group::marker {
    content: "";
}

.andes-list__group+.andes-list__group {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.andes-list__group--size-small .andes-list__group--header {
    height: 40px;
    line-height: 15px;
    padding-bottom: 6px;
}

.andes-list__group--size-medium .andes-list__group--header {
    height: 48px;
    line-height: 15px;
    padding-bottom: 8px;
}

.andes-list__group--size-large .andes-list__group--header {
    font-size: 14px;
    height: 68px;
    line-height: 18px;
    padding-bottom: 11px;
}

.andes-list__group--padding-0 .andes-list__group--header {
    padding-left: 0px;
    padding-right: 0px;
}

.andes-list__group--padding-16 .andes-list__group--header {
    padding-left: 16px;
    padding-right: 16px;
}

.andes-list__group--padding-24 .andes-list__group--header {
    padding-left: 24px;
    padding-right: 24px;
}

.andes-list__group--padding-32 .andes-list__group--header {
    padding-left: 32px;
    padding-right: 32px;
}

.andes-list__group--padding-40 .andes-list__group--header {
    padding-left: 40px;
    padding-right: 40px;
}

.andes-list--dropdown .andes-list__item-secondary,
.andes-list--dropdown .andes-list__item-tertiary {
    display: none;
}

.andes-list--dropdown .andes-list__item--size-medium.andes-list__item-with-image,
.andes-list--dropdown .andes-list__item--size-medium.andes-list__item-with-secondary {
    height: 48px;
}

.andes-list--dropdown .andes-list__item--size-large.andes-list__item-with-image,
.andes-list--dropdown .andes-list__item--size-large.andes-list__item-with-secondary {
    height: 68px;
}

.andes-list--dropdown .andes-list__item-with-image .andes-list__item-first-column .andes-list__item-asset>svg,
.andes-list--dropdown .andes-list__item-with-secondary .andes-list__item-first-column .andes-list__item-asset>svg {
    padding-bottom: 0px;
}

.andes-list--selectable .andes-list__item:hover {
    background-color: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    .andes-list--selectable .andes-list__item:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }
}

.andes-list--selectable .andes-list__item {
    cursor: pointer;
}

.andes-list--selectable .andes-list__item:hover {
    transition: background-color 0.1s ease-out;
}

.andes-list--selectable .andes-list__item--disabled {
    cursor: default;
}

.andes-list--selectable .andes-list__item--disabled:hover {
    background-color: rgb(255, 255, 255);
}

.andes-list__item--disabled:hover {
    background: transparent;
}

.andes-list__item--disabled .andes-list__item-primary,
.andes-list__item--disabled .andes-list__item-secondary,
.andes-list__item--disabled .andes-list__item-tertiary {
    color: rgba(0, 0, 0, 0.25);
}

.andes-list__item--disabled .andes-list__item-primary {
    pointer-events: none;
}

.andes-list__item--disabled .andes-list__item-first-column .andes-list__item-asset>svg path {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-list__item--disabled.andes-list__item--selected::before {
    border-left: 0.111111em solid rgba(0, 0, 0, 0.25);
}

.andes-list__item--disabled.andes-list__item--selected .andes-list__item-primary {
    color: rgba(0, 0, 0, 0.25);
}

.andes-list__item--disabled.andes-list__item--selected .andes-list__item-first-column .andes-list__item-asset>svg path {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-list__item--disabled.andes-list__item--selected.andes-list__item-with-selection-component .andes-list__item-primary {
    color: rgba(0, 0, 0, 0.25);
}

.andes-list__item--selected {
    position: relative;
}

.andes-list__item--selected::before {
    left: 2px;
    position: absolute;
}

.andes-list__item--selected-padding-0::before,
.andes-list__item--selected::before {
    border-left: .1111111111em solid var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    border-radius: 1.5px;
    bottom: 2px;
    content: "";
    top: 2px;
}

.andes-list__item--selected-padding-0::before {
    left: 0px;
}

.andes-list__item--selected .andes-list__item-primary {
    color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    font-weight: 600;
}

.andes-list__item--selected.andes-list__item-with-selection-component::before {
    border-left: 0px;
}

.andes-list__item--selected.andes-list__item-with-selection-component .andes-list__item-primary {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
}

.andes-list__item--selected:not(.andes-form-control--split-item) .andes-list__item-first-column .andes-list__item-asset>svg path {
    fill: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

@media (min-width: 768px) {
    .andes-checkbox__input:hover::after {
        background-color: rgb(255, 255, 255);
        border-color: rgba(0, 0, 0, 0.25);
    }

    .andes-checkbox__input:checked:hover::after {
        background-color: var(--andes-color-blue-500, #3483fa);
    }

    .andes-checkbox__input:hover::after {
        background-color: rgb(255, 255, 255);
        border-color: rgba(0, 0, 0, 0.55);
    }

    .andes-checkbox__input:checked:hover::after {
        background-color: var(--andes-color-blue-600, #2968c8);
    }
}

.andes-checkbox {
    -webkit-font-smoothing: antialiased;
    align-items: flex-start;
    cursor: pointer;
    display: inline-flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
}

.andes-checkbox__checkbox,
.andes-checkbox__icon,
.andes-checkbox__input,
.andes-checkbox__input::after {
    height: 16px;
    width: 16px;
}

.andes-checkbox__checkbox {
    box-sizing: border-box;
    display: inline-flex;
    margin: 2px 0px;
    position: relative;
}

.andes-checkbox__input {
    align-items: center;
    appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0px;
    outline: none;
}

.andes-checkbox__input:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-checkbox__input:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-checkbox__input:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-checkbox__input::after {
    place-self: center;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    inset: 0px;
    position: absolute;
}

.andes-checkbox__input:active::after {
    background-color: rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.55);
}

.andes-checkbox__input:disabled {
    background-color: inherit;
    cursor: not-allowed;
}

.andes-checkbox__input:disabled::after {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-checkbox__input:checked~.andes-checkbox__icon {
    visibility: visible;
}

.andes-checkbox__input:checked::after {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-width: 0px;
}

.andes-checkbox__input:checked~.andes-checkbox__icon {
    color: rgb(255, 255, 255);
}

.andes-checkbox__input:checked:active::after {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.andes-checkbox__input:checked:disabled::after {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-checkbox__input:checked:disabled~.andes-checkbox__icon {
    color: rgba(0, 0, 0, 0.25);
}

.andes-checkbox__icon {
    place-self: center;
    box-sizing: border-box;
    display: inline-flex;
    inset: 0px;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

.andes-checkbox__label {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px 0px 0px 12px;
}

.andes-checkbox--label-left {
    flex-direction: row-reverse;
}

.andes-checkbox--label-left .andes-checkbox__label {
    margin: 0px 12px 0px 0px;
}

.andes-checkbox--disabled {
    cursor: not-allowed;
}

.andes-checkbox--disabled .andes-checkbox__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-list__item.bf-ui-core-list-item {
    padding: 0px;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-centered {
    align-items: center;
    min-height: 68px;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-centered .list-item__radio {
    align-self: center;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-top {
    align-items: flex-start;
    min-height: auto;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-top .bf-ui-core-list-item__container-content {
    align-items: flex-start;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-top .bf-ui-core-list-item__container-content .list-item__radio {
    align-self: flex-start;
    margin-top: 2px;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-top .andes-list__item-action {
    margin: 0px;
    padding: 0px;
}

.andes-list__item.bf-ui-core-list-item.bf-ui-core-list-item--align-top .andes-list__item-second-column {
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.andes-list__item.bf-ui-core-list-item--hover-off:hover {
    background-color: transparent !important;
}

.bf-ui-core-list-item--chevron-blue .andes-list__item-second-column .andes-list__item-chevron.andes-list__item-chevron--top path {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

.bf-ui-core-list-item .andes-list__item-action {}

.bf-ui-core-list-item .bf-ui-core-list-item__container {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    text-align: left;
    width: 100%;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex {
    display: flex;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-align--center {
    align-items: center;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-height--auto {
    height: auto;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--flex-width--auto {
    width: auto;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-transparent {
    background-color: transparent;
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-list-item .bf-ui-core-list-item__container--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    text-align: left;
    width: 100%;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex {
    display: flex;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-align--center {
    align-items: center;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-height--auto {
    height: auto;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--flex-width--auto {
    width: auto;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-transparent {
    background-color: transparent;
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-list-item .andes-list__item-action .bf-ui-core-list-item__container--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-list-item__badge {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.bf-ui-core-list-item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.bf-ui-core-list-item__content--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-list-item__content--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-list-item__content--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-list-item__content--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-list-item__content--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-list-item__content--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-list-item__content--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-list-item__content--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-list-item__content--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-list-item__content--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-list-item__content--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-list-item__content--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-list-item__content--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-list-item__content--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-list-item__content--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-list-item__content--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-list-item__content--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-list-item__content--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-list-item__content--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-list-item__content--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-list-item__content--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-list-item__content--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-list-item__content--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-list-item__content--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-list-item__content--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-list-item__content--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-list-item__content--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-list-item__content--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-list-item__content--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-list-item__content--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-list-item__content--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-list-item__content--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-list-item__content--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-list-item__content--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-list-item__content--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-list-item__content--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-list-item__content--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-list-item__content--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-list-item__content--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-list-item__content--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-list-item__content--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-list-item__content--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-list-item__content--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-list-item__content--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-list-item__content--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-list-item__content--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-list-item__content--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-list-item__content--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-list-item__content--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-list-item__content--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-list-item__content--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-list-item__content--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-list-item__content--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-list-item__content--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-list-item__content--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-list-item__content--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-list-item__content--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-list-item__content--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-list-item__content--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-list-item__content--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-list-item__content--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-list-item__content--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-list-item__content--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-list-item__content--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-list-item__content--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-list-item__content--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-list-item__content--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-list-item__content--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-list-item__content--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-list-item__content--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-list-item__content--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-list-item__content--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-list-item__content--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-list-item__content--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-list-item__content--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-list-item__content--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-list-item__content--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-list-item__content--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-list-item__content--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-list-item__content--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-list-item__content--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-list-item__content--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-list-item__content--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-list-item__content--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-list-item__content--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-list-item__content--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-list-item__content--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-list-item__content--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-list-item__content--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-list-item__content--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-list-item__content--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-list-item__content--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-list-item__content--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-list-item__content--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-list-item__content--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-list-item__content--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-list-item__content--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-list-item__content--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-list-item__content--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-list-item__content--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-list-item__content--flex {
    display: flex;
}

.bf-ui-core-list-item__content--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-list-item__content--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-list-item__content--flex-align--center {
    align-items: center;
}

.bf-ui-core-list-item__content--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-list-item__content--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-list-item__content--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-list-item__content--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-list-item__content--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-list-item__content--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-list-item__content--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-list-item__content--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-list-item__content--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-list-item__content--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-list-item__content--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-list-item__content--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-list-item__content--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-list-item__content--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-list-item__content--flex-height--auto {
    height: auto;
}

.bf-ui-core-list-item__content--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-list-item__content--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-list-item__content--flex-width--auto {
    width: auto;
}

.bf-ui-core-list-item__content--background-transparent {
    background-color: transparent;
}

.bf-ui-core-list-item__content--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-list-item__content--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-list-item__content--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-list-item__content--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-list-item__content--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-list-item__content--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-list-item__content--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-list-item__content--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-list-item__content--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-list-item__content--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-list-item__content--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-list-item__content--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-list-item__content--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-list-item__content--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-list-item__content--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-list-item__content--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-list-item__content--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-list-item__content--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-list-item__content--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-list-item__content--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-list-item__content--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-list-item__content--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-list-item__content--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-list-item__content--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-list-item__content--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-list-item__content--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-list-item__content--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-list-item__content--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-list-item__content--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-list-item__content--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-list-item__content--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-list-item__content--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-list-item__content--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-list-item__content--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-list-item__content--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-list-item__content--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-list-item__content--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-list-item__content--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-list-item__content--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-list-item__content--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-list-item__content--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-list-item__content--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-list-item__content--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-list-item__content--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-list-item__content--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-list-item__content--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-list-item__content--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-list-item__content--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-list-item__content--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-list-item__content--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-list-item__content--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-list-item__content--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-list-item__content--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-list-item__content--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-list-item__content--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-list-item__content--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-list-item__content--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-list-item__content--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-list-item__content--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-list-item__content--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-list-item__content--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-list-item__content--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-list-item__content--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-list-item__content--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-list-item__content--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-list-item__content--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-list-item__content--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-list-item__content--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-list-item__content--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-list-item__content--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-list-item__content--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-list-item__content--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-list-item__content--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-list-item__content--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-list-item__content--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-list-item__content--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-list-item__content--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-list-item__content--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-list-item__content--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-list-item__content--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-list-item__content--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-list-item__content--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-list-item__content--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-list-item__content--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-list-item__content--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-list-item__content--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-list-item__content--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-list-item__content--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-list-item__content--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-list-item__content--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-list-item__content--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-list-item__content--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-list-item__content--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-list-item__content--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-list-item__content--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-list-item__content--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-list-item__content--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-list-item__content--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-list-item__content--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-list-item__content--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-list-item__content--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-list-item__content--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-list-item__content--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-list-item__content--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-list-item__content--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-list-item__content--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-list-item__content--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-list-item__content--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-list-item__content--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-list-item__content--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-list-item__content--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-list-item__content--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-list-item__content--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-list-item__content--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-list-item__content--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-list-item__content--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-list-item__content--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-list-item__content--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-list-item__content--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-list-item__content--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-list-item__content--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-list-item__content--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-list-item__content--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-list-item__content--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-list-item__content--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-list-item__content--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-list-item__content--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-list-item__content--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-list-item__content--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-list-item__content--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-list-item__content--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-list-item__content--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-list-item__content--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-list-item__content--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-list-item__content--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-list-item__content--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-list-item__content--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-list-item__content--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-list-item__content--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-list-item__content--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-list-item__content--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-list-item__content--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-list-item__content--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-list-item__content--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-list-item__content--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-list-item__content--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-list-item__content--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-list-item__content--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-list-item__content--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-list-item__content--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-list-item__content--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-list-item__content--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-list-item__content--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-list-item__content--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-list-item__content--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-list-item__content--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-list-item__content--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-list-item__content--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-list-item__content--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-list-item__content--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-list-item__content--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-list-item__content--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-list-item__container-content {
    display: flex;
    width: 100%;
}

.bf-ui-core-list-item__thumbnail-container {
    display: flex;
}

.bf-ui-core-list-item .bf-ui-core-thumbnail,
.bf-ui-core-list-item .list-item__radio {
    margin-right: 16px;
}

.bf-ui-core-list-item .list-item__radio .andes-radio {
    padding: 0px;
}

.bf-ui-core-list-item .list-item__radio .andes-radio .andes-radio-element {
    height: 16px;
    padding: 0px;
    width: 16px;
}

.bf-ui-core-list-item .list-item__radio .andes-radio .andes-radio-element .andes-radio__background {
    border-radius: 50%;
    height: 100%;
    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    top: 0px;
    width: 100%;
}

.bf-ui-core-list-item .list-item__checkbox .andes-checkbox {
    align-self: center;
}

.bf-ui-core-list-item .bf-ui-core-list-item__thumbnail-container:has(+ .bf-ui-core-list-item__content :nth-child(3)) {
    align-self: flex-start;
}

.bf-ui-core-list-item .bf-ui-core-container .bf-ui-core-tooltip {
    margin-left: inherit;
}

.bf-ui-core-list-item .andes-list__item-second-column {
    padding-right: 14px;
}

.bf-ui-core-list-item__disable .bf-ui-core-list-item__badge {
    filter: grayscale(1);
}

.bf-ui-core-list-item__disable .andes-list__item-chevron path {
    fill: rgba(0, 0, 0, 0.3);
}

.bf-ui-core-list-item__disable .bf-ui-core-rich-text__icon--image {
    filter: grayscale(1);
}

.bf-ui-core-list-item:hover .bf-ui-core-list-item__container--background-white {
    background-color: transparent;
}

.bf-ui-core-list-item__container-content:nth-child(3n+1)+.andes-checkbox {
    align-self: flex-start;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .bf-ui-core-list-item__checkbox .andes-list__item-action .bf-ui-core-list-item__container {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .bf-ui-core-list-item__checkbox .andes-list__item-action .bf-ui-core-list-item__container .andes-checkbox {
        align-self: flex-start;
        margin-right: 16px;
        margin-top: 10px;
    }

    .bf-ui-core-list-item__checkbox .andes-list__item-action .bf-ui-core-list-item__container .bf-ui-core-list-item__container-content:nth-child(3n+1)+.andes-checkbox {
        margin-top: 8px;
    }
}

.andes-radio {
    align-items: center;
    display: flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    padding: 5px 16px 5px 6px;
}

.andes-radio__input {
    cursor: inherit;
    height: 100%;
    left: 0px;
    margin: 0px;
    opacity: 0;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.andes-radio__input:checked+.andes-radio__background .andes-radio__inner-circle {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    transform: scale(0.5);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), background-color 0.12s cubic-bezier(0, 0, 0.2, 1);
}

.andes-radio__input:hover+.andes-radio__background .andes-radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.55);
    border-width: 2px;
    transition: border 75ms cubic-bezier(0, 0, 0.2, 1);
}

.andes-radio__input:checked+.andes-radio__background .andes-radio__outer-circle {
    border-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    border-width: 1px;
    transition: border-color 0.12s cubic-bezier(0, 0, 0.2, 1);
}

.andes-radio__input:focus-visible+.andes-radio__background {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-radio__input:focus-visible:checked+.andes-radio__background .andes-radio__outer-circle {
    border-width: 2px;
}

.andes-radio__label {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0px;
    outline: none;
    padding-left: 2px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.9);
}

.andes-radio__background {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -25%;
    position: absolute;
    top: 50%;
    width: 50%;
}

.andes-radio__background::before {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    transform: scale(0);
    transition: opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1), transform 0.12s cubic-bezier(0.4, 0, 0.6, 1);
    width: 100%;
}

.andes-radio__background:focus:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-radio__background:focus:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-radio__background:focus:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-radio__outer-circle {
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition: border-color 0.12s cubic-bezier(0.4, 0, 0.6, 1);
}

.andes-radio__inner-circle,
.andes-radio__outer-circle {
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.andes-radio__inner-circle {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.12s cubic-bezier(0.4, 0, 0.6, 1), background-color 0.12s cubic-bezier(0.4, 0, 0.6, 1);
}

.andes-radio-element {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    flex-shrink: 0;
    height: 32px;
    padding: 9px;
    position: relative;
    width: 32px;
    will-change: opacity, transform, border-color, background-color, color;
}

.andes-radio-element::after,
.andes-radio-element::before {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
    border-radius: 50%;
    content: "";
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.andes-radio-element::before {
    transition: opacity 15ms linear;
    z-index: 1;
}

.andes-radio-element::after {
    transition: opacity 0.15s linear;
}

.andes-radio-element:hover::before {
    opacity: 0;
}

.andes-radio-element:focus::before {
    opacity: 0.12;
    transition-duration: 75ms;
}

.andes-radio-element:active::after {
    opacity: 0.16;
    transition-duration: 75ms;
}

.andes-radio-inverted .andes-radio__input {
    margin-left: -14px;
}

.andes-radio-inverted span {
    padding-right: 14px;
}

.andes-radio--disabled {
    color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.andes-radio--disabled .andes-radio__inner-circle {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-radio--disabled .andes-radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-radio--disabled .andes-radio__input:checked+.andes-radio__background .andes-radio__inner-circle {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-radio--disabled .andes-radio__input:checked+.andes-radio__background .andes-radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-radio--disabled .andes-radio__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-radio--inline {
    display: inline-flex;
}

.andes-radio--inline+.andes-radio--inline {
    margin-left: 16px;
}

.andes-radio--inverted {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.andes-radio--inverted .andes-radio__label {
    padding-left: 0px;
    padding-right: 2px;
}

.andes-radio--error .andes-radio__outer-circle {
    border-color: rgb(242, 61, 79);
}

.andes-radio--error .andes-radio__input:hover+.andes-radio__background .andes-radio__outer-circle {
    border-color: rgb(209, 36, 64);
}

.andes-radio--error .andes-radio__input:hover:checked+.andes-radio__background .andes-radio__outer-circle {
    border-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.andes-message {
    border-radius: 6px;
    display: flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 14px;
    padding: 1.14286em;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.andes-message__text,
.andes-message__title {
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.andes-message__primary-button-closeable {
    margin-right: 26px;
}

.andes-message__close--bottom {
    top: 1.14286em;
}

.andes-message__close-button {
    background-color: transparent;
    border: 0px;
    margin: 0px;
    padding: 32px 32px 16px 16px;
}

.andes-message__secondary-button {
    margin-left: 8px;
}

.andes-message__content {
    width: 100%;
}

.andes-message__content--untitled {
    align-items: center;
    display: flex;
}

.andes-message__badge {
    display: flex;
    margin-right: 1.14286em;
}

.andes-message__secondary-button--loud {
    color: rgb(255, 255, 255) !important;
}

.andes-message__secondary-button--loud:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

.andes-message__secondary-button--loud:active {
    background: rgba(0, 0, 0, 0.25) !important;
}

.andes-message__close-in-line,
.andes-message__primary-button-inline {
    position: absolute;
    right: 1.14286em;
    top: 50%;
    transform: translateY(-50%);
}

.andes-message__text-inline-action {
    max-width: 80%;
}

.andes-message__text-inline-action,
.andes-message__text-inline-action div,
.andes-message__text-inline-action div p,
.andes-message__text-inline-action div span,
.andes-message__text-inline-action p,
.andes-message__text-inline-action span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-message__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
}

.andes-message__buttons-container {
    margin-top: 20px;
}

.andes-message__icon {
    display: flex;
    height: 1.14286em;
    margin: 0px 1.14286em;
    width: 1.14286em;
}

.andes-message__thumbnail-container {
    height: 48px;
    margin-right: 16px;
    position: relative;
    width: 48px;
}

.andes-message__thumbnail-container .andes-badge {
    bottom: 0px;
    margin: 0px;
    position: absolute;
    right: -2px;
}

.andes-message__close--red {
    cursor: pointer;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1em;
}

.andes-message__close--red::after,
.andes-message__close--red::before {
    background-color: rgb(255, 255, 255);
    content: "";
    cursor: pointer;
    height: 1em;
    left: 0.5em;
    position: absolute;
    top: 0px;
    width: 2px;
}

.andes-message__close--red::before {
    transform: rotate(45deg);
}

.andes-message__close--red::after {
    transform: rotate(-45deg);
}

.andes-message__close--red::after,
.andes-message__close--red::before {
    height: 16px;
    left: 24px;
    top: 16px;
}

.andes-message--red {
    background: rgb(242, 61, 79);
}

.andes-message--red .andes-message__badge--red {
    background-color: rgb(209, 36, 64);
}

.andes-message__primary-button--red {
    background-color: rgb(209, 36, 64) !important;
}

.andes-message__primary-button--red:hover {
    background: rgb(179, 31, 55) !important;
}

.andes-message__primary-button--red:active {
    background: rgb(144, 25, 44) !important;
}

.andes-message__close--orange {
    cursor: pointer;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1em;
}

.andes-message__close--orange::after,
.andes-message__close--orange::before {
    background-color: rgb(255, 255, 255);
    content: "";
    cursor: pointer;
    height: 1em;
    left: 0.5em;
    position: absolute;
    top: 0px;
    width: 2px;
}

.andes-message__close--orange::before {
    transform: rotate(45deg);
}

.andes-message__close--orange::after {
    transform: rotate(-45deg);
}

.andes-message__close--orange::after,
.andes-message__close--orange::before {
    height: 16px;
    left: 24px;
    top: 16px;
}

.andes-message--orange {
    background: rgb(255, 119, 51);
}

.andes-message--orange .andes-message__badge--orange {
    background-color: rgb(230, 84, 11);
}

.andes-message__primary-button--orange {
    background-color: rgb(230, 84, 11) !important;
}

.andes-message__primary-button--orange:hover {
    background: rgb(196, 72, 9) !important;
}

.andes-message__primary-button--orange:active {
    background: rgb(157, 57, 8) !important;
}

.andes-message__close--green {
    cursor: pointer;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1em;
}

.andes-message__close--green::after,
.andes-message__close--green::before {
    background-color: rgb(255, 255, 255);
    content: "";
    cursor: pointer;
    height: 1em;
    left: 0.5em;
    position: absolute;
    top: 0px;
    width: 2px;
}

.andes-message__close--green::before {
    transform: rotate(45deg);
}

.andes-message__close--green::after {
    transform: rotate(-45deg);
}

.andes-message__close--green::after,
.andes-message__close--green::before {
    height: 16px;
    left: 24px;
    top: 16px;
}

.andes-message--green {
    background: rgb(0, 166, 80);
}

.andes-message--green .andes-message__badge--green {
    background-color: rgb(0, 135, 68);
}

.andes-message__primary-button--green {
    background-color: rgb(0, 135, 68) !important;
}

.andes-message__primary-button--green:hover {
    background: rgb(0, 99, 50) !important;
}

.andes-message__primary-button--green:active {
    background: rgb(0, 59, 29) !important;
}

.andes-message__close--accent {
    cursor: pointer;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1em;
}

.andes-message__close--accent::after,
.andes-message__close--accent::before {
    background-color: rgb(255, 255, 255);
    content: "";
    cursor: pointer;
    height: 1em;
    left: 0.5em;
    position: absolute;
    top: 0px;
    width: 2px;
}

.andes-message__close--accent::before {
    transform: rotate(45deg);
}

.andes-message__close--accent::after {
    transform: rotate(-45deg);
}

.andes-message__close--accent::after,
.andes-message__close--accent::before {
    height: 16px;
    left: 24px;
    top: 16px;
}

.andes-message--accent {
    background: var(--andes-color-blue-500, #3483fa);
}

.andes-message--accent .andes-message__badge--accent {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.andes-message__primary-button--accent {
    background-color: var(--andes-color-blue-600, #2968c8) !important;
}

.andes-message__primary-button--accent:hover {
    background: var(--andes-color-blue-700, #1f4e96) !important;
}

.andes-message__primary-button--accent:active {
    background: var(--andes-color-blue-800, #183c73) !important;
}

.andes-message__close--quiet {
    cursor: pointer;
    height: 1em;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1em;
}

.andes-message__close--quiet::after,
.andes-message__close--quiet::before {
    background-color: rgba(0, 0, 0, 0.55);
    content: "";
    cursor: pointer;
    height: 1em;
    left: 0.5em;
    position: absolute;
    top: 0px;
    width: 2px;
}

.andes-message__close--quiet::before {
    transform: rotate(45deg);
}

.andes-message__close--quiet::after {
    transform: rotate(-45deg);
}

.andes-message__close--quiet::after,
.andes-message__close--quiet::before {
    height: 16px;
    left: 24px;
    top: 16px;
}

.andes-message--accent.andes-message--quiet .andes-message__icon-outer {
    stroke: var(--andes-color-blue-500, #3483fa);
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-message__border-color--accent {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-radius: 6px 0px 0px 6px;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-message--green.andes-message--quiet .andes-message__icon-outer {
    stroke: rgb(0, 166, 80);
    fill: rgb(0, 166, 80);
}

.andes-message__border-color--green {
    background-color: rgb(0, 166, 80);
    border-radius: 6px 0px 0px 6px;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-message--orange.andes-message--quiet .andes-message__icon-outer {
    stroke: rgb(255, 119, 51);
    fill: rgb(255, 119, 51);
}

.andes-message__border-color--orange {
    background-color: rgb(255, 119, 51);
    border-radius: 6px 0px 0px 6px;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-message--red.andes-message--quiet .andes-message__icon-outer {
    stroke: rgb(242, 61, 79);
    fill: rgb(242, 61, 79);
}

.andes-message__border-color--red {
    background-color: rgb(242, 61, 79);
    border-radius: 6px 0px 0px 6px;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-message--quiet {
    background: rgba(0, 0, 0, 0.04);
}

.andes-message--quiet .andes-message__text,
.andes-message--quiet .andes-message__title {
    color: rgb(0, 0, 0);
}

.bf-ui-core-message--container {
    line-height: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-message--container .bf-ui-core-message--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-message--container .bf-ui-core-message--flex {
    display: flex;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-align--center {
    align-items: center;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-height--auto {
    height: auto;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-message--container .bf-ui-core-message--flex-width--auto {
    width: auto;
}

.bf-ui-core-message--container .bf-ui-core-message--background-transparent {
    background-color: transparent;
}

.bf-ui-core-message--container .bf-ui-core-message--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-message--container .bf-ui-core-message--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-message--container .bf-ui-core-message--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-message--container .bf-ui-core-message--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-message--container .bf-ui-core-message--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-message--container .bf-ui-core-message--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-message--container .bf-ui-core-message--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-message--container .bf-ui-core-message--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-message--container .bf-ui-core-message--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-message--container .bf-ui-core-message--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-message--container .bf-ui-core-message--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-message--container .bf-ui-core-message--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-message--container .bf-ui-core-message--hidden {
    border: 0px;
    display: none;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bf-ui-core-message--container .bf-ui-core-message .bf-ui-core-message__text {
    line-height: 18px;
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__svg {
    left: 0px;
    position: absolute;
    top: 0px;
    transform: rotate(-90deg);
    z-index: 1022;
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle {
    fill: none;
    stroke-linecap: round;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle {
        transition: stroke-dashoffset 0.15s ease-out;
    }
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle-bg {
    fill: none;
    stroke: rgb(229, 229, 229);
}

.andes-progress-indicator-circular--determinate .andes-progress-indicator-circular__circle--continuous {
    transition-timing-function: linear;
}

.andes-progress-indicator-circular--large .andes-progress-indicator-circular__progress,
.andes-progress-indicator-circular--large .andes-progress-indicator-circular__svg {
    height: 48px;
    width: 48px;
    stroke-width: 4px;
}

.andes-progress-indicator-circular--large .andes-progress-indicator-circular__container {
    align-items: center;
    flex-direction: column;
}

.andes-progress-indicator-circular--large .andes-progress-indicator-circular__label {
    font-size: 16px;
    margin-top: 13px;
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__progress,
.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__svg {
    height: 64px;
    width: 64px;
    stroke-width: 4px;
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__content {
    font-size: 14px;
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__container {
    align-items: center;
    flex-direction: column;
}

.andes-progress-indicator-circular--xlarge .andes-progress-indicator-circular__label {
    font-size: 18px;
    margin-top: 13px;
}

.andes-progress-indicator-circular--inline {
    height: 100%;
    position: relative;
}

.andes-progress-indicator-circular--inline .andes-progress-indicator-circular__container {
    position: absolute;
}

.andes-progress-indicator-circular--block {
    position: absolute;
    z-index: 1021;
}

.andes-progress-indicator-circular--block,
.andes-progress-indicator-circular--fullscreen {
    align-items: center;
    inset: 0px;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.andes-progress-indicator-circular--fullscreen {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 1023;
}

.bf-ui-core-spinner__label-container {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

.bf-ui-core-spinner__labels {
    position: absolute;
    transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    width: max-content;
}

.bf-ui-core-spinner__label--enter {
    opacity: 1;
    transform: translateY(0px);
}

.bf-ui-core-spinner__label--exit {
    opacity: 0;
    transform: translateY(100%);
}

.bf-ui-core-spinner__label--hidden {
    opacity: 0;
    transform: translateY(-100%);
}

.bf-ui-core-spinner {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.bf-ui-core-spinner--block {
    height: auto;
    left: 50%;
    min-width: 64px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1020;
}

.bf-ui-core-spinner__label {
    display: block;
    line-height: 1;
}

.bf-ui-core-spinner__label--xsmall {
    font-size: 12px;
    margin-top: 40px;
}

.bf-ui-core-spinner__label--small {
    font-size: 14px;
    margin-top: 48px;
}

.bf-ui-core-spinner__label--medium {
    font-size: 14px;
    margin-top: 64px;
}

.bf-ui-core-spinner__label--large {
    margin-top: 85px;
}

.bf-ui-core-spinner__label--xlarge {
    font-size: 18px;
    line-height: 1.35;
    margin-top: 100px;
}

.bf-ui-core-spinner__label--xxlarge {
    font-size: 20px;
    font-weight: 600;
    margin-top: 116px;
}

.bf-ui-core-spinner--hidden {
    display: none;
}

.bf-ui-core-skeleton--light::after {
    background: rgb(237, 237, 237);
    content: " ";
    display: inline-block;
    font-size: 16px;
    height: 12px;
}

.bf-ui-core-skeleton--light-full::after {
    width: 100%;
}

.bf-ui-core-skeleton--light-lg::after {
    width: 66%;
}

.bf-ui-core-skeleton--light-m::after {
    width: 33%;
}

.bf-ui-core-skeleton--light-s::after {
    width: 16%;
}

.bf-ui-core-skeleton__cart-aside {
    background-color: rgb(245, 245, 245);
    padding: 48px 0px 0px;
}

.bf-ui-core-skeleton__cart-aside .cart-aside__content {
    padding-top: 0px;
    transition: padding 0.5s ease-in-out;
}

.bf-ui-core-skeleton__cart-aside__content {
    overflow: hidden;
    padding: 48px 24px;
}

.bf-ui-core-skeleton__cart-aside div:first-of-type {
    position: sticky;
    top: 0px;
}

.bf-ui-core-skeleton__cart-aside__content .bf-ui-core-skeleton__heading {
    padding-bottom: 8px;
}

.bf-ui-core-skeleton__cart-aside__content .bf-ui-core-skeleton__heading::after {
    background: rgb(237, 237, 237);
    content: " ";
    display: inline-block;
    height: 12px;
    width: 33%;
}

.bf-ui-core-skeleton__table-container {
    margin-bottom: 24px;
    width: 100%;
}

.bf-ui-core-skeleton__table {
    display: table;
    width: 100%;
}

.bf-ui-core-skeleton__heading {
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 20px;
}

.bf-ui-core-skeleton__row {
    display: table-row;
    font-size: 18px;
    line-height: 18px;
    overflow-y: hidden;
    width: 100%;
}

.bf-ui-core-skeleton__column {
    display: table-cell;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    vertical-align: middle;
}

.bf-ui-core-skeleton__column:nth-of-type(2n) {
    text-align: right;
}

@media (min-width: 1260px) {
    .bf-ui-core-skeleton__cart-aside .bf-ui-core-skeleton__cart-aside__content {
        padding: 48px;
    }
}

.bf-ui-core-skeleton__basic {
    background-color: var(--background-color, #ededed);
    border-radius: var(--border-radius, 6px);
    display: inline-block;
    height: var(--height-row, 12px);
    width: var(--width-row, 100%);
}

.bf-ui-core-skeleton__basic--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-skeleton__basic--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-skeleton__basic--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-skeleton__basic--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-skeleton__basic--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-skeleton__basic--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-skeleton__basic--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-skeleton__basic--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-skeleton__basic--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-skeleton__basic--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-skeleton__basic--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-skeleton__basic--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-skeleton__basic--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-skeleton__basic--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-skeleton__basic--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-skeleton__basic--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-skeleton__basic--flex {
    display: flex;
}

.bf-ui-core-skeleton__basic--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-skeleton__basic--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-skeleton__basic--flex-align--center {
    align-items: center;
}

.bf-ui-core-skeleton__basic--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-skeleton__basic--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-skeleton__basic--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-skeleton__basic--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-skeleton__basic--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-skeleton__basic--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-skeleton__basic--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-skeleton__basic--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-skeleton__basic--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-skeleton__basic--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-skeleton__basic--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-skeleton__basic--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-skeleton__basic--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-skeleton__basic--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-skeleton__basic--flex-height--auto {
    height: auto;
}

.bf-ui-core-skeleton__basic--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-skeleton__basic--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-skeleton__basic--flex-width--auto {
    width: auto;
}

.bf-ui-core-skeleton__basic--background-transparent {
    background-color: transparent;
}

.bf-ui-core-skeleton__basic--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-skeleton__basic--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-skeleton__basic--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-skeleton__basic--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-skeleton__basic--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-skeleton__basic--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-skeleton__basic--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-skeleton__basic--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-skeleton__basic--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-skeleton__basic--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-skeleton__basic--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-skeleton__basic--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-skeleton__basic--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-skeleton__basic--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-skeleton__basic--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-skeleton__basic--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-skeleton__basic--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-skeleton__basic--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-skeleton__basic--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-skeleton__basic--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-skeleton__basic--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-skeleton__basic--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-skeleton__basic--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-skeleton__basic--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-skeleton__basic--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-skeleton__basic--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-skeleton__basic--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-skeleton__basic--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-skeleton__basic--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-skeleton__basic--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-skeleton__basic--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-skeleton__basic--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-skeleton__basic--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-skeleton__basic--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-skeleton__basic--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-skeleton__basic--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-skeleton__basic--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-skeleton__basic--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-skeleton__basic--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-skeleton__basic--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-skeleton__basic--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-skeleton__basic--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-skeleton__basic--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-skeleton__basic--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-skeleton__basic--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-skeleton__basic--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-skeleton__basic--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-skeleton__basic--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-skeleton__basic--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-skeleton__basic--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-skeleton__basic--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-skeleton__basic--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-skeleton__basic--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-skeleton__basic--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-skeleton__basic--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-skeleton__basic--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-skeleton__basic--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-skeleton__basic--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-skeleton__basic--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-skeleton__basic--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-skeleton__basic--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-skeleton__basic--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-skeleton__basic--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-skeleton__basic--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-skeleton__basic--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-skeleton__basic--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-skeleton__basic--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-skeleton__basic--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-skeleton__basic--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-skeleton__basic--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-skeleton__basic--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-skeleton__basic--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-skeleton__basic--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-skeleton__basic--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-skeleton__basic--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-skeleton__basic--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-skeleton__basic--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-skeleton__basic--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-skeleton__basic--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-skeleton__basic--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-skeleton__basic--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-skeleton__basic--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-skeleton__basic--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-skeleton__basic--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-skeleton__basic--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-skeleton__basic--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-skeleton__basic--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-skeleton__basic--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-skeleton__basic--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-skeleton__basic--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-skeleton__basic--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-skeleton__basic--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-skeleton__basic--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-skeleton__basic--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-skeleton__basic--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-skeleton__basic--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-skeleton__basic--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-skeleton__basic--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-skeleton__basic--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-skeleton__basic--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-skeleton__basic--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-skeleton__basic--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-skeleton__basic--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-skeleton__basic--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-skeleton__basic--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-skeleton__basic--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-skeleton__basic--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-skeleton__basic--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-skeleton__basic--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-skeleton__basic--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-skeleton__basic--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-skeleton__basic--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-skeleton__basic--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-skeleton__basic--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-skeleton__basic--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-skeleton__basic--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-skeleton__basic--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-skeleton__basic--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-skeleton__basic--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-skeleton__basic--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-skeleton__basic--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-skeleton__basic--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-skeleton__basic--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-skeleton__basic--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-skeleton__basic--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-skeleton__basic--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-skeleton__basic--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-skeleton__basic--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-skeleton__basic--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-skeleton__basic--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-skeleton__basic--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-skeleton__basic--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-skeleton__basic--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-skeleton__basic--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-skeleton__basic--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-skeleton__basic--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-skeleton__basic--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-skeleton__basic--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-skeleton__basic--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-skeleton__basic--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-skeleton__basic--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-skeleton__basic--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-skeleton__basic--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-skeleton__basic--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-skeleton__basic--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-skeleton__basic--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-skeleton__basic--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-skeleton__basic--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-skeleton__basic--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-skeleton__basic--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-skeleton__basic--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-skeleton__basic--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-skeleton__basic--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-skeleton__basic--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-skeleton__basic--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-skeleton__basic--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-skeleton__basic--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-skeleton__basic--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-skeleton__basic--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-skeleton__basic--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-skeleton__basic--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-skeleton__basic--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-skeleton__basic--animated {
    animation: 1s linear 0s infinite normal none running shimmer;
    background-image: ;
    background-position-y: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color: ;
    background-position-x: 100%;
    background-size: 300%;
}

.andes-tag {
    align-items: center;
    background-color: transparent;
    border: 1.2px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    display: inline-flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 400;
    user-select: none;
    width: auto;
}

.andes-tag--small {
    border-radius: 1em;
    font-size: 12px;
    height: 2em;
    padding: 0px 0.333333em;
}

.andes-tag--small .andes-tag__label {
    font-size: inherit;
    padding: 0px 0.333333em;
}

.andes-tag--small .andes-tag__close {
    font-size: inherit;
    height: 1.33333em;
    margin-left: -0.166667em;
    width: 1.33333em;
}

.andes-tag--small .andes-tag__child {
    padding: 0px 0.333333em;
}

.andes-tag--small .andes-tag__avatar {
    height: 1.33333em;
    width: 1.33333em;
}

.andes-tag--small .andes-tag__avatar-text-container {
    font-size: 0.666667em;
}

.andes-tag--large {
    border-radius: 1.14286em;
    font-size: 14px;
    height: 2.28571em;
    padding: 0px 0.285714em;
}

.andes-tag--large .andes-tag__label {
    font-size: inherit;
    padding: 0px 0.571429em;
}

.andes-tag--large .andes-tag__close {
    font-size: inherit;
    height: 1.71429em;
    margin-left: -0.285714em;
    width: 1.71429em;
}

.andes-tag--large .andes-tag__child {
    padding: 0px 0.571429em;
}

.andes-tag--large .andes-tag__avatar {
    height: 1.71429em;
    width: 1.71429em;
}

.andes-tag--large .andes-tag__avatar-text-container {
    font-size: 0.857143em;
}

.andes-tag__label {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-tag__close {
    align-items: center;
    background-color: transparent;
    border: 0px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    outline: none;
    padding: 0px;
    transition: background-color 0.1s ease-out;
}

.andes-tag__close:hover {
    background-color: rgba(0, 0, 0, 0.1);
    transition: background-color 0.1s ease-in;
}

.andes-tag__close:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-tag__close:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-tag__close:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-tag--disabled {
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag__avatar {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
}

.andes-tag__avatar-icon-container,
.andes-tag__avatar-image,
.andes-tag__avatar-text-container {
    border-radius: inherit;
    height: 100%;
    width: 100%;
}

.andes-tag__avatar-icon-container,
.andes-tag__avatar-text-container {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
}

.andes-tag__avatar-icon-container>* {
    height: 1em;
    width: 1em;
}

.andes-tag__avatar-text-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-tag__avatar-image {
    object-fit: contain;
    visibility: hidden;
}

.andes-tag__avatar-image--loaded {
    visibility: visible;
}

.andes-tag__avatar-image--landscape {
    max-height: 100%;
    max-width: none;
}

.andes-tag--selected {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag--selected .andes-tag__label {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag--selected .andes-tag__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-tag--selected .andes-tag__avatar-icon-container,
.andes-tag--selected .andes-tag__avatar-text-container {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    color: rgba(var(--andes-color-blue-500, #3483fa), .3);
}

.andes-tag--selected .andes-tag__close:hover {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
}

.andes-tag--selected.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag--selected.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag--selected.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag--selected.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag--selected:hover {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-tag--selected:active {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-tag--clickable {
    cursor: pointer;
}

.andes-tag--clickable:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-tag--clickable:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-tag--clickable:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-tag--clickable:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-tag--clickable:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-tag--clickable.andes-tag--selected {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag--clickable.andes-tag--selected .andes-tag__label {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag--clickable.andes-tag--selected .andes-tag__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-tag--clickable.andes-tag--selected .andes-tag__avatar-icon-container,
.andes-tag--clickable.andes-tag--selected .andes-tag__avatar-text-container {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    color: rgba(var(--andes-color-blue-500, #3483fa), .3);
}

.andes-tag--clickable.andes-tag--selected .andes-tag__close:hover {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
}

.andes-tag--clickable.andes-tag--selected.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag--clickable.andes-tag--selected.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag--clickable.andes-tag--selected.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag--clickable.andes-tag--selected.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag--clickable.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag--clickable.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag--clickable.andes-tag--selected:hover {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-tag--clickable.andes-tag--selected:active {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-tag__icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.andes-tag.andes-tag__color--accent {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--accent .andes-tag__label {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--accent .andes-tag__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--accent .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--accent .andes-tag__avatar-text-container {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    color: rgba(var(--andes-color-blue-500, #3483fa), .3);
}

.andes-tag.andes-tag__color--accent .andes-tag__close:hover {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
}

.andes-tag.andes-tag__color--accent.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--accent.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--accent.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--accent.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--accent.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--accent.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--green {
    background-color: rgba(0, 135, 68, 0.1);
    border-color: rgb(0, 135, 68);
}

.andes-tag.andes-tag__color--green .andes-tag__label {
    color: rgb(0, 135, 68);
}

.andes-tag.andes-tag__color--green .andes-tag__svg-fill {
    fill: rgb(0, 135, 68);
}

.andes-tag.andes-tag__color--green .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--green .andes-tag__avatar-text-container {
    background-color: rgba(0, 135, 68, 0.1);
    color: rgba(0, 135, 68, 0.3);
}

.andes-tag.andes-tag__color--green .andes-tag__close:hover {
    background-color: rgba(0, 135, 68, 0.1);
}

.andes-tag.andes-tag__color--green.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--green.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--green.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--green.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--green.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--green.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--green.andes-tag--selected {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--green.andes-tag--selected .andes-tag__label {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--green.andes-tag--selected .andes-tag__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--green.andes-tag--selected .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--green.andes-tag--selected .andes-tag__avatar-text-container {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    color: rgba(var(--andes-color-blue-500, #3483fa), .3);
}

.andes-tag.andes-tag__color--green.andes-tag--selected .andes-tag__close:hover {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
}

.andes-tag.andes-tag__color--green.andes-tag--selected.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--green.andes-tag--selected.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--green.andes-tag--selected.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--green.andes-tag--selected.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--green.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--green.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--green.andes-tag--selected:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-tag.andes-tag__color--green.andes-tag--selected:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--orange {
    background-color: rgba(230, 84, 11, 0.1);
    border-color: rgb(230, 84, 11);
}

.andes-tag.andes-tag__color--orange .andes-tag__label {
    color: rgb(230, 84, 11);
}

.andes-tag.andes-tag__color--orange .andes-tag__svg-fill {
    fill: rgb(230, 84, 11);
}

.andes-tag.andes-tag__color--orange .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--orange .andes-tag__avatar-text-container {
    background-color: rgba(230, 84, 11, 0.1);
    color: rgba(230, 84, 11, 0.3);
}

.andes-tag.andes-tag__color--orange .andes-tag__close:hover {
    background-color: rgba(230, 84, 11, 0.1);
}

.andes-tag.andes-tag__color--orange.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--orange.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--orange.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--orange.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--orange.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--orange.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected .andes-tag__label {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected .andes-tag__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--orange.andes-tag--selected .andes-tag__avatar-text-container {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    color: rgba(var(--andes-color-blue-500, #3483fa), .3);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected .andes-tag__close:hover {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--orange.andes-tag--selected.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--orange.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--orange.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-tag.andes-tag__color--orange.andes-tag--selected:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--red {
    background-color: rgba(209, 36, 64, 0.1);
    border-color: rgb(209, 36, 64);
}

.andes-tag.andes-tag__color--red .andes-tag__label {
    color: rgb(209, 36, 64);
}

.andes-tag.andes-tag__color--red .andes-tag__svg-fill {
    fill: rgb(209, 36, 64);
}

.andes-tag.andes-tag__color--red .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--red .andes-tag__avatar-text-container {
    background-color: rgba(209, 36, 64, 0.1);
    color: rgba(209, 36, 64, 0.3);
}

.andes-tag.andes-tag__color--red .andes-tag__close:hover {
    background-color: rgba(209, 36, 64, 0.1);
}

.andes-tag.andes-tag__color--red.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--red.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--red.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--red.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--red.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--red.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--red.andes-tag--selected {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--red.andes-tag--selected .andes-tag__label {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--red.andes-tag--selected .andes-tag__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-tag.andes-tag__color--red.andes-tag--selected .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--red.andes-tag--selected .andes-tag__avatar-text-container {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
    color: rgba(var(--andes-color-blue-500, #3483fa), .3);
}

.andes-tag.andes-tag__color--red.andes-tag--selected .andes-tag__close:hover {
    background-color: rgba(var(--andes-color-blue-500, #3483fa), .1);
}

.andes-tag.andes-tag__color--red.andes-tag--selected.andes-tag--disabled {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
}

.andes-tag.andes-tag__color--red.andes-tag--selected.andes-tag--disabled .andes-tag__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--red.andes-tag--selected.andes-tag--disabled .andes-tag__close {
    cursor: default;
}

.andes-tag.andes-tag__color--red.andes-tag--selected.andes-tag--disabled .andes-tag__close:hover {
    background-color: transparent;
}

.andes-tag.andes-tag__color--red.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-icon-container,
.andes-tag.andes-tag__color--red.andes-tag--selected.andes-tag--disabled .andes-tag__avatar-text-container {
    color: rgba(0, 0, 0, 0.25);
}

.andes-tag.andes-tag__color--red.andes-tag--selected:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-tag.andes-tag__color--red.andes-tag--selected:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-tag-collapsed__list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.andes-tag-collapsed__list-main {
    display: flex;
    width: min-content;
}

.andes-tag-collapsed__list-item {
    display: inline-flex;
}

.andes-tag-collapsed__wrap {
    position: relative;
    width: fit-content;
}

.andes-tag-collapsed__more {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
    display: block;
    padding: 8px;
    width: 200px;
}

.andes-tag-collapsed__more .andes-tag--large {
    margin: 4px;
}

.andes-tag-collapsed__more .andes-tag--small {
    margin: 3px;
}

.andes-tag-collapsed__more .andes-tag__label {
    max-width: 148px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-tag-collapsed .andes-tag--large {
    margin-right: 8px;
}

.andes-tag-collapsed .andes-tag--small {
    margin-right: 6px;
}

.bf-ui-core-tag--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-tag--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-tag--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-tag--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-tag--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-tag--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-tag--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-tag--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-tag--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-tag--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-tag--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-tag--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-tag--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-tag--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-tag--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-tag--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-tag--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-tag--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-tag--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-tag--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-tag--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-tag--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-tag--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-tag--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-tag--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-tag--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-tag--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-tag--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-tag--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-tag--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-tag--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-tag--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-tag--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-tag--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-tag--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-tag--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-tag--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-tag--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-tag--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-tag--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-tag--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-tag--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-tag--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-tag--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-tag--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-tag--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-tag--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-tag--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-tag--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-tag--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-tag--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-tag--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-tag--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-tag--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-tag--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-tag--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-tag--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-tag--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-tag--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-tag--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-tag--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-tag--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-tag--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-tag--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-tag--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-tag--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-tag--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-tag--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-tag--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-tag--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-tag--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-tag--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-tag--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-tag--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-tag--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-tag--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-tag--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-tag--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-tag--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-tag--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-tag--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-tag--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-tag--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-tag--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-tag--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-tag--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-tag--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-tag--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-tag--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-tag--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-tag--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-tag--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-tag--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-tag--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-tag--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-tag--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-tag--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-tag--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-tag--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-tag--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-tag--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-tag--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-tag--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-tag--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-tag--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-tag--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-tag--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-tag--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-tag--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-tag--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-tag--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-tag--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-tag--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-tag--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-tag--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-tag--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-tag--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-tag--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-tag--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-tag--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-tag--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-tag--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-tag--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-tag--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-tag--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-tag--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-tag--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-tag--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-tag--flex {
    display: flex;
}

.bf-ui-core-tag--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-tag--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-tag--flex-align--center {
    align-items: center;
}

.bf-ui-core-tag--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-tag--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-tag--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-tag--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-tag--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-tag--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-tag--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-tag--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-tag--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-tag--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-tag--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-tag--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-tag--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-tag--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-tag--flex-height--auto {
    height: auto;
}

.bf-ui-core-tag--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-tag--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-tag--flex-width--auto {
    width: auto;
}

.bf-ui-core-tag--background-transparent {
    background-color: transparent;
}

.bf-ui-core-tag--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-tag--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-tag--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-tag--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-tag--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-tag--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-tag--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-tag--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-tag--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-tag--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-tag--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-tag--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-tag--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-tag--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-tag--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-tag--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-tag--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-tag--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-tag--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-tag--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-tag--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-tag--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-tag--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-tag--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-tag--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-tag--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-tag--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-tag--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-tag--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-tag--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-tag--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-tag--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-tag--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-tag--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-tag--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-tag--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-tag--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-tag--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-tag--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-tag--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-tag--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-tag--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-tag--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-tag--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-tag--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-tag--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-tag--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-tag--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-tag--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-tag--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-tag--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-tag--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-tag--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-tag--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-tag--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-tag--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-tag--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-tag--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-tag--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-tag--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-tag--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-tag--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-tag--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-tag--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-tag--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-tag--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-tag--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-tag--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-tag--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-tag--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-tag--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-tag--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-tag--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-tag--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-tag--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-tag--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-tag--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-tag--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-tag--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-tag--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-tag--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-tag--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-tag--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-tag--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-tag--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-tag--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-tag--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-tag--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-tag--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-tag--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-tag--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-tag--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-tag--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-tag--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-tag--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-tag--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-tag--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-tag--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-tag--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-tag--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-tag--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-tag--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-tag--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-tag--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-tag--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-tag--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-tag--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-tag--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-tag--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-tag--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-tag--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-tag--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-tag--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-tag--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-tag--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-tag--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-tag--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-tag--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-tag--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-tag--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-tag--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-tag--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-tag--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-tag--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-tag--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-tag--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-tag--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-tag--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-tag--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-tag--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-tag--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-tag--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-tag--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-tag--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-tag--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-tag--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-tag--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-tag--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-tag--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-tag--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-tag--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-tag--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-tag--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-tag--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-tag--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-tag--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-tag--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-tag--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-tag--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-tag--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-tag--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-tag--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-tag--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-tag--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-tag--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-tag--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-tag--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-tag--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-tag--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-tag--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-tag--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-tag--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.andes-technical-error__code-button {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.04);
    border: 0px;
    border-radius: 36px;
    cursor: pointer;
    display: inline-flex;
    margin: 8px 0px 24px;
    padding: 4px 8px;
}

.andes-technical-error__code-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-technical-error__code-button:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-technical-error__code-button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-technical-error__error-code.andes-typography.andes-typography--type-body.andes-typography--weight-regular {
    font-weight: 600;
}

.andes-technical-error__copy-icon-container {
    display: flex;
}

.andes-technical-error__copy-icon-container path,
.andes-technical-error__copy-icon-container svg {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-technical-error__container {
    align-items: center;
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.andes-technical-error__container--webview-ios {
    margin-top: 59px;
}

.andes-technical-error__container--webview-ios .andes-technical-error__close-button {
    top: 75px;
}

.andes-technical-error__asset-container {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.andes-technical-error__asset-container--illustration {
    height: 128px;
    margin-bottom: 24px;
    width: 320px;
}

.andes-technical-error__close-button {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 16px;
    top: 16px;
}

.andes-technical-error__close-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-technical-error__close-button:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-technical-error__close-button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-technical-error__none-asset-icon.andes-thumbnail--neutral {
    border: 3px solid rgba(0, 0, 0, 0.55);
}

.andes-technical-error__title {
    margin-bottom: 8px;
    text-align: center;
}

.andes-technical-error__title.andes-typography--size-m.andes-typography--type-title {
    margin-top: 0px;
}

.andes-technical-error__description {
    margin-bottom: 16px;
    text-align: center;
}

.andes-technical-error__code-text {
    text-align: center;
}

.andes-technical-error__code-button--snackbar {
    background-color: rgb(166, 29, 51);
    margin-bottom: 0px;
}

.andes-technical-error__code-button--snackbar .andes-technical-error__copy-icon-container path,
.andes-technical-error__code-button--snackbar .andes-technical-error__copy-icon-container svg {
    fill: rgb(255, 255, 255);
}

.andes-technical-error__code-button--copied {
    background-color: rgb(255, 255, 255);
}

.andes-technical-error--snackbar .andes-technical-error__code-text {
    text-align: left;
}

.andes-technical-error--snackbar.andes-snackbar--with-action .andes-snackbar__message {
    padding-bottom: 8px;
}

.andes-technical-error--snackbar.andes-snackbar--bottom .andes-snackbar__children {
    padding-bottom: 0px;
}

.andes-technical-error__container {
    padding: 24px 20px 20px;
    position: relative;
}

.andes-technical-error__action-button {
    bottom: 20px;
    position: absolute;
}

.andes-technical-error .andes-snackbar__children {
    padding-right: 16px;
}

@media (min-width: 768px) {
    .andes-technical-error__container {
        padding: 0px;
    }

    .andes-technical-error__action-button {
        bottom: 0px;
        position: relative;
    }
}

@keyframes andes-snackbar-show {
    0% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes andes-snackbar-hide {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(0px, 100%, 0px);
    }
}

.andes-snackbar {
    align-items: center;
    animation-duration: 0.5s;
    background-color: rgb(26, 26, 26);
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-flow: row;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 400;
    justify-content: space-between;
    position: fixed;
    z-index: 1021;
}

.andes-snackbar__action {
    border-width: 0px;
    font-size: inherit;
    font-weight: 600;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
    color: rgb(255, 255, 255) !important;
}

.andes-snackbar__message {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.andes-snackbar--bottom {
    align-items: flex-start;
    flex-flow: column wrap;
}

.andes-snackbar--bottom .andes-snackbar__action {
    padding-top: 0px;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-snackbar--animate-show {
        animation-name: andes-snackbar-show;
    }

    .andes-snackbar--animate-hide {
        animation-fill-mode: forwards;
        animation-name: andes-snackbar-hide;
    }
}

.andes-snackbar {
    border-radius: 0.428571em;
    bottom: 1.14286em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
    flex-wrap: wrap;
    left: 0px;
    line-height: 1.14286em;
    margin: 0px 0.571429em;
    right: 0px;
}

.andes-snackbar__action.andes-button {
    border-radius: 0.428571em;
}

.andes-snackbar__action.andes-button,
.andes-snackbar__message {
    font-size: 14px;
    padding: 1.14286em;
}

.andes-snackbar__children {
    padding-bottom: 1.14286em;
    padding-left: 1.14286em;
}

.andes-snackbar--bottom.andes-snackbar--with-action .andes-snackbar__message {
    line-height: 1.57143em;
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .andes-snackbar {
        bottom: 2em;
        flex-wrap: nowrap;
        line-height: 1em;
        margin-left: auto;
        margin-right: auto;
        max-width: 37.5em;
    }

    .andes-snackbar,
    .andes-snackbar__action {
        border-radius: 0.375em;
    }

    .andes-snackbar__action.andes-button,
    .andes-snackbar__message {
        font-size: 16px;
        padding: 1.5em;
    }

    .andes-snackbar__children {
        padding-bottom: 1.5em;
        padding-left: 1.5em;
    }

    .andes-snackbar--bottom .andes-snackbar__action {
        margin-left: 16px;
        padding-left: 0.5em;
    }

    .andes-snackbar--bottom .andes-snackbar__message {
        line-height: 1.375em;
        padding-bottom: 0.5em;
    }
}

.andes-snackbar--green {
    background-color: rgb(0, 166, 80);
}

.andes-snackbar--red {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-technical-error {
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    height: inherit;
    justify-content: center;
    width: 100vw;
}

.bf-ui-core-technical-error .andes-snackbar {
    height: fit-content;
}

.andes-widther {
    width: 256px;
}

.andes-width--25 {
    max-width: none;
    width: 25%;
}

.andes-width--50 {
    max-width: none;
    width: 50%;
}

.andes-width--75 {
    max-width: none;
    width: 75%;
}

.andes-width--100 {
    max-width: none;
    width: 100%;
}

.andes-width--150 {
    max-width: none;
    width: 150%;
}

.andes-width--200 {
    max-width: none;
    width: 200%;
}

.andes-form-control--textfield .andes-form-control__label {
    color: rgba(0, 0, 0, 0.9);
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.07143em;
    margin: 0px 0px 0px 0.428571em;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease-out;
    white-space: nowrap;
    transform: unset !important;
}

.andes-form-control--textfield .andes-form-control__control {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 0.375em;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    display: flex;
    font-size: 16px;
    margin: 4px 0px;
    min-height: 48px;
}

.andes-form-control--textfield .andes-form-control__field {
    border-radius: 0.375em;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    padding: 0.8125em 0.75em;
}

.andes-form-control--textfield .andes-form-control__field:focus {
    box-shadow: none;
}

.andes-form-control--textfield .andes-form-control__field:focus-visible {
    box-shadow: none;
}

.andes-form-control--textfield .andes-form-control__field::placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-size: 16px;
    opacity: 1;
}

.andes-form-control--textfield .andes-form-control__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25);
    font-size: 16px;
}

.andes-form-control--textfield .andes-form-control__field--multiline {
    height: unset;
}

.andes-form-control--textfield .andes-form-control__message {
    font-size: 13px;
    margin-top: 0px;
}

.andes-form-control--textfield .andes-form-control__bottom {
    align-items: center;
    display: flex;
    font-size: 13px;
    margin: 0px 6px;
}

.andes-form-control--focused .andes-form-control__control {
    border-color: transparent;
    box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    outline: none;
}

.andes-form-control__control.visible-focused {
    border-color: transparent;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    outline: none;
}

.andes-form-control--textfield:hover .andes-form-control__label {
    color: rgba(0, 0, 0, 0.9) !important;
}

.andes-form-control__message-action {
    color: var(--andes-color-blue-500, #3483fa);
    cursor: pointer;
    margin-left: 0.3em;
}

.andes-form-control__message-action:hover {
    text-decoration: underline;
}

.andes-form-control__label,
.andes-form-control__message {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.sr-only {
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}

.andes-form-control--numeric.andes-form-control--error .andes-form-control__label,
.andes-form-control--textfield.andes-form-control--error .andes-form-control__label {
    color: rgb(242, 61, 79) !important;
}

.andes-form-control--numeric.andes-form-control--error .andes-form-control__control,
.andes-form-control--textfield.andes-form-control--error .andes-form-control__control {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 1px;
}

.andes-form-control--numeric.andes-form-control--error .andes-form-control__error-icon,
.andes-form-control--textfield.andes-form-control--error .andes-form-control__error-icon {
    background-color: rgb(242, 61, 79);
    border-radius: 50%;
    font-size: 13px;
    height: 12px;
    line-height: 1;
    margin-right: 0.461538em;
    width: 12px;
}

.andes-form-control--numeric.andes-form-control--error.andes-form-control--focused .andes-form-control__control,
.andes-form-control--textfield.andes-form-control--error.andes-form-control--focused .andes-form-control__control {
    border-color: transparent;
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 0.125em;
    outline: none;
}

.andes-form-control--numeric.andes-form-control--error:hover .andes-form-control__label,
.andes-form-control--textfield.andes-form-control--error:hover .andes-form-control__label {
    color: rgb(242, 61, 79) !important;
}

.andes-form-control--textfield .andes-form-control__validated-icon {
    color: rgb(0, 166, 80);
    display: block;
    margin-right: 0.75em;
    transform: translateY(-50%);
}

.andes-form-control--textfield .andes-form-control__clear-icon {
    align-items: center;
    background-color: transparent;
    border: 0px;
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    margin-right: 0.75em;
    padding: 0px;
}

.andes-form-control--textfield .andes-form-control__clear-icon:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-form-control--textfield .andes-form-control__clear-icon:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-form-control--textfield .andes-form-control__clear-icon:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__label {
    color: rgba(0, 0, 0, 0.25) !important;
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__split-button {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__split-button .andes-form-control__split-button-content {
    color: rgba(0, 0, 0, 0.25);
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__control {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px dashed rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__field {
    color: rgba(0, 0, 0, 0.25);
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__field.andes-form-control__split-field {
    cursor: not-allowed;
}

.andes-form-control--textfield.andes-form-control--disabled .andes-form-control__field.andes-form-control__split-field .andes-form-control__control {
    background-color: transparent;
    border: 0px;
}

.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__label {
    color: rgba(0, 0, 0, 0.25) !important;
}

.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__control {
    background-color: transparent;
    box-shadow: none;
}

.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__field {
    padding-left: 0.428571em;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}

.andes-form-control--textfield.andes-form-control--readonly .andes-form-control__field.andes-form-control__split-field {
    cursor: default;
}

.andes-form-control--countdown .andes-form-control__countdown {
    color: rgba(0, 0, 0, 0.55);
    float: right;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    width: -webkit-fill-available;
}

.andes-form-control--textfield-progress {
    height: 18px;
    right: 4%;
    width: 18px;
    stroke-width: 6px;
}

.andes-form-control--textfield .andes-form-control__field {
    flex-grow: 1;
    width: auto;
}

.andes-form-control--textfield .andes-button--transparent {
    margin: 8px 12px 8px 0px;
    width: max-content;
}

.andes-form-control--textfield .andes-checkbox--embedded {
    display: inline-block;
    margin: 0px 18px 3px 6px;
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input {
    top: 5px;
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus {
    box-shadow: none;
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible {
    box-shadow: none;
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input::before {
    line-height: 0;
    top: 75%;
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible::before {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-form-control--textfield .andes-checkbox--embedded .andes-checkbox__input:focus-visible::after {
    opacity: 0;
}

.andes-form-control--textfield .andes-tooltip__trigger {
    display: flex;
    margin-right: 16px;
}

.andes-form-control--textfield .andes-form-control__embedded {
    align-items: center;
    display: flex;
    z-index: 1;
}

.andes-form-control--textfield .andes-form-control__embedded .andes-checkbox__label {
    text-wrap: nowrap;
}

.andes-form-control--numeric {
    display: flex;
    flex-direction: column;
}

.andes-form-control--numeric .andes-form-control--focused .andes-form-control__control {
    border-color: transparent;
    box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    outline: none;
}

.andes-form-control--numeric .andes-form-control--visible-focused .andes-form-control__control {
    border-color: transparent;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
    outline: none;
}

.andes-form-control--numeric:hover .andes-form-control__message {
    opacity: 1;
}

.andes-form-control--numeric .andes-form-control {
    padding-top: 0px;
}

.andes-form-control--numeric .andes-form-control__label {
    color: rgba(0, 0, 0, 0.9);
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.07143em;
    margin: 0px 0px 0.428571em 0.428571em;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease-out;
    white-space: nowrap;
    transform: unset !important;
}

.andes-form-control--numeric-wrapper {
    display: flex;
    flex-flow: wrap;
}

.andes-form-control--numeric .andes-form-control--textfield {
    width: 40px;
}

.andes-form-control--numeric .andes-form-control__field {
    text-align: center;
    width: 100%;
}

.andes-form-control--numeric .andes-form-control__field::-webkit-inner-spin-button {
    appearance: none;
}

.andes-form-control--numeric .andes-form-control__textfield-space {
    margin-right: 8px;
}

.andes-form-control--numeric .andes-form-control__textfield-space--big {
    margin-right: 16px;
}

.andes-form-control--numeric .andes-form-control__textfield-space:last-child {
    margin-right: 0px;
}

.andes-form-control--numeric .andes-form-control__message {
    font-size: 13px;
    margin-top: 0px;
}

.andes-form-control--numeric .andes-form-control__bottom {
    align-items: center;
    display: flex;
    font-size: 13px;
    margin: 0.615385em 0px 0px 0.461538em;
}

.andes-form-control--textfield:last-child {
    margin-right: 0px;
}

.andes-form-control--centered .andes-form-control--numeric-wrapper {
    margin: 0px auto;
}

.andes-form-control__prefix,
.andes-form-control__suffix {
    align-items: center;
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    font-size: 16px;
    opacity: 1;
    transition: opacity 0.2s ease-out;
    white-space: nowrap;
}

.andes-form-control__suffix {
    margin-left: -0.25em;
    margin-right: 0.75em;
    text-align: right;
}

.andes-form-control__prefix {
    margin-left: 0.75em;
    margin-right: -0.25em;
    text-align: left;
}

.andes-form-control--centered .andes-form-control__label {
    margin-left: 0px;
    text-align: center;
    transform-origin: inherit;
}

.andes-form-control--centered .andes-form-control__field,
.andes-form-control--centered .andes-form-control__message {
    text-align: center;
}

.andes-form-control--centered .andes-form-control__bottom {
    margin-left: 0px;
}

.andes-form-control--centered .andes-form-control__field::placeholder {
    text-align: center;
}

.andes-form-control--sectioned .andes-form-control__control {
    display: flex;
}

.andes-form-control--password.andes-form-control--focused .andes-form-control__control {
    border-color: transparent;
    box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    outline: none;
}

.andes-form-control--password.andes-form-control--focused .andes-form-control__control.visible-focused {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-form-control--password .andes-form-control__message {
    opacity: 1;
}

.andes-form-control__password-embedded {
    align-items: center;
    display: flex;
    padding-right: 0.75em;
    position: relative;
}

.andes-form-control__password-checkbox {
    appearance: none;
    cursor: pointer;
    height: 23px;
    margin-right: 0.75em;
    position: absolute;
    right: 0px;
    width: 23px;
}

.andes-form-control__password-checkbox:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-form-control__password-checkbox:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-form-control__password-checkbox:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-form-control__password-value {
    color: rgba(0, 0, 0, 0.9);
}

.andes-form-control__password-value.hide {
    display: none;
}

.andes-form-control__password-icon {
    align-items: center;
    display: flex;
}

.andes-form-control__field.andes-form-control__split-field {
    cursor: text;
    height: 48px;
    padding: 0px 0.75em;
}

.andes-form-control__field.andes-form-control__split-field.andes-form-control__split-field--readonly.andes-form-control__split-field--left {
    padding-left: 0px;
}

.andes-form-control__field.andes-form-control__split-field .andes-form-control__control {
    border-radius: 0px;
    box-shadow: none;
}

.andes-form-control__field.andes-form-control__split-field .andes-form-control__control input {
    padding: 0px;
}

.andes-form-control__field.andes-form-control__split-field.andes-form-control--focused>.andes-form-control__control {
    box-shadow: none;
}

.andes-form-control--split .andes-form-control__control--visible-focused {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-form-control--split .andes-form-control__control--visible-focused .andes-form-control__control {
    background-color: transparent;
}

.andes-form-control__split-button {
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: flex;
    height: 36px;
    padding: 0px 0px 0px 6px;
}

.andes-form-control__split-button--right {
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 0px;
    padding: 0px 4px 0px 2px;
}

.andes-form-control__split-button--readonly {
    border: 0px;
    cursor: default;
    margin-left: 3px;
    padding-right: 0px;
    pointer-events: none;
}

.andes-form-control__split-button--readonly .andes-dropdown__standalone-arrow {
    display: none;
}

.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger {
    background-color: transparent;
    border: 0px;
    font-size: 16px;
    padding: 4px 9px 5px 2px;
}

.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger .andes-dropdown__display-values {
    margin-left: 1px;
    margin-right: 4px;
}

.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone .andes-dropdown__standalone-arrow {
    height: 16px;
    padding-bottom: 1px;
    transform: scale(1.5);
    width: 16px;
}

.andes-form-control__split-button.andes-dropdown.andes-dropdown--standalone.andes-dropdown--open .andes-dropdown__standalone-arrow {
    transform: scale(1.5) rotate(180deg);
}

.andes-form-control--disabled.andes-form-control__split-button .andes-floating-menu .andes-dropdown__trigger {
    color: rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

.andes-form-control--disabled.andes-form-control__split-button .andes-floating-menu .andes-dropdown__trigger .andes-dropdown__standalone-arrow path {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-form-control--disabled.andes-form-control__split-button.andes-form-control__split-button--readonly .andes-floating-menu .andes-dropdown__trigger {
    color: rgba(0, 0, 0, 0.9);
    cursor: not-allowed;
    padding-right: 0px;
}

.andes-form-control__split-button-content {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    margin-right: 4px;
    outline: 0px;
    white-space: nowrap;
}

.andes-form-control__split-button-content--icon {
    margin-right: 6px;
}

.andes-form-control__split-button-content--icon-disabled {
    opacity: 0.4;
}

.andes-form-control__bottom.andes-form-control--medium .andes-form-control__message {
    font-size: 10px;
    line-height: 14px;
}

.andes-form-control__bottom.andes-form-control--medium .andes-form-control--countdown .andes-form-control__countdown,
.andes-form-control__bottom.andes-form-control--medium .andes-form-control__countdown {
    font-size: 10px;
}

.andes-form-control--textfield.andes-form-control--medium {
    font-size: 14px;
    padding: 4px 8px;
}

.andes-form-control--textfield.andes-form-control--medium label .andes-form-control__label {
    font-size: 12px;
    margin: 0px 0px 0px 5px;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__clear-icon,
.andes-form-control--textfield.andes-form-control--medium .andes-form-control__validated-icon {
    margin: 0px 8px 0px 12px;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__clear-icon svg,
.andes-form-control--textfield.andes-form-control--medium .andes-form-control__validated-icon svg {
    height: 12px;
    width: 12px;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__prefix,
.andes-form-control--textfield.andes-form-control--medium .andes-form-control__suffix {
    font-size: 14px;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__control {
    font-size: 12px;
    height: 32px;
    line-height: 18px;
    margin: 4px 0px;
    min-height: 32px;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__control .andes-form-control--textfield-progress.andes-progress-indicator-circular {
    height: 16px;
    margin: 0px 8px;
    width: 16px;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__field {
    border-radius: 4px;
    font-size: 14px;
    height: auto;
    padding: 7px 8px;
    width: auto;
}

.andes-form-control--textfield.andes-form-control--medium .andes-form-control__field::placeholder {
    font-size: 14px;
}

.andes-form-control--numeric.andes-form-control--warning .andes-form-control__error-icon,
.andes-form-control--textfield.andes-form-control--warning .andes-form-control__error-icon {
    background-color: rgb(255, 119, 51);
    border-radius: 50%;
    font-size: 13px;
    height: 12px;
    line-height: 1;
    margin-right: 0.461538em;
    width: 12px;
}

.bf-ui-core-container .bf-ui-core-tooltip {
    line-height: normal;
}

div[data-tippy-root] {
    transform: translateX(370px) translateY(40px) !important;
}

.andes-card.andes-popper.bf-ui-core-tooltip.andes-tooltip.andes-tooltip--highlight.andes-card--flat.andes-card--padding-0 .andes-tooltip-data .andes-tooltip-data__arrow.andes-tooltip-data__arrow--bottom {
    transform: translateX(314px) translateY(0px) !important;
}

.andes-tooltip__trigger {
    display: inline-block;
    margin-left: 3px;
    margin-top: 3px;
}

.andes-tooltip__trigger .bf-ui-core-rich-text__icon--image {
    width: 15px;
}

.andes-modal {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    outline: none;
    position: relative;
    transform: translateZ(0px);
}

@media (prefers-reduced-motion: no-preference) {
    .andes-modal {
        animation: 0.2s ease-in-out 0s 1 normal none running modal-translate-in, 0.2s ease-in-out 0s 1 normal none running modal-fade-in;
    }
}

.andes-modal__focus-retainer:focus {
    box-shadow: none;
}

.andes-modal__focus-retainer:focus-visible {
    box-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-modal--closing {
        animation: 0.2s ease-in-out 0s 1 normal none running modal-translate-out, 0.2s ease-in-out 0s 1 normal none running modal-fade-out;
    }
}

.andes-modal>* {
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
}

.andes-modal__overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    inset: 0px;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 1020;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-modal__overlay {
        animation: 0.2s ease-in-out 0s 1 normal none running modal-fade-in;
    }

    .andes-modal__overlay--closing {
        animation: 0.2s ease-in-out 0s 1 normal none running modal-fade-out;
    }
}

.andes-modal__overlay--large,
.andes-modal__overlay--small {
    padding: 3em;
}

.andes-modal__overlay--full-webview-ios {
    padding-bottom: 60px;
    padding-top: 65px;
}

.andes-modal.andes-modal--card,
.andes-modal.andes-modal--large,
.andes-modal.andes-modal--small {
    border-radius: 6px;
}

.andes-modal.andes-modal--large .andes-modal__header--secondary,
.andes-modal.andes-modal--large .andes-modal__header--sticky,
.andes-modal.andes-modal--small .andes-modal__header--secondary,
.andes-modal.andes-modal--small .andes-modal__header--sticky {
    padding-bottom: 1.375em;
    padding-top: 1.375em;
}

.andes-modal.andes-modal--large .andes-modal__header--secondary .andes-modal__title,
.andes-modal.andes-modal--large .andes-modal__header--sticky .andes-modal__title,
.andes-modal.andes-modal--small .andes-modal__header--secondary .andes-modal__title,
.andes-modal.andes-modal--small .andes-modal__header--sticky .andes-modal__title {
    font-size: 20px;
}

.andes-modal.andes-modal--large .andes-modal__header__contents *+.andes-modal__title,
.andes-modal.andes-modal--small .andes-modal__header__contents *+.andes-modal__title {
    margin-top: 32px;
}

.andes-modal.andes-modal--card .andes-modal__header__contents *+.andes-modal__title,
.andes-modal.andes-modal--full .andes-modal__header__contents *+.andes-modal__title {
    margin-top: 26px;
}

.andes-modal__scroll {
    border-radius: 6px;
    overflow: hidden auto;
}

.andes-modal__title {
    font-weight: 600;
    line-height: 1;
}

.andes-modal__actions,
.andes-modal__header {
    background-color: rgb(255, 255, 255);
    box-shadow: none;
}

.andes-modal__actions {
    border-radius: 0px 0px 6px 6px;
    display: flex;
    flex-wrap: wrap;
    transition-duration: 0.08s;
    transition-property: box-shadow, padding, background-color;
    transition-timing-function: ease-in-out;
}

.andes-modal__actions--fixed {
    bottom: 0px;
    position: sticky;
}

.andes-modal__actions--border {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
}

.andes-modal__actions--border.padding {
    border-top: 0px;
    box-shadow: none;
}

.andes-modal__actions .andes-button:not(:first-of-type) {
    margin-left: 8px;
}

.andes-modal__actions .andes-button--full-width:not(:first-of-type) {
    margin-left: 0px;
    margin-top: 8px;
}

.andes-modal__header {
    border-radius: 6px 6px 0px 0px;
    display: flex;
    position: relative;
    top: 0px;
    transition-duration: 0.08s;
    transition-property: box-shadow, background-color;
    transition-timing-function: ease-in-out;
}

.andes-modal__header__contents {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.andes-modal__header__contents--centered {
    align-items: center;
    text-align: center;
}

.andes-modal__header--secondary .andes-modal__header__contents,
.andes-modal__header--sticky .andes-modal__header__contents {
    overflow: hidden;
}

.andes-modal__header--secondary .andes-modal__title,
.andes-modal__header--sticky .andes-modal__title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-modal__header--sticky {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 24px 0px;
    position: sticky;
    z-index: 1021;
}

.andes-modal__header--secondary {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 1021;
}

.andes-modal__header--secondary .andes-modal__title {
    display: none;
}

.andes-modal__header--show {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 0px 0px, rgba(0, 0, 0, 0.1) 0px 0px 24px 0px;
}

.andes-modal__header--show-title .andes-modal__title {
    display: block;
}

.andes-modal__close-button {
    appearance: none;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    font-size: inherit;
    height: 1.25em;
    padding: 0px;
    width: 1.25em;
}

.andes-modal__close-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-modal__close-button:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-modal__close-button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

@keyframes modal-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes modal-fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes modal-translate-in {
    0% {
        margin-top: 300px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes modal-translate-out {
    0% {
        margin-top: 0px;
    }

    100% {
        margin-top: 300px;
    }
}

@media (min-width: 768px) {
    .andes-modal--small.andes-modal--asset .andes-modal__header {
        padding-bottom: 1em;
    }

    .andes-modal--small .andes-modal__header {
        padding: 2em 2em 1.5em;
    }

    .andes-modal--small .andes-modal__header.andes-modal__header--secondary .andes-modal__close-button,
    .andes-modal--small .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button {
        margin-top: 0px;
    }

    .andes-modal--small .andes-modal__close-button {
        margin-top: 2px;
    }

    .andes-modal--small .andes-modal__title {
        font-size: 24px;
    }

    .andes-modal--small .andes-modal__content {
        padding: 0px 2em 2em;
    }

    .andes-modal--small.andes-modal--fixed-actions .andes-modal__content {
        padding-bottom: 1em;
    }

    .andes-modal--small .andes-modal__actions {
        padding: 0px 2em 2em;
    }

    .andes-modal--small .andes-modal__actions--fixed {
        padding: 1em 2em;
    }

    .andes-modal--large.andes-modal--asset .andes-modal__header {
        padding-bottom: 1.25em;
    }

    .andes-modal--large .andes-modal__header {
        padding: 3em 3em 1.75em;
    }

    .andes-modal--large .andes-modal__header.andes-modal__header--secondary .andes-modal__close-button,
    .andes-modal--large .andes-modal__header.andes-modal__header--sticky .andes-modal__close-button {
        margin-top: 0px;
    }

    .andes-modal--large .andes-modal__close-button {
        margin-top: 4px;
    }

    .andes-modal--large .andes-modal__title {
        font-size: 28px;
    }

    .andes-modal--large .andes-modal__content {
        padding: 0px 3em 3em;
    }

    .andes-modal--large.andes-modal--fixed-actions .andes-modal__content {
        padding-bottom: 2.25em;
    }

    .andes-modal--large .andes-modal__actions {
        padding: 0.25em 3em 3em;
    }

    .andes-modal--large .andes-modal__actions--fixed {
        padding: 1em 3em;
    }
}

.andes-modal--full {
    border-radius: 0px;
    height: 100%;
    width: 100%;
    max-height: none !important;
    max-width: none !important;
}

.andes-modal--full .andes-modal__scroll {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.andes-modal--full .andes-modal__header {
    border-radius: 0px;
    padding: 2em 1.5em;
}

.andes-modal--full .andes-modal__header.andes-modal__header--secondary,
.andes-modal--full .andes-modal__header.andes-modal__header--sticky {
    padding: 1.625em 1.5em;
}

.andes-modal--full .andes-modal__header.andes-modal__header--secondary .andes-modal__title,
.andes-modal--full .andes-modal__header.andes-modal__header--sticky .andes-modal__title {
    font-size: 20px;
}

.andes-modal--full .andes-modal__header.andes-modal__header--secondary .namespace__close-button,
.andes-modal--full .andes-modal__header.andes-modal__header--sticky .namespace__close-button {
    margin-top: 0px;
}

.andes-modal--full .andes-modal__close-button {
    margin-top: 2px;
}

.andes-modal--full .andes-modal__title {
    font-size: 24px;
}

.andes-modal--full .andes-modal__content {
    flex-grow: 1;
    padding: 0px 1.5em 1.5em;
}

.andes-modal--full.andes-modal--fixed-actions .andes-modal__content {
    padding-bottom: 1em;
}

.andes-modal--full .andes-modal__actions {
    border-radius: 0px;
    padding: 0px 1.5em 1.5em;
}

.andes-modal--full .andes-modal__actions--fixed {
    padding: 1em 1.5em;
}

.andes-modal--card .andes-modal__header {
    padding: 1.625em 1.5em 1.25em;
    transition-property: box-shadow;
}

.andes-modal--card .andes-modal__header.andes-modal__header--secondary,
.andes-modal--card .andes-modal__header.andes-modal__header--sticky {
    padding: 1.4375em 1.5em;
}

.andes-modal--card .andes-modal__title {
    font-size: 20px;
}

.andes-modal--card .andes-modal__content {
    padding: 0px 1.5em 1.5em;
}

.andes-modal--card .andes-modal__close-button {
    position: absolute;
    right: -4px;
    top: -32px;
}

.andes-modal__overlay--card {
    padding: 3em 1.5em;
}

.andes-modal--card.andes-modal--fixed-actions .andes-modal__content {
    padding-bottom: 0.5em;
}

.andes-modal--card .andes-modal__actions {
    padding: 0px 1.5em 1.5em;
}

.andes-modal--card .andes-modal__actions--fixed {
    padding: 1em 1.5em;
}

.bf-ui-core-modal--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-modal--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-modal--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-modal--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-modal--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-modal--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-modal--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-modal--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-modal--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-modal--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-modal--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-modal--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-modal--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-modal--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-modal--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-modal--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-modal--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-modal--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-modal--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-modal--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-modal--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-modal--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-modal--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-modal--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-modal--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-modal--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-modal--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-modal--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-modal--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-modal--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-modal--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-modal--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-modal--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-modal--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-modal--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-modal--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-modal--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-modal--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-modal--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-modal--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-modal--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-modal--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-modal--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-modal--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-modal--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-modal--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-modal--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-modal--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-modal--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-modal--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-modal--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-modal--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-modal--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-modal--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-modal--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-modal--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-modal--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-modal--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-modal--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-modal--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-modal--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-modal--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-modal--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-modal--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-modal--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-modal--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-modal--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-modal--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-modal--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-modal--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-modal--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-modal--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-modal--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-modal--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-modal--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-modal--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-modal--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-modal--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-modal--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-modal--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-modal--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-modal--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-modal--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-modal--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-modal--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-modal--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-modal--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-modal--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-modal--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-modal--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-modal--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-modal--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-modal--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-modal--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-modal--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-modal--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-modal--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-modal--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-modal--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-modal--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-modal--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-modal--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-modal--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-modal--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-modal--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-modal--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-modal--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-modal--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-modal--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-modal--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-modal--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-modal--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-modal--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-modal--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-modal--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-modal--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-modal--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-modal--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-modal--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-modal--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-modal--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-modal--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-modal--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-modal--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-modal--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-modal--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-modal--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-modal--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-modal--flex {
    display: flex;
}

.bf-ui-core-modal--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-modal--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-modal--flex-align--center {
    align-items: center;
}

.bf-ui-core-modal--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-modal--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-modal--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-modal--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-modal--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-modal--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-modal--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-modal--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-modal--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-modal--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-modal--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-modal--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-modal--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-modal--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-modal--flex-height--auto {
    height: auto;
}

.bf-ui-core-modal--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-modal--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-modal--flex-width--auto {
    width: auto;
}

.bf-ui-core-modal--background-transparent {
    background-color: transparent;
}

.bf-ui-core-modal--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-modal--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-modal--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-modal--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-modal--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-modal--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-modal--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-modal--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-modal--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-modal--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-modal--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-modal--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-modal--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-modal--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-modal--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-modal--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-modal--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-modal--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-modal--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-modal--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-modal--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-modal--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-modal--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-modal--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-modal--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-modal--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-modal--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-modal--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-modal--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-modal--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-modal--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-modal--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-modal--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-modal--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-modal--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-modal--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-modal--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-modal--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-modal--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-modal--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-modal--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-modal--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-modal--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-modal--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-modal--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-modal--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-modal--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-modal--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-modal--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-modal--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-modal--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-modal--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-modal--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-modal--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-modal--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-modal--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-modal--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-modal--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-modal--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-modal--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-modal--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-modal--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-modal--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-modal--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-modal--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-modal--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-modal--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-modal--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-modal--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-modal--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-modal--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-modal--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-modal--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-modal--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-modal--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-modal--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-modal--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-modal--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-modal--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-modal--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-modal--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-modal--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-modal--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-modal--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-modal--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-modal--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-modal--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-modal--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-modal--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-modal--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-modal--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-modal--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-modal--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-modal--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-modal--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-modal--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-modal--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-modal--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-modal--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-modal--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-modal--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-modal--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-modal--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-modal--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-modal--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-modal--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-modal--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-modal--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-modal--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-modal--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-modal--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-modal--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-modal--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-modal--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-modal--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-modal--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-modal--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-modal--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-modal--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-modal--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-modal--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-modal--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-modal--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-modal--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-modal--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-modal--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-modal--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-modal--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-modal--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-modal--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-modal--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-modal--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-modal--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-modal--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-modal--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-modal--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-modal--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-modal--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-modal--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-modal--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-modal--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-modal--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-modal--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-modal--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-modal--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-modal--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-modal--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-modal--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-modal--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-modal--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-modal--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-modal--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-modal--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-modal--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-modal--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-modal--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-modal--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-modal--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-modal--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-modal--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-modal--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-modal--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

@supports (-webkit-touch-callout:none) {
    .andes-modal__overlay.andes-modal__overlay--full {
        top: env(safe-area-inset-top);
    }
}

[data-site="MS"] [id^="container_modal/"] {
    margin-top: 16px;
    max-height: 70px;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control__control {
    border: 1px;
    border-radius: var(--button-border-radius, 6px);
    height: 32px;
    padding: 0px;
    width: 364px;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control__control .andes-form-control__field {
    border: none;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 62.5rem inset;
    flex-grow: 0;
    margin: 0.5rem 0.75rem 0.5rem 0.5rem;
    padding: 0px;
    width: 246px;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control__control .andes-form-control__embedded {
    border: none;
    flex-grow: 0.8;
    margin: 0.5rem 0.5rem 0.5rem 0px;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control__control .andes-button {
    align-items: center;
    cursor: not-allowed;
    display: flex;
    height: 32px;
    justify-content: center;
    padding: 0px;
    width: 118px;
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: rgba(0, 0, 0, 0.25) !important;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control__control .andes-button .andes-button__content {
    font-size: 14px;
    font-weight: 600;
    height: 16px;
    line-height: 1;
    padding: 0.438rem 0.75rem;
    text-align: center;
    width: fit-content;
    font-family: var(--secondaryFontVar, "Proxima Nova") !important;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control .andes-form-control--textfield .bf-ui-core-input-text {
    width: 100%;
}

[data-site="MS"] [id^="container_modal/"] .andes-form-control--focused .andes-button {
    background-color: var(--primaryColorVar) !important;
    color: var(--textColorByPrimaryColorVar) !important;
    cursor: pointer !important;
    pointer-events: auto !important;
}

[data-site="MS"] .andes-form-control__bottom .andes-form-control__message {
    color: rgb(242, 61, 79);
    font-weight: 600;
}

[data-site="MS"] [id^="container_modal_response/"] {
    margin-top: 16px;
    width: 418px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card {
    border: none;
    box-shadow: none;
    margin: 0px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .andes-card__header {
    border: none;
    box-shadow: none;
    padding: 0px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .andes-card__header .andes-typography {
    font-family: var(--primaryFontVar, "Proxima Nova");
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .andes-card__content {
    padding: 0px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .andes-card__content .bf-ui-core-label {
    width: 428px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .andes-card__content .andes-button {
    border-width: 0px;
    border-style: initial;
    border-image: initial;
    display: flex;
    height: 28px;
    justify-content: start;
    margin: 8px 0px 0px;
    padding: 0px;
    width: 300px;
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .andes-card__content .andes-button__content {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    font-family: var(--secondaryFontVar, "Proxima Nova") !important;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-card__content .bf-ui-core-label:first-of-type .bf-ui-core-rich-text__body {
    width: 314px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-card__content .bf-ui-core-label:first-of-type .bf-ui-core-rich-text__body .andes-typography {
    font-family: var(--secondaryFontVar, "Proxima Nova");
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-rich-text__price.bf-ui-core-rich-text__price--positive {
    margin-top: 8px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-rich-text__price.bf-ui-core-rich-text__price--positive .andes-money-amount {
    font-weight: 600;
    justify-content: end;
    line-height: 20px;
    width: 115px;
    font-family: var(--secondaryFontVar, "Proxima Nova") !important;
    font-size: 16px !important;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-card__content>span:nth-of-type(2) {
    display: none;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-rich-text__icon {
    margin-top: 8px;
}

[data-site="MS"] [id^="container_modal_response/"] .andes-card .bf-ui-core-rich-text__icon .andes-typography {
    font-family: var(--secondaryFontVar, "Proxima Nova");
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

@media (max-width: 768px) {
    [data-site="MS"] [id^="container_modal/"] {
        margin-top: 24px;
        max-height: 152px;
        max-width: 264px;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-card .andes-card__content .bf-ui-core-label {
        width: 100%;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-form-control__control .andes-form-control__field {
        margin: 0.5rem 0px 0.5rem 0.5rem;
        max-width: 208px;
        order: 2;
        outline: none;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-form-control.andes-form-control--textfield {
        max-height: 68px;
        width: 100%;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-form-control.andes-form-control--textfield .andes-form-control__control {
        align-items: center;
        display: flex;
        width: 100%;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-form-control.andes-form-control--textfield .andes-form-control__embedded {
        flex-grow: 0;
        height: 20px;
        margin: 0.5rem 0px 0.5rem 0.75rem;
        order: 1;
        width: 20px;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-form-control.andes-form-control--textfield .bf-ui-core-rich-text__icon {
        width: 20px;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-button {
        align-items: center;
        border: 0px;
        cursor: not-allowed;
        display: flex;
        justify-content: center;
        max-width: 264px;
        padding: 0px;
        background-color: rgba(0, 0, 0, 0.1) !important;
        color: rgba(0, 0, 0, 0.25) !important;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-button .andes-button__content {
        line-height: 16px;
        max-width: 216px;
        text-align: center;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-button .andes-button__text {
        font-size: 16px;
        font-weight: 600;
        height: 16px;
        font-family: var(--secondaryFontVar, "Proxima Nova") !important;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-form-control--focused~.andes-button {
        background-color: var(--primaryColorVar) !important;
        color: var(--textColorByPrimaryColorVar) !important;
        cursor: pointer !important;
        pointer-events: auto !important;
    }

    [data-site="MS"] [id^="container_modal/"] .andes-button.bf-ui-core-button {
        height: 48px;
        margin-top: 32px;
    }

    [data-site="MS"] [id^="container_modal_response/"] {
        max-width: 364px;
        width: auto;
    }

    [data-site="MS"] [id^="container_modal_response/"] .andes-card__content .bf-ui-core-label {
        width: 100% !important;
    }

    [data-site="MS"] [id^="container_modal_response/"] .andes-card__content .andes-button {
        border: 0px !important;
    }

    [data-site="MS"] [id^="container_modal_response/"] .bf-ui-core-rich-text__price.bf-ui-core-rich-text__price--positive .andes-money-amount {
        font-weight: 400 !important;
        line-height: 22px !important;
    }

    [data-site="MS"] [id^="container_modal_response/"] .andes-card__header {
        align-items: center;
        display: flex;
        height: 22px;
        justify-content: space-between;
        margin-bottom: 0.375rem;
    }

    [data-site="MS"] [id^="container_modal_response/"] .andes-card__header .andes-typography {
        font-size: 14px;
        line-height: 18px;
    }

    [data-site="MS"] [id^="container_modal_response/"] .bf-ui-core-rich-text__price.bf-ui-core-rich-text__price--positive {
        margin: 0px !important;
    }

    [data-site="MS"] [id^="container_modal_response/"] .andes-form-control.andes-form-control--textfield,
    [data-site="MS"] [id^="container_modal_response/"] .andes-form-control.andes-form-control--textfield .andes-form-control__control {
        width: 100%;
    }

    [data-site="MS"] [id^="container_modal_response/"] .andes-form-control.andes-form-control--textfield .andes-form-control__field {
        max-width: 208px;
        outline: none;
    }

    [data-site="MS"] [id^="container_modal_response/"] .bf-ui-core-card__content .bf-ui-core-label:first-of-type .bf-ui-core-rich-text__body {
        max-width: 192px;
    }
}

.andes-modal {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__progress,
.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__svg {
    height: 16px;
    width: 16px;
    stroke-width: 2px;
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__container {
    align-items: center;
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__label {
    font-size: 14px;
    margin-left: 12px;
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__progress,
.andes-progress-indicator-circular--small .andes-progress-indicator-circular__svg {
    height: 24px;
    width: 24px;
    stroke-width: 2.5px;
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__container {
    align-items: center;
    flex-direction: column;
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__label {
    font-size: 14px;
    margin-top: 13px;
}

@keyframes andes-button-start-width-animation {
    0% {
        width: 0px;
    }

    100% {
        width: 90%;
    }
}

@keyframes andes-button-start-width-animation-reduce-motion {
    0% {
        width: 0px;
    }

    30% {
        width: 30%;
    }

    60% {
        width: 60%;
    }

    100% {
        width: 90%;
    }
}

.andes-button {
    border-radius: 6px;
    display: inline-block;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0px 24px;
    text-align: center;
    width: auto;
    -webkit-font-smoothing: antialiased;
}

.andes-button:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-button:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-button:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button {
        transition: background 0.18s ease-out, color;
    }
}

.andes-button:link {
    text-decoration: none;
}

.andes-button,
.andes-button * {
    box-sizing: border-box;
}

.andes-button svg {
    display: inline-block;
    max-height: 1.125em;
    max-width: 1.125em;
    vertical-align: middle;
}

.andes-button--full-width {
    display: block;
    width: 100%;
}

.andes-button:disabled,
.andes-button[aria-disabled="true"],
.andes-button[disabled] {
    pointer-events: none;
}

.andes-button--loading {
    overflow-y: hidden;
    position: relative;
}

.andes-button--loading::after,
.andes-button--loading::before {
    background-color: var(--andes-color-blue-600, #2968c8);
    border-color: transparent;
    border-radius: 0.222222em;
    box-sizing: content-box;
    color: rgb(255, 255, 255);
    content: "";
    height: 100%;
    left: 0px;
    margin: -0.0555556em;
    padding: 0.0555556em;
    position: absolute;
    top: 0px;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.andes-button--loading .andes-progress-indicator-circular {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.andes-button--loading .andes-progress-indicator-circular__container {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
    width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loading .andes-progress-indicator-circular__container {
        animation: 0.18s ease 0s 1 normal forwards running translateInButtonSpinner;
    }
}

.andes-button--loading .andes-progress-indicator-circular__progress {
    display: block;
}

.andes-button--loading .andes-progress-indicator-circular__progress div {
    align-items: center;
    display: flex;
    justify-content: center;
}

.andes-button--loading .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__svg {
    stroke-width: 6px;
    position: relative;
    top: 3px;
}

.andes-button--loading .andes-button__content {
    display: block;
    opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loading .andes-button__content {
        animation: 0.2s ease 0s 1 normal forwards running translateOutButtonSpinner;
    }
}

.andes-button--loading-complete {
    overflow-y: hidden;
}

.andes-button--loading-complete .andes-button__content {
    margin: 0px;
    max-height: none;
    opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loading-complete .andes-button__content {
        animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinnerComplete;
    }
}

.andes-button__content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.andes-button__content * {
    display: block;
    float: left;
}

.andes-button__text {
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-button__text+svg,
svg+.andes-button__text {
    margin-left: 12px;
}

@keyframes translateInButtonSpinner {
    0% {
        opacity: 0;
        transform: translateY(60%);
    }

    40% {
        opacity: 0.4;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes translateOutButtonSpinner {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 0.5;
        transform: translateY(-30%);
    }

    90% {
        transform: translateY(-40%);
    }

    100% {
        opacity: 0;
        transform: translateY(-60%);
    }
}

@keyframes translateInButtonSpinnerComplete {
    0% {
        opacity: 0;
        transform: translateY(65%);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.andes-button--medium {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    padding: 0px 12px;
}

.andes-button--medium .andes-button__text+svg,
.andes-button--medium svg+.andes-button__text {
    margin-left: 8px;
}

.andes-button--medium .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__svg {
    top: 0px;
}

.andes-button--medium.andes-button--loading-complete .andes-button__content {
    animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinnerCompleteMedium, 0.2s ease 0s 1 normal running fadeIn;
}

@keyframes translateInButtonSpinnerCompleteMedium {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(calc(-50% + 13px));
    }
}

.andes-button--small {
    border-radius: 4px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0px 8px;
}

.andes-button--small .andes-progress-indicator-circular__progress .andes-progress-indicator-circular__svg {
    top: 1.5px;
}

.andes-button--small .andes-button__text {
    margin: 0px;
}

.andes-button--small.andes-button--loading-complete .andes-button__content {
    animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinnerCompleteSmall, 0.2s ease 0s 1 normal running fadeIn;
}

@keyframes translateInButtonSpinnerCompleteSmall {
    0% {
        transform: translateY(50%);
    }

    100% {
        transform: translateY(calc(-50% + 10px));
    }
}

.andes-button--loud:hover {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: rgb(255, 255, 255);
}

.andes-button--loud:hover path[stroke]:not([stroke="none"]),
.andes-button--loud:hover svg[stroke]:not([stroke="none"]) {
    stroke: rgb(255, 255, 255) !important;
}

.andes-button--loud:hover path[fill]:not([fill="none"]),
.andes-button--loud:hover svg[fill]:not([fill="none"]) {
    fill: rgb(255, 255, 255) !important;
}

@media (min-width: 768px) {

    .andes-button--loud:hover,
    .andes-button--loud:link:hover,
    .andes-button--loud:visited:hover {
        background-color: var(--andes-color-blue-600, #2968c8);
        border-color: transparent;
        color: rgb(255, 255, 255);
    }

    .andes-button--loud:hover path[stroke]:not([stroke="none"]),
    .andes-button--loud:hover svg[stroke]:not([stroke="none"]),
    .andes-button--loud:link:hover path[stroke]:not([stroke="none"]),
    .andes-button--loud:link:hover svg[stroke]:not([stroke="none"]),
    .andes-button--loud:visited:hover path[stroke]:not([stroke="none"]),
    .andes-button--loud:visited:hover svg[stroke]:not([stroke="none"]) {
        stroke: rgb(255, 255, 255) !important;
    }

    .andes-button--loud:hover path[fill]:not([fill="none"]),
    .andes-button--loud:hover svg[fill]:not([fill="none"]),
    .andes-button--loud:link:hover path[fill]:not([fill="none"]),
    .andes-button--loud:link:hover svg[fill]:not([fill="none"]),
    .andes-button--loud:visited:hover path[fill]:not([fill="none"]),
    .andes-button--loud:visited:hover svg[fill]:not([fill="none"]) {
        fill: rgb(255, 255, 255) !important;
    }
}

.andes-button--loud {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loud {
        transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
    }
}

.andes-button--loud,
.andes-button--loud:focus,
.andes-button--loud:link,
.andes-button--loud:visited {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: rgb(255, 255, 255);
}

.andes-button--loud path[stroke]:not([stroke="none"]),
.andes-button--loud svg[stroke]:not([stroke="none"]),
.andes-button--loud:focus path[stroke]:not([stroke="none"]),
.andes-button--loud:focus svg[stroke]:not([stroke="none"]),
.andes-button--loud:link path[stroke]:not([stroke="none"]),
.andes-button--loud:link svg[stroke]:not([stroke="none"]),
.andes-button--loud:visited path[stroke]:not([stroke="none"]),
.andes-button--loud:visited svg[stroke]:not([stroke="none"]) {
    stroke: rgb(255, 255, 255) !important;
}

.andes-button--loud path[fill]:not([fill="none"]),
.andes-button--loud svg[fill]:not([fill="none"]),
.andes-button--loud:focus path[fill]:not([fill="none"]),
.andes-button--loud:focus svg[fill]:not([fill="none"]),
.andes-button--loud:link path[fill]:not([fill="none"]),
.andes-button--loud:link svg[fill]:not([fill="none"]),
.andes-button--loud:visited path[fill]:not([fill="none"]),
.andes-button--loud:visited svg[fill]:not([fill="none"]) {
    fill: rgb(255, 255, 255) !important;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loud:hover {
        transition: background-color 0.2s ease-in;
    }
}

.andes-button--loud:active {
    background-color: var(--andes-color-blue-700, #1f4e96);
    border-color: transparent;
    color: rgb(255, 255, 255);
}

.andes-button--loud:active path[stroke]:not([stroke="none"]),
.andes-button--loud:active svg[stroke]:not([stroke="none"]) {
    stroke: rgb(255, 255, 255) !important;
}

.andes-button--loud:active path[fill]:not([fill="none"]),
.andes-button--loud:active svg[fill]:not([fill="none"]) {
    fill: rgb(255, 255, 255) !important;
}

.andes-button--loud:not(.andes-button--loading, .loading):disabled,
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled="true"],
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

.andes-button--loud:not(.andes-button--loading, .loading):disabled path[stroke]:not([stroke="none"]),
.andes-button--loud:not(.andes-button--loading, .loading):disabled svg[stroke]:not([stroke="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled="true"] path[stroke]:not([stroke="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled="true"] svg[stroke]:not([stroke="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] path[stroke]:not([stroke="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] svg[stroke]:not([stroke="none"]) {
    stroke: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--loud:not(.andes-button--loading, .loading):disabled path[fill]:not([fill="none"]),
.andes-button--loud:not(.andes-button--loading, .loading):disabled svg[fill]:not([fill="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled="true"] path[fill]:not([fill="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[aria-disabled="true"] svg[fill]:not([fill="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] path[fill]:not([fill="none"]),
.andes-button--loud:not(.andes-button--loading, .loading)[disabled] svg[fill]:not([fill="none"]) {
    fill: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--quiet:hover {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--quiet:hover path[stroke]:not([stroke="none"]),
.andes-button--quiet:hover svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--quiet:hover path[fill]:not([fill="none"]),
.andes-button--quiet:hover svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

@media (min-width: 768px) {

    .andes-button--quiet:hover,
    .andes-button--quiet:link:hover,
    .andes-button--quiet:visited:hover {
        background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
        border-color: transparent;
        color: var(--andes-color-blue-500, #3483fa);
    }

    .andes-button--quiet:hover path[stroke]:not([stroke="none"]),
    .andes-button--quiet:hover svg[stroke]:not([stroke="none"]),
    .andes-button--quiet:link:hover path[stroke]:not([stroke="none"]),
    .andes-button--quiet:link:hover svg[stroke]:not([stroke="none"]),
    .andes-button--quiet:visited:hover path[stroke]:not([stroke="none"]),
    .andes-button--quiet:visited:hover svg[stroke]:not([stroke="none"]) {
        stroke: var(--andes-color-blue-500, #3483fa) !important;
    }

    .andes-button--quiet:hover path[fill]:not([fill="none"]),
    .andes-button--quiet:hover svg[fill]:not([fill="none"]),
    .andes-button--quiet:link:hover path[fill]:not([fill="none"]),
    .andes-button--quiet:link:hover svg[fill]:not([fill="none"]),
    .andes-button--quiet:visited:hover path[fill]:not([fill="none"]),
    .andes-button--quiet:visited:hover svg[fill]:not([fill="none"]) {
        fill: var(--andes-color-blue-500, #3483fa) !important;
    }
}

.andes-button--quiet {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--quiet {
        transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
    }
}

.andes-button--quiet,
.andes-button--quiet:focus,
.andes-button--quiet:link,
.andes-button--quiet:visited {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--quiet path[stroke]:not([stroke="none"]),
.andes-button--quiet svg[stroke]:not([stroke="none"]),
.andes-button--quiet:focus path[stroke]:not([stroke="none"]),
.andes-button--quiet:focus svg[stroke]:not([stroke="none"]),
.andes-button--quiet:link path[stroke]:not([stroke="none"]),
.andes-button--quiet:link svg[stroke]:not([stroke="none"]),
.andes-button--quiet:visited path[stroke]:not([stroke="none"]),
.andes-button--quiet:visited svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--quiet path[fill]:not([fill="none"]),
.andes-button--quiet svg[fill]:not([fill="none"]),
.andes-button--quiet:focus path[fill]:not([fill="none"]),
.andes-button--quiet:focus svg[fill]:not([fill="none"]),
.andes-button--quiet:link path[fill]:not([fill="none"]),
.andes-button--quiet:link svg[fill]:not([fill="none"]),
.andes-button--quiet:visited path[fill]:not([fill="none"]),
.andes-button--quiet:visited svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--quiet:hover {
        transition: background-color 0.2s ease-in;
    }
}

.andes-button--quiet:active {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--quiet:active path[stroke]:not([stroke="none"]),
.andes-button--quiet:active svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--quiet:active path[fill]:not([fill="none"]),
.andes-button--quiet:active svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--quiet:not(.andes-button--loading, .loading):disabled,
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled="true"],
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

.andes-button--quiet:not(.andes-button--loading, .loading):disabled path[stroke]:not([stroke="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading):disabled svg[stroke]:not([stroke="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled="true"] path[stroke]:not([stroke="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled="true"] svg[stroke]:not([stroke="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] path[stroke]:not([stroke="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] svg[stroke]:not([stroke="none"]) {
    stroke: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--quiet:not(.andes-button--loading, .loading):disabled path[fill]:not([fill="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading):disabled svg[fill]:not([fill="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled="true"] path[fill]:not([fill="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[aria-disabled="true"] svg[fill]:not([fill="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] path[fill]:not([fill="none"]),
.andes-button--quiet:not(.andes-button--loading, .loading)[disabled] svg[fill]:not([fill="none"]) {
    fill: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--transparent:hover {
    background-color: transparent;
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--transparent:hover path[stroke]:not([stroke="none"]),
.andes-button--transparent:hover svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--transparent:hover path[fill]:not([fill="none"]),
.andes-button--transparent:hover svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

@media (min-width: 768px) {

    .andes-button--transparent:hover,
    .andes-button--transparent:link:hover,
    .andes-button--transparent:visited:hover {
        background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
        border-color: transparent;
        color: var(--andes-color-blue-500, #3483fa);
    }

    .andes-button--transparent:hover path[stroke]:not([stroke="none"]),
    .andes-button--transparent:hover svg[stroke]:not([stroke="none"]),
    .andes-button--transparent:link:hover path[stroke]:not([stroke="none"]),
    .andes-button--transparent:link:hover svg[stroke]:not([stroke="none"]),
    .andes-button--transparent:visited:hover path[stroke]:not([stroke="none"]),
    .andes-button--transparent:visited:hover svg[stroke]:not([stroke="none"]) {
        stroke: var(--andes-color-blue-500, #3483fa) !important;
    }

    .andes-button--transparent:hover path[fill]:not([fill="none"]),
    .andes-button--transparent:hover svg[fill]:not([fill="none"]),
    .andes-button--transparent:link:hover path[fill]:not([fill="none"]),
    .andes-button--transparent:link:hover svg[fill]:not([fill="none"]),
    .andes-button--transparent:visited:hover path[fill]:not([fill="none"]),
    .andes-button--transparent:visited:hover svg[fill]:not([fill="none"]) {
        fill: var(--andes-color-blue-500, #3483fa) !important;
    }
}

.andes-button--transparent {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--transparent {
        transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
    }
}

.andes-button--transparent,
.andes-button--transparent:focus,
.andes-button--transparent:link,
.andes-button--transparent:visited {
    background-color: transparent;
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--transparent path[stroke]:not([stroke="none"]),
.andes-button--transparent svg[stroke]:not([stroke="none"]),
.andes-button--transparent:focus path[stroke]:not([stroke="none"]),
.andes-button--transparent:focus svg[stroke]:not([stroke="none"]),
.andes-button--transparent:link path[stroke]:not([stroke="none"]),
.andes-button--transparent:link svg[stroke]:not([stroke="none"]),
.andes-button--transparent:visited path[stroke]:not([stroke="none"]),
.andes-button--transparent:visited svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--transparent path[fill]:not([fill="none"]),
.andes-button--transparent svg[fill]:not([fill="none"]),
.andes-button--transparent:focus path[fill]:not([fill="none"]),
.andes-button--transparent:focus svg[fill]:not([fill="none"]),
.andes-button--transparent:link path[fill]:not([fill="none"]),
.andes-button--transparent:link svg[fill]:not([fill="none"]),
.andes-button--transparent:visited path[fill]:not([fill="none"]),
.andes-button--transparent:visited svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--transparent:hover {
        transition: background-color 0.2s ease-in;
    }
}

.andes-button--transparent:active {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--transparent:active path[stroke]:not([stroke="none"]),
.andes-button--transparent:active svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--transparent:active path[fill]:not([fill="none"]),
.andes-button--transparent:active svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--transparent:not(.andes-button--loading, .loading):disabled,
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled="true"],
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] {
    background-clip: padding-box;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

.andes-button--transparent:not(.andes-button--loading, .loading):disabled path[stroke]:not([stroke="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading):disabled svg[stroke]:not([stroke="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled="true"] path[stroke]:not([stroke="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled="true"] svg[stroke]:not([stroke="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] path[stroke]:not([stroke="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] svg[stroke]:not([stroke="none"]) {
    stroke: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--transparent:not(.andes-button--loading, .loading):disabled path[fill]:not([fill="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading):disabled svg[fill]:not([fill="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled="true"] path[fill]:not([fill="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[aria-disabled="true"] svg[fill]:not([fill="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] path[fill]:not([fill="none"]),
.andes-button--transparent:not(.andes-button--loading, .loading)[disabled] svg[fill]:not([fill="none"]) {
    fill: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--quiet.loading:active,
.andes-button--quiet.loading:disabled,
.andes-button--quiet.loading:hover {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
    border-color: transparent;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-button--quiet.loading:active path[stroke]:not([stroke="none"]),
.andes-button--quiet.loading:active svg[stroke]:not([stroke="none"]),
.andes-button--quiet.loading:disabled path[stroke]:not([stroke="none"]),
.andes-button--quiet.loading:disabled svg[stroke]:not([stroke="none"]),
.andes-button--quiet.loading:hover path[stroke]:not([stroke="none"]),
.andes-button--quiet.loading:hover svg[stroke]:not([stroke="none"]) {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--quiet.loading:active path[fill]:not([fill="none"]),
.andes-button--quiet.loading:active svg[fill]:not([fill="none"]),
.andes-button--quiet.loading:disabled path[fill]:not([fill="none"]),
.andes-button--quiet.loading:disabled svg[fill]:not([fill="none"]),
.andes-button--quiet.loading:hover path[fill]:not([fill="none"]),
.andes-button--quiet.loading:hover svg[fill]:not([fill="none"]) {
    fill: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--loud.loading:active,
.andes-button--loud.loading:disabled,
.andes-button--loud.loading:hover {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-color: transparent;
    color: rgb(255, 255, 255);
}

.andes-button--loud.loading:active path[stroke]:not([stroke="none"]),
.andes-button--loud.loading:active svg[stroke]:not([stroke="none"]),
.andes-button--loud.loading:disabled path[stroke]:not([stroke="none"]),
.andes-button--loud.loading:disabled svg[stroke]:not([stroke="none"]),
.andes-button--loud.loading:hover path[stroke]:not([stroke="none"]),
.andes-button--loud.loading:hover svg[stroke]:not([stroke="none"]) {
    stroke: rgb(255, 255, 255) !important;
}

.andes-button--loud.loading:active path[fill]:not([fill="none"]),
.andes-button--loud.loading:active svg[fill]:not([fill="none"]),
.andes-button--loud.loading:disabled path[fill]:not([fill="none"]),
.andes-button--loud.loading:disabled svg[fill]:not([fill="none"]),
.andes-button--loud.loading:hover path[fill]:not([fill="none"]),
.andes-button--loud.loading:hover svg[fill]:not([fill="none"]) {
    fill: rgb(255, 255, 255) !important;
}

.andes-button--progress {
    border: 0px;
    overflow: hidden;
    position: relative;
}

.andes-button--progress::after,
.andes-button--progress::before {
    background-color: var(--andes-color-blue-600, #2968c8);
    border-color: transparent;
    border-radius: 0.222222em;
    box-sizing: content-box;
    color: rgb(255, 255, 255);
    content: "";
    height: 100%;
    left: 0px;
    margin: -0.0555556em;
    padding: 0.0555556em;
    position: absolute;
    top: 0px;
    transform: scaleX(0);
    transform-origin: left center;
    width: 100%;
}

.andes-button--progress:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.andes-button--progress .andes-button__content {
    margin: auto;
    position: relative;
    width: max-content;
    z-index: 1;
}

.andes-button--progress .andes-button__content :not(.andes-button--progress__content) {
    transform: translateZ(0px);
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--progress .andes-button__content :not(.andes-button--progress__content) {
        transition: transform 0.2s ease-in;
    }
}

.andes-button--progress .andes-button__content .andes-button--progress__content {
    position: absolute;
    transform: translate3d(0px, 32px, 0px);
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--progress .andes-button__content .andes-button--progress__content {
        transition: transform 0.2s ease-in;
    }
}

.andes-button--progress .andes-button__content .andes-button--progress__content * {
    position: absolute;
    transform: translate3d(0px, 32px, 0px);
}

.andes-button--progress.loading .andes-button__content :not(.andes-button--progress__content) {
    position: absolute;
    transform: translate3d(0px, -32px, 0px);
    width: 100%;
}

.andes-button--progress.loading .andes-button__content .andes-button--progress__content,
.andes-button--progress.loading .andes-button__content .andes-button--progress__content * {
    position: relative;
    transform: translateZ(0px);
}

.andes-button--progress.loading::after,
.andes-button--progress.loading:focus::after {
    animation: 3s step-start 0s 1 normal none running andes-button-start-width-animation-reduce-motion;
    transform: scaleX(1);
}

@media (prefers-reduced-motion: no-preference) {

    .andes-button--progress.loading::after,
    .andes-button--progress.loading:focus::after {
        animation: 60s cubic-bezier(0, 0.56, 0.76, 0.96) 0s 1 normal none running andes-button-start-width-animation;
    }
}

.andes-button--progress.loading.finished,
.andes-button--progress.loading.finished::before,
.andes-button--progress.progress::before {
    transform: scaleX(1);
}

@media (prefers-reduced-motion: no-preference) {

    .andes-button--progress.loading.finished,
    .andes-button--progress.loading.finished::before,
    .andes-button--progress.progress::before {
        transition: transform 0.25s ease-in, opacity 0.5s ease-in;
    }
}

.andes-button-dropdown {
    padding-right: 16px;
}

.andes-button-dropdown.andes-button--medium {
    padding-right: 8px;
}

.andes-button-dropdown.andes-button--medium .andes-button__text+svg,
.andes-button-dropdown.andes-button--medium svg+.andes-button__text {
    margin-left: 4px;
}

.andes-button-dropdown__menu .andes-button-dropdown__menu-item:hover {
    background: rgba(0, 0, 0, 0.04);
}

.andes-button-dropdown.andes-button--loud .andes-button-dropdown__svg-fill {
    fill: rgb(255, 255, 255);
}

.andes-button-dropdown.andes-button--quiet .andes-button-dropdown__svg-fill,
.andes-button-dropdown.andes-button--transparent .andes-button-dropdown__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-button-dropdown.andes-button--disabled:disabled .andes-button-dropdown__svg-fill {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-button-dropdown-container {
    display: inline-block;
    position: relative;
}

.andes-button__text {
    flex: unset;
}

.andes-button-dropdown__menu--bottom,
.andes-button-dropdown__menu--top {
    margin: 0px;
    width: auto;
}

.andes-button-split {
    display: inline-flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    position: relative;
}

.andes-button-split .andes-button-split-text {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    display: inline;
    padding-left: 16px;
    padding-right: 16px;
}

.andes-button-split .andes-button-split-text:focus {
    position: relative;
}

.andes-button-split .andes-button-split-text:focus-visible {
    position: relative;
}

.andes-button-split .andes-button-split-chevron {
    border-bottom-left-radius: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0px;
    padding: 0px 6px;
    vertical-align: bottom;
}

.andes-button-split .andes-button-split-chevron:focus {
    position: relative;
}

.andes-button-split .andes-button-split-chevron:focus-visible {
    position: relative;
}

.andes-button-split.andes-button--loud .andes-button-split__svg-fill {
    fill: rgb(255, 255, 255);
}

.andes-button-split.andes-button--quiet .andes-button-split__svg-fill,
.andes-button-split.andes-button--transparent .andes-button-split__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-button-split .andes-button--loud .andes-button-split__svg-fill {
    fill: rgb(255, 255, 255);
}

.andes-button-split .andes-button--quiet .andes-button-split__svg-fill,
.andes-button-split .andes-button--transparent .andes-button-split__svg-fill {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-button-split__menu {
    display: inline;
    margin: 0px;
    position: static;
}

.andes-button-split__menu--bottom,
.andes-button-split__menu--top {
    width: auto;
}

.andes-button-split__menu--bottom-right,
.andes-button-split__menu--top-right {
    width: max-content;
}

.andes-button.andes-button--fab {
    border-radius: 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
    padding: 14px 16px 14px 14px;
    transition: max-width 0.2s, padding 0.2s;
    width: auto;
}

.andes-button.andes-button--fab .andes-button__text {
    transition: margin-left 0.2s, opacity 0.2s;
}

.andes-button.andes-button--fab .andes-button--icon-container {
    max-height: 20px;
    max-width: 20px;
}

.andes-button.andes-button--fab .andes-button--icon-container img,
.andes-button.andes-button--fab .andes-button--icon-container svg {
    display: inline-block;
    height: 20px;
    max-height: inherit;
    max-width: inherit;
    width: 20px;
}

.andes-button.andes-button--fab.andes-button--quiet {
    background: rgb(255, 255, 255);
}

.andes-button.andes-button--fab.andes-button--small {
    height: 32px;
    padding-left: 8px;
    padding-right: 12px;
}

.andes-button.andes-button--fab.andes-button--small .andes-button--icon-container {
    max-height: 16px;
    max-width: 16px;
}

.andes-button.andes-button--fab.andes-button--small .andes-button--icon-container img,
.andes-button.andes-button--fab.andes-button--small .andes-button--icon-container svg {
    display: inline-block;
    max-height: inherit;
    max-width: inherit;
}

.andes-button.andes-button--fab.andes-button--small.andes-button--collapsed {
    max-width: 2.6em;
    padding: 8px;
    width: auto;
}

.andes-button.andes-button--fab.andes-button--small.andes-button--collapsed .andes-button__text {
    margin-left: 0px;
}

.andes-button.andes-button--fab.andes-button--small.andes-button--expanded {
    width: auto;
}

.andes-button.andes-button--fab.andes-button--small.andes-button--expanded .andes-button__text {
    margin-left: 4px;
}

.andes-button.andes-button--fab.andes-button--expanded {
    max-width: 100%;
    width: auto;
}

.andes-button.andes-button--fab.andes-button--expanded .andes-button__text {
    margin-left: 12px;
    opacity: 1;
}

.andes-button.andes-button--fab.andes-button--collapsed {
    max-width: 3em;
    padding: 14px;
    width: auto;
}

.andes-button.andes-button--fab.andes-button--collapsed .andes-button__text {
    opacity: 0;
}

.andes-popper:not(.andes-tooltip) {
    height: 100%;
    width: 100%;
}

.andes-floating-menu {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    border-radius: 0.375em;
}

.andes-floating-menu li:first-child,
.andes-floating-menu li:first-child a,
.andes-floating-menu li:first-child button {
    border-top-left-radius: 0.375em;
    border-top-right-radius: 0.375em;
}

.andes-floating-menu li:last-child,
.andes-floating-menu li:last-child a,
.andes-floating-menu li:last-child button {
    border-bottom-left-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
}

.andes-floating-menu .andes-list__item {
    outline: none;
}

.andes-floating-menu .andes-list__item:focus {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-floating-menu .andes-list__item:focus-visible {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-floating-menu .andes-list__item:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-floating-menu .andes-list__item--visible-focused {
    box-shadow: none;
}

.andes-floating-menu .andes-list__item> :focus {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-floating-menu .andes-list__item> :focus-visible {
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px var(--andes-color-blue-600, #2968c8), inset 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-floating-menu .andes-list__item> :focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-floating-menu__no-results {
    box-sizing: content-box;
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    height: 18px;
    padding: 18px 16px;
}

.andes-floating-menu__search-box {
    padding: 16px 16px 4px;
}

.andes-floating-menu .andes-floating-menu-item-hover {
    background-color: rgb(237, 237, 237);
}

.andes-floating-menu .andes-form-control--search-box .andes-form-control__field {
    margin: 0px;
}

.andes-floating-menu--search {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    opacity: 1;
    width: 100%;
}

.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios .andes-form-control__field {
    transform: scale(0.875);
    transform-origin: left top;
    width: 115%;
}

.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios.andes-floating-menu--search--size-small {
    font-size: 16px;
}

.andes-floating-menu--search.andes-floating-menu--search--web-mobile-ios.andes-floating-menu--search--size-small .andes-form-control__field {
    height: 20px;
}

.andes-floating-menu--search label {
    order: 2;
    width: 100%;
}

.andes-floating-menu--search:hover {
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 0px 1px;
}

.andes-floating-menu--search--focused,
.andes-floating-menu--search--focused:hover,
.andes-floating-menu--search:focus {
    box-shadow: 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-floating-menu--search--focused.focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3)), inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-floating-menu--search .andes-form-control__close-icon,
.andes-floating-menu--search .andes-form-control__search-icon {
    align-content: center;
    display: flex;
    padding: 0px;
}

.andes-floating-menu--search .andes-form-control__close-icon svg path,
.andes-floating-menu--search .andes-form-control__search-icon svg path {
    fill: rgba(0, 0, 0, 0.55);
}

.andes-floating-menu--search .andes-form-control__close-icon:focus-visible,
.andes-floating-menu--search .andes-form-control__search-icon:focus-visible {
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-floating-menu--search .andes-form-control__close-icon {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    display: none;
    margin-left: 4px;
    opacity: 0;
    order: 3;
}

.andes-floating-menu--search .andes-form-control__close-icon-visible {
    align-content: center;
    display: flex;
    opacity: 1;
    padding: 0px;
}

.andes-floating-menu--search--disabled,
.andes-floating-menu--search--disabled .andes-form-control__field {
    color: rgba(0, 0, 0, 0.55);
}

.andes-floating-menu--search--disabled:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
}

.andes-floating-menu--search--disabled .andes-form-control__close-icon,
.andes-floating-menu--search--disabled .andes-form-control__close-icon.andes-form-control__close-icon-visible {
    opacity: 0;
}

.andes-floating-menu--search .andes-form-control__field {
    line-height: 18px;
    margin: 0px;
    order: 2;
}

.andes-floating-menu--search .andes-form-control__field:focus {
    box-shadow: none;
}

.andes-floating-menu--search .andes-form-control__field:focus-visible {
    box-shadow: none;
}

.andes-floating-menu--search .andes-form-control__field::placeholder {
    color: rgba(0, 0, 0, 0.55);
    opacity: 1;
}

.andes-floating-menu--search .andes-form-control__field::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.andes-floating-menu--search .andes-form-control__field:disabled {
    color: rgba(0, 0, 0, 0.55);
}

.andes-floating-menu--search .andes-form-control__search-icon {
    background-color: transparent;
    border: 0px;
    margin-right: 4px;
    order: 1;
}

.andes-floating-menu--search--size-small {
    border-radius: 16px;
    font-size: 14px;
    height: 32px;
    padding: 8px 8px 6px;
}

.andes-floating-menu--search--size-small .andes-form-control__field {
    height: 18px;
}

.andes-floating-menu--search--size-small .andes-form-control__close-icon,
.andes-floating-menu--search--size-small .andes-form-control__search-icon {
    height: 16px;
}

.andes-floating-menu--search--size-large {
    border-radius: 24px;
    font-size: 16px;
    height: 48px;
    padding: 15px 16px 13px;
}

.andes-floating-menu--search--size-large .andes-form-control__field {
    height: 20px;
}

.andes-floating-menu--search--size-large .andes-form-control__search-icon {
    margin-right: 8px;
}

.andes-progress-indicator-circular__container {
    display: flex;
    height: max-content;
    position: relative;
    width: max-content;
}

.andes-progress-indicator-circular__progress {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.andes-progress-indicator-circular--blue .andes-progress-indicator-circular__progress {
    stroke: var(--andes-color-blue-500, #3483fa);
}

.andes-progress-indicator-circular--white .andes-progress-indicator-circular__progress {
    stroke: rgb(255, 255, 255);
}

.andes-progress-indicator-circular__content {
    color: rgba(0, 0, 0, 0.9);
    font-size: 12px;
    font-weight: 400;
}

.andes-progress-indicator-circular__label {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__svg {
    animation: 2s linear 0s infinite normal none running andes-pi-circular-rotate;
    left: 0px;
    position: absolute;
    top: 0px;
    z-index: 1022;
}

.andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__circle {
    stroke-linecap: round;
    animation: 5s ease-in-out 0s infinite normal none running andes-pi-circular-dash-reduce-motion;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-progress-indicator-circular--indeterminate .andes-progress-indicator-circular__circle {
        animation: 1.5s ease-in-out 0s infinite normal none running andes-pi-circular-dash;
    }
}

@keyframes andes-pi-circular-rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes andes-pi-circular-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes andes-pi-circular-dash-reduce-motion {
    0% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 0;
    }

    10% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    60% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: 0;
        opacity: 0;
    }
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__progress,
.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__svg {
    height: 32px;
    width: 32px;
    stroke-width: 3px;
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__container {
    align-items: center;
    flex-direction: column;
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__label {
    font-size: 14px;
    margin-top: 13px;
}

.bf-ui-core-button--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-button--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-button--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-button--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-button--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-button--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-button--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-button--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-button--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-button--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-button--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-button--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-button--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-button--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-button--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-button--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-button--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-button--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-button--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-button--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-button--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-button--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-button--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-button--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-button--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-button--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-button--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-button--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-button--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-button--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-button--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-button--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-button--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-button--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-button--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-button--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-button--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-button--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-button--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-button--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-button--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-button--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-button--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-button--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-button--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-button--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-button--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-button--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-button--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-button--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-button--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-button--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-button--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-button--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-button--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-button--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-button--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-button--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-button--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-button--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-button--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-button--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-button--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-button--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-button--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-button--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-button--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-button--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-button--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-button--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-button--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-button--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-button--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-button--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-button--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-button--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-button--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-button--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-button--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-button--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-button--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-button--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-button--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-button--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-button--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-button--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-button--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-button--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-button--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-button--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-button--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-button--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-button--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-button--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-button--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-button--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-button--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-button--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-button--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-button--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-button--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-button--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-button--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-button--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-button--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-button--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-button--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-button--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-button--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-button--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-button--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-button--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-button--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-button--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-button--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-button--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-button--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-button--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-button--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-button--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-button--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-button--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-button--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-button--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-button--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-button--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-button--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-button--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-button--flex {
    display: flex;
}

.bf-ui-core-button--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-button--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-button--flex-align--center {
    align-items: center;
}

.bf-ui-core-button--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-button--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-button--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-button--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-button--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-button--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-button--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-button--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-button--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-button--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-button--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-button--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-button--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-button--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-button--flex-height--auto {
    height: auto;
}

.bf-ui-core-button--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-button--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-button--flex-width--auto {
    width: auto;
}

.bf-ui-core-button--background-transparent {
    background-color: transparent;
}

.bf-ui-core-button--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-button--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-button--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-button--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-button--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-button--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-button--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-button--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-button--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-button--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-button--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-button--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-button--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-button--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-button--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-button--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-button--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-button--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-button--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-button--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-button--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-button--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-button--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-button--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-button--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-button--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-button--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-button--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-button--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-button--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-button--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-button--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-button--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-button--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-button--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-button--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-button--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-button--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-button--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-button--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-button--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-button--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-button--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-button--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-button--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-button--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-button--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-button--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-button--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-button--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-button--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-button--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-button--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-button--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-button--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-button--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-button--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-button--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-button--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-button--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-button--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-button--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-button--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-button--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-button--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-button--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-button--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-button--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-button--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-button--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-button--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-button--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-button--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-button--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-button--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-button--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-button--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-button--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-button--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-button--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-button--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-button--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-button--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-button--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-button--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-button--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-button--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-button--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-button--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-button--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-button--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-button--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-button--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-button--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-button--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-button--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-button--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-button--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-button--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-button--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-button--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-button--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-button--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-button--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-button--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-button--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-button--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-button--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-button--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-button--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-button--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-button--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-button--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-button--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-button--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-button--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-button--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-button--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-button--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-button--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-button--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-button--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-button--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-button--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-button--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-button--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-button--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-button--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-button--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-button--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-button--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-button--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-button--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-button--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-button--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-button--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-button--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-button--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-button--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-button--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-button--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-button--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-button--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-button--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-button--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-button--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-button--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-button--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-button--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-button--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-button--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-button--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-button--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-button--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-button--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-button--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-button--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-button--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-button--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-button--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-button--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-button--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-button--hidden {
    display: none !important;
}

@media (max-width: 768px) {
    .andes-button.bf-ui-core-button {
        width: 100%;
    }
}

.bf-ui-core-button.andes-button--loud::before {
    background-color: transparent;
    pointer-events: none;
    transform: none;
}

.bf-ui-core-button.loading {
    pointer-events: none;
    touch-action: none;
    z-index: 12;
}

.bf-ui-core-button.bf-ui-core-button--load--approved,
.bf-ui-core-button.bf-ui-core-button--load--pending,
.bf-ui-core-button.bf-ui-core-button--load--rejected,
.bf-ui-core-button.bf-ui-core-button--load--remedy {
    border: none;
    cursor: none;
    outline: 0px;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    touch-action: none;
    z-index: 12;
}

.bf-ui-core-button.bf-ui-core-button--load--approved .andes-button__content,
.bf-ui-core-button.bf-ui-core-button--load--pending .andes-button__content,
.bf-ui-core-button.bf-ui-core-button--load--rejected .andes-button__content,
.bf-ui-core-button.bf-ui-core-button--load--remedy .andes-button__content {
    position: relative;
}

.bf-ui-core-button.bf-ui-core-button--load--approved::before,
.bf-ui-core-button.bf-ui-core-button--load--pending::before,
.bf-ui-core-button.bf-ui-core-button--load--rejected::before,
.bf-ui-core-button.bf-ui-core-button--load--remedy::before {
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-name: animate-progress-complete;
    animation-timing-function: linear;
}

.bf-ui-core-button.bf-ui-core-button--load--approved .bf-ui-core-icon__container,
.bf-ui-core-button.bf-ui-core-button--load--pending .bf-ui-core-icon__container,
.bf-ui-core-button.bf-ui-core-button--load--rejected .bf-ui-core-icon__container,
.bf-ui-core-button.bf-ui-core-button--load--remedy .bf-ui-core-icon__container {
    animation-delay: 0.8s;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: animate-icon;
}

.bf-ui-core-button.bf-ui-core-button--load--approved .bf-ui-core-icon__container img,
.bf-ui-core-button.bf-ui-core-button--load--pending .bf-ui-core-icon__container img,
.bf-ui-core-button.bf-ui-core-button--load--rejected .bf-ui-core-icon__container img,
.bf-ui-core-button.bf-ui-core-button--load--remedy .bf-ui-core-icon__container img {
    height: 24px;
    width: 24px;
}

.bf-ui-core-button--load--approved,
.bf-ui-core-button--load--pending {
    animation-name: animate-button-approved;
}

.bf-ui-core-button--load--rejected {
    animation-name: animate-button-rejected;
}

.bf-ui-core-button--load--remedy {
    animation-name: animate-button-remedy;
}

.bf-ui-core-button--load--approved,
.bf-ui-core-button--load--pending,
.bf-ui-core-button--load--rejected,
.bf-ui-core-button--load--remedy {
    animation-delay: 0.4s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    transform-origin: 50% 50%;
}

.bf-ui-core-button--load--approved .andes-button--progress__content,
.bf-ui-core-button--load--approved .andes-button__text,
.bf-ui-core-button--load--pending .andes-button--progress__content,
.bf-ui-core-button--load--pending .andes-button__text,
.bf-ui-core-button--load--rejected .andes-button--progress__content,
.bf-ui-core-button--load--rejected .andes-button__text,
.bf-ui-core-button--load--remedy .andes-button--progress__content,
.bf-ui-core-button--load--remedy .andes-button__text {
    color: transparent;
}

.bf-ui-core-button.bf-ui-core-button--load--bomb--approved,
.bf-ui-core-button.bf-ui-core-button--load--bomb--pending {
    animation-name: animate-bomb-approved;
}

.bf-ui-core-button.bf-ui-core-button--load--bomb--remedy {
    animation-name: animate-bomb-remedy;
}

.bf-ui-core-button.bf-ui-core-button--load--bomb--rejected {
    animation-name: animate-bomb-rejected;
}

.bf-ui-core-button.bf-ui-core-button--load--bomb--approved,
.bf-ui-core-button.bf-ui-core-button--load--bomb--pending,
.bf-ui-core-button.bf-ui-core-button--load--bomb--rejected,
.bf-ui-core-button.bf-ui-core-button--load--bomb--remedy {
    animation-delay: 0.5s;
    animation-duration: 0.9s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    cursor: none;
    pointer-events: none;
    touch-action: none;
}

.bf-ui-core-button.bf-ui-core-button--load--bomb--approved .bf-ui-core-icon__container img,
.bf-ui-core-button.bf-ui-core-button--load--bomb--pending .bf-ui-core-icon__container img,
.bf-ui-core-button.bf-ui-core-button--load--bomb--rejected .bf-ui-core-icon__container img,
.bf-ui-core-button.bf-ui-core-button--load--bomb--remedy .bf-ui-core-icon__container img {
    animation-delay: 0.4s;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    animation-name: delete-icon;
}

@keyframes animate-progress-complete {
    0% {
        background-color: var(--andes-color-blue-600, #2968c8);
        width: 30%;
    }

    100% {
        background-color: var(--andes-color-blue-600, #2968c8);
        visibility: hidden;
        width: 100%;
    }
}

@keyframes animate-icon {
    0% {
        opacity: 0;
        transform: scale(2.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes delete-icon {
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes animate-button-pending {
    0% {
        border-radius: 12px;
        max-width: 100%;
    }

    70% {
        border-radius: 24px;
        max-width: 48px;
    }

    100% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }
}

@keyframes animate-button-approved {
    0% {
        border-radius: 12px;
        max-width: 100%;
    }

    70% {
        border-radius: 24px;
        max-width: 48px;
    }

    100% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }
}

@keyframes animate-button-rejected {
    0% {
        border-radius: 12px;
        max-width: 100%;
    }

    70% {
        border-radius: 24px;
        max-width: 48px;
    }

    100% {
        background-color: rgb(242, 61, 79);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }
}

@keyframes animate-button-remedy {
    0% {
        border-radius: 12px;
        max-width: 100%;
    }

    70% {
        border-radius: 24px;
        max-width: 48px;
    }

    100% {
        background-color: rgb(255, 119, 51);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }
}

@keyframes animate-bomb-pending {
    0% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }

    100% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(80);
    }
}

@keyframes animate-bomb-approved {
    0% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }

    100% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(80);
    }
}

@keyframes animate-bomb-rejected {
    0% {
        background-color: rgb(242, 61, 79);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }

    100% {
        background-color: rgb(242, 61, 79);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(80);
    }
}

@keyframes animate-bomb-remedy {
    0% {
        background-color: rgb(255, 119, 51);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(1);
    }

    100% {
        background-color: rgb(255, 119, 51);
        border-radius: 50%;
        max-width: 48px;
        transform: scale(80);
    }
}

.bf-ui-core-feedback-card {
    width: 100%;
}

.bf-ui-core-feedback-card--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-feedback-card--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-feedback-card--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-feedback-card--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-feedback-card--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-feedback-card--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-feedback-card--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-feedback-card--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-feedback-card--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-feedback-card--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-feedback-card--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-feedback-card--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-feedback-card--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-feedback-card--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-feedback-card--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-feedback-card--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-feedback-card--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-feedback-card--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-feedback-card--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-feedback-card--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-feedback-card--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-feedback-card--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-feedback-card--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-feedback-card--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-feedback-card--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-feedback-card--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-feedback-card--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-feedback-card--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-feedback-card--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-feedback-card--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-feedback-card--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-feedback-card--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-feedback-card--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-feedback-card--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-feedback-card--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-feedback-card--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-feedback-card--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-feedback-card--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-feedback-card--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-feedback-card--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-feedback-card--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-feedback-card--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-feedback-card--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-feedback-card--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-feedback-card--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-feedback-card--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-feedback-card--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-feedback-card--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-feedback-card--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-feedback-card--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-feedback-card--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-feedback-card--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-feedback-card--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-feedback-card--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-feedback-card--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-feedback-card--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-feedback-card--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-feedback-card--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-feedback-card--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-feedback-card--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-feedback-card--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-feedback-card--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-feedback-card--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-feedback-card--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-feedback-card--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-feedback-card--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-feedback-card--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-feedback-card--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-feedback-card--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-feedback-card--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-feedback-card--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-feedback-card--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-feedback-card--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-feedback-card--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-feedback-card--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-feedback-card--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-feedback-card--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-feedback-card--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-feedback-card--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-feedback-card--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-feedback-card--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-feedback-card--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-feedback-card--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-feedback-card--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-feedback-card--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-feedback-card--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-feedback-card--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-feedback-card--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-feedback-card--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-feedback-card--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-feedback-card--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-feedback-card--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-feedback-card--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-feedback-card--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-feedback-card--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-feedback-card--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-feedback-card--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-feedback-card--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-feedback-card--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-feedback-card--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-feedback-card--flex {
    display: flex;
}

.bf-ui-core-feedback-card--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-feedback-card--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-feedback-card--flex-align--center {
    align-items: center;
}

.bf-ui-core-feedback-card--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-feedback-card--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-feedback-card--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-feedback-card--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-feedback-card--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-feedback-card--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-feedback-card--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-feedback-card--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-feedback-card--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-feedback-card--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-feedback-card--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-feedback-card--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-feedback-card--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-feedback-card--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-feedback-card--flex-height--auto {
    height: auto;
}

.bf-ui-core-feedback-card--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-feedback-card--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-feedback-card--flex-width--auto {
    width: auto;
}

.bf-ui-core-feedback-card--background-transparent {
    background-color: transparent;
}

.bf-ui-core-feedback-card--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-feedback-card--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-feedback-card--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-feedback-card--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-feedback-card--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-feedback-card--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-feedback-card--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-feedback-card--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-feedback-card--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-feedback-card--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-feedback-card--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-feedback-card--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-feedback-card--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-feedback-card--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-feedback-card--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-feedback-card--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-feedback-card--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-feedback-card--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-feedback-card--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-feedback-card--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-feedback-card--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-feedback-card--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-feedback-card--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-feedback-card--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-feedback-card--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-feedback-card--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-feedback-card--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-feedback-card--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-feedback-card--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-feedback-card--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-feedback-card--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-feedback-card--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-feedback-card--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-feedback-card--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-feedback-card--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-feedback-card--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-feedback-card--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-feedback-card--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-feedback-card--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-feedback-card--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-feedback-card--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-feedback-card--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-feedback-card--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-feedback-card--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-feedback-card--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-feedback-card--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-feedback-card--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-feedback-card--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-feedback-card--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-feedback-card--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-feedback-card--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-feedback-card--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-feedback-card--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-feedback-card--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-feedback-card--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-feedback-card--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-feedback-card--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-feedback-card--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-feedback-card--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-feedback-card--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-feedback-card--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-feedback-card--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-feedback-card--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-feedback-card--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-feedback-card--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-feedback-card--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-feedback-card--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-feedback-card--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-feedback-card--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-feedback-card--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-feedback-card--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-feedback-card--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-feedback-card--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-feedback-card--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-feedback-card--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-feedback-card--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-feedback-card--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-feedback-card--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-feedback-card--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-feedback-card--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-feedback-card--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-feedback-card--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-feedback-card--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-feedback-card--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-feedback-card--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-feedback-card--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-feedback-card--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-feedback-card--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-feedback-card--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-feedback-card--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-feedback-card--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-feedback-card--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-feedback-card--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-feedback-card--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-feedback-card--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-feedback-card--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-feedback-card--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-feedback-card--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-feedback-card--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-feedback-card--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-feedback-card--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-feedback-card--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-feedback-card--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-feedback-card--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-feedback-card--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-feedback-card--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-feedback-card--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-feedback-card--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-feedback-card--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-feedback-card--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-feedback-card--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-feedback-card--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-feedback-card--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-feedback-card--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-feedback-card--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-feedback-card--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-feedback-card--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-feedback-card--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-feedback-card--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-feedback-card--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-feedback-card--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-feedback-card--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-feedback-card--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-feedback-card--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-feedback-card--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-feedback-card--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-feedback-card--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-feedback-card--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-feedback-card--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-feedback-card--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-feedback-card--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-feedback-card--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-feedback-card--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-feedback-card--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-feedback-card--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-feedback-card--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-feedback-card--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-feedback-card--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-feedback-card--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-feedback-card--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-feedback-card--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-feedback-card--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-feedback-card--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-feedback-card--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-feedback-card--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-feedback-card--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-feedback-card--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-feedback-card--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-feedback-card--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-feedback-card--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-feedback-card--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-feedback-card--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-feedback-card--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-feedback-card--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-feedback-card--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-feedback-card--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-feedback-card--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-feedback-card--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-feedback-card--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-feedback-card--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-feedback-card--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-feedback-card--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-feedback-card .andes-feedback-screen--webview-ios {
    margin-top: 0px;
}

.bf-ui-core-feedback-card .bf-ui-core-badge.bf-ui-core-badge--icon .andes-badge--pill {
    border-radius: 50%;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
}

.bf-ui-core-feedback-card .bf-ui-core-badge.bf-ui-core-badge--icon .andes-badge--pill .andes-badge__content img {
    width: 1.125rem;
}

.andes-feedback-screen {
    flex-grow: 1;
    height: 100%;
    min-height: auto;
    width: 100%;
}

.andes-feedback-screen--webview-ios {
    margin-top: 59px;
}

.andes-feedback-screen .andes-feedback-screen__header-title {
    font-size: 24px;
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    height: 58px;
    justify-content: center;
    min-width: 58px;
    width: 58px;
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon--green {
    border: 3px solid rgb(0, 166, 80);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon--green svg path {
    fill: rgb(0, 166, 80);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon--red {
    border: 3px solid rgb(242, 61, 79);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon--red svg path {
    fill: rgb(242, 61, 79);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon--orange {
    border: 3px solid rgb(255, 119, 51);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__icon--orange svg path {
    fill: rgb(255, 119, 51);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-asset {
    border-radius: 50%;
    height: 64px;
    min-width: 64px;
    width: 64px;
}

.andes-feedback-screen .andes-feedback-screen__header--with-illustration {
    padding: 48px 0px 24px;
}

.andes-feedback-screen .andes-feedback-screen__header--with-illustration .andes-feedback-screen__header-asset {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    width: auto;
}

.andes-feedback-screen .andes-feedback-screen__header h2 {
    align-items: center;
    align-self: stretch;
    color: rgba(0, 0, 0, 0.9);
    flex: 0 0 auto;
    font-weight: 600;
    line-height: 30px;
    margin: 0px;
    order: 1;
    text-align: center;
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-highlighted {
    align-self: stretch;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 8px 0px 0px;
    order: 2;
    text-align: center;
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-highlighted--green {
    color: rgb(0, 166, 80);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-highlighted--red {
    color: rgb(242, 61, 79);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-highlighted--orange {
    color: rgb(255, 119, 51);
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-description {
    align-self: stretch;
    color: rgba(0, 0, 0, 0.9);
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0px 0px;
    order: 3;
    text-align: center;
}

.andes-feedback-screen .andes-feedback-screen__header .andes-feedback-screen__header-overline {
    align-self: stretch;
    color: rgba(0, 0, 0, 0.9);
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 8px;
    order: 0;
    text-align: center;
}

.andes-feedback-screen .andes-feedback-screen__content {
    margin: 16px 0px 0px;
}

.andes-feedback-screen__actions.andes-feedback-screen__actions-header {
    display: flex;
    justify-content: center;
}

.andes-feedback-screen__actions.andes-feedback-screen__actions-body>*,
.andes-feedback-screen__actions.andes-feedback-screen__actions-header>* {
    display: block;
}

.andes-feedback-screen {
    background-color: rgb(245, 245, 245);
    display: flex;
    flex-direction: column;
    position: relative;
}

.andes-feedback-screen.andes-feedback-screen--no-body {
    background-color: rgb(255, 255, 255);
}

.andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: auto;
    padding: 0px;
}

.andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    min-height: auto;
    padding: 0px;
}

.andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card .andes-card__content {
    box-shadow: none;
    padding: 24px 20px 20px;
}

.andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card>div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card .andes-feedback-screen__header {
    margin: auto;
    padding-top: 48px;
}

.andes-feedback-screen__close {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
}

.andes-feedback-screen__close svg path {
    fill: rgba(0, 0, 0, 0.55);
}

.andes-feedback-screen__wrapper {
    flex-grow: 1;
    margin: 0px;
    max-width: 100%;
    padding: 56px 20px 0px;
}

.andes-feedback-screen__wrapper .andes-feedback-screen__content .andes-card__content,
.andes-feedback-screen__wrapper .andes-feedback-screen__header-card .andes-card__content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
}

.andes-feedback-screen__wrapper .andes-feedback-screen__header .andes-feedback-screen__header-asset,
.andes-feedback-screen__wrapper .andes-feedback-screen__header .andes-feedback-screen__icon {
    margin: -48px auto 16px;
}

.andes-feedback-screen__actions {
    flex-direction: column;
}

.andes-feedback-screen__actions.andes-feedback-screen__actions-header {
    margin-top: 16px;
}

.andes-feedback-screen__actions.andes-feedback-screen__actions-header>* {
    margin: 0px;
    width: 100%;
}

.andes-feedback-screen__actions.andes-feedback-screen__actions-body {
    margin: 16px 20px 20px;
}

.andes-feedback-screen__actions.andes-feedback-screen__actions-body>* {
    width: 100%;
}

@media (min-width: 768px) {
    .andes-feedback-screen {
        background-color: rgb(245, 245, 245);
    }

    .andes-feedback-screen.andes-feedback-screen--no-body {
        background-color: rgb(245, 245, 245);
        display: block;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__wrapper {
        flex-grow: 0;
        margin: 0px auto;
        padding: 56px 0px 0px;
        width: 560px;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
        min-height: 0px;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card>* {
        flex-grow: 0;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card .andes-card__content {
        padding: 24px;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card .andes-feedback-screen__header {
        padding-top: 0px;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__header-card .andes-feedback-screen__header--with-illustration {
        padding-top: 48px;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__actions.andes-feedback-screen__actions-header {
        margin-top: 24px;
        position: unset;
    }

    .andes-feedback-screen.andes-feedback-screen--no-body .andes-feedback-screen__actions.andes-feedback-screen__actions-body {
        display: block;
    }

    .andes-feedback-screen__close {
        display: none;
        position: absolute;
        right: 16px;
        top: 16px;
    }

    .andes-feedback-screen__wrapper {
        flex-grow: 0;
        margin: 0px auto;
        padding: 56px 0px 0px;
        width: 560px;
    }

    .andes-feedback-screen__wrapper .andes-feedback-screen__content .andes-card__content,
    .andes-feedback-screen__wrapper .andes-feedback-screen__header-card .andes-card__content {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
        padding: 24px;
    }

    .andes-feedback-screen__wrapper .andes-feedback-screen__header .andes-feedback-screen__header-asset,
    .andes-feedback-screen__wrapper .andes-feedback-screen__header .andes-feedback-screen__icon {
        margin: -56px auto 16px;
    }

    .andes-feedback-screen__actions {
        flex-direction: row;
        max-width: 560px;
    }

    .andes-feedback-screen__actions.andes-feedback-screen__actions-header>* {
        width: auto;
    }

    .andes-feedback-screen__actions.andes-feedback-screen__actions-body {
        display: flex;
        justify-content: flex-end;
        margin: 16px auto 20px;
        position: unset;
        width: 568px;
    }

    .andes-feedback-screen__actions.andes-feedback-screen__actions-body>* {
        width: auto;
    }
}

.andes-card--padding-0>.andes-card__content,
.andes-card--padding-0>.andes-card__footer,
.andes-card--padding-0>.andes-card__header {
    padding: 0px;
}

.andes-card--padding-16>.andes-card__content,
.andes-card--padding-16>.andes-card__footer,
.andes-card--padding-16>.andes-card__header {
    padding: 16px;
}

.andes-card--padding-24>.andes-card__content,
.andes-card--padding-24>.andes-card__footer,
.andes-card--padding-24>.andes-card__header {
    padding: 24px;
}

.andes-card--padding-32>.andes-card__content,
.andes-card--padding-32>.andes-card__footer,
.andes-card--padding-32>.andes-card__header {
    padding: 32px;
}

.andes-card--padding-40>.andes-card__content,
.andes-card--padding-40>.andes-card__footer,
.andes-card--padding-40>.andes-card__header {
    padding: 40px;
}

.andes-card {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.andes-card--animated {
    transition: box-shadow 0.2s ease-in-out;
}

.andes-card--animated:hover,
.andes-card--elevated {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
}

.andes-card--flat {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}

.andes-card--secondary-light {
    background-color: rgb(245, 245, 245);
    box-shadow: none;
}

.andes-card--secondary-dark {
    background-color: rgb(237, 237, 237);
    box-shadow: none;
}

.andes-card--outline {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.andes-card> :first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.andes-card> :last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.andes-card__header {
    padding-bottom: 14px;
}

.andes-card__header--border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.andes-card__header-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.andes-card__footer {
    padding-top: 14px;
}

.andes-card__footer--common {
    color: var(--andes-color-blue-500, #3483fa);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: background-color 0.15s ease-out;
}

.andes-card__footer--common:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-card__footer--common:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-card__footer--common:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-card__footer--common:hover {
    background-color: rgb(245, 245, 245);
    color: var(--andes-color-blue-600, #2968c8);
}

.andes-card__footer--link {
    display: block;
}

.andes-card__footer--button {
    background-color: transparent;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
    cursor: pointer;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    text-align: left;
    width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-card__footer--button {
        transition: box-shadow 0.25s ease-out, background-color 0.2s ease-out;
    }
}

.andes-card__footer--border {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.andes-card__footer-arrow {
    border-color: var(--andes-color-blue-500, #3483fa);
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    display: block;
    float: right;
    height: 7px;
    margin-top: 5px;
    transform: rotate(45deg);
    width: 7px;
}

.andes-card--accent .andes-card__content {
    position: relative;
}

.andes-card--accent>.andes-card__content::before {
    background: var(--andes-color-blue-500, #3483fa);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-card--accent .andes-card__content:first-child::before {
    border-top-left-radius: 6px;
}

.andes-card--accent .andes-card__content:last-child::before {
    border-bottom-left-radius: 6px;
}

.andes-card--green .andes-card__content {
    position: relative;
}

.andes-card--green>.andes-card__content::before {
    background: rgb(0, 166, 80);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-card--green .andes-card__content:first-child::before {
    border-top-left-radius: 6px;
}

.andes-card--green .andes-card__content:last-child::before {
    border-bottom-left-radius: 6px;
}

.andes-card--orange .andes-card__content {
    position: relative;
}

.andes-card--orange>.andes-card__content::before {
    background: rgb(255, 119, 51);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-card--orange .andes-card__content:first-child::before {
    border-top-left-radius: 6px;
}

.andes-card--orange .andes-card__content:last-child::before {
    border-bottom-left-radius: 6px;
}

.andes-card--red .andes-card__content {
    position: relative;
}

.andes-card--red>.andes-card__content::before {
    background: rgb(242, 61, 79);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-card--red .andes-card__content:first-child::before {
    border-top-left-radius: 6px;
}

.andes-card--red .andes-card__content:last-child::before {
    border-bottom-left-radius: 6px;
}

.andes-card--none .andes-card__content {
    position: relative;
}

.andes-card--none>.andes-card__content::before {
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-card--none .andes-card__content:first-child::before {
    border-top-left-radius: 6px;
}

.andes-card--none .andes-card__content:last-child::before {
    border-bottom-left-radius: 6px;
}

.andes-card--secondary-color .andes-card__content {
    position: relative;
}

.andes-card--secondary-color>.andes-card__content::before {
    background: var(--background-secondary-color);
    content: "";
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.andes-card--secondary-color .andes-card__content:first-child::before {
    border-top-left-radius: 6px;
}

.andes-card--secondary-color .andes-card__content:last-child::before {
    border-bottom-left-radius: 6px;
}

.bf-ui-core-list-item__disable .bf-ui-core-list-item__badge .bf-ui-core-badge {
    display: none;
}

.bf-ui-core-list-item__disable .bf-ui-core-list-item__content .andes-badge--pill {
    background: rgba(0, 0, 0, 0.1);
    border: 0px;
}

.bf-ui-core-list-item__disable .bf-ui-core-list-item__content .andes-badge__content {
    color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-badge {
    line-height: 0px;
}

.bf-ui-core-badge--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-badge--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-badge--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-badge--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-badge--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-badge--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-badge--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-badge--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-badge--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-badge--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-badge--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-badge--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-badge--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-badge--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-badge--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-badge--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-badge--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-badge--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-badge--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-badge--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-badge--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-badge--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-badge--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-badge--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-badge--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-badge--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-badge--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-badge--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-badge--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-badge--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-badge--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-badge--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-badge--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-badge--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-badge--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-badge--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-badge--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-badge--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-badge--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-badge--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-badge--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-badge--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-badge--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-badge--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-badge--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-badge--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-badge--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-badge--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-badge--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-badge--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-badge--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-badge--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-badge--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-badge--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-badge--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-badge--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-badge--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-badge--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-badge--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-badge--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-badge--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-badge--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-badge--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-badge--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-badge--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-badge--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-badge--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-badge--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-badge--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-badge--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-badge--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-badge--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-badge--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-badge--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-badge--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-badge--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-badge--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-badge--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-badge--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-badge--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-badge--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-badge--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-badge--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-badge--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-badge--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-badge--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-badge--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-badge--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-badge--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-badge--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-badge--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-badge--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-badge--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-badge--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-badge--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-badge--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-badge--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-badge--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-badge--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-badge--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-badge--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-badge--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-badge--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-badge--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-badge--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-badge--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-badge--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-badge--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-badge--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-badge--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-badge--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-badge--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-badge--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-badge--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-badge--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-badge--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-badge--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-badge--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-badge--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-badge--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-badge--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-badge--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-badge--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-badge--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-badge--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-badge--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-badge--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-badge--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-badge--flex {
    display: flex;
}

.bf-ui-core-badge--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-badge--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-badge--flex-align--center {
    align-items: center;
}

.bf-ui-core-badge--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-badge--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-badge--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-badge--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-badge--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-badge--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-badge--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-badge--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-badge--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-badge--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-badge--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-badge--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-badge--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-badge--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-badge--flex-height--auto {
    height: auto;
}

.bf-ui-core-badge--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-badge--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-badge--flex-width--auto {
    width: auto;
}

.bf-ui-core-badge--background-transparent {
    background-color: transparent;
}

.bf-ui-core-badge--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-badge--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-badge--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-badge--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-badge--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-badge--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-badge--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-badge--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-badge--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-badge--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-badge--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-badge--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-badge--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-badge--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-badge--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-badge--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-badge--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-badge--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-badge--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-badge--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-badge--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-badge--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-badge--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-badge--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-badge--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-badge--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-badge--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-badge--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-badge--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-badge--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-badge--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-badge--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-badge--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-badge--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-badge--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-badge--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-badge--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-badge--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-badge--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-badge--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-badge--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-badge--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-badge--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-badge--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-badge--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-badge--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-badge--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-badge--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-badge--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-badge--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-badge--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-badge--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-badge--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-badge--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-badge--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-badge--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-badge--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-badge--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-badge--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-badge--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-badge--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-badge--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-badge--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-badge--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-badge--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-badge--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-badge--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-badge--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-badge--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-badge--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-badge--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-badge--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-badge--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-badge--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-badge--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-badge--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-badge--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-badge--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-badge--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-badge--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-badge--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-badge--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-badge--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-badge--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-badge--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-badge--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-badge--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-badge--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-badge--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-badge--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-badge--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-badge--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-badge--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-badge--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-badge--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-badge--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-badge--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-badge--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-badge--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-badge--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-badge--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-badge--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-badge--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-badge--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-badge--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-badge--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-badge--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-badge--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-badge--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-badge--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-badge--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-badge--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-badge--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-badge--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-badge--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-badge--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-badge--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-badge--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-badge--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-badge--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-badge--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-badge--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-badge--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-badge--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-badge--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-badge--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-badge--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-badge--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-badge--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-badge--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-badge--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-badge--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-badge--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-badge--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-badge--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-badge--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-badge--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-badge--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-badge--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-badge--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-badge--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-badge--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-badge--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-badge--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-badge--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-badge--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-badge--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-badge--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-badge--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-badge--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-badge--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-badge--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-badge--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-badge--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-badge--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-badge--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-badge--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-badge--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-badge--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-badge--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-badge--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-badge--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-badge--hidden {
    border: 0px;
    display: none;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bf-ui-core-badge .andes-badge--pill .andes-badge__content {
    align-items: center;
    column-gap: 4px;
    display: inline-flex;
}

.bf-ui-core-badge__corner,
.bf-ui-core-badge__corner_left {
    top: 0px;
}

.bf-ui-core-badge__corner .andes-badge--small.andes-badge--rounded-top-right,
.bf-ui-core-badge__corner_left .andes-badge--small.andes-badge--rounded-top-right {
    border-top-right-radius: 6px;
}

.bf-ui-core-badge__corner {
    right: 0px;
}

.bf-ui-core-badge__corner_left {
    left: 0px;
}

.andes-badge--gray--quiet .andes-badge__content img {
    filter: grayscale(100%);
}

.bf-ui-core-badge--icon--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-badge--icon--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-badge--icon--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-badge--icon--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-badge--icon--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-badge--icon--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-badge--icon--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-badge--icon--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-badge--icon--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-badge--icon--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-badge--icon--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-badge--icon--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-badge--icon--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-badge--icon--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-badge--icon--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-badge--icon--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-badge--icon--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-badge--icon--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-badge--icon--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-badge--icon--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-badge--icon--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-badge--icon--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-badge--icon--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-badge--icon--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-badge--icon--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-badge--icon--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-badge--icon--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-badge--icon--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-badge--icon--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-badge--icon--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-badge--icon--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-badge--icon--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-badge--icon--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-badge--icon--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-badge--icon--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-badge--icon--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-badge--icon--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-badge--icon--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-badge--icon--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-badge--icon--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-badge--icon--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-badge--icon--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-badge--icon--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-badge--icon--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-badge--icon--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-badge--icon--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-badge--icon--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-badge--icon--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-badge--icon--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-badge--icon--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-badge--icon--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-badge--icon--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-badge--icon--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-badge--icon--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-badge--icon--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-badge--icon--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-badge--icon--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-badge--icon--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-badge--icon--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-badge--icon--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-badge--icon--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-badge--icon--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-badge--icon--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-badge--icon--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-badge--icon--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-badge--icon--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-badge--icon--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-badge--icon--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-badge--icon--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-badge--icon--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-badge--icon--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-badge--icon--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-badge--icon--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-badge--icon--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-badge--icon--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-badge--icon--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-badge--icon--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-badge--icon--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-badge--icon--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-badge--icon--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-badge--icon--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-badge--icon--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-badge--icon--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-badge--icon--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-badge--icon--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-badge--icon--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-badge--icon--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-badge--icon--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-badge--icon--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-badge--icon--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-badge--icon--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-badge--icon--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-badge--icon--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-badge--icon--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-badge--icon--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-badge--icon--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-badge--icon--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-badge--icon--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-badge--icon--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-badge--icon--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-badge--icon--flex {
    display: flex;
}

.bf-ui-core-badge--icon--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-badge--icon--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-badge--icon--flex-align--center {
    align-items: center;
}

.bf-ui-core-badge--icon--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-badge--icon--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-badge--icon--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-badge--icon--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-badge--icon--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-badge--icon--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-badge--icon--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-badge--icon--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-badge--icon--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-badge--icon--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-badge--icon--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-badge--icon--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-badge--icon--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-badge--icon--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-badge--icon--flex-height--auto {
    height: auto;
}

.bf-ui-core-badge--icon--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-badge--icon--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-badge--icon--flex-width--auto {
    width: auto;
}

.bf-ui-core-badge--icon--background-transparent {
    background-color: transparent;
}

.bf-ui-core-badge--icon--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-badge--icon--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-badge--icon--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-badge--icon--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-badge--icon--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-badge--icon--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-badge--icon--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-badge--icon--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-badge--icon--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-badge--icon--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-badge--icon--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-badge--icon--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-badge--icon--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-badge--icon--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-badge--icon--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-badge--icon--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-badge--icon--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-badge--icon--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-badge--icon--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-badge--icon--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-badge--icon--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-badge--icon--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-badge--icon--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-badge--icon--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-badge--icon--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-badge--icon--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-badge--icon--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-badge--icon--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-badge--icon--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-badge--icon--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-badge--icon--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-badge--icon--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-badge--icon--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-badge--icon--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-badge--icon--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-badge--icon--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-badge--icon--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-badge--icon--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-badge--icon--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-badge--icon--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-badge--icon--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-badge--icon--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-badge--icon--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-badge--icon--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-badge--icon--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-badge--icon--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-badge--icon--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-badge--icon--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-badge--icon--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-badge--icon--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-badge--icon--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-badge--icon--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-badge--icon--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-badge--icon--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-badge--icon--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-badge--icon--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-badge--icon--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-badge--icon--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-badge--icon--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-badge--icon--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-badge--icon--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-badge--icon--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-badge--icon--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-badge--icon--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-badge--icon--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-badge--icon--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-badge--icon--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-badge--icon--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-badge--icon--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-badge--icon--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-badge--icon--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-badge--icon--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-badge--icon--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-badge--icon--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-badge--icon--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-badge--icon--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-badge--icon--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-badge--icon--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-badge--icon--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-badge--icon--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-badge--icon--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-badge--icon--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-badge--icon--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-badge--icon--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-badge--icon--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-badge--icon--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-badge--icon--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-badge--icon--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-badge--icon--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-badge--icon--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-badge--icon--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-badge--icon--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-badge--icon--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-badge--icon--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-badge--icon--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-badge--icon--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-badge--icon--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-badge--icon--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-badge--icon--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-badge--icon--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-badge--icon--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-badge--icon--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-badge--icon--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-badge--icon--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-badge--icon--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-badge--icon--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-badge--icon--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-badge--icon--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-badge--icon--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-badge--icon--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-badge--icon--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-badge--icon--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-badge--icon--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-badge--icon--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-badge--icon--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-badge--icon--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-badge--icon--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-badge--icon--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-badge--icon--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-badge--icon--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-badge--icon--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-badge--icon--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-badge--icon--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-badge--icon--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-badge--icon--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-badge--icon--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-badge--icon--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-badge--icon--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-badge--icon--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-badge--icon--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-badge--icon--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-badge--icon--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-badge--icon--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-badge--icon--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-badge--icon--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-badge--icon--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-badge--icon--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-badge--icon--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-badge--icon--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-badge--icon--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-badge--icon--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-badge--icon--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-badge--icon--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-badge--icon--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-badge--icon--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-badge--icon--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-badge--icon--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-badge--icon--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-badge--icon--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-badge--icon--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-badge--icon--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-badge--icon--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-badge--icon--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-badge--icon--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-badge--icon--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-badge--icon--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-badge--icon--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-badge--icon--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-badge--icon--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-badge--icon--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-badge--icon--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-badge--icon--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.bf-ui-core-badge--icon .andes-badge--pill {
    align-items: center;
    column-gap: 4px;
    display: inline-flex;
}

.bf-ui-core-badge--icon .andes-badge--pill.andes-badge--small {
    height: 16px;
}

.bf-ui-core-badge--icon .andes-badge--small.andes-badge--rounded-bottom-left {
    border-bottom-left-radius: 12px;
}

.bf-ui-core-badge--icon .andes-badge--large.andes-badge--rounded-bottom-left {
    border-bottom-left-radius: 16px;
}

.bf-ui-core-badge--icon .andes-badge--small.andes-badge--rounded-top-left {
    border-top-left-radius: 12px;
}

.bf-ui-core-badge--icon .andes-badge--large.andes-badge--rounded-top-left {
    border-top-left-radius: 16px;
}

.bf-ui-core-badge--icon .andes-badge--small.andes-badge--rounded-bottom-right {
    border-bottom-right-radius: 12px;
}

.bf-ui-core-badge--icon .andes-badge--large.andes-badge--rounded-bottom-right {
    border-bottom-right-radius: 16px;
}

.bf-ui-core-badge--icon .andes-badge--small.andes-badge--rounded-top-right {
    border-top-right-radius: 12px;
}

.bf-ui-core-badge--icon .andes-badge--large.andes-badge--rounded-top-right {
    border-top-right-radius: 16px;
}

.andes-badge--custom .andes-badge__content {
    color: inherit !important;
}

.andes-badge--custom {
    background-color: var(--badge-background-color, transparent) !important;
    color: var(--badge-font-color, inherit) !important;
}

@keyframes shimmer {
    100% {
        background-position-x: 0px;
    }
}

.bf-ui-core-thumbnail--padding--top-none {
    padding-top: 0px;
}

.bf-ui-core-thumbnail--padding--top-spacing2 {
    padding-top: 2px;
}

.bf-ui-core-thumbnail--padding--top-spacing4 {
    padding-top: 4px;
}

.bf-ui-core-thumbnail--padding--top-spacing8 {
    padding-top: 8px;
}

.bf-ui-core-thumbnail--padding--top-spacing12 {
    padding-top: 12px;
}

.bf-ui-core-thumbnail--padding--top-spacing16 {
    padding-top: 16px;
}

.bf-ui-core-thumbnail--padding--top-spacing20 {
    padding-top: 20px;
}

.bf-ui-core-thumbnail--padding--top-spacing24 {
    padding-top: 24px;
}

.bf-ui-core-thumbnail--padding--top-spacing28 {
    padding-top: 28px;
}

.bf-ui-core-thumbnail--padding--top-spacing32 {
    padding-top: 32px;
}

.bf-ui-core-thumbnail--padding--top-spacing40 {
    padding-top: 40px;
}

.bf-ui-core-thumbnail--padding--top-spacing48 {
    padding-top: 48px;
}

.bf-ui-core-thumbnail--padding--top-spacing56 {
    padding-top: 56px;
}

.bf-ui-core-thumbnail--padding--top-spacing64 {
    padding-top: 64px;
}

.bf-ui-core-thumbnail--padding--top-spacing80 {
    padding-top: 80px;
}

.bf-ui-core-thumbnail--padding--top-spacing430 {
    padding-top: 430px;
}

.bf-ui-core-thumbnail--padding--bottom-none {
    padding-bottom: 0px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing2 {
    padding-bottom: 2px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing4 {
    padding-bottom: 4px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing8 {
    padding-bottom: 8px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing12 {
    padding-bottom: 12px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing16 {
    padding-bottom: 16px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing20 {
    padding-bottom: 20px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing24 {
    padding-bottom: 24px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing28 {
    padding-bottom: 28px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing32 {
    padding-bottom: 32px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing40 {
    padding-bottom: 40px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing48 {
    padding-bottom: 48px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing56 {
    padding-bottom: 56px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing64 {
    padding-bottom: 64px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing80 {
    padding-bottom: 80px;
}

.bf-ui-core-thumbnail--padding--bottom-spacing430 {
    padding-bottom: 430px;
}

.bf-ui-core-thumbnail--padding--left-none {
    padding-left: 0px;
}

.bf-ui-core-thumbnail--padding--left-spacing2 {
    padding-left: 2px;
}

.bf-ui-core-thumbnail--padding--left-spacing4 {
    padding-left: 4px;
}

.bf-ui-core-thumbnail--padding--left-spacing8 {
    padding-left: 8px;
}

.bf-ui-core-thumbnail--padding--left-spacing12 {
    padding-left: 12px;
}

.bf-ui-core-thumbnail--padding--left-spacing16 {
    padding-left: 16px;
}

.bf-ui-core-thumbnail--padding--left-spacing20 {
    padding-left: 20px;
}

.bf-ui-core-thumbnail--padding--left-spacing24 {
    padding-left: 24px;
}

.bf-ui-core-thumbnail--padding--left-spacing28 {
    padding-left: 28px;
}

.bf-ui-core-thumbnail--padding--left-spacing32 {
    padding-left: 32px;
}

.bf-ui-core-thumbnail--padding--left-spacing40 {
    padding-left: 40px;
}

.bf-ui-core-thumbnail--padding--left-spacing48 {
    padding-left: 48px;
}

.bf-ui-core-thumbnail--padding--left-spacing56 {
    padding-left: 56px;
}

.bf-ui-core-thumbnail--padding--left-spacing64 {
    padding-left: 64px;
}

.bf-ui-core-thumbnail--padding--left-spacing80 {
    padding-left: 80px;
}

.bf-ui-core-thumbnail--padding--left-spacing430 {
    padding-left: 430px;
}

.bf-ui-core-thumbnail--padding--right-none {
    padding-right: 0px;
}

.bf-ui-core-thumbnail--padding--right-spacing2 {
    padding-right: 2px;
}

.bf-ui-core-thumbnail--padding--right-spacing4 {
    padding-right: 4px;
}

.bf-ui-core-thumbnail--padding--right-spacing8 {
    padding-right: 8px;
}

.bf-ui-core-thumbnail--padding--right-spacing12 {
    padding-right: 12px;
}

.bf-ui-core-thumbnail--padding--right-spacing16 {
    padding-right: 16px;
}

.bf-ui-core-thumbnail--padding--right-spacing20 {
    padding-right: 20px;
}

.bf-ui-core-thumbnail--padding--right-spacing24 {
    padding-right: 24px;
}

.bf-ui-core-thumbnail--padding--right-spacing28 {
    padding-right: 28px;
}

.bf-ui-core-thumbnail--padding--right-spacing32 {
    padding-right: 32px;
}

.bf-ui-core-thumbnail--padding--right-spacing40 {
    padding-right: 40px;
}

.bf-ui-core-thumbnail--padding--right-spacing48 {
    padding-right: 48px;
}

.bf-ui-core-thumbnail--padding--right-spacing56 {
    padding-right: 56px;
}

.bf-ui-core-thumbnail--padding--right-spacing64 {
    padding-right: 64px;
}

.bf-ui-core-thumbnail--padding--right-spacing80 {
    padding-right: 80px;
}

.bf-ui-core-thumbnail--padding--right-spacing430 {
    padding-right: 430px;
}

.bf-ui-core-thumbnail--margin--top-none {
    margin-top: 0px;
}

.bf-ui-core-thumbnail--margin--top-spacing2 {
    margin-top: 2px;
}

.bf-ui-core-thumbnail--margin--top-spacing4 {
    margin-top: 4px;
}

.bf-ui-core-thumbnail--margin--top-spacing8 {
    margin-top: 8px;
}

.bf-ui-core-thumbnail--margin--top-spacing12 {
    margin-top: 12px;
}

.bf-ui-core-thumbnail--margin--top-spacing16 {
    margin-top: 16px;
}

.bf-ui-core-thumbnail--margin--top-spacing20 {
    margin-top: 20px;
}

.bf-ui-core-thumbnail--margin--top-spacing24 {
    margin-top: 24px;
}

.bf-ui-core-thumbnail--margin--top-spacing28 {
    margin-top: 28px;
}

.bf-ui-core-thumbnail--margin--top-spacing32 {
    margin-top: 32px;
}

.bf-ui-core-thumbnail--margin--top-spacing40 {
    margin-top: 40px;
}

.bf-ui-core-thumbnail--margin--top-spacing48 {
    margin-top: 48px;
}

.bf-ui-core-thumbnail--margin--top-spacing56 {
    margin-top: 56px;
}

.bf-ui-core-thumbnail--margin--top-spacing64 {
    margin-top: 64px;
}

.bf-ui-core-thumbnail--margin--top-spacing80 {
    margin-top: 80px;
}

.bf-ui-core-thumbnail--margin--top-spacing430 {
    margin-top: 430px;
}

.bf-ui-core-thumbnail--margin--bottom-none {
    margin-bottom: 0px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing2 {
    margin-bottom: 2px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing4 {
    margin-bottom: 4px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing8 {
    margin-bottom: 8px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing12 {
    margin-bottom: 12px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing16 {
    margin-bottom: 16px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing20 {
    margin-bottom: 20px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing24 {
    margin-bottom: 24px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing28 {
    margin-bottom: 28px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing32 {
    margin-bottom: 32px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing40 {
    margin-bottom: 40px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing48 {
    margin-bottom: 48px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing56 {
    margin-bottom: 56px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing64 {
    margin-bottom: 64px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing80 {
    margin-bottom: 80px;
}

.bf-ui-core-thumbnail--margin--bottom-spacing430 {
    margin-bottom: 430px;
}

.bf-ui-core-thumbnail--margin--left-none {
    margin-left: 0px;
}

.bf-ui-core-thumbnail--margin--left-spacing2 {
    margin-left: 2px;
}

.bf-ui-core-thumbnail--margin--left-spacing4 {
    margin-left: 4px;
}

.bf-ui-core-thumbnail--margin--left-spacing8 {
    margin-left: 8px;
}

.bf-ui-core-thumbnail--margin--left-spacing12 {
    margin-left: 12px;
}

.bf-ui-core-thumbnail--margin--left-spacing16 {
    margin-left: 16px;
}

.bf-ui-core-thumbnail--margin--left-spacing20 {
    margin-left: 20px;
}

.bf-ui-core-thumbnail--margin--left-spacing24 {
    margin-left: 24px;
}

.bf-ui-core-thumbnail--margin--left-spacing28 {
    margin-left: 28px;
}

.bf-ui-core-thumbnail--margin--left-spacing32 {
    margin-left: 32px;
}

.bf-ui-core-thumbnail--margin--left-spacing40 {
    margin-left: 40px;
}

.bf-ui-core-thumbnail--margin--left-spacing48 {
    margin-left: 48px;
}

.bf-ui-core-thumbnail--margin--left-spacing56 {
    margin-left: 56px;
}

.bf-ui-core-thumbnail--margin--left-spacing64 {
    margin-left: 64px;
}

.bf-ui-core-thumbnail--margin--left-spacing80 {
    margin-left: 80px;
}

.bf-ui-core-thumbnail--margin--left-spacing430 {
    margin-left: 430px;
}

.bf-ui-core-thumbnail--margin--right-none {
    margin-right: 0px;
}

.bf-ui-core-thumbnail--margin--right-spacing2 {
    margin-right: 2px;
}

.bf-ui-core-thumbnail--margin--right-spacing4 {
    margin-right: 4px;
}

.bf-ui-core-thumbnail--margin--right-spacing8 {
    margin-right: 8px;
}

.bf-ui-core-thumbnail--margin--right-spacing12 {
    margin-right: 12px;
}

.bf-ui-core-thumbnail--margin--right-spacing16 {
    margin-right: 16px;
}

.bf-ui-core-thumbnail--margin--right-spacing20 {
    margin-right: 20px;
}

.bf-ui-core-thumbnail--margin--right-spacing24 {
    margin-right: 24px;
}

.bf-ui-core-thumbnail--margin--right-spacing28 {
    margin-right: 28px;
}

.bf-ui-core-thumbnail--margin--right-spacing32 {
    margin-right: 32px;
}

.bf-ui-core-thumbnail--margin--right-spacing40 {
    margin-right: 40px;
}

.bf-ui-core-thumbnail--margin--right-spacing48 {
    margin-right: 48px;
}

.bf-ui-core-thumbnail--margin--right-spacing56 {
    margin-right: 56px;
}

.bf-ui-core-thumbnail--margin--right-spacing64 {
    margin-right: 64px;
}

.bf-ui-core-thumbnail--margin--right-spacing80 {
    margin-right: 80px;
}

.bf-ui-core-thumbnail--margin--right-spacing430 {
    margin-right: 430px;
}

.bf-ui-core-thumbnail--flex {
    display: flex;
}

.bf-ui-core-thumbnail--flex-direction--row {
    flex-direction: row;
}

.bf-ui-core-thumbnail--flex-direction--column {
    flex-direction: column;
}

.bf-ui-core-thumbnail--flex-align--center {
    align-items: center;
}

.bf-ui-core-thumbnail--flex-align--top {
    align-items: flex-start;
}

.bf-ui-core-thumbnail--flex-align--bottom {
    align-items: flex-end;
}

.bf-ui-core-thumbnail--flex-align--stretch {
    align-items: stretch;
}

.bf-ui-core-thumbnail--flex-text_align--center {
    text-align: center;
}

.bf-ui-core-thumbnail--flex-text_align--left {
    text-align: left;
}

.bf-ui-core-thumbnail--flex-text_align--right {
    text-align: right;
}

.bf-ui-core-thumbnail--flex-justify--center {
    justify-content: center;
}

.bf-ui-core-thumbnail--flex-justify--left {
    justify-content: flex-start;
}

.bf-ui-core-thumbnail--flex-justify--right {
    justify-content: flex-end;
}

.bf-ui-core-thumbnail--flex-justify--between {
    justify-content: space-between;
}

.bf-ui-core-thumbnail--flex-wrap--wrap {
    flex-wrap: wrap;
}

.bf-ui-core-thumbnail--flex-wrap--no-wrap {
    flex-wrap: inherit;
}

.bf-ui-core-thumbnail--flex-height--wrap_content {
    height: fit-content;
}

.bf-ui-core-thumbnail--flex-height--match_parent {
    height: 100%;
}

.bf-ui-core-thumbnail--flex-height--auto {
    height: auto;
}

.bf-ui-core-thumbnail--flex-width--wrap_content {
    width: fit-content;
}

.bf-ui-core-thumbnail--flex-width--match_parent {
    width: 100%;
}

.bf-ui-core-thumbnail--flex-width--auto {
    width: auto;
}

.bf-ui-core-thumbnail--background-transparent {
    background-color: transparent;
}

.bf-ui-core-thumbnail--background-white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-core-thumbnail--background-black {
    background-color: rgb(0, 0, 0);
}

.bf-ui-core-thumbnail--background-gray900 {
    background-color: rgba(0, 0, 0, 0.9);
}

.bf-ui-core-thumbnail--background-gray550 {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-core-thumbnail--background-gray250 {
    background-color: rgba(0, 0, 0, 0.25);
}

.bf-ui-core-thumbnail--background-gray100 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bf-ui-core-thumbnail--background-gray070 {
    background-color: rgba(0, 0, 0, 0.07);
}

.bf-ui-core-thumbnail--background-gray040 {
    background-color: rgba(0, 0, 0, 0.04);
}

.bf-ui-core-thumbnail--background-gray900Solid {
    background-color: rgb(26, 26, 26);
}

.bf-ui-core-thumbnail--background-gray550Solid {
    background-color: rgb(115, 115, 115);
}

.bf-ui-core-thumbnail--background-gray250Solid {
    background-color: rgb(191, 191, 191);
}

.bf-ui-core-thumbnail--background-gray100Solid {
    background-color: rgb(229, 229, 229);
}

.bf-ui-core-thumbnail--background-gray070Solid {
    background-color: rgb(237, 237, 237);
}

.bf-ui-core-thumbnail--background-gray040Solid {
    background-color: rgb(245, 245, 245);
}

.bf-ui-core-thumbnail--background-green100 {
    background-color: rgba(0, 166, 80, 0.1);
}

.bf-ui-core-thumbnail--background-green150 {
    background-color: rgba(0, 166, 80, 0.15);
}

.bf-ui-core-thumbnail--background-green200 {
    background-color: rgba(0, 166, 80, 0.2);
}

.bf-ui-core-thumbnail--background-green300 {
    background-color: rgba(0, 166, 80, 0.3);
}

.bf-ui-core-thumbnail--background-green400 {
    background-color: rgba(0, 166, 80, 0.4);
}

.bf-ui-core-thumbnail--background-green500 {
    background-color: rgb(0, 166, 80);
}

.bf-ui-core-thumbnail--background-green600 {
    background-color: rgb(0, 135, 68);
}

.bf-ui-core-thumbnail--background-green700 {
    background-color: rgb(0, 102, 51);
}

.bf-ui-core-thumbnail--background-green800 {
    background-color: rgb(0, 77, 39);
}

.bf-ui-core-thumbnail--background-orange100 {
    background-color: rgba(255, 119, 51, 0.1);
}

.bf-ui-core-thumbnail--background-orange150 {
    background-color: rgba(255, 119, 51, 0.15);
}

.bf-ui-core-thumbnail--background-orange200 {
    background-color: rgba(255, 119, 51, 0.2);
}

.bf-ui-core-thumbnail--background-orange300 {
    background-color: rgba(255, 119, 51, 0.3);
}

.bf-ui-core-thumbnail--background-orange400 {
    background-color: rgba(255, 119, 51, 0.4);
}

.bf-ui-core-thumbnail--background-orange500 {
    background-color: rgb(255, 119, 51);
}

.bf-ui-core-thumbnail--background-orange600 {
    background-color: rgb(230, 84, 11);
}

.bf-ui-core-thumbnail--background-orange700 {
    background-color: rgb(204, 62, 10);
}

.bf-ui-core-thumbnail--background-orange800 {
    background-color: rgb(166, 42, 8);
}

.bf-ui-core-thumbnail--background-red100 {
    background-color: rgba(242, 61, 79, 0.1);
}

.bf-ui-core-thumbnail--background-red150 {
    background-color: rgba(242, 61, 79, 0.15);
}

.bf-ui-core-thumbnail--background-red200 {
    background-color: rgba(242, 61, 79, 0.2);
}

.bf-ui-core-thumbnail--background-red300 {
    background-color: rgba(242, 61, 79, 0.3);
}

.bf-ui-core-thumbnail--background-red400 {
    background-color: rgba(242, 61, 79, 0.4);
}

.bf-ui-core-thumbnail--background-red500 {
    background-color: rgb(242, 61, 79);
}

.bf-ui-core-thumbnail--background-red600 {
    background-color: rgb(209, 36, 64);
}

.bf-ui-core-thumbnail--background-red700 {
    background-color: rgb(166, 29, 51);
}

.bf-ui-core-thumbnail--background-red800 {
    background-color: rgb(128, 22, 39);
}

.bf-ui-core-thumbnail--background-yellow500 {
    background-color: var(--andes-color-yellow-500, #ffe600);
}

.bf-ui-core-thumbnail--background-blueBase {
    background-color: rgb(65, 137, 230);
}

.bf-ui-core-thumbnail--background-blue100 {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.bf-ui-core-thumbnail--background-blue150 {
    background-color: var(--andes-color-blue-150, rgba(65, 137, 230, .15));
}

.bf-ui-core-thumbnail--background-blue200 {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.bf-ui-core-thumbnail--background-blue300 {
    background-color: var(--andes-color-blue-300, rgba(65, 137, 230, .3));
}

.bf-ui-core-thumbnail--background-blue400 {
    background-color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
}

.bf-ui-core-thumbnail--background-blue500 {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-core-thumbnail--background-blue600 {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.bf-ui-core-thumbnail--background-blue700 {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-core-thumbnail--background-blue800 {
    background-color: var(--andes-color-blue-800, #183c73);
}

.bf-ui-core-thumbnail--background-melimas100 {
    background-color: rgb(238, 233, 244);
}

.bf-ui-core-thumbnail--background-melimas900 {
    background-color: rgb(90, 35, 141);
}

.bf-ui-core-thumbnail--background-secondarya100 {
    background-color: rgb(253, 213, 237);
}

.bf-ui-core-thumbnail--background-secondarya200 {
    background-color: rgb(252, 199, 230);
}

.bf-ui-core-thumbnail--background-secondarya300 {
    background-color: rgb(250, 171, 218);
}

.bf-ui-core-thumbnail--background-secondarya400 {
    background-color: rgb(249, 143, 205);
}

.bf-ui-core-thumbnail--background-secondarya500 {
    background-color: rgb(247, 115, 193);
}

.bf-ui-core-thumbnail--background-secondarya600 {
    background-color: rgb(217, 83, 158);
}

.bf-ui-core-thumbnail--background-secondarya700 {
    background-color: rgb(187, 74, 134);
}

.bf-ui-core-thumbnail--background-secondarya800 {
    background-color: rgb(157, 65, 111);
}

.bf-ui-core-thumbnail--background-secondarya900 {
    background-color: rgb(127, 55, 93);
}

.bf-ui-core-thumbnail--background-secondaryb100 {
    background-color: rgb(246, 208, 244);
}

.bf-ui-core-thumbnail--background-secondaryb200 {
    background-color: rgb(243, 191, 240);
}

.bf-ui-core-thumbnail--background-secondaryb300 {
    background-color: rgb(236, 160, 233);
}

.bf-ui-core-thumbnail--background-secondaryb400 {
    background-color: rgb(230, 128, 225);
}

.bf-ui-core-thumbnail--background-secondaryb500 {
    background-color: rgb(224, 96, 218);
}

.bf-ui-core-thumbnail--background-secondaryb600 {
    background-color: rgb(191, 70, 185);
}

.bf-ui-core-thumbnail--background-secondaryb700 {
    background-color: rgb(164, 62, 158);
}

.bf-ui-core-thumbnail--background-secondaryb800 {
    background-color: rgb(137, 54, 133);
}

.bf-ui-core-thumbnail--background-secondaryb900 {
    background-color: rgb(110, 46, 106);
}

.bf-ui-core-thumbnail--background-secondaryc100 {
    background-color: rgb(236, 203, 249);
}

.bf-ui-core-thumbnail--background-secondaryc200 {
    background-color: rgb(229, 185, 247);
}

.bf-ui-core-thumbnail--background-secondaryc300 {
    background-color: rgb(216, 150, 243);
}

.bf-ui-core-thumbnail--background-secondaryc400 {
    background-color: rgb(204, 115, 239);
}

.bf-ui-core-thumbnail--background-secondaryc500 {
    background-color: rgb(191, 80, 235);
}

.bf-ui-core-thumbnail--background-secondaryc600 {
    background-color: rgb(155, 58, 203);
}

.bf-ui-core-thumbnail--background-secondaryc700 {
    background-color: rgb(133, 51, 175);
}

.bf-ui-core-thumbnail--background-secondaryc800 {
    background-color: rgb(110, 45, 147);
}

.bf-ui-core-thumbnail--background-secondaryc900 {
    background-color: rgb(92, 38, 118);
}

.bf-ui-core-thumbnail--background-secondaryd100 {
    background-color: rgb(223, 204, 251);
}

.bf-ui-core-thumbnail--background-secondaryd200 {
    background-color: rgb(212, 187, 249);
}

.bf-ui-core-thumbnail--background-secondaryd300 {
    background-color: rgb(190, 153, 246);
}

.bf-ui-core-thumbnail--background-secondaryd400 {
    background-color: rgb(169, 119, 243);
}

.bf-ui-core-thumbnail--background-secondaryd500 {
    background-color: rgb(147, 85, 240);
}

.bf-ui-core-thumbnail--background-secondaryd600 {
    background-color: rgb(109, 62, 208);
}

.bf-ui-core-thumbnail--background-secondaryd700 {
    background-color: rgb(94, 54, 179);
}

.bf-ui-core-thumbnail--background-secondaryd800 {
    background-color: rgb(82, 48, 151);
}

.bf-ui-core-thumbnail--background-secondaryd900 {
    background-color: rgb(70, 41, 122);
}

.bf-ui-core-thumbnail--background-secondarye100 {
    background-color: rgb(209, 206, 252);
}

.bf-ui-core-thumbnail--background-secondarye200 {
    background-color: rgb(193, 189, 251);
}

.bf-ui-core-thumbnail--background-secondarye300 {
    background-color: rgb(161, 157, 249);
}

.bf-ui-core-thumbnail--background-secondarye400 {
    background-color: rgb(130, 124, 247);
}

.bf-ui-core-thumbnail--background-secondarye500 {
    background-color: rgb(99, 91, 245);
}

.bf-ui-core-thumbnail--background-secondarye600 {
    background-color: rgb(71, 66, 214);
}

.bf-ui-core-thumbnail--background-secondarye700 {
    background-color: rgb(63, 58, 184);
}

.bf-ui-core-thumbnail--background-secondarye800 {
    background-color: rgb(55, 51, 155);
}

.bf-ui-core-thumbnail--background-secondarye900 {
    background-color: rgb(47, 44, 125);
}

.bf-ui-core-thumbnail--background-secondaryf100 {
    background-color: rgb(196, 211, 252);
}

.bf-ui-core-thumbnail--background-secondaryf200 {
    background-color: rgb(176, 196, 251);
}

.bf-ui-core-thumbnail--background-secondaryf300 {
    background-color: rgb(136, 166, 249);
}

.bf-ui-core-thumbnail--background-secondaryf400 {
    background-color: rgb(96, 136, 247);
}

.bf-ui-core-thumbnail--background-secondaryf500 {
    background-color: rgb(56, 107, 245);
}

.bf-ui-core-thumbnail--background-secondaryf600 {
    background-color: rgb(41, 78, 214);
}

.bf-ui-core-thumbnail--background-secondaryf700 {
    background-color: rgb(36, 69, 184);
}

.bf-ui-core-thumbnail--background-secondaryf800 {
    background-color: rgb(31, 60, 155);
}

.bf-ui-core-thumbnail--background-secondaryf900 {
    background-color: rgb(27, 51, 125);
}

.bf-ui-core-thumbnail--background-secondaryg100 {
    background-color: rgb(198, 231, 253);
}

.bf-ui-core-thumbnail--background-secondaryg200 {
    background-color: rgb(178, 222, 252);
}

.bf-ui-core-thumbnail--background-secondaryg300 {
    background-color: rgb(139, 206, 250);
}

.bf-ui-core-thumbnail--background-secondaryg400 {
    background-color: rgb(100, 190, 249);
}

.bf-ui-core-thumbnail--background-secondaryg500 {
    background-color: rgb(62, 173, 247);
}

.bf-ui-core-thumbnail--background-secondaryg600 {
    background-color: rgb(45, 136, 217);
}

.bf-ui-core-thumbnail--background-secondaryg700 {
    background-color: rgb(40, 115, 187);
}

.bf-ui-core-thumbnail--background-secondaryg800 {
    background-color: rgb(35, 97, 157);
}

.bf-ui-core-thumbnail--background-secondaryg900 {
    background-color: rgb(30, 83, 127);
}

.bf-ui-core-thumbnail--background-secondaryh100 {
    background-color: rgb(194, 246, 242);
}

.bf-ui-core-thumbnail--background-secondaryh200 {
    background-color: rgb(173, 242, 237);
}

.bf-ui-core-thumbnail--background-secondaryh300 {
    background-color: rgb(131, 235, 228);
}

.bf-ui-core-thumbnail--background-secondaryh400 {
    background-color: rgb(90, 228, 219);
}

.bf-ui-core-thumbnail--background-secondaryh500 {
    background-color: rgb(49, 222, 210);
}

.bf-ui-core-thumbnail--background-secondaryh600 {
    background-color: rgb(35, 189, 176);
}

.bf-ui-core-thumbnail--background-secondaryh700 {
    background-color: rgb(31, 163, 151);
}

.bf-ui-core-thumbnail--background-secondaryh800 {
    background-color: rgb(27, 136, 125);
}

.bf-ui-core-thumbnail--background-secondaryh900 {
    background-color: rgb(23, 109, 101);
}

.bf-ui-core-thumbnail--background-secondaryi100 {
    background-color: rgb(197, 245, 210);
}

.bf-ui-core-thumbnail--background-secondaryi200 {
    background-color: rgb(178, 241, 194);
}

.bf-ui-core-thumbnail--background-secondaryi300 {
    background-color: rgb(139, 234, 164);
}

.bf-ui-core-thumbnail--background-secondaryi400 {
    background-color: rgb(100, 226, 134);
}

.bf-ui-core-thumbnail--background-secondaryi500 {
    background-color: rgb(61, 219, 104);
}

.bf-ui-core-thumbnail--background-secondaryi600 {
    background-color: rgb(44, 187, 75);
}

.bf-ui-core-thumbnail--background-secondaryi700 {
    background-color: rgb(39, 159, 66);
}

.bf-ui-core-thumbnail--background-secondaryi800 {
    background-color: rgb(34, 134, 58);
}

.bf-ui-core-thumbnail--background-secondaryi900 {
    background-color: rgb(30, 106, 50);
}

.bf-ui-core-thumbnail--background-secondaryj100 {
    background-color: rgb(221, 247, 204);
}

.bf-ui-core-thumbnail--background-secondaryj200 {
    background-color: rgb(208, 244, 186);
}

.bf-ui-core-thumbnail--background-secondaryj300 {
    background-color: rgb(185, 239, 152);
}

.bf-ui-core-thumbnail--background-secondaryj400 {
    background-color: rgb(162, 234, 117);
}

.bf-ui-core-thumbnail--background-secondaryj500 {
    background-color: rgb(139, 228, 83);
}

.bf-ui-core-thumbnail--background-secondaryj600 {
    background-color: rgb(100, 196, 60);
}

.bf-ui-core-thumbnail--background-secondaryj700 {
    background-color: rgb(89, 167, 53);
}

.bf-ui-core-thumbnail--background-secondaryj800 {
    background-color: rgb(78, 141, 46);
}

.bf-ui-core-thumbnail--background-secondaryj900 {
    background-color: rgb(66, 113, 40);
}

.bf-ui-core-thumbnail--background-secondaryk100 {
    background-color: rgb(255, 241, 203);
}

.bf-ui-core-thumbnail--background-secondaryk200 {
    background-color: rgb(255, 235, 186);
}

.bf-ui-core-thumbnail--background-secondaryk300 {
    background-color: rgb(255, 226, 151);
}

.bf-ui-core-thumbnail--background-secondaryk400 {
    background-color: rgb(255, 216, 116);
}

.bf-ui-core-thumbnail--background-secondaryk500 {
    background-color: rgb(255, 206, 82);
}

.bf-ui-core-thumbnail--background-secondaryk600 {
    background-color: rgb(225, 172, 59);
}

.bf-ui-core-thumbnail--background-secondaryk700 {
    background-color: rgb(194, 147, 53);
}

.bf-ui-core-thumbnail--background-secondaryk800 {
    background-color: rgb(164, 123, 46);
}

.bf-ui-core-thumbnail--background-secondaryk900 {
    background-color: rgb(133, 99, 39);
}

.bf-ui-core-thumbnail--background-secondaryl100 {
    background-color: rgb(255, 233, 203);
}

.bf-ui-core-thumbnail--background-secondaryl200 {
    background-color: rgb(255, 225, 186);
}

.bf-ui-core-thumbnail--background-secondaryl300 {
    background-color: rgb(255, 210, 151);
}

.bf-ui-core-thumbnail--background-secondaryl400 {
    background-color: rgb(255, 195, 116);
}

.bf-ui-core-thumbnail--background-secondaryl500 {
    background-color: rgb(255, 180, 82);
}

.bf-ui-core-thumbnail--background-secondaryl600 {
    background-color: rgb(225, 143, 59);
}

.bf-ui-core-thumbnail--background-secondaryl700 {
    background-color: rgb(194, 122, 53);
}

.bf-ui-core-thumbnail--background-secondaryl800 {
    background-color: rgb(164, 101, 46);
}

.bf-ui-core-thumbnail--background-secondaryl900 {
    background-color: rgb(133, 86, 39);
}

.andes-thumbnail--40+.bf-ui-core-badge .andes-badge--pill {
    left: 24px;
    top: -16px;
}

.andes-thumbnail--48+.bf-ui-core-badge .andes-badge--pill {
    left: 32px;
    top: -16px;
}

.andes-thumbnail--56+.bf-ui-core-badge .andes-badge--pill {
    left: 40px;
    top: -16px;
}

.andes-thumbnail--64+.bf-ui-core-badge .andes-badge--pill {
    left: 40px;
    top: -24px;
}

.andes-thumbnail--72+.bf-ui-core-badge .andes-badge--pill {
    left: 48px;
    top: -24px;
}

.andes-thumbnail--80+.bf-ui-core-badge .andes-badge--pill {
    left: 56px;
    top: -24px;
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-asset,
.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__icon {
    height: 52px;
    margin: 0px 0px 0px 16px;
    min-width: 52px;
    width: 52px;
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__icon svg {
    height: 32px;
    width: 32px;
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__icon--green {
    border: 2px solid rgb(0, 166, 80);
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__icon--green svg path {
    fill: rgb(0, 166, 80);
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-description,
.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-highlighted,
.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-overline,
.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-title {
    align-items: start;
    text-align: start;
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-highlighted {
    color: rgb(0, 166, 80);
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-title {
    font-size: 20px;
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__header-info {
    align-self: center;
    display: flex;
    flex-direction: column;
}

.andes-feedback-screen-congrats {
    background: linear-gradient(rgb(0, 166, 80), rgb(0, 166, 80) 56px, rgb(245, 245, 245) 128px);
}

.andes-feedback-screen-congrats.andes-feedback-screen--no-body {
    background: rgb(245, 245, 245);
}

.andes-feedback-screen-congrats.andes-feedback-screen--body .andes-feedback-screen__close path {
    fill: rgb(255, 255, 255);
}

@media (min-width: 768px) {
    .andes-feedback-screen-congrats {
        background: linear-gradient(rgb(0, 166, 80), rgb(0, 166, 80) 24px, rgb(245, 245, 245) 96px);
    }

    .andes-feedback-screen-congrats.andes-feedback-screen--no-body {
        background: rgb(245, 245, 245);
    }

    .andes-feedback-screen-congrats .andes-feedback-screen__wrapper {
        padding: 24px 0px 0px;
    }
}

.card-form--card-preview {
    align-self: center;
    display: flex;
    justify-content: center;
    padding: 0px 20px;
}

.card-form--card-preview .card-draw-size-large,
.card-form--card-preview .card-draw-size-regular {
    height: 100%;
    width: 100%;
}

.card-form--card-preview .card-draw-size-large .card-draw-front-cvv,
.card-form--card-preview .card-draw-size-regular .card-draw-front-cvv {
    bottom: 20px;
    position: absolute;
    right: 0px;
}

.card-form--card-preview .card-draw-size-large .card-draw-back .card-draw-elements-card svg,
.card-form--card-preview .card-draw-size-regular .card-draw-back .card-draw-elements-card svg {
    z-index: 2;
}

.card-form--card-preview .card-draw-size-large .card-draw-back svg,
.card-form--card-preview .card-draw-size-regular .card-draw-back svg {
    width: 90%;
}

.card-form--card-preview .card-draw-size-large .card-draw-elements-front img,
.card-form--card-preview .card-draw-size-large .card-draw-elements-issuer-img img,
.card-form--card-preview .card-draw-size-regular .card-draw-elements-front img,
.card-form--card-preview .card-draw-size-regular .card-draw-elements-issuer-img img {
    border-radius: 4px;
    width: 80px;
}

.card-form--card-preview .card-draw-size-large .card-draw-elements-issuer-img,
.card-form--card-preview .card-draw-size-regular .card-draw-elements-issuer-img {
    position: absolute;
}

.card-form--card-preview .card-draw-size-regular {
    height: 160px;
    width: 258px;
}

.card-form--card-preview .card-draw-size-regular .card-draw-front-cvv {
    bottom: 20px;
}

.card-form--card-preview .card-draw-size-regular .card-draw-elements-issuer-img {
    bottom: 80px;
}

.card-form--card-preview .card-draw-size-large {
    height: 198px;
    width: 320px;
}

.card-form--card-preview .card-draw-size-large .card-draw-front-cvv {
    bottom: 30px;
}

.card-form--card-preview .card-draw-size-large .card-draw-elements-issuer-img {
    bottom: 115px;
}

.card-form--card-preview .card-draw-inner {
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}

.card-form--card-preview .card-draw-inner--rotate-back {
    transform: rotateY(180deg);
}

.card-form--card-preview .card-draw-back,
.card-form--card-preview .card-draw-front {
    backface-visibility: hidden;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0.375rem 1rem 0px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.card-form--card-preview .card-draw-back.card-draw-front,
.card-form--card-preview .card-draw-front.card-draw-front {
    background-color: rgb(245, 245, 245);
    overflow: hidden;
}

.card-form--card-preview .card-draw-back.card-draw-back,
.card-form--card-preview .card-draw-front.card-draw-back {
    background-color: rgb(245, 245, 245);
    color: rgb(255, 255, 255);
    overflow: hidden;
    transform: rotateY(180deg);
}

.card-form--card-preview .card-draw-back::after,
.card-form--card-preview .card-draw-back::before,
.card-form--card-preview .card-draw-front::after,
.card-form--card-preview .card-draw-front::before {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    content: "";
    display: block;
    height: 372px;
    position: absolute;
    width: 372px;
}

.card-form--card-preview .card-draw-back::after,
.card-form--card-preview .card-draw-front::after {
    right: 30px;
    top: 20px;
}

.card-form--card-preview .card-draw-back::before,
.card-form--card-preview .card-draw-front::before {
    border: 1.5px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    z-index: 1;
}

.card-form--card-preview .card-draw-back.card-draw-front::before,
.card-form--card-preview .card-draw-front.card-draw-front::before {
    bottom: 20px;
    left: 30px;
}

.card-form--card-preview .card-draw-back.card-draw-back::before,
.card-form--card-preview .card-draw-front.card-draw-back::before {
    bottom: 20px;
    left: 30px;
    transform: rotate(180deg);
}

.card-form--card-preview .card-draw-back .card-draw-elements-issuer-img--hidden,
.card-form--card-preview .card-draw-back .card-draw-elements-payment-method-img--hidden,
.card-form--card-preview .card-draw-front .card-draw-elements-issuer-img--hidden,
.card-form--card-preview .card-draw-front .card-draw-elements-payment-method-img--hidden {
    visibility: hidden;
}

.card-form--card-preview .card-draw-elements-card {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.card-form--card-preview .card-draw-elements-front {
    bottom: 18px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 20px;
    position: absolute;
    width: calc(100% - 40px);
}

.card-form--card-preview .card-draw-elements-front .wrap-bin {
    position: relative;
}

.card-form--card-preview .card-draw-pan-bin {
    border-radius: 4px;
    bottom: 3px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 26px;
    justify-content: center;
    padding: 0px 8px;
    position: absolute;
}

.card-form--card-preview .card-draw-bar-code {
    background-color: rgb(51, 51, 51);
    height: 30px;
    margin-top: 24px;
}

.card-form--card-preview .card-draw-card-message {
    align-items: center;
    background-color: var(--andes-color-blue-500, #3483fa);
    border-radius: 0px 0px 0.5rem 0.5rem;
    bottom: 0px;
    display: flex;
    height: 1.3rem;
    justify-content: center;
    position: fixed;
    right: 0px;
    width: 100%;
}

.card-form--card-preview .card-draw-card-message-text {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 0px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-typography {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.andes-typography.andes-typography--type-body.andes-typography--weight-regular {
    font-weight: 400;
}

.andes-typography.andes-typography--type-body.andes-typography--weight-semibold,
.andes-typography.andes-typography--type-title {
    font-weight: 600;
}

.andes-typography-text-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.andes-typography-text-list__item {
    list-style: none;
}

.andes-typography--size-xs.andes-typography--type-title {
    font-size: 18px;
    line-height: 22px;
    margin: 1.27em 0px 0px;
}

.andes-typography--size-xs.andes-typography--type-title:first-child {
    margin: 0px;
}

.andes-typography--size-xs.andes-typography--type-body {
    font-size: 12px;
    line-height: 15px;
}

.andes-typography-text-list.andes-typography--size-xs.andes-typography--type-body,
p.andes-typography--size-xs.andes-typography--type-body {
    margin: 0.75em 0px 0px;
}

.andes-typography-text-list.andes-typography--size-xs.andes-typography--type-body:first-child,
p.andes-typography--size-xs.andes-typography--type-body:first-child {
    margin: 0px;
}

.andes-typography--size-s.andes-typography--type-title {
    font-size: 20px;
    line-height: 25px;
    margin: 1.25em 0px 0px;
}

.andes-typography--size-s.andes-typography--type-title:first-child {
    margin: 0px;
}

.andes-typography--size-s.andes-typography--type-body {
    font-size: 14px;
    line-height: 18px;
}

.andes-typography-text-list.andes-typography--size-s.andes-typography--type-body,
p.andes-typography--size-s.andes-typography--type-body {
    margin: 0.71em 0px 0px;
}

.andes-typography-text-list.andes-typography--size-s.andes-typography--type-body:first-child,
p.andes-typography--size-s.andes-typography--type-body:first-child {
    margin: 0px;
}

.andes-typography--size-m.andes-typography--type-title {
    font-size: 24px;
    line-height: 30px;
    margin: 1.25em 0px 0px;
}

.andes-typography--size-m.andes-typography--type-title:first-child {
    margin: 0px;
}

.andes-typography--size-m.andes-typography--type-body {
    font-size: 16px;
    line-height: 20px;
}

.andes-typography-text-list.andes-typography--size-m.andes-typography--type-body,
p.andes-typography--size-m.andes-typography--type-body {
    margin: 0.75em 0px 0px;
}

.andes-typography-text-list.andes-typography--size-m.andes-typography--type-body:first-child,
p.andes-typography--size-m.andes-typography--type-body:first-child {
    margin: 0px;
}

.andes-typography--size-l.andes-typography--type-title {
    font-size: 28px;
    line-height: 35px;
    margin: 1.25em 0px 0px;
}

.andes-typography--size-l.andes-typography--type-title:first-child {
    margin: 0px;
}

.andes-typography--size-l.andes-typography--type-body {
    font-size: 18px;
    line-height: 22px;
}

.andes-typography-text-list.andes-typography--size-l.andes-typography--type-body,
p.andes-typography--size-l.andes-typography--type-body {
    margin: 0.77em 0px 0px;
}

.andes-typography-text-list.andes-typography--size-l.andes-typography--type-body:first-child,
p.andes-typography--size-l.andes-typography--type-body:first-child {
    margin: 0px;
}

.andes-typography--size-xl.andes-typography--type-title {
    font-size: 32px;
    line-height: 40px;
    margin: 1.25em 0px 0px;
}

.andes-typography--size-xl.andes-typography--type-title:first-child {
    margin: 0px;
}

.andes-typography--size-xl.andes-typography--type-body {
    font-size: 18px;
    line-height: 22px;
}

.andes-typography-text-list.andes-typography--size-xl.andes-typography--type-body,
p.andes-typography--size-xl.andes-typography--type-body {
    margin: 0.77em 0px 0px;
}

.andes-typography-text-list.andes-typography--size-xl.andes-typography--type-body:first-child,
p.andes-typography--size-xl.andes-typography--type-body:first-child {
    margin: 0px;
}

.andes-typography--color-primary {
    color: rgba(0, 0, 0, 0.9);
}

.andes-typography-text-list__item-check-marker--color-primary svg path {
    fill: rgba(0, 0, 0, 0.9);
}

.andes-typography--color-secondary {
    color: rgba(0, 0, 0, 0.55);
}

.andes-typography-text-list__item-check-marker--color-secondary svg path {
    fill: rgba(0, 0, 0, 0.55);
}

.andes-typography--color-disabled {
    color: rgba(0, 0, 0, 0.25);
}

.andes-typography-text-list__item-check-marker--color-disabled svg path {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-typography--color-inverted {
    color: rgb(255, 255, 255);
}

.andes-typography-text-list__item-check-marker--color-inverted svg path {
    fill: rgb(255, 255, 255);
}

.andes-typography--color-negative {
    color: rgb(242, 61, 79);
}

.andes-typography-text-list__item-check-marker--color-negative svg path {
    fill: rgb(242, 61, 79);
}

.andes-typography--color-caution {
    color: rgb(255, 119, 51);
}

.andes-typography-text-list__item-check-marker--color-caution svg path {
    fill: rgb(255, 119, 51);
}

.andes-typography--color-positive {
    color: rgb(0, 166, 80);
}

.andes-typography-text-list__item-check-marker--color-positive svg path {
    fill: rgb(0, 166, 80);
}

.andes-typography--color-link {
    color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.andes-typography-text-list__item-check-marker--color-link svg path {
    fill: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

a.andes-typography--color-link {
    text-decoration: none;
}

.andes-typography-text-list__item-dot-marker {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    left: 0px;
    position: absolute;
}

.andes-typography-text-list__item-number-marker {
    left: 0px;
    position: absolute;
}

.andes-typography-text-list__item-number-marker::before {
    content: counter(list-item) ".";
    position: absolute;
    text-align: center;
    width: 100%;
}

.andes-typography-text-list__item-check-marker {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    left: 0px;
    position: absolute;
}

.andes-typography--size-xs.andes-typography-text-list__item {
    margin: 0.5em 0px 0px;
    padding-left: 22px;
}

.andes-typography--size-xs.andes-typography-text-list__item:first-child {
    margin: 0px;
}

.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 11px;
    width: 5px;
}

.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 18px;
}

.andes-typography--size-xs.andes-typography-text-list__item .andes-typography-text-list__item-check-marker {
    transform: translateY(-2px);
}

.andes-typography--size-s.andes-typography-text-list__item {
    margin: 0.5em 0px 0px;
    padding-left: 24px;
}

.andes-typography--size-s.andes-typography-text-list__item:first-child {
    margin: 0px;
}

.andes-typography--size-s.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 11px;
    width: 6px;
}

.andes-typography--size-s.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 20px;
}

.andes-typography--size-m.andes-typography-text-list__item {
    margin: 0.5em 0px 0px;
    padding-left: 28px;
}

.andes-typography--size-m.andes-typography-text-list__item:first-child {
    margin: 0px;
}

.andes-typography--size-m.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 14px;
    width: 6px;
}

.andes-typography--size-m.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 24px;
}

.andes-typography--size-l.andes-typography-text-list__item {
    margin: 0.55em 0px 0px;
    padding-left: 30px;
}

.andes-typography--size-l.andes-typography-text-list__item:first-child {
    margin: 0px;
}

.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-dot-marker {
    margin-left: 14px;
    width: 7px;
}

.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-number-marker {
    width: 26px;
}

.andes-typography--size-l.andes-typography-text-list__item .andes-typography-text-list__item-check-marker {
    transform: translateY(-1px);
}

.secure-fields--field {
    display: flex;
    flex-direction: column;
}

.secure-fields--field .secure-fields--field-error,
.secure-fields--field .secure-fields--field-error.andes-typography--size-s {
    align-items: center;
    display: inline-flex;
    font-size: 13px;
    gap: 0.375rem;
    margin: 8px 0px 0px 6px;
}

.secure-fields--field .secure-fields--field-error .secure-fields--error-icon,
.secure-fields--field .secure-fields--field-error.andes-typography--size-s .secure-fields--error-icon {
    min-width: 0.75rem;
}

.secure-fields--field .secure-fields--field-helper {
    align-items: center;
    display: inline-flex;
    gap: 0.375rem;
    margin: 0.375rem 0px 0px 0.25rem;
}

.secure-fields--field .secure-fields--field-input {
    position: relative;
}

.secure-fields--field .secure-fields--field-label {
    margin: 0px 0px 0.375rem 0.375rem;
}

.secure-fields--field #secure-field-label-cardNumber,
.secure-fields--field #secure-field-label-expirationDate,
.secure-fields--field #secure-field-label-expirationMonth,
.secure-fields--field #secure-field-label-expirationYear,
.secure-fields--field #secure-field-label-securityCode {
    line-height: 18px;
    width: 100%;
}

.secure-input-container {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 0.375em;
    box-shadow: rgb(210, 210, 210) 0px 0px 0px 0.063rem;
    display: flex;
    font-size: 1rem;
}

.secure-input-container.is-focused {
    border-color: transparent;
    box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
    outline: none;
}

.secure-input-container.has-error {
    border-color: transparent;
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 0.063rem;
    outline: none;
}

.secure-input-container.has-error.is-focused {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 0.125em;
}

.secure-input-container iframe {
    border: 0px;
    box-sizing: unset;
    display: flex;
    flex-grow: 1;
    font-size: inherit;
    height: 22px;
    line-height: 22px;
    margin: 0px;
    overflow: hidden;
    padding: 0.8125em 0.75em;
    resize: none;
    width: 87%;
}

.secure-input--info-icon {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
}

.secure-input--icon {
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.secure-input--icon.secure-input--issuer-icon {
    animation: 0.8s ease 0s 1 normal none running fade-in;
    box-sizing: border-box;
    height: 24px;
    padding: 1px;
    width: 32px;
}

.secure-input--icon.secure-input--issuer-icon>img {
    max-height: 100%;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.andes-tooltip {
    background-color: rgb(255, 255, 255);
    border-radius: 0.375em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px, rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    opacity: 1;
    padding: 1em;
    text-align: left;
    width: 21.25em;
    z-index: 1022;
    pointer-events: auto !important;
}

.andes-tooltip__focus-retainer:focus {
    box-shadow: none;
}

.andes-tooltip__focus-retainer:focus-visible {
    box-shadow: none;
}

.andes-tooltip.andes-card--flat {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px, rgba(0, 0, 0, 0.1) 0px 0px 6px 0px;
}

.andes-tooltip .andes-card__content {
    padding: 0px;
}

.andes-tooltip .andes-tooltip-data {
    outline: none;
}

.andes-tooltip .andes-tooltip-data:focus {
    box-shadow: none;
}

.andes-tooltip .andes-tooltip-data:focus-visible {
    box-shadow: none;
}

.andes-tooltip .andes-tooltip-data__arrow,
.andes-tooltip .andes-tooltip-data__arrow::before {
    background-color: rgb(255, 255, 255);
    height: 8px;
    position: absolute;
    width: 8px;
}

.andes-tooltip .andes-tooltip-data__arrow {
    visibility: hidden;
}

.andes-tooltip .andes-tooltip-data__arrow--top,
.andes-tooltip .andes-tooltip-data__arrow--top-end,
.andes-tooltip .andes-tooltip-data__arrow--top-start {
    bottom: -3px;
}

.andes-tooltip .andes-tooltip-data__arrow--bottom,
.andes-tooltip .andes-tooltip-data__arrow--bottom-end,
.andes-tooltip .andes-tooltip-data__arrow--bottom-start {
    top: -4px;
}

.andes-tooltip .andes-tooltip-data__arrow--left,
.andes-tooltip .andes-tooltip-data__arrow--left-end,
.andes-tooltip .andes-tooltip-data__arrow--left-start {
    right: -3px;
}

.andes-tooltip .andes-tooltip-data__arrow--right,
.andes-tooltip .andes-tooltip-data__arrow--right-end,
.andes-tooltip .andes-tooltip-data__arrow--right-start {
    left: -4px;
}

.andes-tooltip .andes-tooltip-data__arrow::before {
    border: 1px solid rgb(255, 255, 255);
    content: "";
    transform: rotate(45deg);
    visibility: visible;
}

.andes-tooltip-hidden {
    display: none;
}

.andes-tooltip--dark {
    color: rgb(255, 255, 255);
}

.andes-tooltip--dark.andes-card {
    background-color: rgb(57, 57, 57);
}

.andes-tooltip--dark .andes-tooltip-data__arrow::before {
    background-color: rgb(57, 57, 57);
    border: 1px solid rgb(57, 57, 57);
}

.andes-tooltip--dark .andes-tooltip-button-close::after,
.andes-tooltip--dark .andes-tooltip-button-close::before {
    background-color: rgb(255, 255, 255);
}

.andes-tooltip--dark .andes-button--transparent .andes-button__content,
.andes-tooltip--highlight {
    color: rgb(255, 255, 255);
}

.andes-tooltip--highlight .andes-tooltip-data__arrow::before,
.andes-tooltip--highlight.andes-card {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.andes-tooltip--highlight .andes-tooltip-data__arrow::before {
    border: 1px solid var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa));
}

.andes-tooltip--highlight .andes-tooltip-button-close::after,
.andes-tooltip--highlight .andes-tooltip-button-close::before {
    background-color: rgb(255, 255, 255);
    opacity: 0.6;
}

.andes-tooltip--highlight .andes-button--transparent .andes-button__content {
    color: rgb(255, 255, 255);
}

.andes-tooltip--highlight .andes-tooltip__actions a:first-child,
.andes-tooltip--highlight .andes-tooltip__actions button:first-child {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.andes-tooltip__content {
    margin-right: 1em;
}

.andes-tooltip__text,
.andes-tooltip__title {
    font-weight: 400;
    margin: 0px;
}

.andes-tooltip__text {
    font-size: 14px;
}

.andes-tooltip__title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 4px;
    padding: 0px;
}

.andes-tooltip__image {
    margin-right: 1em;
}

.andes-tooltip__actions {
    margin-top: 1em;
}

.andes-tooltip__actions a,
.andes-tooltip__actions button {
    margin-left: 4px;
}

.andes-tooltip__actions a:first-child,
.andes-tooltip__actions button:first-child {
    margin-left: 0px;
}

.andes-tooltip-data-image {
    display: flex;
    flex-direction: row;
}

.andes-tooltip-button-close {
    background-color: transparent;
    border: 0px;
    border-radius: 50%;
    cursor: pointer;
    height: 1em;
    left: auto;
    padding: 0px;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    width: 1em;
}

.andes-tooltip-button-close::after,
.andes-tooltip-button-close::before {
    background-color: rgba(0, 0, 0, 0.55);
    content: "";
    cursor: pointer;
    height: 1em;
    left: 0.5em;
    position: absolute;
    top: 0px;
    width: 0.125em;
}

.andes-tooltip-button-close::before {
    transform: rotate(45deg);
}

.andes-tooltip-button-close::after {
    transform: rotate(-45deg);
}

.andes-tooltip-button-close::after,
.andes-tooltip-button-close::before {
    left: 0.43em;
    opacity: 1;
    top: 0.06em;
}

.andes-tooltip-button-close:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-tooltip-button-close:focus-visible {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--andes-color-blue-600, #2968c8), 0 0 0 5px var(--andes-color-blue-300, rgba(65, 137, 230, .3));
    outline: none;
}

.andes-tooltip-button-close:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-tooltip-transition-enter {
    opacity: 0;
    transform: translateY(-0.3125em);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.andes-tooltip-transition-enter-active {
    opacity: 1;
    transform: translateY(0px);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.andes-tooltip-transition-leave-active {
    opacity: 1;
    transform: translateY(-0.3125em);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.andes-tooltip-arrow::before {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    bottom: -0.4375em;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 0px 4px -4px, rgba(0, 0, 0, 0.2) 1px 1px 1px -1px;
    content: "";
    height: 0.75em;
    left: 50%;
    margin-left: -0.5em;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: center center;
    width: 0.75em;
}

.andes-tooltip-placement-bottom.andes-tooltip-transition-enter,
.andes-tooltip-placement-bottomLeft.andes-tooltip-transition-enter,
.andes-tooltip-placement-bottomRight.andes-tooltip-transition-enter {
    transform: translateY(0.3125em);
}

.andes-tooltip-placement-bottom.andes-tooltip-transition-enter-active,
.andes-tooltip-placement-bottomLeft.andes-tooltip-transition-enter-active,
.andes-tooltip-placement-bottomRight.andes-tooltip-transition-enter-active {
    transform: translateY(0px);
}

.andes-tooltip-placement-bottom.andes-tooltip-transition-leave-active,
.andes-tooltip-placement-bottomLeft.andes-tooltip-transition-leave-active,
.andes-tooltip-placement-bottomRight.andes-tooltip-transition-leave-active {
    transform: translateY(0.3125em);
}

.andes-tooltip-placement-bottom .andes-tooltip-arrow::before,
.andes-tooltip-placement-bottomLeft .andes-tooltip-arrow::before,
.andes-tooltip-placement-bottomRight .andes-tooltip-arrow::before {
    bottom: auto;
    top: -0.4375em;
    transform: rotate(225deg);
}

.andes-tooltip-placement-leftTop.andes-tooltip-transition-enter {
    transform: translateX(-0.3125em);
}

.andes-tooltip-placement-leftTop.andes-tooltip-transition-enter-active {
    transform: translateX(0px);
}

.andes-tooltip-placement-leftTop.andes-tooltip-transition-leave-active {
    transform: translateX(-0.3125em);
}

.andes-tooltip-placement-leftTop .andes-tooltip-arrow::before {
    left: auto;
    right: -7px;
    top: 0.625em;
    transform: rotate(315deg);
}

.andes-tooltip-placement-rightTop.andes-tooltip-transition-enter {
    transform: translateX(0.3125em);
}

.andes-tooltip-placement-rightTop.andes-tooltip-transition-enter-active {
    transform: translateX(0px);
}

.andes-tooltip-placement-rightTop.andes-tooltip-transition-leave-active {
    transform: translateX(0.3125em);
}

.andes-tooltip-placement-rightTop .andes-tooltip-arrow::before {
    left: 1px;
    top: 0.625em;
    transform: rotate(135deg);
}

.andes-tooltip-placement-bottomLeft .andes-tooltip-arrow::before,
.andes-tooltip-placement-topLeft .andes-tooltip-arrow::before {
    left: 1.25em;
}

.andes-tooltip-placement-bottomRight .andes-tooltip-arrow::before,
.andes-tooltip-placement-topRight .andes-tooltip-arrow::before {
    left: auto;
    right: 0.625em;
}

.andes-tooltip-placement-right.andes-tooltip-transition-enter {
    transform: translateX(0.3125em);
}

.andes-tooltip-placement-right.andes-tooltip-transition-enter-active {
    transform: translateX(0px);
}

.andes-tooltip-placement-right.andes-tooltip-transition-leave-active {
    transform: translateX(0.3125em);
}

.andes-tooltip-placement-right .andes-tooltip-arrow::before {
    left: 1px;
    top: calc(50% - 6px);
    transform: rotate(135deg);
}

.andes-tooltip-placement-left.andes-tooltip-transition-enter {
    transform: translateX(-0.3125em);
}

.andes-tooltip-placement-left.andes-tooltip-transition-enter-active {
    transform: translateX(0px);
}

.andes-tooltip-placement-left.andes-tooltip-transition-leave-active {
    transform: translateX(-0.3125em);
}

.andes-tooltip-placement-left .andes-tooltip-arrow::before {
    left: auto;
    right: -7px;
    top: calc(50% - 6px);
    transform: rotate(315deg);
}

.andes-thumbnail--16 {
    height: 14px;
    width: 14px;
}

.andes-thumbnail--16,
.andes-thumbnail--24 {
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

.andes-thumbnail--24 {
    height: 22px;
    width: 22px;
}

.andes-thumbnail--32 {
    height: 30px;
    width: 30px;
}

.andes-thumbnail--32,
.andes-thumbnail--40 {
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

.andes-thumbnail--40 {
    height: 38px;
    width: 38px;
}

.andes-thumbnail--48 {
    height: 46px;
    width: 46px;
}

.andes-thumbnail--48,
.andes-thumbnail--56 {
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

.andes-thumbnail--56 {
    height: 54px;
    width: 54px;
}

.andes-thumbnail--64 {
    height: 62px;
    width: 62px;
}

.andes-thumbnail--64,
.andes-thumbnail--72 {
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

.andes-thumbnail--72 {
    height: 70px;
    width: 70px;
}

.andes-thumbnail--80 {
    height: 78px;
    width: 78px;
}

.andes-thumbnail--80,
.andes-thumbnail--96 {
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
}

.andes-thumbnail--96 {
    height: 94px;
    width: 94px;
}

.andes-thumbnail {
    box-sizing: content-box;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1;
}

.andes-thumbnail.andes-thumbnail--16 {
    font-size: 8px;
}

.andes-thumbnail.andes-thumbnail--24 {
    font-size: 11px;
}

.andes-thumbnail.andes-thumbnail--32 {
    font-size: 14px;
}

.andes-thumbnail.andes-thumbnail--40 {
    font-size: 16px;
}

.andes-thumbnail.andes-thumbnail--48 {
    font-size: 20px;
}

.andes-thumbnail.andes-thumbnail--56 {
    font-size: 24px;
}

.andes-thumbnail.andes-thumbnail--64 {
    font-size: 28px;
}

.andes-thumbnail.andes-thumbnail--72 {
    font-size: 32px;
}

.andes-thumbnail.andes-thumbnail--80,
.andes-thumbnail.andes-thumbnail--96 {
    font-size: 36px;
}

.andes-thumbnail>img {
    height: auto;
    max-width: 100%;
    width: auto;
}

.andes-thumbnail--circle {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    overflow: hidden;
}

.andes-thumbnail--square {
    border: 1px solid rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.andes-thumbnail--square.andes-thumbnail--16,
.andes-thumbnail--square.andes-thumbnail--24,
.andes-thumbnail--square.andes-thumbnail--32 {
    border-radius: 3px;
}

.andes-thumbnail--square.andes-thumbnail--40,
.andes-thumbnail--square.andes-thumbnail--48,
.andes-thumbnail--square.andes-thumbnail--56,
.andes-thumbnail--square.andes-thumbnail--64 {
    border-radius: 4px;
}

.andes-thumbnail--square.andes-thumbnail--72,
.andes-thumbnail--square.andes-thumbnail--80 {
    border-radius: 5px;
}

.andes-thumbnail--square.andes-thumbnail--96 {
    border-radius: 6px;
}

.andes-thumbnail__badge {
    border: 0px;
}

.andes-thumbnail--64.andes-thumbnail__badge-gray,
.andes-thumbnail--72.andes-thumbnail__badge-gray,
.andes-thumbnail--80.andes-thumbnail__badge-gray {
    border: 3px solid rgb(191, 191, 191);
    box-sizing: border-box;
}

.andes-thumbnail--24.andes-thumbnail__badge-gray,
.andes-thumbnail--32.andes-thumbnail__badge-gray,
.andes-thumbnail--40.andes-thumbnail__badge-gray,
.andes-thumbnail--48.andes-thumbnail__badge-gray,
.andes-thumbnail--56.andes-thumbnail__badge-gray {
    border: 2px solid rgb(191, 191, 191);
    box-sizing: border-box;
}

.andes-thumbnail--64.andes-thumbnail__badge-accent,
.andes-thumbnail--72.andes-thumbnail__badge-accent,
.andes-thumbnail--80.andes-thumbnail__badge-accent {
    border: 3px solid var(--andes-color-blue-500, #3483fa);
    box-sizing: border-box;
}

.andes-thumbnail--24.andes-thumbnail__badge-accent,
.andes-thumbnail--32.andes-thumbnail__badge-accent,
.andes-thumbnail--40.andes-thumbnail__badge-accent,
.andes-thumbnail--48.andes-thumbnail__badge-accent,
.andes-thumbnail--56.andes-thumbnail__badge-accent {
    border: 2px solid var(--andes-color-blue-500, #3483fa);
    box-sizing: border-box;
}

.andes-thumbnail--64.andes-thumbnail__badge-green,
.andes-thumbnail--72.andes-thumbnail__badge-green,
.andes-thumbnail--80.andes-thumbnail__badge-green {
    border: 3px solid rgb(0, 166, 80);
    box-sizing: border-box;
}

.andes-thumbnail--24.andes-thumbnail__badge-green,
.andes-thumbnail--32.andes-thumbnail__badge-green,
.andes-thumbnail--40.andes-thumbnail__badge-green,
.andes-thumbnail--48.andes-thumbnail__badge-green,
.andes-thumbnail--56.andes-thumbnail__badge-green {
    border: 2px solid rgb(0, 166, 80);
    box-sizing: border-box;
}

.andes-thumbnail--64.andes-thumbnail__badge-orange,
.andes-thumbnail--72.andes-thumbnail__badge-orange,
.andes-thumbnail--80.andes-thumbnail__badge-orange {
    border: 3px solid rgb(255, 119, 51);
    box-sizing: border-box;
}

.andes-thumbnail--24.andes-thumbnail__badge-orange,
.andes-thumbnail--32.andes-thumbnail__badge-orange,
.andes-thumbnail--40.andes-thumbnail__badge-orange,
.andes-thumbnail--48.andes-thumbnail__badge-orange,
.andes-thumbnail--56.andes-thumbnail__badge-orange {
    border: 2px solid rgb(255, 119, 51);
    box-sizing: border-box;
}

.andes-thumbnail--64.andes-thumbnail__badge-red,
.andes-thumbnail--72.andes-thumbnail__badge-red,
.andes-thumbnail--80.andes-thumbnail__badge-red {
    border: 3px solid rgb(242, 61, 79);
    box-sizing: border-box;
}

.andes-thumbnail--24.andes-thumbnail__badge-red,
.andes-thumbnail--32.andes-thumbnail__badge-red,
.andes-thumbnail--40.andes-thumbnail__badge-red,
.andes-thumbnail--48.andes-thumbnail__badge-red,
.andes-thumbnail--56.andes-thumbnail__badge-red {
    border: 2px solid rgb(242, 61, 79);
    box-sizing: border-box;
}

.andes-thumbnail__badge .andes-badge {
    position: relative;
}

.andes-thumbnail--24+.andes-badge--dot {
    left: 16px;
    top: -16px;
}

.andes-thumbnail--32+.andes-badge--dot {
    left: 22px;
    top: -16px;
}

.andes-thumbnail--40+.andes-badge--notification,
.andes-thumbnail--40+.andes-badge--pill {
    left: 24px;
    top: -16px;
}

.andes-thumbnail--48+.andes-badge--notification,
.andes-thumbnail--48+.andes-badge--pill {
    left: 32px;
    top: -16px;
}

.andes-thumbnail--56+.andes-badge--notification,
.andes-thumbnail--56+.andes-badge--pill {
    left: 40px;
    top: -16px;
}

.andes-thumbnail--64+.andes-badge--notification,
.andes-thumbnail--64+.andes-badge--pill {
    left: 40px;
    top: -24px;
}

.andes-thumbnail--72+.andes-badge--notification,
.andes-thumbnail--72+.andes-badge--pill {
    left: 48px;
    top: -24px;
}

.andes-thumbnail--80+.andes-badge--notification,
.andes-thumbnail--80+.andes-badge--pill {
    left: 56px;
    top: -24px;
}

.andes-thumbnail--neutral {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.andes-thumbnail--loud {
    background-color: var(--andes-color-blue-500, #3483fa);
    border: 0px;
    color: rgb(255, 255, 255);
}

.andes-thumbnail--quiet {
    background-color: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
    border: 0px;
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-thumbnail--loud-disabled,
.andes-thumbnail--quiet-disabled {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.25);
}

.andes-thumbnail--neutral-disabled {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.07);
}

.andes-thumbnail-multiple--grid {
    place-content: space-between;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-wrap: wrap;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.andes-thumbnail-multiple--grid:nth-child(3) {
    flex-grow: 2;
}

.andes-thumbnail-multiple--grid-40 {
    height: 40px;
    width: 40px;
}

.andes-thumbnail-multiple--grid-40 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--grid-48 {
    height: 48px;
    width: 48px;
}

.andes-thumbnail-multiple--grid-48 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--grid-56 {
    height: 56px;
    width: 56px;
}

.andes-thumbnail-multiple--grid-56 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--grid-64 {
    height: 64px;
    width: 64px;
}

.andes-thumbnail-multiple--grid-64 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--grid-72 {
    height: 72px;
    width: 72px;
}

.andes-thumbnail-multiple--grid-72 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--grid-80 {
    height: 80px;
    width: 80px;
}

.andes-thumbnail-multiple--grid-80 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--grid-48 {
    place-content: space-around;
}

.andes-thumbnail-multiple--grid-40,
.andes-thumbnail-multiple--grid-48,
.andes-thumbnail-multiple--grid-56 {
    border-radius: 4px;
    padding: 3px;
}

.andes-thumbnail-multiple--grid-64 {
    border-radius: 4px;
    padding: 4px;
}

.andes-thumbnail-multiple--grid-72 {
    padding: 3px;
}

.andes-thumbnail-multiple--grid-80 {
    padding: 4px;
}

.andes-thumbnail-multiple--stacked-24 {
    display: flex;
    flex-wrap: wrap;
    height: 24px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-32 {
    display: flex;
    flex-wrap: wrap;
    height: 32px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-40 {
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-48 {
    display: flex;
    flex-wrap: wrap;
    height: 48px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-56 {
    display: flex;
    flex-wrap: wrap;
    height: 56px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-64 {
    display: flex;
    flex-wrap: wrap;
    height: 64px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-72 {
    display: flex;
    flex-wrap: wrap;
    height: 72px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-80 {
    display: flex;
    flex-wrap: wrap;
    height: 80px;
    width: auto;
}

.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-multiple--overflow {
    background-color: rgb(245, 245, 245);
    color: rgba(0, 0, 0, 0.55);
}

.andes-thumbnail-multiple--stacked-24 .andes-thumbnail-container:not(:first-child) {
    margin-left: -6px;
}

.andes-thumbnail-multiple--stacked-32 .andes-thumbnail-container:not(:first-child) {
    margin-left: -9px;
}

.andes-thumbnail-multiple--stacked-40 .andes-thumbnail-container:not(:first-child) {
    margin-left: -12px;
}

.andes-thumbnail-multiple--stacked-48 .andes-thumbnail-container:not(:first-child) {
    margin-left: -15px;
}

.andes-thumbnail-multiple--stacked-56 .andes-thumbnail-container:not(:first-child) {
    margin-left: -18px;
}

.andes-thumbnail-multiple--stacked-64 .andes-thumbnail-container:not(:first-child) {
    margin-left: -20px;
}

.andes-thumbnail-multiple--stacked-72 .andes-thumbnail-container:not(:first-child) {
    margin-left: -22px;
}

.andes-thumbnail-multiple--stacked-80 .andes-thumbnail-container:not(:first-child) {
    margin-left: -25px;
}

.andes-badge--small {
    line-height: 4px;
}

.andes-badge--small .andes-badge__content {
    font-size: 11px;
    line-height: 4px;
    padding: 6px;
}

.andes-badge--small.andes-badge--rounded-top-left {
    border-top-left-radius: 8px;
}

.andes-badge--small.andes-badge--rounded-top-right {
    border-top-right-radius: 8px;
}

.andes-badge--small.andes-badge--rounded-bottom-left {
    border-bottom-left-radius: 8px;
}

.andes-badge--small.andes-badge--rounded-bottom-right {
    border-bottom-right-radius: 8px;
}

.andes-badge--small.andes-badge--notification,
.andes-badge--small.andes-badge--pill-icon {
    border-radius: 50%;
    height: 16px;
    min-width: 16px;
    width: 16px;
}

.andes-badge--small.andes-badge--notification svg,
.andes-badge--small.andes-badge--pill-icon svg {
    height: 16px;
    width: 16px;
}

.andes-badge--large.andes-badge--rounded-top-left {
    border-top-left-radius: 12px;
}

.andes-badge--large.andes-badge--rounded-top-right {
    border-top-right-radius: 12px;
}

.andes-badge--large.andes-badge--rounded-bottom-left {
    border-bottom-left-radius: 12px;
}

.andes-badge--large.andes-badge--rounded-bottom-right {
    border-bottom-right-radius: 12px;
}

.andes-badge--pill {
    display: inline-block;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.andes-badge--pill-icon {
    border-radius: 50%;
    height: 24px;
    min-width: 24px;
    overflow: hidden;
    position: relative;
    width: 24px;
}

.andes-badge--pill-icon .andes-badge__icon {
    height: 100%;
    width: 100%;
}

.andes-badge__content {
    color: rgb(255, 255, 255);
    font-weight: 600;
    margin: 0px;
    padding: 8px;
}

.andes-badge--dot {
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
}

.andes-badge--notification {
    border-radius: 50%;
    height: 24px;
    min-width: 24px;
    overflow: hidden;
    position: relative;
    width: 24px;
}

.andes-badge__icon {
    height: 100%;
    width: 100%;
}

.andes-badge--gray {
    background: rgb(115, 115, 115);
}

.andes-badge--gray--quiet {
    background: rgba(115, 115, 115, 0.1);
    border: 0px;
}

.andes-badge--gray--quiet.andes-badge--generic.andes-badge--pill {
    background: rgba(0, 0, 0, 0.07);
}

.andes-badge--gray--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content {
    color: rgba(0, 0, 0, 0.55);
}

.andes-badge--gray--quiet .andes-badge__content {
    color: rgb(115, 115, 115);
}

.andes-badge--red {
    background: rgb(242, 61, 79);
}

.andes-badge--red--quiet {
    background: rgba(242, 61, 79, 0.1);
    border: 0px;
}

.andes-badge--red--quiet.andes-badge--generic.andes-badge--pill {
    background: rgba(0, 0, 0, 0.07);
}

.andes-badge--red--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content {
    color: rgba(0, 0, 0, 0.55);
}

.andes-badge--red--quiet .andes-badge__content {
    color: rgb(242, 61, 79);
}

.andes-badge--accent {
    background: var(--andes-color-blue-500, #3483fa);
}

.andes-badge--accent--quiet {
    background: rgba(var(--andes-color-blue-500, #3483fa), .1);
    border: 0px;
}

.andes-badge--accent--quiet.andes-badge--generic.andes-badge--pill {
    background: rgba(0, 0, 0, 0.07);
}

.andes-badge--accent--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content {
    color: rgba(0, 0, 0, 0.55);
}

.andes-badge--accent--quiet .andes-badge__content {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-badge--accent--quiet {
    background: var(--andes-color-blue-100, rgba(65, 137, 230, .1));
}

.andes-badge--green {
    background: rgb(0, 166, 80);
}

.andes-badge--green--quiet {
    background: rgba(0, 166, 80, 0.1);
    border: 0px;
}

.andes-badge--green--quiet.andes-badge--generic.andes-badge--pill {
    background: rgba(0, 0, 0, 0.07);
}

.andes-badge--green--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content {
    color: rgba(0, 0, 0, 0.55);
}

.andes-badge--green--quiet .andes-badge__content {
    color: rgb(0, 166, 80);
}

.andes-badge--orange {
    background: rgb(255, 119, 51);
}

.andes-badge--orange--quiet {
    background: rgba(255, 119, 51, 0.1);
    border: 0px;
}

.andes-badge--orange--quiet.andes-badge--generic.andes-badge--pill {
    background: rgba(0, 0, 0, 0.07);
}

.andes-badge--orange--quiet.andes-badge--generic.andes-badge--pill .andes-badge__content {
    color: rgba(0, 0, 0, 0.55);
}

.andes-badge--orange--quiet .andes-badge__content {
    color: rgb(255, 119, 51);
}

.andes-badge__icon-inner {
    fill: rgb(255, 255, 255);
}

.andes-visually-hidden,
.andes-visually-hidden-focusable:not(:focus):not(:focus-within) {
    border: 0px;
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.secure-fields--wrapper {
    display: flex;
    flex-direction: column;
    min-height: 74px;
}

.secure-fields--wrapper .secure-fields-wrapper--item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.step-container {
    background: rgb(255, 255, 255);
    height: 100%;
}

@media (min-width: 768px) {
    .step-container {
        background: rgb(237, 237, 237);
    }
}

.step-container .flox-container {
    height: 100%;
}


section.summary.summary--fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 -2px 8px 2px rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    transform: translateZ(0);
    background-color: #f7f7f7;
    padding: 16px;
}

button#cname {
    width: 100%;
    height: 45px;
    background: #3483fa;
    border-radius: 5px;
    color: #fff;
    font-family: Proxima Nova, -apple-system, Roboto, Arial, sans-serif;
    font-weight: 600;
    border: 0;
}