body {
    overflow-x: hidden;
}

    body .pilates-title-main {
        display: none;
    }

    body .pilates-banner-main {
        position: relative;
        margin-bottom: 169px;
    }

        body .pilates-banner-main .sliderBanner {
            opacity: 0;
        }

            body .pilates-banner-main .sliderBanner.slick-slider {
                opacity: 1;
            }

        body .pilates-banner-main .pilates-banner-main-container {
            position: relative;
        }

            body .pilates-banner-main .pilates-banner-main-container .pilates-banner-main-container--absolute {
                position: absolute;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 40px;
                margin: auto;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
            }

            body .pilates-banner-main .pilates-banner-main-container .pilates-banner-main-subTitle {
                display: block;
                color: #fff;
                font-size: 20px;
                font-weight: 300;
                text-transform: uppercase;
                margin-bottom: 8px;
            }

            body .pilates-banner-main .pilates-banner-main-container .pilates-banner-main-title {
                color: #fff;
                font-size: 64px;
                font-weight: 700;
                text-transform: uppercase;
            }

                body .pilates-banner-main .pilates-banner-main-container .pilates-banner-main-title span {
                    display: block;
                    font-weight: 700;
                    margin-top: 13px;
                }

            body .pilates-banner-main .pilates-banner-main-container .pilates-banner-main-link {
                width: 272px;
                padding: 21px 0;
                margin-top: 32px;
            }

        body .pilates-banner-main img {
            width: 100%;
        }

        body .pilates-banner-main .slick-list {
            overflow-x: hidden;
        }

        body .pilates-banner-main .slick-arrow {
            display: none !important;
        }

        body .pilates-banner-main .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        body .pilates-banner-main .slick-dots {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 56px;
            margin: auto;
        }

            body .pilates-banner-main .slick-dots li button {
                width: 11px;
                display: block;
                position: relative;
                background: transparent;
                color: rgba(35, 31, 32, 0.5);
                font-size: 20px;
                font-weight: bold;
                font-style: italic;
                text-transform: uppercase;
                margin-bottom: 58px;
            }

                body .pilates-banner-main .slick-dots li button::before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 4px;
                    height: 82px;
                    top: 0;
                    bottom: 0;
                    right: -13px;
                    margin: auto;
                    background: rgba(35, 31, 32, 0.5);
                }

            body .pilates-banner-main .slick-dots li.slick-active button {
                color: #c10230;
            }

                body .pilates-banner-main .slick-dots li.slick-active button::before {
                    background: #c10230;
                }

