/* Company pages: scoped to the Contact Us and About Us templates only. */
.de-company-page {
  min-height: 520px;
  padding: 82px 0 104px;
  border-top: 1px solid var(--de-divider);
}

.de-company-page__container {
  display: flex;
  justify-content: center;
}

.de-company-page__article {
  width: min(100%, 820px);
}

.de-company-page__header {
  max-width: 720px;
  margin-bottom: 48px;
}

.de-company-page__title {
  margin: 10px 0 0;
  color: var(--de-title);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
}

.de-company-page__intro {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--de-text);
  font-size: 15px;
  line-height: 1.8;
}

.de-company-page__copy {
  max-width: 760px;
  color: var(--de-text);
  font-size: 15px;
  line-height: 1.9;
}

.de-company-page__copy p {
  margin: 0 0 20px;
}

.de-contact-list,
.de-company-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--de-divider);
}

.de-contact-list__item,
.de-company-details__item {
  min-width: 0;
  padding: 28px 28px 28px 0;
  border-bottom: 1px solid var(--de-divider);
}

.de-contact-list__item:nth-child(even),
.de-company-details__item:nth-child(even) {
  padding-right: 0;
  padding-left: 28px;
  border-left: 1px solid var(--de-divider);
}

.de-contact-list__item--wide,
.de-company-details__item:first-child {
  grid-column: 1 / -1;
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
}

.de-contact-list h2,
.de-company-details h2 {
  margin: 0 0 12px;
  color: var(--de-text-low);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.de-contact-list p,
.de-contact-list address,
.de-company-details p,
.de-company-details address {
  margin: 0;
  color: var(--de-title);
  font-size: 14px;
  font-style: normal;
  line-height: 1.8;
}

.de-contact-list a,
.de-company-details a {
  color: var(--de-title);
  font-size: 14px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.de-company-details {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .de-company-page {
    min-height: 0;
    padding: 56px 0 72px;
  }

  .de-company-page__header {
    margin-bottom: 38px;
  }

  .de-company-page__title {
    font-size: 28px;
    line-height: 1.35;
  }

  .de-company-page__intro,
  .de-company-page__copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .de-contact-list,
  .de-company-details {
    grid-template-columns: 1fr;
  }

  .de-contact-list__item,
  .de-contact-list__item:nth-child(even),
  .de-contact-list__item--wide,
  .de-company-details__item,
  .de-company-details__item:nth-child(even),
  .de-company-details__item:first-child {
    grid-column: auto;
    padding: 22px 0;
    border-left: 0;
  }

  .de-company-details {
    margin-top: 38px;
  }
}

/* ShopYY Contact Us source clone: page ID 191 only. */
@font-face {
  font-family: "DE Contact Hind";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("hind-regular.woff2") format("woff2");
}

@font-face {
  font-family: "DE Contact Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("montserrat-semibold.woff2") format("woff2");
}

.de-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.page-id-191 {
  font-family: "DE Contact Hind", sans-serif;
}

body.page-id-191 .de-announcement {
  min-height: 65px;
  padding: 20px 16px;
  background: #000;
  color: #fff;
  font-family: "DE Contact Hind", sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

body.page-id-191 .de-header__inner {
  min-height: 62px;
}

body.page-id-191 #main-content {
  color: #1d1f21;
  font-family: "DE Contact Hind", sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

body.page-id-191 .de-contact-source,
body.page-id-191 .de-contact-source__section,
body.page-id-191 .de-contact-source__inner,
body.page-id-191 .de-contact-source__detail {
  width: 100%;
  max-width: none;
}

body.page-id-191 .de-contact-source__section {
  margin: 0 0 80px;
}

body.page-id-191 .de-contact-source__inner {
  padding: 0;
  overflow: hidden;
  color: #1d1f21;
  text-align: center;
}

body.page-id-191 .de-contact-source__title {
  margin: 0;
  color: #1d1f21;
  font-family: "DE Contact Montserrat", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0;
  text-align: center;
}

body.page-id-191 .de-contact-source__detail {
  margin-top: 20px;
  color: #1d1f21;
  font-family: "DE Contact Hind", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  letter-spacing: 0;
  text-align: center;
}

body.page-id-191 .de-contact-source__detail :where(div, p, ul, ol, li, h1, h2, h3, h4) {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-id-191 .de-contact-source__detail :where(h1, h2, h3, h4) {
  color: #1d1f21;
  font-family: "DE Contact Hind", sans-serif;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.75px;
  letter-spacing: 0;
  text-align: center;
}

body.page-id-191 .de-contact-source__detail :where(ul, ol) {
  padding-left: 40px;
}

body.page-id-191 .de-contact-source__detail a {
  color: inherit;
  text-decoration: underline;
}

body.page-id-191 .de-contact-source__action {
  margin-top: 30px;
  text-align: center;
}

body.page-id-191 .de-contact-source__button {
  display: inline-flex;
  width: 102px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid #1d1f21;
  border-radius: 30px;
  background: #1d1f21;
  color: #fff;
  font-family: "DE Contact Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

body.page-id-191 .de-contact-source__button:hover,
body.page-id-191 .de-contact-source__button:focus-visible {
  background: #1d1f21;
  color: #fff;
  opacity: .82;
}

@media (max-width: 767px) {
  body.page-id-191 .de-announcement {
    min-height: 63px;
    padding: 20px 12px;
    font-size: 14px;
    line-height: 21px;
  }

  body.page-id-191 .de-header__inner {
    min-height: 50px;
  }

  body.page-id-191 .de-brand {
    font-size: 19px;
    line-height: 1;
  }

  body.page-id-191 #main-content {
    font-size: 14px;
    line-height: 21px;
  }

  body.page-id-191 .de-contact-source__section {
    margin-bottom: 52px;
  }

  body.page-id-191 .de-contact-source__inner {
    padding: 0 15px;
  }

  body.page-id-191 .de-contact-source__title {
    font-size: 27px;
    line-height: 40.5px;
  }

  body.page-id-191 .de-contact-source__detail {
    font-size: 14px;
    line-height: 21px;
  }

  body.page-id-191 .de-contact-source__detail :where(h1, h2, h3, h4) {
    font-size: 21px;
    line-height: 31.5px;
  }
}
