@charset "UTF-8";
@import url("https://urldefense.com/v3/__https:/use.typekit.net/tvg6nqb.css__;!!IaTcZfFN!_GsFpNl3iQP2wFPAIutE6sRSwj3KW8gCkZfAfOsQZ6h6mz7H23FIi8HL0dQ8TGEH3QS-DsPH2Si4PuCuHjk_Snk5eVgO72Q$");
.bg-color-black {
  background-color: #000 !important;
}

.text-color-black {
  color: #000 !important;
}

.bg-color-intellia-dark-teal {
  background-color: #245660 !important;
}

.text-color-intellia-dark-teal {
  color: #245660 !important;
}

.bg-color-intellia-gray {
  background-color: #9AA4AE !important;
}

.text-color-intellia-gray {
  color: #9AA4AE !important;
}

.bg-color-intellia-orange {
  background-color: #c55d38 !important;
}

.text-color-intellia-orange {
  color: #c55d38 !important;
}

.bg-color-intellia-teal {
  background-color: #49aab2 !important;
}

.text-color-intellia-teal {
  color: #49aab2 !important;
}

.bg-color-light-grayish-orange {
  background-color: #E8DED3 !important;
}

.text-color-light-grayish-orange {
  color: #E8DED3 !important;
}

.bg-color-light-rose-plaster {
  background-color: #F5EAE8 !important;
}

.text-color-light-rose-plaster {
  color: #F5EAE8 !important;
}

.bg-color-moonlight-linen {
  background-color: #F3EFE9 !important;
}

.text-color-moonlight-linen {
  color: #F3EFE9 !important;
}

.bg-color-rose-plaster {
  background-color: #E4C6BE !important;
}

.text-color-rose-plaster {
  color: #E4C6BE !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.text-color-white {
  color: #fff !important;
}

.bg-trans {
  background-color: transparent !important;
}

.footnote {
  font-size: 14px;
}
@media (min-width: 992px) {
  .footnote {
    font-size: 14px;
  }
}

.hang-note {
  position: relative;
  padding-left: 0.5rem;
}
.hang-note::before {
  content: "";
  font-size: 65%;
  position: absolute;
  top: -2px;
  left: 0.5rem;
  transform: translateX(-100%);
}
.hang-note {
  /*  https://www.prepressure.com/fonts/basics/character-names */
  /*  '*' - Inserts an asterisk before the element */
}
.hang-note.ast::before {
  content: "*";
  font-size: 100%;
}
.hang-note {
  /*  '**' - Inserts two asterisks before the element */
}
.hang-note.two-ast::before {
  content: "**";
  font-size: 100%;
}
.hang-note {
  /*  '†' - Inserts a dagger symbol before the element */
}
.hang-note.dagger::before {
  content: "†";
}
.hang-note {
  /*  '††'   - Inserts two dagger symbols before the element. */
}
.hang-note.two-dagger::before {
  content: "††";
}
.hang-note {
  /*  '‡'  - Inserts a double dagger symbol before the element */
}
.hang-note.dbl-dagger::before {
  content: "‡";
}
.hang-note {
  /*  '‡‡'   - Inserts two double dagger symbols before the element. */
}
.hang-note.two-dbl-dagger::before {
  content: "‡‡";
}
.hang-note {
  /*  '#'    - Inserts a hash symbol before the element. */
}
.hang-note.hash::before {
  content: "#";
}
.hang-note {
  /*  'a'    - Inserts the letter 'a' before the element. */
}
.hang-note.letter-a::before {
  content: "a";
}
.hang-note {
  /*  'b'    - Inserts the letter 'b' before the element. */
}
.hang-note.letter-b::before {
  content: "b";
}
.hang-note {
  /*  'c'    - Inserts the letter 'c' before the element. */
}
.hang-note.letter-c::before {
  content: "c";
}
.hang-note {
  /*  '1'    - Inserts the number '1' before the element. */
}
.hang-note.number-1::before {
  content: "1";
}
.hang-note {
  /*  '1'    - Inserts the number '1' before the element. */
}
.hang-note.number-1::before {
  content: "1";
}
.hang-note {
  /*  '2'    - Inserts the number '2' before the element. */
}
.hang-note.number-2::before {
  content: "2";
}
.hang-note {
  /*  '3'    - Inserts the number '3' before the element. */
}
.hang-note.number-3::before {
  content: "3";
}
.hang-note {
  /*  '4'    - Inserts the number '4' before the element. */
}
.hang-note.number-4::before {
  content: "4";
}
.hang-note {
  /*  '5'    - Inserts the number '5' before the element. */
}
.hang-note.number-5::before {
  content: "5";
}
.hang-note {
  /*  '¶'    - Inserts a pilcrow (paragraph) symbol before the element. */
}
.hang-note.pilcrow::before {
  content: "¶";
}
.hang-note {
  /*  '§'    - Inserts a section symbol before the element. */
}
.hang-note.sect::before {
  content: "§";
}
.hang-note {
  /*  '§§'   - Inserts two section symbols before the element. */
}
.hang-note.two-sect::before {
  content: "§§";
}
.hang-note {
  /*  '|'   - Inserts a vertical bar before the element. */
}
.hang-note.vert::before {
  content: "|";
}
.hang-note {
  /*  '||'   - Inserts two vertical bars before the element. */
}
.hang-note.two-vert::before {
  content: "‖";
}

