:root {
    --color-action-default: #0362a0;
    --color-action-default-light: #1977b3;
    --color-action-default-dark: #004a7a;
    --color-action-default-pastel: #ebf7ff;
    --color-action-alert: #e88d35;
    --color-action-alert-light: #eda15a;
    --color-action-alert-dark: #dc7818;
    --color-action-alert-pastel: #fdf5ed;
    --color-action-destrutive: #c92c3f;
    --color-action-destrutive-light: #d74758;
    --color-action-destrutive-dark: #a72534;
    --color-action-destrutive-pastel: #fbeef0;
    --color-action-success: #25a769;
    --color-action-success-light: #2cc87e;
    --color-action-success-dark: #1e8654;
    --color-action-success-pastel: #eefbf5;
    --color-base-brand-black: #000;
    --color-base-brand-yellow-light: #ffc33d;
    --color-base-brand-yellow: #ffb612;
    --color-base-brand-yellow-dark: #eba200;
    --color-base-brand-white: #fff;
    --color-base-gray-gray-7: rgba(160,160,167,0.16);
    --color-base-gray-gray-6: #141415;
    --color-base-gray-gray-5: #3b3b40;
    --color-base-gray-gray-4: #63636b;
    --color-base-gray-gray-3: #9f9fa7;
    --color-base-gray-gray-2: #cacace;
    --color-base-gray-gray-1: #f4f4f5;
    --color-base-gray-gray-0: #fafafa;
    --color-typography-typo-88: rgba(1,1,20,0.88);
    --color-typography-typo-64: rgba(1,1,20,0.64);
    --color-typography-typo-48: rgba(1,1,20,0.48);
    --color-typography-typo-fff: #fff;
    --font-family-base: "DM Sans",sans-serif;
    --font-family-primary: "DM Sans",sans-serif;
    --font-family-secondary: Roboto,sans-serif;
    --size-line-height-headline-1: 112px;
    --size-line-height-headline-2: 72px;
    --size-line-height-headline-3: 56px;
    --size-line-height-headline-4: 40px;
    --size-line-height-headline-5: 32px;
    --size-line-height-headline-6: 24px;
    --size-line-height-subtitle-1: 24px;
    --size-line-height-subtitle-2: 24px;
    --size-line-height-bodytext-1: 24px;
    --size-line-height-bodytext-2: 24px;
    --size-line-height-caption: 16px;
    --size-line-height-overline: 16px;
    --size-radius-xxs: 4px;
    --size-radius-xs: 8px;
    --size-radius-sm: 16px;
    --size-radius-md: 32px;
    --size-radius-xxxl: 200px;
    --size-space-xxs: 4px;
    --size-space-xs: 8px;
    --size-space-sm: 16px;
    --size-space-md: 24px;
    --size-space-lg: 40px;
    --size-space-xl: 64px;
    --size-space-xxl: 128px;
    --size-space-xxxl: 256px;
    --size-typography-headline-1: 96px;
    --size-typography-headline-2: 60px;
    --size-typography-headline-3: 48px;
    --size-typography-headline-4: 32px;
    --size-typography-headline-5: 24px;
    --size-typography-headline-6: 20px;
    --size-typography-subtitle-1: 16px;
    --size-typography-subtitle-2: 16px;
    --size-typography-bodytext-1: 14px;
    --size-typography-bodytext-2: 14px;
    --size-typography-caption: 12px;
    --size-typography-overline: 12px
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: serif;
    font-size: medium;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    line-height: normal;
    font: initial
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

img {
    border-style: none
}

input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible
}

[type=submit] {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h2,h3,h4,h5,hr,p {
    margin: 0
}

html {
    line-height: 1.5
}

* {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

input:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder {
    color: #a0aec0
}

h2,h3,h4,h5 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

a,input {
    color: inherit
}

input {
    padding: 0;
    line-height: inherit
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.color-action-default {
    color: #0362a0;
    color: var(--color-action-default)
}

.bg-action-default {
    background-color: #0362a0;
    background-color: var(--color-action-default)
}

.color-action-default-light {
    color: #1977b3;
    color: var(--color-action-default-light)
}

.bg-action-default-light {
    background-color: #1977b3;
    background-color: var(--color-action-default-light)
}

.color-action-default-dark {
    color: #004a7a;
    color: var(--color-action-default-dark)
}

.bg-action-default-dark {
    background-color: #004a7a;
    background-color: var(--color-action-default-dark)
}

.color-action-default-pastel {
    color: #ebf7ff;
    color: var(--color-action-default-pastel)
}

.bg-action-default-pastel {
    background-color: #ebf7ff;
    background-color: var(--color-action-default-pastel)
}

.color-action-alert {
    color: #e88d35;
    color: var(--color-action-alert)
}

.bg-action-alert {
    background-color: #e88d35;
    background-color: var(--color-action-alert)
}

.color-action-alert-light {
    color: #eda15a;
    color: var(--color-action-alert-light)
}

.bg-action-alert-light {
    background-color: #eda15a;
    background-color: var(--color-action-alert-light)
}

.color-action-alert-dark {
    color: #dc7818;
    color: var(--color-action-alert-dark)
}

.bg-action-alert-dark {
    background-color: #dc7818;
    background-color: var(--color-action-alert-dark)
}

.color-action-alert-pastel {
    color: #fdf5ed;
    color: var(--color-action-alert-pastel)
}

.bg-action-alert-pastel {
    background-color: #fdf5ed;
    background-color: var(--color-action-alert-pastel)
}

.color-action-destrutive {
    color: #c92c3f;
    color: var(--color-action-destrutive)
}

.bg-action-destrutive {
    background-color: #c92c3f;
    background-color: var(--color-action-destrutive)
}

.color-action-destrutive-light {
    color: #d74758;
    color: var(--color-action-destrutive-light)
}

.bg-action-destrutive-light {
    background-color: #d74758;
    background-color: var(--color-action-destrutive-light)
}

.color-action-destrutive-dark {
    color: #a72534;
    color: var(--color-action-destrutive-dark)
}

.bg-action-destrutive-dark {
    background-color: #a72534;
    background-color: var(--color-action-destrutive-dark)
}

.color-action-destrutive-pastel {
    color: #fbeef0;
    color: var(--color-action-destrutive-pastel)
}

.bg-action-destrutive-pastel {
    background-color: #fbeef0;
    background-color: var(--color-action-destrutive-pastel)
}

.color-action-success {
    color: #25a769;
    color: var(--color-action-success)
}

.bg-action-success {
    background-color: #25a769;
    background-color: var(--color-action-success)
}

.color-action-success-light {
    color: #2cc87e;
    color: var(--color-action-success-light)
}

.bg-action-success-light {
    background-color: #2cc87e;
    background-color: var(--color-action-success-light)
}

.color-action-success-dark {
    color: #1e8654;
    color: var(--color-action-success-dark)
}

.bg-action-success-dark {
    background-color: #1e8654;
    background-color: var(--color-action-success-dark)
}

.color-action-success-pastel {
    color: #eefbf5;
    color: var(--color-action-success-pastel)
}

.bg-action-success-pastel {
    background-color: #eefbf5;
    background-color: var(--color-action-success-pastel)
}

.color-base-brand-black {
    color: #000;
    color: var(--color-base-brand-black)
}

.bg-base-brand-black {
    background-color: #000;
    background-color: var(--color-base-brand-black)
}

.color-base-brand-yellow-light {
    color: #ffc33d;
    color: var(--color-base-brand-yellow-light)
}

.bg-base-brand-yellow-light {
    background-color: #ffc33d;
    background-color: var(--color-base-brand-yellow-light)
}

.color-base-brand-yellow {
    color: #ffb612;
    color: var(--color-base-brand-yellow)
}

.bg-base-brand-yellow {
    background-color: #ffb612;
    background-color: var(--color-base-brand-yellow)
}

.color-base-brand-yellow-dark {
    color: #eba200;
    color: var(--color-base-brand-yellow-dark)
}

.bg-base-brand-yellow-dark {
    background-color: #eba200;
    background-color: var(--color-base-brand-yellow-dark)
}

.color-base-brand-white {
    color: #fff;
    color: var(--color-base-brand-white)
}

.bg-base-brand-white {
    background-color: #fff;
    background-color: var(--color-base-brand-white)
}

.color-base-gray-gray-7 {
    color: rgba(160,160,167,.16);
    color: var(--color-base-gray-gray-7)
}

.bg-base-gray-gray-7 {
    background-color: rgba(160,160,167,.16);
    background-color: var(--color-base-gray-gray-7)
}

.color-base-gray-gray-6 {
    color: #141415;
    color: var(--color-base-gray-gray-6)
}

.bg-base-gray-gray-6 {
    background-color: #141415;
    background-color: var(--color-base-gray-gray-6)
}

.color-base-gray-gray-5 {
    color: #3b3b40;
    color: var(--color-base-gray-gray-5)
}

.bg-base-gray-gray-5 {
    background-color: #3b3b40;
    background-color: var(--color-base-gray-gray-5)
}

.color-base-gray-gray-4 {
    color: #63636b;
    color: var(--color-base-gray-gray-4)
}

.bg-base-gray-gray-4 {
    background-color: #63636b;
    background-color: var(--color-base-gray-gray-4)
}

.color-base-gray-gray-3 {
    color: #9f9fa7;
    color: var(--color-base-gray-gray-3)
}

.bg-base-gray-gray-3 {
    background-color: #9f9fa7;
    background-color: var(--color-base-gray-gray-3)
}

.color-base-gray-gray-2 {
    color: #cacace;
    color: var(--color-base-gray-gray-2)
}

.bg-base-gray-gray-2 {
    background-color: #cacace;
    background-color: var(--color-base-gray-gray-2)
}

.color-base-gray-gray-1 {
    color: #f4f4f5;
    color: var(--color-base-gray-gray-1)
}

.bg-base-gray-gray-1 {
    background-color: #f4f4f5;
    background-color: var(--color-base-gray-gray-1)
}

.color-base-gray-gray-0 {
    color: #fafafa;
    color: var(--color-base-gray-gray-0)
}

.bg-base-gray-gray-0 {
    background-color: #fafafa;
    background-color: var(--color-base-gray-gray-0)
}

.color-typography-typo-88 {
    color: rgba(1,1,20,.88);
    color: var(--color-typography-typo-88)
}

.bg-typography-typo-88 {
    background-color: rgba(1,1,20,.88);
    background-color: var(--color-typography-typo-88)
}

.color-typography-typo-64 {
    color: rgba(1,1,20,.64);
    color: var(--color-typography-typo-64)
}

.bg-typography-typo-64 {
    background-color: rgba(1,1,20,.64);
    background-color: var(--color-typography-typo-64)
}

.color-typography-typo-48 {
    color: rgba(1,1,20,.48);
    color: var(--color-typography-typo-48)
}

.bg-typography-typo-48 {
    background-color: rgba(1,1,20,.48);
    background-color: var(--color-typography-typo-48)
}

.color-typography-typo-fff {
    color: #fff;
    color: var(--color-typography-typo-fff)
}

.bg-typography-typo-fff {
    background-color: #fff;
    background-color: var(--color-typography-typo-fff)
}

:root {
    --theme-color-text-primary: #000;
    --theme-color-text-secondary: #fff;
    --theme-color-text-brand: #1977b3;
    --theme-color-text-placeholder: rgba(1,1,20,0.48);
    --theme-bg-base: #fff;
    --theme-bg-body: #fff;
    --theme-bg-surface: #fff;
    --theme-bg-alternative: #fff0d2;
    --theme-bg-places-suggestion: #fff;
    --theme-border-primary: #1c1c1c;
    --theme-fill-logo: #000;
    --theme-fill-icon: #1c1c1c;
    --theme-border-input: #9f9fa7
}

:root[data-theme=dark] {
    --theme-color-text-primary: #fff;
    --theme-color-text-secondary: #000;
    --theme-color-text-brand: #ffad12;
    --theme-color-text-placeholder: #fff;
    --theme-bg-base: #141414;
    --theme-bg-body: linear-gradient(55deg,#141414 80%,#6f4d00);
    --theme-bg-surface: hsla(0,0%,100%,0.1);
    --theme-bg-alternative: hsla(0,0%,100%,0.1);
    --theme-bg-places-suggestion: #1a1a1a;
    --theme-border-primary: #fff;
    --theme-fill-logo: #fff;
    --theme-fill-icon: #fff;
    --theme-border-input: #303030
}

.new-home-v4-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 315px;
    padding: 12px 18px;
    border-radius: 26px;
    border: 0;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

.new-home-v4-btn--thin {
    padding: 8px 16px!important;
    font-size: 14px!important;
    line-height: 18px!important
}

.new-home-v4-btn--bottom {
    margin-top: auto
}

.new-home-v4-btn--primary {
    background-color: #ffb612;
    color: #000!important
}

.new-home-v4-btn--primary:hover {
    background-color: #eba200!important
}

.new-home-v4-btn--secondary {
    border: 2px solid #1c1c1c!important;
    border: 2px solid var(--theme-border-primary)!important;
    color: #1c1c1c!important;
    color: var(--theme-border-primary)!important
}

.new-home-v4-btn--secondary:hover {
    background-color: #1c1c1c!important;
    background-color: var(--theme-border-primary)!important;
    color: #fff!important
}

.new-home-v4-btn--tertiary {
    border: 0!important;
    color: #1c1c1c!important;
    color: var(--theme-border-primary)!important
}

.new-home-v4-btn--tertiary:hover {
    background-color: #8d8d8d!important
}

.new-home-v4-btn--yellow {
    color: #000!important;
    background-color: #ffad12
}

.new-home-v4-btn--yellow:hover {
    background-color: #bc7f0a
}

.new-home-v4-btn--white {
    border: 0;
    background-color: #fff;
    color: #000
}

.new-home-v4-btn--white:hover {
    background-color: hsla(0,0%,100%,.95)
}

.new-home-v4-btn--red {
    color: #fff;
    background-color: #d74758
}

.new-home-v4-btn--red:hover {
    background-color: #a63744
}

.new-home-v4-btn--disabled {
    color: rgba(1,1,20,.48);
    background-color: #cacace
}

@media (max-width: 576px) {
    .new-home-v4-btn {
        max-width:230px;
        padding: 10px 15px;
        font-size: 13px;
        line-height: 16px
    }

    .new-home-v4-btn--row {
        margin: 35px auto
    }
}

.new-home-v4-container,.new-home-v4-section-title {
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
    width: 100%;
    max-width: 1140px
}

@media (max-width: 992px) {
    .new-home-v4-container,.new-home-v4-section-title {
        max-width:960px
    }
}

@media (max-width: 767.98px) {
    .new-home-v4-container,.new-home-v4-section-title {
        max-width:720px
    }
}

@media (max-width: 576px) {
    .new-home-v4-container,.new-home-v4-section-title {
        max-width:540px
    }
}

.new-home-v4-section-title h1 {
    margin: 0 auto
}

.new-home-v4-section-title__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 23px 0
}

.new-home-v4-section-title__title {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #1c1c1c;
    color: var(--theme-border-primary);
    text-align: center
}

.new-home-v4-section-title__title span {
    color: #ffad12
}

.new-home-v4-section-title__title--center {
    text-align: center
}

.new-home-v4-section-title__subtitle {
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    color: var(--theme-border-primary)
}

.new-home-v4-section-title__subtitle span {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    color: #ffad12
}

.new-home-v4-section-title__subtitle--center {
    text-align: center
}

@media (max-width: 576px) {
    .new-home-v4-section-title__title {
        text-align:center;
        line-height: 36px
    }

    .new-home-v4-section-title__subtitle {
        text-align: center
    }
}

.new-home-v4-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 35px 0;
    padding: 0 16px
}

.new-home-v4-cta-wrapper>a {
    width: 100%
}

.new-home-v4-cta-wrapper>p {
    margin-top: 20px;
    width: 95%;
    max-width: 780px;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    color: #656565;
    text-align: center
}

@media (max-width: 767.98px) {
    .carousel-list-active>div:last-child>*,.carousel-list-active>li:last-child>* {
        margin-right:35px!important
    }
}

.Flash {
    position: fixed;
    top: 10%;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .5s ease
}

@media only screen and (max-width: 732px) {
    .Flash {
        width:90%;
        margin-left: 0;
        left: 5%
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    .Flash {
        width:90%;
        margin-left: 0;
        left: 5%
    }
}

.Flash.is-hidden {
    opacity: 0;
    pointer-events: none
}

.Flash__close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.Flash__message {
    color: #fff;
    padding: 20px;
    text-align: center;
    font: 400 16px DM Sans,sans-serif;
    border-radius: 2px;
    line-height: 25px
}

.Flash__message--success {
    background: rgba(22,166,255,.9)
}

.Flash__message--failure {
    background: rgba(220,10,23,.85)
}

.countdown_overlay {
    position: fixed;
    z-index: 9;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 100px;
    padding: 16px;
    background-color: #ffad12;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    gap: 20px;
    font-family: DM Sans,sans-serif;
    font-size: 16px
}

.countdown_overlay__description {
    flex: 3 1
}

.countdown_overlay__timer {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end
}

.countdown_overlay__timer__title {
    display: block;
    font-size: 16px;
    font-weight: 700
}

.countdown_overlay__timer .Countdown {
    display: flex;
    grid-gap: 10px;
    gap: 10px
}

.countdown_overlay__timer .Countdown .timer_wrap {
    width: 45px;
    position: relative;
    text-align: center
}

.countdown_overlay__timer .Countdown .timer_wrap+.timer_wrap:before {
    content: ":";
    position: absolute;
    display: block;
    font-size: 30px;
    left: -8px;
    top: 1.5px
}

.countdown_overlay__timer .Countdown .time {
    font-size: 32px;
    height: 40px
}

.countdown_overlay__timer .Countdown .divisor i {
    display: block;
    font-style: normal;
    font-size: 8px;
    text-align: center;
    text-transform: uppercase
}

.countdown_overlay__timer .Countdown .divisor b {
    display: none
}

@media (min-width: 768px) {
    .countdown_overlay {
        grid-gap:10px;
        gap: 10px
    }
}

.new-v4-cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px;
    background: #1c1c1c
}

.new-v4-cookie-consent__text {
    display: block;
    flex-grow: 1;
    margin-right: 100px;
    max-width: 590px;
    color: #fff;
    font-family: DM Sans,sans-serif;
    font-size: 14px
}

.new-v4-cookie-consent__text a {
    text-decoration: underline
}

.new-v4-cookie-consent__actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.new-v4-cookie-consent__actions .new-home-v4-btn {
    width: 138px
}

.new-v4-cookie-consent__link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 16px;
    margin-left: 16px;
    color: #fff;
    font-family: DM Sans,sans-serif;
    font-size: 14.82px;
    text-decoration: underline
}

@media (max-width: 576px) {
    .new-v4-cookie-consent {
        flex-direction:column
    }

    .new-v4-cookie-consent__text {
        width: 100%;
        margin-right: 0
    }

    .new-v4-cookie-consent__link {
        justify-content: space-between;
        width: 100%
    }
}

.scarcity-promotion {
    display: flex;
    padding: 8px 16px 8px 0;
    width: 100%
}

.scarcity-promotion__unit {
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 16px
}

.scarcity-promotion__plans {
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 0
}

.scarcity-promotion__plans--margin {
    margin-top: 25px;
    margin-bottom: 8px
}

.scarcity-promotion__wrapper {
    display: flex;
    max-width: 280px;
    min-height: 24px;
    padding: 4px 16px;
    width: unset!important;
    border-radius: 4px
}

.scarcity-promotion__wrapper__unit {
    width: 100%!important;
    max-width: 254px;
    padding: 4px 0;
    justify-content: center
}

.scarcity-promotion__wrapper p {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 12px;
    text-align: center
}

.scarcity-promotion__wrapper--red {
    background-color: #fbeef0
}

.scarcity-promotion__wrapper--red p {
    color: #a72534
}

.scarcity-promotion__wrapper--green {
    background-color: #eefbf5
}

.scarcity-promotion__wrapper--green p {
    color: #1e8654
}

.v4-components-feedback {
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 18px
}

.v4-components-feedback--show {
    visibility: visible;
    opacity: 1
}

.v4-components-feedback__icon {
    display: none;
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.v4-components-feedback__text {
    margin: 0;
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    font-weight: 400
}

.v4-components-feedback--success .v4-components-feedback__text {
    color: #1e8654
}

.v4-components-feedback--success .v4-components-feedback__icon--success {
    display: block
}

.v4-components-feedback--success .v4-components-feedback__icon--error {
    display: none
}

.v4-components-feedback--error .v4-components-feedback__text {
    color: #c92c3f
}

.v4-components-feedback--error .v4-components-feedback__icon--error {
    display: block
}

.v4-components-feedback--error .v4-components-feedback__icon--success {
    display: none
}

@media (min-width: 576px) {
    .v4-components-feedback__text {
        font-size:14px
    }
}

.new-home-v4-footer {
    width: 100%;
    padding: 45px 20px 90px;
    background-color: #000;
    font-family: DM Sans,sans-serif
}

.new-home-v4-footer a {
    color: #fff
}

.new-home-v4-footer section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
    color: #fff
}

.new-home-v4-footer section:last-child {
    border-bottom: none
}

.new-home-v4-footer section a {
    text-decoration: none;
    color: #fff
}

.new-home-v4-footer section ul {
    padding: 0;
    margin: 0
}

.new-home-v4-footer section li {
    list-style: none
}

.new-home-v4-footer-title {
    margin: 0 0 25px;
    font-family: DM Sans,sans-serif;
    font-size: 20px;
    line-height: 24px
}

.new-home-v4-footer-disclaimer {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    line-height: 16px
}

.new-home-v4-footer-logo {
    display: block;
    margin: 0 auto;
    width: 204px
}

.new-home-v4-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 15px;
    gap: 15px
}

.new-home-v4-footer-link {
    display: flex;
    grid-gap: 100px;
    gap: 100px
}

.new-home-v4-footer-link div {
    margin-left: 20px
}

.new-home-v4-footer-link li {
    margin-bottom: 10px
}

.new-home-v4-footer-link a {
    font-size: 14px;
    line-height: 17px
}

@media (max-width: 767.98px) {
    .new-home-v4-footer {
        padding:45px 20px 50px
    }

    .new-home-v4-footer section {
        display: block
    }

    .new-home-v4-footer-logo {
        width: 125px
    }

    .new-home-v4-footer-link {
        display: block
    }

    .new-home-v4-footer-link div {
        margin-left: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #c2c2c2
    }

    .new-home-v4-footer-link div:last-child {
        padding-bottom: 0;
        border: none
    }

    .new-home-v4-footer-link div+div h2 {
        padding-top: 30px
    }

    .new-home-v4-footer-link ul {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 5px;
        grid-column-gap: 30px
    }
}

.v4-addons-section .v4-addons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0
}

.v4-addons-section .v4-addons__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 8px;
    gap: 8px
}

.v4-addons-section .v4-addons__header h2 {
    font-weight: 900;
    font-family: DM Sans,sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    -webkit-margin-before: 0;
    margin-block-start:0;-webkit-margin-after: 0;
    margin-block-end:0}

.v4-addons-section .v4-addons__header h2,.v4-addons-section .v4-addons__header p,.v4-addons-section .v4-addons__header smart-text::part(text-element) {
    text-align: center
}

.v4-addons-section .v4-addons__footer {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 46px
}

.v4-addons-section .v4-addons__footer p {
    text-align: center
}

.v4-addons-section .v4-addons__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 24px 8px;
    gap: 24px 8px;
    width: 100%;
    margin-top: 40px
}

.v4-addons-section .v4-addons__list .v4-addons-card {
    height: auto
}

.v4-addons-section .v4-addons .addons-carousel,.v4-addons-section .v4-addons smart-carousel {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1040px;
    margin-top: 10px
}

.v4-addons-section .v4-addons .addons-carousel .swiper-button-prev,.v4-addons-section .v4-addons smart-carousel .swiper-button-prev {
    left: -64px
}

.v4-addons-section .v4-addons .addons-carousel .swiper-button-next,.v4-addons-section .v4-addons smart-carousel .swiper-button-next {
    right: -64px
}

.v4-addons-section .v4-addons-carousel-item {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    height: 100%
}

.v4-addons-section .v4-addons-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 330.66px;
    height: 100%;
    border-radius: 14px;
    background: #fff;
    background: var(--theme-bg-surface);
    box-shadow: 0 0 12px 0 rgba(160,160,167,.25);
    overflow: hidden
}

.v4-addons-section .v4-addons-card__img {
    width: 100%;
    height: 140px;
    margin: 0;
    padding: 0
}

.v4-addons-section .v4-addons-card__img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.v4-addons-section .v4-addons-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 16px
}

.v4-addons-section .v4-addons-card__content smart-text {
    width: 100%
}

.v4-addons-section .v4-addons-card__content .addon-name {
    margin-bottom: 4px
}

.v4-addons-section .v4-addons-card__content .addon-name h2 {
    color: rgba(1,1,20,.48);
    color: var(--color-typography-typo-48);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.v4-addons-section .v4-addons-card__content .addon-title h3 {
    max-height: 64px;
    color: rgba(1,1,20,.88);
    color: var(--color-typography-typo-88);
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v4-addons-section .v4-addons-card__content .addon-description {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 8px
}

.v4-addons-section .v4-addons-card__content .addon-description p {
    color: rgba(1,1,20,.64);
    color: var(--color-typography-typo-64);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.v4-addons-section .v4-addons-card__content .addon-description .free-days {
    color: #1e8654;
    font-size: 12px;
    font-weight: 700;
    display: block;
    padding: 4px 16px;
    background-color: #eefbf5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    border-radius: 4px;
    text-align: center
}

.v4-addons-section .v4-addons-card__prices {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 32px
}

.v4-addons-section .v4-addons-card__prices--no-legend {
    margin-top: 8px
}

.v4-addons-section .v4-addons-card__prices--price {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%
}

.v4-addons-section .v4-addons-card__prices--price smart-text {
    width: auto
}

.v4-addons-section .v4-addons-card__prices--legends {
    color: rgba(1,1,20,.64);
    color: var(--color-typography-typo-64)
}

.v4-addons-section .v4-addons-card__prices--disclaimer {
    display: flex;
    align-items: center;
    margin-top: -6px;
    height: 24px
}

.v4-addons-section .v4-addons-card__see-more-button {
    display: flex;
    width: 100%;
    margin-top: 16px
}

@media (max-width: 1200px) {
    .v4-addons-section .v4-addons {
        max-width:696px
    }
}

@media (max-width: 767.98px) {
    .v4-addons-section .v4-addons .splide__track {
        overflow:unset
    }
}

.v4-addons-section .addons-swiper {
    width: 100%
}

.v4-addons-section .addons-swiper .addons-swiper-slide {
    height: auto;
    width: 330.66px
}

@media (max-width: 576px) {
    .v4-addons-section .addons-swiper {
        overflow:unset
    }
}

.v4-black-benefits-section {
    width: 100%;
    padding: 24px;
    padding: var(--size-space-md);
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center
}

.v4-black-benefits-card {
    width: 100%;
    max-width: 980px;
    display: flex;
    flex-direction: column
}

.v4-black-benefits-card__header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 24px;
    gap: 24px;
    grid-gap: var(--size-space-md);
    gap: var(--size-space-md);
    padding: 24px;
    padding: var(--size-space-md);
    background-color: #17161c;
    border-radius: 8px 8px 0 0;
    border-radius: var(--size-radius-xs) var(--size-radius-xs) 0 0;
    overflow: hidden
}

.v4-black-benefits-card__header .smart-ui-text {
    color: #fff
}

.v4-black-benefits-card__header .smart-ui-button {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 40px
}

.v4-black-benefits-card__header span {
    flex: 1 1
}

.v4-black-benefits-card__header:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 1019px;
    height: 897px;
    right: -475px;
    bottom: -72px;
    border-radius: 363px;
    background: radial-gradient(149.96% 149.96% at 79.53% -25.04%,#0b2cfb 0,#141415 100%);
    filter: blur(218.22223px)
}

.v4-black-benefits-card__header>* {
    position: relative;
    z-index: 2
}

.v4-black-benefits-card__header__title {
    color: #ffb612!important;
    color: var(--color-base-brand-yellow)!important
}

.v4-black-benefits-card__content {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    gap: 24px;
    grid-gap: var(--size-space-md);
    gap: var(--size-space-md);
    padding: 24px;
    padding: var(--size-space-md);
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    border-radius: 0 0 var(--size-radius-xs) var(--size-radius-xs)
}

.v4-black-benefits-card__content__inner {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    grid-gap: var(--size-space-sm);
    gap: var(--size-space-sm)
}

.v4-black-benefits-card__content__list {
    width: 100%;
    border-radius: 8px;
    border-radius: var(--size-radius-xs);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    grid-row-gap: 8px;
    row-gap: 8px;
    grid-row-gap: var(--size-radius-xs);
    row-gap: var(--size-radius-xs)
}

.v4-black-benefits-card__content__list li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.v4-black-benefits-card__content .smart-ui-button {
    display: none
}

@media (max-width: 767.98px) {
    .v4-black-benefits-card__header .smart-ui-button {
        display:none
    }

    .v4-black-benefits-card__content .smart-ui-button {
        display: flex;
        width: 100%;
        max-width: 100%
    }

    .v4-black-benefits-card__content__list {
        flex-direction: column
    }

    .v4-black-benefits-card__content__list li {
        width: 100%
    }

    .v4-black-benefits-card__content__list .v4-black-benefits-item,.v4-black-benefits-card__content__list .v4-black-benefits-item.link .smart-ui-text,.v4-black-benefits-card__content__list .v4-black-benefits-item .smart-ui-text {
        max-width: 100%
    }

    .v4-black-benefits-card__content__disclaimer {
        text-align: center
    }
}

.v4-black-benefits-item {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    grid-gap: var(--size-space-xs);
    gap: var(--size-space-xs);
    padding: 8px;
    padding: var(--size-space-xs)
}

.v4-black-benefits-item__icon {
    flex: none;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border-radius: var(--size-radius-xs);
    background-color: #ebf7ff;
    background-color: var(--color-action-default-pastel)
}

.v4-black-benefits-item .smart-ui-text {
    width: 100%;
    max-width: 150px
}

.v4-black-benefits-item.link {
    border-radius: 8px;
    border-radius: var(--size-radius-xs);
    background-color: #ebf7ff;
    background-color: var(--color-action-default-pastel)
}

.v4-black-benefits-item.link .v4-black-benefits-item__icon {
    background-color: #fff;
    background-color: var(--color-base-brand-white)
}

.v4-black-benefits-item.link .smart-ui-text {
    max-width: 130px
}

.whatsapp_link {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 2px #888;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.whatsapp_link svg {
    fill: currentColor;
    width: 28px;
    height: 28px
}

.smart-toast {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    grid-gap: 4px;
    gap: 4px;
    grid-gap: var(--size-space-xxs);
    gap: var(--size-space-xxs)
}

.smart-toast>div {
    line-height: 24px;
    line-height: var(--size-line-height-bodytext-2)
}

#black-sales-modal smart-text-field::part(input),#black-sales-modal smart-text-field::part(text-field-element) {
    background: #fff;
    background: var(--theme-bg-surface);
    color: #000;
    color: var(--theme-color-text-primary);
    border-color: #9f9fa7;
    border-color: var(--theme-border-input)
}

#black-sales-modal smart-text-field::part(input):-ms-input-placeholder,#black-sales-modal smart-text-field::part(text-field-element):-ms-input-placeholder {
    color: rgba(1,1,20,.48);
    color: var(--theme-color-text-placeholder)
}