@media only screen and (max-width: 760px) {
    body .pilates-banner-main {
        display: none;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-banner-main {
        margin-bottom: 99px;
    }

        body .pilates-banner-main .pilates-banner-main-container .pilates-banner-main-title {
            font-size: 40px;
        }
}

body .pilates-banner-main--mobile {
    display: none;
}

@media only screen and (max-width: 760px) {
    body .pilates-banner-main--mobile {
        display: block !important;
        position: relative;
        margin-bottom: 29px;
    }

        body .pilates-banner-main--mobile .pilates-banner-main-container {
            display: block !important;
            position: relative;
            width: 100%;
            padding: 0;
        }

            body .pilates-banner-main--mobile .pilates-banner-main-container img {
                width: 100%;
                height: auto;
            }

            body .pilates-banner-main--mobile .pilates-banner-main-container .pilates-banner-main-container--absolute {
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto;
                height: -webkit-fit-content;
                height: -moz-fit-content;
                height: fit-content;
                left: 16px;
            }

            body .pilates-banner-main--mobile .pilates-banner-main-container .pilates-banner-main-subTitle {
                display: block;
                color: #fff;
                font-size: 12px;
                font-weight: 300;
                text-transform: uppercase;
                margin-bottom: 16px;
            }

            body .pilates-banner-main--mobile .pilates-banner-main-container .pilates-banner-main-title {
                color: #fff;
                font-size: 24px;
                font-weight: 700;
                text-transform: uppercase;
            }

                body .pilates-banner-main--mobile .pilates-banner-main-container .pilates-banner-main-title span {
                    width: 110px;
                    display: block;
                    font-weight: 700;
                    line-height: 31px;
                }

            body .pilates-banner-main--mobile .pilates-banner-main-container .pilates-banner-main-link {
                display: block;
                width: 248px;
                text-align: center;
                color: #fff;
                font-size: 15px;
                font-weight: 700;
                border-radius: 4px;
                background: #c10230;
                padding: 16px 0;
                text-decoration: none;
                margin-top: 32px;
            }

                body .pilates-banner-main--mobile .pilates-banner-main-container .pilates-banner-main-link:hover {
                    background: #636363;
                }

        body .pilates-banner-main--mobile .slick-list {
            overflow-x: hidden;
        }

        body .pilates-banner-main--mobile .slick-arrow {
            display: none !important;
        }

        body .pilates-banner-main--mobile .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        body .pilates-banner-main--mobile .slick-dots {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 27px;
            margin: auto;
        }

            body .pilates-banner-main--mobile .slick-dots li button {
                width: 11px;
                display: block;
                position: relative;
                background: transparent;
                color: rgba(35, 31, 32, 0.5);
                font-size: 20px;
                font-weight: bold;
                font-style: italic;
                text-transform: uppercase;
                margin-bottom: 58px;
            }

                body .pilates-banner-main--mobile .slick-dots li button::before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 4px;
                    height: 82px;
                    top: 0;
                    bottom: 0;
                    right: -13px;
                    margin: auto;
                    background: rgba(35, 31, 32, 0.5);
                }

            body .pilates-banner-main--mobile .slick-dots li.slick-active button {
                color: #c10230;
            }

                body .pilates-banner-main--mobile .slick-dots li.slick-active button::before {
                    background: #c10230;
                }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-banner-main--mobile {
        display: none;
    }
}

body .pilates-consultant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: -254px;
    position: absolute;
    right: 0;
}

    body .pilates-consultant .pilates-consultant-img img {
        width: 282px;
    }

    body .pilates-consultant .pilates-consultant-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 160px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #c10230;
    }

        body .pilates-consultant .pilates-consultant-container .pilates-consultant-container-franquiado {
            margin-right: 115px;
            margin-left: 96px;
            position: relative;
            line-height: 18px;
        }

            body .pilates-consultant .pilates-consultant-container .pilates-consultant-container-franquiado::before {
                content: "";
                position: absolute;
                width: 39px;
                border-top: 1px solid #fff;
                top: 5px;
                left: -52px;
            }

            body .pilates-consultant .pilates-consultant-container .pilates-consultant-container-franquiado .pilates-consultant-container-text {
                display: block;
                color: #fff;
                font-size: 14px;
                font-weight: 600;
            }

        body .pilates-consultant .pilates-consultant-container .pilates-consultant-container-contact {
            position: relative;
            margin-right: 40px;
            line-height: 18px;
        }

            body .pilates-consultant .pilates-consultant-container .pilates-consultant-container-contact::before {
                position: absolute;
                content: "";
                width: 39px;
                border-top: 1px solid #fff;
                top: 5px;
                left: -52px;
            }

            body .pilates-consultant .pilates-consultant-container .pilates-consultant-container-contact .pilates-consultant-container-text {
                display: block;
                color: #fff;
                font-size: 14px;
                font-weight: 600;
            }

