.font-utopia {
  font-family: 'utopia-std', 'Georgia', serif;
}
.font-montserrat {
  font-family: 'Montserrat', Arial, sans-serif;
}
.font-opensans {
  font-family: 'Open Sans', Arial, sans-serif;
}
.font-size12 {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size12 {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size14 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size15 {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size16 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size17 {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size18 {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size20 {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size24 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .font-size30 {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
.font-weight-normal {
  font-weight: normal;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: uppercase;
}
.navy-bottom-border {
  border-bottom: 1px solid #00263e;
}
.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(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  #content figcaption {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content figcaption {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h1,
#footer h1,
.header__mobile h1,
#content .h1,
#footer .h1,
.header__mobile .h1 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(60rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(65rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
#content h1:is(a),
#footer h1:is(a),
.header__mobile h1:is(a),
#content .h1:is(a),
#footer .h1:is(a),
.header__mobile .h1:is(a) {
  text-decoration: none;
}
#content h1:is(a):hover,
#footer h1:is(a):hover,
.header__mobile h1:is(a):hover,
#content .h1:is(a):hover,
#footer .h1:is(a):hover,
.header__mobile .h1:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1 {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h1 sup,
#footer h1 sup,
.header__mobile h1 sup,
#content .h1 sup,
#footer .h1 sup,
.header__mobile .h1 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(8rem * 1 / 18);
  font-weight: bold;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(21rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (max-width: 1023px) {
  #content h1 sup,
  #footer h1 sup,
  .header__mobile h1 sup,
  #content .h1 sup,
  #footer .h1 sup,
  .header__mobile .h1 sup {
    font-size: 16px;
    vertical-align: top;
    position: relative;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h2,
#footer h2,
.header__mobile h2,
#content .h2,
#footer .h2,
.header__mobile .h2 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(44rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.5rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h2:is(a),
#footer h2:is(a),
.header__mobile h2:is(a),
#content .h2:is(a),
#footer .h2:is(a),
.header__mobile .h2:is(a) {
  text-decoration: none;
}
#content h2:is(a):hover,
#footer h2:is(a):hover,
.header__mobile h2:is(a):hover,
#content .h2:is(a):hover,
#footer .h2:is(a):hover,
.header__mobile .h2:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
#content h2 sup,
#footer h2 sup,
.header__mobile h2 sup,
#content .h2 sup,
#footer .h2 sup,
.header__mobile .h2 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(7rem * 1 / 18);
  font-weight: bold;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-family: 'Georgia';
}
@media only screen and (max-width: 1023px) {
  #content h2 sup,
  #footer h2 sup,
  .header__mobile h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h2 sup,
  #footer h2 sup,
  .header__mobile h2 sup,
  #content .h2 sup,
  #footer .h2 sup,
  .header__mobile .h2 sup {
    font-size: 14px;
    line-height: 1;
    top: calc(8rem * 1 / 18);
  }
}
#content h3,
#footer h3,
.header__mobile h3,
#content .h3,
#footer .h3,
.header__mobile .h3 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.35rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
}
#content h3:is(a),
#footer h3:is(a),
.header__mobile h3:is(a),
#content .h3:is(a),
#footer .h3:is(a),
.header__mobile .h3:is(a) {
  text-decoration: none;
}
#content h3:is(a):hover,
#footer h3:is(a):hover,
.header__mobile h3:is(a):hover,
#content .h3:is(a):hover,
#footer .h3:is(a):hover,
.header__mobile .h3:is(a):hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3 {
    font-size: calc(34rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.35px;
    margin-bottom: 12px;
  }
}
#content h3 sup,
#footer h3 sup,
.header__mobile h3 sup,
#content .h3 sup,
#footer .h3 sup,
.header__mobile .h3 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(13rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h3 sup,
  #footer h3 sup,
  .header__mobile h3 sup,
  #content .h3 sup,
  #footer .h3 sup,
  .header__mobile .h3 sup {
    font-size: 10px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
#content h4,
#footer h4,
.header__mobile h4,
#content .h4,
#footer .h4,
.header__mobile .h4 {
  font-family: 'utopia-std', 'Georgia', 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);
}
#content h4:is(a),
#footer h4:is(a),
.header__mobile h4:is(a),
#content .h4:is(a),
#footer .h4:is(a),
.header__mobile .h4:is(a) {
  text-decoration: none;
}
#content h4:is(a):hover,
#footer h4:is(a):hover,
.header__mobile h4:is(a):hover,
#content .h4:is(a):hover,
#footer .h4:is(a):hover,
.header__mobile .h4:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h4 sup,
#footer h4 sup,
.header__mobile h4 sup,
#content .h4 sup,
#footer .h4 sup,
.header__mobile .h4 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(11rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h4 sup,
  #footer h4 sup,
  .header__mobile h4 sup,
  #content .h4 sup,
  #footer .h4 sup,
  .header__mobile .h4 sup {
    font-size: 11px;
    line-height: 1;
    top: calc(1rem * 1 / 3.9375);
  }
}
#content h5,
#footer h5,
.header__mobile h5,
#content .h5,
#footer .h5,
.header__mobile .h5 {
  font-family: 'utopia-std', 'Georgia', serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
#content h5:is(a),
#footer h5:is(a),
.header__mobile h5:is(a),
#content .h5:is(a),
#footer .h5:is(a),
.header__mobile .h5:is(a) {
  text-decoration: none;
}
#content h5:is(a):hover,
#footer h5:is(a):hover,
.header__mobile h5:is(a):hover,
#content .h5:is(a):hover,
#footer .h5:is(a):hover,
.header__mobile .h5:is(a):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5 {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
#content h5 sup,
#footer h5 sup,
.header__mobile h5 sup,
#content .h5 sup,
#footer .h5 sup,
.header__mobile .h5 sup {
  vertical-align: top !important;
  position: relative;
  top: calc(0rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  #content h5 sup,
  #footer h5 sup,
  .header__mobile h5 sup,
  #content .h5 sup,
  #footer .h5 sup,
  .header__mobile .h5 sup {
    font-size: 10px;
    line-height: 1;
    top: 0;
  }
}
.callout-card-post {
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-family: 'utopia-std', 'Georgia', serif;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .callout-card-post {
    font-size: 24px;
    line-height: 28px;
  }
}
.body-intro {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.body-intro sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-intro sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro sup {
    top: calc(10rem * 1 / 18);
  }
}
.body-intro-semibold {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier)) !important;
  font-weight: 600;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-intro-semibold {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold {
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.body-intro-semibold sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: bold;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-intro-semibold sup {
    font-size: 12px;
    line-height: 1;
    top: calc(8rem * 1 / 3.9375);
  }
}
.body-paragraph,
p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-paragraph,
  p {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.body-paragraph sup,
p sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .body-paragraph sup,
  p sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-paragraph sup,
  p sup {
    top: calc(10rem * 1 / 18);
  }
}
.body-paragraph a,
p a {
  text-decoration: underline;
  color: #0082bb;
}
.body-news-credit {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: normal;
}
@media only screen and (max-width: 1023px) {
  .body-news-credit {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .body-news-credit {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-main-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .navigation-main-font {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-main-font {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-heading-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-heading-font sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font sup {
    top: calc(5rem * 1 / 18);
  }
}
.navigation-heading-font-underline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .navigation-heading-font-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-heading-font-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-secondary-font {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .navigation-secondary-font {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .navigation-secondary-font {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.navigation-secondary-font sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .navigation-secondary-font sup {
    top: calc(2rem * 1 / 3.9375);
    font-size: 11px;
  }
}
.button-menu-footer {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button-menu-footer {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-menu-footer {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button-menu-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button-menu-white {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-menu-white {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button {
    line-height: 18px;
  }
}
.button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.button-category-thumbnail-underline {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(15rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600;
  color: #00263e;
  text-transform: uppercase;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-category-thumbnail-underline {
    font-size: 12px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-category-thumbnail-underline {
    font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-category-thumbnail-underline {
    line-height: 15px;
  }
}
.button-category-thumbnail-underline sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(9rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(9rem * 1 / 18 * var(--text-multiplier));
}
.mobile-menu-header {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  font-weight: 700;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .mobile-menu-header {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .mobile-menu-header {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-navy {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .name-cards-navy {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .name-cards-navy {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-navy sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .name-cards-navy sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
.name-cards-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .name-cards-white {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .name-cards-white {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.name-cards-white sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .name-cards-white sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
.open-sans {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .open-sans {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .open-sans {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.open-sans-16 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .open-sans-16 {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .open-sans-16 {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.button-tags {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags {
    font-size: 12px;
  }
}
.button-tags-list {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #0082bb;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: 600;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .button-tags-list {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags-list {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .button-tags-list {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .button-tags-list {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.text-input {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .text-input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .text-input {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.text-input::placeholder {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  .text-input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .text-input::placeholder {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
.popup-text {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.popup-text sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .popup-text sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text sup {
    top: calc(10rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .popup-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .popup-text {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
.blue-button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .blue-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .blue-button {
    line-height: 18px;
  }
}
.blue-button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.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 (min-width: 1024px) and (max-width: 1600px) {
  .apply-grid-and-padding {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 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;
  }
}
.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;
  }
}
.fill-grid {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 12;
  }
}
.color-navy {
  color: #00263e;
}
.color-stone {
  color: #879baa;
}
.color-pebble {
  color: #C6CFD9;
}
.color-pebble-light {
  color: #DEE2E6;
}
.color-blue {
  color: #0082bb;
}
.color-orange {
  color: #FAA21B;
}
.color-white {
  color: #fff;
}
.color-gray {
  color: #F2F2F2;
}
.color-gray-dark {
  color: #e5e5e5;
}
.color-black {
  color: #000;
}
.color-red {
  color: #B7295A;
}
.background-color-red {
  background-color: #B7295A;
}
.background-color-navy {
  background-color: #00263e;
}
.background-color-stone {
  background-color: #879baa;
}
.background-color-pebble {
  background-color: #C6CFD9;
}
.background-color-pebble-light {
  background-color: #DEE2E6;
}
.background-color-blue {
  background-color: #0082bb;
}
.background-color-orange {
  background-color: #FAA21B;
}
.background-color-white {
  background-color: #fff;
}
.background-color-gray {
  background-color: #F2F2F2;
}
.background-color-gray-dark {
  background-color: #e5e5e5;
}
.background-color-black {
  background-color: #000;
}
.link-arrow {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: #00263e !important;
}
@media only screen and (max-width: 1023px) {
  .link-arrow {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow > span sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow-white {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow-white sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white sup {
    top: calc(5rem * 1 / 18);
  }
}
.link-arrow-white > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white > span {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white > span {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.link-arrow-white > span sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .link-arrow-white > span sup {
    top: calc(3rem * 1 / 3.9375);
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .link-arrow-white > span sup {
    top: calc(5rem * 1 / 18);
  }
}
.ontop {
  position: relative;
  z-index: 11;
}
.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: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
  margin-bottom: 0 !important;
  display: block;
  text-decoration: none;
  color: #00263e !important;
  font-weight: 600;
  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 #879baa;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .linkable-list {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.linkable-list sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .linkable-list sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .linkable-list sup {
    top: calc(10rem * 1 / 18);
  }
}
.linkable-list a {
  text-decoration: underline;
  color: #0082bb;
}
.linkable-list a {
  color: #00263e !important;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .linkable-list {
    padding: 7px 40px 7px 7px;
    border-bottom: 1px solid #879baa;
  }
}
.linkable-list.no-bold {
  font-weight: 400;
}
.linkable-list.top-line {
  border-top: calc(1rem * 1 / 18) solid #879baa;
}
@media only screen and (max-width: 1023px) {
  .linkable-list.top-line {
    border-top: 1px solid #879baa;
  }
}
.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: #00263e;
  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: #F2F2F2;
}
.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: #fff;
  color: #00263e;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  border: calc(1rem * 1 / 18) solid #00263e;
  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: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-blue-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .white-blue-button {
    padding: 3px 18px 3px 18px;
    border: 1px solid #00263e;
    border-radius: 30px;
  }
}
.white-blue-button:hover {
  color: #00263e;
  background-color: #F8A21D;
}
.blue-yellow-button {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: calc(16rem * 1 / 18) calc(25rem * 1 / 18) calc(15rem * 1 / 18) calc(25rem * 1 / 18);
  background-color: #00263e;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: fit-content;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .blue-yellow-button {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    line-height: 18px;
  }
}
.blue-yellow-button sup {
  vertical-align: top !important;
  position: relative;
  top: calc(-3rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button {
    padding: 16px 25px 15px 25px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.blue-yellow-button:hover {
  color: #00263e;
  background-color: white;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .blue-yellow-button:hover {
    border: 1px solid #00263e;
  }
}
.red-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #0082bb !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .red-notice {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.white-notice {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #fff !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-notice {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.red-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #0082bb !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .red-notice-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .red-notice-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.white-notice-underline {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: italic;
  color: #fff !important;
  text-decoration: underline !important;
  text-transform: none;
}
@media only screen and (max-width: 1023px) {
  .white-notice-underline {
    font-size: 15px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .white-notice-underline {
    font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  }
}
.caption {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  color: #879baa;
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .caption {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .caption {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
select.minimal {
  /* styling */
  background-color: white;
  border: thin solid #00263e;
  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;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  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 (min-width: 1024px) and (max-width: 1600px) {
  select.minimal {
    height: calc(45rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    height: 38px;
    padding: 5px 45px 5px 10px;
    line-height: 15px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  select.minimal {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  select.minimal {
    line-height: 18px;
  }
}
select.minimal sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
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;
}
.htc {
  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;
  width: auto !important;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc {
    padding-left: calc(59rem * 1 / 18);
    padding-right: calc(59rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .htc {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 15px;
  }
}
.htc p#errDate {
  margin: calc(40rem * 1 / 18) 0 0 0 !important;
}
@media only screen and (max-width: 1023px) {
  .htc p#errDate {
    margin: 40px 0 0 0 !important;
  }
}
.htc p#err {
  margin: calc(40rem * 1 / 18) 0 0 0 !important;
}
@media only screen and (max-width: 1023px) {
  .htc p#err {
    margin: 40px 0 0 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .htc {
    row-gap: 45px;
  }
}
.htc .hbrpCalculator__wrapper {
  grid-column: 2 / 12;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__wrapper {
    grid-column: 1 / 13;
    padding-top: 30px;
  }
}
.htc .hbrpCalculator__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(1rem * 1 / 18);
  background-color: #879baa;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__wrapper::before {
    height: 1px;
  }
}
.htc .hbrpCalculator__text {
  margin-bottom: calc(0rem * 1 / 18);
}
.htc .hbrpCalculator__text h3:first-of-type {
  margin-bottom: calc(15rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__text h3:first-of-type {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__text {
    margin-bottom: 0px;
  }
}
.htc .hbrpCalculator__form {
  display: flex;
  flex-direction: column;
}
.htc .hbrpCalculator__link {
  text-decoration: underline;
}
.htc .hbrpCalculator__link:hover {
  text-decoration: none;
  color: inherit;
}
.htc .hbrpCalculator__checkbox {
  margin-top: calc(20rem * 1 / 18);
  display: flex;
  align-items: center;
  column-gap: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox {
    margin-top: 30px;
    column-gap: 40px;
  }
}
.htc .hbrpCalculator__checkbox .yes-label {
  margin-right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox .yes-label {
    margin-right: 20px;
  }
}
.htc .hbrpCalculator__checkbox > label {
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox > label {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__checkbox > label {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox > label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.htc .hbrpCalculator__checkbox > label sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox > label sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__checkbox > label sup {
    top: calc(10rem * 1 / 18);
  }
}
.htc .hbrpCalculator__checkbox > label a {
  text-decoration: underline;
  color: #0082bb;
}
.htc .hbrpCalculator__checkbox .radio {
  display: none;
}
.htc .hbrpCalculator__checkbox .radio + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: calc(70rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox .radio + label {
    margin-left: 70px;
  }
}
.htc .hbrpCalculator__checkbox .radio + label::before {
  width: calc(38rem * 1 / 18);
  min-width: calc(38rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  border: calc(2rem * 1 / 18) solid #D7D7CD;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
  left: calc(-56rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%) translateY(calc(1rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox .radio + label::before {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border: 2px solid #D7D7CD;
    left: -56px;
    transform: translateY(-50%) translateY(1px);
  }
}
.htc .hbrpCalculator__checkbox .radio + label:after {
  content: '';
  display: block;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  background-color: #FAA21B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(-45rem * 1 / 18);
  transform: translateY(-50%) translateY(calc(1rem * 1 / 18));
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__checkbox .radio + label:after {
    width: 20px;
    height: 20px;
    left: -45px;
    transform: translateY(-50%) translateY(1px);
  }
}
.htc .hbrpCalculator__checkbox .radio:checked + label:after {
  opacity: 1;
}
.htc .hbrpCalculator__price,
.htc .hbrpCalculator__result {
  max-width: 80%;
  margin: calc(47rem * 1 / 18) 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: calc(2rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price,
  .htc .hbrpCalculator__result {
    margin: 47px 0;
    gap: 2px;
  }
}
.htc .hbrpCalculator__price-label,
.htc .hbrpCalculator__result-label {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-label,
  .htc .hbrpCalculator__result-label {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__price-label,
  .htc .hbrpCalculator__result-label {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-label,
  .htc .hbrpCalculator__result-label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.htc .hbrpCalculator__price-label sup,
.htc .hbrpCalculator__result-label sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-label sup,
  .htc .hbrpCalculator__result-label sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__price-label sup,
  .htc .hbrpCalculator__result-label sup {
    top: calc(10rem * 1 / 18);
  }
}
.htc .hbrpCalculator__price-label a,
.htc .hbrpCalculator__result-label a {
  text-decoration: underline;
  color: #0082bb;
}
.htc .hbrpCalculator__price-input,
.htc .hbrpCalculator__result-input {
  padding: calc(14rem * 1 / 18) calc(30rem * 1 / 18);
  border: calc(1rem * 1 / 18) solid #879baa;
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc(24rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-input,
  .htc .hbrpCalculator__result-input {
    padding: 14px 30px;
    border: 1px solid #879baa;
    gap: 24px;
  }
}
.htc .hbrpCalculator__price-input > h3,
.htc .hbrpCalculator__result-input > h3 {
  color: #879baa;
  margin-bottom: 0 !important;
}
.htc .hbrpCalculator__price-input > input,
.htc .hbrpCalculator__result-input > input {
  border: none !important;
  outline: none;
  width: 100%;
  height: calc(66rem * 1 / 18);
  line-height: calc(60rem * 1 / 18);
  background-color: transparent;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  color: #00263e;
  font-weight: 500 !important;
  padding-left: calc(20rem * 1 / 18) !important;
  border-left: calc(1rem * 1 / 18) solid #879baa !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-input > input,
  .htc .hbrpCalculator__result-input > input {
    height: 66px;
    line-height: 60px;
    padding-left: 20px !important;
    border-left: 1px solid #879baa !important;
  }
}
.htc .hbrpCalculator__price-input > input:active,
.htc .hbrpCalculator__result-input > input:active {
  border: none;
  outline: none;
  background-color: transparent;
}
.htc .hbrpCalculator__price-increment,
.htc .hbrpCalculator__result-increment {
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(90rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-increment,
  .htc .hbrpCalculator__result-increment {
    width: 90px;
  }
}
.htc .hbrpCalculator__price-increment-up,
.htc .hbrpCalculator__result-increment-up {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F2F2F2;
  transition: all 0.25s ease-out;
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow_up.svg);
  background-size: calc(20rem * 1 / 18);
  background-repeat: no-repeat;
  background-position: center bottom calc(9rem * 1 / 18);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-increment-up,
  .htc .hbrpCalculator__result-increment-up {
    background-size: 20px;
    background-position: center bottom 9px;
  }
}
.htc .hbrpCalculator__price-increment-up:hover,
.htc .hbrpCalculator__result-increment-up:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.htc .hbrpCalculator__price-increment-down,
.htc .hbrpCalculator__result-increment-down {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F2F2F2;
  transition: all 0.25s ease-out;
  background-image: url(/wp-content/themes/bcrea-theme/images/icons/dropdown_arrow_down.svg);
  background-size: calc(20rem * 1 / 18);
  background-repeat: no-repeat;
  background-position: center top calc(9rem * 1 / 18);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__price-increment-down,
  .htc .hbrpCalculator__result-increment-down {
    background-size: 20px;
    background-position: center top 9px;
  }
}
.htc .hbrpCalculator__price-increment-down:hover,
.htc .hbrpCalculator__result-increment-down:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.htc .hbrpCalculator__btn {
  background-color: #00263e;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: calc(12rem * 1 / 18) calc(20rem * 1 / 18);
  padding-left: calc(54rem * 1 / 18);
  width: fit-content;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.25s ease-out;
  position: relative;
  border: calc(1rem * 1 / 18) solid #00263e;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__btn {
    padding: 12px 20px;
    padding-left: 54px;
    border-radius: 30px;
    border: 1px solid #00263e;
  }
}
.htc .hbrpCalculator__btn > p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  text-transform: none;
  color: white;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: calc(0.75rem * 1 / 18);
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__btn > p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__btn > p {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__btn > p {
    letter-spacing: 0.75px;
  }
}
.htc .hbrpCalculator__btn-icon {
  position: absolute;
  top: 50%;
  left: calc(20rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(17rem * 1 / 18);
  height: calc(17rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__btn-icon {
    left: 20px;
    width: 17px;
    height: 17px;
  }
}
.htc .hbrpCalculator__btn-icon > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.htc .hbrpCalculator__btn-icon .fill-path {
  transition: all 0.25s ease-out;
  fill: white;
}
.htc .hbrpCalculator__btn-icon .stroke-path {
  transition: all 0.25s ease-out;
  stroke: white;
}
.htc .hbrpCalculator__btn:hover {
  border: calc(1rem * 1 / 18) solid #00263e;
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__btn:hover {
    border: 1px solid #00263e;
  }
}
.htc .hbrpCalculator__btn:hover > p {
  color: #00263e;
}
.htc .hbrpCalculator__btn:hover .fill-path {
  fill: #00263e;
}
.htc .hbrpCalculator__btn:hover .stroke-path {
  stroke: #00263e;
}
.htc .hbrpCalculator__result {
  max-width: 80%;
  margin: calc(48rem * 1 / 18) 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__result {
    margin: 48px 0;
  }
}
.htc .hbrpCalculator__popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}
.htc .hbrpCalculator__popup-wrapper {
  background-color: #00263e;
  color: #fff;
  width: calc(500rem * 1 / 18);
  padding: calc(40rem * 1 / 18);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: calc(8rem * 1 / 18);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-wrapper {
    width: 80%;
    padding: 40px;
    border-radius: 8px;
  }
}
.htc .hbrpCalculator__popup-wrapper p {
  padding: calc(40rem * 1 / 18);
  padding-left: 0;
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  color: white;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__popup-wrapper p {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.htc .hbrpCalculator__popup-wrapper p sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-wrapper p sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__popup-wrapper p sup {
    top: calc(10rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__popup-wrapper p {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-wrapper p {
    padding: 40px;
  }
}
.htc .hbrpCalculator__popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(20rem * 1 / 18);
  right: calc(20rem * 1 / 18);
  background-color: #fff;
  border-radius: 100%;
  min-width: calc(40rem * 1 / 18);
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  text-transform: uppercase;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-close {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__popup-close {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.htc .hbrpCalculator__popup-close sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-close sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-close {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpCalculator__popup-close {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpCalculator__popup-close {
    top: 20px;
    right: 20px;
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.htc .hbrpDateCalculator__text {
  margin-bottom: calc(0rem * 1 / 18);
}
.htc .hbrpDateCalculator__text h3:first-of-type {
  margin-bottom: calc(15rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text h3:first-of-type {
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text {
    margin-bottom: 0px;
  }
}
.htc .hbrpDateCalculator__text li {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
  margin-bottom: calc(0rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__text li {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.htc .hbrpDateCalculator__text li sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text li sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__text li sup {
    top: calc(10rem * 1 / 18);
  }
}
.htc .hbrpDateCalculator__text li a {
  text-decoration: underline;
  color: #0082bb;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text li {
    margin-bottom: 0px !important;
  }
}
.htc .hbrpDateCalculator__text:not(p) {
  margin-bottom: calc(0rem * 1 / 18);
  display: flex;
  flex-direction: column;
}
.htc .hbrpDateCalculator__text:not(p) p:has(+ ul) {
  margin-bottom: calc(6rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text:not(p) p:has(+ ul) {
    margin-bottom: 6px !important;
  }
}
.htc .hbrpDateCalculator__text:not(p) ul {
  margin-bottom: calc(30rem * 1 / 18);
  margin-left: calc(0rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text:not(p) ul {
    margin-bottom: 30px;
    margin-left: 0;
    gap: 3px;
  }
}
.htc .hbrpDateCalculator__text:not(p) ul > li {
  display: flex;
  gap: calc(12rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text:not(p) ul > li {
    gap: 12px;
  }
}
.htc .hbrpDateCalculator__text:not(p) ul > li::marker {
  font-size: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text:not(p) ul > li::marker {
    font-size: 15px;
  }
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha::before {
  display: block;
  padding-right: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__text:not(p) ul.alpha::before {
    padding-right: 15px;
  }
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(26) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(26):before {
  content: "(z)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(25) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(25):before {
  content: "(y)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(24) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(24):before {
  content: "(x)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(23) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(23):before {
  content: "(w)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(22) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(22):before {
  content: "(v)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(21) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(21):before {
  content: "(u)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(20) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(20):before {
  content: "(t)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(19) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(19):before {
  content: "(s)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(18) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(18):before {
  content: "(r)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(17) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(17):before {
  content: "(q)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(16) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(16):before {
  content: "(p)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(15) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(15):before {
  content: "(o)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(14) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(14):before {
  content: "(n)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(13) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(13):before {
  content: "(m)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(12) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(12):before {
  content: "(l)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(11) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(11):before {
  content: "(k)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(10) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(10):before {
  content: "(j)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(9) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(9):before {
  content: "(i)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(8) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(8):before {
  content: "(h)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(7) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(7):before {
  content: "(g)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(6) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(6):before {
  content: "(f)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(5) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(5):before {
  content: "(e)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(4) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(4):before {
  content: "(d)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(3) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(3):before {
  content: "(c)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(2) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(2):before {
  content: "(b)"  ;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(1) {
  list-style-type: none;
}
.htc .hbrpDateCalculator__text:not(p) ul.alpha > li:nth-child(1):before {
  content: "(a)"  ;
}
.htc .hbrpDateCalculator__wrapper {
  grid-column: 13 / 24;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__wrapper {
    grid-column: 1 / 13;
    padding-top: 30px;
  }
}
.htc .hbrpDateCalculator__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(1rem * 1 / 18);
  background-color: #879baa;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__wrapper::before {
    height: 1px;
  }
}
.htc .hbrpDateCalculator__form {
  display: flex;
  flex-direction: column;
}
.htc .hbrpDateCalculator__link {
  text-decoration: underline;
}
.htc .hbrpDateCalculator__link:hover {
  text-decoration: none;
  color: inherit;
}
.htc .hbrpDateCalculator__checkbox {
  margin-top: calc(20rem * 1 / 18);
  display: flex;
  align-items: center;
  column-gap: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox {
    margin-top: 30px;
    column-gap: 40px;
  }
}
.htc .hbrpDateCalculator__checkbox .yes-label {
  margin-right: calc(36rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox .yes-label {
    margin-right: 36px;
  }
}
.htc .hbrpDateCalculator__checkbox > label {
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox > label {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__checkbox > label {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox > label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.htc .hbrpDateCalculator__checkbox > label sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox > label sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__checkbox > label sup {
    top: calc(10rem * 1 / 18);
  }
}
.htc .hbrpDateCalculator__checkbox > label a {
  text-decoration: underline;
  color: #0082bb;
}
.htc .hbrpDateCalculator__checkbox .radio {
  display: none;
}
.htc .hbrpDateCalculator__checkbox .radio + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: calc(70rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox .radio + label {
    margin-left: 70px;
  }
}
.htc .hbrpDateCalculator__checkbox .radio + label::before {
  width: calc(38rem * 1 / 18);
  min-width: calc(38rem * 1 / 18);
  height: calc(38rem * 1 / 18);
  border: calc(2rem * 1 / 18) solid #D7D7CD;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
  left: calc(-56rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%) translateY(calc(1rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox .radio + label::before {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border: 2px solid #D7D7CD;
    left: -56px;
    transform: translateY(-50%) translateY(1px);
  }
}
.htc .hbrpDateCalculator__checkbox .radio + label:after {
  content: '';
  display: block;
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  background-color: #FAA21B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(-45rem * 1 / 18);
  transform: translateY(-50%) translateY(calc(1rem * 1 / 18));
  opacity: 0;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__checkbox .radio + label:after {
    width: 20px;
    height: 20px;
    left: -45px;
    transform: translateY(-50%) translateY(1px);
  }
}
.htc .hbrpDateCalculator__checkbox .radio:checked + label:after {
  opacity: 1;
}
.htc .hbrpDateCalculator__date {
  max-width: 100%;
  margin: calc(47rem * 1 / 18) 0;
  display: flex;
  justify-content: flex-start;
  gap: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date {
    margin: 47px 0;
    gap: 24px 12px;
    flex-wrap: wrap;
  }
}
.htc .hbrpDateCalculator__date-label {
  margin-bottom: 0 !important;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #00263e;
  transform: translateY(calc(1rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-label {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__date-label {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-label {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.htc .hbrpDateCalculator__date-label sup {
  vertical-align: top !important;
  position: relative;
  top: calc(5rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-label sup {
    top: 9px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__date-label sup {
    top: calc(10rem * 1 / 18);
  }
}
.htc .hbrpDateCalculator__date-label a {
  text-decoration: underline;
  color: #0082bb;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-label {
    transform: translateY(1px);
  }
}
.htc .hbrpDateCalculator__date-input {
  border: none;
  border-bottom: calc(1rem * 1 / 18) solid #00263e !important;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  color: #879baa;
  text-align: center;
  margin: 0;
  padding: 0 calc(32rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__date-input {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-input {
    line-height: 18px;
  }
}
.htc .hbrpDateCalculator__date-input sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-input {
    border-bottom: 1px solid #00263e !important;
    padding: 0 32px !important;
  }
}
@media only screen and (max-width: 500px) {
  .htc .hbrpDateCalculator__date-input {
    width: 100%;
  }
}
.htc .hbrpDateCalculator__date-input::placeholder {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  font-weight: bold;
  color: #00263e;
  text-decoration: none;
  color: #879baa;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-input::placeholder {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__date-input::placeholder {
    font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__date-input::placeholder {
    line-height: 18px;
  }
}
.htc .hbrpDateCalculator__date-input::placeholder sup {
  vertical-align: top !important;
  position: relative;
  top: calc(2rem * 1 / 18);
  font-family: 'Georgia';
  font-weight: bold;
  font-size: calc(10rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(10rem * 1 / 18 * var(--text-multiplier));
}
.htc .hbrpDateCalculator__date-input.active {
  color: #00263e;
}
.htc .hbrpDateCalculator__btn {
  background-color: #00263e;
  color: #FAA21B;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: calc(12rem * 1 / 18) calc(20rem * 1 / 18);
  padding-left: calc(54rem * 1 / 18);
  width: fit-content;
  border-radius: calc(30rem * 1 / 18);
  transition: all 0.25s ease-out;
  position: relative;
  border: none;
  outline: none;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__btn {
    padding: 12px 20px;
    padding-left: 54px;
    border-radius: 30px;
  }
}
.htc .hbrpDateCalculator__btn > p {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(27rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  font-weight: bold;
  text-transform: none;
  color: #FAA21B;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: calc(0.75rem * 1 / 18);
  font-weight: 700;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__btn > p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__btn > p {
    font-size: calc(21rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__btn > p {
    letter-spacing: 0.75px;
  }
}
.htc .hbrpDateCalculator__btn-icon {
  position: absolute;
  top: 50%;
  left: calc(20rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(17rem * 1 / 18);
  height: calc(17rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__btn-icon {
    left: 20px;
    width: 17px;
    height: 17px;
  }
}
.htc .hbrpDateCalculator__btn-icon > svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.htc .hbrpDateCalculator__btn-icon .fill-path {
  transition: all 0.25s ease-out;
  fill: #FAA21B;
}
.htc .hbrpDateCalculator__btn-icon .stroke-path {
  transition: all 0.25s ease-out;
  stroke: #FAA21B;
}
.htc .hbrpDateCalculator__btn:hover {
  background-color: #FAA21B;
}
.htc .hbrpDateCalculator__btn:hover > p {
  color: #00263e;
}
.htc .hbrpDateCalculator__btn:hover .fill-path {
  fill: #00263e;
}
.htc .hbrpDateCalculator__btn:hover .stroke-path {
  stroke: #00263e;
}
.htc .hbrpDateCalculator__result {
  max-width: 80%;
  margin: calc(48rem * 1 / 18) 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__result {
    margin: 48px 0;
  }
}
.htc .hbrpDateCalculator__popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(90, 90, 90, 0.5);
  z-index: 9999;
}
.htc .hbrpDateCalculator__popup-wrapper {
  background-color: #00263e;
  color: #fff;
  width: calc(500rem * 1 / 18);
  padding: calc(40rem * 1 / 18);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: calc(8rem * 1 / 18);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-wrapper {
    width: 80%;
    padding: 40px;
    border-radius: 8px;
  }
}
.htc .hbrpDateCalculator__popup-wrapper p {
  padding: calc(40rem * 1 / 18);
  padding-left: 0;
  text-align: left;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  color: white;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__popup-wrapper p {
    font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-wrapper p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.htc .hbrpDateCalculator__popup-wrapper p sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: 500;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(14rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-wrapper p sup {
    font-size: 12px;
    line-height: 1;
    top: calc(2rem * 1 / 3.9375);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__popup-wrapper p sup {
    top: calc(10rem * 1 / 18);
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__popup-wrapper p {
    font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(38rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-wrapper p {
    padding: 40px;
  }
}
.htc .hbrpDateCalculator__popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(20rem * 1 / 18);
  right: calc(20rem * 1 / 18);
  background-color: #fff;
  border-radius: 100%;
  min-width: calc(40rem * 1 / 18);
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #00263e;
  text-transform: uppercase;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-close {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__popup-close {
    font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  }
}
.htc .hbrpDateCalculator__popup-close sup {
  vertical-align: top !important;
  position: relative;
  top: calc(4rem * 1 / 18);
  font-weight: normal;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(12rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-close sup {
    top: calc(9rem * 1 / 3.9375);
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-close {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
  .htc .hbrpDateCalculator__popup-close {
    font-size: calc(35rem * 1 / 18 * var(--text-multiplier));
    line-height: calc(45rem * 1 / 18 * var(--text-multiplier));
  }
}
@media only screen and (max-width: 1023px) {
  .htc .hbrpDateCalculator__popup-close {
    top: 20px;
    right: 20px;
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.htc .hbrpDateCalculator__popup a:hover {
  color: #FAA21B;
}
.htc .hbrpDateCalculator #holidayWarning a {
  text-decoration: none;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  .ui-widget {
    font-size: 4rem !important;
  }
}