#black-sales-modal smart-text-field::part(input)::-ms-input-placeholder,#black-sales-modal smart-text-field::part(text-field-element)::-ms-input-placeholder {
    color: rgba(1,1,20,.48);
    color: var(--theme-color-text-placeholder)
}

#black-sales-modal smart-text-field::part(input)::placeholder,#black-sales-modal smart-text-field::part(text-field-element)::placeholder {
    color: rgba(1,1,20,.48);
    color: var(--theme-color-text-placeholder)
}

#black-sales-modal smart-text-field::part(input):focus,#black-sales-modal smart-text-field::part(input):hover,#black-sales-modal smart-text-field::part(text-field-element):focus,#black-sales-modal smart-text-field::part(text-field-element):hover {
    border-color: #ffb612;
    border-color: var(--color-base-brand-yellow)
}

#black-sales-modal smart-text-field::part(icon-element) {
    color: #000;
    color: var(--theme-color-text-primary)
}

.black-sales-modal__info,.black-sales-modal__not-found {
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.black-sales-modal__info {
    display: flex;
    align-items: center;
    margin-top: 24px
}

.black-sales-modal__info__container {
    margin-bottom: 24px
}

.black-sales-modal__info__img {
    height: 120px;
    margin-bottom: 16px
}

.black-sales-modal__info__img img {
    margin: 0 auto
}

.black-sales-modal__disclaimer {
    max-width: 300px;
    text-align: center
}

.black-sales-modal__not-found {
    margin-top: 24px
}

.black-sales-modal__not-found__img {
    width: 85px;
    margin: 0 auto
}

.black-sales-modal__current_location {
    padding: 16px 0;
    width: 100%;
    display: none;
    align-items: center;
    grid-gap: 6px;
    gap: 6px;
    background: transparent
}

.black-sales-modal__current_location smart-icon>i,.black-sales-modal__current_location span {
    color: #1977b3!important;
    color: var(--theme-color-text-brand)!important
}

.black-sales-modal__loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6)
}

.black-sales-modal__loading>svg {
    animation: rotate 1s linear infinite
}

.black-sales-modal__places-loading {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 24px
}

.black-sales-modal__places-loading>svg {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    animation: rotate 1s linear infinite
}

.black-sales-modal__autocomplete-results {
    right: 0;
    left: 0;
    position: absolute;
    display: none;
    z-index: 10;
    padding: 8px 24px;
    background-color: #fff;
    background-color: var(--theme-bg-base)
}

.black-sales-modal__autocomplete-results li {
    cursor: pointer;
    padding: 10px 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    font-family: DM Sans,sans-serif;
    font-size: 14px
}

.black-sales-modal__autocomplete-results li smart-icon>i,.black-sales-modal__autocomplete-results li span {
    pointer-events: none;
    color: #000!important;
    color: var(--theme-color-text-primary)!important
}

.black-sales-modal__autocomplete-results li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.v4-campaign-countdown-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    transform: translateY(0);
    transition: transform .3s ease,opacity .3s ease;
    will-change: transform,opacity;
    background-color: #ffb612;
    background-color: var(--color-base-brand-yellow)
}

.v4-campaign-countdown-wrapper.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none
}

.v4-campaign-countdown {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8px;
    gap: 8px;
    grid-gap: var(--size-radius-xs);
    gap: var(--size-radius-xs);
    width: 100%;
    max-width: 1860px;
    padding: 16px;
    padding: var(--size-space-sm);
    background-color: #ffb612;
    background-color: var(--color-base-brand-yellow)
}

.v4-campaign-countdown__timer {
    display: flex;
    flex-direction: column;
    align-items: end
}

.v4-campaign-countdown__timer span {
    text-align: right
}

.v4-campaign-countdown__timer>#campaign-countdown-timer {
    font-family: monospace!important
}

#campaign-countdown-spacer {
    transition: height .3s ease
}

#app,#new-plans-page {
    min-height: 100vh;
    overflow-x: hidden
}

.v4-container {
    width: 100%;
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

@media (max-width: 1441px) {
    .v4-container {
        max-width:1180px
    }
}

@media (max-width: 1200px) {
    .v4-container {
        max-width:1140px
    }
}

@media (min-width: 768px) {
    .v4-container .mobile-only {
        display:none!important
    }
}

@media (max-width: 767.98px) {
    .v4-container .desktop-only {
        display:none!important
    }
}

@media (min-width: 992px) {
    .v4-container .tablet-and-mobile {
        display:none!important
    }
}

.new-home-v4-no-scroll {
    overflow: hidden!important
}

.new-home-v4 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.new-home-v4 p {
    margin: 0
}

.new-home-v4-header {
    width: 100%;
    background-color: transparent
}

.new-home-v4-header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 60px 10px
}

.new-home-v4-header__content,.new-home-v4-header__shadow {
    box-shadow: 0 6px 9px -4px rgba(0,0,0,.1)
}

.new-home-v4-header__brand {
    display: flex;
    width: 190px;
    height: 69px
}

.new-home-v4-header__brand a,.new-home-v4-header__brand svg {
    display: block;
    width: 100%;
    height: 100%
}

.new-home-v4-header__menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.new-home-v4-header__menu>li {
    margin-left: 30px
}

.new-home-v4-header__nav {
    display: flex;
    align-items: center
}

.new-home-v4-header__nav .new-home-v4-btn {
    height: 39px
}

.new-home-v4-header__nav .new-home-v4-btn--primary {
    width: 168px;
    color: #000!important
}

@media (max-width: 1441px) {
    .new-home-v4-header__brand {
        width:150px
    }
}

@media (max-width: 767.98px) {
    .new-home-v4-header__menu>li {
        margin-left:0
    }

    .new-home-v4-header__menu>li>a:not(.new-home-v4-btn--primary):not(.smart-ui-button--primary):not(.smart-ui-button--search):not([data-test-button]) {
        display: none
    }
}

.new-home-v4-header__menu li:has([data-test-button]) {
    display: none;
    flex-wrap: nowrap;
    white-space: nowrap
}

@media (max-width: 576px) {
    .new-home-v4-header {
        margin-bottom:15px;
        filter: drop-shadow(0 0 7px rgba(0,0,0,.15))
    }

    .new-home-v4-header__content {
        padding: 10px 20px;
        grid-gap: 5px;
        gap: 5px
    }

    .new-home-v4-header__brand {
        width: 97px
    }
}

.new-home-v4-header.years .new-home-v4-header__content {
    padding: 0 20px
}

.new-home-v4-header.years .new-home-v4-header__brand a,.new-home-v4-header.years .new-home-v4-header__brand img {
    height: 100px
}

.new-home-v4-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    margin-left: 35px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer
}

.new-home-v4-menu-button__icon {
    fill: #1c1c1c;
    fill: var(--theme-fill-icon)
}

@media (max-width: 576px) {
    .new-home-v4-menu-button {
        margin-left:15px
    }
}

.smart-ui-logo-primary__name {
    fill: #000;
    fill: var(--theme-fill-logo)
}

#dark-mode,#light-mode,#new-home-v4-nav {
    display: none
}

.new-home-v4-nav {
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: -100%;
    padding: 0;
    width: 0;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    transition: all .35s
}

.new-home-v4-nav--open {
    opacity: 1;
    visibility: visible;
    right: 0;
    width: 405px;
    max-width: 100%;
    height: 100%;
    padding: 30px 0 15px 26px;
    box-shadow: 0 3px 17px rgba(0,0,0,.1)
}

.new-home-v4-nav__backdrop {
    position: fixed;
    z-index: 90;
    inset: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15)
}

.new-home-v4-nav__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 26px;
    padding-bottom: 10px
}

.new-home-v4-nav__brand {
    display: flex;
    width: 132px
}

.new-home-v4-nav__content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow-x: hidden
}

.new-home-v4-nav__content .new-home-v4-btn {
    margin: 18px 0 20px;
    max-width: 258px!important
}

.new-home-v4-nav__menu {
    margin: 24px 0;
    padding: 0;
    list-style: none
}

.new-home-v4-nav__menu li {
    margin: 0;
    padding: 0
}

.new-home-v4-nav__menu li a {
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    color: var(--theme-border-primary);
    text-decoration: none!important
}

.new-home-v4-nav__menu li a:hover {
    color: #ffad12
}

.new-home-v4-nav__menu li:last-child,.new-home-v4-nav__menu li:last-child a {
    margin-bottom: 0
}

.new-home-v4-nav__countries {
    margin: 24px 0
}

.new-home-v4-nav__countries.opened .new-home-v4-nav__arrow {
    transform: rotate(180deg)
}

.new-home-v4-nav__arrow {
    transition: .35s
}

.new-home-v4-nav__arrow svg path {
    fill: #000;
    fill: var(--theme-fill-logo)
}

.new-home-v4-nav__country-flag {
    background: var(--countries-sprite);
    width: 48px;
    height: 48px;
    transform: scale(.8);
    margin-right: 10px
}

.new-home-v4-nav__country-flag-br {
    background-position: -8px -8px
}

.new-home-v4-nav__country-flag-ar {
    background-position: -138px -8px
}

.new-home-v4-nav__country-flag-co {
    background-position: -398px -8px
}

.new-home-v4-nav__country-flag-cl {
    background-position: -203px -8px
}

.new-home-v4-nav__country-flag-cr {
    background-position: -268px -73px
}

.new-home-v4-nav__country-flag-sv {
    background-position: -203px -73px
}

.new-home-v4-nav__country-flag-do {
    background-position: -333px -8px
}

.new-home-v4-nav__country-flag-ec {
    background-position: -463px -8px
}

.new-home-v4-nav__country-flag-gt {
    background-position: -8px -73px
}

.new-home-v4-nav__country-flag-hn {
    background-position: -398px -73px
}

.new-home-v4-nav__country-flag-mx {
    background-position: -268px -8px
}

.new-home-v4-nav__country-flag-pa {
    background-position: -73px -73px
}

.new-home-v4-nav__country-flag-pe {
    background-position: -73px -8px
}

.new-home-v4-nav__country-flag-py {
    background-position: -138px -73px
}

.new-home-v4-nav__country-flag-uy {
    background-position: -333px -73px
}

.new-home-v4-nav__country-flag-ma {
    background-position: -463px -73px
}

.new-home-v4-nav__country-selected {
    display: flex;
    align-items: center;
    width: 135px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer
}

.new-home-v4-nav__country-selected>.country-name {
    display: flex;
    flex-grow: 1;
    padding-left: 5px;
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    color: var(--theme-border-primary);
    text-transform: uppercase
}

.new-home-v4-nav__countries-wrapper {
    display: none
}

.new-home-v4-nav__countries-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 15px 0 0;
    padding: 0
}

.new-home-v4-nav__countries-list li {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 110px;
    min-width: 101px;
    margin-bottom: 10px
}

.new-home-v4-nav__countries-list li a {
    display: flex;
    align-items: center;
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    color: #1c1c1c;
    color: var(--theme-border-primary);
    text-transform: uppercase;
    text-decoration: none!important
}

.new-home-v4-nav__countries-list li a:hover {
    color: #ffad12
}

.new-home-v4-nav__countries-list li a>img {
    margin-right: 10px
}

.new-home-v4-nav__footer-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    gap: 20px;
    margin: 0;
    padding: 0
}

.new-home-v4-nav__footer-menu li a {
    display: flex;
    align-items: center;
    text-decoration: none!important;
    font-family: DM Sans,sans-serif;
    color: #1c1c1c;
    color: var(--theme-border-primary)
}

.new-home-v4-nav__footer-menu li a:hover {
    color: #ffad12
}

.new-home-v4-nav__footer-menu li a>img {
    margin-right: 10px
}

.new-home-v4-newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 28px 16px;
    background-color: #f6f6f6
}

.new-home-v4-newsletter form {
    width: 100%;
    max-width: 655px
}

.new-home-v4-newsletter__title {
    font-family: DM Sans,sans-serif;
    font-size: 20px;
    color: #656565
}

.new-home-v4-newsletter__field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.new-home-v4-newsletter__input {
    width: 100%;
    max-width: 465px;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    border: 0;
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    color: #8d8d8d
}

.new-home-v4-newsletter__button {
    margin-left: 20px;
    min-width: 170px
}

@media (max-width: 576px) {
    .new-home-v4-newsletter__title {
        text-align:center
    }

    .new-home-v4-newsletter__field {
        flex-direction: column;
        justify-content: center
    }

    .new-home-v4-newsletter__input {
        margin-bottom: 15px
    }

    .new-home-v4-newsletter__button {
        margin-left: 0!important
    }
}

body {
    background: #fff;
    background: var(--theme-bg-body)
}

:root[data-theme=dark] .v4-addons .smart-ui-text,:root[data-theme=dark] .v4-plans__footer .smart-ui-text,:root[data-theme=dark] .v4-plans__header .smart-ui-text {
    color: #000!important;
    color: var(--theme-color-text-primary)!important
}

:root[data-theme=dark] .smart-ui-modal__container {
    background: #fff!important;
    background: var(--theme-bg-base)!important
}

:root[data-theme=dark] .smart-ui-modal__close,:root[data-theme=dark] .smart-ui-modal__title,:root[data-theme=dark] .smart-ui-modal p {
    color: #000!important;
    color: var(--theme-color-text-primary)!important
}

@keyframes fadeSlideItem {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.new-home-v4-slider {
    width: 100%;
    max-width: 1860px;
    margin: 0 auto;
    padding: 11px;
    position: relative;
    overflow: hidden
}

.new-home-v4-slider__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
    animation-name: fadeSlideItem;
    animation-duration: 1.5s
}

.new-home-v4-slider__item a {
    display: block;
    width: 100%;
    height: 100%
}

.new-home-v4-slider__item a img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain
}

.new-home-v4-slider__item--desktop {
    display: block!important
}

.new-home-v4-slider__item--desktop.skeleton {
    background: linear-gradient(90deg,hsla(0,0%,85.9%,.5),hsla(0,0%,100%,.5) 50%,hsla(0,0%,85.9%,.5));
    background-size: 200% 100%;
    animation: skeleton 3s ease-in-out infinite;
    width: 100%;
    aspect-ratio: 192/85
}

.new-home-v4-slider__item--mobile {
    display: none!important
}

.new-home-v4-slider__item--mobile.skeleton {
    background: linear-gradient(90deg,hsla(0,0%,85.9%,.5),hsla(0,0%,100%,.5) 50%,hsla(0,0%,85.9%,.5));
    background-size: 200% 100%;
    animation: skeleton 3s ease-in-out infinite;
    width: 100%;
    aspect-ratio: 1080/1789
}

@media (max-width: 576px) {
    .new-home-v4-slider__item--desktop {
        display:none!important
    }

    .new-home-v4-slider__item--mobile {
        display: block!important
    }
}

.new-home-v4-slider .smart-slide-arrow {
    display: flex;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    border: 0;
    color: transparent;
    font-size: 1px;
    text-indent: -9999px;
    cursor: pointer
}

.new-home-v4-slider .smart-slide-arrow.smart-slide-prev {
    left: 3px
}

.new-home-v4-slider .smart-slide-arrow.smart-slide-next {
    right: 3px;
    transform: rotate(180deg)
}

.new-home-v4-slider .smart-slide-dots {
    position: absolute;
    z-index: 5;
    left: 5px;
    right: 5px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    height: 10px;
    list-style: none
}

.new-home-v4-slider .smart-slide-dots>li {
    display: flex;
    width: 10px;
    margin: 0 5px
}

.new-home-v4-slider .smart-slide-dots>li .smart-slide-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: #e1e1e1;
    font-size: 1px;
    color: transparent;
    text-indent: -9999px;
    cursor: pointer
}

.new-home-v4-slider .smart-slide-dots>li .smart-slide-dot.active {
    background-color: #ffad12
}

.new-home-v4-hero {
    width: 100%;
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 11px 11px
}

.new-home-v4-hero__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.new-home-v4-hero__content--br {
    background-image: var(--hero-bg-br)
}

.new-home-v4-hero__content--year {
    background-image: var(--hero-15-years-bg)
}

.new-home-v4-hero__content--co {
    background-image: var(--hero-bg-co)
}

.new-home-v4-hero__content--cl {
    background-image: var(--hero-bg-cl)
}

.new-home-v4-hero__content--ar {
    background-image: var(--hero-bg-ar)
}

.new-home-v4-hero__content--do,.new-home-v4-hero__content--hn,.new-home-v4-hero__content--pa,.new-home-v4-hero__content--pe {
    background-image: var(--hero-bg-pe)
}

.new-home-v4-hero__content--gt {
    background-image: var(--hero-bg-gt)
}

.new-home-v4-hero__content--cr {
    background-image: var(--hero-bg-cr)
}

.new-home-v4-hero__content--ec {
    background-image: var(--hero-bg-ec)
}

.new-home-v4-hero__content--mx {
    background-image: var(--hero-bg-mx)
}

.new-home-v4-hero__content--sv {
    background-image: var(--hero-bg-sv)
}

.new-home-v4-hero__content--py,.new-home-v4-hero__content--uy {
    background-image: var(--hero-bg-py)
}

.new-home-v4-hero__content--ma {
    background-image: var(--hero-bg-ma)
}

.new-home-v4-hero__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 405px;
    padding: 14px 20px;
    background: #fff;
    border-radius: 46px;
    font-family: DM Sans,sans-serif;
    font-weight: 600;
    font-size: 18px
}

.new-home-v4-hero__link>span {
    position: absolute;
    z-index: 8;
    right: 15px;
    top: 50%;
    margin-top: -11.5px
}

.new-home-v4-hero__link>span svg {
    stroke: #1c1c1c;
    fill: #1c1c1c
}

.new-home-v4-hero__link:hover {
    background-color: #1c1c1c;
    color: #fff
}

.new-home-v4-hero__link:hover svg {
    stroke: #fff;
    fill: #fff
}

@media (max-width: 576px) {
    .new-home-v4-hero__content {
        height:230px;
        padding: 20px
    }

    .new-home-v4-hero__link {
        font-size: 14px
    }
}

.new-home-v4-plans {
    position: relative;
    width: 100%
}

.new-home-v4-plans:after {
    left: 0;
    top: 110px;
    background-image: var(--ellipse-1-bg)
}

.new-home-v4-plans:after,.new-home-v4-plans:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 219px;
    height: 249px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.new-home-v4-plans:before {
    right: 0;
    top: 360px;
    background-image: var(--ellipse-2-bg)
}

.new-home-v4-plans__list {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    grid-gap: 62px;
    gap: 62px;
    width: 100%;
    margin: -10px 0 0;
    padding: 25px;
    overflow-x: scroll;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.new-home-v4-plans__list::-webkit-scrollbar {
    display: none
}

.new-home-v4-plans__list.carousel-list-active {
    justify-content: flex-start
}

.new-home-v4-plans .new-home-v4-cta-wrapper {
    margin: 15px 0 0
}

@media (max-width: 767.98px) {
    .new-home-v4-plans {
        margin-bottom:10px
    }

    .new-home-v4-plans:after,.new-home-v4-plans:before {
        display: none
    }

    .new-home-v4-plans__list {
        margin-top: -10px;
        grid-gap: 26px;
        gap: 26px
    }

    .new-home-v4-plans .new-home-v4-cta-wrapper {
        margin: 5px 0 0
    }
}

.new-home-v4-plan,.new-home-v4-plans__third-plan {
    display: flex;
    flex-direction: column;
    align-items: center
}

.new-home-v4-plan {
    position: relative;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 290px;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 25px;
    outline: 2px solid transparent;
    box-shadow: 0 3px 17px rgba(0,0,0,.1);
    transition: .25s
}

.new-home-v4-plan__best {
    position: absolute;
    left: -1px;
    top: -16px;
    z-index: 10;
    display: block;
    padding: 2px 4px;
    background-color: #ffb612;
    color: #fff;
    font-family: DM Sans,sans-serif
}

.new-home-v4-plan__best strong {
    font-family: DM Sans,sans-serif;
    font-weight: 900
}

.new-home-v4-plan__best:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #eba200
}

.new-home-v4-plan__header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 57px;
    font-size: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}

.new-home-v4-plan__header h2 {
    font-size: 25px;
    font-family: DM Sans,sans-serif;
    text-transform: capitalize
}

.new-home-v4-plan__header h2 strong {
    font-family: DM Sans,sans-serif;
    font-weight: 900
}

.new-home-v4-plan__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
    font-family: DM Sans,sans-serif
}

.new-home-v4-plan__old-price {
    margin-bottom: 10px;
    font-family: DM Sans,sans-serif;
    font-size: 18px;
    text-decoration: line-through
}

.new-home-v4-plan__new-price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center
}

.new-home-v4-plan__new-price span,.new-home-v4-plan__new-price strong {
    color: #1c1c1c
}

.new-home-v4-plan__text {
    margin-right: 8px;
    font-family: DM Sans,sans-serif;
    font-size: 16px
}

.new-home-v4-plan__currency {
    margin-right: 3px;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px
}

.new-home-v4-plan__amount {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 38px;
    line-height: 32px;
    letter-spacing: -1px
}

.new-home-v4-plan__cents {
    font-weight: 900;
    font-size: 22px;
    line-height: 22px
}

.new-home-v4-plan__cents,.new-home-v4-plan__tax {
    display: flex;
    align-self: flex-start;
    font-family: DM Sans,sans-serif
}

.new-home-v4-plan__tax {
    font-size: 16px;
    line-height: 16px
}

.new-home-v4-plan__highlighted {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 6px 15px;
    color: #1c1c1c;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 17px;
    text-align: center
}

.new-home-v4-plan__features {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 18px 25px 3px;
    list-style: none
}

.new-home-v4-plan__features li {
    display: flex;
    width: 100%;
    margin-bottom: 15px
}

.new-home-v4-plan__features li p {
    margin: 0;
    padding: 0;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    color: #656565
}

.new-home-v4-plan__features li:before {
    content: "";
    display: block;
    width: 7px;
    min-width: 7px;
    height: 7px;
    margin-right: 8px;
    margin-top: 7px;
    border-radius: 50%;
    background-color: #ffad12
}

.new-home-v4-plan__features li.not-avaliable p {
    color: #8d8d8d;
    text-decoration: line-through
}

.new-home-v4-plan__features li.not-avaliable:before {
    background-color: #8d8d8d
}

.new-home-v4-plan__features li.not-display>* {
    color: transparent
}

.new-home-v4-plan__features li.not-display:before {
    background-color: transparent
}

.new-home-v4-plan__features li:first-child {
    min-height: 42px
}

.new-home-v4-plan--smart .new-home-v4-plan__header {
    background-color: #ffad12
}

.new-home-v4-plan--smart .new-home-v4-plan__header h2 {
    color: #1c1c1c
}

.new-home-v4-plan--smart .new-home-v4-plan__highlighted {
    background-color: #e1e1e1
}

.new-home-v4-plan--black .new-home-v4-plan__header,.new-home-v4-plan--black_sin_permanencia .new-home-v4-plan__header {
    background-color: #1c1c1c
}

.new-home-v4-plan--black .new-home-v4-plan__header h2,.new-home-v4-plan--black_sin_permanencia .new-home-v4-plan__header h2 {
    color: #fff
}

.new-home-v4-plan--black .new-home-v4-plan__header__third-plan-title,.new-home-v4-plan--black_sin_permanencia .new-home-v4-plan__header__third-plan-title {
    text-align: center
}

.new-home-v4-plan--black .new-home-v4-plan__header--third_plan,.new-home-v4-plan--black_sin_permanencia .new-home-v4-plan__header--third_plan {
    padding: 2.5rem 0
}

.new-home-v4-plan--black .new-home-v4-plan__highlighted,.new-home-v4-plan--black_sin_permanencia .new-home-v4-plan__highlighted {
    background-color: #ffad12
}

.new-home-v4-plan:active,.new-home-v4-plan:focus,.new-home-v4-plan:hover {
    outline-color: #ffad12;
    box-shadow: 0 3px 20px rgba(0,0,0,.14)
}

.new-home-v4-experience {
    padding: 20px 0;
    width: 100%
}

.new-home-v4-experience h2 {
    text-align: center
}

.new-home-v4-experience a {
    margin: 0 auto;
    color: #1c1c1c;
    color: var(--theme-border-primary)
}