@media only screen and (max-width: 760px) {
    body .pilates-consultant {
        display: none;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-consultant {
        display: none;
    }
}

body .pilates-trainWithUs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffeff3;
    padding: 0 40px;
    margin-top: 80px;
    padding-bottom: 103px;
}

    body .pilates-trainWithUs .pilates-trainWithUs-container {
        width: 50%;
    }

        body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-subTitle {
            display: block;
            color: #231f20;
            font-size: 18px;
            font-weight: 300;
            padding-top: 40px;
            margin-bottom: 8px;
            text-transform: uppercase;
        }

        body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-title {
            color: #231f20;
            font-size: 40px;
            font-weight: 700;
            margin: 0;
        }

        body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-content {
            margin-top: 15px;
        }

            body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-content .pilates-trainWithUs-content-text {
                color: #636363;
                font-size: 15px;
                font-weight: 400;
                margin: 15px 0;
                line-height: 22px;
            }

        body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-link {
            width: 282px;
            padding: 13px 0;
            margin-top: 32px;
        }

    body .pilates-trainWithUs .pilates-trainWithUs-content-img {
        position: relative;
        width: 50%;
        top: 30px;
        right: -40px;
    }

        body .pilates-trainWithUs .pilates-trainWithUs-content-img img {
            width: 489px;
        }

        body .pilates-trainWithUs .pilates-trainWithUs-content-img .pilates-trainWithUs-img--01 {
            position: absolute;
            top: 153px;
            right: 41%;
            margin: auto;
            z-index: 3;
        }

        body .pilates-trainWithUs .pilates-trainWithUs-content-img .pilates-trainWithUs-img--02 {
            position: absolute;
            right: 43px;
            top: 13px;
            z-index: 2;
        }

        body .pilates-trainWithUs .pilates-trainWithUs-content-img .pilates-trainWithUs-img--03 {
            position: absolute;
            right: 0;
            top: 239px;
            z-index: 1;
        }

@media only screen and (max-width: 760px) {
    body .pilates-trainWithUs {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
        margin-top: 48px;
    }

        body .pilates-trainWithUs .pilates-trainWithUs-container {
            width: 100%;
        }

            body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-subTitle {
                font-size: 14px;
            }

            body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-title {
                font-size: 32px;
                font-weight: 700;
            }

            body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-content {
                margin-top: 32px;
                margin-bottom: 402px;
            }

            body .pilates-trainWithUs .pilates-trainWithUs-container .pilates-trainWithUs-link {
                width: 100%;
                margin: 0 auto;
            }

        body .pilates-trainWithUs .pilates-trainWithUs-content-img {
            width: 100%;
            position: absolute;
            top: auto;
            bottom: 99px;
            left: 0;
        }

            body .pilates-trainWithUs .pilates-trainWithUs-content-img .pilates-trainWithUs-img {
                width: 90%;
                display: block;
                margin: auto;
            }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-trainWithUs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

        body .pilates-trainWithUs .pilates-trainWithUs-container {
            width: 100%;
        }

        body .pilates-trainWithUs .pilates-trainWithUs-content-img {
            position: relative;
            width: 100%;
            top: auto;
            right: auto;
            margin-top: 24px;
        }

            body .pilates-trainWithUs .pilates-trainWithUs-content-img img {
                display: block;
                margin: 0 auto;
            }
}

