@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Thin.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Albula Pro";
  src: url("fonts/AlbulaPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body.modal-open {
  overflow: hidden;
}

.contact-banner {
  padding-top: 7.5rem;
  background-color: #0D0D0D;
}
.contact-banner .contact-wrap {
  position: relative;
  padding: 14rem 0;
}
.contact-banner .contact-wrap .contact-thumb {
  position: absolute;
  inset: 0;
}
.contact-banner .contact-wrap .contact-thumb:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 50%, rgba(13, 13, 13, 0.6) 100%);
}
.contact-banner .contact-wrap .contact-thumb:after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(0deg, #0D0D0D 0%, rgba(13, 13, 13, 0) 52.6%, #0D0D0D 91.95%);
}
.contact-banner .contact-wrap .contact-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-banner .contact-wrap .contact-box {
  margin: 0 auto;
  width: 100%;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background: rgba(13, 13, 13, 0.4);
  backdrop-filter: blur(2.5px);
  padding: 2.5rem;
  font-weight: 400;
}
.contact-banner .contact-wrap .contact-box .contact-desc {
  margin: 8px 0 2.5rem;
}

.our-stores {
  padding: 5rem 0;
}
.our-stores .store-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.our-stores .store-box .search-store-box {
  margin-bottom: 12px;
}
.our-stores .store-box .search-store-box .discover-text {
  color: rgba(230, 230, 230, 0.7);
  margin-bottom: 12px;
}
.our-stores .store-box .search-store-box .search-box {
  border: 1px solid rgba(188, 188, 188, 0.3);
  padding: 12px 24px;
  display: flex;
  gap: 1rem;
}
.our-stores .store-box .search-store-box .search-box img {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.our-stores .store-box .search-store-box .search-box input {
  color: #E6E6E6;
  font-size: 0.875rem;
  font-weight: 400;
  flex-grow: 1;
}
.our-stores .store-box .search-store-box .search-box input::placeholder {
  color: rgba(188, 188, 188, 0.3);
}
.our-stores .store-box .my-store {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-stores .store-box .my-store .store-item {
  padding: 12px 0;
}
.our-stores .store-box .my-store .store-item .store-address {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin: 12px 0 12px;
}
.our-stores .store-box .my-store .store-item .store-distance {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: normal;
}

.md-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.md-modal .md-modal__overlay {
  position: absolute;
  z-index: 8888;
  inset: 0;
  background-color: rgba(19, 19, 19, 0.6509803922);
}
.md-modal .heading-32 {
  text-transform: none;
  font-weight: 400;
}
.md-modal .md-modal__dialog {
  position: relative;
  z-index: 9999;
  width: 100%;
  max-width: 885px;
  background: #0D0D0D;
  backdrop-filter: blur(20px);
  padding: 2.5rem 1.5rem;
}
.md-modal .md-modal__dialog .div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.md-modal .md-modal__dialog .cf7-two-col {
  display: flex;
  justify-content: space-between;
}
.md-modal .md-modal__dialog .cf7-two-col label {
  color: rgba(230, 230, 230, 0.7);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.md-modal .md-modal__dialog .cf7-two-col br {
  display: none;
}
.md-modal .md-modal__dialog .cf7-two-col input.wpcf7-form-control,
.md-modal .md-modal__dialog .cf7-two-col textarea {
  border: 1px solid rgba(188, 188, 188, 0.3);
  padding: 12px 24px;
  color: rgba(230, 230, 230, 0.35);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 45%;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left > * {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone {
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > div {
  width: 100%;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(2) {
  padding: 12px 24px;
  background-color: rgba(230, 230, 230, 0.07);
  font-size: 0.875rem;
  width: 30%;
  position: relative;
  border: 1px solid rgba(188, 188, 188, 0.3);
  border-right: 0;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(2):before {
  position: absolute;
  content: "";
  background: url("../images/ChevronDownGray.svg") no-repeat center right;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 10px;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(2) select {
  color: rgba(230, 230, 230, 0.35);
  overflow: hidden;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(2) option {
  color: #0D0D0D;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(3) {
  width: 70%;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left > p:last-child {
  font-size: 0.875rem;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left > p:last-child .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left > p:last-child .wpcf7-form-control-wrap:before {
  position: absolute;
  content: "";
  background: url("../images/ChevronDownGray.svg") no-repeat center right;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 10px;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left > p:last-child select {
  padding: 12px 24px;
  width: 100%;
  border: 1px solid rgba(188, 188, 188, 0.3);
  color: rgba(230, 230, 230, 0.35);
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-left > p:last-child option {
  color: #0D0D0D;
  font-size: 0.875rem;
  font-weight: 400;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 45%;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right textarea {
  max-height: 7.5rem;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .cf7-privacy-copy {
  color: rgba(230, 230, 230, 0.7);
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-list-item {
  margin-left: 0;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-list-item > label span {
  color: #E6E6E6;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-form-control-wrap input[type=checkbox],
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .accept-box {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 2px;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-form-control-wrap input[type=checkbox]::before,
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .accept-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 2px;
  background: transparent;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
  transition: background 0.3s ease;
  z-index: 1;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-form-control-wrap input[type=checkbox]:checked::before,
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .accept-box:checked::before {
  background: #E6E6E6;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-form-control-wrap input[type=checkbox]::after,
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .accept-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1rem;
  height: 1rem;
  background: url("../images/Check-black.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease 0.1s;
  z-index: 2;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-form-control-wrap input[type=checkbox]:checked::after,
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .accept-box:checked::after {
  opacity: 1;
}
.md-modal .md-modal__dialog .cf7-two-col .cf7-right .submit-contact-form {
  padding: 18px;
  color: #0D0D0D;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.48px;
  border-radius: 100px;
  background: #E6E6E6;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact-banner {
    padding-top: 4rem;
  }
  .contact-banner .contact-wrap {
    padding: 6rem 0;
  }
  .contact-banner .contact-wrap .contact-box {
    margin: 0 auto;
    width: 94%;
    padding: 2.5rem;
  }
  .contact-banner .contact-wrap .contact-box .contact-desc {
    margin: 8px 0 1.5rem;
    font-size: 1rem;
  }
  .md-modal .heading-32 {
    font-size: 1.5rem;
  }
  .md-modal .md-modal__dialog {
    padding: 2rem 1.25rem;
  }
  .md-modal .md-modal__dialog .md-modal__content {
    max-height: 80vh;
    overflow-y: auto;
  }
  .md-modal .md-modal__dialog .cf7-two-col {
    flex-direction: column;
    gap: 1rem;
  }
  .md-modal .md-modal__dialog .cf7-two-col input.wpcf7-form-control,
  .md-modal .md-modal__dialog .cf7-two-col textarea {
    padding: 12px 24px;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-left {
    gap: 1rem;
    width: 100%;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > div {
    width: 100%;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(2) {
    padding: 12px 24px;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-left .cf7-phone > p:nth-child(2):before {
    right: 1.25rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 10px;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-left > p:last-child select {
    padding: 12px 24px;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right {
    width: 100%;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right textarea {
    max-height: 7.5rem;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .cf7-privacy-copy {
    color: rgba(230, 230, 230, 0.7);
    font-size: 12px;
    font-weight: 300;
    line-height: 130%;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-list-item {
    margin-left: 0;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-list-item > label {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-list-item > label span {
    color: #E6E6E6;
    font-size: 0.875rem;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .wpcf7-form-control-wrap input[type=checkbox],
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .accept-box {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    border-radius: 2px;
    position: relative;
    margin: 0;
    cursor: pointer;
  }
  .md-modal .md-modal__dialog .cf7-two-col .cf7-right .submit-contact-form {
    padding: 16px;
    font-size: 0.875rem;
  }
}
/*# sourceMappingURL=tpl-contact.css.map */