.new-home-v4-experience-list {
    margin: 0 auto;
    padding: 5px 0 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    grid-gap: 30px;
    gap: 30px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.new-home-v4-experience-list::-webkit-scrollbar {
    display: none
}

.new-home-v4-experience-list.carousel-list-active {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px
}

.new-home-v4-experience-figure {
    flex-shrink: 0;
    margin: 0;
    width: 300px;
    height: 250px;
    border-radius: 10px;
    background: #fff;
    background: var(--theme-bg-surface);
    outline: 2px solid transparent;
    box-shadow: 0 3px 17px rgba(0,0,0,.1);
    transition: .25s
}

.new-home-v4-experience-figure img {
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    border-radius: 10px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.new-home-v4-experience-figure figcaption {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    text-align: center;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4-experience-figure:active,.new-home-v4-experience-figure:focus,.new-home-v4-experience-figure:hover {
    outline-color: #ffad12;
    box-shadow: 0 3px 20px rgba(0,0,0,.14)
}

.new-home-v4-training-classes {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.new-home-v4-training-classes-list {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    gap: 30px;
    width: 100%;
    margin: 0;
    padding: 10px 30px;
    list-style: none;
    overflow-x: scroll;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.new-home-v4-training-classes-list::-webkit-scrollbar {
    display: none
}

.new-home-v4-training-classes-list__item {
    display: flex;
    flex-shrink: 0;
    width: 285px;
    margin: 0
}

.new-home-v4-training-classes-list.carousel-list-active {
    justify-content: flex-start
}

@media (max-width: 1200px) {
    .new-home-v4-training-classes-list.new-home-v4-training-classes-list--big-list {
        justify-content:flex-start;
        padding-left: 100px
    }
}

@media (max-width: 1024px) {
    .new-home-v4-training-classes-list.new-home-v4-training-classes-list--big-list {
        justify-content:flex-start;
        padding-left: 55px
    }
}

@media (max-width: 992px) {
    .new-home-v4-training-classes-list.new-home-v4-training-classes-list--big-list {
        justify-content:flex-start;
        padding-left: 40px
    }
}

@media (max-width: 576px) {
    .new-home-v4-training-classes-list.new-home-v4-training-classes-list--big-list {
        justify-content:flex-start;
        padding-left: 30px
    }
}

@media (max-width: 576px) {
    .new-home-v4-training-classes-list {
        justify-content:flex-start;
        padding-left: 20px
    }
}

.new-home-v4-training-classes-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 285px;
    min-height: 459px;
    border-radius: 14px;
    background: #fff;
    background: var(--theme-bg-surface);
    overflow: hidden;
    outline: 2px solid transparent;
    box-shadow: 0 3px 17px rgba(0,0,0,.1);
    transition: .25s
}

.new-home-v4-training-classes-card img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.new-home-v4-training-classes-card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 16px;
    width: 100%;
    height: 42px;
    background-color: #ffad12
}

.new-home-v4-training-classes-card__header span {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 14px
}

.new-home-v4-training-classes-card__title {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16.8px
}

.new-home-v4-training-classes-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px
}

.new-home-v4-training-classes-card__text {
    display: -webkit-box;
    overflow: hidden;
    max-height: 170px;
    -webkit-line-clamp: 8;
    white-space: normal;
    text-align: left;
    font-family: DM Sans,sans-serif;
    color: #000;
    color: var(--theme-color-text-primary);
    font-size: 14px;
    line-height: 16.8px
}

.new-home-v4-training-classes-card__divider {
    margin: 20px 0;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e1e1e1
}

.new-home-v4-training-classes-card__read-more {
    display: flex;
    padding: 10px 16px;
    margin-top: 15px;
    font-family: DM Sans,sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-decoration: underline;
    color: #1977b3!important;
    color: var(--theme-color-text-brand)!important
}

.new-home-v4-training-classes-card:active,.new-home-v4-training-classes-card:focus,.new-home-v4-training-classes-card:hover {
    outline-color: #ffad12;
    box-shadow: 0 3px 20px rgba(0,0,0,.14)
}

.new-home-v4-see-more-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 285px;
    height: 509px;
    padding: 16px;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    outline: 2px solid transparent;
    box-shadow: 0 3px 17px rgba(0,0,0,.1);
    transition: .25s
}

.new-home-v4-see-more-card__vector {
    display: block;
    width: 190px;
    height: 161px
}

.new-home-v4-see-more-card__title {
    margin: 20px 0 7px;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #000
}

.new-home-v4-see-more-card__text {
    margin: 0 0 25px;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    color: #1c1c1c;
    text-align: center
}

.new-home-v4-see-more-card__text b {
    font-family: DM Sans,sans-serif;
    font-weight: 900
}

.new-home-v4-see-more-card:active,.new-home-v4-see-more-card:focus,.new-home-v4-see-more-card:hover {
    outline-color: #ffad12;
    box-shadow: 0 3px 20px rgba(0,0,0,.14)
}

.new-home-v4-training-classes-details-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%
}

.new-home-v4-training-classes-details-list__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 76px
}

.new-home-v4-training-classes-details-list__icon {
    display: flex;
    min-height: 33px;
    margin-bottom: 5px
}

.new-home-v4-training-classes-details-list__title {
    font-weight: 700
}

.new-home-v4-training-classes-details-list__text,.new-home-v4-training-classes-details-list__title {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4-app {
    width: 100%;
    background-color: #ffad12
}

.new-home-v4-app-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: grid;
    grid-column-gap: 20px;
    column-gap: 20px;
    grid-template-areas: "text image" "links image"
}

.new-home-v4-app-content {
    align-self: end;
    grid-area: text;
    display: flex;
    flex-direction: column;
    justify-content: end;
    max-width: 300px;
    margin-bottom: 20px;
    grid-gap: 10px;
    gap: 10px
}

.new-home-v4-app-content h1 {
    margin: 0 0 8px;
    padding: 0;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: #1c1c1c
}

.new-home-v4-app-content h2 {
    line-height: 36px
}

.new-home-v4-app-content p {
    margin: 0;
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #1c1c1c
}

.new-home-v4-app-badges {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-area: links
}

.new-home-v4-app-badges__stores-container {
    display: flex;
    grid-gap: 20px;
    gap: 20px
}

.new-home-v4-app-image {
    position: relative;
    grid-area: image;
    width: 100%;
    min-width: 300px;
    min-height: 360px;
    background-color: #fff;
    border-radius: 10px
}

.new-home-v4-app-image--co {
    display: flex;
    justify-self: end;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #000;
    max-width: 570px
}

.new-home-v4-app-image__img {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -190px
}

.new-home-v4-app-image__img--co {
    position: relative!important;
    margin: 0!important;
    inset: 0!important;
    width: 100%
}

.new-home-v4-app-image__img--ar {
    max-height: 436px
}

.new-home-v4-app-cta {
    margin-top: 20px
}

@media (max-width: 767.98px) {
    .new-home-v4-app-container {
        display:block
    }

    .new-home-v4-app-content {
        margin: 0 auto;
        text-align: center;
        max-width: 470px
    }

    .new-home-v4-app-content p {
        margin: 0 0 20px
    }

    .new-home-v4-app-image {
        margin: 0 auto;
        overflow: hidden;
        max-width: 470px;
        min-width: 260px;
        min-height: unset
    }

    .new-home-v4-app-image__img {
        position: relative;
        display: block;
        width: 88%;
        top: 16px;
        bottom: auto
    }

    .new-home-v4-app-image__img--pt {
        left: auto!important;
        margin: 16px auto 0
    }

    .new-home-v4-app-image__img--es {
        transform: translate(-45%)
    }

    .new-home-v4-app-badges {
        align-items: center
    }

    .new-home-v4-app-badges__stores-container {
        margin: 20px auto 0;
        display: flex;
        justify-content: center
    }

    .new-home-v4-app-cta {
        margin-top: 20px
    }
}

#smart-carousel-addons.is-overflow #smart-carousel-addons-list {
    justify-content: normal
}

#smart-carousel-addons-list {
    justify-content: center
}

.new-home-v4__app {
    width: 100%;
    margin: 20px 0 0;
    background-color: #fff0d2;
    background-color: var(--theme-bg-alternative)
}

.new-home-v4__app__container {
    max-width: 1200px;
    min-height: 440px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    gap: 20px
}

.new-home-v4__app__container__content {
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    gap: 15px;
    font-family: DM Sans,sans-serif
}

.new-home-v4__app__container__content ul {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    gap: 4px;
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4__app__container__content ul li {
    position: relative
}

.new-home-v4__app__container__content ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 4.5px;
    height: 4.5px;
    border-radius: 50%;
    background-color: #000;
    background-color: var(--theme-color-text-primary);
    left: -13px;
    top: 7px
}

.new-home-v4__app__container__content span {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4__app__container__info {
    width: 100%;
    max-width: 425px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px
}

.new-home-v4__app__container__info h2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px
}