body .pilates-gallery {
    position: relative;
    background: url("/content/img/pilates-background-stores.png");
    background-color: #ffeff3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 171px 0;
}
@supports (background-image: -webkit-image-set(url('/content/img/pilates-background-stores.webp') 1x)) {
    body .pilates-gallery {
        background: -webkit-image-set(url('/content/img/pilates-background-stores.webp') 1x) no-repeat center;
        background-color: #ffeff3;
        background-size: 100% 100%;
    }
}


    body .pilates-gallery::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 13%;
        background: #231f20;
        bottom: -38px;
        left: -2px;
        -webkit-transform: rotate(2.3deg);
        transform: rotate(2.3deg);
    }

    body .pilates-gallery .pilates-gallery-title {
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 48px;
    }

    body .pilates-gallery .pilates-gallery-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        body .pilates-gallery .pilates-gallery-list .pilates-gallery-item {
            margin: 0 12px;
        }

            body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container {
                position: relative;
                width: 300px;
                min-height: 470px;
                background: #fff;
                -webkit-box-shadow: 4px 5px 13px rgba(15, 14, 15, 0.24);
                box-shadow: 4px 5px 13px rgba(15, 14, 15, 0.24);
                border-radius: 8px;
            }

                body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-header {
                    position: relative;
                }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-header span {
                        position: absolute;
                        display: block;
                        color: #fff;
                        font-size: 18px;
                        font-weight: 700;
                        bottom: 16px;
                        left: 16px;
                    }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-header .pilates-gallery-store-img {
                        border-radius: 8px 8px 0 0;
                        width: 100%;
                    }

                body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body {
                    padding: 0 16px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-top: 8px;
                }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-distance {
                        display: block;
                        position: absolute;
                        display: block;
                        color: #231f20;
                        font-size: 12px;
                        font-weight: 600;
                        margin-bottom: 8px;
                        top: 16px;
                        bottom: auto;
                        left: 16px;
                        background: rgba(255, 255, 255, 0.5);
                        -webkit-backdrop-filter: blur(4px);
                        backdrop-filter: blur(4px);
                        padding: 4px 8px;
                        border-radius: 10px;
                    }

                        body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-distance::before {
                            content: "";
                            background: url("/content/img/pilates-icon-unidades-address.svg") no-repeat;
                            background-position: center;
                            background-size: 9px;
                            padding: 6px;
                            margin-right: 4px;
                        }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-link {
                        width: 100%;
                        display: block;
                        text-align: center;
                        height: 48px;
                        line-height: 48px;
                        margin: 16px 0;
                        -webkit-box-ordinal-group: 5;
                        -ms-flex-order: 4;
                        order: 4;
                    }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-address {
                        color: #636363;
                        font-size: 16px;
                        font-weight: 400;
                        line-height: 22px;
                        min-height: 66px;
                        display: block;
                        margin-top: 8px;
                    }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-phones {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        margin: 16px 0;
                    }

                        body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-phones .pilates-gallery-store-tel {
                            position: relative;
                            display: block;
                            color: #c10230;
                            font-size: 13px;
                            font-weight: 400;
                        }

                            body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-phones .pilates-gallery-store-tel::before {
                                content: "";
                                background: url("/content/img/pilates-icon-tel-store.svg") no-repeat;
                                background-size: 16px;
                                background-position: center;
                                padding: 9px;
                                margin-right: 5px;
                            }

                        body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-phones .pilates-gallery-store-whats {
                            position: relative;
                            display: block;
                            color: #c10230;
                            font-size: 13px;
                            font-weight: 400;
                        }

                            body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-phones .pilates-gallery-store-whats::before {
                                content: "";
                                background: url("/content/img/pilates-icon-whats-store.svg") no-repeat;
                                background-size: 16px;
                                background-position: center;
                                padding: 9px;
                                margin-right: 5px;
                            }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-more--container {
                        position: relative;
                        bottom: 0px;
                        width: 100%;
                        padding-bottom: 24px;
                    }

                        body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-more--container .pilates-gallery-store-more {
                            display: block;
                            width: 65%;
                            color: #636363;
                            text-align: center;
                            font-size: 12px;
                            font-weight: 600;
                            text-transform: uppercase;
                            text-decoration: none;
                            border: 1px solid #636363;
                            border-radius: 4px;
                            padding: 13px 0;
                            margin: 0 auto;
                        }

                            body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-more--container .pilates-gallery-store-more:hover {
                                background: #c10230;
                                border: 1px solid #c10230;
                                color: #fff;
                            }

    body .pilates-gallery .pilates-gallery-store-moreAll {
        position: relative;
        display: block;
        color: #fff;
        text-align: center;
        font-style: italic;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 32px;
    }

        body .pilates-gallery .pilates-gallery-store-moreAll::after {
            content: "";
            background: url("/content/img/pilates-icon-arrow-store.svg") no-repeat;
            background-position: center;
            background-size: 19px;
            padding: 10px;
            margin-left: 8px;
        }

