.cp-page {
  background: #fff;
  color: #24272a;
}
.cp-hero .ins-hero__copy {
  background: #24272a;
  color: #fff;
}
.cp-hero .ins-hero__copy > p:not(.ins-eyebrow) {
  color: #e4dfd8;
}
.cp-hero .ins-hero__media {
  min-height: 620px;
}
.cp-hero .ins-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cp-hero .ins-eyebrow {
  color: #e5c58e;
}
.cp-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  border: 1px solid transparent;
}
.cp-btn--gold {
  background: #986823;
  color: #fff;
}
.cp-btn--line {
  border-color: rgba(255, 255, 255, .48);
  color: #fff;
}
.cp-btn--dark {
  background: #24272a;
  color: #fff;
}
.cp-btn--light {
  background: #fff;
  color: #24272a;
  border-color: #d8d1c8;
}
.cp-strip {
  background: #fff;
  border-bottom: 1px solid #e3ddd4;
}
.cp-strip .ins-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.cp-strip a {
  padding: 21px 18px;
  border-right: 1px solid #e3ddd4;
  text-decoration: none;
  color: #24272a;
}
.cp-strip a:last-child {
  border-right: 0;
}
.cp-strip small {
  display: block;
  color: #8b5f21;
  font-size: 10px;
  letter-spacing: .11em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 6px;
}
.cp-strip strong {
  font-size: 15px;
  line-height: 1.35;
}
.cp-choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.cp-choice article {
  padding: 28px;
  border: 1px solid #ded8ce;
  background: #fff;
}
.cp-choice article.featured {
  background: #24272a;
  color: #fff;
  border-color: #24272a;
}
.cp-choice b {
  display: block;
  color: #8b5f21;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 10px;
}
.cp-choice .featured b {
  color: #e5c58e;
}
.cp-choice h3 {
  font:
    400 30px/1.06 Georgia,
    "Times New Roman",
    serif;
  margin: 0 0 14px;
}
.cp-choice p {
  margin: 0;
  color: #5a6164;
  font-size: 14px;
  line-height: 1.72;
}
.cp-choice .featured p {
  color: #ddd7cf;
}
.cp-choice ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.cp-choice li {
  padding: 9px 0 9px 20px;
  border-top: 1px solid #e8e1d8;
  position: relative;
  line-height: 1.55;
  font-size: 14px;
}
.cp-choice .featured li {
  border-color: #44494c;
}
.cp-choice li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #986823;
}
.cp-choice .featured li:before {
  background: #e5c58e;
}
.cp-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: #ded8ce;
  border: 1px solid #ded8ce;
  margin-top: 34px;
}
.cp-step {
  background: #fff;
  padding: 24px 20px;
  min-height: 260px;
}
.cp-step b {
  display: block;
  font:
    400 38px/1 Georgia,
    "Times New Roman",
    serif;
  color: #986823;
  margin-bottom: 18px;
}
.cp-step h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 9px;
}
.cp-step p {
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  color: #5b6265;
}
.cp-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 62px;
  align-items: center;
}
.cp-split--reverse {
  grid-template-columns: 1.1fr .9fr;
}
.cp-photo {
  overflow: hidden;
  position: relative;
  background: #ebe7e0;
}
.cp-photo img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}
.cp-photo--contain {
  background: #eee8df;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp-photo--contain img {
  object-fit: contain;
  min-height: 420px;
  max-height: 520px;
}
.cp-copy h2 {
  font:
    400 clamp(40px, 4.8vw, 62px)/.99 Georgia,
    "Times New Roman",
    serif;
  letter-spacing: -.035em;
  margin: 0 0 20px;
}
.cp-copy p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #596063;
  margin: 0 0 17px;
}
.cp-list {
  margin: 25px 0 0;
  border-top: 1px solid #ded8ce;
}
.cp-list > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #ded8ce;
}
.cp-list > div > div {
  min-width: 0;
}
.cp-list b {
  color: #865716;
}
.cp-list strong {
  display: block;
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.25;
}
.cp-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.cp-transparency {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  align-items: start;
}
.cp-transparency h2 {
  font:
    400 clamp(42px, 5vw, 66px)/.98 Georgia,
    "Times New Roman",
    serif;
  margin: 0;
}
.cp-transparency .right p {
  color: #ddd7cf;
  font-size: 15.5px;
  line-height: 1.8;
  margin: 0 0 18px;
}
.cp-pricefacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.cp-pricefact {
  background: #fff;
  color: #24272a;
  padding: 22px;
}
.cp-pricefact b {
  display: block;
  color: #8b5f21;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cp-pricefact strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 7px;
}
.cp-pricefact p {
  margin: 0 !important;
  color: #596063 !important;
  font-size: 13.5px !important;
  line-height: 1.62 !important;
}
.cp-proof {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 16px;
  margin-top: 32px;
}
.cp-proof figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #ddd;
}
.cp-proof img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cp-proof .large {
  min-height: 560px;
}
.cp-proof .stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
.cp-proof .stack figure {
  min-height: 272px;
}
.cp-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 46px 20px 18px;
  background: linear-gradient(transparent, rgba(20, 22, 23, .86));
  color: #fff;
}
.cp-caption b {
  display: block;
  color: #e5c58e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
  margin-bottom: 5px;
}
.cp-caption strong {
  font-size: 18px;
}
.cp-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.cp-value {
  border: 1px solid #ded8ce;
  background: #fff;
  padding: 25px;
}
.cp-value b {
  display: block;
  color: #8b5f21;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.cp-value strong {
  display: block;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 8px;
}
.cp-value p {
  margin: 0;
  color: #596063;
  font-size: 14px;
  line-height: 1.68;
}
.cp-timeline {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 70px;
  align-items: start;
}
.cp-stat {
  background: #24272a;
  color: #fff;
  padding: 34px;
  position: sticky;
  top: 110px;
}
.cp-stat strong {
  display: block;
  font:
    400 72px/.9 Georgia,
    "Times New Roman",
    serif;
  color: #e5c58e;
}
.cp-stat span {
  display: block;
  margin-top: 12px;
  line-height: 1.6;
}
.cp-history p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #596063;
  margin: 0 0 18px;
}
.cp-faq {
  max-width: 920px;
}
.cp-faq details {
  border-top: 1px solid #ded8ce;
}
.cp-faq details:last-child {
  border-bottom: 1px solid #ded8ce;
}
.cp-faq summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 17px;
  padding: 20px 42px 20px 0;
  position: relative;
}
.cp-faq summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 14px;
  color: #986823;
  font-size: 28px;
  font-weight: 400;
}
.cp-faq details[open] summary:after {
  content: "–";
}
.cp-faq details p {
  margin: 0 0 22px;
  color: #50575a;
  line-height: 1.7;
  max-width: 820px;
}
@media (max-width: 1080px) {
  .cp-choice,
  .cp-values {
    grid-template-columns: 1fr 1fr;
  }
  .cp-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .cp-split,
  .cp-split--reverse,
  .cp-transparency,
  .cp-timeline {
    grid-template-columns: 1fr;
  }
  .cp-stat {
    position: static;
  }
  .cp-proof {
    grid-template-columns: 1fr;
  }
  .cp-proof .large {
    min-height: 480px;
  }
  .cp-proof .stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
  .cp-proof .stack figure {
    min-height: 360px;
  }
  .cp-strip .ins-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 680px) {
  .cp-hero .ins-hero__media {
    min-height: 300px;
  }
  .cp-choice,
  .cp-values,
  .cp-pricefacts,
  .cp-steps,
  .cp-strip .ins-wrap,
  .cp-proof .stack {
    grid-template-columns: 1fr;
  }
  .cp-step {
    min-height: 0;
  }
  .cp-strip a {
    border-right: 0;
    border-bottom: 1px solid #e3ddd4;
  }
  .cp-photo img {
    min-height: 320px;
  }
  .cp-photo--contain {
    padding: 20px;
  }
  .cp-photo--contain img {
    min-height: 300px;
  }
  .cp-proof .large,
  .cp-proof .stack figure {
    min-height: 300px;
  }
  .cp-actions .cp-btn {
    width: 100%;
  }
}
.cp-proof--balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.cp-proof--balanced > .stack {
  display: contents;
}
.cp-proof--balanced > figure,
.cp-proof--balanced > .stack > figure {
  height: 330px;
  min-height: 0 !important;
}
.cp-proof--balanced img {
  min-height: 0 !important;
}
@media (max-width: 1080px) {
  .cp-proof--balanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cp-proof--balanced > figure,
  .cp-proof--balanced > .stack > figure {
    height: 300px;
    min-height: 0 !important;
  }
}
@media (max-width: 680px) {
  .cp-proof--balanced {
    grid-template-columns: 1fr;
  }
  .cp-proof--balanced > figure,
  .cp-proof--balanced > .stack > figure {
    height: 285px;
    min-height: 0 !important;
  }
}
