#site-header,
.site-footer,
#main-content {
  overflow: hidden;
}

*:focus-visible {
  outline: none;
}

#page {
  width: 100%;
}

.review-card {
  min-height: 387px;
}

#hero {
  width: 100%;
  overflow: hidden;
}

#hero iframe {
  width: 100%;
}

#find-store-banner {
  display: none;
}

#location .container {
  max-width: 100% !important;
  padding: 0 15px;
}

#location h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00447c;
}

#location .manager-name {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #272727;
}

#location .role {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #272727;
  margin-top: 5px;
}

#location .loc-buttons {
  gap: 38px;
  margin-top: 20px;
  margin-bottom: 41px;
}

#location .manager .button {
  width: 250px;
  height: 46px;
  opacity: 1;
  border-radius: 33px;

  font-weight: 500;
  font-style: Medium;
  font-size: 18.7px;

  letter-spacing: 0%;
  text-align: center;
  background-color: #d31346;
}

#location .welcome h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;

  line-height: 49px;
  letter-spacing: 0%;
  color: #00447c;
  max-width: 600px;
}

#location .welcome {
  padding: 32px 0;
  max-width: 670px;
}

#location .contact-info {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;

  line-height: 24px;
  letter-spacing: 0%;
  color: black;
}

#location .address {
  line-height: 23px;
  background: unset;
  padding-left: 0;
}

#location .cont-item {
  margin: 10px 0;
  padding: 0;
}

#location .cont-item p {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: 0%;
  color: #272727;
}

#location .contact img:not(.emp) {
  max-height: unset !important;
  margin-top: unset;
  margin: 0;
}

#location .facebook a {
  color: #c10230;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;

  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  margin: 0;
}

#location .cont-item {
  gap: 16px;
  margin: 21px 0;
}

#location .cont-item img {
  max-width: 28px;
}

#location .desc {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: 0%;
  color: #707070;
}

.hours table {
  width: 100%;
}

.hours h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;

  line-height: 24px;
  letter-spacing: 0%;
  color: #272727;
  margin-bottom: 20px;
}

.hours td {
  padding-bottom: 10px;
}

.hours tr td:nth-child(1) {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: 0%;
  color: #707070;
}

.hours tr td:nth-child(2) {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;

  line-height: 24px;
  letter-spacing: 0%;
  color: #272727;
}

/* LOCATIONS BY STATE */
.state-locations-section {
  max-width: 1600px;
  overflow: hidden;
  margin-top: 141px;
  padding: 0 15px;
}

.state-locations-section .state-locations {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 55px;
}

.state-locations-section p {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.state-locations-section .state-locations-box {
  gap: 41px;
}

.state-locations-section .state-location {
  width: 373px;
  gap: 40px;
}

.state-locations-section .state-loc-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  text-align: center;
  align-self: center;
  margin-bottom: 44px;
}

.state-locations-section .sl-name {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: 0%;
  color: #272727;
}

.state-locations-section .sl-phone {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #d31346;
}

.state-locations-section .sl-phone a {
  color: #d31346;
}

.state-locations-section .sl-address {
  font-weight: 400;
  font-style: Bold;
  font-size: 18px;
  letter-spacing: 0%;
  color: #272727;
  line-height: 24px;
}

.state-locations-section .button {
  margin-top: 20px;
  width: 250px;
  height: 46px;
  opacity: 1;
  border-radius: 23px;
  font-weight: 500;
  font-style: Medium;
  font-size: 18.7px;
  line-height: 31.41px;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  background-color: #d31346;
}

.state-locations-text {
  gap: 15px;
}

/* BENEFITS */
.benefits {
  padding: 0 15px;
  max-width: 1600px;
  margin-top: 160px;
  margin-bottom: 140px;
}

.card-holder p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.card-holder {
  width: 381px;
  height: 233px;
}

.card-holder .card-front {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}

.card-holder .card-front p {
  font-weight: 700;
  font-style: Bold;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #00447c;
}

.card-holder .card-back {
  width: 100%;
  height: 100%;
  background-color: #00447c;
  padding: 0 35px;
}

.card-holder .card-back p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}

.benefits-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #00447c;
  margin-bottom: 12px;
}

.benefits-subtitle {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #272727;
  max-width: 900px;
  margin-bottom: 20px;
}

.benefits-text {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #272727;
  margin-bottom: 35px;
}

.benefits-cards {
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 17px;
}

.benefits-note {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #272727;
  margin-top: 50px;
}

.benefit-buttons {
  gap: 60px;
  margin-top: 20px;
}

.benefit-buttons .button {
  width: 250px;
  height: 46px;
  border-radius: 23px;
  background-color: #d31346;
  color: white;
  font-weight: 500;
  font-style: Medium;
  font-size: 18.7px;
  line-height: 31.41px;
  letter-spacing: 0%;
  text-align: center;
}

.card-holder {
  cursor: pointer;
}

.card-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-front,
.card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