@media only screen and (max-width: 760px) {
    body .pilates-gallery {
        background-size: cover;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 141px;
        padding-bottom: 200px;
    }

        body .pilates-gallery::before {
            width: 101%;
            height: 8%;
            height: 7%;
            bottom: -32px;
            border-radius: 0 5px;
            left: -7px;
        }

        body .pilates-gallery::after {
            position: absolute;
            content: "";
            background: #231f20;
            width: 10%;
            height: 5%;
            bottom: -32px;
            border-radius: 0 5px;
            bottom: 0;
            right: 0px;
        }

        body .pilates-gallery .pilates-gallery-title {
            width: 260px;
            font-size: 24px;
            font-weight: 700;
            margin: 0 auto;
            line-height: 31px;
        }

        body .pilates-gallery .pilates-gallery-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            body .pilates-gallery .pilates-gallery-list .pilates-gallery-item {
                margin: 12px 0;
            }

                body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container {
                    width: 100%;
                }

                    body .pilates-gallery .pilates-gallery-list .pilates-gallery-item .pilates-gallery-store-container .pilates-gallery-store-body .pilates-gallery-store-phones {
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                    }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-gallery {
        overflow-x: clip;
        background-size: cover;
    }

        body .pilates-gallery::before {
            width: 101%;
            height: 10%;
            left: -7px;
        }

        body .pilates-gallery .pilates-gallery-list {
            width: 620px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 auto;
        }

            body .pilates-gallery .pilates-gallery-list .pilates-gallery-item {
                margin-bottom: 24px;
            }
}

body .pilates-rating {
    position: relative;
    background: #231f20;
    padding: 0 40px;
    padding-top: 100px;
    padding-bottom: 80px;
}

    body .pilates-rating::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 232px;
        background: url("/content/img/pilates-icon-nome-pure.png") no-repeat;
        background-size: 100%;
        background-position: center;
        top: -170px;
        left: 0;
    }

