.font-miller {
  font-family: "miller-text", serif;
}
.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.font-size12 {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 16px;
  }
}
.font-size13 {
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(17rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size13 {
    font-size: 13px;
    line-height: 17px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 18px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 20px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 22px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 24px;
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 26px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 28px;
  }
}
.font-size26 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 24px;
    line-height: 32px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 42px;
  }
}
.font-size32 {
  font-size: calc(32rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size32 {
    font-size: 32px;
    line-height: 44px;
  }
}
.font-weight-normal,
.font-normal,
.font-regular {
  font-weight: normal !important;
}
.font-weight-roman,
.font-roman {
  font-weight: 400 !important;
}
.font-weight-bold,
.font-bold {
  font-weight: bold !important;
}
.font-weight-medium,
.font-medium {
  font-weight: 500 !important;
}
.font-weight-semibold,
.font-semibold {
  font-weight: 600 !important;
}
.font-italic {
  font-style: italic;
}
.capitalize {
  text-transform: uppercase;
}
.link-hover:is(a) {
  text-decoration: none;
}
.link-hover:is(a):hover {
  text-decoration: underline;
}
#content figcaption {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  #content figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
#content h1,
#footer h1,
.header__mobile h1,
.fancybox-container h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.fancybox-container .h1 {
  font-family: "miller-text", serif;
  font-size: calc(80rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(86rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h1:is(a),
#footer h1:is(a),
.header__mobile h1:is(a),
.fancybox-container h1:is(a),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a),
.fancybox-container .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
.fancybox-container h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover,
.fancybox-container .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .fancybox-container h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .fancybox-container .h1 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 350px) {
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1.font-neuehaas,
#footer h1.font-neuehaas,
.header__mobile h1.font-neuehaas,
.fancybox-container h1.font-neuehaas,
#content .h1.font-neuehaas,
#footer .h1.font-neuehaas,
.header__mobile .h1.font-neuehaas,
.fancybox-container .h1.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h2,
#footer h2,
.header__mobile h2,
.fancybox-container h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.fancybox-container .h2 {
  font-family: "miller-text", serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(54rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.5rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h2:is(a),
#footer h2:is(a),
.header__mobile h2:is(a),
.fancybox-container h2:is(a),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a),
.fancybox-container .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
.fancybox-container h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover,
.fancybox-container .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .fancybox-container h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .fancybox-container .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2.font-neuehaas,
#footer h2.font-neuehaas,
.header__mobile h2.font-neuehaas,
.fancybox-container h2.font-neuehaas,
#content .h2.font-neuehaas,
#footer .h2.font-neuehaas,
.header__mobile .h2.font-neuehaas,
.fancybox-container .h2.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h3,
#footer h3,
.header__mobile h3,
.fancybox-container h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.fancybox-container .h3 {
  font-family: "miller-text", serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(46rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.35rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h3:is(a),
#footer h3:is(a),
.header__mobile h3:is(a),
.fancybox-container h3:is(a),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a),
.fancybox-container .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
.fancybox-container h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .h3:is(a):hover,
.fancybox-container .h3:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .fancybox-container h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .fancybox-container .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3.font-neuehaas,
#footer h3.font-neuehaas,
.header__mobile h3.font-neuehaas,
.fancybox-container h3.font-neuehaas,
#content .h3.font-neuehaas,
#footer .h3.font-neuehaas,
.header__mobile .h3.font-neuehaas,
.fancybox-container .h3.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h4,
#footer h4,
.header__mobile h4,
.fancybox-container h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.fancybox-container .h4 {
  font-family: "miller-text", serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h4:is(a),
#footer h4:is(a),
.header__mobile h4:is(a),
.fancybox-container h4:is(a),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a),
.fancybox-container .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
.fancybox-container h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover,
.fancybox-container .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .fancybox-container h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .fancybox-container .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
#content h4.font-neuehaas,
#footer h4.font-neuehaas,
.header__mobile h4.font-neuehaas,
.fancybox-container h4.font-neuehaas,
#content .h4.font-neuehaas,
#footer .h4.font-neuehaas,
.header__mobile .h4.font-neuehaas,
.fancybox-container .h4.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
#content h5,
#footer h5,
.header__mobile h5,
.fancybox-container h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.fancybox-container .h5 {
  font-family: "miller-text", serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
#content h5:is(a),
#footer h5:is(a),
.header__mobile h5:is(a),
.fancybox-container h5:is(a),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a),
.fancybox-container .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
.fancybox-container h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover,
.fancybox-container .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .fancybox-container h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .fancybox-container .h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
#content h5.font-neuehaas,
#footer h5.font-neuehaas,
.header__mobile h5.font-neuehaas,
.fancybox-container h5.font-neuehaas,
#content .h5.font-neuehaas,
#footer .h5.font-neuehaas,
.header__mobile .h5.font-neuehaas,
.fancybox-container .h5.font-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.h0 {
  font-size: calc(100rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .h0 {
    font-size: 84px;
    line-height: 48px;
  }
}
.h0-150 {
  font-size: calc(150rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  font-family: "neue-haas-grotesk-display", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .h0-150 {
    font-size: 80px;
    line-height: 96px;
  }
}
.h0-miller {
  font-size: calc(150rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  font-family: "miller-text", serif;
}
@media only screen and (max-width: 1023px) {
  .h0-miller {
    font-size: 80px;
    line-height: 96px;
  }
}
.body-miller {
  font-family: "miller-text", serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-miller {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-miller {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-miller a {
  text-decoration: none;
  color: inherit;
}
.body-intro {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  letter-spacing: calc(1rem*1 / 18);
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 18px;
    line-height: 26px;
  }
}
.body-testimonials-info {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-testimonials-info {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-testimonials-info {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-testimonials-info a {
  text-decoration: none;
  color: inherit;
}
.body-paragraph,
p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-paragraph a,
p a {
  text-decoration: none;
  color: inherit;
}
.section-title {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .section-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.body-name {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 1023px) {
  .body-name {
    font-size: 18px;
    line-height: 26px;
  }
}
.card-quote {
  font-size: calc(40rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-weight: bold !important;
}
@media only screen and (max-width: 1023px) {
  .card-quote {
    font-size: 24px;
    line-height: 28px;
  }
}
.testimonial-quote {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(33rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  font-family: "miller-text", serif;
  font-style: italic;
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .testimonial-quote {
    font-size: 16px;
    line-height: 20px;
  }
}
.testimonial-36 {
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-style: italic;
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .testimonial-36 {
    font-size: 24px;
    line-height: 30px;
  }
}
.body-font16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-font16 {
    font-size: 16px;
    line-height: 22px;
  }
}
.body-font14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400 !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.9rem * 1 / 18 * var(--text-multiplier));
  color: #3F526F;
}
@media only screen and (max-width: 1023px) {
  .body-font14 {
    font-size: 14px;
    line-height: 18px;
  }
}
.button {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: "miller-text", serif;
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 20px;
    line-height: 28px;
  }
}
.button-neuehaas {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #3F526F;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .button-neuehaas {
    font-size: 15px;
    line-height: 20px;
  }
}
.body-para-name-title {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
  font-weight: 500;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-para-name-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-para-name-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.body-para-name-title a {
  text-decoration: none;
  color: inherit;
}
.page-title {
  font-family: "miller-text", serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  color: #3F526F;
  width: fit-content;
  text-transform: capitalize;
}
@media only screen and (max-width: 1023px) {
  .page-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-title-overline {
  font-family: "miller-text", serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  color: #3F526F;
  width: fit-content;
  text-transform: capitalize;
  border-top: calc(1.5rem * 1 / 18) solid #D79133;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .page-title-overline {
    font-size: 20px;
    line-height: 28px;
  }
}
.miller-text {
  font-family: "miller-text", serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.025rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
}
.miller-text:is(a) {
  text-decoration: none;
}
.miller-text:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .miller-text {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.025px;
    margin-bottom: 12px;
  }
}
.apply-grid-and-padding {
  display: grid;
  padding-left: calc(139rem * 1 / 18);
  padding-right: calc(139rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid-and-padding {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-and-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.apply-grid-without-padding {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid-without-padding {
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid-without-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.fill-grid {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 12;
  }
}
.color-blue {
  color: #5B7E96;
}
.color-orange {
  color: #D79133;
}
.color-tan {
  color: #FEE5A5;
}
.color-pale-green {
  color: #C9DCAC;
}
.color-mint {
  color: #82D5BA;
}
.color-pale-blue {
  color: #82A8BD;
}
.color-navy {
  color: #3F526F;
}
.color-rose {
  color: #B7637D;
}
.color-white {
  color: white;
}
.color-light-gray {
  color: #E2EBEE;
}
.color-mid-gray {
  color: #9AA5AF;
}
.color-dark-gray {
  color: #737B82;
}
.color-black {
  color: black;
}
.color-pink {
  color: #FF00F5;
}
.color-dark-blue {
  color: #00263E;
}
.background-color-blue {
  background-color: #5B7E96;
}
.background-color-orange {
  background-color: #D79133;
}
.background-color-tan {
  background-color: #FEE5A5;
}
.background-color-pale-green {
  background-color: #C9DCAC;
}
.background-color-mint {
  background-color: #82D5BA;
}
.background-color-pale-blue {
  background-color: #82A8BD;
}
.background-color-navy {
  background-color: #3F526F;
}
.background-color-rose {
  background-color: #B7637D;
}
.background-color-white {
  background-color: white;
}
.background-color-light-gray {
  background-color: #E2EBEE;
}
.background-color-mid-gray {
  background-color: #9AA5AF;
}
.background-color-dark-gray {
  background-color: #737B82;
}
.background-color-black {
  background-color: black;
}
.background-color-pink {
  background-color: #FF00F5;
}
.background-color-dark-blue {
  background-color: #00263E;
}
.ontop {
  position: relative;
  z-index: 13;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.transition {
  transition: all 0.25s ease-out;
}
.border-underline {
  text-decoration: underline;
}
.border-underline:hover {
  text-decoration: none;
}
.linkable-list {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  margin-bottom: 0 !important;
  display: block;
  text-decoration: none;
  color: #3F526F;
  font-weight: 700;
  padding: calc(15rem * 1 / 18) calc(80rem * 1 / 18) calc(15rem * 1 / 18) calc(15rem * 1 / 18);
  position: relative;
  border-bottom: calc(1rem * 1 / 18) solid #E2EBEE;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.linkable-list a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    padding: 7px 40px 7px 7px;
    border-bottom: 1px solid #E2EBEE;
  }
}
.linkable-list.no-bold {
  font-weight: 400;
}
.linkable-list.top-line {
  border-top: calc(1rem * 1 / 18) solid #E2EBEE;
}
@media only screen and (max-width: 1023px) {
  .linkable-list.top-line {
    border-top: 1px solid #E2EBEE;
  }
}
.linkable-list::before {
  content: "";
  position: absolute;
  width: calc(6rem * 1 / 18);
  height: calc(9.5rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/linkable-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .linkable-list::before {
    width: 6px;
    height: 9.5px;
    right: 24px;
  }
}
.linkable-list::after {
  content: "";
  position: absolute;
  width: calc(14rem * 1 / 18);
  height: calc(1rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  transform: translateY(-50%);
  background-color: #3F526F;
  max-width: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .linkable-list::after {
    width: 14px;
    height: 1px;
    right: 24px;
  }
}
.linkable-list:hover {
  background-color: #9AA5AF;
}
.linkable-list:hover::after {
  max-width: calc(14rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .linkable-list:hover::after {
    max-width: 14px !important;
  }
}
.linkable-list.download::before {
  content: "";
  position: absolute;
  width: calc(14rem * 1 / 18);
  height: calc(18.21rem * 1 / 18);
  top: 50%;
  right: calc(24rem * 1 / 18);
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/download.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .linkable-list.download::before {
    width: 12px;
    height: 16.21px;
    right: 24px;
  }
}
.linkable-list.download::after {
  content: none;
  position: absolute;
}
.white-blue-button {
  display: inline-block;
  padding: calc(3rem * 1 / 18) calc(18rem * 1 / 18) calc(3rem * 1 / 18) calc(18rem * 1 / 18);
  background-color: white;
  color: #3F526F;
  font-family: "miller-text", serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  border: calc(1rem * 1 / 18) solid #3F526F;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    padding: 3px 18px 3px 18px;
    border: 1px solid #3F526F;
    border-radius: 30px;
  }
}
.white-blue-button:hover {
  color: #3F526F;
  background-color: #F8A21D;
}
.blue-yellow-button {
  display: inline-block;
  color: #F8A21D;
  padding: calc(16rem * 1 / 18) calc(25rem * 1 / 18) calc(15rem * 1 / 18) calc(25rem * 1 / 18);
  background-color: #3F526F;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
  }
}
.blue-yellow-button:hover {
  color: #3F526F;
  background-color: #F8A21D;
}
.red-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #b7295a !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice {
    font-size: 15px;
    line-height: 20px;
  }
}
.white-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: white !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice {
    font-size: 15px;
    line-height: 20px;
  }
}
.red-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #b7295a !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice-underline {
    font-size: 15px;
    line-height: 20px;
  }
}
.white-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: white !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice-underline {
    font-size: 15px;
    line-height: 20px;
  }
}
.caption {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(22rem * 1 / 18 * var(--text-multiplier));
  color: #E2EBEE;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .caption {
    font-size: 16px;
    line-height: 22px;
  }
}
select.minimal {
  /* styling */
  background-color: white;
  border: thin solid #3F526F;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  height: calc(38rem * 1 / 18);
  max-width: 100%;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3F526F;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    height: 38px;
    padding: 5px 45px 5px 10px;
    line-height: 15px;
    border-radius: 12px;
  }
}
select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select.minimal:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.animated-underline {
  position: relative;
}
.animated-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(5rem * 1 / 18);
  left: 0;
  bottom: 0;
  background-color: white;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .animated-underline::after {
    height: 5px;
  }
}
.animated-underline:hover::after {
  transform: scale(1);
}
.letter-spacing {
  letter-spacing: 0.045rem;
}
@media only screen and (max-width: 1023px) {
  .letter-spacing {
    letter-spacing: 0.9px;
  }
}
.scroll-top {
  scroll-margin-top: calc(100rem * 1 / 18);
  scroll-padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top {
    scroll-margin-top: 100px;
    scroll-padding-top: 100px;
  }
}
.scroll-top-200 {
  scroll-margin-top: calc(200rem * 1 / 18);
  scroll-padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top-200 {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
.octe {
  display: grid;
  padding-left: calc(139rem * 1 / 18);
  padding-right: calc(139rem * 1 / 18);
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(15rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .octe {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .octe {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.octe__content {
  grid-column: 7 / span 12;
}
.octe__content[data-start="1"] {
  grid-column-start: 1;
}
.octe__content[data-start="2"] {
  grid-column-start: 2;
}
.octe__content[data-start="3"] {
  grid-column-start: 3;
}
.octe__content[data-start="4"] {
  grid-column-start: 4;
}
.octe__content[data-start="5"] {
  grid-column-start: 5;
}
.octe__content[data-start="6"] {
  grid-column-start: 6;
}
.octe__content[data-start="7"] {
  grid-column-start: 7;
}
.octe__content[data-start="8"] {
  grid-column-start: 8;
}
.octe__content[data-start="9"] {
  grid-column-start: 9;
}
.octe__content[data-start="10"] {
  grid-column-start: 10;
}
.octe__content[data-end="24"] {
  grid-column-end: span 24;
}
.octe__content[data-end="22"] {
  grid-column-end: span 22;
}
.octe__content[data-end="20"] {
  grid-column-end: span 20;
}
.octe__content[data-end="18"] {
  grid-column-end: span 18;
}
.octe__content[data-end="17"] {
  grid-column-end: span 17;
}
.octe__content[data-end="15"] {
  grid-column-end: span 15;
}
.octe__content[data-end="16"] {
  grid-column-end: span 16;
}
.octe__content[data-end="14"] {
  grid-column-end: span 14;
}
.octe__content[data-end="12"] {
  grid-column-end: span 12;
}
.octe__content[data-end="10"] {
  grid-column-end: span 10;
}
.octe__content[data-end="8"] {
  grid-column-end: span 8;
}
.octe__content[data-end="6"] {
  grid-column-end: span 6;
}
@media only screen and (max-width: 1023px) {
  .octe__content {
    grid-column: 1 / -1 !important;
  }
}
.octe__content .w-1056 {
  width: calc(1056rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .w-1056 {
    width: 100%;
  }
}
.octe__content .w-1000 {
  width: calc(1000rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .w-1000 {
    width: 100%;
  }
}
.octe__content .w-850 {
  width: calc(850rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .w-850 {
    width: 100%;
  }
}
.octe__content h1 {
  padding-bottom: calc(60rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content h1 {
    padding-bottom: 30px;
  }
}
.octe__content h1.pb-3 {
  padding-bottom: calc(3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content h1.pb-3 {
    padding-bottom: 1.5px;
  }
}
.octe__content h3 {
  margin-bottom: calc(20rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content h3 {
    margin-bottom: 7.5px !important;
  }
}
.octe__content h3.mb-10 {
  margin-bottom: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content h3.mb-10 {
    margin-bottom: 5px !important;
  }
}
.octe__content h3.mb-15 {
  margin-bottom: calc(15rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content h3.mb-15 {
    margin-bottom: 7.5px !important;
  }
}
.octe__content h3.pb-10 {
  padding-bottom: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content h3.pb-10 {
    padding-bottom: 5px !important;
  }
}
.octe__content h4 {
  margin-bottom: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content h4 {
    margin-bottom: 5px !important;
  }
}
.octe__content h4.mb-10 {
  margin-bottom: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content h4.mb-10 {
    margin-bottom: 5px !important;
  }
}
.octe__content hr {
  border-bottom: calc(1rem * 1 / 18) solid #82A8BD;
  margin-top: calc(35rem * 1 / 18) !important;
  margin-bottom: calc(15rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content hr {
    border-bottom: 1px solid #82A8BD;
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
  }
}
.octe__content hr.mb-20 {
  margin-bottom: calc(20rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content hr.mb-20 {
    margin-bottom: 10px !important;
  }
}
.octe__content hr.mb-30 {
  margin-bottom: calc(30rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content hr.mb-30 {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .octe__content > p {
    padding-bottom: 4.5px;
  }
}
.octe__content p.body-intro {
  margin-top: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.body-intro {
    margin-top: 50px;
  }
}
.octe__content p.pb-0 {
  padding-bottom: 0;
}
.octe__content p.pb-10 {
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-10 {
    padding-bottom: 5px;
  }
}
.octe__content p.pb-20 {
  padding-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-20 {
    padding-bottom: 10px;
  }
}
.octe__content p.pb-22 {
  padding-bottom: calc(22rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-22 {
    padding-bottom: 11px;
  }
}
.octe__content p.pb-25 {
  padding-bottom: calc(25rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-25 {
    padding-bottom: 12.5px;
  }
}
.octe__content p.pb-30 {
  padding-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-30 {
    padding-bottom: 15px;
  }
}
.octe__content p.pb-34 {
  padding-bottom: calc(34rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-34 {
    padding-bottom: 17px;
  }
}
.octe__content p.pb-45 {
  padding-bottom: calc(45rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.pb-45 {
    padding-bottom: 22.5px;
  }
}
.octe__content p.mt-8 {
  margin-top: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.mt-8 {
    margin-top: 4px;
  }
}
.octe__content p.mt-20 {
  margin-top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.mt-20 {
    margin-top: 10px;
  }
}
.octe__content p.mt-30 {
  margin-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content p.mt-30 {
    margin-top: 15px;
  }
}
.octe__content .mb-0 {
  margin-bottom: 0 !important;
}
.octe__content .image {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(50rem * 1 / 18);
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .image {
    aspect-ratio: 813 / 478;
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.octe__content .image.mb-10 {
  margin-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .image.mb-10 {
    margin-bottom: 5px;
  }
}
.octe__content .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.octe__content img {
  width: 100%;
  height: auto;
}
.octe__content .video {
  width: calc(813rem * 1 / 18);
  height: calc(478rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .octe__content .video {
    aspect-ratio: 813 / 478;
    width: 100%;
    height: auto;
  }
}
.octe__content .video .videoContainer {
  width: calc(813rem * 1 / 18);
  height: calc(478rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .octe__content .video .videoContainer {
    aspect-ratio: 813 / 478;
    width: 100%;
    height: auto;
  }
}
.octe__content .video .videoContainer > iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.octe__content ul,
.octe__content ol {
  padding-top: calc(6rem * 1 / 18);
  list-style-type: none;
  color: #3F526F;
  margin-bottom: calc(20rem * 1 / 18);
}
.octe__content ul.lower-alpha,
.octe__content ol.lower-alpha {
  list-style-type: lower-alpha;
}
.octe__content ul.lower-alpha li,
.octe__content ol.lower-alpha li {
  padding-left: 0;
  margin-left: calc(40rem * 1 / 18);
}
.octe__content ul.lower-alpha li::before,
.octe__content ol.lower-alpha li::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.lower-alpha li,
  .octe__content ol.lower-alpha li {
    margin-left: 20px;
  }
}
.octe__content ul.lower-roman,
.octe__content ol.lower-roman {
  list-style-type: lower-roman;
}
.octe__content ul.lower-roman li,
.octe__content ol.lower-roman li {
  padding-left: 0;
  margin-left: calc(60rem * 1 / 18);
}
.octe__content ul.lower-roman li::before,
.octe__content ol.lower-roman li::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.lower-roman li,
  .octe__content ol.lower-roman li {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .octe__content ul,
  .octe__content ol {
    padding-top: 3px;
    margin-bottom: 20px;
  }
}
.octe__content ul li,
.octe__content ol li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3F526F;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1023px) {
  .octe__content ul li,
  .octe__content ol li {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .octe__content ul li,
  .octe__content ol li {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.octe__content ul li a,
.octe__content ol li a {
  text-decoration: none;
  color: inherit;
}
.octe__content ul.pt-0,
.octe__content ol.pt-0 {
  padding-top: 0;
}
.octe__content ul.pb-10,
.octe__content ol.pb-10 {
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.pb-10,
  .octe__content ol.pb-10 {
    padding-bottom: 5px;
  }
}
.octe__content ul.pb-20,
.octe__content ol.pb-20 {
  padding-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.pb-20,
  .octe__content ol.pb-20 {
    padding-bottom: 10px;
  }
}
.octe__content ul.mb-20,
.octe__content ol.mb-20 {
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.mb-20,
  .octe__content ol.mb-20 {
    margin-bottom: 10px;
  }
}
.octe__content ul.nobullets li,
.octe__content ol.nobullets li {
  padding-left: 0px;
  padding: calc(6em * 1 / 18) 0 calc(6rem * 1 / 18) calc(20rem * 1 / 18);
}
.octe__content ul.nobullets li::before,
.octe__content ol.nobullets li::before {
  top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.nobullets li,
  .octe__content ol.nobullets li {
    padding-left: 0px;
  }
}
.octe__content ul.nobullets li::before,
.octe__content ol.nobullets li::before {
  display: none;
}
.octe__content ul.nobullets li.nopadding,
.octe__content ol.nobullets li.nopadding {
  border-bottom: 0;
  padding: 0;
}
.octe__content ul.nobullets li > a,
.octe__content ol.nobullets li > a {
  text-decoration: none !important;
}
.octe__content ul.nobullets li > a:hover,
.octe__content ol.nobullets li > a:hover {
  text-decoration: underline !important;
}
.octe__content ul.nobullets-nopadding li,
.octe__content ol.nobullets-nopadding li {
  padding: 0;
  border-bottom: 0;
}
.octe__content ul.nobullets-nopadding li::before,
.octe__content ol.nobullets-nopadding li::before {
  top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.nobullets-nopadding li,
  .octe__content ol.nobullets-nopadding li {
    padding: 0;
  }
}
.octe__content ul.nobullets-nopadding li::before,
.octe__content ol.nobullets-nopadding li::before {
  display: none;
}
.octe__content ul.nobullets-nopadding li.nopadding,
.octe__content ol.nobullets-nopadding li.nopadding {
  border-bottom: 0;
  padding: 0;
}
.octe__content ul.nobullets-nopadding li > a,
.octe__content ol.nobullets-nopadding li > a {
  text-decoration: none !important;
}
.octe__content ul.nobullets-nopadding li > a:hover,
.octe__content ol.nobullets-nopadding li > a:hover {
  text-decoration: underline !important;
}
.octe__content ul.nolines li,
.octe__content ol.nolines li {
  border-bottom: 0px;
  padding: calc(6em * 1 / 18) 0 calc(6rem * 1 / 18) calc(20rem * 1 / 18);
}
.octe__content ul.nolines li::before,
.octe__content ol.nolines li::before {
  top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.nolines li::before,
  .octe__content ol.nolines li::before {
    top: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.nolines li,
  .octe__content ol.nolines li {
    padding: 3px 0 3px 10px;
  }
}
.octe__content ul li,
.octe__content ol li {
  padding: calc(6rem * 1 / 18) 0 calc(6rem * 1 / 18) calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .octe__content ul li,
  .octe__content ol li {
    padding: 6px 0 6px 10px;
  }
}
.octe__content ul li::before,
.octe__content ol li::before {
  content: '';
  position: absolute;
  top: calc(23rem * 1 / 18);
  left: 0;
  width: calc(6rem * 1 / 18);
  height: calc(6rem * 1 / 18);
  background-color: black;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .octe__content ul li::before,
  .octe__content ol li::before {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}
.octe__content ul.alpha-list,
.octe__content ol.alpha-list {
  margin-left: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.alpha-list,
  .octe__content ol.alpha-list {
    margin-left: 20px;
  }
}
.octe__content ul.alpha-list li,
.octe__content ol.alpha-list li {
  list-style-type: lower-alpha;
  padding-left: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.alpha-list li,
  .octe__content ol.alpha-list li {
    padding-left: 8px;
  }
}
.octe__content ul.alpha-list li:before,
.octe__content ol.alpha-list li:before {
  display: none;
}
.octe__content ul.alpha-list li::marker,
.octe__content ol.alpha-list li::marker {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(calc(12rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.alpha-list li::marker,
  .octe__content ol.alpha-list li::marker {
    transform: translateY(-50%) translateX(12px);
  }
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.alpha-list li,
  .octe__content ol.alpha-list li {
    padding-left: 10px;
  }
}
.octe__content ul li:first-child,
.octe__content ol li:first-child {
  padding-top: 0;
}
.octe__content ul li:first-child:before,
.octe__content ol li:first-child:before {
  top: calc(11rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul li:first-child:before,
  .octe__content ol li:first-child:before {
    top: 9px;
  }
}
.octe__content ul.reg {
  list-style-type: disc;
  padding-left: calc(17rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.reg {
    padding-left: 17px;
  }
}
.octe__content ul.reg li {
  border-bottom: 0px;
  padding: calc(6em * 1 / 18) 0 calc(6rem * 1 / 18) 0;
}
.octe__content ul.reg li::marker {
  font-weight: bold;
  /* Bold the numeric list marker */
}
.octe__content ul.reg li::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .octe__content ul.reg li {
    padding: 3px 0 3px 0px;
  }
}
.octe__content ol.liststyle {
  list-style-type: auto;
  padding-left: calc(20rem * 1 / 18);
  padding-top: 0;
}
@media only screen and (max-width: 1023px) {
  .octe__content ol.liststyle {
    padding-left: 20px;
  }
}
.octe__content ol.liststyle li {
  padding: calc(4rem * 1 / 18) 0 calc(4rem * 1 / 18) 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .octe__content ol.liststyle li {
    padding: 3px 0 3px 0px;
  }
}
.octe__content ol.liststyle li::before {
  content: none;
}
.octe__content ol.reg {
  list-style-type: auto;
  padding-left: calc(17rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content ol.reg {
    padding-left: 17px;
  }
}
.octe__content ol.reg li {
  border-bottom: 0px;
  padding: calc(6em * 1 / 18) 0 calc(6rem * 1 / 18) 0;
}
.octe__content ol.reg li::marker {
  font-weight: bold;
  /* Bold the numeric list marker */
}
.octe__content ol.reg li::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  .octe__content ol.reg li {
    padding: 3px 0 3px 0px;
  }
}
.octe__content a:not(.link-arrow):not(.blue-yellow-button) {
  font-weight: 500;
  text-decoration: underline;
}
.octe__content .contact-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: calc(15rem * 1 / 18);
  row-gap: calc(50rem * 1 / 18);
  padding-top: calc(6rem * 1 / 18);
  margin-bottom: calc(27rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .contact-list {
    column-gap: 7.5px;
    row-gap: 25px;
    padding-top: 3px;
    margin-bottom: 13.5px;
  }
}
.octe__content .contact-list-item {
  display: flex;
  flex-direction: column;
}
.octe__content .contact-list-item:nth-child(2n + 1) {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .octe__content .contact-list-item:nth-child(2n + 1) {
    grid-column: 1 / -1;
  }
}
.octe__content .contact-list-item:nth-child(2n + 2) {
  grid-column: 7 / span 5;
}
@media only screen and (max-width: 1023px) {
  .octe__content .contact-list-item:nth-child(2n + 2) {
    grid-column: 1 / -1;
  }
}
.octe__content .contact-list-item > p {
  margin-bottom: calc(3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .contact-list-item > p {
    margin-bottom: 1.5px;
  }
}
.octe__content .contact-list-item > a {
  margin-bottom: calc(3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .octe__content .contact-list-item > a {
    margin-bottom: 1.5px;
  }
}