.footnote-group {
  padding: 0;
}
.footnote-group p.footnote {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

body {
  color: #245660;
  font-family: "serenity", sans-serif;
  font-size: 20px;
}

main {
  overflow: hidden;
}

a {
  color: #245660;
  text-decoration: underline;
}
a:hover {
  color: #245660;
  text-combine-upright: inherit;
}

p.has-moonlight-linen-color a:hover {
  color: #c55d38;
}

h1,
.h1 {
  color: #245660;
  font-family: "adonis-web", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.35px;
  line-height: 50px;
}
h1 sup,
.h1 sup {
  font-size: 0.45em;
  top: -0.8em;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
    letter-spacing: 1.5px;
    line-height: 119%;
  }
}

h2,
.h2 {
  color: #245660;
  font-family: "adonis-web", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
}
h2 sup,
.h2 sup {
  font-size: 0.45em;
  top: -0.8em;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 50px;
    letter-spacing: 1.5px;
  }
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  color: #c55d38;
  letter-spacing: 0.8px;
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 40px;
    letter-spacing: 1.2px;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #245660;
  letter-spacing: 2.4px;
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 24px;
    letter-spacing: 2.6px;
  }
}

h5,
.h5 {
  font-family: "serenity", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #245660;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}

li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 992px) {
  li {
    font-size: 20px;
  }
}

p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 992px) {
  p {
    font-size: 20px;
  }
}

sup {
  font-size: 0.65em;
}

.subhead-sm {
  font-size: 18px;
}
@media (min-width: 992px) {
  .subhead-sm {
    font-size: 20px;
  }
}

.subhead-md {
  font-size: 20px;
}
@media (min-width: 992px) {
  .subhead-md {
    font-size: 24px;
  }
}

.subhead-lg {
  font-size: 24px;
}
@media (min-width: 992px) {
  .subhead-lg {
    font-size: 28px;
  }
}

figure.li-faux-img img {
  position: relative;
  top: -6px;
}
@media (min-width: 992px) {
  figure.li-faux-img img {
    top: -4px;
  }
}

.ast-sup {
  font-size: inherit;
  position: relative;
  top: -0.1rem;
}

span.tilde-char {
  font-size: inherit;
  font-family: "adonis-web", serif;
}

*[id] {
  scroll-margin-top: 160px;
}