@supports (background-image: -webkit-image-set(url('/content/img/pilates-icon-nome-pure.webp') 1x)) {
    body .pilates-rating::before {
        background: -webkit-image-set(url('/content/img/pilates-icon-nome-pure.webp') 1x) no-repeat center;
        background-size: 100%;
    }
}

    body .pilates-rating .pilates-rating-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        body .pilates-rating .pilates-rating-container .pilates-rating-text {
            width: 44%;
            z-index: 999;
            background: #231f20;
        }

            body .pilates-rating .pilates-rating-container .pilates-rating-text .pilates-rating-text-subTitle {
                display: block;
                color: #fff;
                font-weight: 100;
                font-size: 18px;
                text-transform: uppercase;
                margin: 8px 0;
            }

            body .pilates-rating .pilates-rating-container .pilates-rating-text .pilates-rating-text-title {
                color: #fff;
                font-size: 40px;
                font-weight: 700;
                text-transform: uppercase;
                margin: 0;
                line-height: 48px;
            }

            body .pilates-rating .pilates-rating-container .pilates-rating-text .pilates-rating-text-btn {
                width: 282px;
                padding: 14px 0;
                margin-top: 46px;
            }

    body .pilates-rating .pilates-rating-user {
        width: 50%;
    }

        body .pilates-rating .pilates-rating-user .slick-list {
            overflow-x: hidden;
        }

        body .pilates-rating .pilates-rating-user .slick-track {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        body .pilates-rating .pilates-rating-user .slick-arrow {
            display: none !important;
        }

        body .pilates-rating .pilates-rating-user .slick-slide {
            visibility: hidden;
        }

        body .pilates-rating .pilates-rating-user .slick-current.slick-active {
            visibility: visible;
        }

        body .pilates-rating .pilates-rating-user .slick-dots {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
            flex-direction: column !important;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            top: -150px;
            bottom: 0;
            right: 44px;
            margin: auto;
        }

            body .pilates-rating .pilates-rating-user .slick-dots li button {
                width: 11px;
                display: block;
                position: relative;
                background: transparent;
                color: rgba(255, 255, 255, 0.5);
                font-size: 20px;
                font-weight: bold;
                font-style: italic;
                text-transform: uppercase;
                margin-bottom: 58px;
            }

                body .pilates-rating .pilates-rating-user .slick-dots li button::before {
                    content: "";
                    position: absolute;
                    display: block;
                    width: 4px;
                    height: 82px;
                    top: 0;
                    bottom: 0;
                    right: -13px;
                    margin: auto;
                    background: rgba(255, 255, 255, 0.5);
                }

            body .pilates-rating .pilates-rating-user .slick-dots li.slick-active button {
                color: #fff;
            }

                body .pilates-rating .pilates-rating-user .slick-dots li.slick-active button::before {
                    background: #fff;
                }

        body .pilates-rating .pilates-rating-user .pilates-rating-user-header {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            body .pilates-rating .pilates-rating-user .pilates-rating-user-header::before {
                position: absolute;
                content: "";
                background: url("/content/img/pilates-icon-aspas-rating.svg") no-repeat;
                background-position: center;
                background-size: 66px;
                padding: 33px;
                right: 0;
            }

            body .pilates-rating .pilates-rating-user .pilates-rating-user-header .pilates-rating-user-container {
                -ms-flex-item-align: center;
                align-self: center;
                margin-left: 16px;
            }

                body .pilates-rating .pilates-rating-user .pilates-rating-user-header .pilates-rating-user-container .pilates-rating-user-name {
                    display: block;
                    color: #fff;
                    font-size: 18px;
                    font-weight: 700;
                    text-transform: uppercase;
                }

                body .pilates-rating .pilates-rating-user .pilates-rating-user-header .pilates-rating-user-container .pilates-rating-user-client {
                    display: block;
                    color: rgba(255, 255, 255, 0.3);
                    font-size: 12px;
                    font-weight: 600;
                    text-transform: uppercase;
                    margin-top: 9px;
                }

        body .pilates-rating .pilates-rating-user .pilates-rating-user-body .pilates-rating-user-depositions {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
            margin-top: 32px;
        }

        body .pilates-rating .pilates-rating-user .pilates-rating-user-body .pilates-rating-user-star {
            width: 166px;
            height: 16px;
            background: url("/content/img/pilates-icon-star-rating.png") no-repeat;
            background-position: left;
            background-size: auto;
        }

@supports (background-image: -webkit-image-set(url('/content/img/pilates-icon-star-rating.webp') 1x)) {
    body .pilates-rating .pilates-rating-user .pilates-rating-user-body .pilates-rating-user-star {
        background: -webkit-image-set(url('/content/img/pilates-icon-star-rating.webp') 1x) no-repeat left;
        background-size: auto;
    }
}

        body .pilates-rating .pilates-rating-user .pilates-rating-link {
            position: relative;
            display: block;
            color: #fff;
            font-style: italic;
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            margin-top: 46px;
        }

            body .pilates-rating .pilates-rating-user .pilates-rating-link::after {
                content: "";
                background: url("/content/img/pilates-icon-arrow-store.svg") no-repeat;
                background-position: center;
                background-size: 19px;
                padding: 10px;
                margin-left: 8px;
            }

@media only screen and (max-width: 760px) {
    body .pilates-rating {
        padding: 0 16px;
        padding-bottom: 36px;
    }

        body .pilates-rating::before {
            top: -90px;
            height: 70px;
        }

        body .pilates-rating .pilates-rating-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: -69px;
        }

            body .pilates-rating .pilates-rating-container .pilates-rating-text {
                width: 100%;
            }

                body .pilates-rating .pilates-rating-container .pilates-rating-text .pilates-rating-text-subTitle {
                    font-size: 14px;
                }

                body .pilates-rating .pilates-rating-container .pilates-rating-text .pilates-rating-text-title {
                    font-weight: 700;
                    font-size: 32px;
                    margin: 16px 0;
                }

                body .pilates-rating .pilates-rating-container .pilates-rating-text .pilates-rating-text-btn {
                    width: 100%;
                    margin-top: 32px;
                }

            body .pilates-rating .pilates-rating-container .pilates-rating-user {
                width: 100%;
                margin-top: 32px;
            }

                body .pilates-rating .pilates-rating-container .pilates-rating-user .slick-dots {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-box-orient: vertical !important;
                    -webkit-box-direction: normal !important;
                    -ms-flex-direction: column !important;
                    flex-direction: column !important;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    position: absolute;
                    top: 343px;
                    bottom: auto;
                    right: 29px;
                    margin: auto;
                }

                body .pilates-rating .pilates-rating-container .pilates-rating-user .pilates-rating-user-body {
                    margin-top: 24px;
                }

                    body .pilates-rating .pilates-rating-container .pilates-rating-user .pilates-rating-user-body .pilates-rating-user-depositions {
                        width: 83%;
                    }

                    body .pilates-rating .pilates-rating-container .pilates-rating-user .pilates-rating-user-body .pilates-rating-user-star {
                        margin-top: 32px;
                    }

                body .pilates-rating .pilates-rating-container .pilates-rating-user .pilates-rating-link {
                    text-align: center;
                }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-rating {
        padding-top: 42px;
        padding-left: 0;
        padding-right: 0;
    }
}

body .pilates-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 30px;
}

    body .pilates-video .pilates-video-image {
        width: 387px;
        margin-right: 62px;
    }

        body .pilates-video .pilates-video-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    body .pilates-video .pilates-video-container {
        width: 50%;
    }

        body .pilates-video .pilates-video-container .pilates-video-subTitle {
            color: #231f20;
            font-size: 18px;
            font-weight: 300;
            text-transform: uppercase;
        }

        body .pilates-video .pilates-video-container .pilates-video-title {
            color: #231f20;
            font-size: 40px;
            font-weight: 700;
            text-transform: uppercase;
            margin-top: 8px;
            margin-bottom: 24px;
            line-height: 48px;
        }

        body .pilates-video .pilates-video-container .pilates-video-text {
            display: block;
            color: #636363;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 12px;
            line-height: 22px;
        }

        body .pilates-video .pilates-video-container .pilates-video-iframe .js--iframe {
            width: 100%;
        }

        body .pilates-video .pilates-video-container .pilates-video-iframe iframe {
            width: 100%;
            border-radius: 8px;
        }

