.page-contact {
  background: var(--cream-soft);
}

.contact-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--site-header-height));
  min-height: 620px;
  overflow: hidden;
  background: var(--cream-soft);
  line-height: 0;
}
.contact-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-hero__content {
  position: absolute;
  top: 30%;
  left: 13.4895833333vw;
  z-index: 1;
  line-height: normal;
}
.contact-hero__title {
  margin: 0 0 0.4166666667vw;
  color: #000000;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(54px, 3.75vw, 72px);
  line-height: 1.12;
  white-space: nowrap;
}
.contact-hero__en {
  margin: 0 0 2.34375vw;
  color: var(--font-default);
  font-family: "Poppins-Light", sans-serif;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  line-height: 1.2;
}
.contact-hero__desc {
  margin: 0;
  color: #666666;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  line-height: 1.78;
}
.contact-hero__desc-l2 {
  font-family: "Poppins-Light", serif;
}

.contact-channels {
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 44.7916666667vw;
  padding: 12.9166666667vw 12% 11.9791666667vw;
  background: var(--cream-soft);
}
.contact-channels__head {
  margin-bottom: 6.5104166667vw;
  text-align: center;
}
.contact-channels__title {
  margin: 0;
  color: #000000;
  font-family: "FZLTHJW--GB1-0", sans-serif;
  font-size: clamp(54px, 3.75vw, 72px);
  line-height: 1.16;
  white-space: nowrap;
}
.contact-channels__grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-channel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex: 1 1 0;
  min-height: 18.75vw;
  padding: 0 1.25vw;
  color: #000000;
  text-align: center;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
}
.contact-channel::after {
  content: "";
  position: absolute;
  top: 0.625vw;
  right: 0;
  width: 1px;
  height: 18.75vw;
  background: rgba(151, 135, 118, 0.22);
}
.contact-channel:last-child::after {
  display: none;
}
.contact-channel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.3333333333vw;
  margin-bottom: 0.78125vw;
}
.contact-channel__icon img {
  display: block;
  width: auto;
  max-width: 6.5625vw;
  max-height: 3.3333333333vw;
}
.contact-channel__icon--phone {
  height: 3.3333333333vw;
}
.contact-channel__icon--phone img {
  width: 2.0833333333vw;
  max-width: 40px;
}
.contact-channel__name {
  margin: 0 0 0.8333333333vw;
  color: var(--font-hover);
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.16;
  white-space: nowrap;
  font-family: "FZLTHJW--GB1-0", sans-serif;
}
.contact-channel__value, .contact-channel__meta, .contact-channel__time, .contact-channel__note {
  margin: 0;
  color: #000000;
  font-size: clamp(14px, 1.1458333333vw, 22px);
  line-height: 1.55;
  white-space: nowrap;
  font-family: "FZLTKHJW--GB1-0", sans-serif;
}
.contact-channel__card, .contact-channel__qr {
  width: 10vw;
  height: 10vw;
  min-width: 160px;
  min-height: 160px;
  max-width: 192px;
  max-height: 192px;
}
.contact-channel__card {
  border: 1px solid #825e35;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1.25vw 0;
  background: #ffffff;
}
.contact-channel__value {
  margin-bottom: 1.875vw;
  font-size: clamp(18px, 1.1458333333vw, 22px);
  line-height: 1;
}
.contact-channel__qr {
  display: block;
  object-fit: cover;
}
.contact-channel__time {
  line-height: 1.48;
}
.contact-channel__note {
  margin-top: 0.9375vw;
  font-size: clamp(14px, 0.9375vw, 18px);
}