.new-home-v4__app__container__info h2,.new-home-v4__app__container__info p {
    font-family: DM Sans,sans-serif;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4__app__container__info p {
    font-size: 15px;
    line-height: 18px
}

.new-home-v4__app__container__info__donwload {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px
}

.new-home-v4__app__container__info__donwload span {
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4__app__container__info__donwload__links {
    display: flex;
    grid-gap: 32px;
    gap: 32px;
    align-items: flex-start
}

.new-home-v4__app__container__info__donwload__links__qrcode {
    width: 113px;
    height: 113px
}

.new-home-v4__app__container__info__donwload__links__badges.unified-badges {
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px
}

.new-home-v4__app__container__info__donwload__links__badges.unified-badges li {
    width: 140px;
    height: 40px
}

.new-home-v4__app__container__info__donwload__links__badges.unified-badges li a {
    display: block;
    width: 100%;
    height: 100%
}

.new-home-v4__app__container__info__donwload__links__badges.unified-badges li a img,.new-home-v4__app__container__info__donwload__links__badges.unified-badges li a svg {
    width: 100%;
    height: auto
}

.new-home-v4__app__container__image {
    position: relative;
    width: 100%;
    max-width: 530px;
    min-width: 300px;
    height: 280px;
    align-self: end;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #ffb612;
    border-radius: 10px
}

.new-home-v4__app__container__mobile-download {
    display: none;
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #333;
    text-align: center;
    color: #000;
    color: var(--theme-color-text-primary)
}

@media (max-width: 810px) {
    .new-home-v4__app__container {
        max-width:474px;
        height: auto;
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 80px
    }

    .new-home-v4__app__container__content {
        align-items: center;
        text-align: center;
        order: 1
    }

    .new-home-v4__app__container__content ul {
        align-items: center
    }

    .new-home-v4__app__container__info {
        padding-top: 0;
        order: 2
    }

    .new-home-v4__app__container__info h2,.new-home-v4__app__container__info p {
        text-align: center
    }

    .new-home-v4__app__container__info__donwload>span,.new-home-v4__app__container__info__donwload__links__qrcode {
        display: none
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges {
        position: absolute!important;
        bottom: 20px!important;
        left: 50%!important;
        transform: translateX(-50%)!important;
        z-index: 10!important;
        flex-direction: row!important;
        grid-gap: 15px!important;
        gap: 15px!important;
        justify-content: center!important;
        width: auto!important;
        margin: 0!important
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges li {
        width: 130px!important;
        height: 38px!important;
        flex: 0 0 130px!important
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges li a svg {
        width: 100%!important;
        height: 100%!important;
        max-width: 130px!important;
        max-height: 38px!important
    }

    .new-home-v4__app__container__image {
        order: 3;
        margin-top: 50px;
        height: 240px
    }

    .new-home-v4__app__container__image img {
        position: relative;
        width: 80%;
        bottom: 0
    }

    .new-home-v4__app__container__mobile-download {
        order: 4;
        display: block;
        margin: 10px 0 5px
    }
}

@media (max-width: 500px) {
    .new-home-v4__app__container {
        padding:30px 0 70px;
        max-width: 100%
    }

    .new-home-v4__app__container__info {
        max-width: 474px;
        padding: 0 20px
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges {
        bottom: 15px!important;
        grid-gap: 12px!important;
        gap: 12px!important
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges li {
        width: 120px!important;
        height: 36px!important;
        flex: 0 0 120px!important
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges li a svg {
        max-width: 120px!important;
        max-height: 36px!important
    }

    .new-home-v4__app__container__image {
        max-width: 100%;
        height: 220px;
        margin-top: 50px;
        border-radius: 0
    }

    .new-home-v4__app__container__image img {
        width: 310px
    }

    .new-home-v4__app__container__mobile-download {
        margin: 8px 0 3px
    }
}

@media (max-width: 325px) {
    .new-home-v4__app__container {
        padding-bottom:60px
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges {
        bottom: 10px!important;
        grid-gap: 10px!important;
        gap: 10px!important
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges li {
        width: 110px!important;
        height: 34px!important;
        flex: 0 0 110px!important
    }

    .new-home-v4__app__container__info__donwload__links__badges.unified-badges li a svg {
        max-width: 110px!important;
        max-height: 34px!important
    }

    .new-home-v4__app__container__mobile-download {
        margin: 5px 0 2px
    }

    .new-home-v4__app__container__image img {
        width: 310px
    }
}

.home__cta-digital-products {
    width: 100%
}

.home__cta-digital-products ul {
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.home__cta-digital-products ul::-webkit-scrollbar {
    display: none
}

.home__cta-digital-products ul.carousel-list-active {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px
}

.home__cta-digital-products__card-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding-bottom: 20px;
    overflow: auto;
    padding-top: 20px;
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
    padding-left: 10px
}

.home__cta-digital-products__card {
    font-family: DM Sans,sans-serif;
    font-weight: 400;
    flex: 0 0 auto;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    width: 280px;
    min-height: 450px;
    border-radius: 19px
}

.home__cta-digital-products__card-top {
    background-color: #ffb612;
    flex-basis: 250px;
    border-radius: 8px 8px 0 0
}

.home__cta-digital-products__card-bottom {
    background-color: #fff;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 8px 8px
}

.home__cta-digital-products__card-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-weight: 700;
    justify-content: left;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 24px
}

.home__cta-digital-products__card-title-small {
    font-size: 20px
}

.home__cta-digital-products__card-img {
    display: flex;
    flex-direction: column;
    grid-gap: 4px;
    gap: 4px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    min-height: 450px;
    border-radius: 19px
}

.home__cta-digital-products__card-img img {
    border-radius: 17px;
    max-width: none;
    position: absolute;
    z-index: -1
}

.home__cta-digital-products__card-img-title {
    background-color: #000;
    padding: 2px 10px;
    position: absolute;
    right: 0;
    z-index: 3;
    top: 45%;
    width: 144px
}

.home__cta-digital-products__card-img-title-1 {
    color: #ffbc16;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px
}

.home__cta-digital-products__card-img-title-1 span {
    color: #ffbc16;
    font-size: 12px;
    font-weight: 900;
    margin-left: 0
}

.home__cta-digital-products__card-img-title-2 {
    font-size: 12px;
    color: #ffbc16
}

.home__cta-digital-products__card-button {
    display: block;
    background-color: #ffb612;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    padding: 10px 16px
}

.home__cta-digital-products__card-button:hover {
    background-color: #000;
    color: #fff
}

.home__cta-digital-products__card-cta-trigger {
    padding: 10px 20px 20px;
    display: flex;
    justify-content: center;
    z-index: 2;
    min-height: 36px
}

.home__cta-digital-products__card-wrapper-desc {
    position: absolute;
    bottom: 0;
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 4px;
    gap: 4px
}

.home__cta-digital-products__card-desc {
    color: #fff;
    font-weight: 400;
    min-height: 54px;
    padding: 0 20px;
    text-align: start;
    z-index: 2;
    font-size: 14px;
    line-height: 18px
}

.home__cta-digital-products__card-desc p {
    margin-bottom: 20px
}

.home__cta-digital-products__card-desc p:last-child {
    margin-bottom: 0
}

.home__cta-digital-products__card-splash {
    color: #fff;
    background-color: #d52b1e;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -10px;
    padding: 2px 10px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -18px;
    font-size: 12px;
    height: 25px
}

.home__cta-digital-products__card-splash:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    border-left: 0 solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #87180f;
    margin-top: 25px
}

.gradient {
    position: absolute;
    max-width: none;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg,rgba(0,0,0,.136) 52.52%,rgba(0,0,0,.85) 89.94%)
}

#cybPromoBar {
    z-index: 80!important
}

.es-PE .home__cta-digital-products__card-desc {
    min-height: 54px
}

.new-home-v4__app_panama__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    gap: 10px;
    color: #000;
    color: var(--theme-color-text-primary)
}

.new-home-v4__app_panama__container__info {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 5px;
    gap: 5px
}

.new-home-v4__app_panama__container__info h2 {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 34px;
    text-align: center
}

.new-home-v4__app_panama__container__info p {
    font-family: DM Sans,sans-serif;
    font-size: 22px;
    text-align: center
}

.new-home-v4__app_panama__container__img {
    max-width: 610px
}

.new-home-v4__app_panama__container__img img {
    width: 100%
}

@media (max-width: 810px) {
    .new-home-v4__app_panama__container {
        flex-direction:column-reverse
    }

    .new-home-v4__app_panama__container__info {
        min-width: 280px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        grid-gap: 5px;
        gap: 5px
    }

    .new-home-v4__app_panama__container__info h2 {
        font-family: DM Sans,sans-serif;
        font-weight: 900;
        font-size: 32px;
        text-align: center
    }

    .new-home-v4__app_panama__container__info p {
        font-family: DM Sans,sans-serif;
        font-size: 18px;
        text-align: center
    }

    .new-home-v4__app_panama__container__img {
        margin: 0 auto
    }
}

.experience-carousel {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0
}

.experience-carousel .experience-swiper-slide,.experience-carousel .new-home-v4-experience-item {
    width: 300px
}

.experience-carousel .new-home-v4-experience-item {
    padding-bottom: 40px;
    margin-top: 2px;
    margin-left: 2px
}

.training-classes-carousel {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px
}

.training-classes-carousel .training-classes-swiper {
    overflow: unset!important
}

.training-classes-carousel .training-classes-swiper-slide {
    display: flex;
    justify-content: center;
    width: 285px
}

.training-classes-carousel .new-home-v4-training-classes-list__item {
    padding-bottom: 10px
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .mobile {
        display:none!important
    }
}

@media only screen and (max-width: 759px) {
    .desktop {
        display:none!important
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .desktop {
        display:none!important
    }
}

.v4-autocomplete-item {
    margin: 10px 20px;
    padding-left: 20px;
    cursor: pointer;
    border: none;
    position: relative
}

@media only screen and (max-width: 759px) {
    .v4-autocomplete-item {
        margin:10px 8px
    }
}

.v4-autocomplete-item>span {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #1a1a1a;
    padding-left: 12px
}

.v4-autocomplete-item:before {
    content: "";
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuMjUgMjEuNzVoMTMuNU0xMiAxMi43NWEzIDMgMCAxIDAgMC02IDMgMyAwIDAgMCAwIDZ6IiBzdHJva2U9IiMzQjNCNDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xOS41IDkuNzVjMCA2Ljc1LTcuNSAxMi03LjUgMTJzLTcuNS01LjI1LTcuNS0xMmE3LjUgNy41IDAgMCAxIDE1IDB2MHoiIHN0cm9rZT0iIzNCM0I0MCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+") 50% 50% no-repeat;
    background-size: contain
}

.v4-autocomplete-info {
    cursor: default;
    margin: 10px 30px;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1a1a1a
}

.v4-search {
    width: 100%;
    padding: 0 60px;
    max-width: 1495px;
    margin: 0 auto
}

.v4-search.hidden {
    display: none
}

.v4-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 19px;
    gap: 19px
}

.v4-search-container--2 {
    grid-gap: 0;
    gap: 0
}

.v4-search-filter-container.content {
    padding-bottom: 170px
}

.v4-search-filter-container.content,.v4-search-filter-container.item {
    grid-gap: 32px;
    gap: 32px;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 759px) {
    .v4-search-filter-container.item {
        padding:0 16px
    }
}

.v4-search-filter-info {
    margin-bottom: 20px
}

.v4-search-location-quantity-result .js-results {
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin-top: 16px;
    color: #333
}

.v4-search-button-submit {
    top: 5px
}

.v4-search-container-button-type {
    grid-gap: 20px;
    gap: 20px
}

.v4-search-title {
    font-family: DM Sans,sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    margin: 40px 0;
    color: rgba(1,1,20,.88)
}

@media only screen and (max-width: 759px) {
    .v4-search-title {
        font-size:16px;
        line-height: 24px;
        margin-top: 24px;
        margin-bottom: 4px
    }
}

.v4-search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99;
    display: flex;
    justify-content: center;
    padding: 26px 0 40px
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .v4-search-modal {
        display:none
    }
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .v4-search-modal {
        display:none
    }
}

.v4-search-modal__container {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}

.v4-search-modal__container__header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.v4-search-modal__container__header__title {
    font-family: DM Sans,sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding-top: 14px
}

.v4-search-modal__container__header__close {
    background: none;
    padding-top: 14px
}

.v4-search-modal__container__header__close svg {
    fill: #000
}

.v4-search-modal.hidden {
    display: none
}

.v4-container-filter-and-cards {
    background-color: #fff;
    display: flex;
    max-width: 1495px;
    padding: 0 60px;
    margin: 20px auto 30px;
    grid-gap: 30px;
    gap: 30px
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .v4-container-filter-and-cards {
        grid-gap:11px
    }
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .v4-container-filter-and-cards {
        grid-gap:11px
    }
}

@media only screen and (max-width: 759px) {
    .v4-container-filter-and-cards {
        flex-direction:column;
        margin-top: 0;
        padding: 0 10px;
        grid-gap: 19px;
        gap: 19px
    }
}

.v4-container-cards {
    min-height: 230px
}

.v4-container-cards:has(.new-animation-loading-wrapper) .v4-search-feedback-container {
    display: none
}

.v4-search-filter-button {
    width: 100%;
    max-width: 265px;
    display: flex;
    align-items: center;
    padding: 0 20px
}

.v4-search-filter-button>svg {
    display: block
}

.v4-search-filter-button>span {
    flex: 1 1;
    text-align: center
}

.v4-search-button-apply-filter-modal {
    display: none;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 285px;
    margin-top: 15px;
    padding: 16px 0 10px;
    font-family: DM Sans,sans-serif;
    font-size: 13px;
    line-height: 14px;
    color: #010114;
    background-color: #fcb823;
    border: 0;
    border-radius: 20px
}

body.scrollable {
    overflow: auto
}

@media only screen and (max-width: 759px) {
    .v4-search {
        padding:0 10px
    }

    body.hidden-scroll {
        overflow: hidden
    }

    .v4-search-container {
        flex-direction: column;
        align-items: normal
    }

    .v4-search-location-quantity-result .js-results {
        margin-top: 19px;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #333;
        text-align: center
    }

    .v4-search-filter-quantity-all {
        position: absolute;
        visibility: hidden;
        top: -15px;
        right: -15px;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 11.55px;
        line-height: 14px;
        color: #fff;
        background-color: #d74758;
        padding: 9.5px 12.5px;
        border-radius: 68px;
        margin-right: 5px
    }

    .v4-search-container-button-type,.v4-search-filter-container {
        display: none
    }

    .v4-search-filter-container.is-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,.5);
        z-index: 10
    }

    .v4-search-filter-container.is-active>div {
        max-height: 90%;
        overflow-y: auto
    }

    .v4-search-filter-info button {
        display: contents;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline-color: #ffad12;
        cursor: pointer;
        margin-bottom: 20px
    }

    .v4-search-filter-container-title {
        display: flex;
        grid-gap: 5px;
        gap: 5px;
        align-items: center;
        cursor: pointer
    }

    .v4-search-filter-container-title>h3 {
        flex: 1 1
    }

    .v4-search-filter-container-title>span.is-active {
        display: inline;
        display: initial;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 11.55px;
        line-height: 14px;
        color: #fff;
        background-color: #d74758;
        padding: 3px 12.5px;
        border-radius: 68px;
        margin-right: 5px
    }

    .v4-search-filter-container-title>svg {
        display: inline;
        display: initial;
        transition: transform .2s ease-in
    }

    .v4-search-filter-container-title>svg.is-active {
        transform: rotate(90deg)
    }

    .v4-search-feedback-container {
        margin-top: 0
    }

    .v4-search-button-apply-filter-modal {
        display: flex;
        visibility: visible
    }

    .v4-search-filter-button-clean {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 8px;
        padding: 10px 0;
        border: none;
        background-color: transparent;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        color: #000;
        cursor: pointer
    }
}

.locations-index {
    background-color: #fff
}

.locations-index .wrap-results-container {
    min-height: 300px;
    margin-top: -60px;
    padding-top: 1px;
    padding-bottom: 50px
}

.locations-index .top {
    height: 522px;
    padding-top: 100px
}

@media only screen and (max-width: 759px) {
    .locations-index .top {
        height:405px;
        padding-top: 50px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .top {
        height:405px;
        padding-top: 50px
    }
}

.locations-index .Top:before {
    content: none
}

.locations-index .Map-view {
    margin-top: 120px
}

.locations-index .locations {
    font-size: 0;
    padding: 0
}

.locations-index .locations.is-hidden {
    display: none
}

.locations-index .locations .Locations__item {
    border: 0
}

@media only screen and (max-width: 759px) {
    .locations-index .locations {
        margin-top:30px;
        margin-bottom: 70px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations {
        margin-top:30px;
        margin-bottom: 70px
    }
}

.locations-index .locations__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .locations-index .locations__item:nth-child(2n) .locations__item__image,.locations-index .locations__item:nth-child(odd) .locations__content {
        border-right:none
    }
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__item {
        display:block;
        width: 100%;
        margin-bottom: 25px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__item {
        display:block;
        width: 100%;
        margin-bottom: 25px
    }
}

.locations-index .locations__item__top {
    position: relative
}

.locations-index .locations__item__top:hover .locations__compare {
    display: inline-block
}

.locations-index .locations__compare {
    position: absolute;
    top: 35px;
    right: 40px;
    display: none;
    font: 700 10px Roboto,helvetica,arial,sans-serif;
    color: #fff;
    text-transform: uppercase
}

.locations-index .locations__compare.is-changed {
    display: block
}

.locations-index .locations__compare__checkbox {
    margin-right: 5px
}

.locations-index .locations__plans {
    position: absolute;
    bottom: 10px;
    left: 20px
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__plans {
        left:15px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__plans {
        left:15px
    }
}

.locations-index .locations__plans__item {
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px 0;
    border-right: 1px solid #ffb612
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__plans__item:first-child {
        padding-left:0
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__plans__item:first-child {
        padding-left:0
    }
}

.locations-index .locations__plans__item:last-child {
    border-right: none
}

.locations-index .locations__plans__title {
    margin-bottom: 15px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #fff
}

.locations-index .locations__plans__price {
    font: 700 30px Roboto,helvetica,arial,sans-serif;
    color: #fff
}

.locations-index .locations__plans__price--sup {
    font-size: 20px;
    vertical-align: text-top;
    line-height: 46px;
    margin: 0 0 0 -5px
}

.locations-index .locations__plans__price--sup span {
    font-size: 10px;
    vertical-align: super
}

.locations-index .locations__promotions {
    position: absolute;
    bottom: 20px;
    right: 40px;
    padding: 10px 20px;
    border: 1px solid hsla(0,0%,100%,.4);
    border-radius: 20px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__promotions {
        display:none
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__promotions {
        display:none
    }
}

.locations-index .locations__item__image-wrapper {
    position: relative;
    height: 134px
}

.locations-index .locations__item__image-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f2123;
    opacity: .4
}

.locations-index .Locations__promotions {
    background: #1c1c1c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: DM Sans,sans-serif;
    font-weight: 500!important;
    font-size: 12px;
    width: 100%;
    padding: 7px 0
}

.locations-index .locations__item__image {
    position: relative;
    display: block;
    width: 100%;
    border-right: 1px solid #fff
}

.locations-index .locations__content {
    position: relative;
    padding: 30px 40px;
    border: 1px solid #dcd0e0
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__content {
        padding:20px 0
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__content {
        padding:20px 0
    }
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__content__wrapper {
        padding:0 15px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__content__wrapper {
        padding:0 15px
    }
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__content__title {
        font-size:25px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__content__title {
        font-size:25px
    }
}

.locations-index .location__distance {
    position: absolute;
    top: 30px;
    right: 40px;
    margin: 0
}

@media only screen and (max-width: 759px) {
    .locations-index .location__distance {
        position:static;
        top: auto;
        right: auto
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .location__distance {
        position:static;
        top: auto;
        right: auto
    }
}

.locations-index .location__distance__icon {
    vertical-align: middle;
    margin-top: -3px;
    font-size: 16px
}

.locations-index .locations__classes {
    margin: 20px 0
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__classes {
        margin-bottom:0
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__classes {
        margin-bottom:0
    }
}

.locations-index .locations__classes__item {
    padding: 10px 0;
    border-top: 1px solid #dcd0e0;
    border-bottom: 1px solid #dcd0e0;
    font-size: 0
}

.locations-index .locations__classes__item:last-child {
    border-top: none
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__classes__item {
        padding:25px 15px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__classes__item {
        padding:25px 15px
    }
}

.locations-index .locations__classes__label {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #9a9c9e;
    text-transform: uppercase
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__classes__label {
        display:block;
        width: 100%;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        text-transform: none
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__classes__label {
        display:block;
        width: 100%;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 18px;
        color: #000;
        text-transform: none
    }
}

.locations-index .locations__classes__wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 60%
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__classes__wrapper {
        width:80%
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__classes__wrapper {
        width:80%
    }
}

.locations-index .locations__classes__wrapper .locations__classes__type:nth-child(n+5) {
    display: none
}

.locations-index .locations__classes__type {
    display: inline-block;
    vertical-align: middle;
    width: 25%
}

.locations-index .locations__classes__icon {
    font-size: 36px;
    color: #9a9c9e;
    cursor: pointer;
    transition: color .5s ease
}

.locations-index .locations__classes__icon:hover {
    color: #000
}

.locations-index .locations__classes__more {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #9a9c9e;
    text-transform: uppercase;
    text-align: right
}

.locations-index .locations__classes__more__link {
    color: #9a9c9e;
    text-decoration: none
}

.locations-index .locations__classes__arrow {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
    font-size: 14px;
    color: #9a9c9e
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__classes__arrow {
        width:20%
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__classes__arrow {
        width:20%
    }
}

.locations-index .locations__table {
    margin-bottom: 35px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #9a9c9e;
    text-align: left;
    text-transform: uppercase
}

.locations-index .locations__table td,.locations-index .locations__table th {
    padding: 5px 25px 5px 0
}

.locations-index .locations__table--highlight {
    color: #fcb823
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__hours {
        padding:30px 15px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__hours {
        padding:30px 15px
    }
}

.locations-index .locations__hours__title {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #9a9c9e;
    text-transform: uppercase
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__hours__title {
        font-weight:400;
        font-size: 18px;
        color: #000;
        text-transform: none
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__hours__title {
        font-weight:400;
        font-size: 18px;
        color: #000;
        text-transform: none
    }
}

.locations-index .locations__hours__table {
    font-size: 0
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .locations-index .locations__hours__table {
        margin-bottom:20px
    }
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .locations-index .locations__hours__row {
        display:inline-block;
        vertical-align: top;
        margin-right: 25px
    }
}

.locations-index .locations__hours__cell {
    margin-bottom: 25px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #9a9c9e;
    text-transform: uppercase
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__hours__cell {
        display:inline-block;
        vertical-align: middle;
        width: 50%;
        font-family: DM Sans,sans-serif;
        font-weight: 400;
        color: #000
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__hours__cell {
        display:inline-block;
        vertical-align: middle;
        width: 50%;
        font-family: DM Sans,sans-serif;
        font-weight: 400;
        color: #000
    }
}

.locations-index .locations__hours__cell--heading {
    font-weight: 700
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__hours__cell--right {
        text-align:right
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__hours__cell--right {
        text-align:right
    }
}

.locations-index .locations__hours__cell--highlight {
    color: #fcb823
}

.locations-index .locations__hours__link {
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #818181;
    text-transform: uppercase
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .locations-index .locations__hours__link {
        display:none
    }
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__buy-button {
        border-top:1px solid #dcd0e0;
        padding: 20px 15px 0
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__buy-button {
        border-top:1px solid #dcd0e0;
        padding: 20px 15px 0
    }
}

@media only screen and (max-width: 759px) {
    .locations-index .locations__buy-button .Button {
        width:100%
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .locations__buy-button .Button {
        width:100%
    }
}

.locations-index .search.is-fixed {
    position: fixed;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    background-color: rgba(31,33,35,.95);
    top: 0
}

.locations-index .search.is-fixed .search__options {
    margin-bottom: 5px
}

.locations-index .search__fields {
    border: 1px solid #535353;
    border-radius: 2px
}

.locations-index .search__field {
    position: relative;
    border-bottom: 1px solid #535353
}

.locations-index .search__field__icon {
    cursor: pointer;
    position: absolute;
    font-size: 19px;
    color: #1f2123;
    background-color: #ccc;
    margin-top: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    right: 0;
    width: 15%;
    height: 100%;
    top: 0;
    padding: 4px;
    stroke-width: 2px;
    transition: all .3s
}

.locations-index .search__field__icon.is-active,.locations-index .search__field__icon:hover {
    color: #1f2123;
    background-color: #fcb823
}

.locations-index .search__input {
    width: 100%;
    height: 100%;
    padding-left: 215px;
    padding-right: 215px;
    border: none;
    background: transparent;
    font: 400 16px DM Sans;
    color: #818181;
    text-align: center
}

.locations-index .search__current-location {
    font: 700 10px Roboto,helvetica,arial,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    color: #fcb823;
    text-align: center;
    padding: 0 14px;
    overflow: hidden;
    height: 32px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 43px;
    border: 1px solid #fcb823;
    margin-top: 10px
}

.locations-index .search__current-location:hover {
    color: #000;
    background-color: #fcb823;
    border: 0
}

.locations-index .search__current-location:hover .search__current-location__icon {
    color: #000
}

.locations-index .search__current-location__icon {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 20px;
    color: #fcb823;
    transition: color .5s ease
}

.locations-index .search__filters__actions__wrapper {
    display: table;
    width: 100%
}

.locations-index .search__filters {
    font-size: 0;
    display: table-row;
    width: 100%
}

.locations-index .search__filters__actions {
    display: table-cell;
    width: 45%;
    padding: 10px 0;
    border-right: 1px solid #535353
}

.locations-index .search__filters__more {
    display: table-cell;
    width: 10%
}

.locations-index .search__filters__title {
    margin-bottom: 15px;
    font: 700 10px Roboto,helvetica,arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.locations-index .search__filters__wrapper {
    font-size: 0
}

.locations-index .search__filters__wrapper .search__filters__item:nth-child(n+5) {
    display: none
}

.locations-index .search__filters__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    color: #818181;
    cursor: pointer;
    transition: color .5s ease
}

.locations-index .search__filters__item.is-active,.locations-index .search__filters__item:hover {
    color: #fff
}

.locations-index .search__filters__item.is-active:before {
    content: "";
    position: absolute;
    margin-left: 50px;
    width: 14px;
    height: 14px;
    background: #fcb823;
    border-radius: 50%
}

.locations-index .search__filters__item.is-active:after {
    content: "";
    position: absolute;
    margin-left: 34px;
    margin-top: -58px;
    width: 10px;
    height: 12px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTkgMjFsLTktOC42IDIuOC0yLjlMOSAxNS40IDIxLjIgMyAyNCA1LjggOSAyMXoiLz48L3N2Zz4=") no-repeat
}

.locations-index .search__filters__item.is-active .search__filters__icon {
    color: #fff
}

.locations-index .search__filters__item:nth-of-type(n+5) {
    padding-top: 25px
}

.locations-index .search__filters__icon {
    margin-bottom: 15px;
    font-size: 35px
}

.locations-index .search__filters__label {
    font: 700 10px Roboto,helvetica,arial,sans-serif;
    text-transform: uppercase
}

.locations-index .search__filters__more {
    padding-top: 10px;
    color: #818181;
    text-align: center;
    cursor: pointer;
    transition: color .5s ease
}

.locations-index .search__filters__more .search__filters__title {
    margin-bottom: 20px
}

.locations-index .search__filters__more:hover {
    color: #fff
}

.locations-index .search__hidden__fields {
    visibility: hidden
}

.locations-index .search__options {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
    margin-bottom: 50px;
    padding: 5px 10px 0
}

.locations-index .search__options:after {
    content: "";
    height: 0;
    display: inline-block;
    width: 100%
}

.locations-index .search__options__column {
    display: inline-block;
    vertical-align: middle
}

.locations-index .search__options__column--spaced {
    margin: 0 10px
}

.locations-index .search__options__link {
    font: 700 10px Roboto,helvetica,arial,sans-serif;
    color: #818181;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .5s ease
}

.locations-index .search__options__link:hover {
    color: #fff
}

.locations-index .search__options__dropdown,.locations-index .search__options__promotion {
    font: 700 10px Roboto,helvetica,arial,sans-serif;
    color: #818181;
    text-transform: uppercase
}

.locations-index .search__options__dropdown {
    cursor: pointer
}

.locations-index .search__options__dropdown .search__options__dropdown__head:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.locations-index .search__options__dropdown .search__options__dropdown__menu {
    min-width: 120px;
    box-shadow: 0 2px 8px rgba(0,0,0,.4)
}

.locations-index .search__options__dropdown .search__options__dropdown__item {
    font-weight: 600;
    color: #808385;
    transition: color .5s ease;
    transition: background .5s ease
}

.locations-index .search__options__dropdown .search__options__dropdown__item:hover {
    color: #000;
    background: #e2dbda
}

.locations-index .search__options__dropdown .search__options__dropdown__icon {
    margin-right: 5px
}

.locations-index .search__options__icon {
    vertical-align: middle;
    margin: 0 15px;
    font-size: 20px;
    color: #818181;
    cursor: pointer
}

.locations-index .search__options__icon:last-child {
    margin-right: 0
}

.locations-index .search-mob {
    margin: 35px 0;
    padding: 0 5px
}

.locations-index .search-mob__field {
    position: relative;
    height: 45px;
    border: 1px solid #535353
}

.locations-index .search-mob__field__icon {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -11px;
    font-size: 22px;
    color: #7f7f7f
}

.locations-index .search-mob__field__input {
    width: 100%;
    height: 100%;
    padding: 0 15%;
    border: none;
    background: transparent;
    font: 400 14px DM Sans;
    color: #818181;
    text-align: center;
    outline: 0
}

.locations-index .search-mob__current-location {
    position: absolute;
    top: 50%;
    right: 12px;
    padding: 12px;
    margin: -21px -12px -12px
}

.locations-index .search-mob__current-location__icon {
    font-size: 18px;
    color: #fff;
    transition: color .5s ease
}

.locations-index .search-mob__cell {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #535353;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #fff;
    text-transform: uppercase
}

.locations-index .search-mob__filter__icon {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -8px;
    font-size: 16px;
    color: #fff
}

.locations-index .search-mob__cell__label {
    color: #818181
}

.locations-index .search-mob__checkbox {
    vertical-align: bottom;
    margin-right: 5px
}

.locations-index .result {
    text-align: center;
    position: relative
}

.locations-index .result__title {
    margin-bottom: 35px;
    font: 400 22px DM Sans;
    color: #fcb823
}

@media only screen and (max-width: 759px) {
    .locations-index .result__title {
        margin-bottom:15px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .result__title {
        margin-bottom:15px
    }
}

.locations-index .result__arrow {
    font-size: 22px;
    color: #fcb823
}

.locations-index .filter-mob__section {
    margin-bottom: 35px
}

.locations-index .filter-mob__title {
    margin-bottom: 30px;
    font: 400 18px Roboto,helvetica,arial,sans-serif;
    color: #000
}

.locations-index .filter-mob__clear {
    text-decoration: underline
}

.locations-index .filter-mob__list {
    margin-top: 15px;
    border-bottom: 1px solid #dcd0e0
}

.locations-index .filter-mob__item {
    border-top: 1px solid #dcd0e0
}

.locations-index .filter-mob__item__label {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
    display: block;
    padding: 20px 10px 20px 0;
    height: 80px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #818181;
    text-transform: uppercase
}

.locations-index .filter-mob__item__label:after {
    content: "";
    height: 0;
    display: inline-block;
    width: 100%
}

.locations-index .filter-mob__item__column {
    display: inline-block;
    vertical-align: middle
}

.locations-index .filter-mob__item__checkbox {
    vertical-align: bottom;
    margin-right: 10px
}

.locations-index .filter-mob__item__icon {
    font-size: 34px;
    color: #818181
}

.locations-index .grid.is-hidden {
    display: none
}

.locations-index .loader-component {
    width: 40px;
    float: right;
    margin-top: 30px
}

.locations-index .loader-component:after {
    width: 7px;
    height: 7px;
    margin-left: -3px;
    margin-top: -25px
}

.locations-index .search__current-location.link-disabled,.locations-index .search__current-location.link-disabled svg {
    color: #555
}

.locations-index .campaign__banner {
    text-align: center;
    margin-top: -127px;
    margin-bottom: 86px;
    position: relative
}

@media only screen and (max-width: 759px) {
    .locations-index .campaign__banner {
        margin-top:-30px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .locations-index .campaign__banner {
        margin-top:-30px;
        margin-bottom: 40px
    }
}

.locations-index .search-mob {
    margin: 0;
    padding: 0
}

.locations-index .search__results_wrapper__title {
    margin-top: 15px
}

.locations-index .locations_result_header__wrap {
    margin: 0;
    max-width: auto
}

.locations-index .locations_result_header__title_new {
    padding: 0;
    font-size: 12px;
    margin: auto auto auto 0;
    width: auto
}

.locations-index .locations_result_header {
    flex: auto;
    padding-right: 10px;
    border-right: 1px solid #555
}

.locations-index .search-results-container {
    background-color: #f2f2ef;
    margin-top: 50px;
    padding-bottom: 40px;
    padding-top: 1px
}

.locations-index .wrap-results-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.locations-index .Header {
    position: relative;
    top: auto;
    left: auto
}

.locations-index .search {
    padding-top: 10px
}

.locations-index .search__field {
    border: 0;
    flex: auto;
    background-color: #f2f2ef;
    border-radius: 20px;
    padding: 0 13px;
    box-shadow: 0 4px 4px #000
}

.locations-index .search__fields {
    max-width: 100%;
    border: 0
}

.locations-index .search__filters__actions__wrapper {
    display: none
}

.locations-index .search__input {
    padding: 10px 35px 10px 0;
    outline: none;
    text-align: left;
    font-size: 12px
}

.locations-index .search__options {
    display: none
}

.locations-index .search__results_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse
}

.locations-index .search__fields__wrapper,.locations-index .search__results_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.locations-index .search__fields__wrapper.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 11px;
    background-color: #1f2123;
    box-shadow: 0 0 9px #000;
    z-index: 5;
    transition: all .3s
}

.locations-index .search__fields__wrapper.is-fixed .search__field {
    box-shadow: none
}

.locations-index .search__fields__wrapper.is-fixed .search__field .search__input {
    padding: 6px 35px 6px 0
}

.locations-index .search__trigger_filter {
    color: #fcb823;
    font-family: Roboto,helvetica,arial,sans-serif;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 30px
}

.locations-index .search__trigger_filter__num {
    position: absolute;
    visibility: hidden;
    top: -3px;
    left: -8px;
    background-color: red;
    font-size: 11px;
    padding: 0 5px 1px;
    border-radius: 18px;
    color: #fff
}

.locations-index .search__trigger_filter__dot {
    font-size: 32px;
    transform: rotate(90deg);
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: -15px;
    margin-top: -15px;
    text-shadow: #000 3px 0 1px
}

.locations-index .search__trigger_filter__dot:hover {
    color: #fff
}

.locations-index .search__filters2__wrapper {
    font-size: 12px;
    color: #fff;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all .3s;
    padding: 0 10px
}

.locations-index .search__filters2__wrapper.is-active {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #383737
}

.locations-index .search__filters2__list {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.locations-index .search__filters2__list:last-child {
    margin-bottom: 0
}

.locations-index .search__filters2__title {
    margin-right: 5px;
    color: #fff
}

.locations-index .search__filters2__item {
    border-radius: 23px;
    font-size: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #6f6f6c;
    margin: 0 2px 2px 1px;
    cursor: pointer;
    padding: 2px 5px
}

.locations-index .search__filters2__item svg {
    stroke-width: .1;
    fill: currentColor;
    font-size: 13px;
    margin-right: 3px
}

.locations-index .search__filters2__item.is-active {
    border: 1px solid #e89f00
}

.locations-index .search__filters2__item:hover {
    background-color: #000
}

.locations-index .search__filters2__promotion_list {
    justify-content: space-between
}

.locations-index .search__filters2__promotion_list .search__filters2__item {
    padding: 7px 20px;
    text-transform: uppercase;
    color: #dc0a17;
    border: 1px solid #dc0a17
}

.locations-index .search__filters2__promotion_list .search__filters2__item.is-active {
    color: #fff;
    background-color: #dc0a17
}

.locations-index .search__filters2__promotion_list .search__filters2__item:hover {
    border: 1px solid #f2f2ef;
    color: #fff
}

.locations-index .search__filters2__promotion_list .search__filters2__item--clear {
    border: 1px solid #6f6f6c;
    color: #fff
}

.locations-index .search__filters2__promotion_list .search__filters2__item--clear svg {
    margin: 0
}

.locations-index .search__filters2__promotion_list .search__filters2__item--clear.is-active,.locations-index .search__filters2__promotion_list .search__filters2__item--clear:hover {
    color: #555;
    background-color: #fff
}

.locations-index .search__options__icon {
    fill: #000;
    margin: 0 0 0 10px;
    display: block
}

.locations-index .search__options__icon.is-active {
    fill: #fcb823
}

.locations-index .search__results_wrapper__title {
    display: flex;
    align-items: center
}

@media (min-width: 768px) {
    .locations-index .Locations {
        padding:0
    }

    .locations-index .search {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px
    }

    .locations-index .search__field {
        border-radius: 50px;
        padding: 0 30px
    }

    .locations-index .search__field__icon {
        font-size: 26px;
        width: 10%
    }

    .locations-index .search__results_wrapper {
        flex-direction: unset;
        flex-wrap: unset;
        margin-bottom: 20px
    }

    .locations-index .locations_result_header {
        flex: 1 1
    }

    .locations-index .locations_result_header__title_new {
        font-size: 16px;
        text-align: left;
        padding: 0
    }

    .locations-index .search__fields__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .locations-index .search__fields__wrapper.is-fixed {
        justify-content: center;
        transition: all 1s;
        opacity: .6;
        padding: 0
    }

    .locations-index .search__fields__wrapper.is-fixed .search__field {
        width: 948px;
        flex: initial
    }

    .locations-index .search__fields__wrapper.is-fixed .search__field__icon {
        font-size: 17px;
        width: 5%
    }

    .locations-index .search__fields__wrapper.is-fixed .search__input {
        padding: 4px
    }

    .locations-index .search__fields__wrapper.is-fixed .search__trigger_filter {
        height: 33px;
        width: 30px
    }

    .locations-index .search__fields__wrapper.is-fixed .search__trigger_filter .search__trigger_filter__dot {
        font-size: 32px;
        left: 20%
    }

    .locations-index .search__fields__wrapper.is-fixed.is-active,.locations-index .search__fields__wrapper.is-fixed.is-focus {
        transition: all .5s;
        opacity: 1
    }

    .locations-index .search__fields__wrapper.is-fixed.is-active .search__field__icon,.locations-index .search__fields__wrapper.is-fixed.is-focus .search__field__icon {
        font-size: 20px
    }

    .locations-index .search__fields__wrapper.is-fixed.is-active .search__input,.locations-index .search__fields__wrapper.is-fixed.is-focus .search__input {
        padding: 6px 25px 6px 0
    }

    .locations-index .search__fields__wrapper.is-fixed.is-active .search__trigger_filter,.locations-index .search__fields__wrapper.is-fixed.is-focus .search__trigger_filter {
        width: 40px;
        height: 50px
    }

    .locations-index .search__fields__wrapper.is-fixed.is-active .search__trigger_filter__dot,.locations-index .search__fields__wrapper.is-fixed.is-focus .search__trigger_filter__dot {
        font-size: 50px;
        left: 50%
    }

    .locations-index .search__fields {
        max-width: 988px
    }

    .locations-index .search__input {
        font-size: 14px;
        padding: 15px 90px 15px 0
    }

    .locations-index .search__current-location {
        margin-right: 45px
    }

    .locations-index .search__trigger_filter {
        width: 40px;
        height: 50px
    }

    .locations-index .search__trigger_filter__num {
        top: 0;
        left: -16px;
        padding: 3px 8px 4px
    }

    .locations-index .search__trigger_filter__dot {
        font-size: 50px;
        width: 40px;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .locations-index .search__options__icon {
        display: block
    }

    .locations-index .search__filters2__title {
        margin-right: 5px
    }

    .locations-index .search__filters2__item {
        margin: 3px;
        padding: 3px 15px;
        font-size: 12px
    }

    .locations-index .search__filters2__item svg {
        font-size: 19px
    }
}

.v4-autocomplete-results {
    margin-top: 5px;
    z-index: 10;
    right: 0;
    left: 0;
    position: absolute;
    display: none;
    background: #fff;
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(0 4px 24px rgba(0,0,0,.25))
}

.v4-autocomplete-results.modal-active {
    margin-top: 5px;
    display: none;
    border: none;
    position: static;
    filter: none
}

.v4-autocomplete-results.modal-active .v4-autocomplete-item {
    margin: 10px 0
}

.v4-search-filter-info {
    display: flex;
    align-items: center
}

.v4-search-filter-info h2 {
    flex: 1 1;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000
}

.v4-search-filter-info button {
    display: none
}

.v4-search-location-quantity-result {
    width: 100%;
    margin: 0;
    padding: 0
}

.v4-search-location-quantity-result .locations_result_header__wrap {
    max-width: none;
    margin: 0
}

.v4-search-location-quantity-result .locations_result_header__title_new {
    padding: 0
}

.v4-search-form {
    flex: 1 1;
    width: 100%;
    height: 100%;
    position: relative
}

.v4-search-form .v4-collapse-locator {
    flex: 1 1;
    width: 100%;
    padding: 8px;
    background: #fff;
    box-shadow: 0 4px 16px 2px rgba(160,160,167,.24);
    border-radius: 8px;
    cursor: pointer;
    z-index: 1;
    position: absolute
}

.v4-collapse-locator.modal-active {
    box-shadow: none
}

.v4-search-locator-button {
    color: #0362a0;
    display: flex;
    align-items: center;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: none;
    z-index: 100;
    position: relative;
    cursor: pointer;
    margin: 8px 0
}

.v4-search-locator-button svg {
    margin-right: 12px
}

.z-index-100 {
    z-index: 100
}

.v4-search-input {
    width: 100%;
    height: 39px;
    padding: 12px 40px 12px 12px;
    border: 1.5px solid #333;
    border-radius: 6px;
    font-family: DM Sans,sans-serif;
    font-style: normal;
    font-weight: 325;
    font-size: 12px;
    line-height: 14px;
    color: #8d8d8d;
    outline-color: #ffad12
}

.v4-search-button-submit {
    background-color: transparent;
    border: none;
    outline-color: #ffad12;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    width: 50px;
    top: 6px;
    right: 0;
    bottom: 3px
}

@media only screen and (max-width: 759px) {
    .v4-search-button-submit {
        top:5px
    }
}

.v4-search-button-close {
    background-color: transparent;
    border: none;
    outline-color: #ffad12;
    border-radius: 0;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    width: 50px;
    top: 4px;
    right: 0
}

@media only screen and (max-width: 759px) {
    .v4-search-button-close {
        top:2px
    }
}

.v4-search-button-close.hidden {
    display: none
}

.v4-filter-button {
    background-color: transparent;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 40px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    grid-gap: 16px;
    gap: 16px;
    padding: 8px 16px;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #010114;
    border: 1.5px solid #ffb612;
    border-radius: 20px;
    margin-top: 5px;
    position: relative
}

.v4-filter-button>div {
    outline: none
}

.v4-filter-button.is-mobile {
    display: none
}

.v4-pagination-button {
    color: #1c1c1c;
    font-family: DM Sans,sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    border: 1.5px solid #1c1c1c;
    border-radius: 66px;
    width: 339px;
    height: 42px
}

.v4-search-container-button-type {
    height: 100%;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    margin-top: 5px
}

.v4-search-button-type {
    background-color: transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    outline-color: #ffad12;
    color: #666;
    padding: 10px 0 10px 10px
}

.v4-search-button-type.is-active {
    color: #1c1c1c
}

.v4-search-filter-subtitle {
    padding: 12px 0;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14.3972px;
    line-height: 17px;
    color: #1c1c1c
}

.v4-search-filter-list>li+li {
    margin-top: 15px
}

.v4-search-filter-items.is-active .v4-search-filter-button {
    background-color: #fff0d2;
    border-color: #ffb612
}

.v4-search-filter-items.is-active .v4-search-filter-button>svg {
    display: block
}

.v4-search-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

.v4-search-checkbox-input {
    display: none
}

.v4-search-checkbox-input-element {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #b2b3b3;
    border-radius: 2px
}

.v4-search-checkbox-input:checked+.v4-search-checkbox-input-element:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FFAD12' stroke-width='4' stroke-linecap='round' d='M5.416 6.752l5.624-4.168M5.172 7L2 3.828'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%
}

.v4-search-checkbox span {
    font-size: 14px;
    color: #010114;
    margin-left: 8px
}

.v4-search-filter-button {
    width: 265px;
    min-height: 44px;
    background-color: #f4f4f5;
    border: 2px solid transparent;
    border-radius: 70px;
    outline-color: #ffad12;
    cursor: pointer;
    text-transform: capitalize;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #1c1c1c;
    position: relative
}

.v4-search-filter-button:hover {
    background-color: #fff;
    border-color: #ffb612
}

.v4-search-filter-button>.v4-svg-check {
    position: absolute;
    display: none;
    top: 15px;
    left: 15px
}

.v4-search-filter-button>.v4-svg-accessibility {
    position: absolute;
    top: 10px;
    right: 15px
}

.v4-search-filter-button.promotion {
    margin-bottom: 10px
}

.v4-search-filter-container-title {
    margin-bottom: 12px
}

.v4-search-filter-button-clean,.v4-search-filter-container-title>span,.v4-search-filter-container-title svg {
    display: none
}

.v4-search-filter-paragraph {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #1c1c1c;
    text-align: center;
    margin-top: 20px
}

.v4-search-button {
    display: none
}

@media only screen and (max-width: 759px) {
    .v4-search-input {
        height:42px
    }

    .v4-search-container {
        flex-direction: column;
        align-items: normal;
        padding-bottom: 16px
    }

    .v4-search-container p {
        color: rgba(1,1,20,.88);
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        font-family: DM Sans,sans-serif
    }

    .v4-search-location-quantity-result .js-results {
        max-width: 1440px;
        padding: 0 20px 10px;
        margin: 0 auto;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #333;
        text-align: center
    }

    .v4-search-button {
        background-color: transparent;
        outline-color: #ffad12;
        cursor: pointer;
        display: flex;
        align-items: center;
        grid-gap: 5px;
        gap: 5px;
        height: 48px;
        justify-content: center;
        padding: 15px 35px;
        font-family: DM Sans,sans-serif;
        font-size: 14px;
        line-height: 17px;
        color: #1c1c1c;
        border: 1.5px solid #1c1c1c;
        border-radius: 66px;
        margin-top: 5px;
        position: relative
    }

    .v4-search-button:hover {
        background: #1c1c1c;
        color: #fff
    }

    .v4-search-button>div {
        outline: none
    }

    .v4-search-button>svg {
        width: 23.47px;
        height: 22.13px;
        position: absolute;
        right: 20px
    }

    .v4-filter-button.is-mobile {
        display: flex
    }

    .v4-search-filter-quantity-all {
        position: absolute;
        visibility: hidden;
        top: -15px;
        right: -15px;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 11.55px;
        line-height: 14px;
        color: #fff;
        background-color: #d74758;
        padding: 9.5px 12.5px;
        border-radius: 68px;
        margin-right: 5px
    }

    .v4-search-container-button-type,.v4-search-filter-container {
        display: none
    }

    .v4-search-filter-container.is-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0,0,0,.5);
        z-index: 10
    }

    .v4-search-filter-container.is-active>div {
        max-height: 90%;
        overflow-y: auto
    }

    .v4-search-filter-info button {
        display: contents;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline-color: #ffad12;
        cursor: pointer;
        margin-bottom: 20px
    }

    .v4-search-filter-list {
        max-height: 100%;
        overflow-y: auto;
        transition: max-height .1s ease-in-out
    }

    .v4-search-filter-list.is-disable {
        max-height: 0;
        overflow-y: hidden
    }

    .v4-search-filter-container-title {
        display: flex;
        grid-gap: 5px;
        gap: 5px;
        align-items: center;
        cursor: pointer;
        margin-bottom: 16px
    }

    .v4-search-filter-container-title>h3 {
        flex: 1 1
    }

    .v4-search-filter-container-title>span.is-active {
        display: inline;
        display: initial;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 11.55px;
        line-height: 14px;
        color: #fff;
        background-color: #d74758;
        padding: 3px 12.5px;
        border-radius: 68px;
        margin-right: 5px
    }

    .v4-search-filter-container-title>svg {
        display: inline;
        display: initial;
        transition: transform .2s ease-in;
        transform: rotate(90deg)
    }

    .v4-search-filter-container-title>svg.is-disable {
        transform: rotate(0deg)
    }

    .v4-search-filter-button-clean {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 16px;
        background-color: transparent;
        font-family: DM Sans,sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-align: center;
        color: #010114;
        cursor: pointer;
        border: 1px solid #fcb823;
        border-radius: 20px
    }
}

.Locations .Locations__plans__item--studio {
    padding: 0 6px
}

.Locations .Locations__plans__item--studio .Locations__plans__title {
    font-size: 10px;
    padding: 3px 0
}

.Locations .Locations__plans__item--studio .Locations__plans__price .component_location_price {
    font-size: 19px
}

.Locations .Locations__plans__item--studio .Locations__plans__price .component_location_price__original_price {
    font-size: 10px
}

.Locations .Locations__plans__item--black_sin_permanencia {
    padding: 0 23px
}

.Locations .Locations__plans__item--black_sin_permanencia.Locations__plans__item--black_sin_permanencia__no-pading {
    padding: 0 5px
}

.Locations .Locations__plans__item--black_sin_permanencia .Locations__plans__title {
    font-size: 12px;
    padding: 3px 0
}

.Locations .Locations__plans__item--black_sin_permanencia .Locations__plans__title.Locations__plans__title__black-sin-permanencia {
    font-size: 8px
}

.Locations .Locations__plans__item--black_sin_permanencia .Locations__plans__price .component_location_price {
    font-size: 19px
}

.Locations .Locations__plans__item--black_sin_permanencia .Locations__plans__price .component_location_price.component_location_price__black-sin-permanencia {
    font-size: 12px
}

.Locations .Locations__plans__item--black_sin_permanencia .Locations__plans__price .component_location_price__original_price {
    font-size: 10px
}

@media (min-width: 768px) {
    .Locations .Locations__plans__item--black_sin_permanencia {
        padding:0 19px
    }

    .Locations .Locations__plans__item--black_sin_permanencia.Locations__plans__item--black_sin_permanencia__no-pading {
        padding: 0
    }
}

.Locations {
    padding: 0;
    grid-gap: 24px;
    gap: 24px;
    grid-row-gap: 24px;
    row-gap: 24px;
    font-family: DM Sans,sans-serif
}

@media only screen and (min-width: 991px) and (max-width:1942px) {
    .Locations {
        grid-gap:12px;
        gap: 12px;
        grid-row-gap: 12px;
        row-gap: 12px
    }
}

.Locations * {
    font-family: DM Sans,sans-serif
}

.Locations__buy-button {
    text-align: center
}

.Locations__buy-button a {
    font-family: DM Sans,sans-serif!important;
    font-size: 13px!important;
    color: #000;
    background: #ffb612;
    border-radius: 16px;
    border: none
}

.Locations__buy-button a:hover {
    color: #000;
    background: #ffb40d
}

.Locations__buy-button .Button {
    padding: 7.5px 15px;
    width: 100%
}

.Locations__buy-button--list {
    display: none
}

.Locations__buy-button__grid a {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Locations__show-more {
    text-align: center
}

.Locations__button-show-more {
    background-color: #fff;
    border-radius: 3px;
    color: #555;
    border: 1px solid #d4d8d8;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 9px
}

.Locations__button-show-more:hover {
    background-color: #f2f2ef;
    color: #000
}

.Locations__content__wrapper {
    display: flex;
    flex-direction: column
}

.Locations__content__wrapper>.Text {
    font-size: 12px;
    line-height: 18px;
    color: #555;
    align-items: center;
    display: flex
}

.Locations__content__title__wrap {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap-reverse;
    text-align: center
}

.Locations__content__title__wrap .Location__distance {
    font-size: 16px;
    line-height: normal;
    display: flex;
    align-items: center
}

.Locations__content__title__wrap .Location__distance svg {
    margin-right: 5px
}

.Locations__content__title {
    margin-bottom: 10px;
    line-height: 25px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-align: center
}

.Locations__content__title a {
    font-size: 14px
}

.Locations__content__features {
    text-transform: uppercase;
    padding: 10px
}

.Locations__content__features__wrap {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    width: 100%
}

.Locations__content__features__wrap.is-active {
    height: auto;
    visibility: visible;
    opacity: 1
}

.Locations__hours {
    color: #999;
    padding-top: 10px;
    margin-bottom: 0
}

.Locations__hours__title {
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 15px
}

.Locations__hours__table {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    flex-wrap: wrap
}

.Locations__hours__row {
    margin-right: 13px;
    margin-bottom: 10px
}

.Locations__hours__row:first-child {
    margin-left: 0
}

.Locations__hours__row>div:first-child {
    font-size: 11px;
    margin-bottom: 5px
}

.Locations__hours__row--holiday {
    color: #fcb823
}

.Locations__classes__more a {
    font-size: 14px;
    color: #999;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35px
}

.Locations__classes__item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.Locations__classes__wrapper {
    display: flex;
    font-size: 30px
}

.Locations__classes__wrapper>div {
    margin-right: 10px
}

.Locations__classes__label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    width: 80px;
    flex: 1 1 100%;
    padding: 10px 0;
    word-wrap: break-word
}

.Locations__item {
    margin: 0;
    background-color: #fff;
    border-top: 0
}

.Locations__item__image-wrapper {
    overflow: hidden;
    position: relative
}

.Locations__item__image-wrapper:after {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 1px;
    height: 70px;
    width: 480px;
    box-shadow: 0 -28px 69px #000
}

.Locations__item img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .3s ease
}

.Locations__item__top {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    min-height: 200px
}

.Locations__item__top__link-image {
    width: 100%;
    display: block
}

.Locations__item__top__image-wrap {
    width: 100%;
    position: relative
}

.Locations__item__top .loader-component {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px
}

.Locations__item__top .loader-component:after {
    margin-top: 0!important;
    margin-left: 0!important;
    top: 0!important;
    left: 0!important;
    width: 15px!important;
    height: 15px!important
}

.Locations__item__content {
    width: 100%;
    border-top: 0;
    text-align: center
}

.Locations__item:hover img {
    filter: brightness(120%);
    transform: scale(1.05)
}

.Locations__item:hover .Locations__plans {
    background-color: #fff
}

.Locations__compare {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700
}

.Locations__compare__checkbox {
    margin-right: 5px
}

.Locations__item-more {
    display: none
}

.Locations__item-more__icon {
    position: absolute;
    right: 2px;
    top: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    line-height: 0;
    height: 14px;
    cursor: pointer;
    transform: rotate(90deg);
    transition: color .3s ease;
    font-family: Roboto,helvetica,arial,sans-serif;
    z-index: 5
}

.Locations__item-more__icon:hover {
    color: #fcb823
}

.Locations__item-more__content {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    color: #fff;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center
}

.Locations__item-more__content--visible {
    visibility: visible;
    opacity: 1
}

.Locations__plans_wrap {
    width: 100%
}

.Locations__plans {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #fff;
    margin: 0 10px;
    border-bottom: 1px solid #e1e1e1
}

.Locations__plans__item {
    padding: 0 10px;
    border-right: 1px solid #ffb612
}

.Locations__plans__item:last-child {
    border: 0
}

.Locations__plans__item a {
    color: #fff;
    text-decoration: none
}

.Locations__plans__item .component_location_price__original_price {
    width: 100%
}

.Locations__plans__link {
    text-decoration: none;
    color: #fff;
    transition: color .3s ease
}

.Locations__plans__title {
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    text-transform: uppercase;
    padding: 3px 10px
}

.Locations__plans__price {
    font: 700 30px Roboto,helvetica,arial,sans-serif;
    text-align: center
}

.Locations__plans__price--sup {
    font-size: 20px;
    vertical-align: text-top;
    line-height: 46px;
    margin: 0 0 0 -5px
}

.Locations__plans__price--sup span {
    font-size: 10px;
    vertical-align: super
}

.Locations__promotions {
    background-color: #fcb823;
    width: 100%;
    display: block;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    color: #1f2123;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    justify-content: center
}

.Locations__promotions--black {
    color: #fcb823;
    border-top: 1px solid #615d54;
    background-color: #202224
}

.locations_result_header {
    width: 100%;
    text-align: center
}

.locations_result_header__wrap {
    max-width: 1180px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto
}

.locations_result_header__title {
    color: #fcb823;
    padding: 20px 0;
    font-size: 16px;
    line-height: 22px;
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.locations_result_header svg {
    color: #fcb823
}

.locations_result_header__wrap--buyings {
    margin-top: 0;
    margin-bottom: 30px
}

.locations_result_header__wrap--buyings .locations_result_header__title_new {
    color: #1f2123;
    font-weight: 400;
    font-size: 36px;
    text-transform: none
}

.Locations__item_image_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 40px 20px 20px;
    background: rgba(0,0,0,.2);
    box-shadow: 0 -15px 58px #000;
    text-shadow: unset;
    cursor: pointer
}

.Locations__item_image_title h3 {
    margin-bottom: 0
}

.Locations__item_image_title a {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 500
}

.Locations__item_image_title .Text {
    line-height: 1;
    font-size: 12px;
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 700;
    background: #fff;
    padding: 3px 14px 3px 2px;
    border-radius: 20px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 12px
}

.Locations__item_image_title svg {
    color: #fff;
    font-size: 25px;
    border-radius: 23px;
    padding: 3px;
    fill: #000;
    stroke: #000;
    stroke-width: 1;
    height: 20px;
    margin-right: 0
}

.Locations__item_promotion_bottom {
    position: relative
}

.Locations__item_wrap {
    border-radius: 10px
}

.Locations__item_wrap_is_thumb {
    max-width: 237px
}

.Locations .promotional_highlight_available_plans {
    border-bottom: 1px solid #fcb823;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    text-align: left
}

.Locations .promotional_highlight_available_plans--red {
    border-bottom: 1px solid #a71319
}

.Locations .promotional_highlight_available_plans--green {
    border-bottom: 1px solid #91ff00
}

@media (min-width: 480px) {
    .Locations {
        display:flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .Locations__item {
        width: 480px;
        margin-left: 10px;
        margin-right: 10px
    }

    .Locations__item_promotion_top {
        padding: 0 10px
    }
}

@media (min-width: 768px) {
    .Locations {
        justify-content:center;
        align-items: stretch
    }

    .Locations__item {
        width: 237px;
        display: flex;
        flex-flow: column wrap;
        height: 100%;
        margin: 0;
        border-radius: 12px;
        overflow: hidden
    }

    .Locations__item img {
        height: 100%
    }

    .Locations__item__image-wrapper {
        height: 150px;
        background-color: #000
    }

    .Locations__item__content {
        display: flex;
        flex-direction: column
    }

    .Locations__content__features {
        flex: 1 1
    }

    .Locations__item_promotion_top {
        width: 320px
    }

    .Locations__item_wrap {
        display: flex;
        flex-flow: column;
        height: 100%
    }

    .Locations__item_wrap_is_thumb {
        max-width: 237px
    }

    .locations_fake_people_buying {
        margin-bottom: 10px
    }
}

@media (min-width: 988px) {
    .Locations__item-more {
        display:block
    }
}

.component_location_price {
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #000
}

.component_location_price--black {
    color: #000
}

.component_location_price--white {
    color: #fff;
    text-shadow: 0 2px 0 #000
}

.component_location_price--gray {
    color: #999
}

.component_location_price--size-24 {
    font-size: 24px
}

.component_location_price--size-30 {
    font-size: 30px
}

.component_location_price--size-40 {
    font-size: 40px
}

.component_location_price--size-50 {
    font-size: 50px
}

.component_location_price--size-60 {
    font-size: 60px
}

.component_location_price--size-70 {
    font-size: 70px
}

.component_location_price--size-80 {
    font-size: 80px
}

.component_location_price--margin-bottom-20 {
    margin-bottom: 20px
}

.component_location_price--original_price--width-65 .component_location_price__original_price {
    width: 65px
}

.component_location_price--original_price--width-110 .component_location_price__original_price {
    width: 110px
}

.component_location_price--original_price--width-150 .component_location_price__original_price {
    width: 150px
}

.component_location_price--original_price--margin-auto .component_location_price__original_price {
    margin: 0 auto
}

.component_location_price__original_price {
    font-size: .4em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.component_location_price__original_price:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    background-color: #dc0a17;
    height: 1px;
    width: 100%;
    transform: rotate(-5deg)
}

.component_location_price__current {
    display: flex;
    justify-content: center;
    align-items: normal
}

.component_location_price__integer {
    display: flex;
    justify-content: center;
    align-items: center
}

.component_location_price__decimal {
    font-size: .5em;
    margin-top: .2em;
    margin-left: -.2em
}

.component_location_price__from {
    font-size: .8em;
    text-transform: uppercase;
    margin-right: 3px
}

.component_location_price__for {
    font-size: .3em;
    margin-right: 0;
    text-transform: uppercase
}

.component_location_price__coin {
    font-size: .5em;
    margin-top: .4em;
    margin-right: 3px;
    text-transform: uppercase
}

.component_location_price--sv .Select-pane__price--tax {
    font-size: 25px;
    padding-top: 0;
    margin-top: -13px;
    width: 63px
}

.Locations {
    justify-content: flex-start
}

.Locations:has(.card) {
    justify-content: center
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .Locations {
        grid-gap:12px
    }
}

.Locations.is-hidden {
    opacity: 0;
    pointer-events: none
}

@media only screen and (max-width: 759px) {
    .Locations__buy-button {
        height:42px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .Locations__buy-button {
        height:42px
    }
}

.Locations .Locations__promotions {
    font-weight: 700
}

.Locations__plans__title {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    text-transform: capitalize
}

.Locations__item {
    border-radius: 10px;
    min-width: unset;
    box-shadow: 0 8px 10px #dbdbdb
}

.Locations__item_wrap {
    margin-bottom: 0
}

.Locations__item__content_is_thumb {
    padding: 0;
    justify-content: space-between;
    display: flex;
    flex: 1 1;
    width: 100%
}

.Locations__item img {
    width: 237px
}

@media only screen and (max-width: 759px) {
    .Locations .Locations__promotions {
        border-top-left-radius:10px;
        border-top-right-radius: 10px
    }
}

@media only screen and (min-width: 760px) and (max-width:990px) {
    .Locations .Locations__promotions {
        border-top-left-radius:10px;
        border-top-right-radius: 10px
    }
}

.Locations .component_location_price {
    font-family: DM Sans,sans-serif;
    font-weight: 325;
    line-height: 19px;
    letter-spacing: 0;
    color: #000
}

.Locations .component_location_price__integer {
    font-size: 16.47px
}

.Locations .component_location_price__decimal {
    font-size: 11.76px;
    margin-left: 0
}

.Locations .component_location_price__original_price {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    font-weight: 325;
    line-height: 15px;
    letter-spacing: 0;
    text-align: center;
    color: #999
}

.Locations .component_location_price__original_price:before {
    background-color: #999;
    transform: unset;
    left: 6%;
    width: 80%
}

.Locations .Locations__item__top {
    height: unset;
    background-color: transparent
}

.Locations .Locations__plans_wrap {
    position: relative;
    background-color: #fff
}

.Locations .Locations__plans {
    justify-content: center;
    padding: 10px 0
}

.Locations .Locations__plans__item {
    padding: 0 25px;
    display: flex;
    min-width: 58px;
    justify-content: center
}

.Locations .Locations__buy-button__grid {
    display: flex;
    padding: 0 16.5px 19px
}

.Locations .Locations__buy-button a {
    text-transform: none;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center
}

.Locations .thumb-content__middle {
    padding: 11px 0;
    margin: 0 10px
}

.Locations .thumb-content__middle h3 {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0;
    color: #1c1c1c;
    margin-bottom: 8px
}

.Locations .thumb-content__middle p {
    font-family: DM Sans,sans-serif;
    font-size: 10px;
    font-weight: 325;
    line-height: 12px;
    letter-spacing: 0;
    color: #656565;
    margin-bottom: 0
}

.Locations .thumb-content__bottom {
    padding: 20px 7.5px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #e1e1e1;
    margin: 0 10px
}

.Locations .thumb-content__bottom a {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 11px;
    letter-spacing: 0;
    text-decoration: underline;
    color: #1977b3
}

@media (max-width: 576px) {
    .Locations {
        display:flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .Locations__item {
        width: 100%;
        max-width: 380px;
        margin: 5px 0;
        overflow: hidden
    }

    .Locations__item__image-wrapper {
        width: 100%;
        max-height: 183px;
        overflow: hidden
    }

    .Locations__item__image-wrapper img {
        width: 100%!important
    }
}

@media (max-width: 480px) {
    .Locations__item {
        max-width:340px
    }
}

.Locations__item_wrap:has(.card) {
    height: 100%
}

.Locations__item_wrap .card {
    max-width: 320px;
    min-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: #fff;
    filter: drop-shadow(0 0 16px rgba(160,160,167,.25));
    position: relative
}

.Locations__item_wrap .card a {
    height: 100%
}

.Locations__item_wrap .card__container {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px;
    padding: 16px
}

.Locations__item_wrap .card__container.gym {
    padding-bottom: 8px
}

.Locations__item_wrap .card__container.checkout {
    height: 100%;
    padding-top: 8px;
    display: grid;
    align-content: end;
    grid-gap: 0;
    gap: 0
}

.Locations__item_wrap .card__image {
    width: 100%;
    height: 142px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0
}

.Locations__item_wrap .card__distance {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    grid-gap: 4px;
    gap: 4px;
    padding: 4px 8px;
    align-items: center;
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000;
    filter: drop-shadow(0 0 16px rgba(160,160,167,.25))
}

.Locations__item_wrap .card__address h3 {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: rgba(1,1,20,.88);
    margin-bottom: 4px
}

.Locations__item_wrap .card__address p {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: rgba(1,1,20,.64)
}

.Locations__item_wrap .card__address h3,.Locations__item_wrap .card__address p {
    max-width: 280px
}

.Locations__item_wrap .card__link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1977b3
}

.Locations__item_wrap .card__promotion {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 16px;
    background: #eefbf5;
    border-radius: 4px;
    margin-bottom: 8px
}

.Locations__item_wrap .card__promotion__text {
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1e8654
}

.Locations__item_wrap .card__plans {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px
}

.Locations__item_wrap .card__plans__title {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    color: rgba(1,1,20,.48)
}

.Locations__item_wrap .card__plans ul {
    display: flex;
    justify-content: center
}

.Locations__item_wrap .card__plans li {
    width: 100%
}

.Locations__item_wrap .card__plans__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 0;
    align-items: center;
    text-transform: uppercase
}

.Locations__item_wrap .card__plans__item__name {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(1,1,20,.88)
}

.Locations__item_wrap .card__plans__item__old_price {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: rgba(1,1,20,.48)
}

.Locations__item_wrap .card__plans__item__price {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    color: rgba(1,1,20,.88)
}

.Locations__item_wrap .card .Button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    height: 40px;
    background: #ffb612;
    border-radius: 200px;
    border: none;
    color: rgba(1,1,20,.88);
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    text-transform: none
}

@media (max-width: 480px) {
    .Locations div {
        width:100%
    }

    .Locations div .card {
        max-width: none;
        min-width: 0
    }

    .Locations div .card__address h3,.Locations div .card__address p {
        max-width: none
    }
}

.skeleton {
    width: 320px;
    margin: 0 auto
}

.skeleton__image {
    width: 100%;
    height: 142px;
    border-radius: 8px 8px 0 0
}

.skeleton__container {
    padding: 16px
}

.skeleton__title {
    width: 130px;
    height: 17px;
    border-radius: 25px
}

.skeleton__subtitle {
    width: 100%;
    max-width: 260px;
    height: 10px;
    margin-top: 10px;
    border-radius: 15px
}

.skeleton__info {
    width: 100%;
    max-width: 86px;
    height: 12px;
    margin-top: 16px;
    border-radius: 17px
}

.skeleton__prices {
    display: flex;
    width: 100%;
    margin-top: 35px;
    padding: 0 8px;
    justify-content: space-between
}

.skeleton__prices>div {
    width: 100%
}

.skeleton__plan {
    width: 100%;
    max-width: 113px;
    height: 10px;
    border-radius: 15px
}

.skeleton__price {
    width: 100%;
    max-width: 100px;
    height: 12px;
    margin-top: 6px;
    border-radius: 17px
}

.skeleton__button {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin-top: 27px;
    border-radius: 20px
}

.skeleton .anim {
    background: linear-gradient(90deg,hsla(0,0%,85.9%,.5),hsla(0,0%,100%,.5) 50%,hsla(0,0%,85.9%,.5));
    background-size: 200% 100%;
    animation: skeleton 3s ease-in-out infinite
}

@media (max-width: 480px) {
    .skeleton {
        width:100%
    }
}

.hidden {
    display: none
}

body {
    box-sizing: border-box;
    overflow-x: hidden
}

body,ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

.show-locations-page {
    width: 100%;
    font-family: DM Sans,sans-serif
}

.show-locations-page__container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    max-width: 1140px
}

.show-locations-page-section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px
}

.show-locations-page-section-title__featured {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    padding: 4px 16px;
    margin-bottom: 16px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    background: #ffc33d;
    background: var(--color-brand-primary,#ffc33d);
    border-radius: 4px
}

.show-locations-page-section-title__title {
    width: 100%;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    color: #333
}

.show-locations-page-section-title__title>span {
    color: #ffad12
}

.show-locations-page-section-title__title--left {
    text-align: left
}

.show-locations-page-section-title__subtitle {
    margin-top: 8px;
    width: 100%;
    max-width: 710px;
    text-align: center;
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    color: #1c1c1c
}

.show-locations-page-section-title__subtitle--left {
    text-align: left
}

@media (max-width: 767.98px) {
    .show-locations-page-section-title__subtitle {
        max-width:90%;
        margin-top: 15px
    }

    .show-locations-page-section-title__title {
        font-size: 30px;
        max-width: 86%
    }
}

.show-locations-page__button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 46px;
    width: 100%;
    max-width: 414px;
    margin: 0 auto;
    background-color: #ffb612;
    border: none;
    border-radius: 26px;
    color: #000;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none
}

.show-locations-page__button:hover {
    background-color: #eba200
}

.show-locations-page__show-unit {
    margin-top: 60px;
    margin-bottom: 50px
}

.show-locations-page__show-unit__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

@media (max-width: 1200px) {
    .show-locations-page__show-unit__header {
        flex-direction:column
    }
}

.show-locations-page__show-unit__header_page_title {
    font-family: DM Sans,sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 19px;
    margin: 0 0 14px
}

.show-locations-page__show-unit__header_name {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 30px;
    margin: 0;
    line-height: 36px
}

.show-locations-page__show-unit__content {
    display: flex;
    flex-direction: row;
    grid-gap: 37px;
    gap: 37px
}

.show-locations-page__show-unit__content .container-slider {
    max-width: 730px
}

@media (max-width: 1190px) {
    .show-locations-page__show-unit__content {
        flex-direction:column
    }

    .show-locations-page__show-unit__content .container-slider {
        max-width: 100%
    }
}

.show-locations-page__show-unit__content_right {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    width: 100%;
    grid-gap: 40px;
    gap: 40px;
    justify-content: space-between
}

@media (max-width: 1190px) {
    .show-locations-page__show-unit__content_right {
        flex-direction:column-reverse
    }
}

.show-locations-page__show-unit__content_right--items {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    width: 100%;
    grid-gap: 40px;
    gap: 40px;
    justify-content: space-between
}

.show-locations-page__show-unit__content_right_button {
    background-color: #d52b1e;
    border: none;
    border-radius: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    height: 46px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.show-locations-page__show-unit__box {
    border: .787508px solid #ffb612;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    padding: 15px 0 15px 20px;
    grid-gap: 22px;
    gap: 22px
}

.show-locations-page__show-unit__box__content {
    display: flex;
    flex-direction: column
}

.show-locations-page__show-unit__box a {
    font-family: DM Sans,sans-serif;
    font-size: 13px;
    line-height: 13px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    margin-top: 14px;
    cursor: pointer
}

.show-locations-page__show-unit__box p {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 14px;
    max-width: 271px;
    margin: 0 20px 0 0
}

.show-locations-page__show-unit__box h2 {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 4.5px
}

.show-locations-page__show-unit__box__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 300px;
    margin-top: 6px
}

.show-locations-page__promotion {
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px
}

.show-locations-page__promotion__background-image {
    height: auto
}

.show-locations-page__promotion__background-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: auto;
    border-radius: 6px;
    margin: auto
}

.show-locations-page__promotion__background-image__desktop {
    display: flex
}

.show-locations-page__promotion__background-image__mobile {
    display: none
}

.show-locations-page__promotion__details {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0
}

.show-locations-page__promotion__details span {
    font-family: DM Sans,sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.show-locations-page__unit-ocupation {
    position: fixed;
    display: none;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center
}

.show-locations-page__unit-ocupation__container {
    width: 380px;
    height: 345px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 0;
    align-self: center;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

.show-locations-page__unit-ocupation span {
    margin: 0 23px;
    padding: 0 10px;
    align-self: flex-end;
    cursor: pointer
}

.show-locations-page__unit-ocupation__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: .02em;
    text-align: center;
    margin: 0 0 6px
}

.show-locations-page__unit-ocupation__subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 22px
}

.show-locations-page__unit-ocupation__week-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 12px;
    overflow: auto;
    padding-right: 12px
}

.show-locations-page__unit-ocupation__week-buttons button {
    font-size: 16px;
    font-weight: 700;
    min-height: 51px;
    max-height: 51px;
    min-width: 51px;
    max-width: 51px;
    border-radius: 50px;
    background-color: #f7f7f7;
    border: none;
    justify-content: center;
    margin-left: 16px
}

.show-locations-page__unit-ocupation__week-buttons button:hover {
    background-color: #ffad12
}

.show-locations-page__near-locations {
    position: relative;
    width: 100%;
    margin-top: 50px
}

.show-locations-page__near-locations .show-locations-page-section-title {
    margin-bottom: 0
}

.show-locations-page__near-locations__list {
    margin: 0 auto;
    padding: 35px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    grid-gap: 18px;
    gap: 18px;
    background-color: #fff;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.show-locations-page__near-locations__list::-webkit-scrollbar {
    display: none
}

.show-locations-page__near-locations__list.carousel-list-active {
    justify-content: flex-start;
    padding-left: 100px;
    padding-right: 100px
}

.show-locations-page__near-locations__list.carousel-list-active.active {
    background-color: #fff
}

.show-locations-page__near-locations__item {
    flex-shrink: 0;
    width: 297px;
    filter: drop-shadow(0 0 22px rgba(0,0,0,.15));
    background: hsla(0,0%,100%,.8);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    border-radius: 20px
}

.show-locations-page__near-locations__link {
    position: relative;
    display: block;
    width: 100%
}

.show-locations-page__near-locations__distance {
    padding: 4px 8px;
    position: absolute;
    top: 10px;
    left: 11px;
    display: flex;
    align-content: center;
    grid-gap: 3px;
    gap: 3px;
    background: #fff;
    font-family: DM Sans,sans-serif;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #000;
    border-radius: 23px
}

.show-locations-page__near-locations__image_background {
    position: relative;
    background: #535353
}

.show-locations-page__near-locations__image_background,.show-locations-page__near-locations__img {
    width: 100%;
    height: 177px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 0;
    object-position: 100% 0;
    border-radius: 20px 20px 0 0
}

.show-locations-page__near-locations__info {
    padding: 10px 17px 22px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px
}

.show-locations-page__near-locations__title {
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000
}

.show-locations-page__near-locations__address {
    font-family: DM Sans,sans-serif;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000
}

.show-locations-page__company {
    background: #eee
}

.show-locations-page__company__info {
    color: #1c1c1c;
    font-weight: 400;
    font-size: 12px;
    padding: 2rem 0;
    text-align: center;
    background-color: #fff
}

.show-locations-page__smart-accompaniment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333
}

.show-locations-page__smart-accompaniment__title {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    margin: 0
}

.show-locations-page__smart-accompaniment__subtitle,.show-locations-page__smart-accompaniment h5 {
    font-size: 14px;
    font-weight: 325;
    line-height: 17px
}

.show-locations-page__smart-accompaniment h3 {
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px
}

.show-locations-page__smart-accompaniment h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px
}

.show-locations-page__smart-accompaniment a {
    width: 414px;
    margin-top: 40px
}

.show-locations-page__smart-accompaniment__help-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 40px;
    gap: 40px;
    flex: 1 1;
    margin-bottom: 50px;
    background-color: #fff0d2;
    padding-top: 16px;
    padding-bottom: 17px;
    width: 100vw
}

.show-locations-page__smart-accompaniment__help-button__mobile {
    display: none;
    padding: 20px 29px;
    grid-gap: 20px;
    gap: 20px
}

.show-locations-page__smart-accompaniment__help-button__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 45%
}

.show-locations-page__smart-accompaniment__help-button__text h2 {
    margin-bottom: 10px
}

.show-locations-page__smart-accompaniment__help-button__text__mobile {
    align-items: center;
    max-width: 100%;
    justify-content: center;
    text-align: center
}

.show-locations-page__smart-accompaniment__team-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.show-locations-page__smart-accompaniment__team-content h2 {
    margin-bottom: 10px
}

.show-locations-page__smart-accompaniment__team-content h4 {
    max-width: 50%;
    text-align: center
}

.show-locations-page__smart-accompaniment__team-content span {
    color: #ffb612
}

.show-locations-page__smart-accompaniment__team-content__t-shirt-container {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px;
    gap: 40px;
    width: 100%
}

.show-locations-page__smart-accompaniment__team-content__t-shirt-container.rep_dom {
    justify-content: space-evenly
}

.show-locations-page__smart-accompaniment__team-content__t-shirt-container div {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 240px;
    margin: 0 auto
}

.show-locations-page__smart-accompaniment__team-content__t-shirt-container div img {
    margin: 0 auto 24px
}

.show-locations-page__smart-accompaniment__team-content__t-shirt-container div h3 {
    margin-bottom: 8px
}

.show-locations-page__smart-accompaniment__team-content__t-shirt-container div h5 {
    text-align: center
}

.show-locations-page-facilities {
    width: 100vw;
    padding: 42px 15px;
    background-color: #fafafa
}

.show-locations-page-facilities__title {
    margin-bottom: 30px;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 32px;
    text-align: center;
    color: #333
}

.show-locations-page-facilities__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 30px 43px;
    gap: 30px 43px;
    width: 100%
}

.show-locations-page-facilities__list>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 117px
}

.show-locations-page-facilities__list>li>p {
    margin-top: 10px;
    font-family: DM Sans,sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 1.1rem;
    color: rgba(1,1,20,.64)
}

@media (max-width: 767.98px) {
    .show-locations-page-facilities__list {
        grid-gap:30px 25px;
        gap: 30px 25px
    }
}

@media (max-width: 576px) {
    .show-locations-page-facilities__list li {
        width:45%;
        max-width: 117px
    }
}

.show-locations-page-facilities__icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 68px;
    height: 68px
}

.show-locations-page-facilities__icon>svg {
    min-width: 60px;
    max-width: 98%;
    height: 90%
}

.show-locations-page-facilities__see-more {
    display: flex;
    justify-content: center;
    width: 100%
}

.show-locations-page-facilities__see-more>button {
    display: none;
    margin: 30px 0 10px;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    font-family: DM Sans,sans-serif;
    color: #000;
    cursor: pointer;
    text-decoration: underline
}

.show-locations-page-facilities+.show-locations-page-facilities {
    padding-top: 0
}

.show-locations-page__app {
    position: relative;
    width: 100%;
    margin-top: 50px;
    background-color: #fff0d2
}

.show-locations-page__app__container {
    width: 100%;
    min-height: 430px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    gap: 20px
}

.show-locations-page__app__container__info {
    width: 100%;
    max-width: 425px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px
}

.show-locations-page__app__container__info .show-locations-page-section-title {
    margin-bottom: 0!important
}

.show-locations-page__app__container__info p {
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #333
}

.show-locations-page__app__container__info__donwload {
    display: flex;
    flex-direction: column;
    grid-gap: 16px;
    gap: 16px
}

.show-locations-page__app__container__info__donwload span {
    font-family: DM Sans,sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #333
}

.show-locations-page__app__container__info__donwload__links {
    display: flex;
    grid-gap: 32px;
    gap: 32px
}

.show-locations-page__app__container__info__donwload__links__qrcode {
    width: 113px;
    height: 113px
}

.show-locations-page__app__container__info__donwload__links__badges {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.show-locations-page__app__container__info__donwload__links__badges li {
    width: 140px;
    height: 40px
}

.show-locations-page__app__container__info__donwload__links__badges.mobile-app {
    display: none
}

.show-locations-page__app__container__image {
    position: relative;
    width: 100%;
    max-width: 474px;
    min-width: 300px;
    height: 360px;
    align-self: end;
    display: flex;
    align-items: end;
    justify-content: center;
    background-color: #ffc33d;
    border-radius: 10px
}

.show-locations-page__app__container__image img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    bottom: -30px
}

@media (max-width: 810px) {
    .show-locations-page__app__container {
        max-width:474px;
        height: auto;
        flex-direction: column;
        align-items: center
    }

    .show-locations-page__app__container__info {
        padding-top: 0
    }

    .show-locations-page__app__container__info h2,.show-locations-page__app__container__info p {
        text-align: center
    }

    .show-locations-page__app__container__info__donwload {
        display: none
    }

    .show-locations-page__app__container__info__donwload__links__badges.mobile-app {
        display: flex;
        grid-gap: 10px;
        gap: 10px
    }

    .show-locations-page__app__container__info__donwload__links__badges.mobile-app li {
        width: 120px
    }

    .show-locations-page__app__container__image {
        min-width: 100%;
        height: auto;
        padding-top: 30px
    }

    .show-locations-page__app__container__image img {
        position: relative;
        width: 80%;
        bottom: 0
    }
}

.show-locations-page-classes-grid {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 20px
}

.show-locations-page-classes-grid__calendar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 50px auto 0
}

.show-locations-page-classes-grid__calendar h4 {
    text-align: center;
    font-size: 16px;
    font-family: DM Sans,sans-serif;
    color: #1c1c1c
}

.show-locations-page-classes-grid__days-list {
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    overflow-x: scroll;
    justify-content: center;
    width: 100%
}

.show-locations-page-classes-grid__days-list>li {
    display: flex
}

.show-locations-page-classes-grid__day-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52.5px;
    height: 52.5px;
    background-color: transparent;
    color: #000;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.show-locations-page-classes-grid__day-button>span {
    padding-top: 3px;
    font-size: 11.5px;
    font-family: DM Sans,sans-serif;
    text-transform: uppercase
}

.show-locations-page-classes-grid__day-button--active,.show-locations-page-classes-grid__day-button:hover {
    background-color: #000;
    color: #fff
}

.show-locations-page-classes-grid__wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px auto
}

.show-locations-page-classes-grid__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc
}

.show-locations-page-classes-grid__hourly {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 90px;
    padding: 5px 20px 5px 5px;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 16px
}

.show-locations-page-classes-grid__about {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px 15px;
    background-color: #fdf5ed;
    border-radius: 4px
}

.show-locations-page-classes-grid__info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: DM Sans,sans-serif;
    font-weight: 900;
    font-size: 16px
}

.show-locations-page-classes-grid__description {
    margin: 0;
    font-family: DM Sans,sans-serif;
    font-size: 13px
}

.show-locations-page-classes-grid__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0
}

.show-locations-page-classes-grid__cta .show-locations-page__button {
    max-width: 415px
}

.show-locations-page-classes-grid__cta-text {
    font-family: DM Sans,sans-serif;
    color: #1c1c1c;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .show-locations-page-classes-grid__hourly {
        width:70px;
        padding-right: 15px;
        font-size: 15px
    }

    .show-locations-page-classes-grid__info {
        font-size: 14px
    }
}