@media only screen and (max-width: 760px) {
    body .pilates-video {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 32px 16px;
        margin-top: 0;
        background: rgba(35, 31, 32, 0.1);
    }

        body .pilates-video .pilates-video-image {
            display: none;
        }

        body .pilates-video .pilates-video-container {
            width: 100%;
        }

            body .pilates-video .pilates-video-container .pilates-video-subTitle {
                font-size: 14px;
            }

            body .pilates-video .pilates-video-container .pilates-video-title {
                font-size: 32px;
                font-weight: 700;
                line-height: 38px;
            }

            body .pilates-video .pilates-video-container .pilates-video-text {
                display: block;
                margin-bottom: 32px;
                line-height: 24px;
            }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-video {
        padding: 0 16px;
    }

        body .pilates-video .pilates-video-image {
            display: none;
        }

        body .pilates-video .pilates-video-container {
            width: 100%;
        }
}

body .pilates-blog {
    margin-top: 100px;
    margin-bottom: 194px;
    padding: 0 40px;
    display:none;
}

    body .pilates-blog .pilates-blog-subTitle {
        display: block;
        color: #231f20;
        font-size: 18px;
        font-weight: 300;
        text-transform: uppercase;
    }

    body .pilates-blog .pilates-blog-title {
        color: #231f20;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 8px;
        margin-bottom: 40px;
    }

    body .pilates-blog .pilates-blog-container .pilates-blog-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item {
            position: relative;
            width: 384px;
            margin: 0 12px;
        }

            body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item img {
                width: 100%;
            }

            body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box {
                position: absolute;
                width: 264px;
                background: #fff;
                bottom: -69px;
                right: 0;
                border-radius: 4px;
                padding: 16px 24px 0 16px;
            }

                body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-title {
                    display: block;
                    color: #231f20;
                    font-size: 14px;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin-bottom: 16px;
                    line-height: 19px;
                }

                body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-text {
                    display: block;
                    color: #636363;
                    font-size: 14px;
                    font-weight: 400;
                    margin-bottom: 16px;
                    line-height: 19px;
                }

                body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-link {
                    position: relative;
                    display: block;
                    text-align: end;
                    color: #c22032;
                    font-style: italic;
                    font-size: 14px;
                    font-weight: 700;
                    text-decoration: none;
                }

                    body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-link::after {
                        content: "";
                        background: url("/content/img/pilates-icon-arrow-blog.svg") no-repeat;
                        background-position: center;
                        background-size: 5px;
                        padding: 6px;
                    }

                    body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-link::before {
                        position: absolute;
                        content: "";
                        background: url("/content/img/pilates-icon-arrow-blog.svg") no-repeat;
                        background-position: center;
                        background-size: 5px;
                        padding: 6px;
                        right: -7px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }

