.font-greycliff {
  font-family: greycliff-cf, sans-serif;
}
.font-gibson {
  font-family: canada-type-gibson, sans-serif;
}
.font-nicholas {
  font-family: nicholas, sans-serif;
}
.font-size11 {
  font-size: calc(11rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size11 {
    font-size: 11px;
    line-height: 24px;
  }
}
.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: 24px;
  }
}
.font-size13 {
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(17rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size13 {
    font-size: 13px;
    line-height: 17px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 18px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 20px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 28px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 24px;
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 28px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 30px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 32px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(38.493rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 38.493px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31.2rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 31.2px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(33.6rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 33.6px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 42px;
  }
}
.font-size32 {
  font-size: calc(32rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size32 {
    font-size: 32px;
    line-height: 44px;
  }
}
.font-size34 {
  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) {
  .font-size34 {
    font-size: 34px;
    line-height: 40px;
  }
}
.font-weight-normal,
.font-normal,
.font-regular {
  font-weight: normal !important;
}
.font-weight-roman,
.font-roman {
  font-weight: 400 !important;
}
.font-weight-bold,
.font-bold {
  font-weight: bold !important;
}
.font-weight-medium,
.font-medium {
  font-weight: 500 !important;
}
.font-weight-semibold,
.font-semibold {
  font-weight: 600 !important;
}
.font-italic {
  font-style: italic;
}
.capitalize {
  text-transform: uppercase;
}
#content h1,
#footer h1,
.header__mobile h1,
.fancybox-container h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.fancybox-container .h1 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(70rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(76rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .fancybox-container h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .fancybox-container .h1 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 350px) {
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h2,
#footer h2,
.header__mobile h2,
.fancybox-container h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.fancybox-container .h2 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(68rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal ;
  margin-bottom: calc(20rem * 1 / 18);
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .fancybox-container h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .fancybox-container .h2 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
}
#content h3,
#footer h3,
.header__mobile h3,
.fancybox-container h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.fancybox-container .h3 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.25rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .fancybox-container h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .fancybox-container .h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.25px;
    margin-bottom: 12px;
  }
}
#content h4,
#footer h4,
.header__mobile h4,
.fancybox-container h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.fancybox-container .h4 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .fancybox-container h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .fancybox-container .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
#content h5,
#footer h5,
.header__mobile h5,
.fancybox-container h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.fancybox-container .h5 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .fancybox-container h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .fancybox-container .h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.body-intro {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.body-intro-v2 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-intro-v2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.sub-heading-intro {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .sub-heading-intro {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.insurance-card-subtitle {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .insurance-card-subtitle {
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 350px) {
  .insurance-card-subtitle {
    line-height: 22px;
  }
}
.body-heading {
  font-size: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31.2rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 600 !important;
  letter-spacing: calc(1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-heading {
    font-size: 26px;
    line-height: 31.2px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-heading {
    font-size: 26px;
    line-height: 31.2px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
}
.section-heading {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal ;
  margin-bottom: calc(20rem * 1 / 18);
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .section-heading {
    font-size: 48px !important;
    line-height: 48px !important;
    margin-bottom: 12px !important;
  }
}
.section-heading-smaller {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .section-heading-smaller {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
.section-heading-smaller-v2 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .section-heading-smaller-v2 {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: unset;
  }
}
.section-heading-smaller-v3 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .section-heading-smaller-v3 {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: unset;
  }
}
.body-paragraph,
p {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.body-paragraph a,
p a {
  text-decoration: none;
  color: inherit;
}
ul,
ol,
li,
a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  ul,
  ol,
  li,
  a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  ul,
  ol,
  li,
  a {
    font-size: 18px;
    line-height: 24px;
  }
}
.menu-text {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: normal;
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #57584F;
}
@media only screen and (max-width: 1023px) {
  .menu-text {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.75px;
  }
}
.top-menu-text {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: normal;
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .top-menu-text {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.mobile-menu-text {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #3E3441;
}
.mobile-submenu-text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: unset;
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  color: #57584F;
}
.mobile-menu-link-text {
  color: #696664 !important;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-decoration: underline !important;
}
.footer-menu-text {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .footer-menu-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.footer-menu-heading {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #D9D9D9;
}
@media only screen and (max-width: 1023px) {
  .footer-menu-heading {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
  }
}
.footer-cta-text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .footer-cta-text {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
  }
}
.footer-contact-info {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .footer-contact-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
  }
}
.copyright-text {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .copyright-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.submenu-text {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
}
@media only screen and (max-width: 1023px) {
  .submenu-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.quote-text {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600 !important;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: inherit;
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .quote-text {
    font-size: 17px;
    line-height: normal;
  }
}
.quote-number-card {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .quote-number-card {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1px;
  }
}
.text-on-video {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .text-on-video {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 420px) {
  .text-on-video {
    font-size: 24px;
    line-height: 28px;
  }
}
.text-on-video-v2 {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(40rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .text-on-video-v2 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 1px;
  }
}
.data-heading-text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
}
@media only screen and (max-width: 1023px) {
  .data-heading-text {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -1px !important;
  }
}
.data-text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(84rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .data-text {
    font-size: 84px;
    line-height: 40px;
    letter-spacing: 0px;
    letter-spacing: unset;
  }
}
.post-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .post-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.post-title-first {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400 !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-title-first {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
  }
}
.post-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.post-title-smaller {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-title-smaller {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 600px) {
  .post-title-smaller {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}
.post-excerpt {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .post-excerpt {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.post-excerpt-first {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .post-excerpt-first {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.post-category-first {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .post-category-first {
    font-size: 16px;
    line-height: 16px;
  }
}
.post-category {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .post-category {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.review-number {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .review-number {
    font-size: 46px;
    line-height: 64px;
    letter-spacing: unset;
  }
}
.review-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(19rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .review-text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}
.social-account {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .social-account {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: unset;
  }
}
.social-time {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .social-time {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: unset;
  }
}
.description-header-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .description-header-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.description-header-text-v2 {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .description-header-text-v2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: unset;
  }
}
.icon-repeater-title {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 700 !important;
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .icon-repeater-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .icon-repeater-title {
    letter-spacing: unset;
  }
}
.icon-repeater-description {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .icon-repeater-description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.resource-list-text {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .resource-list-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .resource-list-text {
    letter-spacing: unset;
  }
}
.resource-insurance-name {
  color: #696664;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .resource-insurance-name {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: unset;
  }
}
.timeline-year-text {
  color: #929295;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .timeline-year-text {
    font-size: 28px;
    line-height: 64px;
    letter-spacing: unset;
  }
}
.executive-team-name {
  color: #E65621;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .executive-team-name {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: unset;
  }
}
.executive-team-title {
  color: #3C3634;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  font-weight: 600 !important;
  letter-spacing: unset;
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .executive-team-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: unset;
    letter-spacing: 0.75px;
  }
}
.testimonial-heading-text {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .testimonial-heading-text {
    font-size: 36px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important;
  }
}
.location-heading-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(19rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .location-heading-text {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: unset;
  }
}
.location-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .location-text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: unset;
  }
}
.map-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .map-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: unset;
  }
}
.map-heading-text {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: bold !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .map-heading-text {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.apply-grid {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fill-grid {
  grid-column: 1 / span 26;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 14;
  }
}
.color-dark-purple {
  color: #3E3441;
}
.color-orange {
  color: #E65621;
}
.color-menu-gray {
  color: #57584F;
}
.color-purple {
  color: #3C3634;
}
.color-bright-purple {
  color: #6D307B;
}
.color-light-dark-purple {
  color: #4c6e7a;
}
.color-light-purple {
  color: #645567;
}
.color-mid-purple {
  color: #514355;
}
.color-light-orange {
  color: #FF671F;
}
.color-white {
  color: white;
}
.color-light-gray {
  color: #A6A6A6;
}
.color-mid-light-gray {
  color: #CECECF;
}
.color-mid-gray {
  color: #D9D9D9;
}
.color-dark-gray {
  color: #555657;
}
.color-gray {
  color: #6D6E71;
}
.color-black {
  color: black;
}
.background-color-dark-purple {
  background-color: #3E3441;
}
.background-color-orange {
  background-color: #E65621;
}
.background-color-menu-gray {
  background-color: #57584F;
}
.background-color-purple {
  background-color: #3C3634;
}
.background-color-bright-purple {
  background-color: #6D307B;
}
.background-color-light-dark-purple {
  background-color: #4c6e7a;
}
.background-color-light-purple {
  background-color: #645567;
}
.background-color-mid-purple {
  background-color: #514355;
}
.background-color-light-orange {
  background-color: #FF671F;
}
.background-color-white {
  background-color: white;
}
.background-color-light-gray {
  background-color: #A6A6A6;
}
.background-color-mid-light-gray {
  background-color: #CECECF;
}
.background-color-mid-gray {
  background-color: #D9D9D9;
}
.background-color-dark-gray {
  background-color: #555657;
}
.background-color-gray {
  background-color: #6D6E71;
}
.background-color-black {
  background-color: black;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.ontop {
  position: relative;
  z-index: 13;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.transition {
  transition: all 0.25s ease-out;
}
.border-underline {
  text-decoration: underline;
}
.border-underline:hover {
  text-decoration: none;
}
.animated-underline {
  position: relative;
}
.animated-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(5rem * 1 / 18);
  left: 0;
  bottom: 0;
  background-color: #E65621;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .animated-underline::after {
    height: 5px;
  }
}
.animated-underline:hover::after {
  transform: scale(1);
}
.letter-spacing {
  letter-spacing: 0.045rem;
}
@media only screen and (max-width: 1023px) {
  .letter-spacing {
    letter-spacing: 0.9px;
  }
}
.scroll-top {
  scroll-margin-top: calc(100rem * 1 / 18);
  scroll-padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top {
    scroll-margin-top: 100px;
    scroll-padding-top: 100px;
  }
}
.scroll-top-200 {
  scroll-margin-top: calc(200rem * 1 / 18);
  scroll-padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top-200 {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
.pf {
  background-color: white;
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pf {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .pf {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .pf {
    padding-top: calc(120rem * 1 / 3.9375);
  }
}
.pf__header {
  grid-column: 8 / span 12;
  padding-bottom: calc(90.71rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pf__header {
    grid-column: 1 / span 18;
  }
}
.pf__header p {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(33rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pf__header p {
    font-size: calc(16rem * 1 / 3.9375);
    line-height: calc(26rem * 1 / 3.9375);
  }
}
.pf__header img {
  width: 100%;
}
.pf__header h2 {
  font-size: calc(50rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .pf__header h2 {
    font-size: calc(30rem * 1 / 3.9375) !important;
  }
}
.pf__formwrapper {
  grid-column: 8 / span 12;
  padding-bottom: calc(90.71rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pf__formwrapper {
    grid-column: 1 / span 18;
  }
}
.pf__formwrapper label {
  width: calc(290rem * 1 / 18);
  display: inline-block;
  font-family: greycliff-cf, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .pf__formwrapper label {
    width: 100%;
    display: block;
    font-size: 18px;
  }
}
.pf__formwrapper input[type="text"],
.pf__formwrapper input[type="email"],
.pf__formwrapper input[type="tel"],
.pf__formwrapper input[type="number"],
.pf__formwrapper input[type="password"],
.pf__formwrapper textarea {
  padding: calc(15rem * 1 / 18);
  width: calc(450rem * 1 / 18);
  font-size: calc(18rem * 1 / 18);
  display: inline-block;
  border: 1px solid gray;
}
@media only screen and (max-width: 1023px) {
  .pf__formwrapper input[type="text"],
  .pf__formwrapper input[type="email"],
  .pf__formwrapper input[type="tel"],
  .pf__formwrapper input[type="number"],
  .pf__formwrapper input[type="password"],
  .pf__formwrapper textarea {
    width: 100%;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.pf__formwrapper input.expiry_textbox {
  width: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .pf__formwrapper input.expiry_textbox {
    width: 50px;
  }
}
.pf__formwrapper .error {
  display: none;
  padding-top: 10px;
  color: red;
}
@media only screen and (max-width: 1023px) {
  .pf__formwrapper .error {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.pf__formwrapper .loader {
  width: 40px;
  margin-left: 55px;
  margin-top: 20px;
  display: none;
}
.pf__formwrapper .paymentError {
  padding-top: 10px;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: red;
}
@media only screen and (max-width: 1023px) {
  .pf__formwrapper .paymentError {
    font-size: 18px;
    line-height: 28px;
  }
}
.pf .button {
  margin: 0;
  margin-top: 20px;
  background: #e65621;
  color: white;
  font-size: 17px;
  padding: 20px;
  border: 1px solid #e65621;
  width: 150px;
  margin-bottom: 20px;
  cursor: pointer;
}