.show-locations-page__addon {
    width: 100%;
    background-color: #141415;
    padding: 0 24px;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    gap: 24px
}

.show-locations-page__addon .v4-addons-section .v4-addons {
    padding: 0
}

.show-locations-page__addon .v4-addons-section .v4-addons smart-carousel {
    margin-top: 0
}

.show-locations-page__addon-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    grid-gap: 6px;
    gap: 6px
}

.show-locations-page__addon-text {
    color: #ffb612;
    text-align: center
}

.show-locations-page__addon .splide__pagination {
    position: static;
    padding-bottom: 10px
}

.show-locations-page__addon .v4-addons-card__content {
    text-align: center
}

.show-locations-page__addon .v4-addons-card__prices--price {
    margin: 0 auto!important;
    justify-content: center!important
}

.show-locations-page__addon #smart-float-div-addons {
    display: none
}

.show-locations-page__events {
    padding-top: 50px;
    padding-bottom: 50px
}

.show-locations-page__events-actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%
}

.show-locations-page__events-actions .smart-ui-button {
    width: 100%;
    max-width: 260px
}

.show-locations-page__events-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 20px;
    gap: 20px;
    width: 100%
}

.show-locations-page__events-list .smart-ui-card {
    position: relative;
    flex-shrink: 0;
    max-width: 280px;
    min-width: 230px;
    width: 100%
}