.ls-0 {
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .media-img-mobile figure img {
    width: auto;
    display: flex;
    justify-self: center;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .media-img-mobile.vert-pad-mobile figure img {
    padding-top: 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .media-img-mobile.vert-pad-mobile .wp-block-media-text__content p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
}

figure.circle-mobile {
  padding-top: 20px;
}
figure.circle-mobile img {
  height: auto;
  width: 162px !important;
  padding-bottom: 12px !important;
}
@media (min-width: 992px) {
  figure.circle-mobile img {
    width: 240px !important;
  }
}

.circle-mobile-sm figure {
  padding-top: 20px;
  padding-bottom: 24px !important;
  text-align: center;
}
.circle-mobile-sm figure img {
  height: auto;
  width: 112px !important;
  padding-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .circle-mobile-sm figure img {
    width: 112px !important;
  }
}

.hae-logo img {
  width: 100%;
  height: auto;
  max-width: 254px;
}
@media (min-width: 992px) {
  .hae-logo img {
    max-width: 284px;
  }
}

.gap-10 {
  gap: 0px;
}
@media (min-width: 992px) {
  .gap-10 {
    gap: 10px;
  }
}

body .uwy.userway_p5 .userway_buttons_wrapper {
  left: 64px !important;
}

body {
  background-blend-mode: multiply;
  background-image: url("../images/bg-texture-green.jpg"), url("../images/bg-texture-canvas.png");
  background-repeat: repeat, repeat;
  background-size: 400px, 100% 50%;
  box-sizing: border-box;
  position: relative;
}
body * {
  box-sizing: border-box;
}
body main {
  margin-top: 0 !important;
}
body main > div {
  padding-top: 0 !important;
}
body main .section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  body main .section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.section-vert-gap-lg-bottom-mobile {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .section-vert-gap-lg-bottom-mobile {
    margin-bottom: 80px !important;
  }
}

.section-sm {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-sm {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.section-top-sm {
  margin-top: 32px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .section-top-sm {
    margin-top: 32px;
    margin-bottom: 80px;
  }
}

.section-bottom-sm {
  margin-top: 60px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .section-bottom-sm {
    margin-top: 80px;
    margin-bottom: 32px;
  }
}

.section-paper {
  background-color: #E8DED3;
  margin-top: 0;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .section-paper {
    padding-top: 80px;
  }
}

.section-green {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .section-green {
    padding-bottom: 0;
  }
}
.section-green h1, .section-green h2, .section-green h3, .section-green h4, .section-green p, .section-green ul, .section-green li {
  color: #F3EFE9;
}

.section-full-height-wrap {
  background-color: #E8DED3;
}
body:has(.section-full-height-wrap) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: none;
  background-color: #245660;
}

body:has(.section-full-height-wrap) .wp-site-blocks {
  flex: 1 0 auto;
}

body:has(.section-full-height-wrap) main {
  background-color: #E8DED3;
  padding-bottom: 160px;
  padding-top: 160px;
}
@media (min-width: 992px) {
  body:has(.section-full-height-wrap) main {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
body:has(.section-full-height-wrap) main .wp-block-group {
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.media-text-row figure img {
  height: 110px;
  width: auto;
}

.wp-block-accordion .wp-block-accordion-item {
  margin-bottom: 20px;
  border-radius: 0;
  border: 2px solid #c55d38;
  background-color: transparent;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading button {
  padding: 24px;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-title {
  color: #c55d38;
  font-family: "serenity", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 119%;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  text-decoration: none;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
  font-size: 0; /* Hide the + */
  transform: rotate(0deg);
  width: auto;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon::before {
  background-size: contain;
  background: url("../images/components/accordion-plus.svg") no-repeat center center;
  content: "";
  display: inline-block;
  display: inline-block;
  font-size: 1rem;
  height: 1em;
  width: 1em;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-heading .wp-block-accordion-heading__toggle[aria-expanded=true] .wp-block-accordion-heading__toggle-icon::before {
  background: url("../images/components/accordion-minus.svg") no-repeat center center !important;
}
.wp-block-accordion .wp-block-accordion-item .wp-block-accordion-panel {
  margin: 0;
  padding: 0 24px 24px 24px;
}

.action-cards.section {
  margin-top: 24px;
}
@media screen and (min-width: 780px) {
  .action-cards.section {
    margin-top: 32px;
  }
}

.anchor-menu {
  border: 2px solid #c55d38;
}
.anchor-menu .dropdown.show .dropdown-toggle svg {
  transform: rotate(0deg);
}
.anchor-menu .dropdown-toggle {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  width: 100%;
  padding-top: 24px;
  padding-left: 49px;
  padding-right: 49px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 119%; /* 19.04px */
  letter-spacing: 0.64px;
}
.anchor-menu .dropdown-toggle:focus {
  outline: none;
}
.anchor-menu .dropdown-toggle:after {
  display: none;
}
.anchor-menu .dropdown-toggle svg {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .anchor-menu .dropdown-toggle {
    display: none;
  }
}
.anchor-menu .dropdown-toggle.show svg {
  transform: rotate(0deg);
}
.anchor-menu .dropdown-menu {
  background: transparent;
  position: static !important;
  transform: unset !important;
  margin: 0;
  padding: 0;
  border: none;
  float: none;
}
@media (min-width: 992px) {
  .anchor-menu .dropdown-menu {
    display: block;
  }
}
@media (min-width: 992px) {
  .anchor-menu .anchor-link-list {
    display: flex;
    justify-content: space-between;
  }
}
.anchor-menu .anchor-link-list .anchor-link {
  margin-top: 0;
}
.anchor-menu .anchor-link-list .anchor-link a {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #c55d38;
  text-decoration-thickness: 2px; /* 12.5% */
  text-underline-offset: 5px; /* 31.25% */
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-left: 49px;
  padding-right: 49px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .anchor-menu .anchor-link-list .anchor-link a {
    padding-top: 29px;
    padding-bottom: 29px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .anchor-menu .anchor-link-list .anchor-link:first-of-type {
    padding-left: 29px;
  }
}
@media (min-width: 1200px) {
  .anchor-menu .anchor-link-list .anchor-link:first-of-type {
    padding-left: 42px;
  }
}
.anchor-menu .anchor-link-list .anchor-link:last-of-type {
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .anchor-menu .anchor-link-list .anchor-link:last-of-type {
    margin-bottom: 0;
    padding-right: 29px;
  }
}
@media (min-width: 1200px) {
  .anchor-menu .anchor-link-list .anchor-link:last-of-type {
    padding-right: 42px;
  }
}
.anchor-menu.light .dropdown-toggle {
  color: #245660;
}
.anchor-menu.light .dropdown-toggle svg path {
  fill: #245660;
}
.anchor-menu.light .anchor-link a {
  color: #245660;
}
.anchor-menu.dark .dropdown-toggle {
  color: #F3EFE9;
}
.anchor-menu.dark .dropdown-toggle svg path {
  fill: #F3EFE9;
}
.anchor-menu.dark .anchor-link a {
  color: #F3EFE9;
}

.box-cta {
  border: 2px solid #49aab2;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .box-cta {
    padding-left: 95px;
    padding-right: 95px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.box-cta h2 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .box-cta h2 {
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 1.5px;
  }
}
.box-cta p {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .box-cta p {
    margin-bottom: 30px;
  }
}
.box-cta.dark h2 {
  color: #E4C6BE;
}
.box-cta.dark p {
  color: #F3EFE9;
}

.wp-block-buttons .wp-block-button {
  background-color: #c55d38;
  border-color: #c55d38;
  border-radius: var(--Radius-Radius-S, 8px);
  color: #fff;
  padding: 0;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link {
  align-items: center;
  border-radius: var(--Radius-Radius-S, 8px);
  display: flex;
  font-family: "serenity", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 3%;
  line-height: 21px;
  padding: 12px var(--Spacing-Spacing-S, 16px);
  width: 100%;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link:hover, .wp-block-buttons .wp-block-button a.wp-block-button__link:focus, .wp-block-buttons .wp-block-button a.wp-block-button__link:active {
  color: #fff;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button a.wp-block-button__link::after {
  background-image: url("../images/components/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  height: 1rem;
  margin-left: 12px;
  width: 1rem;
}
.wp-block-buttons .wp-block-button:hover, .wp-block-buttons .wp-block-button:focus, .wp-block-buttons .wp-block-button:active {
  color: #fff;
  text-decoration: none;
  background-color: #94462A;
  border-color: #94462A;
  color: #fff;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.btn-text-only {
  background-color: transparent;
  border-color: transparent;
  color: #c55d38;
  padding: 0;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link {
  align-items: center;
  border-radius: 0;
  display: flex;
  font-family: "serenity", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  letter-spacing: 3%;
  padding: 12px var(--Spacing-Spacing-S, 16px);
  width: 100%;
}
.wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link:hover, .wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link:focus, .wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link:active {
  color: #94462A;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link:hover::after, .wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link:focus::after, .wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link:active::after {
  background-image: url("../images/components/button-arrow-orange-hover.svg");
}
.wp-block-buttons .wp-block-button.btn-text-only a.wp-block-button__link::after {
  background-image: url("../images/components/button-arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  height: 1rem;
  margin-left: 12px;
  width: 1rem;
}
.wp-block-buttons .wp-block-button.btn-text-only:hover, .wp-block-buttons .wp-block-button.btn-text-only:focus, .wp-block-buttons .wp-block-button.btn-text-only:active {
  color: #94462A;
  text-decoration: none;
}
.wp-block-buttons .wp-block-button.btn-no-arrow a::after {
  background-image: none !important;
  display: none !important;
}
.wp-block-buttons .wp-block-button.btn-no-arrow a:hover::after, .wp-block-buttons .wp-block-button.btn-no-arrow a:focus::after, .wp-block-buttons .wp-block-button.btn-no-arrow a:active::after {
  background-image: none !important;
  display: none !important;
}
.wp-block-buttons .wp-block-button.btn-download a::after {
  background-image: url("../images/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 18px;
  height: 1rem;
  margin-left: 12px;
  width: 1rem;
}
.wp-block-buttons .wp-block-button.is-disabled, .wp-block-buttons .wp-block-button[aria-disabled=true] {
  background-color: #9aa4ae;
  border-color: #9AA4AE;
  color: #fff;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
}

.circle-graph.large {
  margin-bottom: 60px;
}
.circle-graph.large .circle-graph-image {
  margin-bottom: 40px;
}
.circle-graph.large p {
  margin-bottom: 20px;
}
.circle-graph.small {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .circle-graph.small {
    flex-direction: row;
    gap: 30px;
  }
}
.circle-graph.small p:last-of-type {
  margin-bottom: 0;
}
.circle-graph.small .circle-graph-image {
  width: 112px;
  height: 112px;
}

.corner-cta {
  height: 100%;
}
.corner-cta .corner-cta-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 23px;
  padding-bottom: 30px;
  border-left: 2px solid #49aab2;
}
.corner-cta .corner-cta-content-wrapper.is-layout-constrained > .wp-block-group:not(.alignleft):not(.alignright):not(.alignfull) {
  margin-left: 0 !important;
}
.corner-cta .corner-cta-bottom {
  border-bottom: 2px solid #49aab2;
  margin-top: 0;
  margin-left: 0 !important;
}
.corner-cta h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: left;
}
@media (min-width: 992px) {
  .corner-cta h2 {
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 1.5px;
  }
}
.corner-cta p {
  text-align: left;
  font-weight: 300;
}
.corner-cta.dark h2 {
  color: #E4C6BE;
}
.corner-cta.dark p {
  color: #F3EFE9;
  margin-bottom: 30px;
}

.wp-block-details p {
  padding-left: 1rem;
}

.divider {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 294px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
}
.divider img {
  display: block;
  width: 100%;
}

footer.wp-block-template-part {
  margin-top: 0;
}

.footer {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
  background: #245660;
  border-top: 3px solid #c55d38;
}
.footer .footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer nav.footer-links {
  margin-top: 60px;
  margin-bottom: 20px;
}
.footer .socialIcons {
  margin-top: 0px;
  margin-bottom: 60px;
  gap: 10px;
}
.footer .footer-links {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer .footer-links {
    flex-direction: row;
  }
}
.footer .footer-links li,
.footer .footer-links .footer-link {
  color: #fff;
  text-align: center;
  /* Body/Reg */
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 146%; /* 27.74px */
  letter-spacing: 0.38px;
  text-decoration: none;
}
.footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
}
.footer p.copyright {
  margin-top: 60px;
  letter-spacing: 2%;
}
@media (min-width: 992px) {
  .footer p {
    font-size: 17px;
    color: #F3EFE9;
    font-size: 17px;
    line-height: 140%; /* 23.8px */
    letter-spacing: 0.34px;
  }
}
.footer #job-code {
  margin-bottom: 0;
}

.wp-block-media-text.bullet-icon {
  grid-template-columns: 40px auto !important;
}
.wp-block-media-text.bullet-icon > .wp-block-media-text__media {
  margin: 0 0 auto;
}
.wp-block-media-text.bullet-icon > .wp-block-media-text__content {
  padding: 0 0 0 24px !important;
}
.wp-block-media-text.bullet-icon > .wp-block-media-text__content p {
  margin: 0 0;
}

.header-utility-nav a {
  color: #F3EFE9;
  font-family: "serenity", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 3%;
  line-height: 145%;
  text-decoration: underline;
}
.header-utility-nav a.active {
  color: #E4C6BE;
  font-weight: 600;
  text-decoration: none;
}

.wp-block-image.header-logo a img {
  height: 80px;
  width: auto;
}

.hero-block {
  margin: 0 auto !important;
  padding: 0;
  position: relative;
}
.hero-block .hero-content-wrapper {
  margin: 0;
  padding: 48px 0;
  padding-bottom: 0;
}
.hero-block .hero-content-wrapper div[class*=col-] figure {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.hero-block .hero-content-wrapper div[class*=col-] figure:first-of-type {
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .home .hero-block .hero-content-wrapper {
    padding: 64px 0;
  }
}
@media (min-width: 992px) {
  .hero-block .hero-content-wrapper {
    padding: 48px 0;
  }
}
.hero-block .hero-description {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.hero-block .hero-description > div {
  margin: 0;
}
.hero-block .hero-description p {
  color: #F3EFE9;
  font-family: "serenity", sans-serif;
  font-weight: 300;
  margin: 0;
  margin-bottom: 30px;
  padding: 0 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-block .hero-description p {
    padding: 0;
  }
}
.hero-block .hero-image-desktop {
  height: 100%;
  max-height: 560px;
  padding: 0;
  position: absolute;
  left: 41.6666666667%;
}
.hero-block .hero-image-desktop figure {
  height: 100%;
  margin: 0 !important;
  width: auto;
}
.hero-block .hero-image-desktop img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (min-width: 1440px) {
  .hero-block .hero-image-desktop {
    left: 45%;
  }
}
.hero-block .hero-image-mobile {
  margin: 0;
  padding: 0;
  position: relative;
  bottom: 0;
  left: calc(var(--wp--style--root--padding-right) * -1);
  width: 100vw;
}
.hero-block .hero-image-mobile figure {
  height: 100%;
  margin: 0 !important;
  width: 100%;
  max-width: none;
}
.hero-block .hero-image-mobile img {
  height: 100%;
  width: 100%;
  max-width: none;
}
.hero-block .hero-title span {
  color: #F3EFE9;
  font-family: "adonis-web", serif;
  display: block;
  font-weight: 400;
  line-height: 1.17;
  text-align: center;
  text-transform: uppercase;
}
.hero-block .hero-title .hero-title-small {
  color: #E4C6BE;
  font-family: "serenity", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2.88px;
}
@media screen and (min-width: 780px) {
  .hero-block .hero-title .hero-title-small {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 3.36px;
  }
}
.hero-block .hero-title .hero-title-medium {
  font-size: 42px;
  letter-spacing: 0.84px;
}
@media screen and (min-width: 780px) {
  .hero-block .hero-title {
    font-size: 48px;
    letter-spacing: 0.96px;
  }
}
.hero-block .hero-title .hero-title-large {
  font-size: 65px;
}
@media screen and (min-width: 780px) {
  .hero-block .hero-title .hero-title-large {
    font-size: 75px;
  }
}

.hero-block .hero-content-wrapper div[class*=col-] figure.divider-small:first-of-type,
.hero-block.hero-home .hero-content-wrapper div[class*=col-] figure.divider-small:first-of-type {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hero-block .hero-content-wrapper div[class*=col-] figure.divider-small,
.hero-block.hero-home .hero-content-wrapper div[class*=col-] figure.divider-small {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero-block--tall .hero-image-desktop {
  max-height: 798px;
}

header {
  position: sticky;
  top: 0;
  lefT: 0;
  width: 100%;
  z-index: 999;
}

ul.wp-block-navigation li.wp-block-navigation-item {
  padding-bottom: 10px;
}
ul.wp-block-navigation li.wp-block-navigation-item:hover {
  border-bottom: 2px solid #c55d38;
  text-decoration: none;
  padding-bottom: 8px;
}
ul.wp-block-navigation li.wp-block-navigation-item a:hover {
  border-bottom: none;
  text-decoration: none;
}
ul.wp-block-navigation li.wp-block-navigation-item.current-menu-item {
  border-bottom: 2px solid #c55d38;
  text-decoration: none;
}

.wp-block-navigation__submenu-icon svg {
  color: #c55d38;
}
.wp-block-navigation__submenu-icon svg path {
  stroke-width: 2px;
}

.utility-nav {
  padding-top: 16px;
  padding-bottom: 18px;
  background: #245660;
}
@media (min-width: 992px) {
  .utility-nav {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.utility-nav p {
  margin-bottom: 0;
  color: #F3EFE9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.36px;
}
.utility-nav p.utility-nav-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 145%; /* 23.2px */
  padding-left: 20px;
  padding-right: 28px;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  text-decoration-style: solid;
  text-decoration-thickness: 10%; /* 1.6px */
  text-transform: uppercase;
  text-underline-offset: 25%; /* 4px */
  text-underline-position: from-font;
}
.utility-nav p.utility-nav-text:after {
  background-image: url(../images/components/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 10px;
  width: 9px;
  top: 0px;
  position: relative;
}
.utility-nav .utility-nav-link {
  color: #F3EFE9;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.48px;
  line-height: 145%; /* 23.2px */
  padding-right: 20px;
  text-align: right;
  text-transform: uppercase;
}
.utility-nav .utility-nav-link a {
  text-decoration: none;
}
.utility-nav .utility-nav-link a:after {
  background-image: url(../images/components/button-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 10px;
  width: 9px;
  top: -1px;
  position: relative;
}
.utility-nav .utility-nav-link a:hover {
  color: #E4C6BE !important;
  text-decoration: none;
}
.utility-nav .utility-nav-link a:hover:after {
  background-image: url(../images/components/button-arrow-rose.svg);
}
.utility-nav .border-left {
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.utility-nav-mobile {
  padding-bottom: 40px;
}
.utility-nav-mobile .utility-nav-link {
  margin-bottom: 20px;
}
.utility-nav-mobile .utility-nav-link a {
  color: #c55d38;
  font-size: var(--Body-Reg, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.utility-nav-mobile .utility-nav-text {
  color: #245660;
  font-size: var(--Body-Reg, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-color: #c55d38;
  text-decoration-thickness: 2px; /* 12.5% */
  text-underline-offset: 5px; /* 31.25% */
  text-underline-position: from-font;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}
.utility-nav-mobile .btn {
  margin-top: 30px;
}

.main-navigation {
  background: linear-gradient(180deg, #f5eae8 0%, #e4c6be 100%);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: border-radius 0.3s ease;
}
.main-navigation:has(.navbar-toggler.collapsed) {
  background: #F5EAE8;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media (min-width: 992px) {
  .main-navigation {
    background: #F5EAE8;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.main-navigation .navbar {
  padding: 0;
}
.main-navigation .navbar-brand img {
  display: block;
  width: 185px;
  height: 58px;
}
.main-navigation .navbar-brand figure {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.main-navigation .navbar-toggler {
  padding: 0;
  background: none;
  border: none;
}
.main-navigation .navbar-toggler.collapsed .icon-open {
  display: flex;
}
.main-navigation .navbar-toggler.collapsed .icon-close {
  display: none;
}
.main-navigation .navbar-toggler:not(.collapsed) .icon-open {
  display: none;
}
.main-navigation .navbar-toggler:not(.collapsed) .icon-close {
  display: flex;
}
.main-navigation .navbar-toggler:focus {
  outline: none;
  border: none;
}
.main-navigation .navbar-toggler .navbar-toggler-icon {
  display: flex;
  align-items: center;
  background: none;
  justify-content: center;
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse {
    justify-content: flex-end;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse .navbar-nav {
    gap: 12px;
  }
}
.main-navigation .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  text-align: start;
  transform: translateY(2px);
}
.main-navigation .navbar-collapse .navbar-nav .nav-item .nav-link:not(.dropdown-item) {
  color: #245660;
  font-size: var(--Body-Reg, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  width: 100%;
  padding: var(--Spacing-Spacing-XS, 12px) 0;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item .nav-link:not(.dropdown-item):hover {
  color: #c55d38;
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item .nav-link:not(.dropdown-item) {
    font-size: 16px;
    padding: var(--Spacing-Spacing-XS, 12px) var(--Spacing-Spacing-2X-S, 8px);
  }
}
@media (min-width: 1200px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item .nav-link:not(.dropdown-item) {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item:hover:not(.active) {
    text-decoration: none;
    border-bottom: 3px solid #c55d38;
  }
  .main-navigation .navbar-collapse .navbar-nav .nav-item:hover:not(.active) .nav-link {
    padding-bottom: 9px;
  }
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.active .nav-link:not(.dropdown-item) {
  text-decoration: underline;
  text-decoration-color: #c55d38;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 5px;
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item.active .nav-link:not(.dropdown-item) {
    text-decoration: none;
    border-bottom: 3px solid #c55d38;
  }
  .main-navigation .navbar-collapse .navbar-nav .nav-item.active .nav-link:not(.dropdown-item) .nav-link {
    padding-bottom: 9px;
  }
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown {
  display: block;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle svg {
  transform: rotate(180deg);
  margin-left: 8px;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle.show svg {
  transform: rotate(0deg);
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown.active .dropdown-toggle {
  text-decoration: none;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown.show .dropdown-toggle svg {
  transform: rotate(0deg);
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #F5EAE8;
  background: #fff;
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  border-top: 2px solid var(--Intellia-Orange, #c55d38);
}
@media (min-width: 576px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.16);
    border-top: none;
    z-index: 1000000;
  }
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  padding: var(--Spacing-Spacing-XS, 12px) var(--Spacing-Spacing-M, 24px);
  align-items: center;
  gap: var(--Spacing-Spacing-XS, 12px);
  align-self: stretch;
  color: var(--Intellia-Teal, #245660);
  /* UI/Navigation Link */
  font-family: var(--Typography-Font-Family-Serenity, Serenity);
  font-size: var(--Typography-Font-Size-Nav-Utility-Link, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  background: var(--Light-Rose-Plaster, #f5eae8);
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #F3EFE9;
}
.main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: #E4C6BE;
}
@media (min-width: 992px) {
  .main-navigation .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: var(--Spacing-Spacing-XS, 12px) var(--Spacing-Spacing-M, 24px);
  }
}
.main-navigation .navbar-collapse .nav-divider {
  height: 2px;
  background: #c55d38;
  margin-top: 19px;
  margin-bottom: 30px;
}

.nav-button {
  align-items: center;
  background: #c55d38;
  border-radius: var(--Radius-Radius-S, 8px);
  color: #fff;
  display: flex;
  font-family: var(--Typography-Font-Family-Serenity, Serenity);
  font-size: var(--Typography-Font-Size-Button, 16px);
  font-style: normal;
  font-weight: 600;
  gap: var(--Spacing-Spacing-XS, 12px);
  justify-content: center;
  letter-spacing: 0.48px;
  line-height: normal;
  padding: var(--Spacing-Spacing-XS, 12px) var(--Spacing-Spacing-S, 16px);
  text-decoration: none;
  width: fit-content;
}
.nav-button:hover {
  background-color: #94462a;
  border-color: #94462a;
  color: #fff;
}

/* sitemap nav menu styling */
.sitemap-nav-wrap .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  background-color: #E8DED3;
  border: none;
  color: #245660;
  height: auto !important;
  margin-bottom: -18px !important;
  margin-top: 20px !important;
  opacity: 1;
  overflow: visible;
  padding-left: 20px !important;
  visibility: visible;
  width: auto;
}
.sitemap-nav-wrap .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: block;
  padding: 0.5em 0;
}
.sitemap-nav-wrap .wp-block-navigation .wp-block-navigation-submenu {
  align-items: normal;
  display: block !important;
  height: auto;
  opacity: 1 !important;
  overflow: visible;
  position: static !important; /* Makes it stack vertically rather than floating */
  visibility: visible !important;
  width: auto;
}
.sitemap-nav-wrap .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-link a {
  padding-left: 0;
}

.top-page-tear,
.bottom-page-tear {
  min-width: 158px;
  width: 100%;
}
.top-page-tear img,
.bottom-page-tear img {
  width: 100%;
  display: block;
}

.paper-tear-top {
  margin-top: 82px;
  min-height: 156px;
}
.paper-tear-top::before {
  background-image: url(../images/page-tear-top.png);
  background-position: top;
  background-repeat: repeat-x;
  background-size: cover;
  content: "";
  filter: drop-shadow(0 -21px 10px rgba(0, 0, 0, 0.35));
  height: 47px;
  left: 0;
  position: absolute;
  top: -24px;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .paper-tear-top::before {
    top: -46px;
  }
}
@media screen and (min-width: 1920px) {
  .paper-tear-top::before {
    background-size: contain;
  }
}

.paper-tear-bottom {
  margin-bottom: 160px;
}
.paper-tear-bottom::after {
  background-image: url(../images/page-tear-bottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: cover;
  bottom: -46px;
  content: "";
  filter: drop-shadow(0 21px 10px rgba(0, 0, 0, 0.35));
  height: 47px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 1920px) {
  .paper-tear-bottom::after {
    background-size: contain;
  }
}

.paper-no-tear-bottom {
  margin-bottom: -80px !important;
  padding: 80px !important;
}

.paper-tear-top.paper-tear-bottom {
  min-height: 156px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .paper-tear-top.paper-tear-bottom {
    padding-bottom: 80px;
  }
}

.page-reference-block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
}
.page-reference-block p strong {
  font-weight: 700;
}
.page-reference-block p.references-title {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .page-reference-block p.references-title {
    font-size: 14px;
  }
}
.page-reference-block.dark p {
  color: #F3EFE9;
}
.page-reference-block.light p {
  color: #245660;
}
.page-reference-block ol, .page-reference-block li {
  color: #F3EFE9;
  font-family: "serenity", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 145%;
  margin-bottom: 0.625rem;
}
.page-reference-block ol:last-child, .page-reference-block li:last-child {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .page-reference-block ol, .page-reference-block li {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 780px) {
  .percentage-cards .wp-block-columns.is-layout-flex > .wp-block-column.fill-space {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: -webkit-fill-available;
  }
  .percentage-cards .wp-block-columns.is-layout-flex > .wp-block-column.fill-space .float-to-bottom {
    display: flex;
    flex-direction: column;
    justify-self: flex-end;
    margin-top: auto !important;
    padding-top: 1rem;
  }
}

.divider-line-teal {
  line-height: 0;
}

.form-header {
  font-weight: 700;
  color: #245660;
  letter-spacing: 0;
}

form {
  max-width: 590px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
form p {
  width: 100%;
}
form p label {
  width: 100%;
}
form p label input {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #245660;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  color: #245660;
}
form p label:has(> input[type=checkbox]) {
  margin-top: 32px;
  display: flex;
  align-items: start;
}
form p label input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin-top: 5px;
  margin-right: 8px;
  transform: scale(1);
}
form p label .wpcf7-list-item {
  margin: 0 0 0 0;
}
form p label select {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #245660;
  background-color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  color: #245660;
  appearance: none;
  background-image: url("../images/icons/chevron-down-teal.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
  padding-right: 32px;
}
form p:has(.wpcf7-submit) {
  margin: 40px 0 0 0;
  padding: 0;
}
form .wpcf7-submit {
  align-items: center;
  background: #c55d38;
  border-radius: var(--Radius-Radius-S, 8px);
  border: none;
  color: #fff;
  display: flex;
  font-size: var(--Typography-Font-Size-Button, 16px);
  font-style: normal;
  font-weight: 600;
  gap: var(--Spacing-Spacing-XS, 12px);
  justify-content: center;
  letter-spacing: 0.48px;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  max-width: 304px;
  padding: var(--Spacing-Spacing-XS, 12px) var(--Spacing-Spacing-S, 16px);
}
form .wpcf7-submit[disabled] {
  background: #9AA4AE;
  color: #fff;
  cursor: not-allowed;
  opacity: 1;
}
form .wpcf7-spinner {
  display: none;
}
form .wpcf7-response-output {
  display: none;
}

.callout-paint {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  min-height: 344px;
  justify-content: center;
  max-width: 100%;
  padding: 60px 40px;
  width: 352px;
}
@media (min-width: 768px) {
  .callout-paint {
    height: 279px;
    padding: 60px 104px;
    width: 647px;
  }
}
.callout-paint h4 {
  color: #245660;
  font-size: 24px;
  letter-spacing: 10%;
  line-height: 119%;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .callout-paint h4 {
    font-size: 26px;
  }
}
.callout-paint.callout-paint-teal {
  background-image: url(../images/callouts/splash-teal-mobile.png);
}
@media (min-width: 768px) {
  .callout-paint.callout-paint-teal {
    background-image: url(../images/callouts/splash-teal-desktop.png);
  }
}
.callout-paint.callout-paint-teal h4 {
  color: #F3EFE9 !important;
}
.callout-paint.callout-paint-teal-tall {
  background-image: url(../images/callouts/splash-teal-mobile.svg);
}
@media (min-width: 768px) {
  .callout-paint.callout-paint-teal-tall {
    background-image: url(../images/callouts/splash-teal-desktop.png);
  }
}
.callout-paint.callout-paint-teal-tall h4 {
  color: #F3EFE9 !important;
}
.callout-paint.callout-paint-rose {
  background-image: url(../images/callouts/splash-rose-mobile.png);
}
@media (min-width: 768px) {
  .callout-paint.callout-paint-rose {
    background-image: url(../images/callouts/splash-rose-desktop.png);
  }
}
.callout-paint.callout-paint-white {
  background-image: url(../images/callouts/splash-white-mobile.png);
}
@media (min-width: 768px) {
  .callout-paint.callout-paint-white {
    background-image: url(../images/callouts/splash-white-desktop.png);
  }
}

.wp-block-image.section {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
@media (min-width: 992px) {
  .wp-block-image.section {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
}
.wp-block-image.divider-small {
  width: 300px;
}
.wp-block-image.divider-small img {
  vertical-align: middle;
}
.wp-block-image.divider-large {
  width: 100%;
}
.wp-block-image.divider-large img {
  vertical-align: middle;
}

body.block-editor-iframe__body.editor-styles-wrapper .modal {
  display: block !important;
  opacity: 1 !important;
}
body.block-editor-iframe__body.editor-styles-wrapper .modal .modal-dialog {
  display: block !important;
  opacity: 1 !important;
}
body.block-editor-iframe__body.editor-styles-wrapper .modal .modal-dialog .modal-header {
  display: block !important;
  opacity: 1 !important;
}
body.block-editor-iframe__body.editor-styles-wrapper .modal .modal-dialog .modal-header h5 {
  display: block !important;
}
body.block-editor-iframe__body.editor-styles-wrapper .modal .modal-dialog .modal-content {
  display: block !important;
}
body.block-editor-iframe__body.editor-styles-wrapper .modal .modal-dialog .modal-footer {
  display: block !important;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 80vh;
}

.modal-backdrop.show {
  background-color: rgba(36, 86, 96, 0.95) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modal {
  padding: 0 1rem !important;
  margin: 0;
}
@media (min-width: 768px) {
  .modal {
    padding: 0 !important;
  }
}
.modal .modal-dialog {
  background-color: transparent;
  max-width: 700px;
  width: 100%;
}
.modal .modal-dialog .modal-content {
  max-height: 80vh;
  padding: 24px;
  background-color: #F3EFE9;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 0 0 22px;
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  background-image: url("../images/icons/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 30px;
  z-index: 99;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content .modal-header .btn-close {
    right: -12px;
    top: -12px;
  }
}
.modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  background-image: url("../images/icons/icon-close-hover.svg");
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  margin: 0;
  color: #245660;
}
.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  margin-top: 24px;
  padding: 0;
}

.page-sign-up .education-purposes-text {
  color: #245660 !important;
}
/*# sourceMappingURL=index.css.map */
