@font-face {
  font-family: "Trade Gothic LT Std";
  src: url("/hc/theming_assets/01HZKZER1YVAR4TRWG2R33K3B3") format("woff2"),
    url("/hc/theming_assets/01HZKZER6TBHB6HX7KMZQ8DHRB") format("woff"),
    url("/hc/theming_assets/01HZKZERQPFPT4HTCET6AQ0H7X") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trade Gothic LT Std Cn18";
  src: url("/hc/theming_assets/01HZKZEQMQCMKZANAW7TB9WM27") format("woff2"),
    url("/hc/theming_assets/01HZKZERVXCASJSWKT16BW4G2Y") format("woff"),
    url("/hc/theming_assets/01HZKZERCEASWA82S2ZP65Q8VM") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

main {
  margin-top: 20px;
}

/* Header */
.header-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.banner-wrapper {
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.banner-wrapper p {
  color: #000000;
  font-size: 20px;
  line-height: 20px;
}

header .header-rotator .banner-item .content {
  min-height: 51px;
}

.breadcrumbs {
  text-align: center;
}

/* Home section tiles */
.customer-care-wrapper {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: none;
  border-width: 1px;
  border-radius: 0px;
}

.customer-care-wrapper .looking-list .svg-icon {
  max-width: 155px;
  height: 95px;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .customer-care-wrapper .looking-list .svg-icon {
    max-width: 85px;
    height: 46px;
    width: 100%;
  }
}

/* FAQ Accordion */
.faq-container .listing {
  margin-bottom: 45px;
}

.faq-question {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Promotion Carousel */
.slick-loading .slick-list {
  background: #fff url("/hc/theming_assets/01HZKZES0MNQ7NGYRN07Q7F942") 50% 50% no-repeat;
}

.promotion-block p {
  text-align: center;
}

.promotion-block .title p {
  font-size: 32px;
  color: #000;
}

.footer-promotion .promotion-block > .description {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.promotion-block .link p {
  text-decoration: underline;
}

.promotion-block > .image > .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 60px;
}

/* Footer */
.available-payments {
  display: flex;
  margin: 0 0 20px;
  padding: 35px 0px 10px;
}

/* Error */
.error-wrapper {
  margin: 0px 0px 10px;
  padding: 10px;
  text-align: center;
}