.show-locations-page__events-list .smart-ui-card small {
    text-transform: uppercase;
    color: #0362a0;
    color: var(--color-action-default)
}

.show-locations-page__events-list .smart-ui-card h3 {
    height: 48px;
    color: rgba(1,1,20,.88);
    color: var(--color-typography-typo-88)
}

.show-locations-page__events-list .smart-ui-card p {
    display: flex;
    align-items: center;
    height: 32px;
    color: rgba(1,1,20,.64);
    color: var(--color-typography-typo-64)
}

.show-locations-page__events-list .smart-ui-card .smart-ui-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5
}

.show-locations-page__events-badge {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 8px
}

.show-locations-page__events-badge span {
    font-size: 12px;
    font-weight: 400;
    color: #0362a0;
    color: var(--color-action-default);
    text-decoration: underline;
    cursor: pointer
}

.show-locations-page .v4-addons-card__prices--disclaimer {
    display: flex;
    justify-content: center!important
}

.show-locations-page #smart-float-div-show-locations-page,.show-locations-page #smart-float-div-show-locations-page.show {
    display: none
}

.show-locations-page #smart-float-div-show-locations-page__button {
    display: flex;
    width: 100%
}

.show-locations-page .new-home-v4-cta-wrapper {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .show-locations-page__near-locations__list.carousel-list-active {
        justify-content:flex-start;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width: 767.98px) {
    .show-locations-page .new-home-v4-cta-wrapper {
        display:none
    }

    .show-locations-page__addon #smart-float-div-addons {
        display: flex
    }

    .show-locations-page__addon #smart-float-div-addons #smart-float-div-addons-label::part(text-element) {
        width: 100%;
        text-overflow: ellipsis!important;
        white-space: nowrap;
        overflow: hidden!important
    }

    .show-locations-page__addon #smart-float-div-addons .exclusive-addons {
        display: flex;
        width: 100%
    }

    .show-locations-page #smart-float-div-show-locations-page.show {
        display: flex
    }

    .show-locations-page #smart-float-div-show-locations-page.show.a {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .show-locations-page #smart-float-div-show-locations-page.show.a #smart-float-div-show-locations-page__button {
        width: 100%;
        max-width: 120px
    }

    .show-locations-page #smart-float-div-show-locations-page__content {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%
    }

    .show-locations-page__events {
        padding-left: 0;
        padding-right: 0
    }

    .show-locations-page__events-list {
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .show-locations-page__events-list .smart-ui-card {
        width: 280px
    }

    .show-locations-page__events-list--center {
        justify-content: center
    }
}

@media only screen and (max-width: 732px) {
    .show-locations-page {
        padding:0
    }

    .show-locations-page__button {
        max-width: 100%
    }

    .show-locations-page__show-unit {
        margin-top: 40px
    }

    .show-locations-page__show-unit__content {
        flex-direction: column
    }

    .show-locations-page-classes-grid__days-list {
        justify-content: unset
    }

    .show-locations-page__near-locations__list.carousel-list-active {
        justify-content: flex-start;
        padding-left: 20px;
        padding-right: 20px
    }

    .show-locations-page__smart-accompaniment a {
        width: 314px
    }

    .show-locations-page__smart-accompaniment__help-button {
        display: none
    }

    .show-locations-page__smart-accompaniment__help-button__mobile {
        display: flex;
        align-items: center
    }

    .show-locations-page__smart-accompaniment__team-content h4 {
        max-width: 100%;
        padding: 0 20px
    }

    .show-locations-page__smart-accompaniment__team-content__t-shirt-container {
        padding: unset;
        justify-content: center;
        grid-gap: 70px;
        gap: 70px
    }

    .show-locations-page__smart-accompaniment__team-content__t-shirt-container div {
        max-width: 300px
    }

    .show-locations-page__promotion__background-image__desktop {
        display: none
    }

    .show-locations-page__promotion__background-image__mobile {
        display: flex
    }
}

.bottom-space {
    margin-bottom: 50px
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    .show-locations-page__smart-accompaniment__team-content__t-shirt-container {
        justify-content:center;
        grid-gap: 70px;
        gap: 70px
    }
}

.slick-track {
    height: 100%!important
}

.jquery-modal.blocker {
    z-index: 100!important
}

.jquery-modal>div {
    z-index: 101!important
}

.color-64::part(text-element) {
    color: rgba(1,1,20,.64)
}

.color-48::part(text-element) {
    color: rgba(1,1,20,.48)
}

.uppercase::part(text-element) {
    text-transform: uppercase
}

.smart-link {
    color: #1977b3;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.resume-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 215px;
    z-index: 1
}

.resume-bg--success {
    background-color: #cef4d9
}

.resume-bg--alert {
    background-color: #fff0d2
}

.resume-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 632px;
    padding: 40px 16px 60px;
    margin: 0 auto
}

.resume-container--alert {
    padding-top: 50px
}

.resume-container smart-text::part(text-element) {
    color: rgba(1,1,20,.88)
}

.resume-container smart-button {
    cursor: pointer
}

.resume-badge {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 10px 0;
    background-color: #ffc33d
}

.resume-badge .resume-container {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0
}

.resume-card {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
    width: 100%;
    padding: 32px 24px;
    border-radius: 16px;
    border: 1px solid #e9e9e9;
    background: #fff
}

@media (max-width: 575.98px) {
    .resume-card {
        padding:32px 16px
    }
}

.resume-purchase {
    margin-bottom: 40px
}

.resume-purchase__text::part(text-element) {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    word-break: break-word
}

.resume-download-app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 16px;
    gap: 16px;
    width: 100%
}

@media (max-width: 575.98px) {
    .resume-download-app {
        flex-direction:column;
        align-items: flex-start
    }
}

.resume-download-app__content {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px
}

.resume-download-app__qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    grid-gap: 4px;
    gap: 4px
}

.resume-download-app__qrcode figure {
    display: flex;
    width: 70px;
    height: 70px
}

.resume-download-app__qrcode figure img {
    width: 100%
}

.resume-download-app__qrcode figcaption {
    width: 85px;
    color: rgba(1,1,20,.64);
    font-size: 10px;
    line-height: 16px;
    text-align: center
}

.resume-download-app__button {
    display: none
}

@media (max-width: 575.98px) {
    .resume-download-app__qrcode {
        display:none
    }

    .resume-download-app__qrcode figcaption {
        width: 70px
    }

    .resume-download-app__button {
        display: flex;
        width: 100%
    }
}

.resume-download-app--smart-app {
    margin-top: 8px;
    min-height: 148px;
    padding: 16px 16px 16px 120px;
    border-radius: 8px;
    background: #ebf7ff var(--bell-smartphone) 0 100% no-repeat
}

.resume-download-app--smart-app .resume-download-app__qrcode figure {
    width: 80px;
    height: 80px
}

.resume-download-app--smart-app .resume-download-app__qrcode figcaption {
    width: 82px
}

.resume-download-app__stores {
    display: none
}

@media (max-width: 575.98px) {
    .resume-download-app--smart-app {
        flex-direction:column;
        padding: 16px 120px 16px 16px;
        background: #ebf7ff var(--bell-smartphone-full) 95% 15px no-repeat
    }

    .resume-download-app--smart-app .resume-download-app__qrcode {
        display: none
    }

    .resume-download-app__stores {
        display: flex;
        grid-gap: 16px;
        gap: 16px;
        width: 100%;
        margin-top: 16px
    }

    .resume-download-app__stores a {
        display: flex;
        flex-shrink: 0;
        width: 105px
    }
}

.resume-instructions__title {
    margin-bottom: 24px
}

.resume-instructions .resume-download-app {
    padding: 16px;
    border-bottom: 1px solid #e9e9e9
}

.resume-instructions__plan {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    padding: 16px;
    min-width: 200px;
    background-color: #eefbf5
}

.resume-addons {
    margin-top: 24px
}

.resume-location {
    margin-top: 40px
}

.resume-location__card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px
}

@media (max-width: 575.98px) {
    .resume-location__card {
        flex-direction:column;
        align-items: flex-start
    }

    .resume-location__card smart-button {
        width: 100%;
        margin-top: 16px
    }
}

.resume-location__content {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 8px;
    gap: 8px
}

.resume-addons-to-buy {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px
}

.resume-addons-to-buy__cards {
    display: flex;
    justify-content: center;
    grid-gap: 24px;
    gap: 24px;
    width: 650px;
    margin-top: 40px;
    margin-left: -25px;
    margin-right: -25px
}

.resume-addons-to-buy__title::part(text-element) {
    min-height: 48px
}

.resume-addons-to-buy__cards .slick-list {
    width: 100%
}

.resume-addons-to-buy__cards .slick-slide {
    padding-bottom: 40px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex
}

@media (max-width: 575.98px) {
    .resume-addons-to-buy__cards {
        flex-direction:column;
        align-items: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.resume-addons-to-buy__card {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100%;
    max-width: 300px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 16px 0 rgba(160,160,167,.25);
    overflow: hidden
}

.resume-addons-to-buy__cover {
    flex-shrink: 0;
    display: flex;
    width: 100%;
    height: 140px;
    overflow: hidden
}

.resume-addons-to-buy__cover img {
    flex: 1 1;
    -o-object-fit: cover;
    object-fit: cover
}

.resume-addons-to-buy__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px
}

.resume-addons-to-buy__content .color-64,.resume-addons-to-buy__content smart-button {
    margin-top: 16px
}

.resume-addons-to-buy__price small {
    margin-left: -4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(1,1,20,.88)
}

.slick-dots {
    margin: -20px auto 0;
    width: 43px
}

.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 2px 3px;
    text-indent: -9999px;
    font-size: 1px;
    border-radius: 50%;
    background-color: #f4f4f5
}

.slick-dots li.slick-active {
    background-color: #000
}

@media (max-width: 575.98px) {
    .resume-addons-to-buy__card {
        min-width:300px
    }
}

.resume-customer {
    margin-top: 40px
}

.resume-customer__card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    grid-gap: 24px;
    gap: 24px
}

.resume-customer__content {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px
}

.resume-customer__content ul {
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 16px
}

@media (max-width: 575.98px) {
    .resume-customer__card {
        flex-direction:column;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .resume-customer__card figure {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 165px;
        overflow: hidden
    }

    .resume-customer__card figure img {
        width: auto;
        height: 230px;
        margin-top: -35px
    }

    .resume-customer__content {
        padding: 0 16px
    }
}

.resume-purchase-modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 0
}

.resume-purchase-modal__content smart-button {
    margin-top: 16px;
    width: 280px
}

.resume-purchase-modal img {
    width: 150px
}

.resume-purchase-modal smart-text::part(text-element) {
    text-align: center
}

#resume-purchase-error-modal img,#resume-purchase-success-modal img {
    width: 120px;
    margin-bottom: 16px
}

@media (max-width: 575.98px) {
    .resume-purchase-modal {
        padding:16px!important
    }

    .resume-purchase-modal__content smart-button {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .resume-download-app__digital {
        display:none
    }
}

.resume-download-app__digital {
    border: none;
    background-color: #f4f4f5;
    padding: 0;
    height: 150px;
    width: 100%;
    border-radius: 8px
}

.resume-download-app__digital-banner {
    background-color: #ffc33d;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 90%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.resume-download-app__digital-content {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px
}

.resume-download-app__digital-content-title {
    font-weight: 700;
    font-size: 18px;
    color: #000
}

.resume-download-app__digital-qrcode {
    width: 50%;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.resume-download-app__digital-qrcode img {
    height: 100%;
    aspect-ratio: 1
}

.resume-download-app__digital-qrcode figcaption {
    width: 85px;
    color: rgba(1,1,20,.64);
    font-size: 10px;
    line-height: 16px;
    text-align: center
}

.resume-app-instructions--br .resume-download-app__digital-banner {
    background-image: var(--app-instructions-pt)
}

.resume-app-instructions--es .resume-download-app__digital-banner {
    background-image: var(--app-instructions-es)
}

.resume-app-instructions--fr .resume-download-app__digital-banner {
    background-image: var(--app-instructions-fr)
}

.resume-app-instructions {
    display: none
}

@media (max-width: 575.98px) {
    .resume-app-instructions {
        display:block;
        border: none;
        background-color: #f4f4f5;
        padding: 0
    }

    .resume-app-instructions__top {
        background-color: #ffc33d;
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px
    }

    .resume-app-instructions--br .resume-app-instructions__top {
        background-image: var(--app-instructions-pt)
    }

    .resume-app-instructions--es .resume-app-instructions__top {
        background-image: var(--app-instructions-es)
    }

    .resume-app-instructions--fr .resume-app-instructions__top {
        background-image: var(--app-instructions-fr)
    }

    .resume-app-instructions__bottom {
        padding: 32px 16px
    }

    .resume-app-instructions__title {
        font-weight: 700;
        font-size: 18px;
        color: rgba(1,1,20,.8784313725490196);
        line-height: 1.2;
        margin-bottom: 12px
    }

    .resume-app-instructions__subtitle {
        line-height: 1.1;
        color: #000;
        font-size: 14px
    }

    .resume-app-instructions__stores {
        display: flex;
        grid-gap: 16px;
        gap: 16px;
        width: 100%;
        margin-top: 16px
    }

    .resume-app-instructions__stores a {
        display: flex;
        flex-shrink: 0;
        width: 105px
    }
}

.container-price {
    margin-top: auto
}

@media only screen and (min-width: 991px) {
    .mobile {
        display:none!important
    }
}

@media only screen and (max-width: 732px) {
    .desktop {
        display:none!important
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    .desktop {
        display:none!important
    }
}

#new-plans-page .plans-wrapper {
    display: table;
    border-spacing: 22px;
    max-width: 790px;
    margin: 0 auto;
    padding: 75px 0;
    width: 80%
}

@media only screen and (max-width: 732px) {
    #new-plans-page .plans-wrapper {
        display:block;
        padding: 35px 0
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .plans-wrapper {
        display:block;
        padding: 35px 0
    }
}

@media only screen and (max-width: 732px) {
    #new-plans-page .plans-wrapper__desktop {
        display:none
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .plans-wrapper__desktop {
        display:none
    }
}

#new-plans-page .plans-wrapper__mobile {
    display: none
}

@media only screen and (max-width: 732px) {
    #new-plans-page .plans-wrapper__mobile {
        display:block
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .plans-wrapper__mobile {
        display:block
    }
}

#new-plans-page .plans-wrapper__subtitle {
    margin-bottom: 20px;
    font: 400 18px/26px DM Sans,sans-serif;
    color: #1f2123;
    text-align: center
}

#new-plans-page .plans-container {
    display: flex;
    justify-content: center;
    width: 100%
}

@media only screen and (max-width: 732px) {
    #new-plans-page .plans-container {
        flex-direction:column
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .plans-container {
        flex-direction:column
    }
}

#new-plans-page .services {
    margin-bottom: 80px
}

@media only screen and (max-width: 732px) {
    #new-plans-page .services {
        padding:0 15px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .services {
        padding:0 15px;
        margin-bottom: 40px
    }
}

#new-plans-page .services__banner {
    position: relative;
    height: 560px;
    padding-top: 180px;
    background: url(/packs/media/banner-plans-services-b9187989.jpg) top no-repeat
}

@media only screen and (max-width: 732px) {
    #new-plans-page .services__banner {
        display:none
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .services__banner {
        display:none
    }
}

#new-plans-page .services__banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(31,33,35,.6)
}

#new-plans-page .services__banner__wrapper {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    text-align: right
}

#new-plans-page .services__banner__block {
    display: inline-block
}

#new-plans-page .services__banner__title {
    font-size: 50px;
    text-align: right
}

#new-plans-page .services__banner__text {
    width: 410px;
    font: 400 22px/32px DM Sans,sans-serif;
    color: #fff;
    text-align: left
}

#new-plans-page .services__mobile-title {
    font: 300 30px Roboto,helvetica,arial,sans-serif;
    color: #1f2123;
    margin-bottom: 25px
}

@media only screen and (min-width: 991px) {
    #new-plans-page .services__mobile-title {
        display:none
    }
}

#new-plans-page .services__box {
    max-width: 1180px;
    margin: 0 auto;
    border: 1px solid #dcd0e0
}

#new-plans-page .services__box__image {
    width: 100%
}

#new-plans-page .services__box__content {
    padding: 40px
}

@media only screen and (max-width: 732px) {
    #new-plans-page .services__box__content {
        padding:25px 15px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .services__box__content {
        padding:25px 15px
    }
}

#new-plans-page .services__box__title {
    font: 400 22px Roboto,helvetica,arial,sans-serif;
    color: #1f2123
}

@media only screen and (max-width: 732px) {
    #new-plans-page .services__box__title {
        margin-bottom:20px;
        font-weight: 300;
        font-size: 30px;
        color: #fcb823
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .services__box__title {
        margin-bottom:20px;
        font-weight: 300;
        font-size: 30px;
        color: #fcb823
    }
}

#new-plans-page .services__box__title__price {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 400
}

@media only screen and (min-width: 991px) {
    #new-plans-page .services__box__title__price {
        display:none
    }
}

#new-plans-page .services__box__subtitle {
    font: 700 16px DM Sans,sans-serif;
    color: #000
}

@media only screen and (min-width: 991px) {
    #new-plans-page .services__box__subtitle {
        display:none
    }
}

#new-plans-page .services__box__text {
    margin-bottom: 145px;
    font: 400 16px/24px DM Sans,sans-serif;
    color: #1f2123
}

@media only screen and (max-width: 732px) {
    #new-plans-page .services__box__text {
        margin-bottom:0
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .services__box__text {
        margin-bottom:0
    }
}

#new-plans-page .services__box__link {
    border-bottom: 1px solid #e4e4e4;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #818181;
    text-transform: uppercase;
    text-decoration: none
}

@media only screen and (max-width: 732px) {
    #new-plans-page .services__box__link {
        display:none
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .services__box__link {
        display:none
    }
}

#new-plans-page .terms {
    padding: 75px 0;
    border-top: 1px solid #dcd0e0;
    text-align: center
}

@media only screen and (max-width: 732px) {
    #new-plans-page .terms {
        padding:35px 0 45px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .terms {
        padding:35px 0 45px
    }
}

#new-plans-page .terms__title {
    margin-bottom: 30px;
    font: 300 28px Roboto,helvetica,arial,sans-serif;
    color: #1f2123
}

#new-plans-page .terms__text {
    margin: 0 0 25px;
    font: 400 16px/24px DM Sans,sans-serif;
    color: #1f2123
}

@media only screen and (max-width: 732px) {
    #new-plans-page .terms__text {
        padding:0 40px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .terms__text {
        padding:0 40px
    }
}

#new-plans-page .terms__button {
    width: 250px
}

#new-plans-page .Plan-box {
    text-align: justify;
    text-justify: distribute;
    font-size: 0
}

#new-plans-page .Plan-box:after {
    content: "";
    height: 0;
    display: inline-block;
    width: 100%
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Plan-box {
        padding:0 15px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Plan-box {
        padding:0 15px
    }
}

#new-plans-page .Plan {
    display: inline-block;
    vertical-align: top;
    display: table-cell;
    width: 385px;
    padding: 0 0 10px;
    border: 1px solid #dcd0e0;
    border-radius: 2px;
    text-align: center
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Plan {
        display:block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Plan {
        display:block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0
    }
}

#new-plans-page .Plan--inverse {
    background: #1f2123;
    border-color: #1f2123
}

#new-plans-page .Plan--inverse .Plan__list__item,#new-plans-page .Plan--inverse .Plan__list__title,#new-plans-page .Plan--inverse .Plan__list__trigger,#new-plans-page .Plan--inverse .Plan__list__trigger__icon,#new-plans-page .Plan--inverse .Plan__price,#new-plans-page .Plan--inverse .Plan__text,#new-plans-page .Plan--inverse .Plan__title {
    color: #fff
}

#new-plans-page .Plan--inverse .Plan__list {
    border-top-color: #454749
}

#new-plans-page .Plan--inverse .Plan__list__item--disclaimer {
    color: #737678
}

#new-plans-page .Plan__smart-tag {
    position: relative
}

#new-plans-page .Smart-tag__background {
    position: absolute;
    right: -1px;
    top: -1px;
    background: linear-gradient(45deg,transparent 53%,#fcb823 0);
    background-repeat: no-repeat;
    width: 90px;
    height: 90px
}

#new-plans-page .Smart-tag__title {
    display: block;
    width: 50px;
    margin: 0;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(45deg);
    color: #000;
    font: 700 14px Roboto,helvetica,arial,sans-serif
}

#new-plans-page .Plan__info {
    padding: 0 40px;
    margin-top: 50px
}

#new-plans-page .Plan__title {
    font: 700 16px Roboto,helvetica,arial,sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

#new-plans-page .only__check {
    list-style: none
}

#new-plans-page .Plan__text {
    margin: 0 0 30px;
    font: 400 16px/24px DM Sans,sans-serif;
    color: #000;
    text-align: center
}

#new-plans-page .Plan__text__description {
    height: 48px
}

#new-plans-page .Plan__text__item__small {
    font: 400 12px/22px DM Sans,sans-serif
}

#new-plans-page .Plan__price {
    margin-bottom: 10px;
    font: 700 80px Roboto,helvetica,arial,sans-serif;
    color: #1f2123;
    text-align: center
}

#new-plans-page .Plan__price__cents {
    vertical-align: text-top;
    margin-left: -17px;
    font-size: 40px;
    line-height: 100px
}

#new-plans-page .Plan__price__cents span {
    font-size: 17px;
    vertical-align: super
}

#new-plans-page .Plan__disclaimer {
    height: 55px;
    text-align: center
}

#new-plans-page .Plan__disclaimer__link {
    border-bottom: 1px solid #626465;
    font: 700 10px/55px Roboto,helvetica,arial,sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none
}

#new-plans-page .Plan__button {
    width: 210px
}

#new-plans-page .Plan__list {
    margin-top: 40px;
    padding: 40px 20px 0;
    border-top: 1px solid #dcd0e0;
    text-align: left
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Plan__list {
        padding:0 15px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Plan__list {
        padding:0 15px
    }
}

#new-plans-page .Plan__list__trigger {
    position: relative;
    padding: 20px 0;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #000;
    text-transform: uppercase
}

