/* Privacy Policy + Terms — article-style content page */

.centercontent:has(.lp-page) {
  overflow-x: hidden;
}

.centercontent > .container.design-print:has(.lp-page) {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px 72px;
}

.centercontent .container:has(.lp-page)::after {
  content: none;
  display: none;
}

.centercontent .container:has(.lp-page) .leftdefaultimg,
.centercontent .container:has(.lp-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.lp-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.lp-page,
.lp-page *,
.lp-page *::before,
.lp-page *::after {
  box-sizing: border-box;
}

.lp-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 24px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #26313a;
}

.lp-page a {
  color: #204e75;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-page a:hover,
.lp-page a:focus {
  color: #c4470c;
}

.lp-intro {
  margin: 0 0 28px;
}

.lp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8a9199;
  text-transform: uppercase;
}

.lp-tick {
  display: block;
  width: 34px;
  height: 3px;
  background: #c4470c;
  flex: none;
}

.lp-intro h1 {
  margin: 10px 0 0;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.14;
  color: #204e75;
}

.lp-intro p {
  margin: 14px 0 0;
  max-width: 680px;
  font-size: 15.5px;
  line-height: 1.65;
  color: #55606a;
}

.lp-body {
  max-width: 720px;
  font-size: 15.5px;
  line-height: 1.75;
  color: #55606a;
}

.lp-body > *:first-child {
  margin-top: 0;
}

.lp-body p,
.lp-body ul,
.lp-body ol {
  margin: 0 0 18px;
}

.lp-body h2 {
  margin: 32px 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #204e75;
}

.lp-body ul,
.lp-body ol {
  padding-left: 1.2em;
}

.lp-body li {
  margin: 0 0 8px;
}

@media (max-width: 720px) {
  .lp-intro h1 {
    font-size: 26px;
  }

  .centercontent > .container.design-print:has(.lp-page) {
    padding: 0 18px 56px;
  }
}
