/* Subpage brand rail + page shell — match homepage .hc / .hc-rail */

.centercontent > .container.design-print {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}

.centercontent .centercontent {
  padding-top: 0;
  padding-bottom: 0;
}

.weareeverywhere {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-align: center;
  text-transform: uppercase;
}

.weareeverywhere::before {
  content: "WE ARE\A EVERYWHERE";
  display: block;
  font-size: 9.5px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
}

.leftdefaultimg img {
  float: none;
  display: block;
  width: 86px;
  max-width: 102px;
  height: auto;
}

.leftdefaultimg::after {
  content: "and thousands\Amore like them";
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: 0.13em;
  color: #9aa3ab;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.35;
  white-space: pre-line;
}

@media (min-width: 1200px) {
  .leftdefaultimg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 86px;
  }

  .rightdefaultinfo {
    width: calc(100% - 116px);
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .leftdefaultimg,
  .leftdefaultimg img,
  .weareeverywhere {
    display: none !important;
  }

  .leftdefaultimg::after {
    display: none !important;
    content: none;
  }

  .rightdefaultinfo {
    width: 100%;
    margin-left: 0;
  }
}