@media only screen and (min-width: 991px) {
    #new-plans-page .Plan__list__trigger {
        display:none
    }
}

#new-plans-page .Plan__list__trigger.is-active {
    color: #fcb823
}

#new-plans-page .Plan__list__trigger.is-active .Plan__list__trigger__icon {
    color: #fcb823;
    transform: rotate(90deg)
}

#new-plans-page .Plan__list__trigger__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    font-size: 16px;
    color: #000
}

#new-plans-page .Plan__list__items {
    display: none
}

@media only screen and (min-width: 991px) {
    #new-plans-page .Plan__list__items {
        display:block
    }
}

#new-plans-page .Plan__list__items.is-visible {
    display: block
}

#new-plans-page .Plan__list__title {
    margin-bottom: 15px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color-text: #000;
    text-transform: uppercase
}

#new-plans-page .Plan__list__item {
    margin-bottom: 15px;
    font: 400 14px DM Sans,sans-serif;
    color: #1f2123
}

#new-plans-page .Plan__list__item--disclaimer {
    margin-bottom: 15px;
    font: 400 11px Roboto,helvetica,arial,sans-serif;
    color: #8d8f92
}

#new-plans-page .Plan__list__item--disclaimer--last,#new-plans-page .Plan__list__item--last {
    margin-bottom: 15px
}

#new-plans-page .Plan__list__icon {
    margin-right: 5px;
    font-size: 14px;
    color: #00aeff
}

#new-plans-page .Plan__list__icon--negative {
    color: #ef3b0e
}

#new-plans-page .Plan .Plan__info .Plan__title {
    font-size: 25px
}

#new-plans-page .Plan .Plan__list__trigger.is-active,#new-plans-page .Plan .Plan__list__trigger.is-active .Plan__list__trigger__icon {
    color: #000
}

#new-plans-page .Plan--black_sin_permanencia,#new-plans-page .Plan--studio {
    background: #d4d8d8
}

#new-plans-page .Plan--black_sin_permanencia .Plan__text--description,#new-plans-page .Plan--studio .Plan__text--description {
    font-size: 12px;
    line-height: 18px
}

#new-plans-page svg:not(:root) {
    overflow: hidden
}

#new-plans-page .Icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

@media (min-width: 768px) {
    #new-plans-page .Plan--black_sin_permanencia .Plan__text--description,#new-plans-page .Plan--studio .Plan__text--description {
        font-size:14px;
        line-height: 22px;
        margin-bottom: 14px
    }
}

#new-plans-page .Button {
    display: inline-block;
    vertical-align: middle;
    padding: 26px;
    border: none;
    border-radius: 2px;
    background-color: #fcb823;
    font: 700 14px Roboto,helvetica,arial,sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    transition: background .5s ease
}

#new-plans-page .Button:hover {
    background: #e9a103
}

#new-plans-page .Button--alert {
    background-color: #dc0a17;
    border: 1px solid #ab0812;
    color: #fff
}

#new-plans-page .Button--alert:hover {
    background: #ab0812;
    border-color: #7a060d
}

#new-plans-page .Button--buy,#new-plans-page .Button--leaked {
    background-color: #fff;
    border: 1px solid #dcd0e0;
    color: #000
}

#new-plans-page .Button--buy:hover {
    background: #dc0a17;
    border-color: #fcb823;
    color: #fff!important
}

#new-plans-page .Button--leaked:hover {
    background: #d9d9d9
}

#new-plans-page .Button--link {
    margin: 26px 0;
    padding: 0;
    border-bottom: 1px solid #818181;
    background-color: transparent;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #818181;
    transition: color .5s ease
}

#new-plans-page .Button--link:hover {
    background-color: transparent;
    color: #686868
}

#new-plans-page .Button--link-inverse {
    color: #fff
}

#new-plans-page .Button--alert-hover {
    transition-duration: .3 ease
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Button--alert-hover {
        background:#dc0a17;
        border: none;
        color: #fff
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Button--alert-hover {
        background:#dc0a17;
        border: none;
        color: #fff
    }
}

#new-plans-page .Button--alert-hover:hover {
    background: #dc0a17;
    border: 1px solid #dc0a17;
    color: #fff
}

#new-plans-page .Button--full {
    width: 100%
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Button--mobile-full {
        margin:0;
        width: 100%
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Button--mobile-full {
        margin:0;
        width: 100%
    }
}

#new-plans-page .Button--big {
    padding: 26px 80px
}

#new-plans-page .Button--small {
    padding: 18px
}

#new-plans-page .Button--offset {
    margin-left: 30px
}

#new-plans-page .Button--margin-top {
    margin-top: 30px
}

#new-plans-page .Button--promo {
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #9a9c9e;
    border-radius: 20px;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #9a9c9e;
    text-transform: uppercase;
    cursor: pointer
}

#new-plans-page .Button--promo:hover {
    background: transparent
}

#new-plans-page .Button--conditions {
    margin: 15px 0;
    padding: 15px 0;
    border: 1px solid #000;
    background-color: transparent;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    color: #000;
    transition: color .5s ease;
    width: 300px
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Button--conditions {
        width:100%
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Button--conditions {
        width:100%
    }
}

#new-plans-page .Button--v2 {
    width: 100%;
    padding: 12px 16px 11px;
    border-radius: 20px;
    font-family: DM Sans,sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #000;
    margin: 0!important
}

#new-plans-page .Title {
    margin-bottom: 30px;
    font: 700 60px Roboto,helvetica,arial,sans-serif;
    color: #fcb823;
    text-align: center;
    text-transform: uppercase
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Title {
        font-size:25px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Title {
        font-size:25px
    }
}

#new-plans-page .Title--secondary {
    font: 300 36px Roboto,helvetica,arial,sans-serif;
    color: #1f2123;
    text-transform: none
}

#new-plans-page .Title--relative {
    position: relative
}

#new-plans-page .Title--subtitle {
    margin-bottom: 0;
    font: 400 20px DM Sans,sans-serif;
    color: #fff;
    text-transform: none
}

#new-plans-page .Top {
    position: relative;
    height: 400px;
    padding-top: 140px;
    background-color: #1f2123;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Top {
        height:175px;
        padding: 80px 10px 0
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Top {
        height:175px;
        padding: 80px 10px 0
    }
}

#new-plans-page .Top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(31,33,35,.9)
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Top--hide-bg {
        background-image:none!important
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Top--hide-bg {
        background-image:none!important
    }
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Top--hide-bg:before {
        display:none
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Top--hide-bg:before {
        display:none
    }
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Top__title {
        margin-bottom:0
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Top__title {
        margin-bottom:0
    }
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Top__subtitle {
        display:none
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Top__subtitle {
        display:none
    }
}

#new-plans-page .Top__content {
    margin-top: 20px
}

#new-plans-page .Breadcrumb {
    position: relative;
    margin-bottom: 25px;
    text-align: center
}

@media only screen and (max-width: 732px) {
    #new-plans-page .Breadcrumb {
        margin-bottom:15px
    }
}

@media only screen and (min-width: 733px) and (max-width:990px) {
    #new-plans-page .Breadcrumb {
        margin-bottom:15px
    }
}

#new-plans-page .Breadcrumb__item {
    display: inline-block;
    vertical-align: top;
    font: 700 12px Roboto,helvetica,arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fcb823
}

#new-plans-page .Breadcrumb__item__link {
    color: #fcb823;
    text-decoration: none
}

#new-plans-page #v4-plans-addons-v2,#new-plans-page #v4-plans-contracts-v2,#new-plans-page #v4-plans-plans-v2 {
    display: none
}

#new-plans-page #v4-plans-plans-v2 {
    min-height: 100vh
}

#new-plans-page smart-modal .autocomplete-results {
    right: 0;
    left: 0;
    position: absolute;
    display: none;
    background-color: #fff;
    border: none;
    z-index: 10
}

#new-plans-page smart-modal .autocomplete-results li {
    cursor: pointer;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    font-family: DM Sans,sans-serif;
    font-size: 14px
}

#new-plans-page smart-modal .autocomplete-results li smart-icon {
    pointer-events: none
}

#new-plans-page smart-modal .autocomplete-results li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .plans-index .new-home-v4-header {
        margin-bottom:0!important
    }
}

.v4-plans-page .v4-plans {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 976px;
    margin: 0 auto;
    padding: 40px 0
}

.v4-plans-page .v4-plans h1 {
    font-weight: 900;
    font-family: DM Sans,sans-serif;
    font-size: 32px;
    line-height: 40px;
    margin: 0;
    -webkit-margin-before: 0;
    margin-block-start:0;-webkit-margin-after: 0;
    margin-block-end:0}

.v4-plans-page .v4-plans h2 {
    text-align: center
}

.v4-plans-page .v4-plans h2 span {
    color: #ffad12
}

.v4-plans-page .v4-plans__background:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -100%;
    right: -100%;
    top: 0;
    bottom: 46%;
    background-color: #fff0d2;
    background-image: url(/packs/media/vector-70410352.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain
}

.v4-plans-page .v4-plans__header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 8px;
    gap: 8px
}

.v4-plans-page .v4-plans__header h1,.v4-plans-page .v4-plans__header p,.v4-plans-page .v4-plans__header smart-text::part(text-element) {
    text-align: center
}

.v4-plans-page .v4-plans__footer {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 46px
}

.v4-plans-page .v4-plans__footer smart-text::part(text-element) {
    text-align: center
}

.v4-plans-page .v4-plans smart-carousel {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    margin-top: 10px
}

.v4-plans-page .v4-plans smart-carousel.v4-plans__carousel--center .splide__list {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.v4-plans-page .v4-plans__carousel--pagination {
    margin-bottom: 38px
}

.v4-plans-page .v4-plans-carousel-item {
    display: flex;
    justify-content: center;
    padding: 24px 0;
    height: 100%;
    min-height: 400px;
    min-width: 250px
}

.v4-plans-page .v4-plans smart-plan-card {
    border: 2px solid transparent
}

.v4-plans-page .v4-plans smart-plan-card.dark {
    background-color: #3b3b40
}

.v4-plans-page .v4-plans smart-plan-card.light {
    background-color: #fff;
    border-color: rgba(160,160,167,.16)
}

.v4-plans-page .v4-plans smart-plan-card::part(plan-card-info) {
    height: 78px
}

.v4-plans-page .v4-plans smart-plan-card::part(plan-card-info)__content {
    height: 24px
}

.v4-plans-page .v4-plans smart-plan-card::part(plan-card-content) {
    margin-top: 8px
}

.v4-plans-page .v4-plans__cta {
    display: flex;
    width: 100%;
    margin-top: 16px
}

@media (max-width: 1080px) {
    .v4-plans-page .v4-plans {
        max-width:655px
    }

    .v4-plans-page .v4-plans smart-carousel .splide__list {
        justify-content: unset
    }

    .v4-plans-page .v4-plans smart-carousel.v4-plans__carousel--center .splide__list {
        display: flex;
        flex-direction: column;
        justify-content: unset
    }
}

@media (max-width: 767.98px) {
    .v4-plans-page .v4-plans .splide__track {
        overflow:unset
    }

    .v4-plans-page .v4-plans:before {
        bottom: 75%
    }
}

.v4-plans-page.v4-terms-contracts {
    display: flex;
    width: 100%;
    padding: 40px 0;
    margin-top: 40px;
    background-color: #fafafa;
    background-color: var(--color-base-gray-gray-0)
}

.v4-plans-page.v4-terms-contracts .v4-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 16px;
    gap: 16px
}

.v4-plans-page.v4-terms-contracts h2,.v4-plans-page.v4-terms-contracts p {
    text-align: center
}

.v4-plans-page.v4-terms-contracts h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px
}

.v4-locations-plans-page .v4-plans smart-plan-card::part(plan-card-info) {
    height: auto;
    min-height: 58px
}

.aspect-ratio--16-9 {
    aspect-ratio: 16/9
}

.reveal-card {
    animation: fadeInUp .8s ease forwards
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.skeleton-animation {
    background: linear-gradient(90deg,hsla(0,0%,85.9%,.5),hsla(0,0%,100%,.5) 50%,hsla(0,0%,85.9%,.5));
    background-size: 200% 100%;
    animation: skeleton 3s ease-in-out infinite
}

@keyframes skeleton {
    to {
        background-position-x: -200%
    }
}

.smart-ui-button--ghost,.smart-ui-helper-text,.smart-ui-label,.smart-ui-text {
    display: block;
    color: var(--color-typography-typo-88);
    margin: 0;
    padding: 0
}

.smart-ui-text--headline-1 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-headline-1);
    line-height: var(--size-line-height-headline-1)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--headline-1.smart-ui-button--ghost,.sm\:smart-ui-text--headline-1.smart-ui-helper-text,.sm\:smart-ui-text--headline-1.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--headline-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-1);
        line-height: var(--size-line-height-headline-1)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--headline-1.smart-ui-button--ghost,.md\:smart-ui-text--headline-1.smart-ui-helper-text,.md\:smart-ui-text--headline-1.smart-ui-label,.smart-ui-text.md\:smart-ui-text--headline-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-1);
        line-height: var(--size-line-height-headline-1)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--headline-1.smart-ui-button--ghost,.lg\:smart-ui-text--headline-1.smart-ui-helper-text,.lg\:smart-ui-text--headline-1.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--headline-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-1);
        line-height: var(--size-line-height-headline-1)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--headline-1,.xl\:smart-ui-text--headline-1.smart-ui-button--ghost,.xl\:smart-ui-text--headline-1.smart-ui-helper-text,.xl\:smart-ui-text--headline-1.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-1);
        line-height: var(--size-line-height-headline-1)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--headline-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-1);
        line-height: var(--size-line-height-headline-1)
    }
}

.smart-ui-text--headline-2 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-headline-2);
    line-height: var(--size-line-height-headline-2)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--headline-2.smart-ui-button--ghost,.sm\:smart-ui-text--headline-2.smart-ui-helper-text,.sm\:smart-ui-text--headline-2.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--headline-2 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-2);
        line-height: var(--size-line-height-headline-2)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--headline-2.smart-ui-button--ghost,.md\:smart-ui-text--headline-2.smart-ui-helper-text,.md\:smart-ui-text--headline-2.smart-ui-label,.smart-ui-text.md\:smart-ui-text--headline-2 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-2);
        line-height: var(--size-line-height-headline-2)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--headline-2.smart-ui-button--ghost,.lg\:smart-ui-text--headline-2.smart-ui-helper-text,.lg\:smart-ui-text--headline-2.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--headline-2 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-2);
        line-height: var(--size-line-height-headline-2)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--headline-2,.xl\:smart-ui-text--headline-2.smart-ui-button--ghost,.xl\:smart-ui-text--headline-2.smart-ui-helper-text,.xl\:smart-ui-text--headline-2.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-2);
        line-height: var(--size-line-height-headline-2)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--headline-2 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-2);
        line-height: var(--size-line-height-headline-2)
    }
}

.smart-ui-text--headline-3 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-headline-3);
    line-height: var(--size-line-height-headline-3)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--headline-3.smart-ui-button--ghost,.sm\:smart-ui-text--headline-3.smart-ui-helper-text,.sm\:smart-ui-text--headline-3.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--headline-3 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-3);
        line-height: var(--size-line-height-headline-3)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--headline-3.smart-ui-button--ghost,.md\:smart-ui-text--headline-3.smart-ui-helper-text,.md\:smart-ui-text--headline-3.smart-ui-label,.smart-ui-text.md\:smart-ui-text--headline-3 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-3);
        line-height: var(--size-line-height-headline-3)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--headline-3.smart-ui-button--ghost,.lg\:smart-ui-text--headline-3.smart-ui-helper-text,.lg\:smart-ui-text--headline-3.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--headline-3 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-3);
        line-height: var(--size-line-height-headline-3)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--headline-3,.xl\:smart-ui-text--headline-3.smart-ui-button--ghost,.xl\:smart-ui-text--headline-3.smart-ui-helper-text,.xl\:smart-ui-text--headline-3.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-3);
        line-height: var(--size-line-height-headline-3)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--headline-3 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-3);
        line-height: var(--size-line-height-headline-3)
    }
}

.smart-ui-text--headline-4 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-headline-4);
    line-height: var(--size-line-height-headline-4)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--headline-4.smart-ui-button--ghost,.sm\:smart-ui-text--headline-4.smart-ui-helper-text,.sm\:smart-ui-text--headline-4.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--headline-4 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-4);
        line-height: var(--size-line-height-headline-4)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--headline-4.smart-ui-button--ghost,.md\:smart-ui-text--headline-4.smart-ui-helper-text,.md\:smart-ui-text--headline-4.smart-ui-label,.smart-ui-text.md\:smart-ui-text--headline-4 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-4);
        line-height: var(--size-line-height-headline-4)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--headline-4.smart-ui-button--ghost,.lg\:smart-ui-text--headline-4.smart-ui-helper-text,.lg\:smart-ui-text--headline-4.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--headline-4 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-4);
        line-height: var(--size-line-height-headline-4)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--headline-4,.xl\:smart-ui-text--headline-4.smart-ui-button--ghost,.xl\:smart-ui-text--headline-4.smart-ui-helper-text,.xl\:smart-ui-text--headline-4.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-4);
        line-height: var(--size-line-height-headline-4)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--headline-4 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-4);
        line-height: var(--size-line-height-headline-4)
    }
}

.smart-ui-text--headline-5 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-headline-5);
    line-height: var(--size-line-height-headline-5)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--headline-5.smart-ui-button--ghost,.sm\:smart-ui-text--headline-5.smart-ui-helper-text,.sm\:smart-ui-text--headline-5.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--headline-5 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-5);
        line-height: var(--size-line-height-headline-5)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--headline-5.smart-ui-button--ghost,.md\:smart-ui-text--headline-5.smart-ui-helper-text,.md\:smart-ui-text--headline-5.smart-ui-label,.smart-ui-text.md\:smart-ui-text--headline-5 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-5);
        line-height: var(--size-line-height-headline-5)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--headline-5.smart-ui-button--ghost,.lg\:smart-ui-text--headline-5.smart-ui-helper-text,.lg\:smart-ui-text--headline-5.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--headline-5 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-5);
        line-height: var(--size-line-height-headline-5)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--headline-5,.xl\:smart-ui-text--headline-5.smart-ui-button--ghost,.xl\:smart-ui-text--headline-5.smart-ui-helper-text,.xl\:smart-ui-text--headline-5.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-5);
        line-height: var(--size-line-height-headline-5)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--headline-5 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-5);
        line-height: var(--size-line-height-headline-5)
    }
}

.smart-ui-text--headline-6 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-headline-6);
    line-height: var(--size-line-height-headline-6)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--headline-6.smart-ui-button--ghost,.sm\:smart-ui-text--headline-6.smart-ui-helper-text,.sm\:smart-ui-text--headline-6.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--headline-6 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-6);
        line-height: var(--size-line-height-headline-6)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--headline-6.smart-ui-button--ghost,.md\:smart-ui-text--headline-6.smart-ui-helper-text,.md\:smart-ui-text--headline-6.smart-ui-label,.smart-ui-text.md\:smart-ui-text--headline-6 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-6);
        line-height: var(--size-line-height-headline-6)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--headline-6.smart-ui-button--ghost,.lg\:smart-ui-text--headline-6.smart-ui-helper-text,.lg\:smart-ui-text--headline-6.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--headline-6 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-6);
        line-height: var(--size-line-height-headline-6)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--headline-6,.xl\:smart-ui-text--headline-6.smart-ui-button--ghost,.xl\:smart-ui-text--headline-6.smart-ui-helper-text,.xl\:smart-ui-text--headline-6.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-6);
        line-height: var(--size-line-height-headline-6)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--headline-6 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-headline-6);
        line-height: var(--size-line-height-headline-6)
    }
}

.smart-ui-text--subtitle-1 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-subtitle-1);
    line-height: var(--size-line-height-subtitle-1)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--subtitle-1.smart-ui-button--ghost,.sm\:smart-ui-text--subtitle-1.smart-ui-helper-text,.sm\:smart-ui-text--subtitle-1.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--subtitle-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-1);
        line-height: var(--size-line-height-subtitle-1)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--subtitle-1.smart-ui-button--ghost,.md\:smart-ui-text--subtitle-1.smart-ui-helper-text,.md\:smart-ui-text--subtitle-1.smart-ui-label,.smart-ui-text.md\:smart-ui-text--subtitle-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-1);
        line-height: var(--size-line-height-subtitle-1)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--subtitle-1.smart-ui-button--ghost,.lg\:smart-ui-text--subtitle-1.smart-ui-helper-text,.lg\:smart-ui-text--subtitle-1.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--subtitle-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-1);
        line-height: var(--size-line-height-subtitle-1)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--subtitle-1,.xl\:smart-ui-text--subtitle-1.smart-ui-button--ghost,.xl\:smart-ui-text--subtitle-1.smart-ui-helper-text,.xl\:smart-ui-text--subtitle-1.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-1);
        line-height: var(--size-line-height-subtitle-1)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--subtitle-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-1);
        line-height: var(--size-line-height-subtitle-1)
    }
}

.smart-ui-text--subtitle-2 {
    font-weight: 400;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-subtitle-2);
    line-height: var(--size-line-height-subtitle-2)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--subtitle-2.smart-ui-button--ghost,.sm\:smart-ui-text--subtitle-2.smart-ui-helper-text,.sm\:smart-ui-text--subtitle-2.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--subtitle-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-2);
        line-height: var(--size-line-height-subtitle-2)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--subtitle-2.smart-ui-button--ghost,.md\:smart-ui-text--subtitle-2.smart-ui-helper-text,.md\:smart-ui-text--subtitle-2.smart-ui-label,.smart-ui-text.md\:smart-ui-text--subtitle-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-2);
        line-height: var(--size-line-height-subtitle-2)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--subtitle-2.smart-ui-button--ghost,.lg\:smart-ui-text--subtitle-2.smart-ui-helper-text,.lg\:smart-ui-text--subtitle-2.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--subtitle-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-2);
        line-height: var(--size-line-height-subtitle-2)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--subtitle-2,.xl\:smart-ui-text--subtitle-2.smart-ui-button--ghost,.xl\:smart-ui-text--subtitle-2.smart-ui-helper-text,.xl\:smart-ui-text--subtitle-2.smart-ui-label {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-2);
        line-height: var(--size-line-height-subtitle-2)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--subtitle-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-subtitle-2);
        line-height: var(--size-line-height-subtitle-2)
    }
}

.smart-ui-text--bodytext-1 {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-bodytext-1);
    line-height: var(--size-line-height-bodytext-1)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--bodytext-1.smart-ui-button--ghost,.sm\:smart-ui-text--bodytext-1.smart-ui-helper-text,.sm\:smart-ui-text--bodytext-1.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--bodytext-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-1);
        line-height: var(--size-line-height-bodytext-1)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--bodytext-1.smart-ui-button--ghost,.md\:smart-ui-text--bodytext-1.smart-ui-helper-text,.md\:smart-ui-text--bodytext-1.smart-ui-label,.smart-ui-text.md\:smart-ui-text--bodytext-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-1);
        line-height: var(--size-line-height-bodytext-1)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--bodytext-1.smart-ui-button--ghost,.lg\:smart-ui-text--bodytext-1.smart-ui-helper-text,.lg\:smart-ui-text--bodytext-1.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--bodytext-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-1);
        line-height: var(--size-line-height-bodytext-1)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--bodytext-1,.xl\:smart-ui-text--bodytext-1.smart-ui-button--ghost,.xl\:smart-ui-text--bodytext-1.smart-ui-helper-text,.xl\:smart-ui-text--bodytext-1.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-1);
        line-height: var(--size-line-height-bodytext-1)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--bodytext-1 {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-1);
        line-height: var(--size-line-height-bodytext-1)
    }
}

.smart-ui-label,.smart-ui-text--bodytext-2 {
    font-weight: 400;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-bodytext-2);
    line-height: var(--size-line-height-bodytext-2)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--bodytext-2.smart-ui-button--ghost,.sm\:smart-ui-text--bodytext-2.smart-ui-helper-text,.sm\:smart-ui-text--bodytext-2.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--bodytext-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-2);
        line-height: var(--size-line-height-bodytext-2)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--bodytext-2.smart-ui-button--ghost,.md\:smart-ui-text--bodytext-2.smart-ui-helper-text,.md\:smart-ui-text--bodytext-2.smart-ui-label,.smart-ui-text.md\:smart-ui-text--bodytext-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-2);
        line-height: var(--size-line-height-bodytext-2)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--bodytext-2.smart-ui-button--ghost,.lg\:smart-ui-text--bodytext-2.smart-ui-helper-text,.lg\:smart-ui-text--bodytext-2.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--bodytext-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-2);
        line-height: var(--size-line-height-bodytext-2)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--bodytext-2,.xl\:smart-ui-text--bodytext-2.smart-ui-button--ghost,.xl\:smart-ui-text--bodytext-2.smart-ui-helper-text,.xl\:smart-ui-text--bodytext-2.smart-ui-label {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-2);
        line-height: var(--size-line-height-bodytext-2)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--bodytext-2 {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-bodytext-2);
        line-height: var(--size-line-height-bodytext-2)
    }
}

.smart-ui-helper-text,.smart-ui-helper-text--error,.smart-ui-text--caption {
    font-weight: 400;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-caption);
    line-height: var(--size-line-height-caption)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--caption.smart-ui-button--ghost,.sm\:smart-ui-text--caption.smart-ui-helper-text,.sm\:smart-ui-text--caption.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--caption {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-caption);
        line-height: var(--size-line-height-caption)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--caption.smart-ui-button--ghost,.md\:smart-ui-text--caption.smart-ui-helper-text,.md\:smart-ui-text--caption.smart-ui-label,.smart-ui-text.md\:smart-ui-text--caption {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-caption);
        line-height: var(--size-line-height-caption)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--caption.smart-ui-button--ghost,.lg\:smart-ui-text--caption.smart-ui-helper-text,.lg\:smart-ui-text--caption.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--caption {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-caption);
        line-height: var(--size-line-height-caption)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--caption,.xl\:smart-ui-text--caption.smart-ui-button--ghost,.xl\:smart-ui-text--caption.smart-ui-helper-text,.xl\:smart-ui-text--caption.smart-ui-label {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-caption);
        line-height: var(--size-line-height-caption)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--caption {
        font-weight:400;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-caption);
        line-height: var(--size-line-height-caption)
    }
}

.smart-ui-button--ghost,.smart-ui-text--overline {
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-overline);
    line-height: var(--size-line-height-overline)
}

@media (min-width: 640px) {
    .sm\:smart-ui-text--overline.smart-ui-button--ghost,.sm\:smart-ui-text--overline.smart-ui-helper-text,.sm\:smart-ui-text--overline.smart-ui-label,.smart-ui-text.sm\:smart-ui-text--overline {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-overline);
        line-height: var(--size-line-height-overline)
    }
}

@media (min-width: 768px) {
    .md\:smart-ui-text--overline.smart-ui-button--ghost,.md\:smart-ui-text--overline.smart-ui-helper-text,.md\:smart-ui-text--overline.smart-ui-label,.smart-ui-text.md\:smart-ui-text--overline {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-overline);
        line-height: var(--size-line-height-overline)
    }
}

@media (min-width: 1024px) {
    .lg\:smart-ui-text--overline.smart-ui-button--ghost,.lg\:smart-ui-text--overline.smart-ui-helper-text,.lg\:smart-ui-text--overline.smart-ui-label,.smart-ui-text.lg\:smart-ui-text--overline {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-overline);
        line-height: var(--size-line-height-overline)
    }
}

@media (min-width: 1280px) {
    .smart-ui-text.xl\:smart-ui-text--overline,.xl\:smart-ui-text--overline.smart-ui-button--ghost,.xl\:smart-ui-text--overline.smart-ui-helper-text,.xl\:smart-ui-text--overline.smart-ui-label {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-overline);
        line-height: var(--size-line-height-overline)
    }
}

@media (min-width: 1536px) {
    .smart-ui-text.2xl\:smart-ui-text--overline {
        font-weight:900;
        font-family: var(--font-family-primary);
        font-size: var(--size-typography-overline);
        line-height: var(--size-line-height-overline)
    }
}

.smart-ui-card {
    display: flex;
    flex-direction: column;
    background-color: var(--color-base-brand-white);
    border-radius: var(--size-radius-xs);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05)
}

.smart-ui-card--disabled {
    background-color: var(--color-base-gray-gray-2);
    pointer-events: none
}

.smart-ui-card--disabled .smart-ui-card__content>* {
    color: var(--color-typography-typo-64)!important
}

.smart-ui-card--image {
    overflow: hidden
}

.smart-ui-card--image>img {
    width: 100%;
    border-top-left-radius: var(--size-radius-xs);
    border-top-right-radius: var(--size-radius-xs);
    -o-object-fit: cover;
    object-fit: cover
}

