#where {
    padding-top: 170px;
    --light-gray: #ECEFF1;
    --gray: #D9D9D9;
}
.wt-inner:before {
    content: attr(data-heading);
    position: absolute;
	font-family: "bebas-neue-pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #E8EAEB;
    font-size: 11.458333vw;
    letter-spacing: 0.1em;
    z-index: -1;
    top: -6.5vw;
    white-space: nowrap;
    text-align: center;
}
#where-top h1 {
	font-family: "bebas-neue-pro", sans-serif;
    letter-spacing: 0.1em;
    font-size: 64px;
    line-height: 1.125;
    margin-top: 0;
    color: var(--darker-blue);
    text-transform: uppercase;
    margin-bottom: 13px;
}
#where-top p {
    font-size: 1.5em;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 100%;
    width: 660px;
    margin-bottom: 30px;
}
.wt-logos {
    margin-bottom: 41px;
}
.wt-logo {
    padding: 0px 36px;
}
.wt-logo:after {
    content: '';
    display: block;
    background-color: var(--gray);
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    right: 0;
    top: 5px;
}
.wt-logo:last-child::after {
    display: none;
}
#wpsl-search-wrap .wpsl-input label {
    white-space: nowrap;
}
#wpsl-result-list {
    border: 1px solid #EEF3F5;
    background-color: #fff;
}
#where-map {
    
}
#where-bottom {
    margin-top: -335px;
    padding-top: 402px;
    padding-bottom: 133px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/where/scale-back.jpg);
	background-image: -webkit-image-set(url(../../images/where/scale-back.jpg) 1x, url(../../images/where/scale-back@2x.jpg) 2x);
}
#where-bottom .wb-text p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 3.125em;
    line-height: 0.8;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 0;
	font-family: "bebas-neue-pro", sans-serif;
}
#where-bottom .wb-text p span {
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
    font-size: 240%;
    font-weight: normal;
	font-family: "hyperwave", sans-serif;
}
.wb-items {
    column-gap: 74px;
    row-gap: 30px;
}
.wb-items .wbi-label {
    margin-left: 15px;
    font-size: 2.1875em;
    line-height: 1;
    white-space: nowrap;
}
#where-bottom .button {
    width: 261px;
    height: 60px;
    border-radius: 15px;
    font-size: 1.5em;
    margin-top: 41px;
}
@media screen and (max-width: 767px) {
    #where-map #wpsl-stores, 
    #where-map #wpsl-direction-details, 
    #where-map #wpsl-gmap {
        height: 400px !important;
    }
}
@media screen and (max-width: 570px) {
    #where #wpsl-search-wrap .wpsl-input div {
        display: none;
    }
    #where .wpsl-search-btn-wrap {
        clear: none;
        margin-top: 0;
        margin-left: 15px;
    }
    #where #wpsl-search-input {
        width: auto;
        height: 41px;
    }
    #where #wpsl-search-wrap #wpsl-search-btn {
        margin: 0;
    }
    #where .wpsl-no-filters #wpsl-search-wrap .wpsl-input, 
    #where .wpsl-no-filters #wpsl-search-input {
        width: auto !important;
    }
}
@media screen and (max-width: 567px) {
    #where {
        padding-top: 110px;
    }
    .wt-inner:before {
        font-size: 72px;
        line-height: 60px;
        top: -6.5vw;
        width: 300px;
        white-space: normal;
    }
    #where-top h1 {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 40px;
        width: 300px;
    }
    #where-top p {
        width: 360px;
        margin-bottom: 35px;
    }
    .wt-logos {
        justify-content: space-between;
    }
    .wt-logo {
        padding: 0px;
    }
    .wt-logo:after {
        display: none;
    }
    .wt-logo img {
        height: 41px;
        width: auto;
    }
    #wpsl-search-wrap .wpsl-input label {
        white-space: nowrap;
    }
    #wpsl-result-list {
        border: 1px solid #EEF3F5;
        background-color: #fff;
    }
    #where-map #wpsl-stores, 
    #where-map #wpsl-direction-details, 
    #where-map #wpsl-gmap {
        height: 250px !important;
    }
    #where-bottom {
        margin-top: 41px;
        padding-top: 73px;
        padding-bottom: 99px;
        background-image: url(../../images/where/scale-back-m.jpg);
        background-image: -webkit-image-set(url(../../images/where/scale-back-m.jpg) 1x, url(../../images/where/scale-back-m@2x.jpg) 2x);
    }
    #where-bottom .wb-text p {
        font-size: 34px;
    }
    #where-bottom .wb-text p span {
        font-size: 215%;
    }
    .wb-items {
        flex-direction: column;
        margin-top: 27px;
    }
    .wb-items .wbi-label {
        margin-left: 0;
        margin-top: 10px;
        font-size: 26px;
        line-height: 1.23076923;
    }
    .wb-item {
        flex-direction: column;
    }
    #where-bottom .button {
        width: 261px;
        height: 60px;
        border-radius: 15px;
        font-size: 1.5em;
        margin-top: 41px;
    }
}