@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");

body,
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 480px) {

    body,
    html {
        background-color: rgb(255, 255, 255);
    }
}

body {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
}

.main-wrapper,
body {
    height: 100%;
}

button {
    background: none;
    border: 0px;
    cursor: pointer;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 600;
    margin: 0px;
}

button:focus,
button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.nav-header-user {
    display: none;
}

@media (min-width: 1024px) {

    .nav-header-plusclean,
    .nav-header-pluslite {
        min-height: 56px;
    }

    .nav-header-plusclean::before,
    .nav-header-pluslite::before {
        height: 56px;
    }

    #nav-header-menu-mobile {
        display: none;
    }
}

.bf-ui-layout {
    box-sizing: border-box;
    height: 100%;
}

@media (min-width: 768px) {
    .bf-ui-layout {
        box-sizing: border-box;
        display: flex;
        height: 100%;
        margin: 1px auto 0px;
        max-width: 1220px;
        width: 100%;
    }

    .bf-ui-layout .main-container {
        flex: 1 1 0%;
        padding: 60px 48px 60px 24px;
        position: relative;
        width: calc(100% - 250px);
    }

    .bf-ui-layout .secondary-container {
        max-width: 300px;
        min-height: 100%;
        width: 300px;
        z-index: 20;
    }

    .bf-ui-layout .secondary-container .secondary-container-inner_content--static {
        padding: 48px;
    }
}

@media (min-width: 960px) {
    .bf-ui-layout .secondary-container {
        box-sizing: border-box;
        max-width: 412px;
        position: relative;
        width: 412px;
    }

    .bf-ui-layout .secondary-container .secondary-container-inner_content--sticky {
        box-sizing: border-box;
        max-width: 412px;
        padding: 48px;
        position: sticky;
        top: 0px;
        width: 412px;
    }
}

@media (min-width: 1024px) {
    .bf-ui-layout .main-container {
        max-width: calc(100% - 412px);
        width: calc(100% - 412px);
    }
}

@media (min-width: 1260px) {
    .bf-ui-layout .main-container {
        padding: 60px 48px 60px 8px;
    }
}

.container {
    margin-top: 16px;
    padding: 0px 16px 48px;
}

@media (min-width: 768px) {
    .container {
        margin: 0px auto;
        padding: 0px 16px;
        position: relative;
        top: -35px;
        width: 572px;
    }
}

.main-container--load-mask::before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    transition: 0.3s;
    width: 100%;
    z-index: 2;
}

.main-container--white {
    background: rgb(255, 255, 255);
    height: 100%;
}

.container-with-toggle-visibility--show {
    display: block;
}

.container-with-toggle-visibility--hide {
    display: none;
}

.container-with-toggle-visibility--animation {
    bottom: -80px;
    left: 0px;
    position: absolute;
    right: 0px;
    z-index: 1;
}

.container-with-toggle-visibility--hide-animation>div,
.container-with-toggle-visibility--show-animation>div {
    left: 0px;
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
}

.container-with-toggle-visibility--show-animation {
    animation: 1.5s ease 0s 1 normal none running fadeIn;
    display: block;
    opacity: 1;
}

.container-with-toggle-visibility--hide-animation {
    animation: 1s ease 0s 1 normal none running fadeOut;
    opacity: 0;
}

.container-with-toggle-visibility--show-slide-right {
    animation: 0.3s ease 0s 1 normal forwards running slide-in-left;
}

.container-with-toggle-visibility--hide-slide-right {
    animation: 0.3s ease 0s 1 normal forwards running slide-out-left;
}

.container-with-toggle-visibility--show-slide-left {
    animation: 0.3s ease 0s 1 normal forwards running slide-in-right;
}

.container-with-toggle-visibility--hide-slide-left {
    animation: 0.3s ease 0s 1 normal forwards running slide-out-right;
}

@keyframes slide-out-left {
    0% {
        transform: translateX(0px);
    }

    60% {
        opacity: 1;
        transform: translateX(10px);
    }

    80% {
        opacity: 0.5;
        transform: translateX(-70%);
    }

    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    60% {
        opacity: 0.5;
        transform: translateX(-90%);
    }

    80% {
        opacity: 1;
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes slide-out-right {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }

    60% {
        opacity: 1;
        transform: translateX(-10px);
    }

    80% {
        opacity: 0.5;
        transform: translateX(70%);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slide-in-right {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    60% {
        opacity: 0.5;
        transform: translateX(90%);
    }

    80% {
        opacity: 1;
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.secondary-container {
    flex: 1 1 0%;
    max-width: 250px;
    position: relative;
    width: 250px;
    z-index: 8;
}

.secondary-container--white {
    background-color: rgb(255, 255, 255);
}

.secondary-container--gray {
    background-color: rgb(245, 245, 245);
}

@media (min-width: 768px) {
    .secondary-container {
        max-width: 412px;
        padding: 0px;
        position: relative;
        width: 412px;
    }

    .secondary-container-inner_content--sticky {
        padding: 48px;
        position: sticky;
        top: 0px;
    }

    .secondary-container-inner_content--sticky .bf-ui-ticket__title {
        margin-top: 0px;
    }
}

.card-with-loading .andes-spinner--block {
    background-color: rgb(255, 255, 255);
}

.card-with-loading .bf-ui-card {
    position: relative;
}

.card-with-loading+.bf-ui-card {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .card-with-loading .andes-spinner--block {
        left: 24px;
        width: calc(100% - 48px);
    }
}

.navigation-bar__container {
    align-items: center;
    background-color: rgb(255, 230, 0);
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1px 0px inset;
    display: flex;
    height: 44px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.navigation-bar__container-shops {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .navigation-bar__container-shops {
        background-color: rgb(245, 245, 245);
    }
}

.navigation-bar__button {
    margin-left: 14px;
    z-index: 11;
}

.navigation-bar__title {
    display: block;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-left: 14px;
    position: relative;
    width: 100%;
}

.bf-ui-sticky-container .navigation-bar__container {
    position: unset;
}

.section-mobile-overflow {
    overflow: hidden;
}

.section-mobile-overflow__navigation {
    margin: 16px;
    max-width: 16px;
    padding: 0px;
}

.section-mobile-overflow.section-mobile-overflow--yellow {
    background-color: rgb(255, 234, 120);
}

.section-mobile-overflow .bf-payment-card-component {
    float: none;
    margin: 0px auto;
}

.u-skeleton--light::after {
    background: rgb(237, 237, 237);
    content: " ";
    display: inline-block;
    font-size: 16px;
    height: 12px;
}

.u-skeleton--light-full::after {
    width: 100%;
}

.u-skeleton--light-lg::after {
    width: 66%;
}

.u-skeleton--light-m::after {
    width: 33%;
}

.u-skeleton--light-s::after {
    width: 16%;
}

.cart-aside {
    background-color: rgb(245, 245, 245);
    max-width: 250px;
    padding: 48px 0px 0px;
    width: 250px;
}

.cart-aside .cart-aside__content {
    padding-top: 0px;
    transition: padding 0.5s ease-in-out;
}

.cart-aside__content {
    overflow: hidden;
    padding: 48px 24px;
}

.cart-aside div:first-of-type {
    position: sticky;
    top: 0px;
}

@media (min-width: 1024px) {
    .cart-aside {
        max-width: 412px;
        padding: 0px;
        width: 412px;
    }

    .cart-aside .cart-aside__content {
        padding: 48px 24px;
        transition: padding 0.5s ease-in-out;
    }
}

@media (min-width: 1024px) and (min-width: 1260px) {
    .cart-aside .cart-aside__content {
        padding: 48px;
    }
}

.overview__table-container {
    margin-bottom: 24px;
    width: 100%;
}

.overview-component__table {
    display: table;
    width: 100%;
}

.cart-aside__content--skeleton .overview-component__heading {
    padding-bottom: 8px;
}

.cart-aside__content--skeleton .overview-component__heading::after {
    background: rgb(237, 237, 237);
    content: " ";
    display: inline-block;
    height: 12px;
    width: 33%;
}

.overview-component__heading {
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 20px;
}

.overview-component__row {
    display: table-row;
    font-size: 18px;
    line-height: 18px;
    overflow-y: hidden;
    width: 100%;
}

.overview-component__column {
    display: table-cell;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    vertical-align: middle;
}

.overview-component__column:nth-of-type(2n) {
    text-align: right;
}

@media (min-width: 960px) {
    .overview-component__heading {
        padding-top: 24px;
    }
}

.loading--inline {
    position: relative;
}

.loading--fullscreen {
    position: fixed;
    z-index: 1022;
}

.loading--fullscreen .loading__container {
    z-index: 1023;
}

.loading__mask {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
}

.loading--inline .ui-loading__mask {
    display: none;
}

.loading__spinner {
    animation: 2s linear 0s infinite normal none running loading-rotate;
    position: relative;
    transform-origin: center center;
}

.loading__spinner,
.loading__spinner--small {
    height: 32px;
    width: 32px;
}

.loading__spinner--large {
    height: 64px;
    width: 64px;
}

.loading__spinner-path {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -10;
    animation: 1.5s ease-in-out 0s infinite normal none running loading-dash, 6s ease-in-out 0s infinite normal none running loading-color;
    stroke-linecap: round;
    stroke: var(--andes-color-blue-700, #1f4e96);
}

.loading__spinner-text {
    font-size: 24px;
    font-weight: 300;
    margin-top: 16px;
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes loading-color {

    0%,
    100% {
        stroke: var(--andes-color-blue-500, #3483fa);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

.step-title {
    width: 100%;
}

.cart-title--primary {
    text-align: center;
}

.loading-flow__title {
    color: rgb(26, 26, 26);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.35;
    margin: 20px 32px 0px;
}

@media (max-width: 768px) {
    .loading-flow__title {
        margin: 24px 20px 0px;
    }
}

.loading-flow__header {
    margin-bottom: 32px;
}

.loading-flow__header::after {
    background: rgb(229, 229, 229);
    content: " ";
    display: inline-block;
    height: 12px;
    width: 33%;
}

.loading-flow__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 474px;
}

.ui-panel {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.u-fullscreen-position-absolute {
    height: 100%;
    width: 100%;
}

.u-align-center {
    text-align: center;
}

@media (max-width: 768px) {
    .u-fullscreen-position-absolute {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        left: 0px;
        min-height: 480px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 1020;
    }

    .u-align-center {
        text-align: center;
    }
}

.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);
}

.card-thumbnail-container {
    background: transparent;
    border: none;
    width: 100%;
}

.card-thumbnail-container__content {
    align-items: center;
    display: flex;
    gap: 12px;
    padding: 8px 12px !important;
}

.card-thumbnail-container__content--tiny {
    gap: 4px;
    padding: 8px !important;
}

.card-thumbnail-container__clickable {
    cursor: pointer;
}

.card-thumbnail-container__clickable .card-thumbnail-container__content:hover {
    background-color: rgb(245, 245, 245);
}

.card-thumbnail-container__redirect-link {
    text-decoration: none;
}

.card-thumbnail-container__chevron {
    display: flex;
    margin-left: auto;
}

.card-thumbnail-container__body {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.card-thumbnail-container__body__title {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.thumbnail-multiple__base {
    flex-wrap: nowrap !important;
}

.card-with-thumbnails__container {
    width: 100%;
}

@media (min-width: 768px) {
    .card-with-thumbnails__container {
        margin-left: 28px;
        width: calc(100% - 28px);
    }
}

.card-with-thumbnails__container {
    margin-top: 10px;
}

.card-with-thumbnails__container button {
    padding: 0px;
}

.pill {
    display: block !important;
    width: fit-content !important;
}

.pill--xsmall p {
    line-height: 11px !important;
    padding: 2px 6px !important;
}

.pill__content {
    align-items: center;
    display: flex;
    gap: 2px;
}

.pill__content--icon-right {
    flex-direction: row-reverse;
}

.pill__content--icon-left {
    flex-direction: row;
}

.spacing-padding__top--xx-small {
    padding-top: 4px;
}

.spacing-margin__top--xx-small {
    margin-top: 4px;
}

.spacing-padding__right--xx-small {
    padding-right: 4px;
}

.spacing-margin__right--xx-small {
    margin-right: 4px;
}

.spacing-padding__bottom--xx-small {
    padding-bottom: 4px;
}

.spacing-margin__bottom--xx-small {
    margin-bottom: 4px;
}

.spacing-padding__left--xx-small {
    padding-left: 4px;
}

.spacing-margin__left--xx-small {
    margin-left: 4px;
}

.spacing-padding__top--x-small {
    padding-top: 8px;
}

.spacing-margin__top--x-small {
    margin-top: 8px;
}

.spacing-padding__right--x-small {
    padding-right: 8px;
}

.spacing-margin__right--x-small {
    margin-right: 8px;
}

.spacing-padding__bottom--x-small {
    padding-bottom: 8px;
}

.spacing-margin__bottom--x-small {
    margin-bottom: 8px;
}

.spacing-padding__left--x-small {
    padding-left: 8px;
}

.spacing-margin__left--x-small {
    margin-left: 8px;
}

.spacing-padding__top--small {
    padding-top: 12px;
}

.spacing-margin__top--small {
    margin-top: 12px;
}

.spacing-padding__right--small {
    padding-right: 12px;
}

.spacing-margin__right--small {
    margin-right: 12px;
}

.spacing-padding__bottom--small {
    padding-bottom: 12px;
}

.spacing-margin__bottom--small {
    margin-bottom: 12px;
}

.spacing-padding__left--small {
    padding-left: 12px;
}

.spacing-margin__left--small {
    margin-left: 12px;
}

.spacing-padding__top--medium {
    padding-top: 16px;
}

.spacing-margin__top--medium {
    margin-top: 16px;
}

.spacing-padding__right--medium {
    padding-right: 16px;
}

.spacing-margin__right--medium {
    margin-right: 16px;
}

.spacing-padding__bottom--medium {
    padding-bottom: 16px;
}

.spacing-margin__bottom--medium {
    margin-bottom: 16px;
}

.spacing-padding__left--medium {
    padding-left: 16px;
}

.spacing-margin__left--medium {
    margin-left: 16px;
}

.spacing-padding__top--large {
    padding-top: 20px;
}

.spacing-margin__top--large {
    margin-top: 20px;
}

.spacing-padding__right--large {
    padding-right: 20px;
}

.spacing-margin__right--large {
    margin-right: 20px;
}

.spacing-padding__bottom--large {
    padding-bottom: 20px;
}

.spacing-margin__bottom--large {
    margin-bottom: 20px;
}

.spacing-padding__left--large {
    padding-left: 20px;
}

.spacing-margin__left--large {
    margin-left: 20px;
}

.spacing-padding__top--x-large {
    padding-top: 24px;
}

.spacing-margin__top--x-large {
    margin-top: 24px;
}

.spacing-padding__right--x-large {
    padding-right: 24px;
}

.spacing-margin__right--x-large {
    margin-right: 24px;
}

.spacing-padding__bottom--x-large {
    padding-bottom: 24px;
}

.spacing-margin__bottom--x-large {
    margin-bottom: 24px;
}

.spacing-padding__left--x-large {
    padding-left: 24px;
}

.spacing-margin__left--x-large {
    margin-left: 24px;
}

.spacing-padding__top--xx-large {
    padding-top: 28px;
}

.spacing-margin__top--xx-large {
    margin-top: 28px;
}

.spacing-padding__right--xx-large {
    padding-right: 28px;
}

.spacing-margin__right--xx-large {
    margin-right: 28px;
}

.spacing-padding__bottom--xx-large {
    padding-bottom: 28px;
}

.spacing-margin__bottom--xx-large {
    margin-bottom: 28px;
}

.spacing-padding__left--xx-large {
    padding-left: 28px;
}

.spacing-margin__left--xx-large {
    margin-left: 28px;
}

.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;
    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--loading {
    display: inline-flex;
    flex-direction: column;
}

.andes-modal__actions .andes-button:not(:first-of-type) {
    margin-left: 8px;
}

.andes-modal__actions .andes-button+.andes-button--full-width {
    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;
}

main {
    background-color: rgb(238, 238, 238);
}

.addresses-container-header {
    max-width: 782px;
    text-align: left;
    width: 100%;
}

.addresses-container-header__title {
    font-size: 24px;
    font-weight: 600;
}

.addresses-container-header__subtitle {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 5px 0px;
}

.nav-addresses-container {
    background: rgb(253, 221, 0);
    border-bottom: 1px solid rgb(253, 221, 0);
    border-top: 1px solid rgb(253, 221, 0);
    height: 50px;
    left: 0px;
    padding: 13px 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.nav-addresses-title {
    color: rgba(51, 51, 51, 0.87);
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    left: 0px;
    letter-spacing: normal;
    line-height: 45px;
    margin: 0px;
    padding: 0px 45px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
}

.nav-icon-back {
    height: 16px;
    object-fit: contain;
    opacity: 0.5;
    padding: 0px 16px;
    width: 17px;
}

@media (min-width: 768px) {
    .nav-addresses-container {
        display: none;
    }
}

@media not all and (min-width: 768px) {
    .addresses-container-header {
        background-color: rgb(255, 255, 255);
    }

    .addresses-container-header.header-center {
        padding: 20px 20px 0px;
        text-align: center;
    }

    .addresses-container-header.header-left {
        padding: 0px 20px 15px;
        text-align: left;
    }
}

.addresses-information {
    align-items: center;
    border-radius: 4px;
    cursor: default !important;
}

.addresses-information:hover {
    cursor: default;
}

.andes-list__item-tertiary {
    padding-top: 20px;
}

.addresses-button-link {
    display: inline;
    padding-left: 20px;
}

.addresses-button-link a,
.addresses-button-link button {
    color: rgb(54, 132, 248);
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
    padding: 0px;
}

.addresses-button-link a:active,
.addresses-button-link a:focus,
.addresses-button-link a:hover,
.addresses-button-link button:active,
.addresses-button-link button:focus,
.addresses-button-link button:hover {
    background-color: transparent;
    color: rgb(0, 51, 187);
}

.addresses-button-link a.variant--mp,
.addresses-button-link button.variant--mp {
    color: rgb(0, 158, 227);
}

.addresses-button-link .with-margin {
    margin-left: 7px;
}

.addresses-button-link .break {
    display: block;
    text-align: left;
}

.addresses-button-link .align-left {
    text-align: left;
}

.addresses-listitem-primary {
    align-items: center;
    display: flex;
}

.addresses-listitem-primary .icon-radio-primary {
    padding: 1px 3px 0px 0px;
}

@media (min-width: 768px) {
    .addresses-container-list {
        background-color: rgb(255, 255, 255);
        border-radius: 0px 0px 8px 8px;
    }

    .addresses-container-list .andes-list {
        border-radius: 0px 0px 8px 8px;
    }

    .addresses-information {
        margin-bottom: 20px;
        max-height: 104px;
    }

    .addresses-information.andes-list__item:hover {
        background-color: rgb(255, 255, 255) !important;
    }

    .addresses-information.information-v1 {
        background-color: rgb(245, 245, 245);
    }

    .addresses-information.information-v2 {
        background-color: rgb(255, 255, 255);
        border-radius: 0px 0px 8px 8px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
    }

    .addresses-information.information-v2 .andes-list__item-first-column .andes-list__item-text {
        display: flex;
    }

    .addresses-information.information-v2 .andes-list__item-first-column .andes-list__item-text .andes-list__item-primary {
        font-size: 14px;
        line-height: 20px;
        padding-right: 5px;
    }

    .addresses-information.information-v2 .andes-list__item-first-column .andes-list__item-text .andes-list__item-secondary {
        line-height: 20px;
    }

    .addresses-information .andes-list__item-second-column .andes-list__item-tertiary .addresses-button-link .andes-button .andes-button__content {
        font-weight: 600;
    }

    .addresses-information .andes-list__item-image {
        background-color: rgb(255, 255, 255);
        border: 0px solid rgb(255, 255, 255);
        height: 1.4em;
        min-height: 2.4em;
        min-width: 2.4em;
        padding: 10px;
        width: 1.4em;
    }

    .addresses-information .andes-list__item-primary {
        font-size: 16px;
        line-height: 22px;
    }

    .addresses-information .andes-list__item-primary+.andes-list__item-secondary {
        margin-top: 0px !important;
    }

    .addresses-information .andes-list__item-with-image {
        padding: 30px 32px;
    }

    .addresses-information .andes-list__item-tertiary {
        padding-top: 0px;
    }

    .addresses-information .addresses-mobile-reference-information {
        display: none;
    }

    .addresses-information .andes-list__item--height-row-medium {
        padding-left: 25px !important;
    }

    .top-label-info__container.info__container-v1 {
        margin: 10px 0px 16px;
    }

    .top-label-info {
        color: rgb(51, 51, 51);
        font-family: ProximaNova-Semibold, "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
        font-size: 16px;
    }
}

@media not all and (min-width: 768px) {
    .bf-ui-form {
        display: flex;
        flex-direction: column;
    }

    .bf-ui-form .bf-ui-button-container {
        background-color: rgb(255, 255, 255);
        order: 3;
    }

    .addresses-information {
        background-color: rgb(255, 255, 255);
    }

    .addresses-container-list {
        border-radius: 0px 0px 8px 8px;
        order: 2;
        padding-bottom: 15px;
    }

    .addresses-container-list .andes-list {
        border-radius: 0px 0px 8px 8px;
    }

    .addresses-mobile-reference-information {
        background-color: rgb(246, 246, 246);
        color: rgba(0, 0, 0, 0.8);
        font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
        font-size: 13px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 500;
        letter-spacing: normal;
        line-height: normal;
        opacity: 0.8;
        padding: 12px 25px;
        text-align: center;
    }

    .top-label-info__container {
        background-color: rgb(255, 255, 255);
        font-weight: 700;
        padding: 20px 0px 0px 32px;
        width: 100%;
    }

    .top-label-info {
        margin: 0px;
    }

    .andes-list__item-image {
        display: none !important;
    }

    .andes-list {
        background-color: rgb(255, 255, 255);
    }

    .andes-list__item-with-image {
        padding: 0px 32px !important;
    }

    .addresses-container-list.information-with__icon .andes-list__item-first-column .andes-list__item-text .andes-list__item-secondary {
        padding-left: 22px;
    }
}

.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));
}

.label-radio-delivery {
    color: rgba(0, 0, 0, 0.9);
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.07143em;
    margin: 0px 0px 0.42857em 0.42857em;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease-out;
    transform: unset !important;
}

.addresses-radio-button .andes-form-control__bottom {
    align-items: center;
    display: flex;
    font-size: 13px;
    margin: 0.61538em 0px 0px 0.46154em;
}

.addresses-radio-button {
    margin-bottom: 7px;
    padding-top: 0.666667em;
}

.andes-radio {
    padding: 5px 16px 5px 0px;
}

.andes-radioGroup {
    display: flex;
}

.addresses-radio-button.andes-form-control--error .andes-form-control---error-icon {
    font-size: 13px;
    margin-right: 0.46154em;
}

.addresses-radio-button .andes-form-control__message {
    font-size: 13px;
    margin-top: 0px;
}

.andes-radio--suffix {
    display: flex;
}

.andes-radio--suffix .andes-radio-element {
    order: 1;
}

.andes-radio--suffix .andes-radio__label {
    order: 3;
}

.andes-radio--suffix .icon-radio {
    order: 2;
    padding: 0px 9px 0px 2px;
}

.addresses-textfield {
    min-height: 105px;
}

.cep-link {
    color: rgb(52, 131, 250);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.control-field-reducer>.andes-form-control__control>.andes-form-control__field {
    width: 55%;
}

.andes-form-control--textbox {
    margin-bottom: 48px;
    width: 85%;
}

.andes-form-control--textbox .andes-form-control__field {
    font-size: 14px;
    line-height: 18px;
    max-height: 86px;
    padding: 16px;
    text-indent: unset;
    width: 100%;
}

.andes-form-control--textbox .andes-form-control__field::placeholder {
    font-size: 14px;
    line-height: 18px;
}

.top-label-textbox {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 10px;
}

.andes-form-control--multiline .andes-form-control__label {
    height: 0px !important;
}

.andes-form-control--indeterminate.andes-form-control--disabled .andes-form-control__border::after {
    display: inline;
}

.andes-form-control__control>.andes-form-control__embedded .andes-checkbox__mimic {
    top: 50%;
}

.andes-spinner--inline .andes-spinner__container {
    position: relative;
}

.andes-form-control--textfield .andes-spinner__container {
    padding-right: 1.3em;
}

.andes-form-control__label:empty {
    height: 15px;
}

.andes-form-control__embedded {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .bf-ui-card>.addresses-textfield--base {
        width: 60%;
    }

    .addresses-textfield--base,
    .bf-ui-card>.addresses-textfield--base~.addresses-textfield--base {
        width: 47%;
    }

    .addresses-textfield--textbox {
        padding-right: 0.7em;
    }
}

@media not all and (min-width: 768px) {

    .addresses-textfield--base,
    .andes-form-control--textbox {
        width: 100%;
    }

    .addresses-textfield-width-100 {
        margin-right: 20px;
    }
}

.addresses-textfield-width-180 {
    width: 35% !important;
}

.addresses-textfield-width-100 {
    width: 100px !important;
}

.addresses-textfield-width-450 {
    width: 450px !important;
}

.addresses-textfield-margin-top-20 {
    margin-top: 20px;
}

.tooltip-link {
    color: inherit;
    font-weight: 700;
}

.addresses-textfield {
    padding-top: 0.666667em;
}

.gm-style .gm-style-iw {
    border-radius: 1px;
    max-height: 84px !important;
    max-width: 300px !important;
    overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
    background-color: rgb(51, 51, 51);
    border-radius: 4px;
    padding: 0px 0px 0px 30px;
}

.gm-style .gm-style-iw-d {
    padding: 13px 25px 16px 0px;
    overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
    background: rgb(51, 51, 51);
}

.messages {
    background-color: rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.messages .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.messages .sub-title,
.messages .title {
    color: rgb(255, 255, 255);
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
}

.messages .sub-title {
    font-size: 14px;
    line-height: 1.29;
}

.gm-ui-hover-effect {
    margin: 6px !important;
}

.animation-info-windows--shake {
    animation: 0.5s ease 0s infinite normal none running shake;
}

.gm-ui-hover-effect {
    display: none !important;
}

@keyframes shake {
    0% {
        transform: translate(-51%, -100%);
    }

    10% {
        transform: translate(-49%, -100%);
    }

    20% {
        transform: translate(-49%, -100%);
    }

    30% {
        transform: translate(-49%, -100%);
    }

    40% {
        transform: translate(-51%, -100%);
    }

    50% {
        transform: translate(-49%, -100%);
    }

    60% {
        transform: translate(-49%, -100%);
    }

    70% {
        transform: translate(-51%, -100%);
    }

    80% {
        transform: translate(-49%, -100%);
    }

    90% {
        transform: translate(-51%, -100%);
    }

    100% {
        transform: translate(-51%, -100%);
    }
}

.delay.seg0 {
    animation: 0s ease 0s 1 normal none running fadein;
}

.delay.seg1 {
    animation: 1s ease 0s 1 normal none running fadein;
}

.delay.seg2 {
    animation: 2s ease 0s 1 normal none running fadein;
}

.delay.seg3 {
    animation: 3s ease 0s 1 normal none running fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.spinner-dashboard {
    background-color: rgb(255, 255, 255);
    height: 400px;
    position: relative;
    width: 100%;
}

@media not all and (min-width: 768px) {
    .spinner-dashboard {
        height: 100%;
        opacity: 1;
        position: absolute;
        width: 100%;
    }

    .andes-spinner__mask {
        background-color: rgb(255, 255, 255) !important;
    }
}

.containerElement,
.mapElement {
    height: 400px;
    width: 100%;
}

.containerElement.map_version-v1,
.mapElement {
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 7px 1px;
}

.containerElement.map_version-v2,
.mapElement {
    border-radius: 8px 8px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 16px 0px;
}

.gm-style div a[rel="noopener"] div img {
    transition: left 0.2s ease-in;
    left: var(--push-left-amount) !important;
}

.map_controls {
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
    display: block;
    left: 50%;
    overflow: hidden;
    position: fixed;
}

.map_controls.zoom {
    height: 40px;
    margin-left: 77px;
    width: 81px;
}

.map_controls.location {
    height: 40px;
    margin-left: 28px;
    width: 41px;
}

.map_controls.mapType {
    height: 40px;
    margin-left: -101px;
    width: 73px;
}

.map_controls .separator {
    background-color: rgb(230, 230, 230);
    display: block;
    float: left;
    height: 24px;
    margin-top: 8px;
    width: 1px;
}

.map_controls button.map_control {
    background-color: rgb(255, 255, 255);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0px;
    cursor: pointer;
    display: block;
    float: left;
    height: 40px;
    width: 40px;
}

.map_controls button.map_type {
    background-color: rgb(255, 255, 255);
    border: 0px;
    color: rgb(91, 91, 91);
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    height: 40px;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: center;
    width: 73px;
}

.map_controls button.map_type,
.poi-info-window {
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.poi-info-window {
    padding: 12px 24px 24px;
}

.poi-info-window .title {
    font-size: 14px;
    font-weight: 600;
    color: rgb(52, 131, 250) !important;
    line-height: 18px !important;
}

.poi-info-window .address {
    font-size: 12px !important;
    line-height: 15px !important;
}

.poi-info-window div {
    color: rgba(0, 0, 0, 0.45);
}

.poi-info-window .view-link {
    display: none;
}

.poi-info-window .gm-ui-hover-effect {
    margin-right: 9px;
    margin-top: 9px;
}

@media (min-width: 768px) {
    .containerElement.map_version-v1 {
        margin-bottom: 20px;
    }
}

@media not all and (min-width: 768px) {

    .containerElement.map_version-v2,
    .mapElement {
        height: 55vh;
    }

    .containerElement.map_version-v1,
    .mapElement {
        height: 70vh;
    }
}

@media (max-height: 750px) and (min-height: 200px) {

    .containerElement.map_version-v2,
    .mapElement {
        height: 45vh;
    }

    .containerElement.map_version-v1,
    .mapElement {
        height: 60vh;
    }
}

.top-label-row {
    color: rgba(0, 0, 0, 0.9);
    cursor: text;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.07143em;
    margin: 0px 0px 0.42857em 0.42857em;
    overflow: hidden;
    padding-top: 14px;
    text-overflow: ellipsis;
    transition: color 0.2s ease-out;
    white-space: nowrap;
    transform: unset !important;
}

.addresses__row {
    width: 100%;
}

.addresses__row .andes-autocomplete .andes-dropdown.andes-dropdown--form {
    max-width: 100%;
}

@media (min-width: 768px) {
    .addresses__row {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .addresses__row:first-child {
        padding-right: 20px;
    }

    .addresses__row .andes-autocomplete,
    .addresses__row .andes-form-control {
        width: 100%;
    }

    .addresses__row .andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-dropdown__popover {
        min-width: 105%;
    }

    .addresses__row>.andes-autocomplete,
    .addresses__row>.andes-form-control {
        padding-right: 20px;
    }

    .addresses__row .andes-autocomplete .andes-dropdown.andes-dropdown--form {
        max-width: 300px;
    }
}

.container-action__content {
    width: 100%;
}

.container-action__title {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-left: 0.42857em;
}

.container-action__title--normal {
    font-weight: 300 !important;
}

.container-action__title--bold {
    font-weight: 400 !important;
}

.container-action__title--min-width-25 {
    min-width: 25px;
}

.container-action__title--min-width-50 {
    min-width: 50px;
}

.container-action__title--min-width-75 {
    min-width: 75px;
}

.container-action__title--min-width-100 {
    min-width: 100px;
}

.container-action__title--min-width-150 {
    min-width: 150px;
}

.container-action__title--margin-top_8 {
    margin-top: 8px;
}

.container-action__title--margin-top_14 {
    margin-top: 14px;
}

.container-action__title--margin-top_16 {
    margin-top: 16px;
}

.container-action__title--margin-top_24 {
    margin-top: 24px;
}

.container-action__title--margin-bottom_8 {
    margin-bottom: 8px;
}

.container-action__title--margin-bottom_14 {
    margin-bottom: 14px;
}

.container-action__title--margin-bottom_16 {
    margin-bottom: 16px;
}

.container-action__title--margin-bottom_24 {
    margin-bottom: 24px;
}

.container-action__title--margin-vertical_8 {
    margin-bottom: 8px;
    margin-top: 8px;
}

.container-action__title--margin-vertical_14 {
    margin-bottom: 14px;
    margin-top: 14px;
}

.container-action__title--margin-vertical_16 {
    margin-bottom: 16px;
    margin-top: 16px;
}

.container-action__title--margin-vertical_24 {
    margin-bottom: 24px;
    margin-top: 24px;
}

.container-action__action {
    align-items: center;
    display: flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.container-action--border {
    display: flex;
    padding: 1em;
    vertical-align: middle;
}

.container-action--border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.container-action--border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.container-action__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.container-action__header--end {
    justify-content: flex-end;
}

.container-action__header--start {
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .container-action--responsive {
        display: flex;
    }
}

.info-card-container {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px;
    display: flex;
    margin: 24px 0px;
    min-height: 95px;
}

.info-card-container__without-shadow {
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: none;
    margin: 0px;
    max-width: 60%;
    min-height: 80px;
}

.info-card-container__without-shadow .andes-typography--color-link {
    color: rgb(52, 131, 250);
}

.info-card-container .info-card-primary {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.info-card-container .info-card-primary__text {}

.info-card-container .info-card-primary__title {
    font-weight: 600;
    height: 20px;
}

.info-card-container .info-card-with__icon {
    padding: 0px 16px !important;
}

@media not all and (min-width: 768px) {
    .info-card-container {
        margin: 24px 30px;
        min-height: 93px;
    }

    .info-card-container__without-shadow {
        margin: 0px;
        max-width: 100%;
        min-height: 80px;
    }
}

.group {
    display: flex;
}

.group--direction_row {
    flex-direction: row;
}

.group--direction_column {
    flex-direction: column;
}

.group--gap_8 {
    gap: 8px;
}

.group--gap_16 {
    gap: 16px;
}

.group--gap_32 {
    gap: 32px;
}

.group--gap_64 {
    gap: 64px;
}

.group--wrap_true {
    flex-wrap: wrap;
}

.group--wrap_false {}

.group--basis_50 {
    flex-basis: 50%;
}

.group--basis_100 {
    flex-basis: 100%;
}

.group--grow_1>*,
.group--grow_2>* {
    flex-grow: 1;
}

.group--align_start {
    align-items: start;
}

.group--align_end {
    align-items: end;
}

.group--align_center {
    align-items: center;
}

.group--margin_top_0 {
    margin-top: 0px;
}

.group--margin_top_8 {
    margin-top: 8px;
}

.group--margin_top_16 {
    margin-top: 16px;
}

.group--margin_top_24 {
    margin-top: 24px;
}

.group--margin_bottom_0 {
    margin-bottom: 0px;
}

.group--margin_bottom_8 {
    margin-bottom: 8px;
}

.group--margin_bottom_16 {
    margin-bottom: 16px;
}

.group--margin_bottom_24 {
    margin-bottom: 24px;
}

.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-autocomplete .andes-dropdown.andes-dropdown--form {
    padding-top: 0px;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 9999;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-dropdown__popover {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
    overflow: hidden;
    top: 4px;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-dropdown-item-hover {
    background-color: rgb(237, 237, 237);
    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));
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-list__item {
    font-size: 16px;
    padding: 0.8125em 1em;
}

.andes-autocomplete {
    position: relative;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form {
    top: 83px;
    z-index: 99999;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-dropdown__popover {
    left: 0px;
    max-height: 350px;
    min-width: 135px;
    overflow-y: auto;
    padding: 0px;
    top: -20px;
    width: 100%;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-dropdown__popover.andes-dropdown__with-message {
    top: -18px;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-list__item-primary {
    font-size: 16px;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-list__item-secondary {
    font-size: 14px;
    margin-top: 0px;
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-list__item-secondary strong {
    color: rgb(0, 0, 0);
}

.andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-list__item-image-container {
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.43;
}

.addresses-list-secondary__item {
    display: table-cell !important;
}

.andes-dropdown--form {
    padding-top: 0px !important;
}

@media (min-width: 768px) {
    .andes-autocomplete .andes-dropdown.andes-dropdown--form .andes-dropdown__popover {
        max-width: 47%;
    }
}

.addresses-textfield--suggest {
    min-height: 105px;
}

.andes-dropdown__arrow::after {
    border-color: rgb(52, 131, 250);
}

.andes-dropdown__arrow {
    margin-right: 10px;
    pointer-events: auto;
}

.andes-dropdown--open .andes-dropdown__arrow {
    transform: rotate(180deg);
}

.addresses-suggest-width-155 {
    width: 30% !important;
}

.addresses-suggest-width-155.andes-autocomplete .andes-dropdown.addresses-dropdown.andes-dropdown--form .andes-dropdown__popover {
    min-width: 90%;
}

.addresses-suggest-width-155+.andes-dropdown--form {
    width: 30% !important;
}

.addresses-suggest-width-300 {
    width: 60% !important;
}

.addresses-suggest-width-300.andes-autocomplete .andes-dropdown.addresses-dropdown.andes-dropdown--form .andes-dropdown__popover {
    min-width: 90%;
}

.addresses-suggest-width-300+.andes-dropdown--form {
    width: 60% !important;
}

.display-none {
    display: none !important;
}

.andes-autocomplete .andes-dropdown.addresses-dropdown.andes-dropdown--form .andes-list__item {
    padding: 0.777778em 0.8em;
}

.andes-autocomplete .andes-dropdown.addresses-dropdown.andes-dropdown--form .andes-list__item-secondary {
    font-weight: 700;
}

@media (min-width: 768px) {
    .andes-autocomplete .andes-dropdown.addresses-dropdown.andes-dropdown--form .andes-dropdown__popover {
        max-width: 46.5%;
    }

    .addresses-textfield--suggest {
        width: 47%;
    }
}

.addresses-single-zipcode-container {
    background-color: rgb(243, 243, 243);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-family: "Proxima Nova", -apple-system, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 1.31;
    padding: 20px;
}

.addresses-single-zipcode {
    font-size: 20px;
    line-height: 1.1;
}

.addresses-zipcode-single-modal-dialog .andes-modal-dialog {
    font-size: 12px;
}

.addresses-zipcode-single-modal-dialog .andes-modal-dialog__header-title {
    font-size: 2.3em !important;
}

@media not all and (min-width: 768px) {
    .andes-modal-dialog__actions .andes-button {
        border-radius: 0px;
        width: 100%;
    }
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    background: rgb(237, 237, 237);
}

main[role="main"] {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

::selection {
    background: rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

p {
    margin: 0px;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

a {
    color: var(--andes-color-blue-500, #3483fa);
    transition: color 0.2s ease-in-out;
}

a:focus,
a:hover {
    color: var(--andes-color-blue-600, #2968c8);
}

a:hover {
    cursor: pointer;
}

a:active {
    color: var(--andes-color-blue-700, #1f4e96);
}

ol,
ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

button,
textarea {
    font-family: inherit;
}

.zip-codes-list .andes-list__item-primary {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.addresses-zipcode-list-modal-dialog .andes-modal-dialog {
    font-size: 14px;
}

.addresses-zipcode-list-modal-dialog .andes-modal-dialog__header-title {
    font-size: 1.8em !important;
}

.andes-modal--tight .andes-modal-dialog__header {
    padding: 32px 68px 32px 32px;
}

.copy-zip-button {
    color: var(--andes-color-blue-400, rgba(65, 137, 230, .4));
    font-size: 14px;
    font-weight: 600;
    padding: 12px 0px 12px 12px;
    text-align: right;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
}

.copy-zip-button:active,
.copy-zip-button:hover {
    background-color: transparent;
}

.copy-zip-button:focus {
    box-shadow: none;
    outline: none;
}

.zip-codes-list .andes-list__item-tertiary {
    align-self: center;
}

.zip-codes-list .andes-list__item {
    cursor: pointer;
    padding: 20px;
}

.location-info__details,
.location-info__name {
    font-size: 14px;
}

.location-info__name {
    color: rgb(51, 51, 51);
    margin-bottom: 5px;
}

.location-info__details {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-card>.andes-message.message--addresses {
    margin-bottom: 30px;
}

.andes-message.message--addresses {
    width: 99%;
}

.andes-message.message--addresses .andes-button {
    height: 32px !important;
}

.message--addresses .andes-message__text-inline-action div span,
.message--addresses .andes-message__text-inline-action span {
    overflow: inherit !important;
}

.message--addresses .andes-message__text-inline-action {
    max-width: 90%;
}

.message--addresses .andes-message__text-inline-action div {
    white-space: normal;
}

.message--text {
    display: flex;
    flex-direction: column;
}

.message--link {
    margin-top: 8px;
}

.message--link__none-style {
    color: inherit;
}

.message--link__bold-style {
    color: inherit;
    font-weight: 700;
}

.message--link__bold-underline-style {
    color: inherit;
    font-weight: 700;
    text-decoration: underline !important;
}

.message--minimal {
    background: none;
}

.message--minimal> :first-child {
    display: none;
}

@media not all and (min-width: 768px) {
    .bf-ui-card>.andes-message.message--addresses {
        margin-bottom: 30px;
    }

    .message--addresses {
        margin-bottom: 25px;
        width: 100%;
    }

    .message--addresses .andes-message__primary-button-inline {
        margin: 20px 0px 0px 20px;
        position: relative !important;
    }
}

.addresses-checkbox__container {
    margin-top: 30px;
}

.addresses-checkbox__container .andes-checkbox--embedded .andes-checkbox__label {
    padding-bottom: 15px;
    padding-left: 1.4em;
}

.andes-checkbox--embedded .andes-checkbox__mimic {
    top: 20%;
}

.andes-form-control--textfield .andes-checkbox--embedded {
    margin: 0px;
}

.andes-dropdown--form .andes-form-control__label {
    position: relative !important;
}

.addresses-timepicker-width-100 {
    max-width: 100px;
}

.addresses-timepicker-width-120 {
    max-width: 120px;
}

.addresses-timepicker-width-150 {
    max-width: 150px;
}

.addresses-timepicker-width-200 {
    max-width: 200px;
}

.bf-ui-card {
    overflow: unset;
    padding: 32px 32px 24px;
}

.bf-ui-button-container {
    text-align: right;
}

.andes-modal-dialog__button-close {
    font-size: 16px;
}

@media (min-width: 768px) {
    .addresses-body>.bf-ui-form:first-child {
        padding: 0px 16px 16px 0px;
    }

    .bf-ui-form {
        padding: 0px 24px 24px;
    }
}

@media not all and (min-width: 768px) {
    .addresses-body {
        margin-top: 40px;
    }

    .bf-ui-button-container {
        margin: 0px 32px 46px;
        padding: 0px;
    }

    .bf-ui-form {
        background-color: rgb(255, 255, 255);
        padding: 0px;
    }

    .bf-ui-card {
        border-radius: 0px;
        box-shadow: transparent 0px 0px 0px 0px;
        padding: 32px 32px 0px;
    }

    .bf-ui-card>.addresses-textfield~.addresses-textfield {
        width: 100%;
    }

    .addresses-body .bf-ui-form .bf-ui-button-container {
        display: flex;
        flex-direction: column-reverse;
    }
}

.bf-ui-banner {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 32px;
}

.bf-ui-banner .bf-ui-icon-container--regular {
    position: relative;
}

.bf-ui-banner .bf-ui-icon.bf-ui-icon--arrow_back,
.bf-ui-banner .bf-ui-icon.bf-ui-icon--close_white {
    left: -6px;
    position: absolute;
    top: -1px;
}

.bf-ui-banner__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 34px;
}

.bf-ui-banner--warning {
    background-color: rgb(255, 119, 51);
}

.bf-ui-banner--success {
    background-color: rgb(0, 166, 80);
}

.bf-ui-banner--error {
    background-color: rgb(242, 61, 79);
}

.bf-ui-banner__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(100% - 48px);
    padding-right: 16px;
}

.bf-ui-banner__text.bf-ui-banner__text--without-thumbnail {
    max-width: 100%;
    padding-right: 0px;
}

.bf-ui-banner__title {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0px 0px 6px;
}

.bf-ui-banner__subtitle {
    color: rgb(255, 255, 255);
    font-size: 16px;
    margin: 0px 0px 0px 1px;
}

.bf-ui-banner__images {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(237, 237, 237);
    border-radius: 50%;
    display: flex;
    height: 48px;
    margin-top: 4px;
    position: relative;
    width: 48px;
}

.bf-ui-banner__images .bf-ui-badge__icon {
    left: 33px;
    top: 33px;
}

.bf-ui-banner__images .bf-ui-image--circle {
    object-fit: contain;
    width: 100%;
}

.bf-ui-banner__icon-close-container {
    background-color: transparent;
    border: none;
    height: 0px;
}

@media (min-width: 768px) {
    .bf-ui-banner {
        height: 170px;
    }

    .bf-ui-banner__container {
        justify-content: center;
        margin-top: 0px;
    }

    .bf-ui-banner__text {
        padding-right: 28px;
        width: 425px;
    }

    .bf-ui-banner__text.bf-ui-banner__text--without-thumbnail {
        width: 459px;
    }

    .bf-ui-banner__images {
        height: 64px;
        padding-top: 0px;
        width: 64px;
    }

    .bf-ui-banner__images .bf-ui-icon.bf-ui-icon--buflo-congrats-contact-user,
    .bf-ui-banner__images .bf-ui-icon.bf-ui-icon--buflo_congrats_payment_method_credit_card,
    .bf-ui-banner__images .bf-ui-icon.bf-ui-icon--buflo_congrats_payment_method_debit_card,
    .bf-ui-banner__images .bf-ui-icon.bf-ui-icon--buflo_payment_method_fallback_congrats,
    .bf-ui-banner__images .bf-ui-icon.bf-ui-icon--shopping_bag,
    .bf-ui-banner__images .bf-ui-logo.bf-ui-logo--issuer_paypal {
        max-height: 64px;
        max-width: 64px;
        width: 64px;
    }

    .bf-ui-banner__images .bf-ui-badge__icon {
        left: 41px;
        top: 42px;
    }

    .bf-ui-banner__images .bf-ui-badge__icon svg {
        height: 22px;
        width: 22px;
    }

    .bf-ui-banner__icon-close-container {
        display: none;
        width: 100%;
    }

    .bf-ui-banner__title {
        margin: 4px 0px 10px;
    }
}

.andes-progress-indicator-circular--xsmall .andes-progress-indicator-circular__progress {
    height: 16px;
    width: 16px;
    stroke-width: 2px;
}

.andes-progress-indicator-circular--small .andes-progress-indicator-circular__progress {
    height: 24px;
    width: 24px;
    stroke-width: 2.5px;
}

.andes-button--disabled {
    pointer-events: none;
}

.andes-button--loading .andes-progress-indicator-circular {
    position: relative;
}

.andes-button--loading .andes-progress-indicator-circular__container {
    display: inline-block;
    transform: translateY(calc(-50% - 22px));
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loading .andes-progress-indicator-circular__container {
        animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinner, 0.2s ease 0s 1 normal running fadeIn;
    }
}

.andes-button--loading .andes-progress-indicator-circular__progress {
    stroke-width: 6px;
}

.andes-button--loading .andes-progress-indicator-circular--xsmall {
    top: 10%;
}

.andes-button--loading .andes-progress-indicator-circular--small {
    top: -5%;
}

@media (prefers-reduced-motion: no-preference) {
    .andes-button--loading .andes-button__content {
        animation: 0.2s ease 0s 1 normal forwards running translateOutButtonSpinner, 0.2s ease 0s 1 normal running fadeOut;
    }

    .andes-button--loading-complete .andes-button__content {
        animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinnerComplete, 0.2s ease 0s 1 normal running fadeIn;
    }
}

.andes-button__content::after {
    clear: both;
    content: "";
    display: table;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes translateOutButtonSpinnerComplete {
    0% {
        transform: translateY(calc(-50% - 22px));
    }

    100% {
        transform: translateY(-80px);
    }
}

.andes-button--medium.andes-button--fetching-complete .andes-button__content {
    animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinnerCompleteMedium, 0.2s ease 0s 1 normal running fadeIn;
}

.andes-button--small .andes-progress-indicator-circular--xsmall {
    top: 65%;
}

.andes-button--small.andes-button--fetching-complete .andes-button__content {
    animation: 0.2s ease 0s 1 normal forwards running translateInButtonSpinnerCompleteSmall, 0.2s ease 0s 1 normal running fadeIn;
}

.andes-button--loud:hover path {
    stroke: 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,
    .andes-button--loud:link:hover path,
    .andes-button--loud:visited:hover path {
        stroke: rgb(255, 255, 255) !important;
    }
}

.andes-button--loud path,
.andes-button--loud:active path,
.andes-button--loud:focus path,
.andes-button--loud:link path,
.andes-button--loud:visited path {
    stroke: rgb(255, 255, 255) !important;
}

.andes-button--loud:disabled,
.andes-button--loud[aria-disabled="true"],
.andes-button--loud[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:disabled path,
.andes-button--loud[aria-disabled="true"] path,
.andes-button--loud[disabled] path {
    stroke: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--quiet:hover path {
    stroke: 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,
    .andes-button--quiet:link:hover path,
    .andes-button--quiet:visited:hover path {
        stroke: var(--andes-color-blue-500, #3483fa) !important;
    }
}

.andes-button--quiet path,
.andes-button--quiet:active path,
.andes-button--quiet:focus path,
.andes-button--quiet:link path,
.andes-button--quiet:visited path {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--quiet:disabled,
.andes-button--quiet[aria-disabled="true"],
.andes-button--quiet[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:disabled path,
.andes-button--quiet[aria-disabled="true"] path,
.andes-button--quiet[disabled] path {
    stroke: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--transparent:hover path {
    stroke: 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,
    .andes-button--transparent:link:hover path,
    .andes-button--transparent:visited:hover path {
        stroke: var(--andes-color-blue-500, #3483fa) !important;
    }
}

.andes-button--transparent path,
.andes-button--transparent:active path,
.andes-button--transparent:focus path,
.andes-button--transparent:link path,
.andes-button--transparent:visited path {
    stroke: var(--andes-color-blue-500, #3483fa) !important;
}

.andes-button--transparent:disabled,
.andes-button--transparent[aria-disabled="true"],
.andes-button--transparent[disabled] {
    background-clip: padding-box;
    background-color: transparent;
    border-color: transparent;
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

.andes-button--transparent:disabled path,
.andes-button--transparent[aria-disabled="true"] path,
.andes-button--transparent[disabled] path {
    stroke: rgba(0, 0, 0, 0.25) !important;
}

.andes-button--progress.finished::before,
.andes-button--progress.loading.finished,
.andes-button--progress.progress::before {
    transform: scaleX(1);
}

@media (prefers-reduced-motion: no-preference) {

    .andes-button--progress.finished::before,
    .andes-button--progress.loading.finished,
    .andes-button--progress.progress::before {
        transition: transform 0.25s ease-in, opacity 0.5s ease-in;
    }
}

.andes-card--animated:hover,
.andes-card--elevated {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.andes-card__footer--link {
    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--link: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--link: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--link:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-card__footer--link:hover {
    background-color: rgb(245, 245, 245);
    color: var(--andes-color-blue-600, #2968c8);
}

.andes-visually-hidden {
    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;
}

.andes-progress-indicator-circular--medium .andes-progress-indicator-circular__progress {
    height: 32px;
    width: 32px;
    stroke-width: 3px;
}

.mercado-puntos-section-card {
    background-color: rgb(255, 255, 255);
    margin-bottom: 24px;
}

.mercado-puntos-section-card .title-box .title span a {
    color: var(--andes-color-blue-500, #3483fa) !important;
}

.mercado-puntos-section-card--padding-16 {
    padding: 16px;
}

.mercado-puntos-section-card.section-card {
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
    margin-top: 24px;
}

.mercado-puntos-section-card.section-card.standalone-card {
    border-radius: unset;
    box-shadow: none;
}

.mercado-puntos-section-card.section-card:first-of-type {
    margin-top: 16px;
}

.mercado-puntos-section-card__title-container {
    align-items: start;
    display: flex;
    position: relative;
}

.mercado-puntos-section-card__title-container .box {
    color: rgb(51, 51, 51);
    flex-grow: 1;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.25;
    margin-left: 16px;
    position: relative;
}

.mercado-puntos-section-card__title-container .box__subtitle {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.29;
    margin-top: 4px;
}

.mercado-puntos-section-card__title-container .box__title__card-disclaimer {
    font-size: 10px;
    line-height: 1;
}

.mercado-puntos-section-card__title-container .box__title__card-disclaimer a {
    color: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-section-card__title-container__icon {
    border-radius: 50%;
    height: 36px;
    min-width: 36px;
    width: 36px;
}

.mercado-puntos-section-card__title-container__icon--outline {
    position: relative;
}

.mercado-puntos-section-card__title-container__icon--outline svg {
    left: -2px;
    position: absolute;
    top: -2px;
}

.mercado-puntos-section-card__title-container .andes-badge--pill {
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    top: 0px;
}

.mercado-puntos-section-card--with-icon .mercado-puntos-section-card__title-container__box {
    margin-left: 16px;
}

.mercado-puntos-section-card__separator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mercado-puntos-section-card .action {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    justify-content: space-between;
    letter-spacing: normal;
    line-height: 1.25;
}

.mercado-puntos-section-card .action--separator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mercado-puntos-section-card .action--padding-16 {
    padding: 16px;
}

.mercado-puntos-section-card .action__get-app {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
}

.mercado-puntos-section-card .action__get-app__text {
    width: 100%;
}

.mercado-puntos-section-card .action__get-app__icon {
    margin-right: 12px;
}

@media (max-width: 359px) {
    .mercado-puntos-section-card .action__get-app__icon {
        display: none;
    }
}

.mercado-puntos-section-card .action__get-app__button {
    background-color: var(--andes-color-blue-500, #3483fa) !important;
    border-color: var(--andes-color-blue-500, #3483fa) !important;
}

.mercado-puntos-section-card .action__get-app .andes-button {
    margin-left: 16px;
}

.mercado-puntos-section-card .action--normal>div {
    color: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-section-card .action--normal>svg g#Mis-puntos_V5_N2-3 {
    fill: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-section-card .action-box:active {
    background: rgb(250, 250, 250);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.mercado-puntos-section-card .card-shipping {
    align-items: center;
    display: flex;
}

.mercado-puntos-section-card .card-shipping__subtitle {
    align-items: flex-start;
}

.mercado-puntos-section-card .card-shipping__item {
    display: flex;
    margin-top: 18px;
    padding-left: 6px;
}

.mercado-puntos-section-card .card-shipping__item:first-of-type {
    margin-top: 0px;
}

.mercado-puntos-section-card .card-shipping__item__text {
    color: rgb(51, 51, 51);
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-left: 18px;
}

.mercado-puntos-section-card .card-shipping__item__text h3 {
    font-size: 14px;
    line-height: 1.43;
    position: relative;
}

.mercado-puntos-section-card .card-shipping__item__text h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
}

.mercado-puntos-section-card .card-shipping__item__text .card-disclaimer {
    font-size: 10px;
    line-height: 1;
}

.mercado-puntos-section-card .card-shipping__item__text .card-disclaimer a {
    color: inherit;
}

.mercado-puntos-section-card.exclusive-offers .mercado-puntos-section-card--padding-16.exclusive-offers {
    padding: 0px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers {
    align-items: center;
    display: flex;
    margin-top: 18px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers:first-of-type {
    margin-top: 0px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers .text {
    color: rgb(51, 51, 51);
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-left: 18px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items {
    display: flex;
    justify-content: center;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items a {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: inherit;
    display: inline-block;
    width: 50%;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items a:active {
    background: rgb(250, 250, 250);
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items a:last-of-type {
    border-right: none;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item {
    margin: 0px;
    padding: 16px;
    text-align: center;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure img,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item img {
    height: 96px;
    object-fit: contain;
    width: 96px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__price-block,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__price-block {
    vertical-align: middle;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__price-block__price,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__price-block__price {
    align-items: center;
    color: rgb(51, 51, 51);
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.25;
    margin-top: 2px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__price-block__price--with-cents,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__price-block__price--with-cents {
    margin-right: 1px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__price-block__price--without-cents,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__price-block__price--without-cents {
    margin-right: 4px;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__price-block__price__cents,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__price-block__price__cents {
    font-size: 10px;
    margin-right: 7px;
    transform: translateY(-1px);
    vertical-align: super;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__price-block__price__deal,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__price-block__price__deal {
    color: rgb(0, 166, 80);
    font-size: 12px;
    line-height: 1;
}

.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items figure__title,
.mercado-puntos-section-card.exclusive-offers .card-exclusive-offers-items__item__title {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 1.17;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mercado-puntos-section-card .full-benefits__benefits__item__slide {
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    overflow: hidden;
    width: 110px;
}

.mercado-puntos-section-card .full-benefits__benefits__item__slide a {
    color: rgb(0, 0, 0);
}

.mercado-puntos-section-card .full-benefits__benefits {
    background: rgb(255, 255, 255);
    border: 0.5px solid rgb(229, 229, 229);
    border-radius: 6px;
    color: rgb(0, 0, 0);
    margin: auto;
}

.mercado-puntos-section-card .full-benefits__benefits__item {
    align-items: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding: 12px 0px;
}

.mercado-puntos-section-card .full-benefits__benefits__item__logo {
    align-items: center;
    border: 0.5px solid rgb(229, 229, 229);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    height: 68px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 10px;
    width: 68px;
}

.mercado-puntos-section-card .full-benefits__benefits__item__logo img {
    max-width: 100%;
}

.mercado-puntos-section-card .full-benefits__benefits__item__title {
    font-size: 14px;
    font-weight: 600;
}

.mercado-puntos-section-card .full-benefits__benefits__item__category {
    font-size: 12px;
    margin-bottom: 15px;
}

.mercado-puntos-section-card .full-benefits__benefits__item__discount {
    align-items: center;
    display: flex;
    font-size: 24px;
    font-weight: 600;
}

.mercado-puntos-section-card .full-benefits__benefits__item__disclaimer {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    margin: 0px 0px 0px 3px;
}

.mercado-puntos-section-card .full-benefits__benefits__item__measure {
    font-size: 10px;
    font-weight: 600;
    padding-top: 2px;
}

.mercado-puntos-section-card .full-benefits__benefits__item__discount__ammount {
    font-size: 15px;
    padding-bottom: 12px;
}

.mercado-puntos-section-card .full-benefits.full-benefits--two {
    display: flex;
    justify-content: center;
}

.mercado-puntos-section-card .full-benefits.full-benefits--two .full-benefits__benefits__item__slide {
    margin: 0px 15px;
}

.mercado-puntos-section-card .full-benefits .andes-carousel-snapped__control {
    height: 50px;
    width: 50px;
}

.mercado-puntos-section-card .full-benefits .andes-carousel-snapped__control--next {
    right: -28px;
}

.mercado-puntos-section-card .full-benefits .andes-carousel-snapped__control--previous {
    left: -28px;
}

@media (max-width: 450px) {
    .mercado-puntos-section-card .full-benefits.full-benefits--two .full-benefits__benefits__item__slide {
        margin: 5px;
    }

    .mercado-puntos-section-card .full-benefits__benefits__item__slide {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 16px 0px;
        margin: unset;
        width: 115px;
    }

    .mercado-puntos-section-card .full-benefits__benefits {
        border: none;
    }

    .mercado-puntos-section-card .full-benefits .slick-list {
        overflow: visible;
    }

    .mercado-puntos-section-card .full-benefits .next-button,
    .mercado-puntos-section-card .full-benefits .prev-button {
        display: none;
    }
}

.mercado-puntos-section-card.full-coupons-offers .mercado-puntos-section-card--padding-16.full-coupons-offers {
    padding: 0px;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers {
    align-items: center;
    display: flex;
    margin-top: 18px;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers:first-of-type {
    margin-top: 0px;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0px;
    padding: 16px 8px;
    position: relative;
    text-align: center;
    width: 33.3333%;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__circleMask {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 56px;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__dimmer {
    background-color: rgba(0, 0, 0, 0.04);
    inset: 0px;
    position: absolute;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__link {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item:active a::after {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item img {
    width: 100%;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__title {
    color: rgba(0, 0, 0, 0.8);
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-top: 12px;
    text-align: center;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__title__price {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 600;
}

.mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__title__subtitle {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 400;
}

.mercado-puntos-section-card.full-coupons-offers.congrats-section {
    margin: 0px;
}

.mercado-puntos-section-card.full-coupons-offers.congrats-section .separator {
    border: none;
}

.mercado-puntos-section-card.full-coupons-offers.congrats-section .separator.action-get-app {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mercado-puntos-section-card.full-coupons-offers.congrats-section.section-card {
    box-shadow: unset;
}

.mercado-puntos-section-card.full-coupons-offers.congrats-section.section-card>.mercado-puntos-section-card__title-container {
    padding: 0px;
}

.mercado-puntos-section-card.full-coupons-offers.congrats-section.section-card>.mercado-puntos-section-card__title-container__box {
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    text-align: center;
}

.mercado-puntos-section-card .card-next-benefits {
    border-top: none;
    padding: 0px;
}

.mercado-puntos-section-card .card-next-benefits__item {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.45);
    display: flex;
    padding: 20px 16px;
}

.mercado-puntos-section-card .card-next-benefits__item:first-of-type {
    border-top: none;
    margin-top: 0px;
}

.mercado-puntos-section-card .card-next-benefits__item__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mercado-puntos-section-card .card-next-benefits__item__icon svg {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 36px;
    width: 36px;
}

.mercado-puntos-section-card .card-next-benefits__item__text {
    display: flex;
    flex-direction: column;
    font-stretch: normal;
    font-style: normal;
    justify-content: center;
    letter-spacing: normal;
    padding-left: 12px;
    padding-right: 8px;
}

.mercado-puntos-section-card .card-next-benefits__item__text h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
}

.mercado-puntos-section-card .card-next-benefits__item__locked-label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    margin-left: auto;
    white-space: nowrap;
}

.mercado-puntos-section-card .card-next-benefits__item__locked-label svg {
    margin-right: 4px;
    vertical-align: sub;
}

.mercado-puntos-section-card.card-protected-purchase .mercado-puntos-section-card__title-container {
    align-items: center;
}

.mercado-puntos-section-card.card-priority-attention .mercado-puntos-section-card__title-container {
    align-items: flex-start;
}

.mercado-puntos-section-card .andes-visually-hidden,
.mercado-puntos-section-card .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;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control] {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
    position: absolute;
    z-index: 1;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]: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;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]: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;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="bottom"] {
    bottom: 0px;
    left: 50%;
    top: unset;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="bottom-end"] {
    bottom: 0px;
    left: unset;
    right: 0px;
    top: unset;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="bottom-start"] {
    bottom: 0px;
    left: 0px;
    top: unset;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="left"] {
    left: 0px;
    top: 50%;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="right"] {
    left: unset;
    right: 0px;
    top: 50%;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="top"] {
    left: 50%;
    top: 0px;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="top-end"] {
    left: unset;
    right: 0px;
    top: 0px;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control][data-andes-position="top-start"] {
    left: 0px;
    top: 0px;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]:active,
.mercado-puntos-section-card [data-andes-carousel-snapped-control]:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]:focus {
    opacity: 1;
    position: absolute;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]:focus-visible {
    opacity: 1;
    position: absolute;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]:not(:focus-visible):focus {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}

.mercado-puntos-section-card [data-andes-carousel-snapped-control]:not(:focus-visible):hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.mercado-puntos-section-card .andes-carousel-snapped {
    height: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped--scroll-hidden {
    overflow-x: hidden;
}

.mercado-puntos-section-card .andes-carousel-snapped--scroll-visible {
    overflow-x: visible;
}

.mercado-puntos-section-card .andes-carousel-snapped__container {
    position: relative;
}

.mercado-puntos-section-card .andes-carousel-snapped__container [data-andes-carousel-snapped-control] {
    opacity: 0;
}

.mercado-puntos-section-card .andes-carousel-snapped__container [data-andes-carousel-snapped-control]:focus-visible {
    opacity: 1;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--arrows-visible [data-andes-carousel-snapped-control],
.mercado-puntos-section-card .andes-carousel-snapped__container:hover [data-andes-carousel-snapped-control] {
    opacity: 1;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--arrows-visible [data-andes-carousel-snapped-control][data-andes-state~="disabled"],
.mercado-puntos-section-card .andes-carousel-snapped__container:hover [data-andes-carousel-snapped-control][data-andes-state~="disabled"] {
    opacity: 0;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--pagination-position-top .andes-carousel-snapped {
    margin-top: 12px;
}

.mercado-puntos-section-card .andes-carousel-snapped__controls-wrapper {
    position: relative;
}

.mercado-puntos-section-card .andes-carousel-snapped__wrapper {
    display: flex;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped__title {
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide {
    cursor: grab;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide--spacing-12 {
    margin-right: 12px;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide--spacing-16 {
    margin-right: 16px;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide--spacing-20 {
    margin-right: 20px;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide--spacing-24 {
    margin-right: 24px;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide> :first-child: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;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide> :first-child: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;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide> :first-child:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.mercado-puntos-section-card .andes-carousel-snapped__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped__control {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 0px;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    opacity: 0;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.mercado-puntos-section-card .andes-carousel-snapped__control[data-andes-state~="disabled"] {
    cursor: default;
}

.mercado-puntos-section-card .andes-carousel-snapped__control svg,
.mercado-puntos-section-card .andes-carousel-snapped__control svg path {
    fill: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-section-card .andes-carousel-snapped__control__icon-container {
    display: flex;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination {
    display: flex;
    list-style: none;
    padding: 0px;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination] {
    margin: 0px;
    position: absolute;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="bottom"] {
    bottom: 0px;
    left: 50%;
    top: unset;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="bottom-end"] {
    bottom: 0px;
    left: unset;
    right: 0px;
    top: unset;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="bottom-start"] {
    bottom: 0px;
    left: 0px;
    right: unset;
    top: unset;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="left"] {
    left: 0px;
    top: 50%;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="right"] {
    left: unset;
    right: 0px;
    top: 50%;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="top"] {
    bottom: unset;
    left: 50%;
    top: 0px;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="top-end"] {
    bottom: unset;
    left: unset;
    right: 0px;
    top: 0px;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination[data-andes-carousel-snapped-pagination][data-andes-position="top-start"] {
    bottom: unset;
    left: 0px;
    right: unset;
    top: 0px;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item] {
    display: flex;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item] button {
    border: 0px;
    border-radius: 50%;
    height: 6px;
    margin: 0px 2px;
    padding: 0px;
    width: 6px;
}

@media (prefers-reduced-motion: no-preference) {
    .mercado-puntos-section-card .andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item] button {
        transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    }
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active="true"] [data-andes-carousel-snapped-pagination-action] {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--position-bottom {
    justify-content: center;
    margin: 12px 0px auto;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--position-top {
    align-self: flex-end;
    display: inline-flex;
    margin: 0px 0px 0px auto;
    width: max-content;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--position-inner {
    bottom: 16px;
    margin: 0px;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--light [data-andes-carousel-snapped-pagination-item] [data-andes-carousel-snapped-pagination-action] {
    background-color: rgba(0, 0, 0, 0.1);
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--light [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active="true"] [data-andes-carousel-snapped-pagination-action] {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--dark [data-andes-carousel-snapped-pagination-item] [data-andes-carousel-snapped-pagination-action] {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px inset;
}

.mercado-puntos-section-card .andes-carousel-snapped__pagination--dark [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active="true"] [data-andes-carousel-snapped-pagination-action] {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px inset;
}

@media (prefers-reduced-motion: no-preference) {
    .mercado-puntos-section-card .andes-carousel-snapped__pagination--dark [data-andes-carousel-snapped-pagination-item][data-andes-carousel-snapped-pagination-item-active="true"] [data-andes-carousel-snapped-pagination-action] {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    }
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content {
    width: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content.andes-carousel-snapped__container--with-controls.andes-carousel-snapped__container--strict-boundaries {
    margin-left: 32px;
    width: calc(100% - 64px);
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content .andes-carousel-snapped__control {
    border-radius: 50%;
    width: 64px;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content .andes-carousel-snapped__control--previous {
    left: -32px;
    right: unset;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content .andes-carousel-snapped__control--next {
    left: unset;
    right: -32px;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small {
    height: 32px;
    width: 32px;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small.andes-carousel-snapped__control--previous {
    left: -16px;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small.andes-carousel-snapped__control--next {
    right: -16px;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--full {
    width: 100%;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--full .andes-carousel-snapped__control {
    border-bottom-right-radius: 64px;
    border-top-right-radius: 64px;
    width: 32px;
}

.mercado-puntos-section-card .andes-carousel-snapped__container--full .andes-carousel-snapped__control--previous {
    left: 0px;
    right: unset;
    transform: rotate(0deg) translateY(-50%);
}

.mercado-puntos-section-card .andes-carousel-snapped__container--full .andes-carousel-snapped__control--next {
    left: unset;
    right: 0px;
    transform: rotate(180deg) translateY(50%);
}

.mercado-puntos-section-card .carousel--fixed .andes-carousel-snapped__wrapper {
    transform: none !important;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card-title-container {
    align-items: center;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions {
    padding: 10px;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .ribbon-container {
    align-items: center;
    border-bottom-left-radius: 6px;
    display: flex;
    height: 12px;
    justify-content: center;
    max-width: 75%;
    position: absolute;
    right: 8px;
    top: 8px;
    background: none !important;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .ribbon-container .ribbon-description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .ribbon-container picture {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
    height: 12px;
    margin-left: 8px;
    min-height: 12px;
    min-width: 12px;
    width: 12px;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .ribbon-container picture img {
    border-radius: 0px;
    object-fit: contain;
    width: 100%;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .image-container::before {
    background: linear-gradient(transparent, transparent, var(--gradient-color));
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container {
    align-self: flex-end;
    color: rgb(255, 255, 255);
    display: flex;
    margin: 16px 12px;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container__texts .carousel-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0px;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container__texts .carousel-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.14;
    margin: 0px;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container__texts__pill {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    text-overflow: ellipsis;
    top: 4px;
    width: 100%;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container__texts__pill p {
    padding: 4px;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container__texts__pill p span {
    align-items: center;
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 3px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.mercado-puntos-section-card.subscriptions .mercado-puntos-section-card--padding-16.subscriptions .slide-container__partners-container__texts__pill p svg {
    bottom: 1px;
    margin-right: 3px;
    position: relative;
}

.mercado-puntos-section-card .slide-container {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
}

.mercado-puntos-section-card .slide-container--with-round-corners {
    border-radius: 4px;
}

.mercado-puntos-section-card .slide-container--half-width {
    width: 50%;
}

.mercado-puntos-section-card .slide-container__partners-container {
    bottom: 0px;
    position: absolute;
    width: calc(100% - 24px);
}

.mercado-puntos-section-card .slide-container__partners-container picture {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
    height: 48px;
    margin-top: 2px;
    min-height: 48px;
    min-width: 48px;
    width: 48px;
}

.mercado-puntos-section-card .slide-container__partners-container picture img {
    border-radius: 6px;
    object-fit: contain;
    width: 100%;
}

.mercado-puntos-section-card .slide-container__partners-container__texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
    max-width: calc(100% - 60px);
}

.mercado-puntos-section-card .slide-container__partners-container__texts__discount {
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
}

.mercado-puntos-section-card .slide-container__partners-container__texts__discount--with-pill {
    font-size: 14px;
    line-height: 16px;
}

.mercado-puntos-section-card .slide-container__partners-container__texts__discount--without-pill {
    font-size: 16px;
    line-height: 18px;
}

.mercado-puntos-section-card .slide-container__partners-container__texts__partner-name {
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 2px;
    text-transform: uppercase;
}

.mercado-puntos-section-card .image-container {
    background-position: 50% center;
    background-size: cover;
    height: 178px;
    overflow: hidden;
    position: relative;
}

.mercado-puntos-section-card .image-container::before {
    background: linear-gradient(transparent, transparent, rgb(0, 0, 0));
    content: "";
    display: block;
    height: 178px;
}

.mercado-puntos-section-card .banner-level-6-mobile,
.mercado-puntos-section-card .banner-level-6-webview {
    border-radius: 6px;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    margin: 0px;
    overflow: hidden;
    text-decoration: none;
}

.mercado-puntos-section-card .banner-level-6-mobile__header,
.mercado-puntos-section-card .banner-level-6-webview__header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.mercado-puntos-section-card .banner-level-6-mobile__header-title,
.mercado-puntos-section-card .banner-level-6-webview__header-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.mercado-puntos-section-card .banner-level-6-mobile .price,
.mercado-puntos-section-card .banner-level-6-webview .price {
    margin: 12px 0px 0px 16px;
}

.mercado-puntos-section-card .banner-level-6-mobile .price-separator,
.mercado-puntos-section-card .banner-level-6-webview .price-separator {
    height: 40px;
}

@media (max-width: 340px) {

    .mercado-puntos-section-card .banner-level-6-mobile .price-separator,
    .mercado-puntos-section-card .banner-level-6-webview .price-separator {
        height: 33px;
    }
}

@media (min-width: 340px) and (max-width: 420px) {

    .mercado-puntos-section-card .banner-level-6-mobile .price-separator,
    .mercado-puntos-section-card .banner-level-6-webview .price-separator {
        height: 36px;
    }
}

.mercado-puntos-section-card .banner-level-6-mobile .price-separator-extended,
.mercado-puntos-section-card .banner-level-6-webview .price-separator-extended {
    height: 50px;
}

.mercado-puntos-section-card .banner-level-6-mobile__free-trial-pill,
.mercado-puntos-section-card .banner-level-6-webview__free-trial-pill {
    align-items: center;
    display: flex;
    padding-left: 48px;
}

.mercado-puntos-section-card .banner-level-6-mobile__free-trial-pill .andes-badge__content,
.mercado-puntos-section-card .banner-level-6-webview__free-trial-pill .andes-badge__content {
    font-weight: 600;
    line-height: 1;
    padding: 6px 8px;
    white-space: nowrap;
}

.mercado-puntos-section-card .banner-level-6-mobile__content,
.mercado-puntos-section-card .banner-level-6-webview__content {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 100%;
}

.mercado-puntos-section-card .banner-level-6-mobile__content-container-subtitle,
.mercado-puntos-section-card .banner-level-6-webview__content-container-subtitle {
    font-size: 14px;
    margin-left: 16px;
    padding: 14px 50px 16px 0px;
}

.mercado-puntos-section-card .banner-level-6-mobile__content-container-image,
.mercado-puntos-section-card .banner-level-6-webview__content-container-image {
    height: auto;
    width: 100%;
}

.mercado-puntos-section-card .banner-level-6-mobile__content-container .andes-button,
.mercado-puntos-section-card .banner-level-6-webview__content-container .andes-button {
    width: -webkit-fill-available;
}

.mercado-puntos-section-card .banner-level-6-mobile__content-container-button,
.mercado-puntos-section-card .banner-level-6-webview__content-container-button {
    box-sizing: border-box;
    height: auto;
    margin: 16px;
    padding: 16px;
    text-align: center;
}

.mercado-puntos-section-card .banner-level-6-mobile__content-container-button .andes-button__content,
.mercado-puntos-section-card .banner-level-6-webview__content-container-button .andes-button__content {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}

.mercado-puntos-section-card .price {
    display: flex;
    flex-direction: row;
}

.mercado-puntos-section-card .price-separator {
    background: rgb(255, 255, 255);
    float: left;
    height: 85%;
    left: 0px;
    top: 0px;
    width: 2px;
}

.mercado-puntos-section-card .price-separator-extended {
    height: 95%;
}

.mercado-puntos-section-card .price-separator-forced {
    height: 85%;
}

.mercado-puntos-section-card .price-separator-deleted {
    display: none;
}

.mercado-puntos-section-card .price-separator-feature-off-pill,
.mercado-puntos-section-card .price-separator-feature-on,
.mercado-puntos-section-card .price-separator-pill {
    height: 65%;
}

.mercado-puntos-section-card .price-proposal {
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.mercado-puntos-section-card .price-proposal-value__since {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-left: 6px;
}

@media (max-width: 345px) {
    .mercado-puntos-section-card .price-proposal-value__since {
        font-size: 11px;
    }
}

.mercado-puntos-section-card .price-proposal-value__full-price {
    font-size: 14px;
    line-height: 1;
    margin-left: 6px;
    text-decoration: line-through;
}

@media (max-width: 345px) {
    .mercado-puntos-section-card .price-proposal-value__full-price {
        font-size: 10px;
    }
}

@media (max-width: 365px) {
    .mercado-puntos-section-card .price-proposal-value__full-price {
        font-size: 12px;
    }
}

.mercado-puntos-section-card .price-proposal-value__price {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    margin-left: 6px;
}

.mercado-puntos-section-card .price-proposal-value__price-with-description {
    margin-left: 16px;
}

.mercado-puntos-section-card .price-proposal-value__price-total {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 342px) {
    .mercado-puntos-section-card .price-proposal-value__price-total {
        font-size: 17px;
    }
}

@media (min-width: 342px) and (max-width: 420px) {
    .mercado-puntos-section-card .price-proposal-value__price-total {
        font-size: 20px;
    }
}

@media (min-width: 400px) and (max-width: 420px) {
    .mercado-puntos-section-card .price-proposal-value__price-total {
        font-size: 22px;
    }
}

.mercado-puntos-section-card .price-proposal-value__price-total-without-discount {
    font-size: 32px;
}

.mercado-puntos-section-card .price-proposal-value__price-cents {
    align-self: flex-start;
    font-size: 14px;
    line-height: 1.25;
    margin-left: 3px;
    margin-top: 2px;
}

@media (max-width: 400px) {
    .mercado-puntos-section-card .price-proposal-value__price-cents {
        font-size: 10px;
    }
}

@media (min-width: 400px) and (max-width: 420px) {
    .mercado-puntos-section-card .price-proposal-value__price-cents {
        font-size: 12px;
    }
}

.mercado-puntos-section-card .price-proposal-value__price-period {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 400px) {
    .mercado-puntos-section-card .price-proposal-value__price-period {
        font-size: 12px;
    }
}

@media (min-width: 400px) and (max-width: 420px) {
    .mercado-puntos-section-card .price-proposal-value__price-period {
        font-size: 14px;
    }
}

.mercado-puntos-section-card .price-proposal-value__description {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 600;
    line-height: 10px;
    margin-left: 16px;
}

.mercado-puntos-section-card .price-proposal__discount {
    height: 16px;
    margin-left: -4px;
    margin-top: 2px;
}

.mercado-puntos-section-card .price-proposal__discount>.andes-badge__content {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

@media (max-width: 374px) {
    .mercado-puntos-section-card .price-proposal__discount>.andes-badge__content {
        font-size: 10px;
    }
}

@media (max-width: 350px) {
    .mercado-puntos-section-card .price-proposal__discount>.andes-badge__content {
        font-size: 9.5px;
    }
}

@media (max-width: 330px) {
    .mercado-puntos-section-card .price-proposal__discount>.andes-badge__content {
        font-size: 9px;
    }
}

.mercado-puntos-section-card .price-proposal__level {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-left: 6px;
}

@media (max-width: 345px) {
    .mercado-puntos-section-card .price-proposal__level {
        font-size: 11px;
    }
}

.mercado-puntos-section-card .tooltip-mobile,
.mercado-puntos-section-card .tooltip-webview {
    padding: 16px;
    position: relative;
}

.mercado-puntos-section-card .tooltip-mobile::after,
.mercado-puntos-section-card .tooltip-webview::after {
    background: var(--andes-color-blue-500, #3483fa);
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 4px;
}

.mercado-puntos-section-card .tooltip-mobile-info,
.mercado-puntos-section-card .tooltip-webview-info {
    display: flex;
}

.mercado-puntos-section-card .tooltip-mobile-info__icon,
.mercado-puntos-section-card .tooltip-webview-info__icon {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-radius: 50%;
    height: 16px;
    margin-right: 16px;
    min-height: 16px;
    min-width: 16px;
    position: relative;
    width: 16px;
}

.mercado-puntos-section-card .tooltip-mobile-info__icon>svg,
.mercado-puntos-section-card .tooltip-webview-info__icon>svg {
    left: 0px;
    position: absolute;
    top: 0px;
}

.mercado-puntos-section-card .tooltip-mobile-info-container,
.mercado-puntos-section-card .tooltip-webview-info-container {
    display: flex;
}

.mercado-puntos-section-card .tooltip-mobile-info__container,
.mercado-puntos-section-card .tooltip-webview-info__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mercado-puntos-section-card .tooltip-mobile-info__title,
.mercado-puntos-section-card .tooltip-webview-info__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 4px;
}

.mercado-puntos-section-card .tooltip-mobile-info__link,
.mercado-puntos-section-card .tooltip-webview-info__link {
    color: var(--andes-color-blue-600, #2968c8);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-decoration: none;
}

.mercado-puntos-section-card .tooltip-mobile-info__button,
.mercado-puntos-section-card .tooltip-webview-info__button {
    background-color: rgba(65, 137, 230, 0.15);
    color: var(--andes-color-blue-600, #2968c8);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.29;
    text-decoration: none;
}

.mercado-puntos-section-card .featured {
    align-items: center;
    background-color: red;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
}

.mercado-puntos-section-card .featured svg path {
    fill: rgba(0, 0, 0, 0.9);
}

.mercado-puntos-section-card .featured__label {
    color: rgba(0, 0, 0, 0.9);
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
}

.mercado-puntos-section-card img,
.mercado-puntos-section-card p {
    transition: 0.4s;
}

.mercado-puntos-section-card.mercado-puntos-section-card-mock .icon,
.mercado-puntos-section-card.mercado-puntos-section-card-mock .title-box {
    background: rgb(238, 238, 238) !important;
}

.mercado-puntos-section-card.mercado-puntos-section-card-mock .ribbon {
    opacity: 0;
}

.mercado-puntos-section-card.mercado-puntos-section-card-mock img {
    background: rgb(238, 238, 238);
    border-radius: 4px;
}

.mercado-puntos-section-card.mercado-puntos-section-card-mock p {
    color: transparent !important;
}

.mercado-puntos-section-card .section-card-icon-check path {
    fill: var(--andes-color-blue-500, #3483fa);
}

.wrapper-cupons__row {
    display: flex;
    flex: 1 0 100%;
    justify-content: center;
}

.congrats-checkout {
    border-radius: 6px;
    margin: auto;
    max-width: 540px;
    position: relative;
}

.congrats-checkout>.separator {
    height: 10px;
    padding: 0px;
    position: relative;
}

.congrats-checkout>.separator svg {
    display: block;
}

.congrats-checkout>.separator svg.chevron {
    left: 50%;
    position: absolute;
    top: 0px;
    transform: translateX(-50%);
}

.congrats-checkout> :first-child {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .congrats-checkout>.separator {}
}

.mercado-puntos-header {
    position: relative;
}

.mercado-puntos-header.mercado-puntos-header {
    padding: 0px;
}

.mercado-puntos-header h3,
.mercado-puntos-header h4 {
    margin: 0px;
}

.mercado-puntos-header h1 {
    color: rgb(51, 51, 51);
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.14;
}

.mercado-puntos-header h2 {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
    line-height: 1.5;
}

.mercado-puntos-header>.content-container>.card {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
    display: flex;
    margin: 0px;
    max-width: 100%;
    padding: 24px;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-level-number-and-progress {
    height: 44px;
    min-height: 44px;
    min-width: 44px;
    position: relative;
    width: 44px;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-level-number-and-progress svg.CircularProgressbar {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-level-number-and-progress svg.CircularProgressbar text.CircularProgressbar-text {
    font-size: 58px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    dominant-baseline: central;
    text-anchor: middle;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-left: 20px;
    width: 100%;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts>.title {
    font-size: 16px;
    font-weight: 500;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts>.title>b {
    font-weight: 600;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts>.subtitle {
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    margin-top: 6px;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts>.action a.link {
    align-items: center;
    color: var(--andes-color-blue-500, #3483fa);
    display: flex;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 4px;
    text-decoration: none;
    white-space: nowrap;
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts>.action a.link .icon-to-status {
    margin-left: 12px;
    transform: rotate(180deg);
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-texts>.action a.link .icon-to-status use {
    fill: var(--andes-color-blue-500, #3483fa);
}

.mercado-puntos-header>.content-container>.card>.mercado-puntos-header-image>img {
    border-radius: 50%;
    max-height: 48px;
    max-width: 48px;
}

@media (max-width: 600px) {
    .mercado-puntos-header.standalone>.content-container>.card {
        padding-bottom: 16px;
    }

    .mercado-puntos-header>.content-container>.card {
        padding: 26px 18px;
    }
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 {
    position: relative;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .padding-16.full-coupons-offers-v2 {
    height: 10px;
    padding: 0px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .padding-16.full-coupons-offers-v2>.background {
    position: absolute;
    right: 0px;
    top: 0px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2>div.separator {
    border: none;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2 {
    align-items: center;
    display: flex;
    margin-top: 18px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2:first-of-type {
    margin-top: 0px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2 .text {
    color: rgb(51, 51, 51);
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-left: 18px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 20px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item {
    flex-grow: 1;
    margin: 0px;
    max-width: 33.3333%;
    padding: 22px 16px;
    text-align: center;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item:first-of-type,
.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item:nth-of-type(2),
.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item:nth-of-type(3) {
    padding-top: 14px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item img {
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    object-fit: contain;
    width: 56px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item figcaption {
    color: rgba(0, 0, 0, 0.8);
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.25;
    margin-top: 12px;
    text-align: center;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item figcaption p.price,
.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item figcaption p.subtitle {
    color: rgba(0, 0, 0, 0.8);
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item figcaption .price {
    font-size: 18px;
    font-weight: 600;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-v2 .card-full-coupons-offers-v2-items figure.card-full-coupons-offers-v2-item figcaption .subtitle {
    font-size: 12px;
    font-weight: 400;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-mobile.congrats-section .card-full-coupons-offers-items {
    padding: 4px 0px 20px;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-mobile.congrats-section .card-full-coupons-offers-items figure.card-full-coupons-offers-item {
    flex-grow: 0;
    margin: 0px 4px;
    padding: 12px 24px;
    width: auto;
}

.congrats-checkout .mercado-puntos-section-card.full-coupons-offers-mobile.congrats-section .card-full-coupons-offers-items figure.card-full-coupons-offers-item figcaption .price {
    font-size: 20px;
}

.congrats-checkout .mercado-puntos-section-card .action-box {
    padding: 16px 26px;
}

.congrats-checkout .mercado-puntos-section-card .action-box:active {
    background: initial;
}

.mercado-puntos-header * {
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .mercado-puntos-section-card--padding-16.full-coupons-offers {
        padding: 0px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers {
        align-items: center;
        display: flex;
        margin-top: 18px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers:first-of-type {
        margin-top: 0px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        margin: 0px;
        padding: 16px 8px;
        position: relative;
        text-align: center;
        width: 33.3333%;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__circleMask {
        align-items: center;
        border-radius: 50%;
        display: flex;
        height: 56px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 56px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__dimmer {
        background-color: rgba(0, 0, 0, 0.04);
        inset: 0px;
        position: absolute;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__link {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item:active a::after {
        background-color: rgba(0, 0, 0, 0.03);
        border-radius: 6px;
        content: "";
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item img {
        width: 100%;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__title {
        color: rgba(0, 0, 0, 0.8);
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        line-height: 1.25;
        margin-top: 12px;
        text-align: center;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__title__price {
        color: rgba(0, 0, 0, 0.8);
        font-size: 18px;
        font-weight: 600;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__title__subtitle {
        color: rgba(0, 0, 0, 0.8);
        font-size: 12px;
        font-weight: 400;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers.congrats-section {
        margin: 0px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers.congrats-section .separator {
        border: none;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers.congrats-section .separator.action-get-app {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers.congrats-section.section-card {
        box-shadow: unset;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers.congrats-section.section-card>.mercado-puntos-section-card__title-container {
        padding: 0px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers.congrats-section.section-card>.mercado-puntos-section-card__title-container__box {
        font-size: 20px;
        font-weight: 600;
        padding-top: 0px;
        text-align: center;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .card-full-coupons-offers-items {
        padding: 12px 0px;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .card-full-coupons-offers-items figure.card-full-coupons-offers-item {
        flex-grow: 0;
        padding: 12px 20px;
        width: auto;
    }

    .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .card-full-coupons-offers-items figure.card-full-coupons-offers-item figcaption .price {
        font-size: 20px;
    }

    .congrats-checkout .mercado-puntos-section-card .action-box {
        padding: 16px 18px;
    }

    .congrats-checkout .mercado-puntos-section-card .action-box:active {
        background: initial;
    }
}

.bf-ui-loyalty-container {
    margin-top: 16px;
}

.bf-ui-loyalty-container h3 {
    margin: 0px;
}

.bf-ui-loyalty-container h4 {
    font-weight: 400;
    margin: 0px;
}

.bf-ui-loyalty-container a {
    text-decoration: none;
}

.bf-ui-loyalty-container .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item {
    border-right: unset;
    width: unset;
}

.bf-ui-loyalty-container .congrats-checkout .mercado-puntos-section-card.full-coupons-offers .coupons-offers__items__item__circleMask {
    height: 48px;
    width: 48px;
}

.bf-ui-badge {
    position: absolute;
}

.bf-ui-badge__icon {
    left: 0px;
    top: 0px;
}

.bf-ui-badge__text {
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 8px;
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 10px;
    font-weight: 400;
    height: 14px;
    justify-content: center;
    min-width: 7px;
    padding: 0px 5px;
}

.bf-ui-badge__text--info {
    background-color: rgba(0, 0, 0, 0.07);
    color: rgba(0, 0, 0, 0.55);
    padding: 3px 6px;
}

.bf-ui-badge__text--warning {
    background-color: rgb(255, 119, 51);
}

.bf-ui-badge__text--success {
    background-color: rgb(0, 166, 80);
}

.bf-ui-badge__text--error {
    background-color: rgb(242, 61, 79);
}

.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);
}

.bf-ui-badge-component-position--corner-right-top .andes-badge {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.bf-ui-badge-component .andes-badge--pill {
    line-height: 1.2;
}

.bf-ui-list-container .bf-ui-bar-code--transparent {
    padding: 0px 16px;
}

.bf-ui-bar-code {
    margin: 24px 0px;
}

.bf-ui-bar-code--extended {
    margin-bottom: 32px;
    padding: 0px 24px;
}

.bf-ui-bar-code--gray {
    background-color: rgb(245, 245, 245);
    margin: 0px;
    padding: 16px;
}

.bf-ui-bar-code--transparent {
    background-color: transparent;
}

.bf-ui-bar-code__image {
    height: 42px;
    margin: 0px;
    width: 100%;
}

.bf-ui-bar-code__image--height {
    height: 100px;
}

.bf-ui-bar-code__header {
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 8px;
    text-align: left;
}

.bf-ui-bar-code__primary-title,
.bf-ui-bar-code__secondary-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 4px;
    text-align: left;
}

.bf-ui-bar-code__primary-title {
    margin: 0px 0px 14px;
}

.bf-ui-bar-code__description {
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin: 4px 0px 0px;
    text-align: left;
}

.bf-ui-bar-code__description+.bf-ui-button {
    margin-top: 16px;
}

.bf-ui-bar-code__description--center {
    display: flex;
    justify-content: center;
}

.bf-ui-bar-code__secondary-title,
.bf-ui-bar-code__secondary-title+.bf-ui-bar-code__description {
    margin-top: 16px;
}

.bf-ui-bar-code .bf-ui-button {
    width: 100%;
}

.bf-ui-bar-code .bf-ui-link {
    margin-top: 24px;
}

.bf-ui-bar-code~.bf-ui-bar-code {
    padding-top: 0px;
}

.bf-ui-bar-code~.bf-ui-bar-code>.bf-ui-bar-code__header {
    margin-top: 0px;
}

@media (min-width: 768px) {

    .bf-ui-bar-code--gray,
    .bf-ui-list-container .bf-ui-bar-code--transparent {
        padding: 0px 24px;
    }

    .bf-ui-bar-code__image {
        max-width: 100%;
    }

    .bf-ui-bar-code__description {
        margin: 4px 0px 0px;
    }
}

.bf-ui-block-title {
    padding: 40px 0px;
}

.bf-ui-block-title .bf-ui-block-title__text {
    color: rgba(0, 0, 0, 0.55);
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    text-align: center;
}

.bf-ui-block-title--gray {
    background-color: rgb(245, 245, 245);
}

.bf-ui-block-title--transparent {
    background-color: transparent;
}

.bf-ui-block-title--white {
    background-color: rgb(255, 255, 255);
    padding-bottom: 0px;
}

.bf-ui-block-title--white .bf-ui-block-title__text {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
}

.bf-ui-column-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.bf-ui-column-container--space-between {
    justify-content: space-between;
}

.bf-ui-column-container--center {
    justify-content: center;
}

.bf-ui-container-code {
    align-self: stretch;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 16px 0px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    white-space: nowrap;
}

.bf-ui-container-code .bf-ui-rich-text {
    white-space: nowrap !important;
}

.bf-ui-container-code::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 70%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
}

.bf-ui-container-code:focus {
    border-color: var(--andes-color-blue-500, #3483fa);
    outline: 0px;
}

.bf-ui-container-code--with-action {
    align-items: center;
    display: flex;
}

.bf-ui-container-code.highlighted:active {
    background-color: rgb(245, 245, 245);
}

.bf-ui-container-code__action {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 30%, rgb(255, 255, 255));
    border: none;
    color: var(--andes-color-blue-500, #3483fa);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    line-height: 1.25;
    outline: 0px;
    padding: 0px 16px 0px 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
}

.bf-ui-loading-flow__header::after {
    background: rgb(229, 229, 229);
    content: " ";
    display: inline-block;
    height: 12px;
    width: 33%;
}

.bf-ui-loading-flow__content {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    margin-top: 32px;
    min-height: 474px;
    position: relative;
}

.bf-ui-loading-flow__content__box-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.bf-ui-loading-flow .andes-progress-indicator-circular__container {
    margin: auto;
}

.bf-ui-loading-flow .andes-spinner__container--large {
    text-align: center;
    width: inherit;
}

.bf-ui-loading-flow .andes-spinner__container--large .andes-spinner__label {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .bf-ui-loading-flow .andes-spinner__container--large .andes-spinner__label {
        font-size: 24px;
        font-weight: 600;
    }
}

.bf-ui-sticky-container {
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
}

.bf-ui-context-with-ellipsis {
    align-items: center;
    background: none;
    border: none;
    color: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 16px 0px;
    padding: 0px;
    text-align: start;
    text-decoration: none;
    width: 100%;
}

.bf-ui-context-with-ellipsis__text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 48px);
    padding-right: 16px;
}

.bf-ui-context-with-ellipsis__text[data-images="2"] {
    max-width: calc(100% - 100px);
}

.bf-ui-context-with-ellipsis__text[data-images="3"] {
    max-width: calc(100% - 150px);
}

.bf-ui-context-with-ellipsis__text[data-images="4"] {
    max-width: calc(100% - 200px);
}

.bf-ui-context-with-ellipsis__title {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.bf-ui-context-with-ellipsis__subtitle {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
}

.bf-ui-context-with-ellipsis__description {
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    font-size: 14px;
}

.bf-ui-context-with-ellipsis__description .bf-ui-rich-icon+.bf-ui-rich-text,
.bf-ui-context-with-ellipsis__description .bf-ui-rich-text+.bf-ui-rich-icon {
    margin-left: 8px;
}

.bf-ui-context-with-ellipsis__subtitle,
.bf-ui-context-with-ellipsis__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bf-ui-context-with-ellipsis__subtitle .bf-ui-rich-text,
.bf-ui-context-with-ellipsis__title .bf-ui-rich-text {
    white-space: nowrap;
}

.bf-ui-context-with-ellipsis__images {
    display: flex;
}

.bf-ui-context-with-ellipsis__icon,
.bf-ui-context-with-ellipsis__image {
    height: 48px;
    width: 48px;
}

.bf-ui-context-with-ellipsis__icon:not(:first-child),
.bf-ui-context-with-ellipsis__image:not(:first-child) {
    margin-left: 2px;
}

.bf-ui-context-with-ellipsis__icon .bf-ui-image--circle,
.bf-ui-context-with-ellipsis__image .bf-ui-image--circle {
    height: 48px;
    width: 48px;
}

.bf-ui-context-with-ellipsis__icon .bf-ui-icon-custom-text__border,
.bf-ui-context-with-ellipsis__icon .bf-ui-icon-custom-text__fill,
.bf-ui-context-with-ellipsis__image .bf-ui-icon-custom-text__border,
.bf-ui-context-with-ellipsis__image .bf-ui-icon-custom-text__fill {
    fill: rgb(255, 255, 255);
}

.bf-ui-context-with-ellipsis__icon .bf-ui-icon-custom-text__text,
.bf-ui-context-with-ellipsis__image .bf-ui-icon-custom-text__text {
    fill: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .bf-ui-context-with-ellipsis {
        background-color: rgb(245, 245, 245);
        border-radius: 8px;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 0px;
        padding: 16px 24px;
    }

    .bf-ui-context-with-ellipsis[role="button"] {
        cursor: pointer;
    }

    .bf-ui-context-with-ellipsis__text {
        order: 1;
    }

    .bf-ui-context-with-ellipsis__subtitle {
        margin-top: 4px;
    }

    .bf-ui-context-with-ellipsis__icon:not(:first-child),
    .bf-ui-context-with-ellipsis__image:not(:first-child) {
        margin-left: 4px;
    }
}

.bf-ui-detail-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bf-ui-detail-block:not(:first-of-type) {
    margin-top: 40px;
}

.bf-ui-detail-block:not(:last-of-type) {
    margin-bottom: 40px;
}

.bf-ui-detail-block--small:not(:first-of-type) {
    margin-top: 24px;
}

.bf-ui-detail-block--small:not(:last-of-type) {
    margin-bottom: 40px;
    margin-top: 24px;
}

.bf-ui-detail-block__image {
    align-self: center;
    height: 48px;
    margin-bottom: 16px;
    width: 48px;
}

.bf-ui-detail-block__image .bf-ui-image--circle-bordered {
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.bf-ui-detail-block__text {
    align-self: center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.bf-ui-detail-block__text .bf-ui-detail-block__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-detail-block__text .bf-ui-detail-block__description {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
}

.bf-ui-detail-block__text .bf-ui-detail-block__description .bf-ui-detail-block__description-text {
    margin: 0px auto;
}

.bf-ui-detail-block__text .bf-ui-detail-block__description .bf-ui-detail-block__description-text+.bf-ui-detail-block__description-text {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .bf-ui-detail-block .bf-ui-detail-block__text .bf-ui-detail-block__title {
        font-size: 16px;
    }
}

.bf-ui-detail-wrapper {
    padding: 40px 20px;
    text-align: center;
}

.bf-ui-detail-wrapper--white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-detail-wrapper--transparent {
    background-color: transparent;
}

.bf-ui-detail-wrapper--gray {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-detail-wrapper .bf-ui-information-block .bf-ui-information-block__secondary-title {
    line-height: 1;
    margin-top: 8px;
}

.bf-ui-detail-wrapper .bf-ui-information-block .bf-ui-link-container {
    margin: 16px 0px 0px;
}

@media (min-width: 768px) {
    .bf-ui-detail-wrapper {
        padding: 0px;
    }
}

.bf-ui-footer-container {
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px -4px 8px;
    padding: 16px;
}

.bf-ui-footer-container .bf-ui-button-container {
    margin: 0px;
    padding: 8px 0px 0px;
}

.bf-ui-footer-container--mobile-absolute {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
}

@media (min-width: 768px) {
    .bf-ui-footer-container--sticky {
        background: rgb(255, 255, 255);
        bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.07) 0px -4px 8px;
        left: 0px;
        padding: 16px calc(50% - 150px) 16px 0px;
        position: fixed;
        width: inherit;
        z-index: 999;
    }

    .bf-ui-footer-container--sticky .bf-ui-button-container {
        margin: 0px !important;
        padding: 0px !important;
    }

    .bf-ui-footer-container--sticky .bf-ui-button-container .bf-ui-button:not(:last-child) {
        margin: 0px 12px 0px 0px;
    }

    .bf-ui-footer-container--sticky-off {
        background: transparent;
        box-shadow: none;
        padding: 0px;
    }
}

.bf-ui-iframe {
    border: none;
}

.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-message-container {
    margin: 16px 0px 0px;
}

.bf-ui-message-container .bf-ui-message {
    padding: 16px;
}

.bf-ui-message-container .bf-ui-message__text {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    text-align: left;
}

.bf-ui-message-container .bf-ui-message .andes-badge--pill-icon .andes-badge__icon {
    display: flex !important;
}

.bf-ui-message-container .bf-ui-message.bf-ui-message--text .andes-badge--pill {
    display: none;
}

@media (min-width: 768px) {
    .bf-ui-message-container {
        margin: 16px 0px 0px;
    }
}

.bf-ui-ordered-list {
    padding-right: 16px;
}

.bf-ui-ordered-list__list-element {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 4px;
}

.bf-ui-ordered-list__list-element::marker {
    font-weight: 600;
}

.bf-ui-ordered-list__list-element:last-child {
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    .bf-ui-ordered-list__list-element {
        font-size: 14px;
    }
}

.bf-ui-rich-text {
    white-space: ;
    width: fit-content;
}

.bf-ui-rich-text.bf-ui-rich-text--bold {
    font-weight: 600;
}

.bf-ui-rich-text.bf-ui-rich-text--regular {
    font-weight: 400;
}

.bf-ui-rich-text.bf-ui-rich-text--light {
    font-weight: 300;
}

.bf-ui-rich-text.bf-ui-rich-text--dark {
    color: rgba(0, 0, 0, 0.9);
}

.bf-ui-rich-text.bf-ui-rich-text--gray {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-rich-text.bf-ui-rich-text--success {
    color: rgb(0, 166, 80);
}

.bf-ui-rich-text.bf-ui-rich-text--error {
    color: rgb(242, 61, 79);
}

.bf-ui-rich-text.bf-ui-rich-text--warning {
    color: rgb(255, 119, 51);
}

.bf-ui-rich-text.bf-ui-rich-text--neutral {
    color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-rich-text.bf-ui-rich-text--xxsmall {
    font-size: 12px;
}

.bf-ui-rich-text.bf-ui-rich-text--xsmall {
    font-size: 14px;
}

.bf-ui-rich-text.bf-ui-rich-text--small {
    font-size: 16px;
}

.bf-ui-rich-text.bf-ui-rich-text--mid {
    font-size: 18px;
}

.bf-ui-rich-text.bf-ui-rich-text--large {
    font-size: 20px;
}

.bf-ui-rich-text.bf-ui-rich-text--xlarge {
    font-size: 24px;
}

.bf-ui-rich-text.bf-ui-rich-text--bordered {
    border: 1px solid rgb(237, 237, 237);
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 16px;
    text-transform: uppercase;
}

.bf-ui-rich-text.bf-ui-rich-text--strike {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
}

.bf-ui-rich-text.bf-ui-rich-text--strike-black {
    color: rgb(0, 0, 0);
    text-decoration: line-through;
}

.bf-ui-rich-icon {
    display: inline-flex;
    max-height: 24px;
    vertical-align: middle;
}

.bf-ui-rich-icon .bf-ui-icon-container {
    align-items: center;
    display: flex;
    width: auto;
}

.bf-ui-rich-icon .bf-ui-icon-container .bf-ui-icon.bf-ui-icon--question_blue,
.bf-ui-rich-icon .bf-ui-icon-container .bf-ui-icon.bf-ui-icon--smart-coupon {
    margin-bottom: 3px;
    width: 18px;
}

.bf-ui-rich-icon--disabled {
    opacity: 0.3;
}

.bf-ui-rich-icon--melimas {
    margin-right: 6px;
}

@media (max-width: 480px) {
    .bf-ui-rich-icon--melimas {
        margin-right: 4px;
    }
}

.bf-ui-rich-price {
    white-space: nowrap;
    width: fit-content;
}

.bf-ui-rich-price.bf-ui-rich-price--bold {
    font-weight: 600;
}

.bf-ui-rich-price.bf-ui-rich-price--regular {
    font-weight: 400;
}

.bf-ui-rich-price.bf-ui-rich-price--light {
    font-weight: 300;
}

.bf-ui-rich-price.bf-ui-rich-price--dark {
    color: rgba(0, 0, 0, 0.9);
}

.bf-ui-rich-price.bf-ui-rich-price--gray {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-rich-price.bf-ui-rich-price--success {
    color: rgb(0, 166, 80);
}

.bf-ui-rich-price.bf-ui-rich-price--error {
    color: rgb(242, 61, 79);
}

.bf-ui-rich-price.bf-ui-rich-price--warning {
    color: rgb(255, 119, 51);
}

.bf-ui-rich-price.bf-ui-rich-price--neutral {
    color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-rich-price.bf-ui-rich-price--strike {
    color: rgba(0, 0, 0, 0.55);
    text-decoration: line-through;
}

.bf-ui-rich-price.bf-ui-rich-price--strike-black {
    color: rgb(0, 0, 0);
    text-decoration: line-through;
}

.bf-ui-rich-price.bf-ui-rich-price--xxsmall {
    font-size: 12px;
}

.bf-ui-rich-price.bf-ui-rich-price--xsmall {
    font-size: 14px;
}

.bf-ui-rich-price.bf-ui-rich-price--small {
    font-size: 16px;
}

.bf-ui-rich-price.bf-ui-rich-price--mid {
    font-size: 18px;
}

.bf-ui-rich-price.bf-ui-rich-price--large {
    font-size: 20px;
}

.bf-ui-rich-price.bf-ui-rich-price--xlarge {
    font-size: 24px;
}

.bf-ui-price-small {
    margin-top: -4px;
}

.bf-ui-price-small-cents {
    font-size: 8px;
    vertical-align: super;
}

.bf-ui-sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0px;
}

.bf-ui-rich-link {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    fill: var(--andes-color-blue-500, #3483fa);
    background: none;
    border: none;
    padding: 0px;
    position: relative;
    text-decoration: none;
    transition: 0.15s ease-in-out;
}

.bf-ui-rich-link,
.bf-ui-rich-link:hover {
    color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-rich-link.bf-ui-rich-link--bold {
    font-weight: 600;
}

.bf-ui-rich-link.bf-ui-rich-link--small {
    font-size: 16px;
}

.bf-ui-row-container {
    flex: 1 1 0%;
    flex-direction: column;
}

.bf-ui-row-container--center-vertical {
    place-self: center;
}

.bf-ui-row-with-columns {
    background: none;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: pointer;
    min-height: 70px;
    padding: 16px 20px;
    position: relative;
    width: 100%;
}

.bf-ui-row-with-columns:focus {
    outline: none;
}

.bf-ui-row-with-columns:focus-visible {
    outline: 0px;
}

.bf-ui-row-with-columns:focus-visible: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;
}

.bf-ui-row-with-columns:focus-visible: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;
}

.bf-ui-row-with-columns:focus-visible:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.bf-ui-row-with-columns:hover {
    background-color: rgb(245, 245, 245);
}

.bf-ui-row-with-columns--selected::before {
    border-left: 2px solid var(--andes-color-blue-500, #3483fa);
    border-radius: 2px;
    content: "";
    height: 94%;
    left: 0px;
    margin-left: 2px;
    position: absolute;
    top: 2px;
}

.bf-ui-row-with-columns--with-discount {
    padding-top: 8px;
}

.bf-ui-separator {
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    margin: 16px 0px;
    width: 100%;
}

.bf-ui-separator--dark {
    background: rgba(0, 0, 0, 0.25);
}

.bf-ui-separator--melimas {
    background-color: rgb(90, 35, 141);
    border: 0.5px;
    height: 0.5px;
    transform: rotate(-90deg);
    width: 16px;
}

@media (max-width: 480px) {
    .bf-ui-separator--melimas {
        margin: 8px;
    }
}

@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);
}

.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);
}

.andes-snackbar__message {
    margin: 0px;
}

.andes-snackbar__action {
    font-size: 14px;
}

.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-spinner {
    margin: auto;
}

.bf-ui-spinner--inline {
    position: absolute;
}

.bf-ui-spinner--block {
    position: absolute;
    top: 40%;
    width: 100%;
}

.bf-ui-spinner--block .bf-ui-spinner__container {
    text-align: center;
}

.bf-ui-spinner--fullscreen {
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1022;
}

.bf-ui-spinner--fullscreen .bf-ui-spinner__container {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1023;
}

.bf-ui-spinner--transparent {
    background-color: rgba(255, 255, 255, 0.9);
}

.bf-ui-spinner--yellow {
    background-color: rgb(255, 234, 120);
}

.bf-ui-spinner--white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-spinner.bf-ui-spinner__with-label--large,
.bf-ui-spinner.bf-ui-spinner__with-label--xlarge {
    margin-bottom: 20px;
}

.bf-ui-spinner.bf-ui-spinner__with-label--medium {
    margin-bottom: 16px;
}

.bf-ui-spinner.bf-ui-spinner__with-label--small {
    margin-bottom: 12px;
}

.bf-ui-spinner.bf-ui-spinner__with-label--xsmall {
    margin-bottom: 8px;
}

.bf-ui-spinner__label-size--large,
.bf-ui-spinner__label-size--xlarge {
    font-size: 18px;
}

.bf-ui-spinner__label-size--medium {
    font-size: 16px;
}

.bf-ui-spinner__label-size--small,
.bf-ui-spinner__label-size--xsmall {
    font-size: 14px;
}

.bf-ui-step-title {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 32px;
}

.bf-ui-progress-bar__title {
    font-size: 14px;
    margin: 0px;
}

.bf-ui-progress-bar__title .bf-ui-icon {
    margin-left: 6px;
}

.bf-ui-progress-bar__progress {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    height: 6px;
    margin-top: 8px;
}

.bf-ui-progress-bar__progress--neutral {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-progress-bar__progress--success {
    background-color: rgb(0, 166, 80);
}

.bf-ui-progress-bar__progress--error {
    background-color: rgb(255, 119, 51);
}

.bf-ui-progress-bar__epigraph {
    margin-bottom: 24px;
    margin-top: 6px;
}

.bf-ui-footer-form-navigator__container {
    background-color: rgb(245, 245, 245);
    display: flex;
    height: 48px;
    justify-content: space-around;
    left: 0px;
    position: fixed;
    right: 0px;
    top: calc(-48px + 100vh);
    width: 100%;
}

.bf-ui-footer-form-navigator__button {
    align-items: center;
    background-color: unset;
    border: none;
    color: var(--andes-color-blue-500, #3483fa);
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
}

.bf-ui-footer-form-navigator__button :hover {
    color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-footer-form-navigator__button:disabled {
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
    font-weight: 400;
}

.bf-ui-footer-form-navigator__button:disabled :hover {
    color: rgba(0, 0, 0, 0.25);
}

.bf-ui-scroll-container {
    display: flex;
    overflow: hidden;
    padding: 8px;
    scroll-behavior: smooth;
}

.bf-ui-scroll-container--horizontal {
    flex-direction: row;
}

.bf-ui-scroll-container--vertical {
    flex-direction: column;
}

.bf-ui-rich-container--left {
    text-align: left;
}

.bf-ui-rich-container--center {
    text-align: center;
}

.bf-ui-rich-container--right {
    text-align: right;
}

.bf-ui-rich-container--gray {
    background-color: rgb(245, 245, 245);
}

.bf-ui-rich-container .bf-ui-rich-container__text {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.bf-ui-rich-container .bf-ui-rich-container__text--melimas {
    align-items: center;
    color: rgb(90, 35, 141);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

@media (max-width: 480px) {
    .bf-ui-rich-container .bf-ui-rich-container__text--melimas {
        font-size: 12px;
        line-height: 14px;
    }
}

.bf-ui-card {
    background: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    margin: 0px 0px 16px;
    overflow: hidden;
    padding: 16px;
    position: relative;
}

.bf-ui-card> :first-child {
    margin-top: 0px;
}

.bf-ui-card> :last-child {
    margin-bottom: 0px;
}

.bf-ui-card--flat {
    padding: 16px;
}

@media (max-width: 480px) {
    .bf-ui-card--flat--meliplus {
        align-items: center;
        background-color: rgb(238, 233, 244);
        box-sizing: border-box;
        display: flex;
        height: 32px;
        margin-top: unset;
        padding: 8px 16px;
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
    }
}

.bf-ui-card--bordered,
.bf-ui-card--no-padding,
.bf-ui-card--secondary_flat {
    padding: 0px;
}

.bf-ui-card--elevated {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.bf-ui-card--secondary_flat {
    background: rgb(237, 237, 237);
    box-shadow: none;
}

.bf-ui-card--bordered {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    box-sizing: border-box;
}

@media (max-width: 480px) {

    .bf-ui-card--melimas,
    .bf-ui-card--meliplus {
        align-items: center;
        background-color: rgb(238, 233, 244);
        box-sizing: border-box;
        display: flex;
        height: 32px;
    }

    .bf-ui-card--meliplus {
        border-radius: 0px 0px 6px 6px;
        padding: 8px 16px;
        margin-top: 0px !important;
    }
}

.bf-ui-card .bf-ui-card-title+.bf-ui-card-description .bf-ui-card-description-text {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .bf-ui-card {
        display: block;
        padding: 24px;
    }

    .bf-ui-card--bordered,
    .bf-ui-card--no-padding,
    .bf-ui-card--secondary_flat {
        padding: 0px;
    }

    .bf-ui-card .bf-ui-card-title--mid {
        padding-right: 36px;
    }

    .bf-ui-card .bf-ui-card-title+.bf-ui-card-description .bf-ui-card-description-text {
        margin-top: 8px;
    }

    .bf-ui-card--melimas {
        align-items: center;
        background-color: rgb(238, 233, 244);
        box-sizing: border-box;
        display: flex;
        height: 42px;
    }
}

.bf-ui-card-information {
    align-items: flex-start;
    display: flex;
    margin: 0px 0px 16px;
    padding: 0px;
}

.bf-ui-card-information__text {
    flex: 1 1 0%;
}

.bf-ui-card-information__icon {
    border: 1px solid rgb(237, 237, 237);
    border-radius: 50%;
    box-sizing: border-box;
    height: 48px;
    margin-right: 16px;
    text-align: center;
    width: 48px;
}

.bf-ui-card-information__icon,
.bf-ui-card-information__icon .bf-ui-icon-container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.bf-ui-card-information__title {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0px 0px 4px;
    padding: 0px;
}

.bf-ui-card-information__title .bf-ui-rich-icon {
    margin-bottom: 4px;
    max-height: 16px;
}

.bf-ui-card-information__title .bf-ui-icon.bf-ui-icon--full {
    max-height: 16px;
    width: auto;
}

.bf-ui-card-information__title .bf-ui-rich-text--bordered {
    margin-bottom: 4px;
    margin-top: 8px;
}

.bf-ui-card-information__description {
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.29;
    margin: 0px;
    padding: 0px;
}

.bf-ui-card-information__description,
.bf-ui-card-information__disclaimer {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.bf-ui-card-information__disclaimer {
    color: rgba(0, 0, 0, 0.9);
    display: block;
    line-height: 1.3;
    margin: 8px 0px 0px;
}

.bf-ui-card-information__description-text {
    margin: 0px;
    padding: 0px;
}

.bf-ui-card-information__description-text+.bf-ui-card-information__description-text {
    margin-top: 8px;
}

@media (max-width: 480px) {
    .bf-ui-card-information__description-text--melimas {
        display: flex;
        padding-top: 4px;
        margin-top: 4px !important;
    }

    .bf-ui-card-information__description-text--melimas:last-child {
        padding-top: 12px;
    }
}

@supports (-webkit-line-clamp:2) {
    .bf-ui-card-information--ellipsis .bf-ui-card-information__description {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 768px) {
    .bf-ui-card-information {
        margin-bottom: 24px;
    }

    .bf-ui-card-information__title:not(:last-child) {
        margin-bottom: 8px;
    }

    .bf-ui-card-information__description:not(:last-child) {
        margin-bottom: 12px;
    }

    .bf-ui-card-information__description-text--melimas:last-child {
        padding-top: 12px;
    }

    .bf-ui-card-information__description-text.bf-ui-card-information__description-text--melimas {
        align-items: center;
        display: flex;
    }
}

.bf-ui-card-description-text {
    color: rgba(0, 0, 0, 0.55);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    margin: 0px;
}

.bf-ui-card-description .bf-ui-badge-component .andes-badge {
    margin-bottom: 12px;
}

.bf-ui-card-download-app {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.bf-ui-card-download-app__title {
    align-self: center;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-card-download-app__title--small {
    font-size: 14px;
}

.bf-ui-card-download-app__title--medium {
    font-size: 16px;
}

.bf-ui-card-download-app__title--large {
    font-size: 18px;
}

.bf-ui-card-download-app__disclaimer {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
}

.bf-ui-card-download-app__qr {
    margin-top: 16px;
}

.bf-ui-card-download-app__links {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}

.bf-ui-card-download-app__links-link {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 30px;
    margin-right: 8px;
    margin-top: 8px;
    overflow: hidden;
    text-indent: -9999px;
}

.bf-ui-card-download-app__links-link:last-child {
    margin-right: 0px;
}

.bf-ui-card-download-app__links-link--ios {
    background-image: url("https://http2.mlstatic.com/frontend-assets/buyingflow-frontend-core/a403d25c0282346cef21.png");
    width: 90px;
}

.bf-ui-card-download-app__links-link--android {
    background-image: url("https://http2.mlstatic.com/frontend-assets/buyingflow-frontend-core/65b4bf6c9e9f9c8b8b01.png");
    width: 101px;
}

@media (min-width: 768px) {
    .visually-hidden {
        border: 0px;
        height: 1px;
        margin: 0px -1px -1px 0px;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .bf-ui-card-download-app {
        display: block;
        padding: 16px 24px;
    }

    .bf-ui-card-download-app__title {
        float: left;
        margin-bottom: 8px;
        margin-top: 16px;
    }

    .bf-ui-card-download-app__qr {
        float: right;
        margin-top: 0px;
    }

    .bf-ui-card-download-app__disclaimer-links-container {
        clear: left;
        float: left;
    }

    .bf-ui-card-download-app__links {
        justify-content: normal;
    }
}

.bf-ui-card-title {
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.22;
    margin: 0px;
}

.bf-ui-card-title .bf-ui-icon.bf-ui-icon {
    margin-left: 8px;
}

.bf-ui-card-title .bf-ui-icon.bf-ui-icon--full {
    height: 11px;
    max-width: 34px;
    width: 34px;
}

.bf-ui-card-title--xsmall {
    font-size: 14px;
}

.bf-ui-card-title--small {
    font-size: 16px;
}

.bf-ui-card-title--mid {
    font-size: 18px;
}

.bf-ui-card-title--large {
    font-size: 20px;
}

.bf-ui-card-title--xlarge {
    font-size: 24px;
}

@media (min-width: 768px) {
    .bf-ui-card-title {
        padding: 0px;
    }
}

.bf-ui-card-disclaimer {
    display: flex;
    margin-top: 24px;
}

.bf-ui-card-disclaimer__title {
    align-self: center;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-card-disclaimer__title--small {
    font-size: 14px;
}

.bf-ui-card-disclaimer__title--medium {
    font-size: 16px;
}

.bf-ui-card-disclaimer__title--large {
    font-size: 18px;
}

.bf-ui-card-disclaimer__icon {
    align-self: flex-start;
    height: 18px;
    min-width: 24px;
    padding-top: 2px;
    width: 24px;
}

.bf-ui-card-disclaimer__icon .bf-ui-icon-container {
    justify-content: flex-start;
}

.bf-ui-card-disclaimer__logo {
    max-height: 48px;
    max-width: 48px;
}

.bf-ui-card-disclaimer__image {
    padding-right: 8px;
}

.bf-ui-card-disclaimer__image .bf-ui-image--circle {
    width: 24px;
}

.bf-ui-card-disclaimer__icon+.bf-ui-card-disclaimer__title {
    align-self: auto;
}

@media (min-width: 768px) {
    .bf-ui-card-disclaimer {
        margin-top: 16px;
    }
}

.bf-ui-card-footer {
    align-items: center;
    background: none;
    border: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: var(--andes-color-blue-500, #3483fa);
    display: flex;
    flex-direction: row;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 600;
    justify-content: left;
    line-height: 1.25;
    margin: 0px;
    padding: 12px 16px;
    text-decoration: none;
    width: 100%;
}

.bf-ui-card-footer:hover {
    background-color: rgb(245, 245, 245);
    cursor: pointer;
}

.bf-ui-card-footer:focus {
    outline: none;
}

.bf-ui-card-footer .bf-ui-icon {
    margin-right: 8px;
}

.bf-ui-card-footer__quick-selector-icon {
    flex: 1 1 auto;
}

.bf-ui-card-footer__quick-selector-icon .bf-ui-icon-container--regular {
    margin: auto 0px auto auto;
    width: 12px;
}

.bf-ui-card-footer--xxsmall {
    font-size: 12px;
}

.bf-ui-card-footer--xsmall {
    font-size: 14px;
}

.bf-ui-card-footer--small {
    font-size: 16px;
}

.bf-ui-card-footer--mid {
    font-size: 18px;
}

.bf-ui-card-footer--large {
    font-size: 20px;
}

@media (min-width: 768px) {
    .bf-ui-card-footer {
        padding: 16px 24px;
    }

    .bf-ui-card-footer__quick-selector-icon {
        flex: 0 0 auto;
        margin-left: 8px;
    }
}

.bf-ui-form {
    background-color: transparent;
}

.bf-ui-form .bf-ui-input-text,
.bf-ui-form .bf-ui-separator {
    margin: 0px;
}

.bf-ui-form .andes-form-control--floated .andes-form-control__label {
    line-height: 1.45;
}

.bf-ui-form .andes-form-control {
    padding-top: 12px;
}

.bf-ui-form--margin-mobile {
    margin: 0px 20px;
}

@media (min-width: 768px) {
    .bf-ui-form {
        margin-top: 16px;
        padding: 0px;
        width: 100%;
    }

    .bf-ui-form .bf-ui-input-text {
        width: 296px;
    }

    .bf-ui-form .andes-form-control--error .andes-form-control__border {
        width: 100%;
    }
}

.bf-ui-checkbox {
    justify-content: flex-start;
    margin: 32px 0px 24px;
    display: flex !important;
}

.bf-ui-checkbox .andes-checkbox__checkbox {
    position: absolute;
}

.bf-ui-checkbox.andes-checkbox--label-left {
    justify-content: flex-end;
}

.bf-ui-checkbox.andes-checkbox--label-left .andes-checkbox__checkbox {
    position: relative;
}

.bf-ui-checkbox.andes-checkbox {
    align-items: baseline;
}

.bf-ui-checkbox .andes-checkbox__input::after {
    content: "";
    opacity: unset;
}

.bf-ui-checkbox .andes-checkbox__label .bf-ui-checkbox__text {
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

.bf-ui-checkbox .andes-checkbox__label-text {
    padding-left: 24px;
}

.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:hover::after {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.55);
}

.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:hover::after {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.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-checkbox--indeterminate .andes-checkbox__input:checked::after,
.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate::after {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-width: 0px;
}

.andes-checkbox--indeterminate .andes-checkbox__input:checked~.andes-checkbox__icon,
.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate~.andes-checkbox__icon {
    color: rgb(255, 255, 255);
    visibility: visible;
}

.andes-checkbox--indeterminate .andes-checkbox__input:checked:hover::after,
.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:hover::after {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.andes-checkbox--indeterminate .andes-checkbox__input:checked:active::after,
.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:active::after {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.andes-checkbox--indeterminate .andes-checkbox__input:checked:disabled::after,
.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:disabled::after {
    background-color: rgba(0, 0, 0, 0.1);
}

.andes-checkbox--indeterminate .andes-checkbox__input:checked:disabled~.andes-checkbox__icon,
.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:disabled~.andes-checkbox__icon {
    color: rgba(0, 0, 0, 0.25);
}

.andes-checkbox--highlight .andes-checkbox__checkbox,
.andes-checkbox--highlight .andes-checkbox__input,
.andes-checkbox--highlight .andes-checkbox__input::before {
    height: 28px;
    width: 28px;
}

.andes-checkbox--highlight .andes-checkbox__icon,
.andes-checkbox--highlight .andes-checkbox__input::after {
    margin: auto;
}

.andes-checkbox--highlight .andes-checkbox__checkbox {
    margin: 2px 0px;
}

.andes-checkbox--highlight .andes-checkbox__label {
    margin-top: 6px;
}

.andes-checkbox--highlight .andes-checkbox__input::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
    border-radius: 3px;
    content: "";
    display: inline-flex;
    inset: 0px;
    position: absolute;
}

.andes-checkbox--highlight .andes-checkbox__input::after {
    background-color: rgb(255, 255, 255);
    border-color: var(--andes-color-blue-500, #3483fa);
}

.andes-checkbox--highlight .andes-checkbox__input:hover::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight .andes-checkbox__input:hover::after {
    border-color: var(--andes-color-blue-600, #2968c8);
}

.andes-checkbox--highlight .andes-checkbox__input:active::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight .andes-checkbox__input:active::after {
    border-color: var(--andes-color-blue-700, #1f4e96);
}

.andes-checkbox--highlight .andes-checkbox__input:disabled::before {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-checkbox--highlight .andes-checkbox__input:disabled::after {
    border-color: rgba(0, 0, 0, 0.25);
}

.andes-checkbox--highlight .andes-checkbox__input:checked::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight .andes-checkbox__input:checked::after {
    background-color: var(--andes-color-blue-500, #3483fa);
    border-width: 0px;
}

.andes-checkbox--highlight .andes-checkbox__input:checked:hover::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight .andes-checkbox__input:checked:hover::after {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.andes-checkbox--highlight .andes-checkbox__input:checked:active::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight .andes-checkbox__input:checked:active::after {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.andes-checkbox--highlight .andes-checkbox__input:checked:disabled::before {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-checkbox--highlight .andes-checkbox__input:checked:disabled::after {
    background-color: rgba(0, 0, 0, 0.25);
}

.andes-checkbox--error .andes-checkbox__input:not(:checked)::before {
    background-color: rgba(242, 61, 79, 0.3);
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked::before,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked::after,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate::after {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked:hover::before,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:hover::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked:hover::after,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:hover::after {
    background-color: var(--andes-color-blue-600, #2968c8);
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked:active::before,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:active::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked:active::after,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:active::after {
    background-color: var(--andes-color-blue-700, #1f4e96);
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked:disabled::before,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:disabled::before {
    background-color: rgba(0, 0, 0, 0.04);
}

.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:checked:disabled::after,
.andes-checkbox--highlight.andes-checkbox--indeterminate .andes-checkbox__input:indeterminate:disabled::after {
    background-color: rgba(0, 0, 0, 0.25);
}

.andes-checkbox--error .andes-checkbox__input:not(:checked)::after {
    background-color: rgb(255, 255, 255);
    border-color: rgb(242, 61, 79);
}

.andes-dropdown {
    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;
}

.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) path,
.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) svg,
.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) path,
.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) svg {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) .andes-floating-menu .andes-dropdown__trigger,
.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) .andes-floating-menu .andes-dropdown__trigger {
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
}

.andes-dropdown.andes-form-control--disabled:hover:not(.andes-form-control__split-button) .andes-form-control__message,
.andes-dropdown.andes-form-control--disabled:not(.andes-form-control__split-button) .andes-form-control__message {
    color: rgba(0, 0, 0, 0.25);
}

.andes-dropdown__menu .andes-list__item {
    outline: none;
}

.andes-dropdown__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-dropdown__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-dropdown__menu .andes-list__item:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-dropdown .andes-form-control__placeholder,
.andes-dropdown__display-values {
    line-height: 1.25;
}

.andes-dropdown__chevron {
    display: flex;
}

.andes-dropdown__chevron svg {
    transition: transform 0.2s;
}

.andes-dropdown__chevron path,
.andes-dropdown__chevron svg {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-dropdown__field {
    position: relative;
}

.andes-dropdown.andes-dropdown--open .andes-floating-menu .andes-dropdown__trigger {
    box-shadow: inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-dropdown__arrow-container {
    position: absolute;
    right: -4px;
    top: -1px;
}

.andes-dropdown__no-results {
    box-sizing: content-box;
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    height: 18px;
    padding: 18px 16px;
}

.andes-dropdown__search-box {
    padding: 16px 16px 4px;
}

.andes-dropdown--open .andes-dropdown__chevron svg,
.andes-dropdown--open .andes-dropdown__standalone-arrow {
    transform: rotate(180deg);
}

.andes-dropdown .andes-dropdown__trigger {
    align-items: center;
    background: none;
    border: 0px;
    border-radius: 0.375em;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: flex;
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    line-height: inherit;
    font-family: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    outline: 0px;
    padding: 4px 6px;
    transition: color 0.18s ease-out;
}

.andes-dropdown .andes-dropdown__trigger: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-dropdown .andes-dropdown__trigger: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-dropdown .andes-dropdown__trigger:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-dropdown .andes-dropdown__trigger:hover {
    color: var(--andes-color-blue-500, #3483fa);
}

.andes-dropdown .andes-dropdown__trigger span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.andes-dropdown .andes-form-control__field:focus~.andes-dropdown__arrow-container path,
.andes-dropdown .andes-form-control__field:focus~.andes-dropdown__arrow-container svg {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-dropdown .andes-floating-menu .andes-dropdown__menu {
    border-radius: 0.375em;
}

.andes-dropdown .andes-floating-menu .andes-dropdown__menu li:first-child {
    border-top-left-radius: 0.375em;
    border-top-right-radius: 0.375em;
}

.andes-dropdown .andes-floating-menu .andes-dropdown__menu li:last-child {
    border-bottom-left-radius: 0.375em;
    border-bottom-right-radius: 0.375em;
}

.andes-dropdown .andes-floating-menu .andes-form-control--search-box .andes-form-control__field {
    margin: 0px;
}

.andes-dropdown .andes-floating-menu .andes-popper {
    opacity: 0;
}

.andes-dropdown .andes-floating-menu.andes-floating-menu--show .andes-popper {
    opacity: 1;
}

.andes-dropdown.andes-dropdown--standalone.andes-form-control--disabled:hover .andes-dropdown__trigger {
    background-color: transparent;
    border: 0px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: 400;
    padding: 11px 8px;
}

.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger {
    box-shadow: none;
    padding: 11px 8px;
}

.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger: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-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger: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-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__trigger:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__standalone-arrow {
    margin: 2px 0px 0px 2px;
    transition: transform 0.2s;
}

.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__standalone-arrow path,
.andes-dropdown.andes-dropdown--standalone .andes-floating-menu .andes-dropdown__standalone-arrow svg {
    fill: rgba(0, 0, 0, 0.55);
}

.andes-dropdown.andes-dropdown--form {
    padding-top: 15px;
}

.andes-dropdown.andes-dropdown--form.andes-dropdown--open .andes-dropdown__arrow {
    transform: rotate(180deg);
}

.andes-dropdown.andes-dropdown--form.andes-dropdown--open.andes-form-control--error .andes-dropdown__trigger {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 2px;
}

.andes-dropdown.andes-dropdown--form.andes-dropdown--bottom .andes-floating-menu--show .andes-card {
    margin-top: 6px;
}

.andes-dropdown.andes-dropdown--form .andes-form-control__label {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    margin-left: 0.375em;
    position: absolute;
    top: 0px;
}

.andes-dropdown.andes-dropdown--form .andes-form-control__message {
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 0.769231em;
    margin-left: 0.375em;
    margin-top: 0px;
    min-height: unset;
}

.andes-dropdown.andes-dropdown--form .andes-form-control__message .andes-dropdown__error-icon {
    background-color: rgb(242, 61, 79);
    border-radius: 50%;
    height: 12px;
    margin-right: 6px;
    width: 12px;
}

.andes-dropdown.andes-dropdown--form .andes-form-control__placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.andes-dropdown.andes-dropdown--form .andes-dropdown__trigger {
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    font-size: 16px;
    justify-content: flex-end;
    line-height: 1.375em;
    margin: 0.375em 0px 0.5em;
    min-height: 48px;
    padding: 0.8125em 0.75em;
    position: relative;
    text-align: left;
    width: 100%;
}

.andes-dropdown.andes-dropdown--form .andes-dropdown__trigger: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-dropdown.andes-dropdown--form .andes-dropdown__trigger: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-dropdown.andes-dropdown--form .andes-dropdown__trigger:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-dropdown.andes-dropdown--form .andes-dropdown__trigger:hover {
    box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 0px 1px;
}

.andes-dropdown.andes-dropdown--form .andes-dropdown__trigger span {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.andes-dropdown.andes-dropdown--form .andes-dropdown__trigger:focus:not(:focus-visible) {
    box-shadow: inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-dropdown.andes-dropdown--form .andes-form-control__field {
    margin: 8px 0px 6px;
}

.andes-dropdown.andes-dropdown--form .andes-form-control__field option {
    padding: 0px;
}

.andes-dropdown.andes-dropdown--form .andes-form-control__field:focus {
    outline: 0px;
}

.andes-dropdown.andes-dropdown--form .andes-floating-menu--search .andes-form-control__field {
    margin: 0px;
}

.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-dropdown__trigger {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 1px;
}

.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-dropdown__trigger:focus {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 2px;
}

.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-dropdown__trigger:hover {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 1px;
}

.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-dropdown__chevron path,
.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-dropdown__chevron svg {
    fill: rgb(242, 61, 79);
}

.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-form-control__label,
.andes-dropdown.andes-dropdown--form.andes-form-control--error .andes-form-control__message {
    color: rgb(242, 61, 79);
}

.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger .andes-form-control__placeholder,
.andes-form-control--disabled:hover .andes-dropdown__trigger .andes-form-control__placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger:hover,
.andes-form-control--disabled:hover .andes-dropdown__trigger:hover {
    box-shadow: none;
}

.andes-dropdown.andes-dropdown--multiple .andes-popper {
    opacity: 1;
}

.andes-dropdown.andes-dropdown--multiple .andes-floating-menu--show .andes-card {
    margin-top: 6px;
}

.andes-dropdown.andes-dropdown--multiple .andes-dropdown__display-container {
    display: inline-flex;
    left: 12px;
    position: absolute;
    top: 33px;
}

.andes-dropdown--form-native.andes-form-control {
    padding-top: 0px;
}

.andes-dropdown--form-native .andes-form-control__label {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    margin-left: 0.375em;
}

.andes-dropdown--form-native .andes-form-control__field {
    align-items: center;
    border-radius: 0.375em;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 1px;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    font-size: 16px;
    justify-content: flex-end;
    line-height: 1.375em;
    margin: 0.4375em 0px 0.5em;
    min-height: 48px;
    padding: 0.8125em 0.75em;
    position: relative;
    text-align: left;
    width: 100%;
}

.andes-dropdown--form-native .andes-form-control__field: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-dropdown--form-native .andes-form-control__field: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-dropdown--form-native .andes-form-control__field:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-dropdown--form-native .andes-form-control__field span {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.andes-dropdown--form-native .andes-form-control__field:focus:not(:focus-visible) {
    box-shadow: inset 0 0 0 2px var(--andes-color-blue-500, #3483fa);
}

.andes-dropdown--form-native .andes-form-control__message {
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 0.769231em;
    margin-left: 0.375em;
    margin-top: 0px;
    min-height: unset;
}

.andes-dropdown--form-native .andes-form-control__message .andes-dropdown__error-icon {
    background-color: rgb(242, 61, 79);
    border-radius: 50%;
    height: 12px;
    margin-right: 6px;
    width: 12px;
}

.andes-dropdown--form-native .andes-dropdown__chevron {
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 14px;
}

.andes-dropdown--form-native .andes-dropdown__chevron svg {
    transition: transform 0.2s;
}

.andes-dropdown--form-native .andes-dropdown__chevron path,
.andes-dropdown--form-native .andes-dropdown__chevron svg {
    fill: var(--andes-color-blue-500, #3483fa);
}

@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) {
    .andes-dropdown--form-native .andes-form-control__field {
        appearance: none;
        background: none;
    }
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__field {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 1px;
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__field: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-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__field: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-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__field:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__field~.andes-dropdown__chevron path,
.andes-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__field~.andes-dropdown__chevron svg {
    fill: rgb(242, 61, 79);
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__label,
.andes-dropdown--form-native.andes-form-control.andes-form-control--error .andes-form-control__message {
    color: rgb(242, 61, 79);
}

.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger,
.andes-form-control--disabled:hover .andes-dropdown__trigger {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px dashed rgba(0, 0, 0, 0.25);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.25);
    cursor: default;
    padding: 0.75em;
}

.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger:focus,
.andes-form-control--disabled:hover .andes-dropdown__trigger:focus {
    border: 1px dashed rgba(0, 0, 0, 0.25);
    box-shadow: none;
}

.andes-dropdown--form.andes-form-control--disabled .andes-dropdown__trigger .andes-dropdown__display-values,
.andes-dropdown--form.andes-form-control--disabled .andes-form-control__label,
.andes-form-control--disabled:hover .andes-dropdown__trigger .andes-dropdown__display-values,
.andes-form-control--disabled:hover .andes-form-control__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--disabled .andes-form-control__field {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px dashed rgba(0, 0, 0, 0.25);
    box-shadow: none;
    color: rgba(0, 0, 0, 0.25);
    padding: 0.75em;
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--disabled .andes-form-control__field~.andes-dropdown__chevron path,
.andes-dropdown--form-native.andes-form-control.andes-form-control--disabled .andes-form-control__field~.andes-dropdown__chevron svg {
    fill: rgba(0, 0, 0, 0.25);
}

.andes-dropdown--form-native.andes-form-control.andes-form-control--disabled .andes-form-control__label {
    color: rgba(0, 0, 0, 0.25);
}

.andes-dropdown.andes-dropdown--standalone.andes-dropdown--medium .andes-floating-menu .andes-dropdown__trigger {
    border-radius: 0.25em;
    font-size: 16px;
    max-width: 100%;
    padding: 8px;
}

.andes-dropdown.andes-dropdown--standalone.andes-dropdown--medium .andes-floating-menu .andes-dropdown__standalone-arrow {
    margin: 0.125em 0px 0px 0.125em;
    top: 0.0625em;
}

.andes-dropdown.andes-dropdown--standalone.andes-dropdown--medium .andes-floating-menu .andes-list__item+.andes-list__item {
    border: 0px;
}

.andes-dropdown.andes-dropdown--standalone.andes-dropdown--small .andes-floating-menu .andes-dropdown__trigger {
    border-radius: 0.285714em;
    font-size: 14px;
    max-width: 100%;
    padding: 5px 8px;
}

.andes-dropdown.andes-dropdown--standalone.andes-dropdown--small .andes-floating-menu .andes-dropdown__standalone-arrow {
    margin: 0.142857em 0px 0px 0.142857em;
    top: 0.0714286em;
}

.andes-dropdown.andes-dropdown--standalone.andes-dropdown--small .andes-floating-menu .andes-list__item+.andes-list__item {
    border: 0px;
}

.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));
}

.bf-ui-dropdown {
    display: block;
    margin-top: 12px;
}

.bf-ui-input-amount {
    cursor: text;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 0px 16px;
    max-width: 600px;
    min-width: 236px;
    width: 100%;
}

.bf-ui-input-amount__currency {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.35;
    margin-top: 12px;
}

.bf-ui-input-amount__currency--gray {
    color: rgba(0, 0, 0, 0.9);
}

.bf-ui-input-amount__currency--lighter {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-input-amount__border {
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
}

.bf-ui-input-amount__border::after {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
}

.bf-ui-input-amount__message {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    min-height: 14px;
    opacity: 0;
    text-align: center;
    transition: opacity 0.15s ease-out;
    width: 100%;
}

.bf-ui-input-amount__message--visible {
    opacity: 1;
}

.bf-ui-input-amount--focused .bf-ui-input-amount__border {
    background-color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-input-amount--focused .bf-ui-input-amount__border::after {
    background-color: var(--andes-color-blue-500, #3483fa);
    transform: scaleX(1);
    transition: transform 0.25s;
}

.bf-ui-input-amount:not(.bf-ui-input-amount--focused):not(.bf-ui-input-amount--error):hover .bf-ui-input-amount__border {
    background-color: rgba(0, 0, 0, 0.55);
}

.bf-ui-input-amount:not(.bf-ui-input-amount--focused):not(.bf-ui-input-amount--error):hover .bf-ui-input-amount__border::after {
    background-color: rgba(0, 0, 0, 0.55);
    transform: scaleX(1);
    transition: transform 0.25s;
}

.bf-ui-input-amount--error .bf-ui-input-amount__border::after {
    background-color: rgb(242, 61, 79);
    transform: scaleX(1);
}

.bf-ui-input-amount__row {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

.bf-ui-input-amount--small {
    max-width: 300px;
}

.bf-ui-input-amount--small .bf-ui-autoresizeable-input__hide--small {
    font-size: 18px;
}

.bf-ui-input-amount--small .bf-ui-autoresizeable-input__hide--large {
    font-size: 40px;
}

.bf-ui-input-amount--small .bf-ui-autoresizeable-input__input--small {
    font-size: 18px;
    margin-top: 8px;
}

.bf-ui-input-amount--small .bf-ui-autoresizeable-input__input--large {
    font-size: 40px;
}

.bf-ui-input-amount--small .bf-ui-input-amount__currency {
    font-size: 18px;
    margin-top: 8px;
}

.bf-ui-input-amount--small .bf-ui-input-amount__message {
    font-size: 12px;
}

.bf-ui-autoresizeable-input__hide {
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}

.bf-ui-autoresizeable-input__hide--small {
    font-size: 28px;
}

.bf-ui-autoresizeable-input__hide--large {
    font-size: 60px;
}

.bf-ui-autoresizeable-input__input {
    border: none;
    color: rgba(0, 0, 0, 0.9);
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.35;
    margin: 0px;
    min-width: 1ch;
    outline: none;
    padding: 0px;
    text-align: right;
}

.bf-ui-autoresizeable-input__input::placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.bf-ui-autoresizeable-input__input--small {
    font-size: 28px;
    margin-top: 12px;
    width: 2ch;
}

.bf-ui-autoresizeable-input__input--large {
    font-size: 60px;
    width: 1ch;
}

.bf-ui-autoresizeable-input__input::-webkit-inner-spin-button,
.bf-ui-autoresizeable-input__input::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

.bf-ui-autoresizeable-input__input[type="number"] {}

.bf-ui-input-numeric__container .bf-ui-input-numeric.andes-form-control--centered {
    align-items: center;
}

.bf-ui-input-text {
    display: block;
    margin: 0px 10px;
}

div[role="radiogroup"] .andes-list__group+.andes-list__group {
    border: none;
}

.bf-ui-radio-card {
    background: rgb(255, 255, 255);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    overflow: hidden;
    padding: 26px 16px 24px 48px;
    position: relative;
    width: 100%;
}

.bf-ui-radio-card--elevated {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.bf-ui-radio-card--elevated .bf-ui-button-container {
    padding: 0px;
}

.bf-ui-radio-card--secondary_flat {
    background: rgb(237, 237, 237);
    box-shadow: none;
}

.bf-ui-radio-card--bordered {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    box-sizing: border-box;
}

.bf-ui-radio-card-input {
    left: 15px;
    position: absolute;
    top: 39px;
}

.bf-ui-radio-card-heading {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0px 16px;
}

.bf-ui-radio-card-badge .bf-ui-badge {
    background-color: rgba(255, 119, 51, 0.1);
    border-radius: 20px;
    color: rgb(255, 119, 51);
    font-size: 12px;
    font-weight: 600;
    height: 24px;
    margin: 10px 0px 0px;
    position: static;
    width: 130px;
}

.bf-ui-radio-card-body {
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.25;
    margin: 0px 6px 6px 0px;
    padding: 0px;
}

.bf-ui-radio-card-detail-text,
.bf-ui-radio-card-subtitle,
.bf-ui-radio-card-title {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.bf-ui-radio-card-title {
    font-size: 16px;
}

@media (min-width: 768px) {
    .bf-ui-radio-card {
        padding: 26px 60px;
    }

    .bf-ui-radio-card-heading {
        margin-top: 32px;
    }

    .bf-ui-radio-card-badge .bf-ui-badge {
        margin: 0px;
        position: absolute;
        right: 33px;
        top: 22px;
    }
}

.bf-ui-row-with-columns-ui {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
}

.bf-ui-row-with-columns-ui--center {
    align-items: flex-start;
}

.bf-ui-row-with-columns-ui--baseline {
    align-items: baseline;
}

.bf-ui-row-with-columns-ui__text {
    color: rgba(0, 0, 0, 0.9);
    margin: 0px;
}

.bf-ui-row-with-columns-ui__text--center:last-child {
    margin-bottom: 0px;
}

.bf-ui-row-with-columns-ui__left-content {
    width: 100%;
}

.bf-ui-row-with-columns-ui__row-order {
    padding-right: 12px;
}

.bf-ui-row-with-columns-ui__row-order .bf-ui-row-with-columns-ui__text--selected {
    color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-row-with-columns-ui__left-column {
    text-align: left;
    width: 100%;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-row-with-columns-ui__content {
    align-items: center;
    display: flex;
    margin-bottom: 4px;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-row-with-columns-ui__content:last-child {
    margin-bottom: 0px;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-row-with-columns-ui__content .bf-ui-badge-component {
    align-items: center;
    display: flex;
    margin-left: 8px;
    width: max-content;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-row-with-columns-ui__content .bf-ui-badge-component .andes-badge__content {
    align-items: center;
    display: flex;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-row-with-columns-ui__content .bf-ui-badge-component .andes-badge--small {
    border-radius: 24px;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-icon-container.bf-ui-icon-container--regular .bf-ui-icon.bf-ui-icon--smart-coupon {
    margin-bottom: 0px;
    margin-right: 4px;
    width: 12px;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-link .bf-ui-link.bf-ui-link--small {
    top: 4px;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-link div[data-tippy-root] {
    transform: none !important;
    z-index: 5 !important;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-link div[data-tippy-root] .bf-ui-tooltip {
    margin-left: 0px;
    max-width: 275px;
    position: absolute;
    top: 28px;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-link div[data-tippy-root] .bf-ui-tooltip .andes-tooltip-data__arrow.andes-tooltip-data__arrow--bottom-start {
    margin-left: 12px;
    transform: none !important;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-link .bf-ui-tooltip--mobile {
    max-width: 250px !important;
}

.bf-ui-row-with-columns-ui__left-column .bf-ui-row-with-columns-ui__text--selected {
    color: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-row-with-columns-ui__right-column {
    text-align: right;
    width: 100%;
}

.bf-ui-row-with-columns-ui__right-column--with-quick-selector {
    padding-right: 16px;
}

.bf-ui-row-with-columns-ui__right-column--with-quick-selector-blue {
    margin-right: 12px;
    padding-right: 0px;
}

.bf-ui-row-with-columns-ui__quick-selector-icon {
    margin: 0px 0px 0px auto;
}

.bf-ui-row-with-columns-ui__quick-selector-icon .bf-ui-icon-container--regular {
    width: unset;
}

.bf-ui-row-with-columns-ui__quick-selector-icon .bf-ui-icon-container--regular .bf-ui-icon--arrow-right-blue {
    height: 13px;
    width: 7px;
}

.bf-ui-radio-input__container {
    align-items: center;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    height: 92px;
    max-height: 92px;
    padding: 20px 24px;
    width: auto;
}

.bf-ui-radio-input__container--selected {
    border-left: 5px solid var(--andes-color-blue-500, #3483fa);
}

.bf-ui-radio-input__container--no-border {
    border-bottom: 0px;
    border-left: unset;
}

.bf-ui-radio-input__container--with-discount {
    padding-top: 8px;
}

.bf-ui-radio-input__container--with-column {
    flex-direction: column;
}

.bf-ui-radio-input__container--button-hover:has(button:hover, a:hover) {
    background-color: inherit;
}

.bf-ui-radio-input__container:hover {
    background-color: rgb(245, 245, 245);
}

.bf-ui-radio-input__container--border-radius:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bf-ui-radio-input__container--border-radius {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.bf-ui-radio-input__container--border-radius:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bf-ui-radio-input__content {
    align-items: center;
    display: flex;
    width: 100%;
}

.bf-ui-radio-input__content--selected {
    margin-left: -5px;
}

.bf-ui-radio-input__content--selected .bf-ui-row-with-columns-ui__right-column {
    margin-right: -5px;
}

.bf-ui-radio-input__content--no-border {
    margin-left: unset;
}

.bf-ui-radio-input__content--no-border .bf-ui-row-with-columns-ui__right-column {
    margin-right: unset;
}

.bf-ui-radio-input__content--align-baseline {
    align-items: baseline;
}

.bf-ui-radio-input__content--align-center,
.bf-ui-radio-input__content--align-center .bf-ui-row-with-columns-ui--center {
    align-items: center;
}

.bf-ui-radio-input__content--align-top {
    align-items: flex-start;
}

.bf-ui-radio-input__radio-button input:checked {
    background-color: var(--andes-color-blue-700, #1f4e96);
    border: 2px solid var(--andes-color-blue-500, #3483fa);
}

.bf-ui-radio-input__radio-button {
    margin-right: 24px;
}

.bf-ui-radio-input__radio-button input[type="radio"] {
    place-content: center;
    align-items: center;
    appearance: none;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 16px;
    margin: 0px;
    width: 16px;
}

.bf-ui-radio-input__radio-button input[type="radio"]:checked {
    accent-color: var(--andes-color-blue-500, #3483fa);
    appearance: auto;
}

.bf-ui-radio-input__radio-button-error input[type="radio"] {
    border: 2px solid rgb(242, 61, 79);
}

.bf-ui-radio-input__radio-button--align-baseline {
    margin-top: 20px;
}

.bf-ui-radio-input__radio-button--align-top {
    margin-top: 4px;
}

.bf-ui-radio-input__ui {
    width: 100%;
}

.bf-ui-radio-input__ui .bf-ui-row-with-columns-ui__row-order {
    padding-right: 4px;
}

.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-library-secure-field__mobile--focus {
    left: 0px;
}

.bf-ui-library-secure-field__label {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.07143em;
    margin: 0px 0px 0.428571em 0.428571em;
    white-space: nowrap;
}

.bf-ui-library-secure-field__label--error {
    color: rgb(242, 61, 79);
}

.bf-ui-library-secure-field__input {
    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;
    height: 48px;
    margin-bottom: 6px;
    margin-top: 0.2em;
    padding: 0.8125em 0.75em;
    padding-left: 2px;
}

.bf-ui-library-secure-field__input--focus {
    box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
}

.bf-ui-library-secure-field__input--error {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 1px;
}

.bf-ui-library-secure-field__input--error--focus {
    box-shadow: rgb(242, 61, 79) 0px 0px 0px 0.125em;
}

.bf-ui-library-secure-field__message {
    align-items: flex-start;
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    margin: 8px 0px 0px 6px;
    opacity: 1;
    width: fit-content;
}

.bf-ui-library-secure-field__message .bf-ui-rich-text {
    font-size: 13px;
    font-weight: 400;
}

.bf-ui-library-secure-field__message .bf-ui-rich-text--bold {
    font-weight: 600;
    opacity: 1;
}

.bf-ui-library-secure-field__message .bf-ui-icon-container {
    display: none;
}

.bf-ui-library-secure-field__message--error {
    color: rgb(242, 61, 79);
    visibility: visible;
}

.bf-ui-library-secure-field__message--error .bf-ui-icon-container {
    background-color: rgb(242, 61, 79);
    border-radius: 50%;
    display: flex;
    margin-right: 6px;
    position: relative;
    top: 1.5px;
}

.bf-ui-library-secure-field__message--error .bf-ui-icon-container .bf-ui-icon {
    width: 12px;
}

.andes-form-control {
    display: block;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

.andes-form-control__control {
    position: relative;
}

.andes-form-control__border,
.andes-form-control__control,
.andes-form-control__field,
.andes-form-control__label,
.andes-form-control__message {
    display: block;
    width: 100%;
}

.andes-form-control__label {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1em;
    line-height: 1;
    transition: transform 0.2s ease-out, color;
}

.andes-form-control__label-fixed {
    transform: scale(0.777778) translateY(-135%) !important;
}

.andes-form-control__field {
    background: transparent;
    border: 0px;
    color: rgba(0, 0, 0, 0.9);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin: 8px 0px 4px;
    overflow: hidden;
    padding: 0px;
    resize: none;
}

.andes-form-control__border {
    background-color: rgba(0, 0, 0, 0.25);
    height: 1px;
    position: relative;
    width: 100%;
}

.andes-form-control__border::after {
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.25s;
    width: 100%;
}

.andes-form-control:hover .andes-form-control__label {
    color: rgba(0, 0, 0, 0.55);
}

.andes-form-control:hover .andes-form-control__border::after {
    background-color: rgba(0, 0, 0, 0.25);
    transform: scaleX(1);
}

.andes-form-control__field:focus {
    outline: 0px;
}

.andes-form-control--focused .andes-form-control__border::after,
.andes-form-control__field:focus+.andes-form-control__border::after {
    background-color: var(--andes-color-blue-500, var(--andes-color-blue-500, #3483fa)) !important;
    transform: scaleX(1);
}

.andes-form-control--floated .andes-form-control__label,
.andes-form-control--focused .andes-form-control__label {
    cursor: text;
}

.andes-form-control__message {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    line-height: 1em;
    margin-top: 0.333333em;
    min-height: 14px;
    opacity: 1;
    text-align: left;
    transition: opacity 0.15s ease-out;
}

.andes-form-control--focused .andes-form-control__message {
    opacity: 1;
}

.andes-form-control--indeterminate .andes-form-control__border {
    height: 2px;
}

.andes-form-control--indeterminate .andes-form-control__border::after {
    animation: 1s linear 0s infinite normal none running animation-indeterminate;
    background-color: var(--andes-color-blue-500, #3483fa);
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(1);
}

@keyframes animation-indeterminate {
    0% {
        left: 0px;
        width: 5%;
    }

    50% {
        left: 15%;
        width: 60%;
    }

    100% {
        left: 101%;
        width: 0px;
    }
}

.andes-form-control--error .andes-form-control__message {
    color: rgb(240, 68, 73);
    font-weight: 600;
    opacity: 1;
}

.andes-form-control--error.andes-form-control--focused .andes-form-control__border::after {
    background-color: rgb(240, 68, 73) !important;
    transform: scaleX(1);
}

.andes-form-control--error .andes-form-control__border {
    background-color: rgb(240, 68, 73);
}

.andes-form-control--error .andes-form-control__border::after {
    background-color: rgb(240, 68, 73) !important;
    transform: scaleX(0);
}

.andes-form-control--disabled .andes-form-control__field {
    color: rgba(0, 0, 0, 0.55);
    cursor: not-allowed;
}

.andes-form-control--disabled .andes-form-control__border {
    background-color: transparent;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0px, rgba(0, 0, 0, 0.25) 50%, transparent 0px);
    background-position: 0px top;
    background-repeat: repeat-x;
    background-size: 6px 100%;
}

.andes-form-control--disabled .andes-form-control__border::after {
    display: none;
}

.andes-form-control--completed .andes-form-control__validated-icon {
    animation: 0.5s ease 0.5s 1 normal forwards running show-valid-ckeck;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 1.5625em;
}

@keyframes show-valid-ckeck {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.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-switch {
    align-items: center;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    padding: 16px;
}

.bf-ui-switch .andes-switch--label-left {
    justify-content: space-between;
    width: 100%;
}

.bf-ui-switch__content {
    align-items: center;
    display: flex;
    width: 100%;
}

.bf-ui-switch__content .bf-ui-switch__ui {
    margin-right: 48px;
}

.bf-ui-switch__content .bf-ui-switch__ui .bf-ui-list-row-ui__icon-icon {
    min-width: 48px;
}

.bf-ui-switch__content .bf-ui-switch__ui .bf-ui-icon-container--regular {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

.bf-ui-switch__content .andes-checkbox:not(div) {
    margin-left: 0px;
    width: 100%;
}

.bf-ui-switch__content .bf-ui-switch__button {
    cursor: pointer;
    margin: 0px 0px 0px auto;
    padding: 0px;
}

.bf-ui-switch__content .bf-ui-switch__button .andes-checkbox__input {
    right: 0px !important;
    top: 0px;
}

.bf-ui-switch__content .bf-ui-tooltip__container .andes-tooltip__trigger {
    margin-left: 0px !important;
}

.bf-ui-switch__content .bf-ui-tooltip__container div[data-tippy-root] {
    margin-right: 24px !important;
    z-index: 5 !important;
}

.bf-ui-switch__content .bf-ui-tooltip__container .bf-ui-tooltip {
    max-width: 305px;
}

.bf-ui-switch__content .bf-ui-tooltip__container .bf-ui-tooltip .andes-tooltip-data .andes-tooltip-data__arrow.andes-tooltip-data__arrow--bottom-end {
    left: 4px !important;
}

.bf-ui-switch--border-radius {
    border-radius: 6px;
}

.bf-ui-switch--box-shadow,
.bf-ui-switch--fixed {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.bf-ui-switch--fixed {
    border-radius: 0px;
    left: 0px;
    position: fixed;
    top: 43px;
    transition: 0.5s ease-in-out;
    width: 100%;
    z-index: 10;
}

.navigation-bar__container--flex--fixed.navigation-bar__container--flex--fixed--height-56+.bf-ui-form .bf-ui-switch--fixed {
    top: 55px;
}

@media (min-width: 768px) {
    .bf-ui-switch {
        padding: 20px;
    }

    .bf-ui-switch__content .bf-ui-tooltip__container div[data-tippy-root] {
        margin-right: 20px !important;
    }

    .bf-ui-switch__content .bf-ui-tooltip__container .bf-ui-tooltip {
        max-width: 100%;
    }

    .bf-ui-switch__content .bf-ui-tooltip__container .bf-ui-tooltip .andes-tooltip-data .andes-tooltip-data__arrow.andes-tooltip-data__arrow--bottom-end {
        left: 0px !important;
    }
}

.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 .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--quiet::after,
.andes-button--quiet::before {
    background-color: var(--andes-color-blue-200, rgba(65, 137, 230, .2));
    border-color: transparent;
    border-radius: 0.222222em;
    box-sizing: content-box;
    color: var(--andes-color-blue-500, #3483fa);
    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--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--loud::after,
.andes-button--loud::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 {
    border: 0px;
    overflow: hidden;
    position: relative;
}

.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-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;
}

.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-button {
    box-shadow: none;
    transition: none;
}

.bf-ui-button.andes-button--loud .andes-button__content {
    display: inline;
    text-align: center;
}

.bf-ui-button.andes-button--loud .andes-button__text {
    display: inline;
    float: none;
}

.bf-ui-button.andes-button {
    stroke-width: 0;
}

.bf-ui-button.andes-button .bf-ui-icon-container {
    max-height: 16px;
    max-width: 16px;
}

.bf-ui-button.andes-button--loud path {
    fill: rgb(255, 255, 255);
}

.bf-ui-button.andes-button--quiet path,
.bf-ui-button.andes-button--transparent path {
    fill: var(--andes-color-blue-500, #3483fa);
}

.bf-ui-button.andes-button .andes-button__text+.bf-ui-icon-container {
    margin-left: 12px;
}

.bf-ui-button--icon-left .andes-button__text {
    flex: 0 0 auto;
}

.bf-ui-button--icon-left.andes-button .andes-button__content {
    display: flex;
    flex-direction: row-reverse;
}

.bf-ui-button--icon-left.andes-button .andes-button__text+.bf-ui-icon-container {
    margin-left: 0px;
    margin-right: 12px;
}

.bf-ui-button--icon-right .andes-button__text {
    flex: 0 0 auto;
}

.bf-ui-button--stretch {
    min-width: 178px;
}

@media (max-width: 1200px) {
    .bf-ui-button {
        display: block;
        margin: 0px auto;
    }
}

.bf-ui-button.andes-button {
    position: relative;
}

.bf-ui-button.andes-button--loud::before {
    background-color: transparent;
    pointer-events: none;
    transform: none;
}

.bf-ui-button--load-progress {
    border: none;
    max-width: 100%;
    outline: 0px;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 3;
}

@media (max-width: 768px) {
    .bf-ui-button--load-progress {
        display: block;
        margin: 0px auto;
    }
}

.bf-ui-button--load-progress:focus,
.bf-ui-button--load-progress:hover {
    background-color: var(--andes-color-blue-500, #3483fa);
    box-shadow: none;
    outline: none;
}

.bf-ui-button--load-progress .andes-button__content {
    position: relative;
}

.bf-ui-button--load-progress::before {
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-name: animate-progress;
}

.bf-ui-button--load-progress.bf-ui-button--load-fatal::before,
.bf-ui-button--load-progress.bf-ui-button--load-success::before,
.bf-ui-button--load-progress.bf-ui-button--load-warning::before {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-name: animate-progress-complete;
}

.bf-ui-button--load-progress.bf-ui-button--load-fatal .andes-button__content,
.bf-ui-button--load-progress.bf-ui-button--load-success .andes-button__content,
.bf-ui-button--load-progress.bf-ui-button--load-warning .andes-button__content {
    align-content: center;
    display: flex;
}

.bf-ui-button--load-progress.bf-ui-button--load-fatal .andes-button__content .bf-ui-icon-container,
.bf-ui-button--load-progress.bf-ui-button--load-success .andes-button__content .bf-ui-icon-container,
.bf-ui-button--load-progress.bf-ui-button--load-warning .andes-button__content .bf-ui-icon-container {
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-name: animate-icon;
    height: 24px;
    margin: 0px;
    max-height: 24px;
    max-width: 24px;
    width: 24px;
}

.bf-ui-button--load-progress.bf-ui-button--load-fatal .andes-button__content .bf-ui-icon-container .bf-ui-icon,
.bf-ui-button--load-progress.bf-ui-button--load-success .andes-button__content .bf-ui-icon-container .bf-ui-icon,
.bf-ui-button--load-progress.bf-ui-button--load-warning .andes-button__content .bf-ui-icon-container .bf-ui-icon {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.bf-ui-button--load-progress .bf-ui-icon-container {
    opacity: 0;
    position: absolute;
    transform: scale(0);
}

.bf-ui-button--load-success {
    animation-name: animate-button-success;
}

.bf-ui-button--load-fatal {
    animation-name: animate-button-fatal;
}

.bf-ui-button--load-warning {
    animation-name: animate-button-warning;
}

.bf-ui-button--load-fatal,
.bf-ui-button--load-success,
.bf-ui-button--load-warning {
    animation-delay: 0.2s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.bf-ui-button--load-fatal .andes-button__text,
.bf-ui-button--load-success .andes-button__text,
.bf-ui-button--load-warning .andes-button__text {
    color: transparent;
}

@keyframes animate-progress {
    0% {
        background-color: rgb(82, 149, 251);
        width: 0px;
    }

    100% {
        background-color: rgb(82, 149, 251);
        width: 75%;
    }
}

@keyframes animate-progress-complete {
    0% {
        background-color: rgb(82, 149, 251);
        width: 75%;
    }

    100% {
        background-color: rgb(82, 149, 251);
        visibility: hidden;
        width: 100%;
    }
}

@keyframes animate-icon {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes animate-button-success {
    0% {
        border-radius: 4px;
        max-width: 100%;
    }

    70% {
        border-radius: 4px;
        max-width: 48px;
    }

    90% {
        background-color: rgb(0, 166, 80);
        max-width: 48px;
    }

    100% {
        background-color: rgb(0, 166, 80);
        border-radius: 50%;
        max-width: 48px;
    }
}

@keyframes animate-button-fatal {
    0% {
        border-radius: 4px;
        max-width: 100%;
    }

    70% {
        border-radius: 4px;
        max-width: 48px;
    }

    90% {
        background-color: rgb(242, 61, 79);
        max-width: 48px;
    }

    100% {
        background-color: rgb(242, 61, 79);
        border-radius: 50%;
        max-width: 48px;
    }
}

@keyframes animate-button-warning {
    0% {
        border-radius: 4px;
        max-width: 100%;
    }

    70% {
        border-radius: 4px;
        max-width: 48px;
    }

    90% {
        background-color: rgb(255, 119, 51);
        max-width: 48px;
    }

    100% {
        background-color: rgb(255, 119, 51);
        border-radius: 50%;
        max-width: 48px;
    }
}

.bf-ui-button-container {
    margin: 16px 0px;
    padding: 0px;
    width: -webkit-fill-available;
}

.bf-ui-button-container .bf-ui-button {
    width: 100%;
}

.bf-ui-button-container--horizontal {
    display: flex;
}

.bf-ui-button-container--horizontal .bf-ui-button:not(:last-child) {
    margin-right: 12px;
}

.bf-ui-button-container--vertical .bf-ui-button:not(:last-child) {
    margin-bottom: 8px;
}

.bf-ui-button-container--transparent {
    background-color: transparent;
}

.bf-ui-button-container--white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-button-container--right {
    text-align: right;
}

.bf-ui-button-container--left {
    text-align: left;
}

.bf-ui-button-container--center {
    text-align: center;
}

@media (min-width: 1200px) {
    .bf-ui-button-container {
        margin: 24px 0px;
    }

    .bf-ui-button-container .bf-ui-button {
        width: auto;
    }

    .bf-ui-button-container .bf-ui-button:not(:last-child) {
        margin: 0px 8px 0px 0px;
    }
}

.bf-ui-information-block {
    text-align: center;
}

.bf-ui-information-block .bf-ui-link-container {
    margin: 24px 0px 0px;
}

.bf-ui-information-block .bf-ui-link {
    justify-content: center;
}

.bf-ui-information-block .bf-ui-information-block__icon,
.bf-ui-information-block .bf-ui-information-block__logo {
    margin-bottom: 16px;
}

.bf-ui-information-block .bf-ui-information-block__icon .bf-ui-icon {
    height: auto;
    max-height: 24px;
    max-width: 24px;
    object-fit: contain;
    width: auto;
}

.bf-ui-information-block:not(:first-of-type) {
    margin-top: 40px;
}

.bf-ui-information-block .bf-ui-badge-component .andes-badge.andes-badge--pill {
    margin-top: 16px;
}

.bf-ui-information-block .bf-ui-information-block__thumbnail {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.bf-ui-information-block__primary-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0px;
}

.bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full,
.bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full_super,
.bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full_super_mlb {
    height: 16px;
    margin-left: 8px;
}

.bf-ui-information-block__secondary-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    margin: 8px 0px 0px;
}

.bf-ui-information-block__secondary-title .bf-ui-icon.bf-ui-icon--full,
.bf-ui-information-block__secondary-title .bf-ui-icon.bf-ui-icon--full_super,
.bf-ui-information-block__secondary-title .bf-ui-icon.bf-ui-icon--full_super_mlb {
    height: 16px;
    margin-left: 8px;
}

.bf-ui-information-block__disclaimer {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
    margin: 4px 0px 0px;
}

.bf-ui-information-block__disclaimer+.bf-ui-information-block__disclaimer {
    margin-top: 8px;
}

.bf-ui-information-block__description {
    color: rgba(0, 0, 0, 0.55);
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    margin: 16px 0px 0px;
}

.bf-ui-information-block__icon .bf-ui-icon-container,
.bf-ui-information-block__logo .bf-ui-logo-container {
    place-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    display: flex;
    height: 48px;
    margin: 0px auto;
    width: 48px;
}

.bf-ui-information-block__text--center {
    text-align: center;
}

.bf-ui-information-block__text--left {
    text-align: left;
}

.bf-ui-information-block__text--right {
    text-align: right;
}

@media (min-width: 768px) {
    .bf-ui-information-block {
        margin: 0px;
        padding: 0px;
    }

    .bf-ui-information-block__primary-title {
        font-size: 14px;
        line-height: 1.25;
        margin: 0px;
    }

    .bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full,
    .bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full_super,
    .bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full_super_mlb {
        height: 14px;
    }

    .bf-ui-information-block__secondary-title {
        font-size: 20px;
        font-weight: 400;
        line-height: 1.35;
        margin: 4px 0px 0px;
    }

    .bf-ui-information-block__secondary-title .bf-ui-icon.bf-ui-icon--full,
    .bf-ui-information-block__secondary-title .bf-ui-icon.bf-ui-icon--full_super,
    .bf-ui-information-block__secondary-title .bf-ui-icon.bf-ui-icon--full_super_mlb {
        height: 14px;
    }

    .bf-ui-information-block__description {
        margin: 12px 0px 0px;
        padding: 0px;
    }

    .bf-ui-information-block .bf-ui-link-container {
        margin-top: 8px;
        padding: 0px;
    }

    .bf-ui-information-block .bf-ui-link-container--vertical .bf-ui-link {
        font-size: 14px;
        justify-content: left;
    }

    .bf-ui-information-block:not(:first-of-type) {
        margin-top: 24px;
    }
}

.bf-ui-information-block-container {
    padding: 40px 20px;
}

.bf-ui-information-block-container.bf-ui-information-block-container--gray {
    background-color: rgb(245, 245, 245);
}

.bf-ui-information-block-container.bf-ui-information-block-container--gray .bf-ui-information-block__icon .bf-ui-icon-container,
.bf-ui-information-block-container.bf-ui-information-block-container--gray .bf-ui-information-block__logo .bf-ui-logo-container,
.bf-ui-information-block-container.bf-ui-information-block-container--white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-information-block-container .bf-ui-separator {
    margin: 40px 0px;
}

.bf-ui-information-block-container--with-message {
    padding: 24px 20px 40px;
}

.bf-ui-information-block-container--with-message .bf-ui-message-container:not(:first-of-type) {
    margin-top: 16px;
}

.bf-ui-information-block-container--with-message .bf-ui-message {
    margin: 0px;
}

@media (min-width: 768px) {
    .bf-ui-information-block-container {
        padding: 24px 0px 24px 80px;
    }

    .bf-ui-information-block-container .bf-ui-separator {
        margin: 24px 0px;
    }

    .bf-ui-information-block-container .bf-ui-link-container {
        margin-top: 16px;
    }

    .bf-ui-information-block-container .bf-ui-detail-row {
        margin-bottom: 0px;
        margin-top: 16px;
    }

    .bf-ui-information-block-container .bf-ui-detail-row .bf-ui-detail-row__asset-wrapper,
    .bf-ui-information-block-container .bf-ui-detail-row .bf-ui-detail-row__asset-wrapper .bf-ui-detail-row__asset .bf-ui-image--circle {
        height: 40px;
        width: 40px;
    }

    .bf-ui-information-block-container .bf-ui-detail-row .bf-ui-detail-row__title {
        color: rgba(0, 0, 0, 0.55);
    }

    .bf-ui-information-block-container .bf-ui-detail-row:first-child {
        margin: 0px;
    }
}

.bf-ui-information-row {
    margin-bottom: 12px;
}

.bf-ui-information-row:last-child {
    margin-bottom: 0px;
}

.bf-ui-information-row__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0px 0px 2px;
}

.bf-ui-information-row__content {
    color: rgba(0, 0, 0, 0.55);
    font-size: 16px;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-information-row__content+.bf-ui-information-row__content {
    margin: 2px 0px 0px;
}

.bf-ui-information-row__disclaimer {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    line-height: 1.25;
    margin: 4px 0px 0px;
}

.bf-ui-information-row.highlighted:active {
    background-color: rgb(245, 245, 245);
}

@media (min-width: 768px) {
    .bf-ui-information-row {
        margin-bottom: 16px;
    }

    .bf-ui-information-row__content,
    .bf-ui-information-row__title {
        font-size: 14px;
    }

    .bf-ui-information-row__disclaimer {
        font-size: 12px;
    }
}

.bf-ui-detail-row {
    border-radius: 6px;
    display: flex;
    margin: 16px 0px;
}

.bf-ui-detail-row__asset-wrapper {
    display: flex;
    height: 48px;
    width: 48px;
}

.bf-ui-detail-row__asset {
    place-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    display: flex;
    width: 100%;
}

.bf-ui-detail-row__asset .bf-ui-image--circle {
    height: 48px;
    object-fit: cover;
    width: 48px;
}

.bf-ui-detail-row__asset .bf-ui-icon-container {
    place-content: center;
    align-items: center;
    display: flex;
}

.bf-ui-detail-row__asset .bf-ui-icon-container .bf-ui-icon {
    height: auto;
    max-height: 24px;
    max-width: 24px;
    object-fit: contain;
    width: auto;
}

.bf-ui-detail-row__container {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}

.bf-ui-detail-row__content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    margin-left: 16px;
}

.bf-ui-detail-row__children {
    align-items: center;
    display: flex;
    margin-top: 0px;
}

.bf-ui-detail-row__children .bf-ui-separator {
    margin-top: 4px;
}

.bf-ui-detail-row__text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center;
}

.bf-ui-detail-row__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-detail-row__description,
.bf-ui-detail-row__extra-info,
.bf-ui-detail-row__secondary-title {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    line-height: 1.29;
}

.bf-ui-detail-row__secondary-title {
    font-size: 12px;
    margin: 4px 0px 0px;
}

.bf-ui-detail-row__description {
    font-size: 12px;
    font-weight: 700;
    margin: 4px 0px 0px;
}

.bf-ui-detail-row__secondary-content {
    margin-left: 16px;
    margin-right: 64px;
}

.bf-ui-detail-row__disclaimer {
    color: rgba(0, 0, 0, 0.55);
    font-size: 24px;
    font-weight: 300;
    margin: 8px 0px 0px;
    padding-left: 0px;
}

.bf-ui-detail-row__extra-info {
    font-size: 14px;
    margin: 8px 0px 0px;
    padding-left: 0px;
}

.bf-ui-detail-row__extra-info+.bf-ui-detail-row__extra-info {
    margin-top: 16px;
}

.bf-ui-detail-row--transparent {
    background-color: transparent;
    padding: 0px;
}

.bf-ui-detail-row--gray {
    background-color: rgb(245, 245, 245);
    margin: 0px 0px 16px;
    padding: 20px;
}

.bf-ui-detail-row--gray-small {
    background-color: rgb(245, 245, 245);
    height: 48px;
    padding: 0px 16px;
}

.bf-ui-detail-row--gray-small .bf-ui-detail-row__asset-wrapper {
    align-items: center;
    padding-right: 0px;
    width: auto;
}

.bf-ui-detail-row--gray-small .bf-ui-detail-row__asset {
    height: 32px;
    width: 32px;
}

.bf-ui-detail-row--center {
    align-items: center;
}

.bf-ui-detail-row .auto {
    height: auto;
    width: auto;
}

.bf-ui-detail-row+.bf-ui-detail-row {
    margin-top: 16px;
}

@media (min-width: 768px) {
    .bf-ui-detail-row {
        box-sizing: border-box;
        margin-bottom: 20px;
        width: 100%;
    }

    .bf-ui-detail-row--gray {
        margin: 0px;
    }

    .bf-ui-detail-row .bf-ui-link-container {
        margin-left: 16px;
        order: 2;
        position: relative;
    }

    .bf-ui-detail-row .bf-ui-link-container--horizontal .bf-ui-link {
        font-size: 14px;
        margin: 0px;
        position: static;
    }

    .bf-ui-detail-row .bf-ui-link-container--horizontal-dashed .dash::after {
        color: rgba(0, 0, 0, 0.55);
    }

    .bf-ui-detail-row .bf-ui-link-container--horizontal-dashed .bf-ui-link {
        font-size: 14px;
    }

    .bf-ui-detail-row .bf-ui-badge-component .andes-badge.andes-badge--pill {
        margin-top: 12px;
    }

    .bf-ui-detail-row__content,
    .bf-ui-detail-row__secondary-content {
        margin-left: 16px;
    }

    .bf-ui-detail-row__text {
        text-align: left;
    }

    .bf-ui-detail-row__title {
        color: rgba(0, 0, 0, 0.9);
        font-size: 16px;
        font-weight: 400;
    }

    .bf-ui-detail-row__extra-info,
    .bf-ui-detail-row__secondary-title {
        font-size: 14px;
    }

    .bf-ui-detail-row__description {
        font-size: 12px;
    }
}

.bf-ui-detail-row-with-images {
    display: flex;
    margin: 16px 0px;
    padding: 0px 16px;
}

.bf-ui-detail-row-with-images--button {
    background: none;
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 0px;
    padding: 16px;
    width: 100%;
}

.bf-ui-detail-row-with-images--button:focus {
    outline: none;
}

.bf-ui-detail-row-with-images--button:focus-visible {
    outline: 0px;
}

.bf-ui-detail-row-with-images--button:focus-visible: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;
}

.bf-ui-detail-row-with-images--button:focus-visible: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;
}

.bf-ui-detail-row-with-images--button:focus-visible:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.bf-ui-detail-row-with-images--button:hover {
    background-color: rgb(245, 245, 245);
}

.bf-ui-detail-row-with-images__intro {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 4px;
}

.bf-ui-detail-row-with-images__intro .bf-ui-rich-icon {
    height: 17px;
}

.bf-ui-detail-row-with-images__intro .bf-ui-icon.bf-ui-icon--full,
.bf-ui-detail-row-with-images__intro .bf-ui-icon.bf-ui-icon--full_super,
.bf-ui-detail-row-with-images__intro .bf-ui-icon.bf-ui-icon--full_super_mlb {
    height: 14px;
    margin-left: 4px;
}

.bf-ui-detail-row-with-images__text {
    margin-right: 20px;
    text-align: left;
}

.bf-ui-detail-row-with-images__title {
    align-items: center;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    margin: 0px;
}

.bf-ui-detail-row-with-images__title .bf-ui-icon.bf-ui-icon--full,
.bf-ui-detail-row-with-images__title .bf-ui-icon.bf-ui-icon--full_super,
.bf-ui-detail-row-with-images__title .bf-ui-icon.bf-ui-icon--full_super_mlb {
    height: 16px;
    margin-left: 8px;
}

.bf-ui-detail-row-with-images__subtitle {
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.bf-ui-detail-row-with-images__subtitle .bf-ui-icon.bf-ui-icon--international_purchase_cbt {
    margin-top: 4px;
    max-width: 160px;
    width: 160px;
}

.bf-ui-detail-row-with-images__images {
    align-items: center;
    display: flex;
    margin: 0px 0px 0px auto;
    padding: 0px;
}

.bf-ui-detail-row-with-images__images>* {
    list-style: none;
}

.bf-ui-detail-row-with-images__image {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    display: block;
    height: 32px;
    width: 32px;
}

.bf-ui-detail-row-with-images__image>* {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bf-ui-detail-row-with-images__image:not(:last-child) {
    margin-right: -15px;
}

.bf-ui-detail-row-with-images__image svg {
    width: 100%;
}

.bf-ui-detail-row-with-images__image-custom_text path {
    fill: rgb(237, 237, 237);
}

.bf-ui-detail-row-with-images__image-custom_text text {
    fill: rgba(0, 0, 0, 0.55);
    font-weight: 600;
}

@media (min-width: 768px) {
    .bf-ui-detail-row-with-images {
        margin: 20px 0px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .bf-ui-detail-row-with-images--button {
        background: none;
        border: 0px;
        box-sizing: border-box;
        cursor: pointer;
        margin: 0px;
        padding: 20px 24px;
        width: 100%;
    }

    .bf-ui-detail-row-with-images--button:focus {
        outline: none;
    }

    .bf-ui-detail-row-with-images--button:focus-visible {
        outline: 0px;
    }

    .bf-ui-detail-row-with-images--button:focus-visible: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;
    }

    .bf-ui-detail-row-with-images--button:focus-visible: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;
    }

    .bf-ui-detail-row-with-images--button:focus-visible:focus:not(:focus-visible) {
        box-shadow: none;
        outline: none;
    }

    .bf-ui-detail-row-with-images--button:hover {
        background-color: rgb(245, 245, 245);
    }

    .bf-ui-detail-row-with-images__title {
        font-size: 16px;
    }

    .bf-ui-detail-row-with-images__image {
        height: 40px;
        width: 40px;
    }

    .bf-ui-detail-row-with-images__image-custom_text {
        font-size: 10px;
    }
}

.bf-ui-detail-row-container {
    background-color: rgb(245, 245, 245);
    border-radius: 6px;
    margin-top: 16px;
}

.bf-ui-detail-row-container .bf-ui-information-block-container {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 16px;
}

.bf-ui-detail-row-container .bf-ui-information-block-container .bf-ui-separator {
    margin: 24px 0px;
}

.bf-ui-detail-row-container .bf-ui-detail-row__content {
    margin-left: 16px;
}

.bf-ui-detail-row-container .bf-ui-separator {
    margin: 0px;
}

.bf-ui-ticket {
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-shadow: none;
    margin-top: 0px;
    padding: 40px 20px;
}

.bf-ui-ticket--yellow {
    background-color: rgb(255, 234, 120);
}

.bf-ui-ticket--gray {
    background-color: rgb(245, 245, 245);
}

.bf-ui-ticket .bf-ui-separator {
    margin: 16px 0px;
}

.bf-ui-ticket .bf-ui-button-container--vertical {
    background-color: transparent;
    margin: 32px 0px 0px;
    padding: 0px;
}

.bf-ui-ticket .bf-ui-detail-block {
    margin-bottom: 32px;
    padding-top: 0px;
}

.bf-ui-ticket+.bf-ui-card {
    margin-top: 32px;
}

.bf-ui-ticket__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

.bf-ui-ticket__subtitle,
.bf-ui-ticket__text,
.bf-ui-ticket__title {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    line-height: 1.25;
    margin-top: 0px;
}

.bf-ui-ticket__subtitle,
.bf-ui-ticket__text {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    white-space: ;
}

.bf-ui-ticket--no-bottom-radius {
    border-radius: 0px;
}

@media (min-width: 768px) {
    .bf-ui-ticket {
        background-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        margin-top: 0px;
        padding: 0px;
    }

    .bf-ui-ticket .bf-ui-button-container .bf-ui-button {
        width: 100%;
    }

    .bf-ui-ticket__subtitle,
    .bf-ui-ticket__text {
        font-size: 12px;
    }

    .bf-ui-ticket__title {
        color: rgba(0, 0, 0, 0.9);
        font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 4px;
        margin-top: 24px;
        text-align: left;
    }

    .bf-ui-ticket .bf-ui-detail-block {
        margin-bottom: 0px;
    }

    .bf-ui-ticket .bf-ui-separator {
        margin: 20px 0px;
    }
}

.bf-ui-ticket-disclaimer {
    margin: 24px 0px 0px;
}

.bf-ui-ticket-disclaimer--left {
    text-align: left;
}

.bf-ui-ticket-disclaimer--center,
.bf-ui-ticket-disclaimer--top-center {
    text-align: center;
}

.bf-ui-ticket-disclaimer--right {
    text-align: right;
}

.bf-ui-ticket-disclaimer:last-of-type {
    margin: 32px 0px 0px;
}

.bf-ui-ticket-disclaimer+.bf-ui-checkbox {
    margin: 24px 0px;
}

.bf-ui-ticket-disclaimer+.bf-ui-ticket-disclaimer {
    margin: 8px 0px 0px;
}

.bf-ui-ticket-disclaimer__text {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-ticket-disclaimer .bf-ui-badge-component .andes-badge {
    border-radius: 20px;
}

.bf-ui-ticket-disclaimer .bf-ui-badge-component .andes-badge .andes-badge__content {
    align-content: center;
    align-items: center;
    display: flex;
    padding: 8px 12px;
}

.bf-ui-ticket-disclaimer .bf-ui-badge-component .andes-badge .andes-badge__content .bf-ui-rich-icon {
    margin: 2px 0px 0px 6px;
}

.bf-ui-ticket-disclaimer .bf-ui-badge-component .andes-badge .andes-badge__content .bf-ui-rich-icon .bf-ui-icon {
    max-height: 20px;
    max-width: 20px;
    width: 20px;
}

.bf-ui-ticket-disclaimer--meliusd {
    text-align: center;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.bf-ui-ticket-disclaimer--meliusd .bf-ui-badge-component .andes-badge .andes-badge__content {
    height: 24px;
    padding: 4px 8px;
}

.bf-ui-ticket-disclaimer--meliusd .bf-ui-badge-component .andes-badge .andes-badge__content .bf-ui-rich-icon {
    margin: 2px 0px 0px;
}

@media (min-width: 768px) {
    .bf-ui-ticket-disclaimer--meliusd .bf-ui-badge-component .andes-badge .andes-badge__content {
        height: 32px;
        padding: 6px 12px 6px 6px;
    }
}

.bf-ui-ticket-disclaimer--meliusd+.bf-ui-button-container {
    margin-top: 0px !important;
}

.bf-ui-ticket-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.bf-ui-ticket-row:last-child {
    margin-bottom: 0px;
}

.bf-ui-ticket-row+.bf-ui-separator {
    margin: 16px 0px;
}

.bf-ui-ticket-row+.bf-ui-ticket-disclaimer {
    margin: 32px 0px 24px;
}

.bf-ui-ticket-row+.bf-ui-ticket-disclaimer--top-center {
    margin-top: 16px;
}

.bf-ui-ticket-row__align--end {
    align-items: end;
}

.bf-ui-ticket-row__align--top {
    align-items: start;
}

.bf-ui-ticket-row__align--center {
    align-items: center;
}

.bf-ui-ticket-row__left-column,
.bf-ui-ticket-row__right-column {
    display: flex;
}

.bf-ui-ticket-row__left-column {
    flex-direction: row;
    text-align: left;
}

.bf-ui-ticket-row__left-column .bf-ui-icon-container.bf-ui-icon-container--regular {
    align-items: center;
}

.bf-ui-ticket-row__left-column .bf-ui-icon-container.bf-ui-icon-container--regular .bf-ui-icon.bf-ui-icon--smart-coupon {
    margin-right: 6px;
    margin-top: 2px;
    width: 16px;
}

.bf-ui-ticket-row__left-column .bf-ui-icon-container.bf-ui-icon-container--regular .bf-ui-icon.bf-ui-icon--question_blue {
    margin-left: 6px;
    width: 16px;
}

.bf-ui-ticket-row__right-column {
    flex-direction: column;
    margin-left: auto;
    text-align: right;
}

.bf-ui-ticket-row__right-column--with-asset,
.bf-ui-ticket-row__right-column__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.bf-ui-ticket-row__right-column--with-asset .bf-ui-icon-container--regular,
.bf-ui-ticket-row__right-column--with-asset .bf-ui-image,
.bf-ui-ticket-row__right-column__content .bf-ui-icon-container--regular,
.bf-ui-ticket-row__right-column__content .bf-ui-image {
    margin-right: 6px;
    width: auto;
}

.bf-ui-ticket-row__right-column--with-asset .bf-ui-icon-container--regular .bf-ui-icon--smart-coupon,
.bf-ui-ticket-row__right-column--with-asset .bf-ui-image .bf-ui-icon--smart-coupon,
.bf-ui-ticket-row__right-column__content .bf-ui-icon-container--regular .bf-ui-icon--smart-coupon,
.bf-ui-ticket-row__right-column__content .bf-ui-image .bf-ui-icon--smart-coupon {
    position: relative;
    top: 3px;
    width: 16px;
}

.bf-ui-ticket-row__right-column--with-asset .bf-ui-text-money-amount--right .andes-money-amount-combo,
.bf-ui-ticket-row__right-column__content .bf-ui-text-money-amount--right .andes-money-amount-combo {
    align-items: baseline;
    flex-direction: row-reverse;
    gap: 6px;
}

.bf-ui-ticket-row__right-column .bf-ui-badge-component .andes-badge.andes-badge--pill {
    margin: 8px 0px 0px;
}

.bf-ui-ticket-row__left-column--primary-text,
.bf-ui-ticket-row__right-column--primary-text,
.bf-ui-ticket-row__right-column--secondary-text {
    color: rgba(0, 0, 0, 0.9);
    display: inline;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
    padding: 0px;
}

.bf-ui-ticket-row__right-column--secondary-text {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
}

.bf-ui-rich-link.bf-ui-rich-link--icon-button {
    align-self: center;
    border: 1.5px solid var(--andes-color-blue-500, #3483fa);
    border-radius: 50%;
    display: inline;
    font-family: monospace;
    font-size: 10px;
    font-weight: 600;
    height: 15.6px;
    margin-left: 4px;
    width: 15.6px;
}

@media (min-width: 768px) {

    .bf-ui-ticket-row__left-column--primary-text,
    .bf-ui-ticket-row__right-column--primary-text {
        color: rgba(0, 0, 0, 0.9);
        font-size: 16px;
    }
}

.bf-ui-link {
    align-items: center;
    color: var(--andes-color-blue-500, #3483fa);
    cursor: pointer;
    display: inline-flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: var(--andes-color-blue-500, #3483fa);
    position: relative;
    text-decoration: none;
    transition: 0.15s ease-in-out;
}

.bf-ui-link--xsmall {
    font-size: 12px;
}

.bf-ui-link--small {
    font-size: 14px;
}

.bf-ui-link--notification::after {
    background: rgb(0, 166, 80);
    border-radius: 6px;
    content: "";
    height: 6px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-55%);
    width: 6px;
}

.bf-ui-link--notification-warning::after {
    background: rgb(255, 119, 51);
}

.bf-ui-link--notification-error::after {
    background: rgb(242, 61, 79);
}

.bf-ui-link .bf-ui-icon path {
    fill: var(--andes-color-blue-500, #3483fa);
    transition: 0.15s ease-in-out;
}

.bf-ui-link:focus {
    outline: 0px;
}

.bf-ui-link:hover {
    color: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-link:hover .bf-ui-icon path {
    fill: var(--andes-color-blue-700, #1f4e96);
}

.bf-ui-link-container {
    display: flex;
}

.bf-ui-link-container--horizontal .bf-ui-link {
    margin-right: 16px;
}

.bf-ui-link-container--horizontal-dashed .dash::after {
    color: rgba(0, 0, 0, 0.25);
    content: "|";
    margin: 0px 12px;
}

.bf-ui-link-container--vertical {
    flex-direction: column;
}

.bf-ui-image--circle {
    border-radius: 50%;
}

.bf-ui-image--circle-bordered {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    box-sizing: border-box;
}

.bf-ui-image__size--small {
    height: 16px;
}

.bf-ui-image__size--medium {
    height: 18px;
}

.bf-ui-image__size--large {
    height: 20px;
}

.bf-ui-image-with-epigraph {
    padding: 0px;
}

.bf-ui-image-with-epigraph:not(:last-child) {
    margin-bottom: 24px;
}

.bf-ui-image-with-epigraph--base64 {
    margin: auto;
    padding: 12px;
}

.bf-ui-image-with-epigraph__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
    margin-top: 0px;
    padding: 0px;
}

.bf-ui-image-with-epigraph__description {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 24px;
    margin-top: 0px;
    padding: 0px;
}

.bf-ui-image-with-epigraph__image {
    height: 128px;
    margin: 0px auto;
    width: 128px;
}

.bf-ui-image-with-epigraph__image .bf-ui-image--default {
    max-width: 100%;
}

.bf-ui-image-with-epigraph__qr {
    margin: auto;
    max-width: 148px;
}

.bf-ui-image-with-epigraph__qr img {
    width: 100%;
}

.bf-ui-image-with-epigraph__epigraph {
    color: rgba(0, 0, 0, 0.55);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0px;
    margin-top: 16px;
    text-align: center;
}

.bf-ui-image-with-epigraph__epigraph-text {
    margin: 0px;
    padding: 0px;
}

.bf-ui-image-with-epigraph__epigraph-text:not(:first-child) {
    margin-top: 8px;
}

.bf-ui-image-with-title {
    align-items: center;
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    margin: 32px 0px;
    padding: 0px 24px;
}

.bf-ui-image-with-title__description,
.bf-ui-image-with-title__subtitle,
.bf-ui-image-with-title__title {
    font-weight: 600;
    line-height: 1.25;
    margin: 16px 0px 0px;
    text-align: center;
}

.bf-ui-image-with-title__title {
    font-size: 20px;
}

.bf-ui-image-with-title__description,
.bf-ui-image-with-title__subtitle {
    font-size: 16px;
}

.bf-ui-image-with-title__description {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    margin: 4px 0px 0px;
}

.bf-ui-image-with-title__logo .bf-ui-logo-container .bf-ui-logo {
    display: block;
    height: 100%;
    min-height: 20px;
    width: auto;
}

.bf-ui-image-with-title__logo .bf-ui-logo-container .bf-ui-logo--buflo_payment_medio-off_pagofacil {
    height: 38px;
    margin-top: -8px;
}

.bf-ui-icon-list {
    padding: 8px 16px;
}

.bf-ui-icon-list__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 16px;
}

.bf-ui-icon-list__icon {
    max-height: 48px;
    max-width: 48px;
}

.bf-ui-icon-list__icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .bf-ui-icon-list__icon {
        height: 53px;
        margin-right: 8px;
        max-height: unset;
        max-width: unset;
        width: 53px;
    }
}

.bf-ui-logo {
    width: 100%;
}

.bf-ui-logo-container {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bf-ui-logo.bf-ui-logo--buflo_payment_melidolar {
    height: 30px;
    width: 30px;
}

.bf-ui-list-container {
    overflow: hidden;
}

.bf-ui-list-container .bf-ui-card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bf-ui-list-container+.bf-ui-button-container {
    margin-top: 0px;
    padding: 0px 16px 16px;
}

.bf-ui-list-container--border-radius {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bf-ui-list-container--border-radius:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.bf-ui-list-container--border-radius:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.bf-ui-list-container__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    padding: 12px 16px;
}

.bf-ui-list-container__title+.bf-ui-list-row {
    border-top: 0px;
}

.bf-ui-list-container__title .bf-ui-icon.bf-ui-icon--full {
    width: 55px;
}

@media (min-width: 768px) {
    .bf-ui-list-container__title {
        font-size: 18px;
        padding: 16px 24px;
    }

    .bf-ui-list-container {
        align-items: center;
        display: block;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    .bf-ui-list-container+.bf-ui-button-container {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.bf-ui-list-row-ui {
    align-items: center;
    background: none;
    box-sizing: border-box;
    display: flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.bf-ui-list-row-ui .bf-ui-badge-component {
    margin-top: 6px;
    position: inherit;
}

.bf-ui-list-row-ui .bf-ui-badge-component .andes-badge--large.andes-badge--standard {
    border-radius: 2px;
}

.bf-ui-list-row-ui__text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 16px;
}

.bf-ui-list-row-ui__text--ellipsis {
    overflow: hidden;
}

.bf-ui-list-row-ui__text--ellipsis .bf-ui-list-row-ui__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bf-ui-list-row-ui__text--ellipsis .bf-ui-list-row-ui__title .bf-ui-rich-text {
    white-space: nowrap;
}

.bf-ui-list-row-ui__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-list-row-ui__description,
.bf-ui-list-row-ui__secondary-title,
.bf-ui-list-row-ui__subtitle {
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    font-weight: 400;
    line-height: 1.2;
}

.bf-ui-list-row-ui__secondary-title {
    font-size: 14px;
    margin: 2px 0px;
}

.bf-ui-list-row-ui__description {
    font-size: 14px;
    margin: 4px 0px 0px;
}

.bf-ui-list-row-ui__description .bf-ui-rich-icon+.bf-ui-rich-text,
.bf-ui-list-row-ui__description .bf-ui-rich-text+.bf-ui-rich-icon {
    margin-left: 8px;
}

.bf-ui-list-row-ui__subtitle {
    font-size: 14px;
    margin: 2px 0px 0px;
}

.bf-ui-list-row-ui__icon,
.bf-ui-list-row-ui__image {
    flex-direction: column;
    height: 32px;
    margin-right: 16px;
    min-width: 32px;
    position: relative;
    width: 32px;
}

.bf-ui-list-row-ui__icon .bf-ui-badge,
.bf-ui-list-row-ui__image .bf-ui-badge {
    bottom: 2px;
    right: -6px;
}

.bf-ui-list-row-ui__icon .bf-ui-icon-container--regular,
.bf-ui-list-row-ui__icon .bf-ui-icon-container--wider,
.bf-ui-list-row-ui__image .bf-ui-icon-container--regular,
.bf-ui-list-row-ui__image .bf-ui-icon-container--wider {
    align-items: center;
    display: flex;
    justify-content: center;
}

.bf-ui-list-row-ui__icon-icon,
.bf-ui-list-row-ui__icon-logo {
    background-color: rgb(245, 245, 245);
    border-radius: 100%;
    height: 48px;
    width: 48px;
}

.bf-ui-list-row-ui__image .bf-ui-image--circle-bordered {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bf-ui-list-row-ui__quick-selector-icon {
    padding: 0px;
    vertical-align: middle;
}

.bf-ui-list-row-ui__quick-selector-icon .bf-ui-icon-container--regular {
    margin: auto 0px auto auto;
    width: 16px;
}

@media (min-width: 768px) {

    .bf-ui-list-row-ui__icon,
    .bf-ui-list-row-ui__text {
        margin-right: 24px;
    }

    .bf-ui-list-row-ui .bf-ui-list-row-ui__image {
        height: 40px;
        margin-right: 18px;
        width: 40px;
    }

    .bf-ui-list-row-ui .bf-ui-list-row-ui__image .bf-ui-image--circle-bordered {
        height: 100%;
        object-fit: contain;
        width: 100%;
    }

    .bf-ui-list-row-ui .bf-ui-list-row-ui__description {
        font-size: 14px;
    }

    .bf-ui-single-quick-selector__icon .bf-ui-icon {
        right: 20px;
    }
}

.bf-ui-list-row {
    background: none;
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 14px 16px;
    text-decoration: none;
    width: 100%;
}

.bf-ui-list-row:focus {
    outline: none;
}

.bf-ui-list-row--with-event {
    cursor: pointer;
}

.bf-ui-list-row--with-event:active {
    background-color: rgb(245, 245, 245);
}

.bf-ui-list-row__text {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-right: 16px;
}

.bf-ui-list-row__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
}

.bf-ui-list-row__description,
.bf-ui-list-row__secondary-title,
.bf-ui-list-row__subtitle {
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    font-weight: 400;
    line-height: 1.2;
}

.bf-ui-list-row__secondary-title {
    font-size: 14px;
    margin: 2px 0px;
}

.bf-ui-list-row__description {
    font-size: 14px;
    margin: 4px 0px 0px;
}

.bf-ui-list-row__description .bf-ui-rich-icon+.bf-ui-rich-text,
.bf-ui-list-row__description .bf-ui-rich-text+.bf-ui-rich-icon {
    margin-left: 8px;
}

.bf-ui-list-row__subtitle {
    font-size: 14px;
    margin: 2px 0px 0px;
}

.bf-ui-list-row__icon,
.bf-ui-list-row__image {
    flex-direction: column;
    height: 32px;
    margin-right: 16px;
    min-width: 32px;
    position: relative;
    width: 32px;
}

.bf-ui-list-row__icon .bf-ui-badge,
.bf-ui-list-row__image .bf-ui-badge {
    bottom: 2px;
    right: -6px;
}

.bf-ui-list-row__icon-icon,
.bf-ui-list-row__icon-logo {
    background-color: rgb(245, 245, 245);
    border-radius: 100%;
    height: 48px;
    width: 48px;
}

.bf-ui-list-row__image .bf-ui-image--circle-bordered {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.bf-ui-list-row__quick-selector-icon {
    padding: 0px;
    vertical-align: middle;
}

.bf-ui-list-row__quick-selector-icon .bf-ui-icon-container--regular {
    margin: auto 0px auto auto;
    width: 16px;
}

@media (min-width: 768px) {
    .bf-ui-list-row {
        padding: 14px 24px;
    }

    .bf-ui-list-row--with-event:hover {
        background-color: rgb(245, 245, 245);
    }
}

.bf-ui-list-with-title {
    margin-top: 32px;
}

.bf-ui-list-with-title__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0px 0px 16px;
}

.bf-ui-list-with-title+.bf-ui-card {
    margin-top: 16px;
}

.bf-ui-list-with-title--mid .bf-ui-list-with-title__title {
    font-size: 16px;
}

.bf-ui-information-list {
    padding: 16px;
}

.bf-ui-information-list,
.bf-ui-information-list--transparent {
    background-color: transparent;
}

@media (min-width: 768px) {
    .bf-ui-information-list {
        padding: 16px 24px 24px;
    }
}

.bf-ui-information-list__title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0px 0px 16px;
}

@media (min-width: 768px) {
    .bf-ui-information-list__title {
        margin: 0px 0px 24px;
    }
}

.bf-ui-information-list__row-container+.bf-ui-card-disclaimer,
.bf-ui-information-list__row-container+.bf-ui-information-list__footer {
    margin-top: 16px;
}

.bf-ui-information-list__row-container+.bf-ui-information-list__title {
    margin-top: 32px;
}

@media (min-width: 768px) {

    .bf-ui-information-list__row-container+.bf-ui-card-disclaimer,
    .bf-ui-information-list__row-container+.bf-ui-information-list__footer {
        margin-top: 24px;
    }
}

.bf-ui-information-list__footer {
    color: rgba(0, 0, 0, 0.9);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
}

.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;
}

.bf-ui-text-money-amount {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
}

.bf-ui-text-money-amount--green {
    color: rgb(0, 166, 80);
}

.bf-ui-text-money-amount--right .andes-money-amount-combo {
    align-items: end;
}

.bf-ui-text-money-amount--right .andes-money-amount {
    justify-content: flex-end;
}

.bf-ui-text-money-amount--center .andes-money-amount-combo {
    align-items: center;
}

.bf-ui-tag-group {
    display: flex;
    gap: 8px;
    overflow: auto hidden;
    padding: 12px 16px;
    white-space: nowrap;
    width: 100%;
}

.bf-ui-columns-with-labels {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 12px 16px;
}

.bf-ui-columns-with-labels--transparent {
    background-color: transparent;
}

.bf-ui-columns-with-labels--gray {
    background-color: rgb(245, 245, 245);
}

.bf-ui-columns-with-labels--white {
    background-color: rgb(255, 255, 255);
}

.bf-ui-columns-with-labels__left-column,
.bf-ui-columns-with-labels__right-column {
    display: flex;
}

.bf-ui-columns-with-labels__left-column {
    align-items: center;
    flex-direction: row;
    text-align: left;
}

.bf-ui-columns-with-labels__right-column {
    flex-direction: column;
    margin-left: auto;
    text-align: right;
}

.bf-ui-columns-with-labels__right-column--with-asset,
.bf-ui-columns-with-labels__right-column__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.bf-ui-columns-with-labels__right-column--with-asset .bf-ui-icon-container--regular,
.bf-ui-columns-with-labels__right-column--with-asset .bf-ui-image,
.bf-ui-columns-with-labels__right-column__content .bf-ui-icon-container--regular,
.bf-ui-columns-with-labels__right-column__content .bf-ui-image {
    margin-right: 6px;
    width: auto;
}

.bf-ui-columns-with-labels__right-column--with-asset .bf-ui-text-money-amount--right .andes-money-amount-combo,
.bf-ui-columns-with-labels__right-column__content .bf-ui-text-money-amount--right .andes-money-amount-combo {
    align-items: baseline;
    flex-direction: row-reverse;
    gap: 6px;
}

.bf-ui-columns-with-labels__left-column--primary-label,
.bf-ui-columns-with-labels__right-column--primary-label {
    color: rgba(0, 0, 0, 0.9);
    display: inline;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin: 0px;
    padding: 0px;
}

.bf-ui-columns-with-labels__left-column--primary-label .bf-ui-icon.bf-ui-icon--full,
.bf-ui-columns-with-labels__left-column--primary-label .bf-ui-icon.bf-ui-icon--full_super,
.bf-ui-columns-with-labels__left-column--primary-label .bf-ui-icon.bf-ui-icon--full_super_mlb {
    height: 16px;
    margin-left: 4px;
}

@media (min-width: 768px) {
    .bf-ui-columns-with-labels {
        padding: 16px 32px;
    }
}

.bf-ui-thumbnail .bf-ui-thumbnail--small {
    height: 24px;
    width: 24px;
}

.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;
}

.visually-hidden {
    border: 0px;
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.bf-ui-icon {
    max-height: 16px;
    max-width: 16px;
    width: 16px;
}

.bf-ui-icon.bf-ui-icon--buflo_congrats_contact_user,
.bf-ui-icon.bf-ui-icon--buflo_congrats_payment_method_credit_card,
.bf-ui-icon.bf-ui-icon--buflo_congrats_payment_method_debit_card,
.bf-ui-icon.bf-ui-icon--buflo_congrats_places_qr_blue,
.bf-ui-icon.bf-ui-icon--buflo_payment_method_fallback_congrats,
.bf-ui-icon.bf-ui-icon--buflo_x_cart_full_1,
.bf-ui-icon.bf-ui-icon--buflo_x_cart_full_2,
.bf-ui-icon.bf-ui-icon--buflo_x_cart_full_3,
.bf-ui-icon.bf-ui-icon--buflo_x_cart_super_1,
.bf-ui-icon.bf-ui-icon--buflo_x_cart_super_2,
.bf-ui-icon.bf-ui-icon--buflo_x_cart_super_3,
.bf-ui-icon.bf-ui-icon--shopping_bag {
    max-height: 48px;
    max-width: 48px;
    width: 48px;
}

.bf-ui-icon.bf-ui-icon--buflo_billing-info,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_garex,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_lock,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_pickup,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_puis,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_seller,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_seller_blue,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_shipping,
.bf-ui-icon.bf-ui-icon--buflo_congrats_information_user,
.bf-ui-icon.bf-ui-icon--buflo_congrats_places_qr,
.bf-ui-icon.bf-ui-icon--buflo_device_amount_info,
.bf-ui-icon.bf-ui-icon--buflo_reference_installation_black,
.bf-ui-icon.bf-ui-icon--buflo_reference_installation_blue,
.bf-ui-icon.bf-ui-icon--contact_user_blue,
.bf-ui-icon.bf-ui-icon--shipping-blue,
.bf-ui-icon.bf-ui-icon--smart-coupon,
.bf-ui-icon.bf-ui-icon--vpp_cbt,
.bf-ui-icon.bf-ui-icon--vpp_fast_truck,
.bf-ui-icon.bf-ui-icon--vpp_pick_up,
.bf-ui-icon.bf-ui-icon--vpp_pick_up_blue {
    max-height: 24px;
    max-width: 24px;
    width: 24px;
}

.bf-ui-icon.bf-ui-icon--shipping-blue {
    align-self: center;
}

.bf-ui-icon.bf-ui-icon--full {
    max-height: 24px;
    max-width: 71px;
    width: auto;
}

.bf-ui-icon.bf-ui-icon--full_super,
.bf-ui-icon.bf-ui-icon--full_super_mlb {
    max-height: fit-content;
    max-width: fit-content;
    width: auto;
}

.bf-ui-icon.bf-ui-icon--buflo_congrats_information_cbt,
.bf-ui-icon.bf-ui-icon--international_purchase_cbt {
    max-height: 24px;
    max-width: 201px;
    width: 201px;
}

.bf-ui-icon.bf-ui-icon--debit-card {
    max-height: 61px;
    max-width: 96px;
    width: 96px;
}

.bf-ui-icon-container--regular,
.bf-ui-icon-container--wider {
    display: flex;
    height: 100%;
}

.bf-ui-icon-custom-text__text {
    fill: rgb(255, 255, 255);
    font-size: 9px;
    text-align: center;
}

.bf-ui-icon-custom-text__border,
.bf-ui-icon-custom-text__fill {
    fill: rgba(0, 0, 0, 0.15);
}

.bf-ui-icon.bf-ui-icon--account_money,
.bf-ui-icon.bf-ui-icon--meli_logo {
    max-height: 20px;
    max-width: 28px;
    width: 28px;
}

.bf-ui-icon.bf-ui-icon--buflo_box_yellow {
    max-height: 100%;
    max-width: 126px;
    width: 126px;
}

.bf-ui-icon.bf-ui-icon--buflo_box_surprise_yellow {
    max-height: 100%;
    max-width: 40px;
    width: 40px;
}

.bf-ui-icon.bf-ui-icon--bag-yellow {
    max-height: 100%;
    max-width: 121px;
    width: 121px;
}

.bf-ui-icon.bf-ui-icon--meliplus_icon {
    height: 14px;
    margin-left: 4px;
    max-height: 100%;
    max-width: 37px;
    width: 37px;
}

.bf-ui-icon.bf-ui-icon--buflo_accord_message {
    max-height: 100%;
    max-width: 104px;
    width: 104px;
}

.bf-ui-icon--buflo_congrats_mercadocoin {
    max-height: 24px;
    max-width: 24px;
    width: 24px;
}

.bf-ui-icon--bf_v6_melimas_cashback {
    margin-bottom: 2px;
    margin-right: 6px;
    width: 16px !important;
}

.bf-ui-icon--bf_v6_melimas_check {
    margin-right: 4px;
}

@media (min-width: 768px) {
    .bf-ui-icon--bf_v6_melimas_check {
        margin-right: 6px;
        max-height: 24px;
        max-width: 24px;
        width: 24px;
    }
}

.bf-ui-icon.bf-ui-icon--sustainability {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    padding-right: 12px;
    width: 24px;
}

.bf-ui-tag .bf-ui-icon-container {
    height: 16px;
    width: 16px;
}

.bf-ui-tag--shops-user.andes-tag {
    background-color: rgb(255, 255, 255);
    border: none;
    margin: 8px 0px 16px;
}

.bf-ui-tag--shops-user .andes-tag__avatar-icon-container {
    background-color: rgb(245, 245, 245);
}

@media (min-width: 768px) {
    .bf-ui-tag--shops-user.andes-tag {
        margin-top: 24px;
    }
}

.addresses-step-container .bf-ui-form:first-child {
    margin-top: 32px;
    padding: 0px;
}

.addresses-step-container .bf-ui-card {
    padding: 32px;
}

.addresses-step-container .addresses-textfield {
    min-height: 103px;
}

.addresses-step-container .secondary-container .bf-ui-form {
    margin-top: 0px;
    padding: 0px;
}

.addresses-step-container .andes-form-control__embedded .andes-checkbox--embedded {
    display: flex;
}

.addresses-step-container .andes-form-control__embedded .andes-checkbox--embedded .andes-checkbox__background {
    opacity: 0;
}

.addresses-step-container .andes-form-control__embedded .andes-checkbox--embedded .andes-checkbox__input {
    position: absolute;
    top: auto;
}

@media (max-width: 768px) {
    .addresses-step-container .addresses-container {
        display: flex;
        flex-direction: column;
        height: 100vh;
    }

    .addresses-step-container .addresses-container-header.header-left {
        margin-top: 45px;
        padding-bottom: 5px;
    }

    .addresses-step-container .addresses-body {
        height: 100%;
        margin-top: 0px;
    }

    .addresses-step-container .addresses-body .bf-ui-form {
        margin-top: 0px;
        min-height: 100%;
    }

    .addresses-step-container .addresses-body .bf-ui-form .addresses-container-list {
        padding-bottom: 0px;
    }

    .addresses-step-container .addresses-body .bf-ui-form .containerElement.map_version-v1,
    .addresses-step-container .addresses-body .bf-ui-form .containerElement.map_version-v2 {
        flex-grow: 1;
        height: unset;
    }

    .addresses-step-container .addresses-body .bf-ui-form .bf-ui-card {
        box-shadow: none;
        margin: 40px 0px 0px;
        padding: 20px 20px 4px;
    }

    .addresses-step-container .addresses-body .bf-ui-button-container {
        margin: 0px;
        padding: 16px 20px;
    }
}

.cardForm-step-container {
    background-color: rgb(255, 255, 255);
    height: 100vh;
}

.cardForm-step-container .main-container {
    padding-bottom: 64px;
}

.cardForm-step-container .navigation-bar__container+.bf-ui-progress-bar {
    width: 100%;
}

.cardForm-step-container .navigation-bar__container+.bf-ui-progress-bar .bf-ui-progress-bar__progress {
    border-radius: 0px;
    height: 3px;
    margin: 0px;
    transition: width 0.25s;
}

.cardForm-step-container .bf-ui-sticky-container {
    position: static;
    z-index: 10;
}

.cardForm-step-container .bf-ui-sticky-container+.bf-ui-row-container {
    background-color: rgb(255, 255, 255);
    margin-top: 32px;
    position: relative;
}

.cardForm-step-container .bf-ui-sticky-container+.bf-ui-row-container .bf-payment-card-component {
    margin: 0px auto;
}

.cardForm-step-container .bf-ui-sticky-container+.bf-ui-row-container .bf-ui-rich-container {
    padding: 0px 20px;
}

.cardForm-step-container .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--hide-animation>div,
.cardForm-step-container .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--show-animation>div {
    transform: unset;
}

.cardForm-step-container .bf-ui-form .bf-ui-input-text,
.cardForm-step-container .bf-ui-form .bf-ui-library-secure-field {
    margin: 0px 8px;
    min-width: calc(-104px + 100vw);
}

.cardForm-step-container .bf-ui-form .bf-ui-input-text.andes-form-control--default label>div.andes-form-control__control.visible-focused,
.cardForm-step-container .bf-ui-form .bf-ui-library-secure-field.andes-form-control--default label>div.andes-form-control__control.visible-focused {
    box-shadow: 0 0 0 .125em var(--andes-color-blue-500, #3483fa);
}

.cardForm-step-container .bf-ui-form .bf-ui-library-secure-field {
    padding-top: 6px;
}

.cardForm-step-container .bf-ui-row-container .bf-ui-input-text,
.cardForm-step-container .bf-ui-row-container .bf-ui-library-secure-field {
    min-width: calc(-52px + 50vw);
}

.cardForm-step-container .bf-ui-scroll-container {
    min-height: 180px;
    padding: 0px 44px;
}

.cardForm-step-container input {
    text-transform: uppercase;
}

.cardForm-step-container .bf-ui-dropdown {
    margin: 12px 8px 0px 10px;
}

.cardForm-step-container .bf-ui-dropdown .andes-form-control__label {
    position: relative;
}

@media (min-width: 768px) {
    .cardForm-step-container {
        background-color: rgb(237, 237, 237);
        height: 100%;
    }

    .cardForm-step-container .bf-ui-step-title {
        margin: 0px;
    }

    .cardForm-step-container .bf-ui-detail-row {
        margin-top: 32px;
    }

    .cardForm-step-container .bf-ui-detail-row__asset .bf-ui-icon-container .bf-ui-icon {
        max-height: 48px;
        max-width: 48px;
    }

    .cardForm-step-container .bf-ui-link-container--vertical {
        align-items: flex-end;
    }

    .cardForm-step-container .secondary-container .bf-ui-form {
        margin-top: 0px;
        padding: 0px;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-card {
        overflow: visible;
        padding: 8px 0px 32px 24px;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-card .bf-ui-column-container--hidden {
        overflow: hidden;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-input-text,
    .cardForm-step-container .bf-ui-form .bf-ui-library-secure-field {
        margin: 0px 10px;
        max-width: 320px;
        min-width: 120px;
        padding: 24px 0px 0px;
        width: 100%;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-row-container--over-card-payment {
        background-color: rgb(255, 255, 255);
        margin-bottom: 2px;
        z-index: 2;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-row-container {
        position: relative;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-row-container .bf-ui-column-container {
        flex-flow: row;
        max-width: 340px;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-row-container .bf-ui-column-container .bf-ui-library-secure-field {
        padding-top: 24px;
    }

    .cardForm-step-container .bf-ui-form .bf-payment-card-component {
        margin: 0px auto;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-dropdown {
        margin: 24px 14px 0px 10px;
        width: 25%;
    }

    .cardForm-step-container .bf-ui-form .bf-ui-dropdown .andes-form-control__label {
        position: absolute;
    }

    .cardForm-step-container .bf-ui-form .andes-floating-menu {
        margin-top: 7px;
    }
}

.ui-recommendations-carousel-container-img {
    display: none;
    height: 0px;
    width: 0px;
}

.ui-recommendations-list {
    margin: 0px;
}

.ui-recommendations-list a:active,
.ui-recommendations-list a:link,
.ui-recommendations-list a:visited {
    text-decoration: none;
}

.ui-recommendations-list__items-wrapper--default,
.ui-recommendations-list__items-wrapper--double,
.ui-recommendations-list__items-wrapper--grid,
.ui-recommendations-list__items-wrapper--horizontal,
.ui-recommendations-list__items-wrapper--pads,
.ui-recommendations-list__items-wrapper--single {
    margin: 0px;
    padding: 0px;
}

.ui-recommendations-title {
    color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    font-weight: 400;
    margin: 0px;
}

.ui-recommendations-title:hover,
.ui-recommendations-title:visited {
    color: rgba(0, 0, 0, 0.9);
}

.ui-recommendations-title:not(:last-child) {
    margin-right: 16px;
}

.ui-recommendations-title .ui-recommendations-icon {
    vertical-align: middle;
}

.ui-recommendations-title {
    font-size: 20px;
}

.ui-recommendations-title .ui-recommendations-icon-cpg_icon {
    height: 12px;
    width: 130px;
}

.ui-recommendations-title .ui-recommendations-icon-full_icon {
    height: 16px;
    width: 50px;
}

.ui-recommendations-subtitle {
    align-self: baseline;
    color: rgb(52, 131, 250);
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    text-decoration: none;
}

.ui-recommendations-subtitle:visited {
    color: rgb(52, 131, 250);
}

.ui-recommendations-subtitle:hover {
    color: rgb(18, 89, 195);
}

.ui-recommendations-footer__link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
}

.ui-recommendations-footer__wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.ui-recommendations-footer__chevron {
    display: flex;
}

.ui-recommendations-footer-icon {
    height: 14px;
    stroke: rgb(52, 131, 250);
    width: 9px;
}

.ui-recommendations-list {
    padding: 0 var(--list-padding, 0);
}

.ui-recommendations-list__container--default,
.ui-recommendations-list__container--grid,
.ui-recommendations-list__container--single {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
    display: block;
}

.ui-recommendations-list__container--default .ui-recommendations-list__header,
.ui-recommendations-list__container--grid .ui-recommendations-list__header,
.ui-recommendations-list__container--single .ui-recommendations-list__header {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(237, 237, 237);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    padding: 0px 16px;
}

.ui-recommendations-list__container--default .ui-recommendations-title,
.ui-recommendations-list__container--grid .ui-recommendations-title,
.ui-recommendations-list__container--single .ui-recommendations-title {
    color: rgba(0, 0, 0, 0.9);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 12px 0px;
    text-decoration: none;
}

.ui-recommendations-list__container--default .ui-recommendations-title:visited,
.ui-recommendations-list__container--grid .ui-recommendations-title:visited,
.ui-recommendations-list__container--single .ui-recommendations-title:visited {
    color: rgba(0, 0, 0, 0.9);
}

.ui-recommendations-list__container--default .ui-recommendations-footer__link,
.ui-recommendations-list__container--grid .ui-recommendations-footer__link,
.ui-recommendations-list__container--single .ui-recommendations-footer__link {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: rgb(52, 131, 250);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 48px;
    padding: 0px 16px;
    text-decoration: none;
}

.ui-recommendations-list__container--double {
    background-color: rgb(255, 255, 255);
    display: block;
}

.ui-recommendations-list__container--double .ui-recommendations-footer__link {
    align-items: center;
    border: 1px solid rgb(237, 237, 237);
    border-radius: 4px;
    color: rgb(52, 131, 250);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    padding: 16px;
    width: 100%;
}

.ui-recommendations-list__items-wrapper--double {
    margin-bottom: 16px;
}

.ui-recommendations-list__items-wrapper--grid {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(237, 237, 237);
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-areas: "a a";
}

.ui-recommendations-card__action {
    background: none;
    border: 0px;
    cursor: pointer;
    display: block;
    left: 0px;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.ui-recommendations-card__action-label {
    color: rgb(52, 131, 250);
    display: block;
    font-size: 14px;
    line-height: 0.86;
}

.ui-recommendations-card {
    transition-duration: 0.1s;
    transition-property: height, max-height;
    transition-timing-function: ease-out;
}

.ui-recommendations-card__action,
.ui-recommendations-card__price-original-price,
.ui-recommendations-card__title {}

.ui-recommendations-card__attributes-pill {
    display: flex;
    margin-bottom: 8px;
}

.ui-recommendations-card__attributes-pill:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__attributes-pill-label {
    align-items: center;
    border-radius: 2px;
    color: rgb(255, 255, 255);
    display: flex;
    flex: 0 1 auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    padding: 3px 4px;
}

.ui-recommendations-card__attributes-pill-label--success {
    background-color: rgb(0, 166, 80);
}

.ui-recommendations-card__attributes-pill-label--neutral {
    background-color: rgb(52, 131, 250);
}

.ui-recommendations-card__attributes {
    color: rgb(51, 51, 51);
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    white-space: ;
}

.ui-recommendations-card__attributes:last-child,
.ui-recommendations-card__benefits-block:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__bookmark-button {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border: 0px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0;
    padding: 0px;
    position: absolute;
    z-index: 2;
}

.ui-recommendations-card__bookmark-button-icon {
    fill: rgb(52, 131, 250);
    position: absolute;
}

.ui-recommendations-card__bookmark-button-icon-full {
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, transform 0.35s cubic-bezier(0, 0, 0.3, 1.5);
}

.ui-recommendations-card__bookmark-button-icon-full--active {
    opacity: 1;
    transform: scale(1);
}

.ui-recommendations-card__bookmark-button--bookmarked {
    opacity: 1;
}

.ui-recommendations-card__brand {
    background: none;
    border: 0px;
    color: rgb(153, 153, 153);
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    left: 0px;
    line-height: 1.3;
    opacity: 0;
    padding: 0px;
    position: absolute;
    top: 0px;
}

.ui-recommendations-card__cpg {
    display: block;
}

.ui-recommendations-card__cpg:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__cpg-icon {
    display: flex;
    height: 9px;
}

.ui-recommendations-card__pill {
    align-items: center;
    border-radius: 2px;
    display: inline-flex;
    flex: 0 1 auto;
    gap: 4px;
    height: 18px;
    line-height: 1;
    overflow: hidden;
    padding: 3px 4px;
    vertical-align: middle;
}

.ui-recommendations-card__pill-icon {
    width: 19px;
}

.ui-recommendations-card__highlight-deal {
    display: flex;
}

.ui-recommendations-card__highlight-deal:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__image-container {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    overflow: hidden;
}

.ui-recommendations-card__image-overlay {
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    position: absolute;
}

.ui-recommendations-card__installments {
    display: flex;
    flex-flow: wrap;
}

.ui-recommendations-card__installments-original-price,
.ui-recommendations-card__installments-price,
.ui-recommendations-card__installments-price--free {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin-right: 0px;
    margin-top: 1px;
}

.ui-recommendations-card__installments-price {
    color: rgba(0, 0, 0, 0.8);
}

.ui-recommendations-card__installments-price--free {
    color: rgb(0, 166, 80);
}

.ui-recommendations-card__installments-before-text,
.ui-recommendations-card__installments-middle-text {
    white-space: pre;
}

.ui-recommendations-card__installments .andes-money-amount {
    display: inline-flex;
}

.ui-recommendations-card__last-buy {
    color: rgba(0, 0, 0, 0.55);
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: auto;
}

.ui-recommendations-card__melicoin {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
    width: 100%;
}

.ui-recommendations-card__melicoin:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__melicoin-text {
    align-items: center;
    background: rgb(255, 241, 203);
    border-radius: 2px;
    color: rgb(164, 123, 46);
    display: flex;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 600;
    padding: 1px 4px;
    white-space: pre;
}

.ui-recommendations-card__melicoin-text svg {
    height: 15px;
    width: 15px;
}

.ui-recommendations-card__melicoin-text .ui-recommendations-card__price {
    color: rgb(164, 123, 46);
    font-weight: 600;
    line-height: inherit;
}

.ui-recommendations-card__online-booking {
    margin-bottom: 12px;
}

.ui-recommendations-card__online-booking:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__online-booking-title {
    background: rgba(65, 137, 230, 0.15);
    border-radius: 2px;
    color: rgb(41, 104, 200);
    font-size: 14px;
    font-weight: 600;
    height: 18px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 1px 4px;
    width: 105px;
}

.ui-recommendations-card__online-booking-subtitle {
    color: rgb(41, 104, 200);
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
}

.ui-recommendations-card__price-block {
    overflow: visible;
    position: relative;
}

.ui-recommendations-card__price-block:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__price-top {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    position: relative;
}

.ui-recommendations-card__price-top:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__price-original-price {
    color: rgba(0, 0, 0, 0.45);
    left: 0px;
    line-height: 1;
    margin-bottom: 4px;
    opacity: 0;
    position: absolute;
    top: 0px;
}

.ui-recommendations-card__price-and-discount {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.ui-recommendations-card__price-and-discount .ui-recommendations-card__price {
    color: rgb(51, 51, 51);
    margin-right: 4px;
}

.ui-recommendations-card__price-and-discount .ui-recommendations-card__price:last-child {
    margin-right: 0px;
}

.ui-recommendations-card__rebates {
    align-items: center;
    margin-bottom: 4px;
}

.ui-recommendations-card__rebates:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__rebates-tag {
    background-color: rgba(52, 131, 250, 0.2);
    border-radius: 3px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: rgb(52, 131, 250);
    display: inline;
    font-weight: 600;
    line-height: 20px;
    margin-right: 4px;
    max-width: 190px;
    padding: 1px 4px;
}

.ui-recommendations-card__rebates-remaining {
    display: block;
}

.ui-recommendations-card__rebates-remaining--orange {
    color: rgb(255, 119, 51);
}

.ui-recommendations-card__rebates-remaining--gray {
    color: rgba(0, 0, 0, 0.45);
}

.ui-recommendations-card__rebates-block:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__shipping {
    align-items: center;
    background: transparent;
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    height: auto;
    left: unset;
    position: relative;
    right: unset;
    top: unset;
    width: auto;
}

.ui-recommendations-card__shipping:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__shipping-text {
    color: rgb(0, 166, 80);
    line-height: 13px;
}

.ui-recommendations-card__shipping-promise {
    align-items: center;
    border-radius: 2px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    padding: 2px 4px;
}

.ui-recommendations-card__shipping-promise--light {
    background-color: rgba(0, 166, 80, 0.1);
    color: rgb(0, 166, 80);
}

.ui-recommendations-card__shipping-promise--dark {
    background-color: rgb(0, 166, 80);
    color: rgb(255, 255, 255);
}

.ui-recommendations-card__shipping-icon {
    fill: rgb(0, 166, 80);
    display: inline;
    height: 13px;
    left: unset;
    margin: 0px;
    position: relative;
    top: 1px;
    width: 41px;
}

.ui-recommendations-card__title {
    display: -webkit-box;
    max-height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
    overflow-wrap: anywhere;
}

.ui-recommendations-card__title:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__link,
.ui-recommendations-card__link:active,
.ui-recommendations-card__link:focus,
.ui-recommendations-card__link:hover {
    text-decoration: none;
}

.ui-recommendations-card__link:focus-visible {
    box-shadow: none;
}

.ui-recommendations-card__link:focus-visible::before {
    outline: -webkit-focus-ring-color auto 1px;
}

.ui-recommendations-card__link::before {
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.ui-recommendations-card__value-proposition:last-child {
    margin-bottom: 0px;
}

.ui-recommendations-card__value-proposition-label {
    color: rgba(0, 0, 0, 0.45);
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
    line-height: 1.25;
    margin: 2px 0px 0px;
}

.ui-recommendations-card {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    display: flex;
    font-weight: 400;
    margin: 0px;
    position: relative;
    white-space: normal;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.ui-recommendations-card::after,
.ui-recommendations-card:hover,
.ui-recommendations-card:hover::after {
    box-shadow: none;
}

.ui-recommendations-card__content-and-hidden {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    width: 100%;
}

.ui-recommendations-card__hidden--with-actions-or-brand {
    position: relative;
    z-index: 2;
}

.ui-recommendations-card--vertical {
    flex-direction: column;
}

.ui-recommendations-card--vertical .ui-recommendations-card__bookmark-button {
    height: 30px;
    right: 12px;
    top: 12px;
    width: 30px;
}

.ui-recommendations-card--vertical .ui-recommendations-card__bookmark-button-icon {
    width: 18px;
}

.ui-recommendations-card--vertical .ui-recommendations-card__image-container {
    width: 100%;
}

.ui-recommendations-card--vertical .ui-recommendations-card__action-label {
    margin: 16px 0px;
}

.ui-recommendations-card__action,
.ui-recommendations-card__brand {
    opacity: 1;
    position: relative;
}

.ui-recommendations-card__bookmark-button {
    opacity: 1;
}

.ui-recommendations-card.show-original-price .ui-recommendations-card__price-original-price {
    opacity: 1;
    position: relative;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical {
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(237, 237, 237);
    list-style: none;
    margin: 0px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical:nth-child(2n+1) {
    border-right: 1px solid rgb(237, 237, 237);
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__highlight-deal:not(:last-child) {
    margin-bottom: 4px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__image-container {
    height: auto;
    padding: 8px 8px 5px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__image {
    height: auto;
    max-width: 150px;
    object-fit: cover;
    width: 100%;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0px 8px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__price-block:not(:last-child),
.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__price-top:not(:last-child) {
    margin-bottom: 4px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__installments-price,
.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__installments-price--free {
    font-size: 12px;
    font-weight: 300;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__installments-price .andes-money-amount,
.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__installments-price--free .andes-money-amount {
    font-weight: 300;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__benefits-block:not(:last-child) {
    margin-bottom: 4px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__melicoin-text,
.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__rebates {
    font-size: 12px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__shipping:not(:last-child) {
    margin-bottom: 4px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__shipping-text {
    font-size: 12px;
    font-weight: 600;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__title {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.3;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__title:not(:last-child) {
    margin-bottom: 8px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__link {
    color: rgba(0, 0, 0, 0.55);
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__hidden {
    padding: 0px 8px 6px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__cpg:not(:last-child),
.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__last-buy:not(:last-child),
.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__value-proposition:not(:last-child) {
    margin-bottom: 4px;
}

.ui-recommendations-list__items-wrapper--grid .ui-recommendations-card--vertical .ui-recommendations-card__brand {
    margin-top: 4px;
}

.congrats-step-container {
    padding-bottom: 48px;
}

.congrats-step-container .bf-ui-card+.bf-ui-card .bf-ui-card-information__title {
    margin-bottom: 4px;
}

.congrats-step-container .bf-ui-card+.bf-ui-card .bf-ui-card-information__disclaimer {
    margin-top: 4px;
}

.congrats-step-container .container {
    padding: 0px 16px;
}

.congrats-step-container .limit-carousel {
    margin: 16px;
}

.congrats-step-container .bf-ui-list-row__quick-selector-icon {
    padding: 0px;
}

.congrats-step-container .bf-ui-list-container__title {
    font-size: 18px;
    padding: 20px 24px;
}

.congrats-step-container .bf-ui-card-footer {
    padding: 12px 24px;
}

.congrats-step-container .bf-ui-list-row__title {
    font-size: 16px;
}

.congrats-step-container .bf-ui-list-row__description {
    font-size: 14px;
}

.congrats-step-container .bf-ui-list-row__icon {
    margin-right: 16px;
    min-width: 48px;
}

.congrats-step-container .bf-ui-list-row__text {
    margin-right: 16px;
}

.congrats-step-container .bf-ui-rich-text.bf-ui-rich-text--neutral {
    font-weight: 600;
}

.congrats-step-container .bf-payment-card-component+.bf-ui-card {
    margin-top: 16px;
}

.congrats-step-container .card-full-coupons-offers-items .card-full-coupons-offers-item .subtitle {
    margin: 12px 0px 20px;
}

.congrats-step-container .card-full-coupons-offers-items .card-full-coupons-offers-item .price {
    margin-bottom: 20px;
}

.congrats-step-container .bf-ui-ordered-list {
    margin-left: 0px;
    padding: 16px 16px 16px 40px;
}

.congrats-step-container .bf-ui-ordered-list__list-element {
    list-style: decimal;
}

.congrats-step-container .bf-ui-information-list .bf-ui-ordered-list {
    padding-left: 16px;
}

.congrats-step-container .bf-ui-detail-row-with-images__image .bf-ui-image--circle {
    object-fit: contain;
}

.congrats-step-container .mercado-puntos-header .content-container .card .mercado-puntos-header-texts .action a.link {
    color: var(--andes-color-blue-500, #3483fa);
}

.congrats-step-container .bf-ui-container-code {
    margin-bottom: 4px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-ordered-list+.bf-ui-card-disclaimer {
    align-items: end;
    margin-left: 0px;
    margin-top: 0px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-ordered-list+.bf-ui-card-disclaimer .bf-ui-card-disclaimer__icon {
    min-width: 20px;
    width: 20px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-card-disclaimer+.bf-ui-card-description {
    margin: 16px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-list-container__title+.bf-ui-card-title {
    margin: 16px 24px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-image-with-epigraph {
    margin-bottom: 0px;
    padding: 16px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-image-with-epigraph .bf-ui-image-with-epigraph__epigraph {
    margin-top: 0px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-card-title+.bf-ui-image-with-epigraph {
    padding-top: 0px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-list-container>.bf-ui-information-list {
    padding: 0px 24px 16px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-list-container>.bf-ui-information-list .bf-ui-ordered-list {
    margin: 0px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-list-container>.bf-ui-information-list .bf-ui-ordered-list+.bf-ui-card-disclaimer {
    margin-left: 4px;
}

.congrats-step-container .bf-ui-card>.bf-ui-list-container .bf-ui-list-container>.bf-ui-information-list .bf-ui-image-with-epigraph+.bf-ui-card-title .bf-ui-rich-text {
    font-size: 14px;
}

.congrats-step-container .bf-ui-icon.bf-ui-icon--meliplus_icon {
    margin-left: 0px;
}

.congrats-step-container .bf-ui-card-information__description-text>span[data-js="rich-text"]+span[data-testid="bf_v6_melimas_cashback"] {
    margin-left: 4px;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .congrats-step-container .bf-ui-card-information__description-text>span[data-js="rich-text"]+span[data-testid="bf_v6_melimas_cashback"] .bf-ui-icon--bf_v6_melimas_cashback {
        width: 12px !important;
    }
}

.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;
}

[data-andes-carousel-snapped-control] {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
    position: absolute;
    z-index: 1;
}

[data-andes-carousel-snapped-control]: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;
}

[data-andes-carousel-snapped-control]: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;
}

[data-andes-carousel-snapped-control]:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

[data-andes-carousel-snapped-control][data-andes-position="bottom"] {
    bottom: 0px;
    left: 50%;
    top: unset;
}

[data-andes-carousel-snapped-control][data-andes-position="bottom-end"] {
    bottom: 0px;
    left: unset;
    right: 0px;
    top: unset;
}

[data-andes-carousel-snapped-control][data-andes-position="bottom-start"] {
    bottom: 0px;
    left: 0px;
    top: unset;
}

[data-andes-carousel-snapped-control][data-andes-position="left"] {
    left: 0px;
    top: 50%;
}

[data-andes-carousel-snapped-control][data-andes-position="right"] {
    left: unset;
    right: 0px;
    top: 50%;
}

[data-andes-carousel-snapped-control][data-andes-position="top"] {
    left: 50%;
    top: 0px;
}

[data-andes-carousel-snapped-control][data-andes-position="top-end"] {
    left: unset;
    right: 0px;
    top: 0px;
}

[data-andes-carousel-snapped-control][data-andes-position="top-start"] {
    left: 0px;
    top: 0px;
}

[data-andes-carousel-snapped-control]:active,
[data-andes-carousel-snapped-control]:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

[data-andes-carousel-snapped-control]:focus {
    opacity: 1;
    position: absolute;
}

[data-andes-carousel-snapped-control]:focus-visible {
    opacity: 1;
    position: absolute;
}

[data-andes-carousel-snapped-control]:not(:focus-visible):focus {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
}

[data-andes-carousel-snapped-control]:not(:focus-visible):hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 16px 0px;
}

.andes-carousel-snapped {
    height: 100%;
}

.andes-carousel-snapped--scroll-hidden {
    overflow-x: hidden;
}

.andes-carousel-snapped--scroll-visible {
    overflow-x: visible;
}

.andes-carousel-snapped__container {
    position: relative;
}

.andes-carousel-snapped__container [data-andes-carousel-snapped-control] {
    opacity: 0;
}

.andes-carousel-snapped__container [data-andes-carousel-snapped-control]:focus-visible {
    opacity: 1;
}

.andes-carousel-snapped__container--arrows-visible [data-andes-carousel-snapped-control],
.andes-carousel-snapped__container:hover [data-andes-carousel-snapped-control] {
    opacity: 1;
}

.andes-carousel-snapped__container--arrows-visible [data-andes-carousel-snapped-control][data-andes-state~="disabled"],
.andes-carousel-snapped__container:hover [data-andes-carousel-snapped-control][data-andes-state~="disabled"] {
    opacity: 0;
}

.andes-carousel-snapped__container--pagination-position-top .andes-carousel-snapped {
    margin-top: 12px;
}

.andes-carousel-snapped__controls-wrapper {
    position: relative;
}

.andes-carousel-snapped__wrapper {
    display: flex;
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.andes-carousel-snapped__header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.andes-carousel-snapped__title {
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.andes-carousel-snapped__slide {
    cursor: grab;
    display: flex;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
}

.andes-carousel-snapped__slide--spacing-12 {
    margin-right: 12px;
}

.andes-carousel-snapped__slide--spacing-16 {
    margin-right: 16px;
}

.andes-carousel-snapped__slide--spacing-20 {
    margin-right: 20px;
}

.andes-carousel-snapped__slide--spacing-24 {
    margin-right: 24px;
}

.andes-carousel-snapped__slide> :first-child: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-carousel-snapped__slide> :first-child: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-carousel-snapped__slide> :first-child:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.andes-carousel-snapped__slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.andes-carousel-snapped__control {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border: 0px;
    cursor: pointer;
    display: flex;
    height: 64px;
    justify-content: center;
    opacity: 0;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.andes-carousel-snapped__control[data-andes-state~="disabled"] {
    cursor: default;
}

.andes-carousel-snapped__control svg,
.andes-carousel-snapped__control svg path {
    fill: var(--andes-color-blue-500, #3483fa);
}

.andes-carousel-snapped__control__icon-container {
    display: flex;
}

.andes-carousel-snapped__container--content {
    width: 100%;
}

.andes-carousel-snapped__container--content.andes-carousel-snapped__container--with-controls.andes-carousel-snapped__container--strict-boundaries {
    margin-left: 32px;
    width: calc(100% - 64px);
}

.andes-carousel-snapped__container--content .andes-carousel-snapped__control {
    border-radius: 50%;
    width: 64px;
}

.andes-carousel-snapped__container--content .andes-carousel-snapped__control--previous {
    left: -32px;
    right: unset;
}

.andes-carousel-snapped__container--content .andes-carousel-snapped__control--next {
    left: unset;
    right: -32px;
}

.andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small {
    height: 32px;
    width: 32px;
}

.andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small.andes-carousel-snapped__control--previous {
    left: -16px;
}

.andes-carousel-snapped__container--content .andes-carousel-snapped__control--size-small.andes-carousel-snapped__control--next {
    right: -16px;
}

@media (min-width: 768px) {
    .ui-recommendations-carousel-container-img {
        display: none;
        height: 0px;
        width: 0px;
    }

    .ui-recommendations-title {
        color: rgba(0, 0, 0, 0.9);
        display: inline-block;
        font-weight: 400;
        margin: 0px;
    }

    .ui-recommendations-title:hover,
    .ui-recommendations-title:visited {
        color: rgba(0, 0, 0, 0.9);
    }

    .ui-recommendations-title:not(:last-child) {
        margin-right: 16px;
    }

    .ui-recommendations-title .ui-recommendations-icon {
        vertical-align: middle;
    }

    .ui-recommendations-title {
        font-size: 24px;
    }

    .ui-recommendations-title .ui-recommendations-icon-cpg_icon {
        height: 14px;
        width: 155px;
    }

    .ui-recommendations-title .ui-recommendations-icon-full_icon {
        height: 20px;
        width: 62px;
    }

    .ui-recommendations-subtitle {
        align-self: baseline;
        color: rgb(52, 131, 250);
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        text-decoration: none;
    }

    .ui-recommendations-subtitle:visited {
        color: rgb(52, 131, 250);
    }

    .ui-recommendations-subtitle:hover {
        color: rgb(18, 89, 195);
    }

    .ui-recommendations-side-button {
        white-space: nowrap;
    }

    .ui-recommendations-footer__link {
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        width: 100%;
    }

    .ui-recommendations-footer__wrapper {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .ui-recommendations-footer__chevron {
        display: flex;
    }

    .ui-recommendations-footer-icon {
        height: 14px;
        stroke: rgb(52, 131, 250);
        width: 9px;
    }

    .ui-recommendations-carousel-container-ref,
    .ui-recommendations-carousel-snapped {
        width: 100%;
    }

    .ui-recommendations-carousel-snapped__header {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .ui-recommendations-carousel-snapped__header-titles {
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
    }

    .ui-recommendations-carousel-snapped .andes-carousel-snapped--scroll-hidden {
        overflow-y: hidden;
    }

    .ui-recommendations-carousel-snapped .andes-carousel-snapped__control {
        top: calc((var(--max-card-height, auto) + 18px)/2);
    }

    .ui-recommendations-carousel-snapped .andes-carousel-snapped__container {
        height: calc(var(--max-card-height, auto));
    }

    .ui-recommendations-carousel-snapped .andes-carousel-snapped__slide {
        justify-content: center;
        margin-bottom: 16px;
        padding: 0px 2px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-footer__link {
        display: inline-block;
        margin-left: 2px;
        margin-top: 24px;
    }

    .ui-recommendations-carousel-snapped--fixed-height .andes-carousel-snapped__container,
    .ui-recommendations-carousel-snapped--fixed-height .andes-carousel-snapped__slide,
    .ui-recommendations-carousel-snapped--fixed-height .ui-recommendations-card.ui-recommendations-card--horizontal {
        height: auto;
    }

    .ui-recommendations-carousel-snapped--fixed-height .andes-carousel-snapped__control {
        top: 50%;
    }

    .ui-recommendations-carousel-snapped--fixed-height .ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__price-original-price {
        opacity: 0;
        position: absolute;
    }

    .ui-recommendations-card__action {
        background: none;
        border: 0px;
        cursor: pointer;
        display: block;
        left: 0px;
        opacity: 0;
        overflow: hidden;
        padding: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .ui-recommendations-card__action-label {
        color: rgb(52, 131, 250);
        display: block;
        font-size: 14px;
        line-height: 0.86;
    }

    .ui-recommendations-card {
        transition-duration: 0.1s;
        transition-property: height, max-height;
        transition-timing-function: ease-out;
    }

    .ui-recommendations-card__action,
    .ui-recommendations-card__price-original-price,
    .ui-recommendations-card__title {}

    .ui-recommendations-card__attributes-pill {
        display: flex;
        margin-bottom: 8px;
    }

    .ui-recommendations-card__attributes-pill:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__attributes-pill-label {
        align-items: center;
        border-radius: 2px;
        color: rgb(255, 255, 255);
        display: flex;
        flex: 0 1 auto;
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        padding: 3px 4px;
    }

    .ui-recommendations-card__attributes-pill-label--success {
        background-color: rgb(0, 166, 80);
    }

    .ui-recommendations-card__attributes-pill-label--neutral {
        background-color: rgb(52, 131, 250);
    }

    .ui-recommendations-card__attributes {
        color: rgb(51, 51, 51);
        display: block;
        font-size: 14px;
        margin-bottom: 8px;
        white-space: ;
    }

    .ui-recommendations-card__attributes:last-child,
    .ui-recommendations-card__benefits-block:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__bookmark-button {
        align-items: center;
        background-color: rgba(255, 255, 255, 0.7);
        border: 0px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        justify-content: center;
        opacity: 0;
        padding: 0px;
        position: absolute;
        z-index: 2;
    }

    .ui-recommendations-card__bookmark-button-icon {
        fill: rgb(52, 131, 250);
        position: absolute;
    }

    .ui-recommendations-card__bookmark-button-icon-full {
        opacity: 0;
        transform: scale(0);
        transition: opacity 0.25s ease-in-out, transform 0.35s cubic-bezier(0, 0, 0.3, 1.5);
    }

    .ui-recommendations-card__bookmark-button-icon-full--active {
        opacity: 1;
        transform: scale(1);
    }

    .ui-recommendations-card__bookmark-button--bookmarked {
        opacity: 1;
    }

    .ui-recommendations-card__brand {
        background: none;
        border: 0px;
        color: rgb(153, 153, 153);
        cursor: pointer;
        font-size: 12px;
        font-weight: 300;
        left: 0px;
        line-height: 1.3;
        opacity: 0;
        padding: 0px;
        position: absolute;
        top: 0px;
    }

    .ui-recommendations-card__cpg {
        display: block;
    }

    .ui-recommendations-card__cpg:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__cpg-icon {
        display: flex;
        height: 9px;
    }

    .ui-recommendations-card__pill {
        align-items: center;
        border-radius: 2px;
        display: inline-flex;
        flex: 0 1 auto;
        gap: 4px;
        height: 18px;
        line-height: 1;
        overflow: hidden;
        padding: 3px 4px;
        vertical-align: middle;
    }

    .ui-recommendations-card__pill-icon {
        width: 19px;
    }

    .ui-recommendations-card__highlight-deal {
        display: flex;
    }

    .ui-recommendations-card__highlight-deal:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__image-container {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        overflow: hidden;
    }

    .ui-recommendations-card__image-overlay {
        background: rgba(0, 0, 0, 0.04);
        border-radius: 8px;
        position: absolute;
    }

    .ui-recommendations-card__installments {
        display: flex;
        flex-flow: wrap;
    }

    .ui-recommendations-card__installments-original-price,
    .ui-recommendations-card__installments-price,
    .ui-recommendations-card__installments-price--free {
        display: flex;
        flex-wrap: wrap;
        line-height: 1;
        margin-right: 0px;
        margin-top: 1px;
    }

    .ui-recommendations-card__installments-price {
        color: rgba(0, 0, 0, 0.8);
    }

    .ui-recommendations-card__installments-price--free {
        color: rgb(0, 166, 80);
    }

    .ui-recommendations-card__installments-before-text,
    .ui-recommendations-card__installments-middle-text {
        white-space: pre;
    }

    .ui-recommendations-card__installments .andes-money-amount {
        display: inline-flex;
    }

    .ui-recommendations-card__last-buy {
        color: rgba(0, 0, 0, 0.55);
        display: flex;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        margin-top: auto;
    }

    .ui-recommendations-card__melicoin {
        align-items: center;
        display: flex;
        flex-direction: row;
        margin-bottom: 5px;
        width: 100%;
    }

    .ui-recommendations-card__melicoin:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__melicoin-text {
        align-items: center;
        background: rgb(255, 241, 203);
        border-radius: 2px;
        color: rgb(164, 123, 46);
        display: flex;
        font-family: "Proxima Nova";
        font-style: normal;
        font-weight: 600;
        padding: 1px 4px;
        white-space: pre;
    }

    .ui-recommendations-card__melicoin-text svg {
        height: 15px;
        width: 15px;
    }

    .ui-recommendations-card__melicoin-text .ui-recommendations-card__price {
        color: rgb(164, 123, 46);
        font-weight: 600;
        line-height: inherit;
    }

    .ui-recommendations-card__online-booking {
        margin-bottom: 12px;
    }

    .ui-recommendations-card__online-booking:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__online-booking-title {
        background: rgba(65, 137, 230, 0.15);
        border-radius: 2px;
        color: rgb(41, 104, 200);
        font-size: 14px;
        font-weight: 600;
        height: 18px;
        line-height: 16px;
        margin-bottom: 5px;
        padding: 1px 4px;
        width: 105px;
    }

    .ui-recommendations-card__online-booking-subtitle {
        color: rgb(41, 104, 200);
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }

    .ui-recommendations-card__price-block {
        overflow: visible;
        position: relative;
    }

    .ui-recommendations-card__price-block:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__price-top {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        font-size: 24px;
        position: relative;
    }

    .ui-recommendations-card__price-top:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__price-original-price {
        color: rgba(0, 0, 0, 0.45);
        left: 0px;
        line-height: 1;
        margin-bottom: 4px;
        opacity: 0;
        position: absolute;
        top: 0px;
    }

    .ui-recommendations-card__price-and-discount {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .ui-recommendations-card__price-and-discount .ui-recommendations-card__price {
        color: rgb(51, 51, 51);
        margin-right: 4px;
    }

    .ui-recommendations-card__price-and-discount .ui-recommendations-card__price:last-child {
        margin-right: 0px;
    }

    .ui-recommendations-card__rebates {
        align-items: center;
        margin-bottom: 4px;
    }

    .ui-recommendations-card__rebates:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__rebates-tag {
        background-color: rgba(52, 131, 250, 0.2);
        border-radius: 3px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        color: rgb(52, 131, 250);
        display: inline;
        font-weight: 600;
        line-height: 20px;
        margin-right: 4px;
        max-width: 190px;
        padding: 1px 4px;
    }

    .ui-recommendations-card__rebates-remaining {
        display: block;
    }

    .ui-recommendations-card__rebates-remaining--orange {
        color: rgb(255, 119, 51);
    }

    .ui-recommendations-card__rebates-remaining--gray {
        color: rgba(0, 0, 0, 0.45);
    }

    .ui-recommendations-card__rebates-block:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__shipping {
        align-items: center;
        background: transparent;
        border: 0px;
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
        height: auto;
        left: unset;
        position: relative;
        right: unset;
        top: unset;
        width: auto;
    }

    .ui-recommendations-card__shipping:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__shipping-text {
        color: rgb(0, 166, 80);
        line-height: 13px;
    }

    .ui-recommendations-card__shipping-promise {
        align-items: center;
        border-radius: 2px;
        display: flex;
        font-size: 12px;
        font-weight: 600;
        line-height: 13px;
        padding: 2px 4px;
    }

    .ui-recommendations-card__shipping-promise--light {
        background-color: rgba(0, 166, 80, 0.1);
        color: rgb(0, 166, 80);
    }

    .ui-recommendations-card__shipping-promise--dark {
        background-color: rgb(0, 166, 80);
        color: rgb(255, 255, 255);
    }

    .ui-recommendations-card__shipping-icon {
        fill: rgb(0, 166, 80);
        display: inline;
        height: 13px;
        left: unset;
        margin: 0px;
        position: relative;
        top: 1px;
        width: 41px;
    }

    .ui-recommendations-card__title {
        display: -webkit-box;
        max-height: 2.6em;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0px;
        overflow-wrap: anywhere;
    }

    .ui-recommendations-card__title:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__link,
    .ui-recommendations-card__link:active,
    .ui-recommendations-card__link:focus,
    .ui-recommendations-card__link:hover {
        text-decoration: none;
    }

    .ui-recommendations-card__link:focus-visible {
        box-shadow: none;
    }

    .ui-recommendations-card__link:focus-visible::before {
        outline: -webkit-focus-ring-color auto 1px;
    }

    .ui-recommendations-card__link::before {
        content: "";
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 1;
    }

    .ui-recommendations-card__value-proposition:last-child {
        margin-bottom: 0px;
    }

    .ui-recommendations-card__value-proposition-label {
        color: rgba(0, 0, 0, 0.45);
        font-size: 12px;
        font-stretch: normal;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.1px;
        line-height: 1.25;
        margin: 2px 0px 0px;
    }

    .ui-recommendations-card {
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        display: flex;
        font-weight: 400;
        margin: 0px;
        position: relative;
        white-space: normal;
        -webkit-font-smoothing: antialiased;
        height: 100%;
        width: 100%;
        z-index: 1;
    }

    .ui-recommendations-card::after,
    .ui-recommendations-card:hover,
    .ui-recommendations-card:hover::after {
        box-shadow: none;
    }

    .ui-recommendations-card__content-and-hidden {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: space-between;
        width: 100%;
    }

    .ui-recommendations-card__hidden--with-actions-or-brand {
        position: relative;
        z-index: 2;
    }

    .ui-recommendations-card--vertical {
        flex-direction: column;
    }

    .ui-recommendations-card--vertical .ui-recommendations-card__bookmark-button {
        height: 30px;
        right: 12px;
        top: 12px;
        width: 30px;
    }

    .ui-recommendations-card--vertical .ui-recommendations-card__bookmark-button-icon {
        width: 18px;
    }

    .ui-recommendations-card--vertical .ui-recommendations-card__image-container {
        width: 100%;
    }

    .ui-recommendations-card--vertical .ui-recommendations-card__action-label {
        margin: 16px 0px;
    }

    .ui-recommendations-card {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
    }

    .ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 11px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
        text-decoration: none;
    }

    .ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__action,
    .ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__brand,
    .ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__price-original-price {
        opacity: 1;
        position: relative;
        transition: opacity 0.1s 0.1s;
    }

    .ui-recommendations-card:hover:not(.ui-recommendations-disabled-hover) .ui-recommendations-card__bookmark-button {
        opacity: 1;
        position: absolute;
        transition: opacity 0.1s 0.1s;
    }

    .ui-recommendations-card:focus-within {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 11px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;
    }

    .ui-recommendations-card:focus-within .ui-recommendations-card__action,
    .ui-recommendations-card:focus-within .ui-recommendations-card__brand,
    .ui-recommendations-card:focus-within .ui-recommendations-card__price-original-price {
        opacity: 1;
        position: relative;
        transition: opacity 0.1s 0.1s;
    }

    .ui-recommendations-card:focus-within .ui-recommendations-card__bookmark-button {
        opacity: 1;
        position: absolute;
        transition: opacity 0.1s 0.1s;
    }

    .ui-recommendations-card__brand:hover {
        color: rgb(102, 102, 102);
    }

    .ui-recommendations-card__bookmark-button-icon-empty:hover {
        fill: rgb(18, 89, 195);
    }

    .ui-recommendations-card__bookmark-button-icon-empty--active:hover {
        fill: rgb(52, 131, 250);
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical {
        border: 1px solid rgb(245, 245, 245);
        border-radius: 4px;
        min-height: var(--max-card-height, auto);
        width: 222px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__highlight-deal:not(:last-child) {
        margin-bottom: 8px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__image-container {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__image {
        height: 220px;
        object-fit: cover;
        width: 220px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__content {
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        padding: 16px 16px 0px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__price-block:not(:last-child) {
        margin-bottom: 8px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__price-top:not(:last-child) {
        margin-bottom: 4px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-original-price,
    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-price,
    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__installments-price--free {
        font-size: 14px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__benefits-block:not(:last-child) {
        margin-bottom: 8px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__melicoin-text,
    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__rebates {
        font-size: 12px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__shipping:not(:last-child) {
        margin-bottom: 8px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__shipping-text {
        font-size: 14px;
        font-weight: 600;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__title {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.3;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__title:not(:last-child) {
        margin-bottom: 8px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__link {
        color: rgba(0, 0, 0, 0.8);
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__cpg:not(:last-child),
    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__last-buy:not(:last-child),
    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__value-proposition:not(:last-child) {
        margin-bottom: 8px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__hidden {
        padding: 0px 16px 16px;
    }

    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__action,
    .ui-recommendations-carousel-snapped .ui-recommendations-card--vertical .ui-recommendations-card__brand {
        margin-top: 8px;
    }

    .congrats-step-container {
        padding-bottom: 0px;
    }

    .congrats-step-container .limit-carousel {
        margin: auto;
        width: 734px;
    }

    .congrats-step-container form.bf-ui-form {
        padding: 0px;
    }

    .congrats-step-container .bf-ui-card .bf-ui-card-title--mid {
        padding-right: 36px;
    }

    .congrats-step-container .bf-ui-list-container {
        display: block;
    }

    .congrats-step-container .bf-ui-button-container {
        margin: 16px 0px 0px;
        text-align: left;
    }

    .congrats-step-container .bf-ui-list-row__icon,
    .congrats-step-container .bf-ui-list-row__text {
        margin-right: 24px;
    }

    .congrats-step-container .bf-ui-bar-code__image {
        max-width: 100%;
    }

    .congrats-step-container .bf-ui-card+.bf-ui-button-container {
        margin-bottom: 16px;
    }

    .congrats-step-container .bf-ui-list-container+.bf-ui-button-container {
        margin: 0px;
    }

    .congrats-step-container .custom-mshops-checkout .bf-ui-button-container {
        display: flex;
        flex-flow: wrap;
        row-gap: 12px;
    }

    .congrats-step-container .nav-footer.nav-footer-shops {
        bottom: 0px;
        width: 100%;
    }

    .congrats-step-container .bf-ui-card+.bf-ui-card .bf-ui-card-information__title--melimas {
        margin-bottom: 8px;
    }

    .congrats-step-container .bf-ui-card-information__description-text>span[data-js="rich-text"]+span[data-testid="bf_v6_melimas_cashback"] {
        margin-left: 6px;
        margin-top: 2px;
    }
}

.esc-step-container {
    height: 100vh;
}

.esc-step-container .bf-ui-card-title {
    padding-top: 0px;
    text-align: center;
}

.esc-step-container .bf-ui-card-disclaimer {
    margin-top: 12px;
}

.esc-step-container .bf-ui-card-disclaimer__title {
    text-align: center;
}

.esc-step-container .bf-ui-card-disclaimer span {
    padding: 0px 10px;
    text-align: center;
    width: 100%;
}

.esc-step-container form.bf-ui-form {
    padding: 12px 16px 0px;
}

.esc-step-container form.bf-ui-form .bf-ui-card-disclaimer {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0px;
}

.esc-step-container form.bf-ui-form .bf-ui-button-container>.bf-ui-button {
    position: relative;
}

@media (min-width: 768px) {
    .esc-step-container {
        height: 100%;
    }

    .esc-step-container .main-container {
        margin: 0px auto;
        max-width: 686px;
        padding: 56px 0px;
    }

    .esc-step-container .bf-ui-card {
        padding: 40px 44px;
    }

    .esc-step-container .bf-ui-card .bf-ui-card-title {
        padding: 0px;
        text-align: left;
    }

    .esc-step-container .bf-ui-row-container {
        display: flex;
        justify-content: space-between;
    }

    .esc-step-container .bf-payment-card-component {
        bottom: 0px;
        margin-left: auto;
    }

    .esc-step-container form.bf-ui-form {
        padding: 0px;
        width: 100%;
    }

    .esc-step-container form.bf-ui-form .bf-ui-card-title {
        margin-bottom: 16px;
    }

    .esc-step-container form.bf-ui-form .bf-ui-button-container {
        margin: 0px;
        padding: 56px 0px 0px;
        text-align: left;
    }

    .esc-step-container form.bf-ui-form .bf-ui-card-disclaimer {
        margin: 0px 0px 32px;
        padding: 0px;
    }

    .esc-step-container form.bf-ui-form .bf-ui-card-disclaimer span {
        padding: 0px;
        text-align: left;
    }
}

.hubddff-step-container {
    height: 100vh;
}

.hubddff-step-container .bf-ui-form {
    background-color: transparent;
    margin-top: 24px;
    padding: 0px 24px;
}

.hubddff-step-container .bf-ui-form .bf-ui-radio-card-heading {
    margin-top: 0px;
}

.hubddff-step-container .bf-ui-form .bf-ui-radio-card {
    margin-bottom: 24px;
}

.hubddff-step-container .bf-ui-form .bf-ui-button-container {
    background-color: transparent;
}

@media (min-width: 768px) {
    .hubddff-step-container {
        height: 100%;
    }

    .hubddff-step-container .bf-ui-form {
        margin: 0px;
        padding: 0px;
    }

    .hubddff-step-container .bf-ui-form .bf-ui-button-container {
        text-align: left;
    }

    .hubddff-step-container .bf-ui-form .bf-ui-radio-card {
        margin-bottom: 32px;
    }
}

.inconsistency-step-container .nav-footer-access {
    margin-top: 0px !important;
}

@media (min-width: 768px) {
    .inconsistency-step-container .bf-ui-card .bf-ui-card-title--mid {
        padding-right: 36px;
    }
}

.review-step-container .navigation-bar__container {
    background-color: rgb(255, 234, 120);
    box-shadow: none;
    z-index: 1;
}

.review-step-container .navigation-bar__container .navigation-bar__title {
    display: none;
}

.review-step-container .navigation-bar__container--sticky {
    background-color: rgb(255, 230, 0);
    transition: 0.3s;
}

.review-step-container .navigation-bar__container--sticky .navigation-bar__title {
    display: block;
}

.review-step-container form.bf-ui-form {
    margin-top: 0px;
}

.review-step-container .secondary-container .bf-ui-button-container {
    text-align: center;
}

.review-step-container .bf-ui-information-block-container .bf-ui-information-block__primary-title {
    align-items: center;
    display: flex;
}

.review-step-container .bf-ui-information-block-container .bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full_super,
.review-step-container .bf-ui-information-block-container .bf-ui-information-block__primary-title .bf-ui-icon.bf-ui-icon--full_super_mlb {
    margin-top: 2px;
}

@media (max-width: 480px) {
    .review-step-container {
        background-color: rgb(255, 255, 255);
    }

    .review-step-container .bf-ui-form .bf-ui-ticket .bf-ui-button-container {
        margin: 32px 0px 0px;
        padding: 0px;
    }

    .review-step-container .bf-ui-form .bf-ui-button-container {
        margin: 0px;
        padding: 16px 20px;
    }

    .review-step-container .bf-ui-ticket-disclaimer .bf-ui-badge-component .andes-badge.andes-badge--pill.andes-badge--gray.andes-badge--large.andes-badge--gray--quiet {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .review-step-container .bf-ui-information-block-container .bf-ui-information-block__primary-title {
        display: flex;
        justify-content: center;
    }

    .review-step-container .bf-ui-information-block-container .bf-ui-detail-block__text .bf-ui-detail-block__title {
        color: rgba(0, 0, 0, 0.55);
        font-size: 16px;
    }

    .review-step-container .bf-ui-card--melimas {
        background-color: rgb(255, 250, 220);
        margin-bottom: 20px;
        margin-top: -16px;
        padding: 8px 16px;
    }
}

.review-step-container .bf-ui-message-container {
    margin: 0px !important;
}

.review-step-container .bf-ui-ticket-disclaimer--meliusd {
    margin-bottom: 16px !important;
}

.review-step-container .bf-ui-ticket-disclaimer--meliusd+.bf-ui-button-container {
    margin-top: 0px !important;
}

.review-step-container .bf-ui-step-title+.bf-ui-card--melimas {
    margin-bottom: -16px;
    margin-top: -16px;
    padding: 12px 16px;
}

.cardForm-step-container.navigation-bar__container-shops .main-container .navigation-bar__container,
.review-step-container.navigation-bar__container-shops .main-container .navigation-bar__container {
    background-color: rgb(245, 245, 245);
}

.remove-arrow-card-form.cardForm-step-container.navigation-bar__container-shops .main-container .navigation-bar__container .bf-ui-icon--arrow_back_black {
    display: none;
}

.securityCode-step-container {
    height: 100vh;
}

.securityCode-step-container .bf-ui-form {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 32px 20px 20px;
}

.securityCode-step-container .bf-ui-form .bf-payment-card-component {
    margin-bottom: 16px;
}

.securityCode-step-container .bf-ui-form .bf-ui-library-secure-field {
    width: 100%;
}

.securityCode-step-container .bf-ui-form .bf-ui-rich-container {
    margin-bottom: 32px;
}

.securityCode-step-container .bf-ui-form .bf-ui-button-container>.bf-ui-button {
    position: relative;
}

.securityCode-step-container .navigation-bar__container {
    position: static;
}

@media (min-width: 768px) {
    .securityCode-step-container {
        height: 100%;
    }

    .securityCode-step-container .bf-ui-form {
        margin-top: 0px;
        padding: 0px;
    }

    .securityCode-step-container .bf-ui-form .bf-ui-detail-row-container {
        background-color: rgb(255, 255, 255);
        padding: 56px 56px 56px 32px;
        width: 100%;
    }

    .securityCode-step-container .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container {
        display: flex;
        justify-content: center;
    }

    .securityCode-step-container .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-ui-input-text {
        width: 100%;
    }

    .securityCode-step-container .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-payment-card-component {
        margin-bottom: 0px;
        margin-left: auto;
    }

    .securityCode-step-container .bf-ui-form .bf-ui-detail-row-container .bf-ui-information-block-container {
        margin-bottom: 0px;
        padding: 0px 0px 0px 64px;
    }

    .securityCode-step-container .secondary-container .bf-ui-form {
        display: block;
        margin-top: 0px;
        padding: 0px;
    }
}

.shippingMethods-step-container.isLoading [type="submit"] {
    pointer-events: none;
}

.shippingMethods-step-container .main-container {
    padding: 56px 16px 20px;
}

.shippingMethods-step-container.custom-mshops-checkout .main-container {
    padding-top: 16px;
}

.shippingMethods-step-container .navigation-bar__container {
    background-color: transparent;
    box-shadow: none;
    z-index: 1;
}

.shippingMethods-step-container .navigation-bar__container .navigation-bar__title {
    display: none;
}

.shippingMethods-step-container .navigation-bar__container--sticky {
    background-color: rgb(255, 230, 0);
    transition: 0.3s;
}

.shippingMethods-step-container .navigation-bar__container--sticky .navigation-bar__title {
    display: block;
}

.shippingMethods-step-container .navigation-bar__container-shops {
    background-color: rgb(245, 245, 245);
}

.shippingMethods-step-container .bf-ui-step-title {
    margin-bottom: 28px;
}

.shippingMethods-step-container .bf-ui-card {
    margin-top: 12px;
    padding: 0px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-separator {
    margin: 0px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-row-with-columns:not(:first-child) {
    padding-top: 0px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-row-with-columns:last-child {
    padding-bottom: 16px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-row-with-columns {
    border-bottom: none;
    min-height: unset;
    padding: 16px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-row-with-columns-ui__right-content {
    width: auto;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-row-with-columns-ui__left-content {
    max-width: 80%;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-row-with-columns .bf-ui-row-with-columns-ui__right-column--with-quick-selector {
    margin-right: 12px;
    padding-right: 0px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-card-description {
    margin: 12px 0px;
    text-align: left;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-card-description:last-child {
    margin-bottom: 0px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-link-container {
    padding: 16px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-link-container:hover {
    background-color: rgb(245, 245, 245);
}

.shippingMethods-step-container .bf-ui-card .bf-ui-message {
    background-color: transparent;
    margin: 0px;
    padding: 0px;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-message .andes-message__border-color--accent {
    background-color: transparent;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-message .andes-badge--notification {
    position: absolute;
}

.shippingMethods-step-container .bf-ui-card .bf-ui-message .andes-message__rich-text {
    margin-left: 32px;
    text-align: left;
}

.shippingMethods-step-container .bf-ui-footer-container {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    z-index: 10;
}

.shippingMethods-step-container .bf-ui-footer-container .bf-ui-columns-with-labels {
    margin-bottom: 8px;
    padding: 0px;
}

@media (max-width: 480px) {
    .shippingMethods-step-container .main-container {
        padding: 56px 16px 150px;
    }

    .shippingMethods-step-container .bf-ui-radio-input__container {
        height: auto;
        max-height: none;
    }
}

@media (min-width: 768px) {
    .shippingMethods-step-container.isLoading [type="submit"] {
        pointer-events: none;
    }

    .shippingMethods-step-container .main-container {
        padding: 60px 48px 60px 8px;
    }

    .shippingMethods-step-container .bf-ui-step-title {
        margin-bottom: 32px;
    }

    .shippingMethods-step-container .bf-ui-detail-row+.bf-ui-step-title,
    .shippingMethods-step-container .bf-ui-list-with-title+.bf-ui-step-title {
        margin-top: 32px;
    }

    .shippingMethods-step-container form.bf-ui-form {
        margin-top: 14px;
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-radio-input__container {
        display: inline-block;
        height: 100%;
        max-height: fit-content;
        padding: 20px 24px;
        width: 100%;
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-radio-input__container:hover {
        background-color: rgb(245, 245, 245);
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-radio-input__radio-button {
        margin-right: 12px;
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-card-description {
        margin: 14px 0px 14px 28px;
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-link-container {
        margin: 0px;
        padding: 20px 24px 20px 52px;
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-message {
        margin-left: 28px;
    }

    .shippingMethods-step-container .bf-ui-card .main-container .bf-ui-list-with-title {
        margin-top: 0px;
    }

    .shippingMethods-step-container .bf-ui-card .bf-ui-list-with-title+.bf-ui-step-title {
        margin-top: 32px;
    }
}

.shippingPromises-step-container.isLoading [type="submit"] {
    pointer-events: none;
}

.shippingPromises-step-container .main-container {
    padding: 56px 16px 121px;
}

.shippingPromises-step-container .navigation-bar__container {
    background-color: transparent;
    box-shadow: none;
    z-index: 10;
}

.shippingPromises-step-container .navigation-bar__container .navigation-bar__title {
    display: none;
}

.shippingPromises-step-container .navigation-bar__container--sticky {
    background-color: rgb(255, 230, 0);
    transition: 0.3s;
}

.shippingPromises-step-container .navigation-bar__container--sticky .navigation-bar__title {
    display: block;
}

.shippingPromises-step-container .navigation-bar__container-shops {
    background-color: rgb(245, 245, 245);
}

.shippingPromises-step-container .bf-ui-step-title {
    margin: 0px;
}

.shippingPromises-step-container .bf-ui-card-disclaimer {
    margin: 8px 0px 28px;
}

.shippingPromises-step-container .bf-ui-message-container {
    margin-bottom: 12px;
    margin-top: 0px;
}

.shippingPromises-step-container .bf-ui-card {
    overflow: visible;
    padding: 0px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-detail-row-with-images {
    align-items: center;
    margin: 0px;
    padding: 12px 16px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-detail-row-with-images:hover {
    background-color: transparent;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-detail-row-with-images__image-custom_text path {
    fill: rgb(245, 245, 245);
}

.shippingPromises-step-container .bf-ui-card .bf-ui-detail-row-with-images__image-custom_text text {
    fill: var(--andes-color-blue-500, #3483fa);
    font-weight: 400;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-icon--supermarket {
    max-height: 64px;
    max-width: 100px;
    width: 100px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-separator {
    margin: 0px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container {
    height: auto;
    max-height: 100%;
    padding: 16px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container:last-of-type:hover {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container .bf-ui-radio-input__radio-button {
    margin-right: 12px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container .bf-ui-row-with-columns-ui__left-content {
    margin-right: 8px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container .bf-ui-row-with-columns-ui__left-content .bf-ui-rich-text--gray {
    white-space: nowrap;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container .bf-ui-row-with-columns-ui__right-content {
    width: fit-content;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-card-description {
    margin: 16px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-switch {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 16px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-switch__content .bf-ui-list-row-ui__icon.bf-ui-list-row-ui__icon-icon {
    background-color: rgb(255, 255, 255);
    margin-right: 16px;
}

.shippingPromises-step-container .bf-ui-card .bf-ui-switch__content .bf-ui-tooltip {
    z-index: 5;
}

.shippingPromises-step-container .bf-ui-rich-container {
    margin-bottom: 20px;
}

.shippingPromises-step-container .bf-ui-footer-container {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    z-index: 10;
}

.shippingPromises-step-container .bf-ui-footer-container .bf-ui-ticket-row__left-column {
    align-items: center;
}

.shippingPromises-step-container .bf-ui-footer-container .bf-ui-columns-with-labels {
    margin-bottom: 8px;
    padding: 0px;
}

@media (max-width: 320px) {
    .shippingPromises-step-container .bf-ui-switch .bf-ui-switch__ui {
        margin-right: 12px;
    }

    .shippingPromises-step-container .bf-ui-footer-container .bf-ui-columns-with-labels__left-column--primary-label .bf-ui-rich-text.bf-ui-rich-text--large,
    .shippingPromises-step-container .bf-ui-footer-container .bf-ui-columns-with-labels__right-column .bf-ui-text-money-amount .andes-money-amount,
    .shippingPromises-step-container .bf-ui-footer-container .bf-ui-columns-with-labels__right-column--primary-label .bf-ui-rich-text.bf-ui-rich-text--large {
        font-size: 18px !important;
    }
}

.shippingPromises-step-container .bf-ui-rich-container--melimas {
    margin: 0px !important;
}

.shippingPromises-step-container .bf-ui-card-disclaimer+.bf-ui-card--melimas {
    margin-top: -8px;
    padding: 12px 16px;
}

@media (max-width: 480px) {
    .shippingPromises-step-container .bf-ui-card-disclaimer+.bf-ui-card--melimas {
        padding: 8px 16px;
    }
}

@media (min-width: 768px) {
    .shippingPromises-step-container.isLoading [type="submit"] {
        pointer-events: none;
    }

    .shippingPromises-step-container .main-container {
        padding: 60px 48px 60px 8px;
    }

    .shippingPromises-step-container .main-container .bf-ui-form .bf-ui-ticket-row {
        background-color: rgb(245, 245, 245);
        border-radius: 4px;
        margin: 24px 0px 0px;
        padding: 16px 32px;
    }

    .shippingPromises-step-container .bf-ui-columns-with-labels {
        border-radius: 4px;
        margin: 24px 0px 0px;
    }

    .shippingPromises-step-container .bf-ui-step-title {
        margin: 0px;
    }

    .shippingPromises-step-container .bf-ui-form {
        margin-top: 12px;
    }

    .shippingPromises-step-container .bf-ui-card-disclaimer {
        margin: 8px 0px 32px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-detail-row-with-images {
        padding: 12px 32px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container {
        padding: 20px 32px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container .bf-ui-row-with-columns-ui__left-content {
        width: 80%;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-radio-input__container .bf-ui-row-with-columns-ui__right-content {
        width: 20%;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-switch {
        padding: 20px 32px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-switch__content .bf-ui-list-row-ui__icon.bf-ui-list-row-ui__icon-icon {
        margin-right: 12px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-columns-with-labels {
        border-radius: 0px;
        margin: 0px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-columns-with-labels .bf-ui-icon--supermarket {
        max-height: 64px;
        max-width: 100px;
        width: 100px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-card-footer {
        padding: 12px 32px;
    }

    .shippingPromises-step-container .bf-ui-rich-container {
        margin: 24px 0px 0px;
    }

    .shippingPromises-step-container .bf-ui-card .bf-ui-tag-group {
        overflow-x: auto;
        padding: 12px 32px;
    }
}

@media (max-width: 768px) {
    .splitPaymentsRemedy-step-container {
        background-color: rgb(255, 255, 255);
        min-height: 100vh;
    }
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .main-container {
    padding: 60px 16px 68px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-list-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-list-container .bf-ui-row-with-columns {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 80px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-list-container .bf-ui-row-with-columns:first-child {
    border-top: none;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-footer-container {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-payment-card-component {
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-row-with-columns-ui__text--center {
    margin-bottom: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .main-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .main-container {
    padding: 60px 16px 68px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-list-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-list-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 24px;
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-list-container .bf-ui-row-with-columns,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-list-container .bf-ui-row-with-columns {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 80px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-list-container .bf-ui-row-with-columns:first-child,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-list-container .bf-ui-row-with-columns:first-child {
    border-top: none;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-footer-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-footer-container {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-payment-card-component,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-payment-card-component {
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-row-with-columns-ui__text--center,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-row-with-columns-ui__text--center {
    margin-bottom: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .main-container {
    padding: 60px 16px 68px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-list-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-list-row,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-row-with-columns {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-footer-container {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .main-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .main-container {
    padding: 60px 16px 68px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-list-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-list-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-list-row,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-row-with-columns,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-list-row,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-row-with-columns {
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-footer-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-footer-container {
    bottom: 0px;
    left: 0px;
    position: fixed;
    right: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .main-container {
    padding-bottom: 64px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .navigation-bar__container+.bf-ui-progress-bar {
    width: 100%;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .navigation-bar__container+.bf-ui-progress-bar .bf-ui-progress-bar__progress {
    border-radius: 0px;
    height: 3px;
    margin: 0px;
    transition: width 0.25s;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-sticky-container {
    z-index: 10;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-sticky-container+.bf-ui-row-container {
    background-color: rgb(255, 255, 255);
    margin-top: 64px;
    min-height: 116px;
    position: relative;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-sticky-container+.bf-ui-row-container .bf-payment-card-component {
    margin: 0px auto;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-sticky-container+.bf-ui-row-container .bf-ui-rich-container {
    padding: 0px 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--hide-animation>div,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--show-animation>div {
    transform: unset;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-ui-input-text {
    margin: 0px 8px;
    min-width: calc(-104px + 100vw);
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-row-container .bf-ui-input-text {
    min-width: calc(-52px + 50vw);
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-scroll-container {
    min-height: 115px;
    padding: 0px 44px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .main-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .main-container {
    padding-bottom: 64px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .navigation-bar__container+.bf-ui-progress-bar,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .navigation-bar__container+.bf-ui-progress-bar {
    width: 100%;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .navigation-bar__container+.bf-ui-progress-bar .bf-ui-progress-bar__progress,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .navigation-bar__container+.bf-ui-progress-bar .bf-ui-progress-bar__progress {
    border-radius: 0px;
    height: 3px;
    margin: 0px;
    transition: width 0.25s;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-sticky-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-sticky-container {
    z-index: 10;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-sticky-container+.bf-ui-row-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-sticky-container+.bf-ui-row-container {
    background-color: rgb(255, 255, 255);
    margin-top: 64px;
    min-height: 116px;
    position: relative;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-sticky-container+.bf-ui-row-container .bf-payment-card-component,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-sticky-container+.bf-ui-row-container .bf-payment-card-component {
    margin: 0px auto;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-sticky-container+.bf-ui-row-container .bf-ui-rich-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-sticky-container+.bf-ui-row-container .bf-ui-rich-container {
    padding: 0px 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--hide-animation>div,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--show-animation>div,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--hide-animation>div,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-sticky-container+.bf-ui-row-container .container-with-toggle-visibility--show-animation>div {
    transform: unset;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-ui-input-text,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-ui-input-text {
    margin: 0px 8px;
    min-width: calc(-104px + 100vw);
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-row-container .bf-ui-input-text,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-row-container .bf-ui-input-text {
    min-width: calc(-52px + 50vw);
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-scroll-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-scroll-container {
    min-height: 115px;
    padding: 0px 44px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 64px 20px 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-payment-card-component,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-ui-rich-container {
    margin-bottom: 32px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 64px 20px 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-payment-card-component,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-ui-rich-container,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-payment-card-component,
.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-ui-rich-container {
    margin-bottom: 32px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .main-container {
    padding: 60px 16px 68px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .bf-payment-card-component {
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .bf-ui-input-amount+.bf-ui-ticket-row {
    margin-bottom: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .bf-ui-ticket-row+.bf-ui-button-container {
    margin-top: 8px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .bf-ui-card {
    border-radius: 10px;
    margin-top: 16px;
    padding-left: 12px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .bf-ui-card-disclaimer__title {
    padding-left: 8px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .bf-ui-information-block-container .bf-ui-information-block {
    margin-top: 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .bf-ui-information-block-container .bf-ui-block-title {
    padding: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .navigation-bar__container {
    background-color: rgb(255, 234, 120);
    box-shadow: none;
    z-index: 1;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .navigation-bar__container .navigation-bar__title {
    display: none;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .navigation-bar__container--sticky {
    background-color: rgb(255, 230, 0);
    transition: 0.3s;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .navigation-bar__container--sticky .navigation-bar__title {
    display: block;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .secondary-container .bf-ui-button-container {
    text-align: center;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .bf-ui-information-block__description {
    line-height: 18px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats {
    background-color: transparent;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-recommendations--seller-mobile-grid .ui-recommendations__header__title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-recommendations--seller-mobile-grid {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    margin: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-item__title {
    max-height: 6em !important;
    min-height: 4em !important;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-item__price {
    line-height: 20px !important;
    min-height: 20px !important;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-recommendations .ui-item .price-tag-cents {
    top: -1px !important;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__quick-selector-icon {
    padding: 0px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-container__title {
    font-size: 18px;
    padding: 20px 24px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-card-footer {
    padding: 12px 24px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__title {
    font-size: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__description {
    font-size: 14px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__icon {
    margin-right: 16px;
    min-width: 48px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__text {
    margin-right: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-rich-text.bf-ui-rich-text--neutral {
    font-weight: 600;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-payment-card-component+.bf-ui-card {
    margin-top: 16px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .card-full-coupons-offers-items .card-full-coupons-offers-item .subtitle {
    margin: 12px 0px 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .card-full-coupons-offers-items .card-full-coupons-offers-item .price {
    margin-bottom: 20px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-ordered-list {
    margin-left: 16px;
    padding: 16px 24px;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-ordered-list__list-element {
    list-style: decimal;
}

.splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .mercado-puntos-header .content-container .card .mercado-puntos-header-texts .action a.link {
    color: var(--andes-color-blue-500, #3483fa);
}

@media (min-width: 768px) {
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .main-container {
        padding: 60px 48px 60px 8px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-radio-input__container {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        max-height: 80px;
        padding: 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-radio-input__container:last-child {
        border-bottom: none;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments .bf-ui-list-container {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0px 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .main-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .main-container {
        padding: 60px 48px 60px 8px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-radio-input__container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-radio-input__container {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        max-height: 80px;
        padding: 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-radio-input__container:last-child,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-radio-input__container:last-child {
        border-bottom: none;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_0 .bf-ui-list-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__installments_1 .bf-ui-list-container {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0px 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .main-container {
        padding: 60px 48px 60px 8px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-radio-input__container {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        max-height: 92px;
        padding: 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-radio-input__container:last-child {
        border-bottom: none;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments .bf-ui-list-container {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 16px 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .main-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .main-container {
        padding: 60px 48px 60px 8px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-radio-input__container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-radio-input__container {
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        max-height: 92px;
        padding: 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-radio-input__container:last-child,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-radio-input__container:last-child {
        border-bottom: none;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_0 .bf-ui-list-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__payments_1 .bf-ui-list-container {
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin: 16px 0px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-step-title {
        margin: 0px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-detail-row {
        margin-top: 32px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-detail-row__asset .bf-ui-icon-container .bf-ui-icon {
        max-height: 48px;
        max-width: 48px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-link {
        font-weight: 400;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-link-container--vertical {
        align-items: flex-end;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-ui-card {
        padding: 8px 0px 32px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-ui-input-text {
        margin: 0px 10px;
        max-width: 320px;
        min-width: 120px;
        padding: 24px 0px 0px;
        width: auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-ui-row-container {
        position: relative;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-ui-column-container {
        flex-flow: row;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-ui-column-container .bf-ui-row-container .bf-ui-column-container {
        max-width: 340px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm .bf-ui-form .bf-payment-card-component {
        margin: 0px auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-step-title,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-step-title {
        margin: 0px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-detail-row,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-detail-row {
        margin-top: 32px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-detail-row__asset .bf-ui-icon-container .bf-ui-icon,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-detail-row__asset .bf-ui-icon-container .bf-ui-icon {
        max-height: 48px;
        max-width: 48px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-link,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-link {
        font-weight: 400;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-link-container--vertical,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-link-container--vertical {
        align-items: flex-end;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-ui-card,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-ui-card {
        padding: 8px 0px 32px 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-ui-input-text,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-ui-input-text {
        margin: 0px 10px;
        max-width: 320px;
        min-width: 120px;
        padding: 24px 0px 0px;
        width: auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-ui-row-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-ui-row-container {
        position: relative;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-ui-column-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-ui-column-container {
        flex-flow: row;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-ui-column-container .bf-ui-row-container .bf-ui-column-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-ui-column-container .bf-ui-row-container .bf-ui-column-container {
        max-width: 340px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_0 .bf-ui-form .bf-payment-card-component,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__cardForm_1 .bf-ui-form .bf-payment-card-component {
        margin: 0px auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form {
        margin-top: 16px;
        padding: 0px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-ui-detail-row-container {
        background-color: rgb(255, 255, 255);
        padding: 56px 56px 56px 32px;
        width: 100%;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container {
        display: flex;
        justify-content: center;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-ui-input-text {
        width: 100%;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-payment-card-component {
        margin-bottom: 0px;
        margin-left: auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode .bf-ui-form .bf-ui-detail-row-container .bf-ui-information-block-container {
        margin-bottom: 0px;
        padding: 0px 0px 0px 64px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form {
        margin-top: 16px;
        padding: 0px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-ui-detail-row-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-ui-detail-row-container {
        background-color: rgb(255, 255, 255);
        padding: 56px 56px 56px 32px;
        width: 100%;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container {
        display: flex;
        justify-content: center;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-ui-input-text,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-ui-input-text {
        width: 100%;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-payment-card-component,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-ui-detail-row-container .bf-ui-row-container .bf-payment-card-component {
        margin-bottom: 0px;
        margin-left: auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_0 .bf-ui-form .bf-ui-detail-row-container .bf-ui-information-block-container,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__securityCode_1 .bf-ui-form .bf-ui-detail-row-container .bf-ui-information-block-container {
        margin-bottom: 0px;
        padding: 0px 0px 0px 64px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .main-container {
        padding: 60px 48px 60px 8px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__inputAmount .main-container .bf-ui-autoresizeable-input__input:focus-visible {
        box-shadow: none;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__review .main-container {
        padding: 60px 48px 60px 8px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-recommendations__header__title {
        font-size: 18px;
        font-weight: 600;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .ui-recommendations--desktop {
        box-sizing: border-box;
        padding: 0px 24px;
        top: auto;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats form.bf-ui-form {
        padding: 0px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-card .bf-ui-card-title--mid {
        padding-right: 36px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-container {
        display: block;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-button-container {
        margin: 16px 0px 0px;
        text-align: left;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__icon,
    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-list-row__text {
        margin-right: 24px;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-bar-code__image {
        max-width: 100%;
    }

    .splitPaymentsRemedy-step-container.splitPaymentsRemedy-step-container__congrats .bf-ui-button-container+.bf-ui-card {
        margin-top: 16px;
    }
}

.stopLanding-step-container .bf-ui-button-container {
    margin: 0px 24px;
}

.stopLanding-step-container .section-mobile-overflow {
    background-color: rgb(255, 255, 255);
}

.stopLanding-step-container .bf-ui-image-with-title__logo {
    margin-bottom: 20px;
    margin-top: 16px;
}

@media (max-width: 768px) {
    .stopLanding-step-container {
        background-color: rgb(255, 255, 255);
        padding-bottom: 100%;
    }
}

@media (min-width: 768px) {
    .stopLanding-step-container {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .stopLanding-step-container .bf-ui-card {
        margin: 16px 0px;
        max-width: 482px;
    }

    .stopLanding-step-container .bf-ui-button {
        display: block;
        margin: 0px auto;
        max-width: max-content;
    }

    .stopLanding-step-container .bf-ui-button-container {
        margin: 56px 0px 0px;
    }

    .stopLanding-step-container .bf-ui-image-with-title {
        padding: 0px;
    }

    .stopLanding-step-container .bf-ui-image-with-title__logo {
        margin-bottom: 8px;
    }

    .stopLanding-step-container .bf-ui-image-with-title__subtitle {
        padding: 0px 12px;
    }
}

.notificationAccord-step-container {
    height: 100vh;
}

.notificationAccord-step-container .section-mobile-overflow {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.notificationAccord-step-container .section-mobile-overflow .bf-ui-button-container {
    margin: 0px;
    padding: 20px;
}

.notificationAccord-step-container .bf-ui-image-with-title {
    padding: 0px 20px;
}

.notificationAccord-step-container .bf-ui-image-with-title .bf-ui-image-with-title__title {
    font-size: 24px;
    margin-top: 24px;
}

.notificationAccord-step-container .bf-ui-image-with-title .bf-ui-image-with-title__subtitle {
    color: rgba(0, 0, 0, 0.55);
    font-weight: 400;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .notificationAccord-step-container {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .notificationAccord-step-container .bf-ui-card {
        margin: 16px 0px;
        max-width: 480px;
        padding: 40px 32px;
    }

    .notificationAccord-step-container .bf-ui-card .bf-ui-image-with-title {
        margin-top: 0px;
        padding: 0px;
    }

    .notificationAccord-step-container .bf-ui-card .bf-ui-button-container {
        text-align: center;
    }

    .notificationAccord-step-container .bf-ui-card .bf-ui-button-container .bf-ui-button {
        max-width: max-content;
    }
}

.loading-step-container .bf-ui-layout .main-container .loading-flow__header {
    margin-bottom: 32px;
}

.loading-step-container .bf-ui-layout .main-container .loading-flow__header::after {
    background: rgb(229, 229, 229);
    content: " ";
    display: inline-block;
    height: 12px;
    width: 33%;
}

.loading-step-container .bf-ui-layout .main-container .loading-flow__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 489px;
}

.loading-step-container .bf-ui-layout .main-container .ui-panel {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.loading-step-container .bf-ui-layout .main-container .u-fullscreen-position-absolute {
    height: 100%;
    width: 100%;
}

.loading-step-container .bf-ui-layout .main-container .u-align-center {
    text-align: center;
}

.loading-step-container .bf-ui-layout .secondary-container-inner_content {
    padding: 0px;
}

.loading-step-container .bf-ui-layout .secondary-container--white {
    background-color: rgb(245, 245, 245);
}

@media (max-width: 768px) {
    .custom-mshops-checkout .andes-spinner__mask {
        background-color: rgb(255, 255, 255);
    }

    .main-container .bf-ui-loading-flow .andes-spinner .andes-spinner__mask {
        background-color: rgb(255, 234, 120);
    }
}

.installationServices-step-container {
    height: 100vh;
}

.installationServices-step-container .section-mobile-overflow {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.installationServices-step-container .section-mobile-overflow .bf-ui-button-container {
    margin: 0px;
    padding: 20px;
}

.installationServices-step-container .bf-ui-image-with-title {
    padding: 0px 20px;
}

.installationServices-step-container .bf-ui-image-with-title__title {
    font-size: 24px;
    margin-top: 24px;
}

.installationServices-step-container .bf-ui-image-with-title__subtitle {
    color: rgba(0, 0, 0, 0.55);
    margin-top: 12px;
}

.installationServices-step-container .bf-ui-image-with-title__description {
    margin-top: 8px;
}

.installationServices-step-container .bf-ui-image-with-title__logo {
    align-items: center;
    display: flex;
    justify-content: center;
}

.installationServices-step-container .bf-ui-image-with-title__logo .bf-ui-image {
    height: 80px;
    object-fit: cover;
    width: 80px;
}

@media (min-width: 768px) {
    .installationServices-step-container {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .installationServices-step-container .bf-ui-card {
        margin: 16px 0px;
        max-width: 480px;
        padding: 32px;
    }

    .installationServices-step-container .bf-ui-card .bf-ui-image-with-title {
        margin-top: 0px;
        padding: 0px;
    }

    .installationServices-step-container .bf-ui-card .bf-ui-image-with-title__title {
        margin-top: 32px;
    }

    .installationServices-step-container .bf-ui-card .bf-ui-button-container .bf-ui-button {
        max-width: max-content;
    }
}

.main-container>.bf-ui-separator {
    margin: 0px;
}

.main-container>.bf-ui-button-container {
    margin: 0px;
    padding: 16px 20px;
}

[role="main"],
body,
html,
main {
    line-height: 1.25;
}

.modal-custom--small {
    width: 480px;
}

.modal-custom--large {
    height: 520px;
    width: 800px;
}

.modal-custom--full .bf-ui-card-description,
.modal-custom--large .bf-ui-card-description {
    margin-bottom: 16px;
}

.modal-custom-iframe--large {
    width: 800px;
}

.modal-custom-iframe--large .andes-modal__content {
    height: 480px;
}

.modal-custom-iframe--small .andes-modal__content {
    width: 480px;
}

.modal-custom-content .andes-modal__content {
    height: 240px;
}

.modal-custom-shipping .andes-modal__header {
    padding-bottom: 24px;
}

.modal-custom-shipping .bf-ui-list-with-title {
    margin-top: 0px;
}

.modal-custom-shipping .bf-ui-list-with-title .bf-ui-list-with-title__title {
    font-size: 16px;
}

.modal-custom-shipping .bf-ui-list-with-title+.bf-ui-card {
    margin-bottom: 24px;
}

.modal-custom-account-money .andes-modal__title {
    line-height: 1.3;
}

.modal-custom-account-money .andes-modal__actions--fixed {
    padding-bottom: 32px !important;
}

.modal-custom-scheduling {
    width: 510px;
}

.modal-custom-scheduling .andes-modal__header {
    padding: 24px 20px 0px;
}

.modal-custom-scheduling .bf-ui-tag-group {
    padding: 12px 24px;
}

.modal-custom-scheduling .bf-ui-row-container {
    margin-bottom: 0px;
    padding-left: 20px;
}

.modal-custom-scheduling .andes-modal__title {
    max-width: 90%;
}

.modal-custom-scheduling .bf-ui-card-disclaimer {
    margin-top: 12px;
}

.modal-custom-scheduling .bf-ui-radio-input__container {
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
}

.modal-custom-scheduling div[role="radiogroup"] {
    padding-bottom: 12px;
}

.modal-custom-scheduling .bf-ui-footer-container {
    bottom: 0px;
    box-shadow: none;
    left: 0px;
    position: fixed;
    width: 100%;
}

.modal-custom-scheduling .andes-modal__content {
    padding: 0px;
}

.modal-custom-scheduling .bf-ui-tag-group {
    padding-bottom: 0px;
    padding-top: 0px;
}

.modal-custom-scheduling .bf-ui-row-with-columns-ui__left-column {
    flex: 1 0 auto;
}

.modal-custom-scheduling .bf-ui-radio-input__radio-button {
    margin-right: 12px;
}

.modal-custom-scheduling--bulky .bf-ui-button {
    margin-left: 20px;
    width: 30%;
}

@media (min-width: 768px) {
    .modal-custom-scheduling .andes-modal__header {
        padding: 24px 24px 0px;
    }

    .modal-custom-scheduling .bf-ui-row-container {
        margin-bottom: 0px;
        padding-left: 24px;
    }

    .modal-custom-scheduling .bf-ui-footer-container {
        position: relative;
    }
}

.modal-custom-detail-product-shipping .andes-modal__header {
    padding-bottom: 0px;
}

.modal-custom-detail-product-shipping .andes-modal__content {
    max-height: 480px;
    padding-top: 4px;
}

.modal-custom-detail-product-shipping .andes-modal__content .bf-ui-columns-with-labels {
    align-items: end;
    border-radius: 4px;
    padding: 16px 12px;
}

.modal-custom-detail-product-shipping .andes-modal__content .bf-ui-columns-with-labels .bf-ui-text-money-amount .andes-money-amount--gray {
    color: rgba(0, 0, 0, 0.55);
}

.modal-custom-detail-product-shipping .bf-ui-detail-row {
    margin: 20px 0px;
    padding: 0px;
}

.modal-custom-detail-product-shipping .bf-ui-detail-row__secondary-title {
    line-height: 1.25;
    margin: 0px;
}

.modal-custom-detail-product-shipping .bf-ui-detail-row:last-of-type {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.modal-custom-detail-product-shipping .bf-ui-card-disclaimer {
    margin-bottom: 20px;
    margin-top: 0px;
}

.modal-custom-detail-product-shipping .bf-ui-card-title {
    margin-top: 32px;
}

.modal-custom-detail-product-shipping .bf-ui-detail-row__asset-wrapper {
    margin: auto;
}

.modal-custom-detail-product-shipping .bf-ui-detail-row__asset-wrapper .bf-ui-detail-row__asset .bf-ui-image--circle {
    height: 32px;
    width: 32px;
}

.modal-custom-detail-taxes.andes-modal--card,
.modal-custom-detail-taxes.andes-modal--large {
    width: 600px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__header,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__header {
    padding: 32px 32px 16px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__header--sticky,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__header--sticky {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px 0px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__header--sticky .andes-modal__title,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__header--sticky .andes-modal__title {
    font-size: 28px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__content,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__content {
    padding: 0px 32px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__actions,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__actions {
    display: flex;
    justify-content: space-between;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__actions--fixed,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__actions--fixed {
    padding-top: 12px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px !important;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__actions--fixed .andes-button,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__actions--fixed .andes-button {
    height: unset;
    line-height: 25px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__actions--border,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__actions--border {
    box-shadow: rgba(0, 0, 0, 0.1) 0px -6px 16px 0px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__actions .modal-custom-detail-taxes__footer-text,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__actions .modal-custom-detail-taxes__footer-text {
    color: rgba(0, 0, 0, 0.9);
    cursor: default;
    font-size: 20px;
    padding: 0px;
}

.modal-custom-detail-taxes.andes-modal--card .andes-modal__actions .modal-custom-detail-taxes__footer-text:hover,
.modal-custom-detail-taxes.andes-modal--large .andes-modal__actions .modal-custom-detail-taxes__footer-text:hover {
    background-color: transparent;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content {
    padding-bottom: 0px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-card-disclaimer,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-card-disclaimer {
    margin-bottom: 20px;
    margin-top: 0px;
    max-width: 500px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__asset-wrapper,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__asset-wrapper {
    height: 0px;
    width: 0px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content {
    margin-left: 0px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__title,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__title {
    display: flex;
    justify-content: space-between;
    line-height: 22px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title {
    margin: 0px 0px 0px 8px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title .bf-ui-rich-text--mid,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title .bf-ui-rich-text--mid {
    display: block;
    line-height: 22px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 336px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title .bf-ui-rich-text--small,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row--taxes-modal .bf-ui-detail-row__container .bf-ui-detail-row__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title .bf-ui-rich-text--small {
    line-height: 20px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--card .andes-modal__header,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--card .andes-modal__header {
    padding: 24px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--card .andes-modal__header--sticky .andes-modal__title,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--card .andes-modal__header--sticky .andes-modal__title {
    font-size: 20px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--card .andes-modal__content,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--card .andes-modal__content {
    padding: 0px 24px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--card .andes-modal__actions--fixed,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--card .andes-modal__actions--fixed {
    padding-top: 12px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px !important;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--card .andes-modal__actions .modal-custom-detail-taxes__footer-text,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--card .andes-modal__actions .modal-custom-detail-taxes__footer-text {
    font-size: 16px;
}

.modal-custom-detail-taxes.andes-modal--card.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title .bf-ui-rich-text.bf-ui-rich-text--xsmall.bf-ui-rich-text--dark,
.modal-custom-detail-taxes.andes-modal--large.andes-modal--card.andes-modal--fixed-actions .andes-modal__content .bf-ui-detail-row__text .bf-ui-detail-row__secondary-title .bf-ui-rich-text.bf-ui-rich-text--xsmall.bf-ui-rich-text--dark {
    display: block;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 210px;
}

.custom-mshops-checkout [data-js="card-container"] {
    background: rgb(245, 245, 245) !important;
}

.custom-mshops-checkout [data-js="card-container"] [data-component="invoice"]::after {
    background-image: linear-gradient(-45deg, rgb(245, 245, 245) 4px, transparent 0px), linear-gradient(45deg, rgb(245, 245, 245) 4px, transparent 0px);
}

.custom-mshops-checkout [data-js="card-container"] [data-component="invoice"] .invoice__header {
    border-bottom: 1px dashed rgb(211, 211, 211) !important;
}

.custom-mshops-checkout .section-mobile-overflow.section-mobile-overflow--yellow,
.custom-mshops-checkout [data-component="billing-info"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="delivery-instructions"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="hub-addresses"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="installments"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="loading-flow"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="map"] .ui-map-wrapper .ui-map__header,
.custom-mshops-checkout [data-component="new-address-context"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="notification-information"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="payment-method"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="payment-split"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="review"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="select-type-payment"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="selection-list"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="shipping-context"] .shipping-context .step-title.step-title--with-siblings,
.custom-mshops-checkout [data-component="shipping-new-address-form"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="shipping-split"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="single-review"] .u-bg-color--yellow,
.custom-mshops-checkout [data-component="user-contact"] .u-bg-color--yellow {
    background-color: rgb(245, 245, 245) !important;
}

.custom-mshops-checkout .nav-addresses-container {
    position: sticky;
    top: 0px;
}

.custom-mshops-checkout .addresses-body {
    margin-top: 0px;
}

.custom-mshops-checkout .shipping-map-wrapper {
    position: relative;
}

@import url("https://http2.mlstatic.com/ui/webfonts/v4.2.0/roboto-mono/400.css");

.bf-payment-card-component__container {
    padding: 1.07692em 0.615385em;
    height: 100%;
    width: 100%;
}

.bf-payment-card-component__row {
    box-sizing: border-box;
}

.bf-payment-card-component__row::before,
.bf-payment-card-component__row::after {
    display: table;
    content: "";
}

.bf-payment-card-component__row::after {
    clear: both;
}

[class^="bf-payment-card-component__col-"] {
    box-sizing: border-box;
    float: left;
    padding: 0em 0.461538em;
}

[class^="bf-payment-card-component__logo"] {
    box-sizing: border-box;
    float: left;
    padding: 0px;
    width: 50%;
}

[class^="bf-payment-card-component__logo-bank"] {
    float: right;
}

.bf-payment-card-component__col-1 {
    width: 25%;
}

.bf-payment-card-component__col-2 {
    width: 50%;
}

.bf-payment-card-component__col-3 {
    width: 75%;
}

.bf-payment-card-component__col-4 {
    width: 100%;
}

.visually-hidden {
    border: 0px;
    height: 1px;
    margin: 0px -1px -1px 0px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.bf-payment-card-component-row--medium {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 100%;
    height: 100%;
}

.bf-payment-card-component-column--left-up {
    height: 100%;
    padding: 5px 0px 0px 20px;
    font-size: 12px;
}

.bf-payment-card-component-column--right-up {
    height: 100%;
    padding: 5px 20px 0px 0px;
    font-size: 12px;
}

.bf-payment-card-component-column--left-down {
    height: 100%;
    width: 100%;
    padding: 0px 0px 0px 20px;
    text-align: left;
    white-space: nowrap;
}

.bf-payment-card-component-column--right-down {
    height: 100%;
    padding: 0px 20px 0px 0px;
    text-align: right;
}

.bf-payment-card-component-container--medium {
    background-size: contain;
    border-radius: 0.846154em;
    font-family: "Roboto Mono";
    overflow: hidden;
    position: absolute;
    height: 82px;
    width: 100%;
    z-index: 0;
}

.bf-payment-card-component-row--small {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    width: 100%;
    height: 100%;
}

.bf-payment-card-component-col--left {
    padding: 5px 0px 0px 20px;
    font-size: 12px;
    height: 100%;
}

.bf-payment-card-component-col--right {
    padding: 13px 20px 0px 0px;
    height: 100%;
    text-align: right !important;
}

.bf-payment-card-component-container--small {
    background-size: contain;
    border-radius: 0.846154em;
    overflow: hidden;
    position: absolute;
    height: 46px;
    width: 100%;
    z-index: 0;
}

body {
    -webkit-font-smoothing: antialiased;
}

.bf-payment-card-component {
    font-size: 9.5px;
    height: 11.9231em;
    width: 19.8462em;
    position: relative;
}

.bf-payment-card-component--medium {
    width: 100%;
    height: 100%;
    min-height: 82px;
}

.bf-payment-card-component--small {
    width: 100%;
    height: 100%;
    min-height: 46px;
}

.bf-payment-card-component *,
.bf-payment-card-component ::before,
.bf-payment-card-component ::after {
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .bf-payment-card-component {
        font-size: 13px;
    }
}

.bf-payment-card-component__container {
    background-size: contain;
    border-radius: 0.846154em;
    color: rgb(51, 51, 51);
    font-family: "Roboto Mono";
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bf-payment-card-component__point {
    font-family: "Roboto Mono";
}

.bf-payment-card-component-text {
    font-family: "Roboto Mono";
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-shadow: rgba(0, 0, 0, 0.45) 0px 1px 2px;
    text-transform: uppercase;
}

.bf-payment-card-component__point {
    float: left;
    font-size: 1.30769em;
    position: relative;
    text-align: center;
    transition: color 0.3s ease-in;
    width: 0.668896em;
    background: linear-gradient(rgb(153, 153, 153) 0.1em, rgb(255, 255, 255) 0.7em) text;
    letter-spacing: 2px;
    filter: drop-shadow(black 0px 1px 1px);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__point:empty {
    background: text rgba(239, 236, 236, 0.8);
    filter: none;
}

.bf-payment-card-component__point:empty::before,
.bf-payment-card-component__point:empty::before {
    font-size: 0.722222em;
    border-radius: 50%;
    height: 0.461538em;
    width: 0.461538em;
    position: absolute;
    margin-left: -0.230769em;
    margin-top: -0.230769em;
    left: 50%;
    top: 50%;
    transition: background-color 0.3s ease-in;
}

.bf-payment-card-component__point:empty::before {
    content: "";
}



.bf-payment-card-component__focus .bf-payment-card-component__point:empty {
    filter: none;
}

.bf-payment-card-component__focus .bf-payment-card-component__point::before {
    color: rgb(255, 255, 255);
}

.bf-payment-card-component__logo {
    max-width: 16.9231em;
    min-height: 3em;
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__logo {
    background: rgb(102, 102, 102);
    border-radius: 0.153846em;
    margin-bottom: 0px;
    height: 3em;
    width: 4.46154em;
    opacity: 0.1;
}

.ui-card__logos-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -0.0769231em;
    width: 15em;
    height: 3.07692em;
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -3.30769em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-debamex .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -6.46154em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-debelo .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -9.61538em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-debmaster .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -12.7692em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-debmaster-b .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -15.9231em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-debvisa .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -19.0769em;
    width: 5em;
    height: 2.53846em;
}

.bf-payment-card-component__brand-debvisa-b .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -21.7692em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-diners .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -24.9231em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-elo .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -28.0769em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-hipercard .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -31.2308em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-master .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -34.3846em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-master-b .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -37.5385em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-mercado-pago-card .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -40.6923em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -43.8462em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-visa .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -47em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-visa-b .bf-payment-card-component__logo::before {
    background-position: -0.0769231em -50.1538em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__logo-bank::before {
    content: " ";
    display: inline-block;
    background-image: url("https://http2.mlstatic.com/frontend-assets/bf-ui-library/3.47.0/assets/payment-card-component/ui-card__logos-mlb-bank.svg");
    background-repeat: no-repeat;
    background-size: 15.1538em 13.7308em;
    vertical-align: middle;
    float: right;
}

.bf-payment-card-component__brand-caixa .bf-payment-card-component__logo-bank::before {
    background-position: -0.0769231em -0.0769231em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__logo-bank::before {
    background-position: -0.0769231em -3.23077em;
    width: 3.76923em;
    height: 0.961538em;
}

.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__logo-bank::before {
    background-position: -0.0769231em -4.34615em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__logo-bank::before {
    background-position: -0.0769231em -7.5em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__brand-mercado-pago .bf-payment-card-component__logo-bank::before {
    background-position: -0.0769231em -10.6538em;
    width: 15em;
    height: 3em;
}

.bf-payment-card-component__number {
    line-height: 1.3;
    margin: 0.307692em 0em 0.923077em;
}

.bf-payment-card-component__number::before,
.bf-payment-card-component__number::after {
    clear: both;
    content: "";
    display: block;
}

.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(4),
.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(10) {
    margin-right: calc(50% - 4.68227em);
}

.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(15),
.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(16),
.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(17),
.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(18),
.bf-payment-card-component__number-4-6-4 .bf-payment-card-component__point:nth-child(19) {
    display: none;
}

.bf-payment-card-component__number-4-6-5 .bf-payment-card-component__point:nth-child(4),
.bf-payment-card-component__number-4-6-5 .bf-payment-card-component__point:nth-child(10) {
    margin-right: calc(50% - 5.01672em);
}



.bf-payment-card-component__number-4-4-4-4 .bf-payment-card-component__point:nth-child(4),
.bf-payment-card-component__number-4-4-4-4 .bf-payment-card-component__point:nth-child(8),
.bf-payment-card-component__number-4-4-4-4 .bf-payment-card-component__point:nth-child(12) {
    margin-right: calc(33.3333% - 3.56745em);
}

.bf-payment-card-component__number-4-4-4-4 .bf-payment-card-component__point:nth-child(17),
.bf-payment-card-component__number-4-4-4-4 .bf-payment-card-component__point:nth-child(18),
.bf-payment-card-component__number-4-4-4-4 .bf-payment-card-component__point:nth-child(19) {
    display: none;
}

.bf-payment-card-component__number-10-5-2 .bf-payment-card-component__point {
    font-size: 1.23077em;
}

.bf-payment-card-component__number-10-5-2 .bf-payment-card-component__point:nth-child(10),
.bf-payment-card-component__number-10-5-2 .bf-payment-card-component__point:nth-child(15) {
    margin-right: calc(50% - 5.68562em);
}

.bf-payment-card-component__number-10-5-2 .bf-payment-card-component__point:nth-child(18),
.bf-payment-card-component__number-10-5-2 .bf-payment-card-component__point:nth-child(19) {
    display: none;
}

.bf-payment-card-component__number-10-5-3 .bf-payment-card-component__point {
    font-size: 1.23077em;
}

.bf-payment-card-component__number-10-5-3 .bf-payment-card-component__point:nth-child(10),
.bf-payment-card-component__number-10-5-3 .bf-payment-card-component__point:nth-child(15) {
    margin-right: calc(50% - 6.02007em);
}

.bf-payment-card-component__number-10-5-3 .bf-payment-card-component__point:nth-child(19) {
    display: none;
}

.bf-payment-card-component__number-9-10 .bf-payment-card-component__point {
    font-size: 1.23077em;
}

.bf-payment-card-component__number-9-10 .bf-payment-card-component__point:nth-child(9) {
    margin-right: calc(100% - 12.709em);
}

.bf-payment-card-component__name {
    font-size: 0.923077em;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.3s ease-in;
    background-color: rgb(247, 247, 247);
    background-image: linear-gradient(rgb(153, 153, 153) 0px, rgb(255, 255, 255) 0.625em);
    letter-spacing: -0.5px;
    background-clip: text;
    filter: drop-shadow(black 0px 1px 1px);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__name:empty {
    background: text rgba(239, 236, 236, 0.8);
    filter: none;
}


.bf-payment-card-component__name .bf-payment-card-component__focus:empty {
    filter: none;
}



.bf-payment-card-component__expiration>span {
    float: right;
    font-size: 0.923077em;
    text-transform: uppercase;
    transition: color 0.3s ease-in;
    background-color: rgb(247, 247, 247);
    background-image: linear-gradient(rgb(153, 153, 153) 0px, rgb(255, 255, 255) 0.625em);
    letter-spacing: -0.5px;
    background-clip: text;
    filter: drop-shadow(black 0px 1px 1px);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__expiration>span:empty {
    background: text rgba(239, 236, 236, 0.8);
    filter: none;
}

.bf-payment-card-component__expiration>span:nth-child(1):empty::before,
.bf-payment-card-component__expiration>span:nth-child(2):empty::before {
    content: "A";
}

.bf-payment-card-component__expiration>span:nth-child(3) {
    display: flex;
}

.bf-payment-card-component__expiration>span:nth-child(3):empty::after {
    content: "M/";
}

.bf-payment-card-component__expiration>span:nth-child(3)::after {
    content: "/";
}

.bf-payment-card-component__expiration>span:nth-child(4):empty::before {
    content: "M";
}

.bf-payment-card-component__expiration .bf-payment-card-component__focus>span:empty {
    filter: none;
}

.bf-payment-card-component__security {
    background: linear-gradient(234deg, rgb(242, 242, 242), rgb(255, 255, 255));
    height: 1.8em;
    line-height: 1.84615em;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 100;
}

.bf-payment-card-component__security::before {
    content: "";
    border-color: rgb(191, 191, 191);
    border-radius: 50%;
    border-style: solid;
    border-width: 0.0769231em;
    display: block;
    position: absolute;
    left: 0.230769em;
    top: -0.615385em;
    height: 3.07692em;
    width: 3.07692em;
    background-color: rgb(255, 255, 255);
    animation: 1s ease 0.4s 1 normal forwards running growUp;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) -4px 4px 8px);
}

.bf-payment-card-component__security .bf-payment-card-component__cvv {
    display: flex;
    align-items: center;
    animation: 1s ease 0.4s 1 normal forwards running growUp;
}

.bf-payment-card-component__security .bf-payment-card-component__cvv .bf-payment-card-component__point {
    font-size: 1em;
    width: calc(33.3333% - 0.512821em);
    color: rgb(51, 51, 51);
    background: none;
    filter: none;
    -webkit-text-fill-color: rgb(51, 51, 51);
}

.bf-payment-card-component__security .bf-payment-card-component__cvv .bf-payment-card-component__point:empty {
    color: rgb(51, 51, 51);
}

.bf-payment-card-component__security .bf-payment-card-component__cvv .bf-payment-card-component__point::before,
.bf-payment-card-component__security .bf-payment-card-component__cvv .bf-payment-card-component__point::before {
    color: rgb(51, 51, 51);
    font-size: 1em;
    height: 0.307692em;
    width: 0.307692em;
    margin-left: -0.153846em;
    margin-top: -0.153846em;
}

.bf-payment-card-component__security .bf-payment-card-component__cvv .bf-payment-card-component__point:first-child {
    margin-left: 0.769231em;
}

.bf-payment-card-component__security-front {
    background: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__security-front::before {
    left: auto;
    right: 8px;
    background: rgba(0, 0, 0, 0);
    animation-delay: 0.8s;
}

.bf-payment-card-component__security-front .bf-payment-card-component__cvv-front_focus {
    float: right;
    margin-right: 14px;
    animation: 1s ease 0.8s 1 normal forwards running growUp;
}

.bf-payment-card-component__security-front .bf-payment-card-component__cvv-front_focus .bf-payment-card-component__point {
    font-size: 0.923077em;
}

.bf-payment-card-component__security-front_default {
    background: rgba(0, 0, 0, 0);
    height: 1.8em;
    line-height: 1.84615em;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 100;
}

.bf-payment-card-component__security-front_default .bf-payment-card-component__cvv-front {
    float: right;
    margin-right: 14px;
}

.bf-payment-card-component__security-front_default .bf-payment-card-component__cvv-front .bf-payment-card-component__point {
    font-size: 0.923077em;
}

@keyframes growUp {
    100% {
        transform: scale(2);
    }
}

.bf-payment-card-component__magnetic {
    background: rgba(0, 0, 0, 0.7);
    height: 2.84615em;
    margin: 0em -1.38462em 0.769231em;
    z-index: 1;
}

.bf-payment-card-component__signature {
    margin: 0em -0.923077em 0em 0em;
    z-index: 1;
}

.bf-payment-card-component__signature>span {
    height: 0.3em;
    display: block;
}

.bf-payment-card-component__signature>span::before,
.bf-payment-card-component__signature>span::after {
    content: "";
    display: block;
    height: 0.153846em;
    width: 100%;
}

.bf-payment-card-component__signature>span:nth-child(1)::before {
    background-image: linear-gradient(94deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(1)::after {
    background-image: linear-gradient(282deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(2)::before {
    background-image: linear-gradient(95deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(2)::after {
    background-image: linear-gradient(287deg, rgb(255, 255, 255), rgb(247, 247, 247) 19%, rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(3)::before {
    background-image: linear-gradient(93deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(3)::after {
    background-image: linear-gradient(287deg, rgb(255, 255, 255), rgb(249, 249, 249) 15%, rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(4)::before {
    background-image: linear-gradient(94deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(4)::after {
    background-image: linear-gradient(290deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(5)::before {
    background-image: linear-gradient(93deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(5)::after {
    background-image: linear-gradient(280deg, rgb(255, 255, 255), rgb(246, 246, 246) 22%, rgb(246, 246, 246) 22%, rgb(246, 246, 246) 22%, rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(6)::before {
    background-image: linear-gradient(92deg, rgb(255, 255, 255), rgb(211, 211, 211));
}

.bf-payment-card-component__signature>span:nth-child(6)::after {
    background-image: linear-gradient(282deg, rgb(255, 255, 255), rgb(251, 251, 251) 10%, rgb(211, 211, 211));
}

.bf-payment-card-component {
    perspective: 39.6923em;
}

.bf-payment-card-component__container {
    backface-visibility: hidden;
}

.bf-payment-card-component__front {
    transform: rotateY(0deg);
    z-index: 3;
}

.bf-payment-card-component__tooltip {
    display: none;
    transform: rotateY(-180deg);
    z-index: 1;
}

.bf-payment-card-component__back {
    transform: rotateY(-180deg);
    z-index: 2;
}

.bf-payment-card-component__rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
}

.bf-payment-card-component__rotate-front .bf-payment-card-component__front {
    animation-duration: 1s;
    animation-name: flip-front-180-0;
    transform: rotateY(0deg);
    z-index: 3;
}

.bf-payment-card-component__rotate-front .bf-payment-card-component__tooltip {
    display: none;
    animation-duration: 1s;
    animation-name: flip-front-0-180;
    transform: rotateY(-180deg);
    z-index: 1;
}

.bf-payment-card-component__rotate-front .bf-payment-card-component__back {
    animation-duration: 1s;
    animation-name: flip-front-0-180;
    transform: rotateY(-180deg);
    z-index: 2;
}

.bf-payment-card-component__rotate-back .bf-payment-card-component__front {
    animation-duration: 1s;
    animation-name: flip-back-0-180;
    transform: rotateY(180deg);
    z-index: 1;
}

.bf-payment-card-component__rotate-back .bf-payment-card-component__tooltip {
    animation-duration: 0.2s;
    animation-name: flip-back-180-0;
    transform: rotateY(0deg);
    z-index: 2;
}

.bf-payment-card-component__rotate-back .bf-payment-card-component__back {
    animation-duration: 1s;
    animation-name: flip-back-180-0;
    transform: rotateY(0deg);
    z-index: -1;
}

@keyframes flip-front-0-180 {
    0% {
        transform: rotateY(0deg);
    }

    10% {
        transform: rotateY(5deg);
    }

    50% {
        transform: rotateY(-185deg);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

@keyframes flip-front-180-0 {
    0% {
        transform: rotateY(180deg);
    }

    10% {
        transform: rotateY(185deg);
    }

    50% {
        transform: rotateY(-5deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes flip-back-0-180 {
    0% {
        transform: rotateY(0deg);
    }

    10% {
        transform: rotateY(-5deg);
    }

    50% {
        transform: rotateY(185deg);
    }

    100% {
        transform: rotateY(180deg);
    }
}

@keyframes flip-back-180-0 {
    0% {
        transform: rotateY(-180deg);
    }

    10% {
        transform: rotateY(-185deg);
    }

    50% {
        transform: rotateY(5deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

[class*="bf-payment-card-component__brand-"] .bf-payment-card-component__background::before {
    animation-duration: 0.4s;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -3;
    animation-name: bubble-before;
}

.bf-payment-card-component__background::before,
.bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(197, 197, 197), rgb(243, 243, 243));
}

@keyframes bubble-before {
    0% {
        top: -9.375em;
        left: -15.625em;
        border-radius: 0px 0% 800%;
    }

    80% {
        top: 0px;
        left: 0px;
    }

    100% {
        border-radius: 5% 0px 5% 5%;
    }
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__number .bf-payment-card-component__point {
    background: linear-gradient(to top, rgb(89, 89, 89), rgb(119, 119, 119)) text;
    filter: none;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__number .bf-payment-card-component__point:empty {
    color: rgba(239, 236, 236, 0.8);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__number .bf-payment-card-component__focus>span {
    background: linear-gradient(to top, rgb(89, 89, 89), rgb(119, 119, 119)) text;
    filter: none;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__name {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__name .bf-payment-card-component__focus {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__expiration>span {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__expiration .bf-payment-card-component__focus>span {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component:not([class*="bf-payment-card-component__brand-"]) .bf-payment-card-component__background::after {
    box-shadow: rgba(255, 255, 255, 0.3) -1px 1px 1px;
}

.bf-payment-card-component__background {
    background: linear-gradient(to right, rgb(197, 197, 197), rgb(243, 243, 243));
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -3;
}

.bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.03);
}

.bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.03);
}

.bf-payment-card-component__brand-visa .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-visa .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(2, 22, 112), rgb(81, 104, 209));
}

.bf-payment-card-component__brand-visa .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-visa .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-visa .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-visa .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.09);
}

.bf-payment-card-component__brand-visa .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.09);
}

.bf-payment-card-component__brand-master .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-master .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(58, 78, 100), rgb(94, 138, 160));
}

.bf-payment-card-component__brand-master .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-master .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-master .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-master .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.09);
}

.bf-payment-card-component__brand-master .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.09);
}



.bf-payment-card-component__brand-amex .bf-payment-card-component__background-overlay,
.bf-payment-card-component__brand-amex .bf-payment-card-component__security-front-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-amex .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-amex .bf-payment-card-component__security-front-overlay::before,
.bf-payment-card-component__brand-amex .bf-payment-card-component__security-front-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-amex .bf-payment-card-component__security-front-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-amex .bf-payment-card-component__security-front-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}


.bf-payment-card-component__brand-debvisa .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-debvisa .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-debvisa .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-debvisa .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.09);
}

.bf-payment-card-component__brand-debvisa .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.09);
}

.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(58, 78, 100), rgb(94, 138, 160));
}

.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.09);
}

.bf-payment-card-component__brand-debmaster .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.09);
}

.bf-payment-card-component__brand-debamex .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-debamex .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(115, 162, 153), rgb(168, 198, 178));
}

.bf-payment-card-component__brand-debamex .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-debamex .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-debamex .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-debamex .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-debamex .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(0, 187, 153) 20.39%, rgb(0, 169, 209) 162.36%);
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component-container--medium .bf-payment-card-component__logo {
    margin-top: 14px;
    font-size: 14px;
}

.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component-text,
.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__number,
.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__name,
.bf-payment-card-component__brand-mercadocredito .bf-payment-card-component__expiration {
    display: none;
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__security {
    margin-bottom: 5px;
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__security .bf-payment-card-component__focus::before {
    content: "";
    border-color: rgb(240, 68, 73);
    border-radius: 50%;
    border-style: solid;
    border-width: 0.230769em;
    display: block;
    right: -0.4em;
    left: initial;
    width: 2.7em;
    height: 2.7em;
    top: -0.5em;
    opacity: 1;
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__security .bf-payment-card-component__point {
    font-size: 0.75em;
    -webkit-font-smoothing: auto;
    filter: none;
    -webkit-text-fill-color: rgba(239, 236, 236, 0.8);
}

.bf-payment-card-component__brand-amex .bf-payment-card-component__security .bf-payment-card-component__point:empty {
    color: rgba(239, 236, 236, 0.8);
    filter: none;
    -webkit-text-fill-color: rgba(239, 236, 236, 0.8);
}

.bf-payment-card-component__brand-debelo .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-debelo .bf-payment-card-component__background::after,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(63, 63, 63), rgb(106, 106, 106));
}

.bf-payment-card-component__brand-debelo .bf-payment-card-component__background-overlay,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-debelo .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-debelo .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-debelo .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-debelo .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-elo .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}

.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(198, 32, 32), rgb(254, 80, 80));
}

.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-hipercard .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-melicard .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(255, 224, 0), rgb(255, 230, 0));
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-melicard .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.03);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.03);
}

.bf-payment-card-component__brand-diners .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-diners .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(197, 197, 197), rgb(243, 243, 243));
}

.bf-payment-card-component__brand-diners .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-diners .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-diners .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-diners .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.03);
}

.bf-payment-card-component__brand-diners .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.03);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__number .bf-payment-card-component__point,
.bf-payment-card-component__brand-diners .bf-payment-card-component__number .bf-payment-card-component__point {
    background: linear-gradient(to top, rgb(89, 89, 89), rgb(119, 119, 119)) text;
    filter: none;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__number .bf-payment-card-component__point:empty,
.bf-payment-card-component__brand-diners .bf-payment-card-component__number .bf-payment-card-component__point:empty {
    color: rgba(239, 236, 236, 0.8);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__number .bf-payment-card-component__focus>span,
.bf-payment-card-component__brand-diners .bf-payment-card-component__number .bf-payment-card-component__focus>span {
    background: linear-gradient(to top, rgb(89, 89, 89), rgb(119, 119, 119)) text;
    filter: none;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__name,
.bf-payment-card-component__brand-diners .bf-payment-card-component__name {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__name .bf-payment-card-component__focus,
.bf-payment-card-component__brand-diners .bf-payment-card-component__name .bf-payment-card-component__focus {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__expiration>span,
.bf-payment-card-component__brand-diners .bf-payment-card-component__expiration>span {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__expiration .bf-payment-card-component__focus>span,
.bf-payment-card-component__brand-diners .bf-payment-card-component__expiration .bf-payment-card-component__focus>span {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-melicard .bf-payment-card-component__background::after,
.bf-payment-card-component__brand-diners .bf-payment-card-component__background::after {
    box-shadow: rgba(255, 255, 255, 0.3) -1px 1px 1px;
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__number .bf-payment-card-component__point {
    background: linear-gradient(to top, rgb(89, 89, 89), rgb(119, 119, 119)) text;
    filter: none;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__number .bf-payment-card-component__point:empty {
    color: rgba(239, 236, 236, 0.8);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__number .bf-payment-card-component__focus>span {
    background: linear-gradient(to top, rgb(89, 89, 89), rgb(119, 119, 119)) text;
    filter: none;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__name {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__name .bf-payment-card-component__focus {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__expiration>span {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__expiration .bf-payment-card-component__focus>span {
    color: rgb(102, 102, 102);
    filter: none;
    -webkit-text-fill-color: rgb(102, 102, 102);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background::after {
    box-shadow: rgba(255, 255, 255, 0.3) -1px 1px 1px;
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background::after {
    background: linear-gradient(to right, rgb(255, 224, 0), rgb(255, 230, 0));
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-cartao-mercado-livre .bf-payment-card-component__background-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}

.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__background::before {
    background: rgb(35, 42, 55);
}

.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__background::after {
    content: "";
    background-image: url("https://http2.mlstatic.com/frontend-assets/bf-ui-library/3.47.0/assets/payment-card-component/background/background-mercadopago.svg");
    position: absolute;
    height: 100%;
    width: 62%;
    z-index: 1;
    right: 0px;
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 1;
    background-position: center center;
}

.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__background-overlay::before {
    display: none;
}

.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component-text,
.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__number,
.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__name,
.bf-payment-card-component__brand-cartao-mercado-pago .bf-payment-card-component__expiration {
    display: none;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__background::after {
    background-image: url("https://http2.mlstatic.com/frontend-assets/bf-ui-library/3.47.0/assets/payment-card-component/background/background-accountmoney-mlb-mlm-large.svg");
    background-size: cover;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-text,
.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__number,
.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__name,
.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__expiration {
    display: none;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-container--small .bf-payment-card-component__background::after {
    background-image: url("https://http2.mlstatic.com/frontend-assets/bf-ui-library/3.47.0/assets/payment-card-component/background/background-accountmoney-mlb-mlm-small.svg");
    background-size: contain;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-container--small .bf-payment-card-component__number,
.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-container--small .bf-payment-card-component-text {
    display: flex;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-container--medium .bf-payment-card-component__background::after {
    background-image: url("https://http2.mlstatic.com/frontend-assets/bf-ui-library/3.47.0/assets/payment-card-component/background/background-accountmoney-mlb-mlm-medium.svg");
    background-size: contain;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-container--medium .bf-payment-card-component__name,
.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-container--medium .bf-payment-card-component-text {
    display: flex;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-col--right {
    direction: rtl;
    white-space: nowrap;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component-text {
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: unset;
    color: rgb(255, 255, 255);
    text-transform: unset;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__background::before {
    background: linear-gradient(45.23deg, rgba(0, 0, 0, 0.5) 0.6%, rgba(255, 255, 255, 0.5) 99.02%) rgb(35, 42, 55);
    background-blend-mode: overlay;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__background::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 62%;
    z-index: 1;
    right: 0px;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: right center;
}

.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-accountmoney .bf-payment-card-component__background-overlay::before {
    display: none;
}

.bf-payment-card-component__brand-caixa .bf-payment-card-component__background::after,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__background::before,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front::after,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front::before {
    background: linear-gradient(45deg, rgb(17, 48, 155) 30%, rgb(53, 141, 217) 100%);
}

.bf-payment-card-component__brand-caixa .bf-payment-card-component__background-overlay,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.bf-payment-card-component__brand-caixa .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front-overlay::before,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front-overlay::after {
    position: absolute;
    border-radius: 50%;
    width: 26.25em;
    height: 26.25em;
    content: " ";
    z-index: 1;
}

.bf-payment-card-component__brand-caixa .bf-payment-card-component__background-overlay::before,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front-overlay::before {
    top: 0.875em;
    left: -9em;
    background: rgba(0, 0, 0, 0.04);
}

.bf-payment-card-component__brand-caixa .bf-payment-card-component__background-overlay::after,
.bf-payment-card-component__brand-caixa .bf-payment-card-component__security-front-overlay::after {
    right: -11.188em;
    top: -15.875em;
    left: 2.188em;
    box-shadow: rgba(255, 255, 255, 0.12) -1px 1px 1px;
    background: rgba(58, 58, 58, 0.04);
}

.bf-payment-card-component__tooltip {
    display: flex;
    font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.55);
    line-height: 1.5;
    margin-left: auto;
    font-size: 12px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 16px;
    justify-content: center;
}

.bf-payment-card-component__tooltip--all-to-the-right {
    position: absolute;
    margin-top: -20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.bf-payment-card-component__question {
    padding-right: 0.4em;
}

.bf-payment-card-component__question--all-to-the-right {
    margin-left: auto;
}

.bf-payment-card-component__icon {
    padding-top: 0.1em;
    margin-right: 0px;
}

.bf-payment-card-component__icon div[data-tippy-root] {
    inset: 7px -1px auto auto !important;
}

.bf-payment-card-component__icon .andes-tooltip .andes-tooltip-data__arrow--bottom-end {
    margin-left: 0px;
}

.bf-payment-card-component__icon--all-to-the-right {
    margin-right: -20vw;
}

.section-mobile-overflow.section-mobile-overflow--yellow {
    height: 71vw;
}

@media (min-width: 768px) {
    .esc-step-container .bf-payment-card-component {
        top: 20px;
    }

    .bf-payment-card-component__tooltip {
        display: flex;
        font-family: "Proxima Nova", -apple-system, Roboto, Arial, sans-serif;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.55);
        line-height: 1.5;
        font-size: 12px;
        padding: 0px 0px 16px;
        margin: -24px 0px 0px;
        width: 100%;
    }

    .bf-payment-card-component__question {
        padding-right: 0.3em;
        margin-left: auto;
        margin-right: 0px;
    }

    .bf-payment-card-component__icon {
        padding-top: 0.1em;
        margin-right: 0px;
    }

    .bf-payment-card-component__icon div[data-tippy-root] {
        inset: 7px 5px auto auto !important;
    }

    .bf-payment-card-component__icon .andes-tooltip .andes-tooltip-data__arrow--bottom-end {
        margin-left: 5px;
    }
}