.smart-ui-card__content {
    display: flex;
    flex-direction: column;
    grid-gap: var(--size-space-xs);
    gap: var(--size-space-xs);
    padding: var(--size-space-sm) var(--size-space-xs)
}

.smart-ui-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: var(--color-base-brand-yellow);
    border-radius: 50%;
    cursor: pointer
}

.smart-ui-icon-button:hover {
    background-color: var(--color-base-brand-yellow-dark)
}

.smart-ui-icon-button:disabled {
    background-color: var(--color-base-gray-gray-3);
    cursor: not-allowed
}

.smart-ui-icon-button--lg {
    width: 48px;
    height: 48px
}

.smart-ui-icon-button--lg svg {
    width: 16px;
    height: 16px
}

.smart-ui-input {
    width: 100%;
    height: 50px;
    padding: var(--size-space-sm);
    margin: 0;
    border: 1px solid var(--color-base-gray-gray-3);
    border-radius: var(--size-radius-xxs);
    font-family: var(--font-family-primary);
    color: var(--color-typography-typo-88)
}

.smart-ui-input.error {
    outline: none;
    border-color: var(--color-action-destrutive)
}

.smart-ui-input.search {
    padding-right: 42px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.smart-ui-input:focus {
    outline: none;
    border-color: var(--color-base-brand-yellow)
}

.smart-ui-input:-ms-input-placeholder {
    color: var(--color-typography-typo-48)
}

.smart-ui-input::-ms-input-placeholder {
    color: var(--color-typography-typo-48)
}

.smart-ui-input::placeholder {
    color: var(--color-typography-typo-48)
}

.smart-ui-input[disabled],.smart-ui-input[read-only],.smart-ui-input[readonly] {
    color: var(--color-typography-typo-48);
    border-color: var(--color-base-gray-gray-2);
    background-color: var(--color-base-gray-gray-1)
}

.smart-ui-input[disabled]+smart-icon,.smart-ui-input[read-only]+smart-icon,.smart-ui-input[readonly]+smart-icon {
    cursor: default
}

.smart-ui-inputtextarea {
    resize: none;
    height: 128px
}

.smart-ui-inputinput[type=search]::-ms-clear,.smart-ui-inputinput[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.smart-ui-inputinput[type=search]::-webkit-search-cancel-button,.smart-ui-inputinput[type=search]::-webkit-search-decoration,.smart-ui-inputinput[type=search]::-webkit-search-results-button,.smart-ui-inputinput[type=search]::-webkit-search-results-decoration {
    display: none
}

.smart-ui-helper-text {
    margin-bottom: 2px;
    color: var(--color-typography-typo-88)
}

.smart-ui-helper-text a {
    color: var(--color-action-default)
}

.smart-ui-helper-text a:hover {
    color: var(--color-action-default-dark)
}

.smart-ui-helper-text--error {
    color: var(--color-action-destrutive)
}

.smart-ui-button {
    box-sizing: border-box;
    display: flex;
    flex: 1 1;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: var(--size-space-xs) var(--size-space-sm);
    border-radius: 200px;
    font-weight: 900;
    font-family: var(--font-family-primary);
    font-size: var(--size-typography-bodytext-1);
    line-height: var(--size-line-height-bodytext-1);
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: solid;
    cursor: pointer
}

.smart-ui-button>* {
    box-sizing: border-box;
    line-height: 1
}

.smart-ui-button--font-light {
    font-weight: 400
}

.smart-ui-button--with-icon {
    grid-gap: var(--size-space-xxs);
    gap: var(--size-space-xxs)
}

.smart-ui-button--with-icon smart-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.smart-ui-button--with-icon:not(.smart-ui-button--icon-left) {
    flex-direction: row
}

.smart-ui-button--with-icon:not(.smart-ui-button--icon-left) smart-icon {
    margin-left: var(--size-space-xxs)
}

.smart-ui-button--with-icon.smart-ui-button--icon-left {
    flex-direction: row
}

.smart-ui-button--with-icon.smart-ui-button--icon-left smart-icon {
    margin-right: var(--size-space-xxs);
    order: -1
}

.smart-ui-button__text {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-grow: 1;
    text-decoration: none
}

.smart-ui-button--left,.smart-ui-button--left a {
    justify-content: flex-start
}

.smart-ui-button--left .smart-ui-button__text,.smart-ui-button--left a .smart-ui-button__text {
    padding-right: 22px
}

.smart-ui-button--right,.smart-ui-button--right a {
    flex-direction: row-reverse;
    justify-content: flex-start
}

.smart-ui-button--right .text,.smart-ui-button--right a .text {
    padding-left: 22px
}

.smart-ui-button>.smart-ui-button__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 0;
    color: unset
}

.smart-ui-button--disabled,.smart-ui-button:disabled {
    cursor: default
}

.smart-ui-button--primary {
    background-color: var(--color-base-brand-yellow);
    border-color: var(--color-base-brand-yellow);
    color: var(--color-typography-typo-88)
}

.smart-ui-button--primary:hover {
    background-color: var(--color-base-brand-yellow-dark);
    border-color: var(--color-base-brand-yellow-dark)
}

.smart-ui-button--primary.smart-ui-button--disabled,.smart-ui-button--primary:disabled {
    background-color: var(--color-base-gray-gray-2);
    border-color: var(--color-base-gray-gray-2);
    color: var(--color-typography-typo-48)
}

.smart-ui-button--secondary {
    background-color: var(--color-base-brand-white);
    border-width: 1px;
    border-color: var(--color-base-brand-yellow);
    color: var(--color-typography-typo-88)
}

.smart-ui-button--secondary:hover {
    background-color: var(--color-action-alert-pastel);
    border-color: var(--color-base-brand-yellow)
}

.smart-ui-button--secondary.smart-ui-button--disabled,.smart-ui-button--secondary:disabled {
    background-color: var(--color-base-brand-white);
    border-width: 1px;
    border-color: var(--color-base-gray-gray-2);
    color: var(--color-typography-typo-48)
}

.smart-ui-button--red {
    background-color: var(--color-action-destrutive);
    border-color: var(--color-action-destrutive);
    color: var(--color-typography-typo-fff)
}

.smart-ui-button--red:hover {
    background-color: var(--color-action-destrutive-dark);
    border-color: var(--color-action-destrutive-dark)
}

.smart-ui-button--red.smart-ui-button--disabled,.smart-ui-button--red:disabled {
    opacity: .65
}

.smart-ui-button--ghost {
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
    color: var(--color-action-default);
    cursor: pointer
}

.smart-ui-button--ghost:hover {
    color: var(--color-action-default-dark)
}

.smart-ui-button--ghost.smart-ui-button--disabled,.smart-ui-button--ghost:disabled {
    opacity: .65
}

.smart-ui-button--black {
    background-color: var(--color-base-brand-black);
    border-color: var(--color-base-brand-black);
    color: var(--color-typography-typo-fff)
}

.smart-ui-button--black.smart-ui-button--disabled,.smart-ui-button--black:disabled {
    background-color: var(--color-base-gray-gray-2);
    border-color: var(--color-base-gray-gray-2);
    color: var(--color-typography-typo-48)
}

.smart-ui-button--search {
    all: unset;
    position: relative;
    padding: var(--size-space-sm);
    margin: var(--size-space-xxs) 0;
    border: 1px solid var(--color-base-gray-gray-3);
    border-radius: var(--size-radius-xxs);
    background-color: var(--color-base-brand-white);
    font-family: DM Sans,sans-serif;
    color: var(--color-typography-typo-88);
    font-size: 13.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    grid-gap: var(--size-space-xs);
    gap: var(--size-space-xs);
    cursor: pointer;
    width: 100%;
    box-sizing: border-box
}

.smart-ui-button--search:focus,.smart-ui-button--search:hover {
    outline: none;
    border-color: var(--color-base-brand-yellow)
}

.smart-ui-button--search.placeholder-btn {
    color: var(--color-typography-typo-48)
}

.smart-ui-button div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    flex: 1 1
}

.smart-ui-button .left {
    flex-direction: row
}

.smart-ui-button .right {
    flex-direction: row-reverse
}

.smart-ui-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--size-space-xxs) var(--size-space-xs);
    font-family: Roboto,sans-serif;
    font-family: var(--font-family-primary,"Roboto",sans-serif);
    font-size: 12px;
    font-size: var(--size-font-caption,12px);
    font-weight: 300;
    border-radius: 21px;
    border-radius: var(--size-radius-md,21px)
}

.smart-ui-badge--primary {
    color: var(--color-base-brand-black);
    background-color: var(--color-base-brand-yellow)
}

.smart-ui-badge--gray-dark {
    color: var(--color-base-brand-white);
    background-color: var(--color-base-gray-gray-4)
}

.smart-ui-badge--gray-light {
    color: var(--color-base-gray-gray-6);
    background-color: var(--color-base-gray-gray-2)
}

.smart-ui-float-div {
    z-index: 9991;
    left: 0;
    right: 0;
    padding: var(--size-space-md) var(--size-space-lg);
    background-color: var(--color-base-brand-white);
    box-shadow: 0 0 16px 0 rgba(160,160,167,.25)
}

.smart-ui-float-div--fixed {
    position: fixed
}

.smart-ui-float-div--absolute {
    position: absolute
}

.smart-ui-float-div--top {
    top: 0
}

.smart-ui-float-div--bottom {
    bottom: 0
}

.smart-ui-float-div--no-padding {
    padding: 0
}

@media (max-width: 767.98px) {
    .smart-ui-float-div {
        padding:var(--size-space-sm) var(--size-space-md)
    }
}

.smart-ui-presales-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: var(--size-space-xs);
    gap: var(--size-space-xs);
    height: var(--size-space-xl);
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--size-space-xs) var(--size-space-sm);
    border-radius: var(--size-radius-xs);
    background: linear-gradient(135deg,#fff,#fff 80%,#ffe79c);
    box-shadow: 0 0 var(--size-radius-xs) rgba(160,160,167,.16)
}

.smart-ui-presales-badge__image {
    display: flex;
    flex-shrink: 0;
    width: 46px;
    height: 46px
}

.smart-ui-presales-badge__text {
    font-size: var(--size-typography-bodytext-1);
    line-height: var(--size-line-height-bodytext-1)
}

.smart-ui-presales-badge__text strong {
    padding-right: 2px
}

@media (max-width: 1199.98px) {
    .smart-ui-presales-badge.location {
        align-self:center
    }

    .smart-ui-presales-badge.location .smart-ui-presales-badge__image {
        width: var(--size-space-lg);
        height: var(--size-space-lg)
    }

    .smart-ui-presales-badge.location .smart-ui-presales-badge__text {
        font-size: var(--size-typography-caption);
        line-height: var(--size-line-height-caption)
    }
}

.smart-ui-presales-badge.mobile-only {
    display: none!important
}

@media (max-width: 767.98px) {
    .smart-ui-presales-badge.mobile-only {
        display:flex!important
    }
}

.smart-ui-progress {
    width: 100%;
    max-width: 100%;
    height: 8px;
    display: flex;
    align-items: center;
    border-radius: var(--size-radius-xxxl);
    background-color: var(--color-base-gray-gray-2);
    overflow: hidden
}

.smart-ui-progress .smart-ui-progress__bar {
    width: 0;
    height: 100%;
    border-radius: var(--size-radius-xxxl);
    background-color: var(--color-base-brand-yellow);
    transition: width 1.2s ease-in-out
}

.smart-ui-progress .smart-ui-progress__bar.is-active {
    width: 100%;
    transition-delay: .5s
}

.smart-ui-progress .smart-ui-progress__bar.second-step {
    transition-delay: 1.7s
}

.smart-ui-progress .smart-ui-progress__bar.third-step {
    transition-delay: 2.9s
}

.smart-ui-progress .smart-ui-progress__bar.fourth-step {
    transition-delay: 4.1s
}

.smart-ui-progress--steps {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    width: 100%
}

.smart-ui-label {
    margin-bottom: 2px
}

.smart-ui-label--error {
    color: var(--color-action-destrutive)
}

.smart-ui-label a {
    color: var(--color-action-primary);
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer
}

.smart-ui-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 2px solid var(--color-base-gray-gray-5);
    border-radius: var(--size-radius-xxs);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%
}

.smart-ui-checkbox:checked {
    border-color: var(--color-base-brand-yellow);
    background-color: var(--color-base-brand-yellow);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='13' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.957 1.043a1 1 0 0 1 0 1.414l-10.5 10.5a1 1 0 0 1-1.414 0l-5.25-5.25a1 1 0 0 1 1.414-1.414l4.543 4.543 9.793-9.793a1 1 0 0 1 1.414 0z' fill='%23000'/%3E%3C/svg%3E")
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    overflow: hidden;
    list-style: none;
    padding: 0
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-left: 4px solid var(--swiper-theme-color);
    border-bottom: 4px solid var(--swiper-theme-color);
    border-right: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    top: var(--swiper-navigation-top-offset,50%);
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: -22px;
    margin-top: calc(var(--swiper-navigation-size)/-2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    -webkit-font-feature-settings: normal,;
    font-feature-settings: normal,;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom,8px);
    top: auto;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: 8px;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius,50%);
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 8px;
    right: var(--swiper-pagination-right,8px);
    left: auto;
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    touch-action: none;
    background: rgba(0,0,0,.1);
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: 4px;
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: auto;
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: 4px;
    height: var(--swiper-scrollbar-size,4px);
    width: 98%;
    width: calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: auto;
    left: var(--swiper-scrollbar-left,auto);
    right: 4px;
    right: var(--swiper-scrollbar-right,4px);
    top: 1%;
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: 4px;
    width: var(--swiper-scrollbar-size,4px);
    height: 98%;
    height: calc(100% - 2*var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
    border-radius: 10px;
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-button-next,.swiper-button-prev {
    color: unset;
    background-color: unset
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: unset!important
}

.smart-ui-carousel {
    position: relative
}

.smart-ui-carousel__btn-prev {
    left: -64px
}

.smart-ui-carousel__btn-next {
    right: -64px
}

.smart-ui-carousel__btn-next,.smart-ui-carousel__btn-prev {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%)
}

.smart-ui-carousel__btn-next.swiper-button-disabled,.smart-ui-carousel__btn-prev.swiper-button-disabled {
    display: none
}

.smart-ui-carousel__pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
    bottom: -20px!important
}

.smart-ui-carousel__pagination .swiper-pagination-bullet {
    background-color: var(--color-base-gray-gray-3);
    opacity: 1;
    margin: 0 6px!important;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important
}

.smart-ui-carousel__pagination .swiper-pagination-bullet-active {
    background-color: var(--color-base-brand-yellow);
    transform: none;
    opacity: 1
}

.smart-ui-carousel--slider .smart-ui-carousel__btn-prev {
    left: 24px
}

.smart-ui-carousel--slider .smart-ui-carousel__btn-next {
    right: 24px
}

.smart-ui-carousel--slider .smart-ui-carousel__pagination {
    bottom: 24px!important
}

@keyframes modalSlideIn {
    0% {
        transform: translateX(500px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes modalSlideOut {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(500px)
    }
}

@keyframes modalVerticalSlideIn {
    0% {
        transform: translateY(15%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes modalVerticalSlideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10%)
    }
}

@keyframes modalfadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modalfadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.micromodal-slide {
    display: none
}

.micromodal-slide.is-open {
    display: block
}

.smart-ui-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,.5);
    will-change: transform
}

.smart-ui-modal__container {
    z-index: 1002;
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    gap: 24px;
    grid-gap: var(--size-space-md,24px);
    gap: var(--size-space-md,24px);
    padding: 24px;
    padding: var(--size-space-md,24px);
    background: var(--color-base-gray-gray-0);
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.5);
    will-change: transform;
    overflow-y: auto
}

.smart-ui-modal--center .smart-ui-modal__container {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%,-50%)
}

.smart-ui-modal--right .smart-ui-modal__container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 25dvw;
    max-width: 480px;
    min-width: 400px
}

.smart-ui-modal--no-padding .smart-ui-modal__container {
    padding: 0
}

.smart-ui-modal--no-scroll .smart-ui-modal__container {
    overflow-y: hidden
}

.smart-ui-modal[aria-hidden=false] .smart-ui-modal__overlay {
    animation: modalfadeIn .3s cubic-bezier(0,0,.2,1)
}

.smart-ui-modal[aria-hidden=false].smart-ui-modal--right .smart-ui-modal__container {
    animation: modalSlideIn .3s cubic-bezier(0,0,.2,1)
}

.smart-ui-modal[aria-hidden=false] .smart-ui-modal--center .smart-ui-modal__container {
    animation: modalVerticalSlideIn .3s cubic-bezier(0,0,.2,1)
}

.smart-ui-modal[aria-hidden=true] .smart-ui-modal__overlay {
    animation: modalfadeOut .3s cubic-bezier(0,0,.2,1)
}

.smart-ui-modal[aria-hidden=true].smart-ui-modal--right .smart-ui-modal__container {
    animation: modalSlideOut .3s cubic-bezier(0,0,.2,1)
}

.smart-ui-modal[aria-hidden=true] .smart-ui-modal--center .smart-ui-modal__container {
    animation: modalVerticalSlideOut .3s cubic-bezier(0,0,.2,1)
}

.smart-ui-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.smart-ui-modal__title {
    flex-grow: 1
}

.smart-ui-modal__close,.smart-ui-modal__title {
    display: flex;
    align-items: center;
    color: var(--color-base-brand-black)
}

.smart-ui-modal__close {
    flex-shrink: 0;
    justify-content: center;
    padding: 8px;
    background: transparent;
    border: 0;
    cursor: pointer
}

.smart-ui-modal__close>svg {
    width: 32px;
    height: 32px;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .smart-ui-modal--center .smart-ui-modal__container,.smart-ui-modal--right .smart-ui-modal__container {
        top:0;
        left: 0;
        bottom: 0;
        margin-right: 0;
        transform: none;
        width: 100%;
        max-width: 100%
    }

    .smart-ui-modal--center .smart-ui-modal__container {
        right: 0
    }

    .smart-ui-modal--right .smart-ui-modal__container {
        min-width: unset
    }
}

.smart-ui-plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 0;
    padding: var(--size-space-md);
    width: 320px;
    height: 100%;
    border: 2px solid transparent;
    border-radius: var(--size-radius-sm);
    transition: all .15s linear
}

.smart-ui-plan-card__best-offer-badge {
    display: block;
    position: absolute;
    z-index: 5;
    margin-top: -38px;
    margin-bottom: 18px;
    max-width: 90%;
    padding: var(--size-space-xxs) var(--size-space-sm);
    font-size: 12px;
    font-size: var(--size-typography-subtitle-1,12px);
    border-radius: 21px;
    border-radius: var(--size-radius-xs,21px)
}

.smart-ui-plan-card__best-offer-badge b {
    font-weight: 900
}

.smart-ui-plan-card__title-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    gap: 12px;
    margin-bottom: 12px
}

.smart-ui-plan-card__title {
    margin-right: 6px;
    margin-bottom: 0
}

.smart-ui-plan-card__title b {
    font-weight: 900
}

.smart-ui-plan-card__description {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: var(--size-space-sm)
}

.smart-ui-plan-card__price-wrapper,.smart-ui-plan-card__top-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.smart-ui-plan-card__price-wrapper--has-promotion-disclaimer {
    min-height: 105px
}

.smart-ui-plan-card__old-price {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through
}

.smart-ui-plan-card__installments-disclaimer {
    visibility: hidden
}

.smart-ui-plan-card__installments-disclaimer--show {
    margin-bottom: 12px;
    visibility: visible
}

.smart-ui-plan-card__info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 80px
}

.smart-ui-plan-card__info-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    margin: 24px 0 6px
}

.smart-ui-plan-card__annuity,.smart-ui-plan-card__fidelity,.smart-ui-plan-card__membership {
    margin: var(--size-space-xxs) 0
}

.smart-ui-plan-card__new-price {
    display: flex;
    align-items: flex-end;
    margin: var(--size-space-xxs) 0
}

.smart-ui-plan-card__amount {
    line-height: var(--size-typography-headline-5)
}

.smart-ui-plan-card__discount-percentage {
    margin-left: 8px;
    color: var(--color-action-success-light)
}

.smart-ui-plan-card__advantages {
    flex-direction: column
}

.smart-ui-plan-card__advantage,.smart-ui-plan-card__advantages {
    display: flex;
    grid-gap: var(--size-space-xs);
    gap: var(--size-space-xs)
}

.smart-ui-plan-card__advantage {
    align-items: center
}

.smart-ui-plan-card__advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    color: var(--color-typography-typo-64)
}

.smart-ui-plan-card__advantage-icon--checked {
    color: var(--color-action-success-light)
}

.smart-ui-plan-card__advantage-icon--not-checked {
    text-decoration: line-through
}

.smart-ui-plan-card__advantage-icon svg {
    width: 100%;
    height: 100%
}

.smart-ui-plan-card__advantage-text--not-available {
    text-decoration: line-through
}

.smart-ui-plan-card__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: var(--size-space-xs) 0 0 0
}

.smart-ui-plan-card__content .smart-ui-button {
    height: 43px
}

.smart-ui-plan-card__advantages {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out
}

.smart-ui-plan-card__advantages li:first-child {
    padding-top: var(--size-space-md)
}

.smart-ui-plan-card__advantages-wrapper {
    padding-bottom: 0
}

.smart-ui-plan-card__advantages-wrapper.open {
    padding-bottom: var(--size-space-xs)
}

.smart-ui-plan-card__advantages-wrapper.open .smart-ui-plan-card__advantages {
    max-height: 100vh
}

.smart-ui-plan-card__advantages-wrapper.open .smart-ui-plan-card__btn-collapse-icon {
    transform: rotate(0deg)
}

.smart-ui-plan-card__btn-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: var(--size-space-xs);
    gap: var(--size-space-xs);
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    margin-top: var(--size-space-md);
    padding: var(--size-space-xs) 0
}

.smart-ui-plan-card__btn-collapse--hidden {
    display: none
}

.smart-ui-plan-card__btn-collapse-text {
    display: flex;
    flex-grow: 1;
    text-transform: uppercase
}

.smart-ui-plan-card__btn-collapse-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: all .5s ease-in-out;
    transform: rotate(180deg)
}

.smart-ui-plan-card__btn-collapse-icon svg {
    width: 100%;
    height: 100%
}

.smart-ui-plan-card--light {
    background-color: var(--color-base-brand-white);
    border-color: var(--color-base-gray-gray-7)
}

.smart-ui-plan-card--light,.smart-ui-plan-card--light .smart-ui-plan-card__annuity,.smart-ui-plan-card--light .smart-ui-plan-card__description,.smart-ui-plan-card--light .smart-ui-plan-card__fidelity,.smart-ui-plan-card--light .smart-ui-plan-card__installments-disclaimer,.smart-ui-plan-card--light .smart-ui-plan-card__membership,.smart-ui-plan-card--light .smart-ui-plan-card__offer-disclaimer,.smart-ui-plan-card--light .smart-ui-plan-card__old-price {
    color: var(--color-typography-typo-64)
}

.smart-ui-plan-card--light .smart-ui-plan-card__advantage-text,.smart-ui-plan-card--light .smart-ui-plan-card__amount,.smart-ui-plan-card--light .smart-ui-plan-card__recurrency,.smart-ui-plan-card--light .smart-ui-plan-card__title {
    color: var(--color-typography-typo-88)
}

.smart-ui-plan-card--light .smart-ui-plan-card__discount-percentage {
    color: var(--color-action-success-dark)
}

.smart-ui-plan-card--light .smart-ui-plan-card__btn-collapse-icon,.smart-ui-plan-card--light .smart-ui-plan-card__btn-collapse-text {
    color: var(--color-action-default)
}

.smart-ui-plan-card--light.smart-ui-plan-card--selected {
    border-color: var(--color-base-brand-yellow)!important
}

.smart-ui-plan-card--dark {
    background-color: var(--color-base-gray-gray-5);
    border-color: var(--color-base-gray-gray-5)
}

.smart-ui-plan-card--dark,.smart-ui-plan-card--dark .smart-ui-plan-card__advantage-text,.smart-ui-plan-card--dark .smart-ui-plan-card__amount,.smart-ui-plan-card--dark .smart-ui-plan-card__annuity,.smart-ui-plan-card--dark .smart-ui-plan-card__btn-collapse-icon,.smart-ui-plan-card--dark .smart-ui-plan-card__btn-collapse-text,.smart-ui-plan-card--dark .smart-ui-plan-card__description,.smart-ui-plan-card--dark .smart-ui-plan-card__fidelity,.smart-ui-plan-card--dark .smart-ui-plan-card__installments-disclaimer,.smart-ui-plan-card--dark .smart-ui-plan-card__membership,.smart-ui-plan-card--dark .smart-ui-plan-card__offer-disclaimer,.smart-ui-plan-card--dark .smart-ui-plan-card__old-price,.smart-ui-plan-card--dark .smart-ui-plan-card__recurrency,.smart-ui-plan-card--dark .smart-ui-plan-card__title {
    color: var(--color-typography-typo-fff)
}

.smart-ui-plan-card--dark.smart-ui-plan-card--selected {
    border-color: var(--color-base-brand-yellow)!important
}

.smart-ui-plan-card .scarcity-badged {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 16px;
    padding: 5px;
    background-color: #fbeef0;
    font-size: 13px;
    color: #a72534;
    font-weight: 700;
    border-radius: 4px
}

.smart-ui-plan-carousel {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 16px
}

.smart-ui-plan-carousel .swiper-button-prev {
    left: -64px
}

.smart-ui-plan-carousel .swiper-button-next {
    right: -64px
}

.smart-ui-plan-carousel__item {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    height: 100%
}

.smart-ui-plan-carousel--no-carousel .plans-swiper-wrapper {
    grid-gap: 8px;
    gap: 8px
}

.smart-ui-plan-carousel--no-carousel .smart-ui-carousel__btn-next,.smart-ui-plan-carousel--no-carousel .smart-ui-carousel__btn-prev {
    display: none
}

.smart-ui-plan-carousel .plans-swiper {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px
}

.smart-ui-plan-carousel .plans-swiper .plans-swiper-slide {
    height: auto;
    width: 320px!important;
    max-width: 320px!important
}

.smart-ui-plan-carousel .plans-swiper--center {
    width: auto
}

@media (max-width: 575.98px) {
    .smart-ui-plan-carousel .plans-swiper {
        overflow:unset
    }
}

@media (max-width: 767.98px) {
    .smart-ui-plan-carousel .plans-swiper-wrapper {
        flex-direction:column;
        align-items: center;
        grid-gap: 36px;
        gap: 36px
    }

    .smart-ui-plan-carousel .smart-ui-carousel__btn-next,.smart-ui-plan-carousel .smart-ui-carousel__btn-prev,.smart-ui-plan-carousel .smart-ui-carousel__pagination {
        display: none
    }
}

.smart-ui-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
    cursor: pointer
}

.smart-ui-radio:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 100%;
    visibility: hidden
}

.smart-ui-radio:checked {
    animation: radio-animation .2s ease-out
}

.smart-ui-radio:checked:after {
    visibility: visible
}

.smart-ui-radio--primary {
    border-color: var(--color-base-gray-gray-5);
    background-color: var(--color-base-brand-white)
}

.smart-ui-radio--primary.smart-ui-radio:checked {
    border-color: var(--color-base-brand-yellow);
    background-color: #fff
}

.smart-ui-radio--primary.smart-ui-radio:checked:after {
    background-color: var(--color-base-brand-yellow)
}

.smart-ui-radio--primary.smart-ui-radio:disabled {
    border-color: var(--color-base-gray-gray-3);
    background-color: var(--color-base-gray-gray-1)
}

.smart-ui-radio--error:before {
    border-color: var(--color-action-destrutive)
}

@keyframes radio-animation {
    0% {
        transform: scale(.45)
    }

    to {
        transform: scale(1)
    }
}

/* Fix: prevent plan cards from stretching to same height on desktop */
@media (min-width: 768px) {
  /* make the swiper wrapper align to top so siblings don't stretch */
  .plans-swiper-wrapper, .plans-swiper {
    align-items: flex-start !important;
  }

  /* ensure each slide sizes independently */
  .plans-swiper-slide, .plans-swiper .swiper-slide, .swiper-slide.plans-swiper-slide {
    height: auto !important;
    align-self: flex-start !important;
  }

  /* make the card content flow naturally */
  .plans-swiper-slide .smart-ui-plan-card, .smart-ui-plan-card {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* keep collapse button pinned to bottom of advantages wrapper */
  .smart-ui-plan-card__advantages-wrapper .smart-ui-plan-card__btn-collapse {
    margin-top: auto !important;
  }

  /* visual emphasis for expanded card */
  .smart-ui-plan-card.expanded {
    transform: translateY(-6px) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
    z-index: 60 !important;
  }

  /* if slick is used, don't let its track set a fixed height */
  .plans-swiper .slick-track {
    height: auto !important;
  }
}