/* Front shown, info hidden by default. */
.card-front {
  opacity: 1;
}

.card-back {
  opacity: 0;
  pointer-events: none;
  display: flex !important;
  /* override your inline display:none */
}

/* Tap to reveal the info. */
.card-holder.open .card-front {
  opacity: 0;
  pointer-events: none;
}

.card-holder.open .card-back {
  opacity: 1;
  pointer-events: auto;
}

/* CATEGORIES */
.categories {
  padding: 0 15px;
  background-color: #f2f2f2;
  padding-top: 53px;
  padding-bottom: 82px;
}

.categories p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.categories img {
  width: 382px;
  height: auto;
}

.categories .cat-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  letter-spacing: 0%;
  text-align: center;
  color: #00447c;
  margin-bottom: 20px;
}

.categories .cat-text {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #272727;
  margin-bottom: 50px;
  max-width: 100%;
}

.categories .cat-text a {
  text-decoration: underline;
  color: #d31346;
}

.categories .cat-name {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #272727;
  margin-top: 20px;
}

.categories .cat-scroll {
  gap: 28px;
}

/* STYLE SECTION */
.style-section p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.style-section {
  padding: 0 15px;
  margin-top: 93px;
  padding-top: 103px;
  padding-bottom: 114px;
  background-color: #f2f2f2;
}

.style-section .style-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 5%;
  text-align: center;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 20px;
}

.style-section img {
  width: 379px;
  height: auto;
}

.style-section .style-box {
  gap: 40px;
}

.style-section .style-name {
  font-weight: 500;
  font-style: Medium;
  font-size: 25.5px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #707070;
  margin-top: 20px;
}

#location .store-number p {
  font-weight: 700;
  font-style: Bold;
  font-size: 21px;
  letter-spacing: 0%;
  color: #707070;
}

#location .top .text-us a {
  color: #272727 !important;
}

#location .manager .button:hover,
.benefit-buttons .button {
  color: white;
}

#location .facebook a:hover {
  color: #c10230;
}

#location .contact {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 35px;
  padding-bottom: 0;
}

#location .hours {
  margin-top: 35px;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 393px;
}

.state-locations-section .button:is(:hover, :active, :focus, :visited),
#location .manager .button:is(:hover, :active, :focus, :visited),
.benefit-buttons .button:is(:hover, :active, :focus, :visited) {
  color: white;
  text-decoration: none;
}

.location-inner {
  gap: 160px;
}

.ltitle {
  margin-bottom: 61px;
}

.reviews {
  padding-bottom: 0 !important;
}

.card-holder .card-front p {
  margin-top: 19px;
}

.swiper-slide {
  height: auto;
}

.explore-section .section-title {
  display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1915px) {
  .benefits {
    margin-left: 140px;
    margin-right: 140px;
    padding: 0;
    width: auto;
  }

  .categories,
  .style-section {
    padding-left: 140px;
    padding-right: 140px;
  }

  #location {
    margin-left: 140px;
    margin-right: 140px;
  }

  #location .container {
    max-width: 100% !important;
    padding: 0;
  }

  .reviews .container {
    margin-left: 140px;
    margin-right: 140px;
    padding: 0;
  }

  .state-locations-section {
    margin-left: 140px;
    margin-right: 140px;
  }
}

@media screen and (max-width: 1639px) {
  .state-locations-section {
    max-width: 100%;
  }
}

@media screen and (max-width: 1550px) {}

