.tpLocations ul {
    list-style: none;
}

.tpLocations .tpLocations__bgImage {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 9rem 2rem;
}

.tpLocations .tp-filter-dropdown__item.active {
    font-weight: bold;
    color: #007bff;
}

.tpLocations .tpLocations__seeMore {
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .tpLocations .tpLocations__seeMore svg {
        transform: rotate(90deg);
    }

.tpLocations p {
    margin: 0;
}

.tpLocations .tp-insight__search {
    background-color: var(--color-white);
    border-radius: var(--rounded-xl);
    box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .15)
}

    .tpLocations .tp-insight__search .tp-insight__search-input {
        border-radius: var(--rounded-xl)
    }

.tpLocations .tp-filter-dropdown {
    border-radius: 1rem;
    width: 100%;
    box-shadow: 0 10px 30px -4px rgba(0, 0, 0, .15);
    background: white;
    max-width: 22rem;
    margin: 0 auto;
}

    .tpLocations .tp-filter-dropdown[open] .tp-filter-buttonDropdown .tp-filter-dropdown__icon {
        transform: rotate(180deg)
    }

    .tpLocations .tp-filter-dropdown .tp-filter-buttonDropdown {
        color: #484848;
        font-family: var(--font-sancoale-medium);
        font-weight: var(--font-weight-bold);
        justify-content: space-between;
        align-items: center;
        padding: 1rem .625rem;
        list-style: none;
        display: flex
    }

        .tpLocations .tp-filter-dropdown .tp-filter-buttonDropdown .tp-filter-dropdown__label {
            text-align: left;
            font-size: 1.25rem;
            font-family: var(--font-sancoale-medium);
            flex: 1;
            padding-left: 1rem;
        }

    .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body {
        padding: 1rem
    }

        .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-insight__search {
            box-shadow: none;
            background-color: rgba(0, 0, 0, .05);
            border-radius: 1.25rem
        }

        .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list {
            height: auto;
            max-height: 14rem;
            font-family: var(--font-sancoale-medium);
            flex-direction: column;
            gap: .75rem;
            margin: 1.5rem 0 0;
            padding: 0;
            display: flex;
            overflow-y: auto
        }

            .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item {
                font-family: var(--font-sancoale-medium);
                font-size: 1rem
            }


                .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item[data-visible=true] {
                    display: block
                }

                .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item[data-visible=false] {
                    display: none
                }

                .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item > label {
                    font-size: inherit;
                    cursor: pointer;
                    grid-template-columns: auto 1fr;
                    gap: 1rem;
                    font-family: inherit;
                    display: grid
                }

                    .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item > label > span {
                        padding-right: .25rem;
                        font-family: inherit;
                        line-height: 1.2
                    }

                    .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item > label > input[type=checkbox] {
                        --size: 1.25rem;
                        width: var(--size);
                        height: var(--size);
                        accent-color: var(--color-primary);
                        margin: 0;
                        padding: 0
                    }

            .tpLocations .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__no-result {
                text-align: center;
                font-weight: var(--font-weight-bold)
            }

.tpLocations .tp-insight__search {
    font-family: var(--font-noto);
    background-color: white;
    border: 1px solid rgba(0, 0, 0, .125);
    grid-template-columns: 1fr auto auto;
    align-items: center;
    height: 48px;
    display: grid;
}

    .tpLocations .tp-insight__search .tp-insight__search-input {
        background-color: transparent;
        border: none;
        width: 100%;
        min-width: 0;
        max-width: none;
        height: 100%;
        padding: .5rem .5rem .5rem 1.5rem
    }

        .tpLocations .tp-insight__search .tp-insight__search-input:focus {
            outline: none
        }

        .tpLocations .tp-insight__search .tp-insight__search-input::placeholder {
            font-weight: var(--font-weight-bold);
            color: var(--color-black)
        }

    .tpLocations .tp-insight__search .tp-insight__search-separator {
        background-color: var(--color-gray);
        width: 2px;
        height: 60%
    }

    .tpLocations .tp-insight__search .tp-insight__search-button {
        width: 100%;
        min-width: 2.25rem;
        height: 100%
    }

.tpLocations .tpLocations__titleFilter {
    font-family: var(--font-sancoale-black);
    color: white;
    font-size: 3rem;
}

.tpLocations .tplocations__textContent {
    font-family: var(--font-sancoale-black);
    font-size: 2rem;
}

.tpLocations .tplocations__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.tpLocations .tpLocations__contentCard {
    /*background: -moz-linear-gradient(180deg, rgba(245, 246, 252, 0) 65%, #212529 100%), #212529;*/
    height: 45vh;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
}

.tpLocations .tpLocations__contentCardDescription {
    position: absolute;
    left: 5%;
    width: 90%;
    bottom: 40px;
}

.tpLocations .tpLocations__textImage {
    font-size: 1.4rem;
    font-family: var(--font-noto);
    color: white;
    font-weight: var(--font-weight-semibold);
}

.tpLocations .tpLocations__descriptionAndImage {
    font-size: 1.1rem;
    font-family: var(--font-noto);
    color: white;
    font-weight: var(--font-weight-semibold);
}

.tpLocations .tpLocations__seemore {
    max-width: max-content;
    margin: 0 auto;
    cursor: pointer;
}

    .tpLocations .tpLocations__seemore p {
        font-family: var(--font-noto);
        font-weight: 600;
        font-size: 1rem;
    }

    .tpLocations .tpLocations__seemore svg {
        transform: rotate(90deg);
    }

@media (min-width: 576px) {
    .tp-filter-dropdown .tp-filter-buttonDropdown .tp-filter-dropdown__label {
        font-size: 1.5rem
    }
}

@media (min-width: 768px) {
    .tpLocations .tpLocations__titleFilter {
        font-size: 5rem;
    }

    .tpLocations .tplocations__textContent {
        font-family: var(--font-sancoale-black);
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .tp-filter-dropdown .tp-filter-buttonDropdown .tp-filter-dropdown__label {
        font-size: 1rem
    }

    .tpLocations .tplocations__textContent {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .tp-filter-dropdown .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item {
        font-size: 1.25rem
    }

    .tp-filter-dropdown .tp-filter-buttonDropdown .tp-filter-dropdown__label {
        font-size: 1.5rem
    }

    .tpLocations .tpLocations__bgImage {
        padding: 11rem 5rem;
    }
}