@media only screen and (max-width: 760px) {
    body .pilates-blog {
        margin-top: 0;
        padding: 0 16px;
        padding-top: 40px;
        margin-bottom: 104px;
    }

        body .pilates-blog .pilates-blog-subTitle {
            font-size: 14px;
        }

        body .pilates-blog .pilates-blog-title {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 0;
        }

        body .pilates-blog .pilates-blog-container .pilates-blog-list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item {
                width: 100%;
                margin: 43px 0;
            }
}

@media only screen and (min-width: 760px) and (max-width: 1024px) {
    body .pilates-blog {
        padding: 0 16px;
        margin-bottom: 107px;
    }

        body .pilates-blog .pilates-blog-container .pilates-blog-list {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

            body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item {
                width: 306px;
                margin: 0 auto;
                margin-bottom: 152px;
            }

                body .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box {
                    width: 267px;
                    bottom: -116px;
                }
}

body.home header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.dark .pilates-advantage-item .pilates-advantage-item-text-container .pilates-advantage-title {
    color: #fff;
}

body.dark .pilates-video-container .pilates-video-subTitle {
    color: #fff;
}

body.dark .pilates-video-container .pilates-video-title {
    color: #fff;
}

body.dark .pilates-video-container .pilates-video-text {
    color: #7d7c7c;
}

body.dark .pilates-blog .pilates-blog-subTitle {
    color: #fff;
}

body.dark .pilates-blog .pilates-blog-title {
    color: #fff;
}

body.dark .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box {
    background: #0e0e0e;
}

    body.dark .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-title {
        color: #fff;
    }

    body.dark .pilates-blog .pilates-blog-container .pilates-blog-list .pilates-blog-item .pilates-blog-box .pilates-blog-box-text {
        color: #7d7c7c;
    }

.pilates-rating-user-image{
    max-width: 110px
}

.pilates-consultant-container-link{
    color:white;
    font-weight:600;
}

.pilates-gallery-store-more-grid {
    display: block;
    width: 100%;
    color: #636363;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #636363;
    border-radius: 4px;
    padding: 13px 0;
    margin: 0 auto;
    margin-top: 16px;
    height: 48px;
    line-height: 22px;
    font-size: 16px;
}