@media screen and (max-width: 1200px) {
  #location .side {
    flex: 50%;
    padding-right: 0%;
  }

  #location .location-inner {
    gap: 37px;
    max-width: 100%;
    width: 100%;
  }

  #location .main {
    margin-top: 16px;
    flex-basis: 50%;
  }

  #location .loc-buttons {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .categories .cat-text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #location .loc-buttons {
    width: 100%;
    justify-content: center;
  }

  #location .manager a {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  #location {
    padding: 0;
  }

  #location h1 {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 9px;
  }

  #location .manager-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    letter-spacing: 0%;
    text-align: center;
  }

  #location .role {
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  #location>div>div.container>div.flex.items-center.justify-center.pt3 {
    padding-top: 10px;
  }

  #location .loc-buttons {
    gap: 26px;
    margin-top: 33px;
    margin-bottom: 54px;
  }

  #location .manager .button {
    width: 250px;
    height: 46px;
    border-radius: 23px;
    font-weight: 500;
    font-style: Medium;
    font-size: 18.7px;
    line-height: 31.41px;
    letter-spacing: 0%;
    text-align: center;
  }

  #location .contact-info {
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    letter-spacing: 0%;
    text-align: center;
  }

  #location .cont-item {
    justify-content: center;
    display: flex;
    width: 100%;
    justify-content: flex-start;
  }

  #location .cont-item p {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  #location .store-number p {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
  }

  #location .store-number {
    margin-top: 0;
    justify-content: center;
  }

  #location .manager {
    margin-bottom: 3px;
  }

  #location .facebook a {
    text-transform: capitalize;
    text-align: left;
  }

  #location .hours {
    margin-top: 0;
  }

  #location .container::after,
  #location .container::before {
    content: none;
  }

  #location .hours::before,
  #location .customer::before,
  #location .welcome::before {
    content: none;
  }

  #location .contact {
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0 54px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #location .hours {
    margin-top: 56px;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
  }

  #location .hours h5 {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    letter-spacing: 0%;
  }

  #location .hours table {
    width: 100%;
  }

  #location .hours tr td:first-child {
    min-width: unset;
    width: 50%;
  }

  .hours tr td:nth-child(1) {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    letter-spacing: 0%;
  }

  .hours tr td:nth-child(2) {
    width: 50%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
  }

  .hours td {
    padding-bottom: 14px;
  }

  #location .container {
    padding: 0 15px;
  }

  #location .location-inner {
    gap: 0;
  }

  #location .main {
    margin-top: 0;
    flex-basis: 100%;
    display: none;
  }

  #location .welcome {
    padding: 0;
  }

  .state-locations-section {
    margin-top: 20px;
  }

  .state-locations-section .state-loc-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 33px;
    padding: 0 15px;
  }

  .state-locations-section .state-location {
    width: 270px;
    gap: 24px;
  }

  .state-locations-section .sl-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    letter-spacing: 0%;
  }

  .state-locations-section .sl-address,
  .state-locations-section .sl-phone {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    letter-spacing: 0%;
  }

  .state-locations-section .button {
    width: 180px;
    height: 35px;
    border-radius: 17.5px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 5%;
    text-align: center;
    margin-top: 10px;
  }

  .state-locations-section .state-locations-box {
    gap: 30px;
  }

  .state-locations-section .state-locations {
    padding-bottom: 34px;
    padding-right: 15px;
  }

  .state-locations-section {
    padding: 0;
    padding-left: 15px;
  }

  #location .container {
    max-width: 100% !important;
    padding: 0 15px;
  }

  .benefits {
    padding: 0;
    max-width: 100%;
    margin-top: 81px;
  }

  .benefits-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    max-width: 337px;
    margin-bottom: 18px;
    padding: 0 15px;
  }

  .benefits-subtitle {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 15px;
  }

  .benefits-text {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 313px;
    padding: 0 15px;
    margin-bottom: 16px;
  }

  .benefits-cards {
    flex-wrap: nowrap;
    gap: unset;
    row-gap: unset;
    padding-top: 1em;
    padding-bottom: 3em;
  }

  .card-holder {
    max-width: unset;
    width: unset;
    height: 204px;
  }

  .card-holder .card-front p {
    font-weight: 700;
    font-style: Bold;
    font-size: 21px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 15px;
  }

  .benefits-note {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 21px;
    padding: 0 15px;
  }

  .benefit-buttons {
    gap: 33px;
    margin-top: 40px;
    flex-direction: column;
    padding: 0 15px;
  }

  .benefit-buttons .button {
    font-weight: 500;
    font-style: Medium;
    font-size: 18.7px;
    line-height: 31.41px;
    letter-spacing: 0%;
    text-align: center;
  }

  .benSwiper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefit-buttons .swiper-wrapper {
    padding-left: 15px;
  }

  .benefits .swiper-pagination {
    top: 14em;
  }

  .categories .cat-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 15px;
  }

  .categories .cat-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 36px;
  }

  .categories img {
    width: 162px;
    height: auto;
    max-width: unset;
  }

  .categories .cat-name {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .categories .cat-scroll {
    max-width: unset;
    width: auto;
    gap: 18px;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-right: 15px;
    padding-bottom: 2em;
  }

  .categories .cat-box {
    max-width: 100%;
    padding: 0;
    padding-left: 15px;
  }

  .categories {
    padding: 0;
    padding-top: 49px;
    padding-bottom: 47px;
  }

  .style-section {
    padding: 0;
    margin-top: 84px;
    padding-top: 40px;
    padding-bottom: 37px;
  }

  .style-section .style-title {
    font-weight: 500;
    font-style: Medium;
    font-size: 25px;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
  }

  .style-section img {
    width: 162px;
    max-width: unset;
    height: auto;
  }

  .style-section .style-box {
    gap: 18px;
    justify-content: flex-start;
    overflow-x: visible;
    overflow-y: hidden;
    padding-right: 15px;
    padding-bottom: 2em;
  }

  .style-wrapper {
    max-width: 100%;
    padding-left: 15px;
  }

  .style-section .style-name {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
  }

  .swiper-pagination-bullet-active {
    background: transparent !important;
    border: 2px solid #707070;
  }

  .swiper-pagination span {
    opacity: 1;
    background-color: #707070;
    width: 15px;
    height: 15px;
  }

  .benefits .swiper-pagination {
    top: 15em;
  }

  .ltitle {
    margin-bottom: 21px;
  }

  .review-card {
    min-height: 100%;
  }

  .explore-section .section-title {
    display: block;
  }
}