:root {
  --primary-color: #27398F;
  --secondary-color: #00AEEF;
  --dark-secondary-color: rgb(0, 136.870292887, 188);
  --tertiary-color: #F5D273;
  --body-font-color: #4B5662;
  --white: #fff;
  --black: #000;
  --border: #D9EAF0;
  --light-background: #ECF1F4;
  --link-underline: #00AEEF;
  --light-blue: #CDDDE3;
  --electric-blue: #049BE0;
  --electric-blue-alt: #108DCE;
  --cobalt-blue: #1556A4;
  --dark-cobalt: #214B9D;
  --dark-blue-alt: #1C8FB9;
  --cosmic-cobalt: #21338C;
  --dark-cosmic-cobalt: rgb(23.2716763006, 35.9653179191, 98.7283236994);
  --alice-blue: #EAF5F9;
  --granite: #666666;
  --almond: #FBEFCD;
  --yellow: #EEFF94;
  --yellow-green: #E6F9A3;
  --orange-yellow: #F5D273;
  --notice-background: #F5D273;
  --alert-background: #B60202;
  --thin: 100;
  --extraLight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semiBold: 600;
  --bold: 700;
  --extraBold: 800;
  --heavy: 900;
}

.clearfix,
.group,
.row {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.clearfix:before, .clearfix:after,
.group:before,
.group:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after,
.group:after,
.row:after {
  clear: both;
}

.max-wrap-none, .block-max-wrap-none > .content {
  width: 100%;
  max-width: 100%;
}

.max-wrap-xsmall {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.block-max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

.max-wrap-small {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.block-max-wrap-small > .content {
  max-width: 950px !important;
  margin: 0 auto;
}

.max-wrap-medium {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.block-max-wrap-medium > .content {
  max-width: 1200px !important;
  margin: 0 auto;
}

.max-wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.block-max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.block-max-wrap-large > .content {
  max-width: 1440px !important;
  margin: 0 auto;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #4B5662;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  font-size: clamp(1.6rem, 2.5vw, 1.8rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
  margin: 0;
  font-size: inherit !important;
}

main {
  container-type: inline-size;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

a {
  color: #27398F;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  text-underline-offset: 3px;
}
a:hover, a:focus {
  -webkit-text-decoration: underline #00AEEF;
  text-decoration: underline #00AEEF;
}

.content {
  font-family: "Inter", sans-serif;
}

main a:not([class]),
main a[class=speedbump],
main a[class=""] {
  font-weight: 700;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}
main a:not([class]):hover,
main a[class=speedbump]:hover,
main a[class=""]:hover {
  -webkit-text-decoration: underline #00AEEF;
  text-decoration: underline #00AEEF;
  font-weight: 700;
}

@container (max-width: 899px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom, .margin-bottom-none {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@container (min-width: 900px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top,
.no-top-padding, .padding-top-none {
  padding-top: 0 !important;
}

.no-padding-bottom,
.no-bottom-padding, .padding-bottom-none {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@container (min-width: 900px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1,
h1:not([class]) {
  font-weight: 700;
  font-size: clamp(3rem, 3vw, 6rem);
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #27398F;
}

.f-h2,
h2:not([class]) {
  font-weight: 800;
  font-size: clamp(2.2rem, 2vw, 3.2rem);
  line-height: 1.1;
  font-family: "Inter", sans-serif;
  color: #27398F;
}

.f-h3,
h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #27398F;
}

.f-h4,
h4:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #27398F;
}

.f-h5,
h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

.f-h6,
h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

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

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

.bg-light-grey {
  --blockColor: #ECF1F4 !important;
  --box-color: #ECF1F4 !important;
}

.bg-light-blue {
  --blockColor: #CDDDE3 !important;
  --box-color: #CDDDE3 !important;
}

.bg-electric-blue {
  --blockColor: #049BE0 !important;
  --box-color: #049BE0 !important;
}

.bg-cobalt-blue {
  --blockColor: #1556A4 !important;
  --box-color: #1556A4 !important;
}

.bg-cosmic-blue {
  --blockColor: #21338C !important;
  --box-color: #21338C !important;
}

.bg-alice-blue {
  --blockColor: #EAF5F9 !important;
  --box-color: #EAF5F9 !important;
}

.bg-granite {
  --blockColor: #666666 !important;
  --box-color: #666666 !important;
}

.bg-almond {
  --blockColor: #FBEFCD !important;
  --box-color: #FBEFCD !important;
}

.bg-yellow {
  --blockColor: #EEFF94 !important;
  --box-color: #EEFF94 !important;
}

.bg-yellow-green {
  --blockColor: #E6F9A3 !important;
  --box-color: #E6F9A3 !important;
}

.bg-orange-yellow {
  --blockColor: #F5D273 !important;
  --box-color: #F5D273 !important;
}

.cta-lnk, .cta-lnk-black-red, .cta-lnk-red-black, .cta-lnk-blue, .location-list .item .actions a, .cta-lnk-red, .cta-lnk-white, .location-list-header .location-search-container .closest-location .actions a, .cta-lnk-black {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
  text-align: center;
}
.cta-lnk .text, .cta-lnk-black-red .text, .cta-lnk-red-black .text, .cta-lnk-blue .text, .location-list .item .actions a .text, .cta-lnk-red .text, .cta-lnk-white .text, .location-list-header .location-search-container .closest-location .actions a .text, .cta-lnk-black .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 0 0.25em;
}
.cta-lnk .text:after, .cta-lnk-black-red .text:after, .cta-lnk-red-black .text:after, .cta-lnk-blue .text:after, .location-list .item .actions a .text:after, .cta-lnk-red .text:after, .cta-lnk-white .text:after, .location-list-header .location-search-container .closest-location .actions a .text:after, .cta-lnk-black .text:after {
  content: "";
  position: relative;
  color: #F5D273;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-right: 2px solid #F5D273;
  border-bottom: 2px solid #F5D273;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  left: 0;
}
.cta-lnk:focus, .cta-lnk-black-red:focus, .cta-lnk-red-black:focus, .cta-lnk-blue:focus, .location-list .item .actions a:focus, .cta-lnk-red:focus, .cta-lnk-white:focus, .location-list-header .location-search-container .closest-location .actions a:focus, .cta-lnk-black:focus, .cta-lnk:hover, .cta-lnk-black-red:hover, .cta-lnk-red-black:hover, .cta-lnk-blue:hover, .location-list .item .actions a:hover, .cta-lnk-red:hover, .cta-lnk-white:hover, .location-list-header .location-search-container .closest-location .actions a:hover, .cta-lnk-black:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.cta-lnk:focus .text, .cta-lnk-black-red:focus .text, .cta-lnk-red-black:focus .text, .cta-lnk-blue:focus .text, .location-list .item .actions a:focus .text, .cta-lnk-red:focus .text, .cta-lnk-white:focus .text, .location-list-header .location-search-container .closest-location .actions a:focus .text, .cta-lnk-black:focus .text, .cta-lnk:hover .text, .cta-lnk-black-red:hover .text, .cta-lnk-red-black:hover .text, .cta-lnk-blue:hover .text, .location-list .item .actions a:hover .text, .cta-lnk-red:hover .text, .cta-lnk-white:hover .text, .location-list-header .location-search-container .closest-location .actions a:hover .text, .cta-lnk-black:hover .text {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
.cta-lnk:focus .text:after, .cta-lnk-black-red:focus .text:after, .cta-lnk-red-black:focus .text:after, .cta-lnk-blue:focus .text:after, .location-list .item .actions a:focus .text:after, .cta-lnk-red:focus .text:after, .cta-lnk-white:focus .text:after, .location-list-header .location-search-container .closest-location .actions a:focus .text:after, .cta-lnk-black:focus .text:after, .cta-lnk:hover .text:after, .cta-lnk-black-red:hover .text:after, .cta-lnk-red-black:hover .text:after, .cta-lnk-blue:hover .text:after, .location-list .item .actions a:hover .text:after, .cta-lnk-red:hover .text:after, .cta-lnk-white:hover .text:after, .location-list-header .location-search-container .closest-location .actions a:hover .text:after, .cta-lnk-black:hover .text:after {
  left: 0.5em;
}

.cta-lnk-black {
  color: var(--black);
}

.cta-lnk-white, .location-list-header .location-search-container .closest-location .actions a {
  color: var(--white);
}

.cta-lnk-red {
  color: var(--primary-color);
}

.cta-lnk-blue, .location-list .item .actions a {
  color: var(--cosmic-cobalt);
}

.cta-lnk-red-black {
  color: var(--primary-color);
}
@container (min-width: 900px) {
  .cta-lnk-red-black {
    color: var(--black);
  }
}

.cta-lnk-black-red {
  color: var(--black);
}
@container (min-width: 900px) {
  .cta-lnk-black-red {
    color: var(--primary-color);
  }
}

.base-cta, .google-btn, .android-btn, .apple-btn, .ghost-btn-white, .ghost-btn, .cta-btn-white, .cta-btn, .form-section .form input[type=submit],
.form-section .form button[type=submit], .contact-section .form-embed input[type=submit],
.contact-section .form-embed button[type=submit], .mod-compare-table.last-row-style table tr:last-child a {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0.6em 2.5em 0.6em 1.5em;
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
.base-cta:focus, .google-btn:focus, .android-btn:focus, .apple-btn:focus, .ghost-btn-white:focus, .ghost-btn:focus, .cta-btn-white:focus, .cta-btn:focus, .form-section .form input[type=submit]:focus,
.form-section .form button[type=submit]:focus, .contact-section .form-embed input[type=submit]:focus,
.contact-section .form-embed button[type=submit]:focus, .mod-compare-table.last-row-style table tr:last-child a:focus, .base-cta:hover, .google-btn:hover, .android-btn:hover, .apple-btn:hover, .ghost-btn-white:hover, .ghost-btn:hover, .cta-btn-white:hover, .cta-btn:hover, .form-section .form input[type=submit]:hover,
.form-section .form button[type=submit]:hover, .contact-section .form-embed input[type=submit]:hover,
.contact-section .form-embed button[type=submit]:hover, .mod-compare-table.last-row-style table tr:last-child a:hover {
  text-decoration: none;
}
.base-cta:focus .text, .google-btn:focus .text, .android-btn:focus .text, .apple-btn:focus .text, .ghost-btn-white:focus .text, .ghost-btn:focus .text, .cta-btn-white:focus .text, .cta-btn:focus .text, .form-section .form input[type=submit]:focus .text,
.form-section .form button[type=submit]:focus .text, .contact-section .form-embed input[type=submit]:focus .text,
.contact-section .form-embed button[type=submit]:focus .text, .mod-compare-table.last-row-style table tr:last-child a:focus .text, .base-cta:hover .text, .google-btn:hover .text, .android-btn:hover .text, .apple-btn:hover .text, .ghost-btn-white:hover .text, .ghost-btn:hover .text, .cta-btn-white:hover .text, .cta-btn:hover .text, .form-section .form input[type=submit]:hover .text,
.form-section .form button[type=submit]:hover .text, .contact-section .form-embed input[type=submit]:hover .text,
.contact-section .form-embed button[type=submit]:hover .text, .mod-compare-table.last-row-style table tr:last-child a:hover .text {
  text-decoration: none;
}
.base-cta:focus .text:after, .google-btn:focus .text:after, .android-btn:focus .text:after, .apple-btn:focus .text:after, .ghost-btn-white:focus .text:after, .ghost-btn:focus .text:after, .cta-btn-white:focus .text:after, .cta-btn:focus .text:after, .form-section .form input[type=submit]:focus .text:after,
.form-section .form button[type=submit]:focus .text:after, .contact-section .form-embed input[type=submit]:focus .text:after,
.contact-section .form-embed button[type=submit]:focus .text:after, .mod-compare-table.last-row-style table tr:last-child a:focus .text:after, .base-cta:hover .text:after, .google-btn:hover .text:after, .android-btn:hover .text:after, .apple-btn:hover .text:after, .ghost-btn-white:hover .text:after, .ghost-btn:hover .text:after, .cta-btn-white:hover .text:after, .cta-btn:hover .text:after, .form-section .form input[type=submit]:hover .text:after,
.form-section .form button[type=submit]:hover .text:after, .contact-section .form-embed input[type=submit]:hover .text:after,
.contact-section .form-embed button[type=submit]:hover .text:after, .mod-compare-table.last-row-style table tr:last-child a:hover .text:after {
  right: -1.5em;
}
.base-cta .text, .google-btn .text, .android-btn .text, .apple-btn .text, .ghost-btn-white .text, .ghost-btn .text, .cta-btn-white .text, .cta-btn .text, .form-section .form input[type=submit] .text,
.form-section .form button[type=submit] .text, .contact-section .form-embed input[type=submit] .text,
.contact-section .form-embed button[type=submit] .text, .mod-compare-table.last-row-style table tr:last-child a .text {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.base-cta .text:after, .google-btn .text:after, .android-btn .text:after, .apple-btn .text:after, .ghost-btn-white .text:after, .ghost-btn .text:after, .cta-btn-white .text:after, .cta-btn .text:after, .form-section .form input[type=submit] .text:after,
.form-section .form button[type=submit] .text:after, .contact-section .form-embed input[type=submit] .text:after,
.contact-section .form-embed button[type=submit] .text:after, .mod-compare-table.last-row-style table tr:last-child a .text:after {
  content: "";
  position: absolute;
  color: #F5D273;
  height: 10px;
  width: 10px;
  border-right: 2px solid #F5D273;
  border-bottom: 2px solid #F5D273;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  right: -1.2em;
}

.cta-btn, .form-section .form input[type=submit],
.form-section .form button[type=submit], .contact-section .form-embed input[type=submit],
.contact-section .form-embed button[type=submit], .mod-compare-table.last-row-style table tr:last-child a {
  color: var(--white);
  border-color: var(--white);
  background-color: var(--primary-color);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cta-btn:focus, .form-section .form input[type=submit]:focus,
.form-section .form button[type=submit]:focus, .contact-section .form-embed input[type=submit]:focus,
.contact-section .form-embed button[type=submit]:focus, .mod-compare-table.last-row-style table tr:last-child a:focus, .cta-btn:hover, .form-section .form input[type=submit]:hover,
.form-section .form button[type=submit]:hover, .contact-section .form-embed input[type=submit]:hover,
.contact-section .form-embed button[type=submit]:hover, .mod-compare-table.last-row-style table tr:last-child a:hover, .cta-btn.hovered, .form-section .form input.hovered[type=submit],
.form-section .form button.hovered[type=submit], .contact-section .form-embed input.hovered[type=submit],
.contact-section .form-embed button.hovered[type=submit], .mod-compare-table.last-row-style table tr:last-child a.hovered {
  background-color: var(--dark-secondary-color);
  border-color: var(--white);
  color: var(--white);
}

.cta-btn-white {
  color: var(--black);
  border-color: var(--white);
  background-color: var(--white);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cta-btn-white:focus, .cta-btn-white:hover, .cta-btn-white.hovered {
  color: var(--white);
  background-color: rgba(var(--primary-color), 0);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.ghost-btn {
  color: var(--primary-color);
  border-color: var(--white);
  background-color: var(--light-background);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.ghost-btn-white {
  color: var(--white);
  border-color: var(--white);
  background-color: transparent;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.ghost-btn-white:focus, .ghost-btn-white:hover, .ghost-btn-white.hovered {
  color: var(--black);
  background-color: var(--white);
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.cta-btn-header {
  margin: 0;
  padding: 0.6em 2.5em;
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  color: var(--black);
}
.cta-btn-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: var(--secondary-color);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.cta-btn-header:hover {
  color: var(--white);
}
.cta-btn-header:hover:before {
  background-color: var(--primary-color);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.cta-btn-header:focus {
  text-decoration: underline;
}

button.btn-video {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: relative;
  border: 1px var(--secondary-color) solid;
  z-index: 1;
}
button.btn-video:before {
  content: "";
  position: absolute;
  z-index: 2;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--background-gray);
  opacity: 0.4;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
button.btn-video:after {
  content: "";
  position: absolute;
  z-index: 3;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 125px;
  height: 125px;
  background: url("../icons/body_icon_video-arrow.svg") transparent no-repeat center center/125px 125px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
button.btn-video:focus:before, button.btn-video:hover:before {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
button.btn-video:focus:after, button.btn-video:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
button.btn-video img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
button.btn-video .video-transcript-markup {
  display: none;
}

.apple-btn {
  display: block;
  color: transparent;
  background: url("../images/ico-appstore.svg") no-repeat center/25px 30px;
  height: 30px;
  width: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid #27398F;
}
.apple-btn .text {
  visibility: hidden;
  white-space: nowrap;
}
.apple-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.google-btn, .android-btn {
  display: block;
  color: transparent;
  background: url("../images/ico-android.svg") no-repeat center/25px 30px;
  height: 30px;
  width: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  border: 1px solid #27398F;
}
.google-btn .text, .android-btn .text {
  visibility: hidden;
  white-space: nowrap;
}
.google-btn:hover, .android-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.apple-btn-large, .google-btn-large {
  background-image: url(../images/footer_app-button-apple.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 40px !important;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.apple-btn-large .text, .google-btn-large .text {
  visibility: hidden;
  white-space: nowrap;
}
.apple-btn-large:hover, .google-btn-large:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.google-btn-large {
  background-image: url(../images/footer_app-button-google.svg);
}

.mod-search-results {
  margin: 0 auto 3em;
  margin-bottom: 5em;
  padding: 0 30px;
}
.mod-search-results > .content {
  margin: 0 auto;
  max-width: 1100px;
}
.mod-search-results .headline {
  margin: 0 auto 1em;
  color: #27398F;
  font-size: clamp(2.3rem, 5vw, 3rem);
  text-align: left;
  font-weight: 600;
}
.mod-search-results .results {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 32px 0;
}
.mod-search-results .results .result {
  margin: 0;
  padding: 0.75em 1.5em;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 2.4rem 0;
}
.mod-search-results .results .result:nth-child(odd) {
  background-color: #fff;
  border-left: 2px #F5D273 solid;
}
.mod-search-results .results .result:nth-child(even) {
  background-color: #ECF1F4;
  border-right: 2px #F5D273 solid;
}
.mod-search-results .results .result-title {
  margin: 0;
  color: #27398F;
  font-size: clamp(2rem, 4vw, 2.4rem);
  text-align: left;
  font-weight: 600;
}
.mod-search-results .results .result-description {
  margin: 0;
}
.mod-search-results .results .result-description > *:last-child {
  margin: 0;
}
.mod-search-results .results .result-action {
  margin: 0;
}

.navigation.pagination {
  margin: 1em auto 0;
  padding: 0.75em 1.5em;
  text-align: center;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em 1.5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 0;
  font-weight: 600;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #4B5662;
}
.navigation.pagination .nav-links .page-numbers.prev {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers.prev .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 0 0.25em;
}
.navigation.pagination .nav-links .page-numbers.prev .text:before {
  content: "";
  position: relative;
  color: #F5D273;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-right: 2px solid #F5D273;
  border-bottom: 2px solid #F5D273;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  right: 0;
}
.navigation.pagination .nav-links .page-numbers.prev:focus, .navigation.pagination .nav-links .page-numbers.prev:hover {
  -webkit-text-decoration: underline currentcolor;
  text-decoration: underline currentcolor;
}
.navigation.pagination .nav-links .page-numbers.prev:focus .text, .navigation.pagination .nav-links .page-numbers.prev:hover .text {
  -webkit-text-decoration: underline currentcolor;
  text-decoration: underline currentcolor;
}
.navigation.pagination .nav-links .page-numbers.prev:focus .text:before, .navigation.pagination .nav-links .page-numbers.prev:hover .text:before {
  right: 0.5em;
}
.navigation.pagination .nav-links .page-numbers.next {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.5s ease;
  transition: -webkit-text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease;
  transition: text-decoration 0.5s ease, -webkit-text-decoration 0.5s ease;
  text-align: center;
}
.navigation.pagination .nav-links .page-numbers.next .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  gap: 0 0.25em;
}
.navigation.pagination .nav-links .page-numbers.next .text:after {
  content: "";
  position: relative;
  color: #F5D273;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border-right: 2px solid #F5D273;
  border-bottom: 2px solid #F5D273;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  left: 0;
}
.navigation.pagination .nav-links .page-numbers.next:focus, .navigation.pagination .nav-links .page-numbers.next:hover {
  -webkit-text-decoration: underline currentcolor;
  text-decoration: underline currentcolor;
}
.navigation.pagination .nav-links .page-numbers.next:focus .text, .navigation.pagination .nav-links .page-numbers.next:hover .text {
  -webkit-text-decoration: underline currentcolor;
  text-decoration: underline currentcolor;
}
.navigation.pagination .nav-links .page-numbers.next:focus .text:after, .navigation.pagination .nav-links .page-numbers.next:hover .text:after {
  left: 0.5em;
}
.navigation.pagination .nav-links a {
  font-size: 1.6rem;
  color: #27398F;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  font-weight: 600;
}
.navigation.pagination .nav-links a:focus, .navigation.pagination .nav-links a:hover {
  -webkit-text-decoration: underline currentcolor;
  text-decoration: underline currentcolor;
}

.wp-block-lazyblock-sitemap, .sitemap {
  margin-bottom: 5em;
  padding: 0 30px;
}
.wp-block-lazyblock-sitemap > .content, .sitemap > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.wp-block-lazyblock-sitemap > .content ul, .wp-block-lazyblock-sitemap > .content li, .wp-block-lazyblock-sitemap > .content a, .sitemap > .content ul, .sitemap > .content li, .sitemap > .content a {
  font-size: 1.8rem;
  font-weight: 400;
}
.wp-block-lazyblock-sitemap > .content ul, .sitemap > .content ul {
  margin: 0;
  list-style: none;
}
.wp-block-lazyblock-sitemap > .content li, .sitemap > .content li {
  margin: 0;
}
.wp-block-lazyblock-sitemap > .content a, .sitemap > .content a {
  display: inline-block;
  margin: 0 0 0.75em 0;
}
.wp-block-lazyblock-sitemap > .content ul.top-level, .sitemap > .content ul.top-level {
  padding: 0 0 0 2em;
}
@container (min-width: 900px) {
  .wp-block-lazyblock-sitemap > .content ul.top-level, .sitemap > .content ul.top-level {
    padding: 0 0 0 4em;
  }
}

.cross-sell {
  padding: 0 30px;
  max-width: 500px;
  margin: 0 30px;
}
@container (min-width: 900px) {
  .cross-sell {
    margin: 0;
    max-width: 1155px;
    width: 100%;
  }
  .cross-sell:first-of-type .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cross-sell:first-of-type .photo img {
    margin: 0 auto 0 0;
    right: 0;
    left: 30px;
  }
  .cross-sell:first-of-type .photo:before {
    border: 2px solid #00AEEF;
    border-left: 0;
  }
  .cross-sell:first-of-type .info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .cross-sell:first-of-type .info:before {
    border: 2px solid #00AEEF;
    border-right: 0;
  }
}
.cross-sell > .content {
  padding: 0 0 2em;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2em;
  position: relative;
}
@container (min-width: 900px) {
  .cross-sell > .content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding: 0;
  }
}
.cross-sell .photo {
  width: 100%;
  aspect-ratio: 1/1;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cross-sell .photo img {
  position: relative;
  z-index: 1;
  border-width: 4px;
  border-style: solid;
  border-color: #F5D273;
  display: block;
}
@container (min-width: 900px) {
  .cross-sell .photo img {
    right: 30px;
  }
}
.cross-sell .photo:before {
  content: "";
  width: calc(100% + 60px);
  height: calc(50% + 1em);
  position: absolute;
  left: -30px;
  border: 2px solid #00AEEF;
  bottom: -1em;
  border-bottom: 0;
  z-index: 0;
  background-color: #fff;
}
@container (min-width: 900px) {
  .cross-sell .photo:before {
    height: calc(100% - 60px);
    bottom: 30px;
    width: 100%;
    left: 0;
    border-bottom: 2px solid #00AEEF;
    border-right: 0;
  }
}
@container (min-width: 900px) {
  .cross-sell .photo {
    width: 100%;
    aspect-ratio: unset;
    z-index: 2;
  }
  .cross-sell .photo img {
    max-width: 410px;
    margin: 0 0 0 auto;
  }
}
.cross-sell .info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cross-sell .info .f-h3, .cross-sell .info .copy, .cross-sell .info .actions {
  position: relative;
  z-index: 1;
}
.cross-sell .info:before {
  content: "";
  width: calc(100% + 60px);
  height: calc(100% + 3em);
  position: absolute;
  left: -30px;
  border: 2px solid #00AEEF;
  bottom: -2em;
  border-top: 0;
  z-index: 0;
  background-color: #fff;
}
@container (min-width: 900px) {
  .cross-sell .info:before {
    height: calc(100% - 60px);
    width: 100%;
    left: 0;
    bottom: 30px;
    border-top: 2px solid #00AEEF;
  }
}
@container (min-width: 900px) {
  .cross-sell .info {
    display: grid;
    grid-template-columns: minmax(0, 400px);
    grid-template-rows: -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-rows: max-content max-content max-content;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cross-sell .info .f-h3, .cross-sell .info .copy, .cross-sell .info .actions {
    max-width: 400px;
    text-align: left;
  }
}

@container (max-width: 899px) {
  .mod-compare-table .headline {
    margin: 0 auto 1em;
    color: #fff;
    font-size: 2.1rem;
    text-align: center;
  }
  @container (min-width: 900px) {
    .mod-compare-table .headline {
      font-size: 3.2rem;
    }
  }
  .mod-compare-table .table-container {
    margin: 0 auto 2em;
    padding: 0;
    position: relative;
    background-color: var(--white);
  }
  @container (min-width: 900px) {
    .mod-compare-table .table-container {
      padding: 2.5em;
    }
  }
  .mod-compare-table .table-controls-arrows {
    margin: 0 auto;
    padding: 0 0 4px;
    list-style: none;
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .mod-compare-table .table-controls-arrows:after {
    content: "";
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 4px;
    bottom: 0;
    background: var(--tertiary-color);
  }
  @container (min-width: 900px) {
    .mod-compare-table .table-controls-arrows {
      display: none;
    }
  }
  .mod-compare-table .table-controls-arrows li {
    margin: 0;
    padding: 1em 0;
  }
  .mod-compare-table .table-controls-arrows li:first-child {
    justify-self: left;
  }
  .mod-compare-table .table-controls-arrows li:nth-child(2) {
    text-align: center;
    justify-self: center;
  }
  .mod-compare-table .table-controls-arrows li:last-child {
    justify-self: right;
  }
  .mod-compare-table .table-controls-arrows .account-title {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
  }
  @container (min-width: 900px) {
    .mod-compare-table .table-controls-arrows .account-title {
      font-size: 2.3rem;
    }
  }
  .mod-compare-table .account-arrow-button {
    margin: 0;
    padding: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 34px;
    -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(90%) saturate(891%) hue-rotate(311deg) brightness(109%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(94%) sepia(90%) saturate(891%) hue-rotate(311deg) brightness(109%) contrast(92%);
  }
  .mod-compare-table .account-arrow-button.prev-button {
    background-image: url("../images/table-arrow-left.svg");
  }
  .mod-compare-table .account-arrow-button.next-button {
    background-image: url("../images/table-arrow-left.svg");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .mod-compare-table .body {
    margin: 0 0 1.5em;
    font-size: 1.8rem;
    text-align: center;
    color: var(--white);
  }
  @container (min-width: 900px) {
    .mod-compare-table .body {
      font-size: 1.2716vw;
    }
    @media screen and (max-width: 1211.0726643599px) {
      .mod-compare-table .body {
        font-size: 1.54rem;
      }
    }
    @media screen and (min-width: 1730.1038062284px) {
      .mod-compare-table .body {
        font-size: 2.2rem;
      }
    }
  }
  .mod-compare-table .body p, .mod-compare-table .body li {
    margin: 0 0 1em;
  }
  .mod-compare-table .body ul {
    margin: 0 0 1.5em;
    padding: 0;
    list-style: none;
    display: inline-block;
  }
  @container (min-width: 900px) {
    .mod-compare-table .body ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
    }
  }
  .mod-compare-table .body li {
    padding: 0 0 0 1.5em;
    display: block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    text-align: left;
  }
  .mod-compare-table .body li:before {
    content: "";
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0.05em;
    width: 1em;
    height: 1.05em;
    background: url("../icons/body_icon_checkmark.svg") transparent no-repeat left top/auto 1em;
  }
  .mod-compare-table .body > *:last-child {
    margin: 0;
  }
  .mod-compare-table:not(.last-row-style) table th, .mod-compare-table.last-row-no-style table tr:last-child th {
    padding: 0.5em 1em 0.5em 0;
    text-align: left;
  }
  .mod-compare-table:not(.last-row-style) table td, .mod-compare-table.last-row-no-style table tr:last-child td {
    padding: 0.5em 0;
    text-align: center;
  }
  .mod-compare-table.last-row-style table tr:last-child td:not(:last-child):after {
    display: none;
  }
  .mod-compare-table.last-row-style table tr:last-child a {
    padding: 0.5em 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    text-decoration: none;
  }
  .mod-compare-table table {
    width: 100%;
    font-size: 1.8rem;
    table-layout: fixed;
  }
  .mod-compare-table table .table-checkmark {
    display: inline-block;
    height: 16px;
    width: 20px;
    background: url("../images/ico-check.svg") transparent no-repeat center/16px 20px;
  }
  .mod-compare-table table tr:first-child th:not(:empty) {
    padding: 0.5em 1em 0.5em 0;
    border-bottom: 6px var(--primary-color) solid;
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
  }
  .mod-compare-table table tr:first-child th:not(:empty):not(:last-child):after {
    display: none;
  }
  @container (min-width: 900px) {
    .mod-compare-table table tr:first-child th:not(:empty):not(:last-child):after {
      content: "";
      position: absolute;
      display: block;
      margin: 0;
      padding: 0;
      width: 1px;
      height: 70%;
      right: 0;
      top: 5%;
      background: var(--background-gray);
    }
  }
  .mod-compare-table table tr:first-child th:not(:empty) img {
    width: 100%;
    max-width: 50px;
    height: auto;
  }
  .mod-compare-table table tr:nth-child(2) {
    border-bottom: 1px var(--primary-color) solid;
  }
  .mod-compare-table table tr:nth-child(2) th {
    padding: 0.5em 1em 0.5em 0;
    text-align: left;
  }
  .mod-compare-table table tr:nth-child(2) td {
    padding: 0.5em 0;
    text-align: center;
  }
  .mod-compare-table table tr:nth-child(2) td {
    padding: 0.5em 0;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) {
    border-bottom: 1px var(--primary-color) solid;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) th {
    padding: 0.5em 1em 0.5em 0;
    text-align: left;
  }
  .mod-compare-table table tr + tr:not(:nth-child(2)):not(:last-child) td {
    padding: 0.5em 0;
    text-align: center;
  }
  .mod-compare-table table th, .mod-compare-table table td {
    position: relative;
  }
  .mod-compare-table table tr:last-child {
    border-bottom: none;
  }
  .mod-compare-table table tr:last-child a[class=cta-btn], .mod-compare-table table tr:last-child a[class=ghost-btn], .mod-compare-table table tr:last-child a[class=cta-lnk-white] {
    display: none;
  }
  @container (max-width: 899px) {
    .mod-compare-table table tr:first-child {
      display: none;
    }
    .mod-compare-table table tr + tr td {
      display: none;
    }
    .mod-compare-table table tr + tr td.active {
      display: block;
    }
    @container (min-width: 900px) {
      .mod-compare-table table tr + tr td {
        display: block;
      }
    }
  }
  .mod-compare-table table th li, .mod-compare-table table td li {
    text-align: left;
  }
  .mod-compare-table .table-controls-dots {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    min-height: 25px;
  }
  @container (min-width: 900px) {
    .mod-compare-table .table-controls-dots {
      display: none;
    }
  }
  .mod-compare-table .table-controls-dots .carousel-dot {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 15px;
    vertical-align: top;
    border: 2px var(--primary-color) solid;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  .mod-compare-table .table-controls-dots .carousel-dot.is-active {
    background-color: var(--primary-color);
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
  }
  .mod-compare-table .mobileButtonDisplay {
    margin-bottom: 2em;
  }
  .mod-compare-table .mobileButtonDisplay a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.table-checkmark {
  display: inline-block;
  height: 16px;
  width: 21px;
  background: url("../images/ico-check.svg") transparent no-repeat center/33px 32px;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(90%) saturate(891%) hue-rotate(311deg) brightness(109%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(94%) sepia(90%) saturate(891%) hue-rotate(311deg) brightness(109%) contrast(92%);
  background-size: contain;
}
@container (min-width: 900px) {
  .table-checkmark {
    height: 13px;
    width: 17px;
  }
}

.mod-rate-table {
  padding: 0 30px;
}
.mod-rate-table > .content {
  margin: 0 auto;
  padding: 2em 30px;
  max-width: 1400px;
  background-color: var(--background-gray);
}
.mod-rate-table .intro {
  margin: 0 auto calc(1.5em + 6px);
  padding: 0 0 calc(0.5em + 6px);
  text-align: center;
  position: relative;
}
.mod-rate-table .intro:after {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  bottom: 0;
  left: 45%;
  width: 10%;
  height: 6px;
  background-color: var(--secondary-color);
}
.mod-rate-table .intro .title {
  margin: 0 auto 0.5em;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 2.5rem;
}
@container (min-width: 900px) {
  .mod-rate-table .intro .title {
    font-size: 1.9652vw;
  }
  @media screen and (max-width: 1211.0726643599px) {
    .mod-rate-table .intro .title {
      font-size: 2.38rem;
    }
  }
  @media screen and (min-width: 1730.1038062284px) {
    .mod-rate-table .intro .title {
      font-size: 3.4rem;
    }
  }
}
.mod-rate-table .intro .subtitle {
  margin: 0 auto 1em;
  font-weight: 700;
  font-size: 1.6rem;
}
@container (min-width: 900px) {
  .mod-rate-table .intro .subtitle {
    font-size: 1.0404vw;
  }
  @media screen and (max-width: 1345.6362937332px) {
    .mod-rate-table .intro .subtitle {
      font-size: 1.4rem;
    }
  }
  @media screen and (min-width: 1730.1038062284px) {
    .mod-rate-table .intro .subtitle {
      font-size: 1.8rem;
    }
  }
}
.mod-rate-table .intro .body {
  margin: 0 auto 1em;
  font-size: 1.8rem;
  text-align: center;
}
@container (min-width: 900px) {
  .mod-rate-table .intro .body {
    font-size: 1.2716vw;
  }
  @media screen and (max-width: 1211.0726643599px) {
    .mod-rate-table .intro .body {
      font-size: 1.54rem;
    }
  }
  @media screen and (min-width: 1730.1038062284px) {
    .mod-rate-table .intro .body {
      font-size: 2.2rem;
    }
  }
}
.mod-rate-table .intro .body p, .mod-rate-table .intro .body li {
  margin: 0 0 1em;
}
.mod-rate-table .intro .body ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@container (min-width: 900px) {
  .mod-rate-table .intro .body ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.mod-rate-table .intro .body li {
  padding: 0 0 0 1.5em;
  display: block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  position: relative;
  text-align: left;
}
.mod-rate-table .intro .body li:before {
  content: "";
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1em;
  height: 1.05em;
  background: url("../icons/body_icon_checkmark.svg") transparent no-repeat left top/auto 1em;
}
.mod-rate-table .intro .body > *:last-child {
  margin: 0;
}
.mod-rate-table .intro .body p.effective-date {
  font-weight: 700;
}
.mod-rate-table .table-wrapper {
  margin: 0 auto 2em;
}
.mod-rate-table .table-wrapper table {
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
}
@container (min-width: 900px) {
  .mod-rate-table .table-wrapper table {
    width: auto;
    min-width: 600px;
  }
}
.mod-rate-table .table-wrapper table tr {
  border-bottom: 1px var(--border-color-light) solid;
  background-color: var(--background-gray);
}
.mod-rate-table .table-wrapper table tr:nth-child(2n+3) {
  background-color: var(--white);
}
.mod-rate-table .table-wrapper table th, .mod-rate-table .table-wrapper table td {
  padding: 0.25em 0.5em;
}
@container (min-width: 900px) {
  .mod-rate-table .table-wrapper table th, .mod-rate-table .table-wrapper table td {
    padding: 0.5em 1em;
  }
}
.mod-rate-table .table-wrapper table th {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: left;
}
@container (min-width: 500px) {
  .mod-rate-table .table-wrapper table th {
    font-size: 1.8rem;
  }
}
.mod-rate-table .table-wrapper table td {
  font-size: 1.4rem;
  border-left: 1px var(--secondary-color) solid;
  text-align: left;
}
@container (min-width: 500px) {
  .mod-rate-table .table-wrapper table td {
    font-size: 1.8rem;
  }
}
.mod-rate-table .table-wrapper table td:last-child {
  border-right: 1px var(--secondary-color) solid;
}
.mod-rate-table .actions {
  margin: 0 auto 2em;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em 0;
}
@container (min-width: 900px) {
  .mod-rate-table .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em 0.5em;
  }
}
.mod-rate-table .actions:last-child {
  margin: 0 auto;
}
.mod-rate-table .tbl-disclosure {
  margin: 0 auto;
  text-align: center;
  font-size: 1.4rem;
  max-width: 900px;
}
@container (max-width: 899px) {
  .mod-rate-table .tbl-disclosure {
    text-align: left;
  }
}
.mod-rate-table .tbl-disclosure.overflown > .display-button {
  display: block;
}
.mod-rate-table .tbl-disclosure.overflown > .content {
  overflow-y: scroll;
}
.mod-rate-table .tbl-disclosure.overflown.active > .content {
  max-height: 100%;
}
.mod-rate-table .tbl-disclosure:not(.overflown) > .display-button {
  display: none;
}
.mod-rate-table .tbl-disclosure > .display-button {
  margin: 0 auto 0.25em;
  text-align: right;
  max-width: 950px;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc {
  margin: 0;
  padding: 0;
  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 500;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=false] span.expanded {
  display: none;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=false] span.collapsed {
  display: inline;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=true] span.expanded {
  display: inline;
}
.mod-rate-table .tbl-disclosure > .display-button .expand-disc[aria-expanded=true] span.collapsed {
  display: none;
}
.mod-rate-table .tbl-disclosure > .content {
  margin: 0 auto;
  font-size: 1.5rem;
  max-width: 950px;
  max-height: 100px;
  font-style: italic;
}
@container (min-width: 900px) {
  .mod-rate-table .tbl-disclosure > .content {
    font-size: 1.5rem;
  }
}
.mod-rate-table .tbl-disclosure > .content > *:last-child {
  margin: 0;
}

.location-list-header {
  margin: 0 auto 3em;
}
.location-list-header > .content {
  margin: 0 auto;
  color: #fff;
}
.location-list-header .info-container {
  margin: 0;
  padding: 3em 30px 2em;
  background-image: url(../images/body_news-header.svg);
  background-color: #1556A4;
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: 100% 0%;
}
.location-list-header .info-container .breadcrumbs a, .location-list-header .info-container .breadcrumbs span {
  color: #F5D273;
  font-weight: 400;
}
.location-list-header .info-container .info {
  margin: 0 auto;
  color: #fff;
  max-width: 970px;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.location-list-header .info-container .info .f-h1 {
  color: white;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.location-list-header .info-container .info .copy {
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@container (min-width: 900px) {
  .location-list-header .info-container .info .copy {
    font-size: 3rem;
  }
}
.location-list-header .location-search-container {
  margin: 0;
  padding: 3em 30px 2em;
  background: #21338C;
}
.location-list-header .location-search-container form {
  margin: 0 auto;
  color: #fff;
  max-width: 970px;
  text-align: center;
}
.location-list-header .location-search-container form .form-row {
  display: grid;
  gap: 1em 0.5em;
}
@container (min-width: 900px) {
  .location-list-header .location-search-container form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.location-list-header .location-search-container form label {
  margin: 0 auto 0.25em;
  font-weight: 600;
  font-size: 3.2rem;
}
.location-list-header .location-search-container form input {
  padding: 0.6em 2.5em 0.6em 1.5em;
  font-size: 1.8rem;
  color: #4B5662;
  border: 2px #00AEEF solid;
  border-radius: 0;
  width: 100%;
}
@container (min-width: 900px) {
  .location-list-header .location-search-container form input {
    max-width: 450px;
  }
}
.location-list-header .location-search-container form button {
  width: 100%;
}
@container (min-width: 900px) {
  .location-list-header .location-search-container form button {
    width: auto;
  }
}
.location-list-header .location-search-container form button .text {
  margin: 0 auto;
}
.location-list-header .location-search-container .closest-location {
  margin: 0 auto;
  padding: 3em 0 0;
  container-type: inline-size;
  container-name: closest-location;
  color: #fff;
}
.location-list-header .location-search-container .closest-location .headline {
  margin: 0 auto 1em;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 400;
}
.location-list-header .location-search-container .closest-location .pad {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: grid;
  gap: 1.5em clamp(1em, 4vw, 1.5em);
}
@container (width > 600px) {
  .location-list-header .location-search-container .closest-location .pad {
    display: grid;
    grid-template-columns: 6fr 4fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.location-list-header .location-search-container .closest-location .photo {
  margin: 0;
}
.location-list-header .location-search-container .closest-location .photo img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
.location-list-header .location-search-container .closest-location .details {
  margin: 0;
}
.location-list-header .location-search-container .closest-location .distance {
  margin: 0 0 1.25em;
  font-weight: 700;
  color: #F5D273;
}
.location-list-header .location-search-container .closest-location .name {
  margin: 0 0;
  font-size: 2.3rem;
  font-weight: 600;
}
.location-list-header .location-search-container .closest-location .address {
  margin: 0 0 0.5em;
  font-size: 1.8rem;
}
.location-list-header .location-search-container .closest-location .phone {
  margin: 0 0 0.5em;
  font-size: 1.8rem;
}
.location-list-header .location-search-container .closest-location .phone a {
  font-size: inherit;
  color: inherit;
  font-weight: 700;
}
.location-list-header .location-search-container .closest-location .actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em 1em;
}
@container closest-location (width > 350px) {
  .location-list-header .location-search-container .closest-location .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.location-list-header .location-search-container .closest-location .actions li {
  margin: 0;
}
.location-list-header.active .info {
  -webkit-animation-name: location-listing-header;
  animation-name: location-listing-header;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes location-listing-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes location-listing-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.location-list {
  margin: 0 auto 3em;
  padding: 0 30px;
}
.location-list > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.location-list .items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 2em clamp(1em, 4vw, 2em);
}
@container (min-width: 600px) and (max-width: 1099px) {
  .location-list .items {
    grid-template-columns: 1fr 1fr;
  }
}
@container (min-width: 1100px) {
  .location-list .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.location-list .item {
  margin: 0;
  container-type: inline-size;
  container-name: location-list-item;
}
.location-list .item .photo {
  margin: 0 0 1em;
}
.location-list .item .photo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.location-list .item .name {
  margin: 0 0;
  font-size: 2.3rem;
  font-weight: 600;
  color: #21338C;
}
.location-list .item .address {
  margin: 0 0 0.5em;
  font-size: 1.8rem;
  color: #4B5662;
}
.location-list .item .phone {
  margin: 0 0 0.5em;
  font-size: 1.8rem;
  color: #4B5662;
}
.location-list .item .phone a {
  font-size: inherit;
  font-weight: 700;
  color: #21338C;
}
.location-list .item .actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1em 1em;
}
@container location-list-item (width > 350px) {
  .location-list .item .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.location-list .item .actions li {
  margin: 0;
}
.location-list .item.active {
  -webkit-animation-name: location-listing;
  animation-name: location-listing;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes location-listing {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes location-listing {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.location-details-header {
  margin: 0 auto 3em;
  background-color: #21338C;
}
.location-details-header > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  display: grid;
}
@container (min-width: 900px) {
  .location-details-header > .content {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0 0;
  }
}
.location-details-header .photo {
  margin: 0;
  border-width: 0 0 6px 0;
  border-color: #fff;
  border-style: solid;
}
@container (min-width: 900px) {
  .location-details-header .photo {
    border-width: 0 12px 0 0;
  }
}
.location-details-header .photo img {
  width: 100%;
  height: 40vw;
  max-height: 500px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
@container (min-width: 900px) {
  .location-details-header .photo img {
    height: 100%;
    max-height: 100%;
  }
}
.location-details-header .details {
  margin: 0;
  padding: 2em 30px;
  color: #fff;
  container-type: inline-size;
  container-name: location-details-header;
}
@media screen and (min-width: 900px) {
  .location-details-header .details {
    display: grid;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 0 0;
  }
}
.location-details-header .details .breadcrumbs {
  margin: 0 0 1.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 900px) {
  .location-details-header .details .breadcrumbs {
    grid-area: unset;
  }
}
.location-details-header .details .breadcrumbs a, .location-details-header .details .breadcrumbs span {
  color: #F5D273;
  font-weight: 400;
  font-size: inherit;
}
.location-details-header .info-container {
  margin: 0;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.location-details-header .name {
  margin: 0;
}
.location-details-header .name .title {
  font-size: 3.2rem;
  font-weight: 700;
}
@container (min-width: 900px) {
  .location-details-header .name .title {
    font-size: 6rem;
  }
}
.location-details-header .name .subtitle {
  font-size: 1.8rem;
  color: #F5D273;
  font-weight: 600;
}
@container (min-width: 900px) {
  .location-details-header .name .subtitle {
    font-size: 3.2rem;
  }
}
.location-details-header .address {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
}
@container (min-width: 900px) {
  .location-details-header .address {
    font-size: 2.3rem;
  }
}
.location-details-header .directions {
  margin: 0 0 1.5em;
}
.location-details-header .actions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1em 1em;
}
@container location-details-header (width > 500px) {
  .location-details-header .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.location-details-header .actions li {
  margin: 0;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.location-details-header .actions a {
  padding: 0.75em 1.5em;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
  border: 1px #00AEEF solid;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #21338C;
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
@media screen and (max-width: 400px) {
  .location-details-header .actions a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.location-details-header .actions a img {
  margin: 0 1em 0 0;
  width: auto;
  height: 45px;
  -webkit-transform: scale(1) translate(0, 0);
  transform: scale(1) translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 400px) {
  .location-details-header .actions a img {
    margin-right: 0;
  }
}
.location-details-header .actions a:focus, .location-details-header .actions a:hover {
  background-color: rgb(23.2716763006, 35.9653179191, 98.7283236994);
  -webkit-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}
.location-details-header .actions a:focus img, .location-details-header .actions a:hover img {
  -webkit-transform: scale(1.06) translate(-3px, -3px);
  transform: scale(1.06) translate(-3px, -3px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.location-details-header .actions > li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.location-details-header .actions > li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.location-details-header .actions > li:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.location-details-header .actions > li:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.location-details-header .actions > li:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.location-details-header .actions > li:nth-child(6) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.location-details-header .actions > li:nth-child(7) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.location-details-header .actions > li:nth-child(8) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.location-details-header .actions > li:nth-child(9) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.location-details-header .actions > li:nth-child(10) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.location-details-header.active .info-container {
  -webkit-animation-name: location-detail-header;
  animation-name: location-detail-header;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.location-details-header.active .actions > li {
  -webkit-animation-name: location-detail-header;
  animation-name: location-detail-header;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes location-detail-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes location-detail-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.location-details {
  margin: 0 auto 3em;
  padding: 0 30px;
}
.location-details > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  gap: 0.75em 0;
  container-type: inline-size;
  container-name: location-details-content;
}
@container (min-width: 900px) {
  .location-details > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2em clamp(2.5em, 5vw, 4em);
  }
}
.location-details .loc-detail-column .col-headline {
  margin: 0;
  padding: 0 0 0.5em 1em;
  font-size: 2.3rem;
  font-weight: 600;
  color: #21338C;
  border-bottom: 1px #00AEEF solid;
  cursor: pointer;
  position: relative;
  width: 100%;
  text-align: left;
}
@container (min-width: 900px) {
  .location-details .loc-detail-column .col-headline {
    padding: 0 0 0 1em;
    border-bottom: none;
    cursor: default;
    pointer-events: none;
  }
}
.location-details .loc-detail-column .col-headline > span {
  position: relative;
}
.location-details .loc-detail-column .col-headline > span:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  display: block;
  left: -1em;
  top: calc(50% - 0.675em);
  width: 8px;
  height: 1.25em;
  background-color: #F5D273;
}
.location-details .loc-detail-column .col-headline:after {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1em;
  top: calc(50% - 16px);
  width: 10px;
  height: 10px;
  border-width: 0 3px 3px 0;
  border-color: #27398F;
  border-style: solid;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@container (min-width: 900px) {
  .location-details .loc-detail-column .col-headline:after {
    content: none;
  }
}
.location-details .loc-detail-column.active .col-headline:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.location-details .loc-detail-column .col-body {
  margin: 0;
  padding: 1em 0;
}
.location-details .loc-detail-column .col-body.loc-hours dl {
  margin: 0 0 0.75em;
  padding: 0;
  display: grid;
  grid-template-columns: 115px 1fr;
  gap: 0 1em;
}
.location-details .loc-detail-column .col-body.loc-hours dl:last-child {
  margin: 0;
}
.location-details .loc-detail-column .col-body.loc-hours dt {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  color: #21338C;
  font-weight: 700;
}
.location-details .loc-detail-column .col-body.loc-hours dd {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  color: #4B5662;
  font-weight: 400;
}
.location-details .loc-detail-column .col-body.loc-services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.location-details .loc-detail-column .col-body.loc-services li {
  margin: 0 0 0.75em;
}
.location-details .loc-detail-column .col-body.loc-services li:last-child {
  margin: 0;
}
.location-details .loc-detail-column .col-body.loc-services a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #21338C;
  text-decoration: underline;
}
.location-details .loc-detail-column .col-body.loc-holidays ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@container location-details-content (width > 600px) {
  .location-details .loc-detail-column .col-body.loc-holidays ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
  }
}
.location-details .loc-detail-column .col-body.loc-holidays li {
  margin: 0 0 0.75em;
}
.location-details .loc-detail-column .col-body.loc-holidays li:last-child {
  margin: 0;
}
.location-details .loc-detail-column .col-body.loc-holidays h3 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #21338C;
}
.location-details .loc-detail-column .col-body.loc-holidays p {
  margin: 0;
  font-size: 1.8rem;
  color: #4B5662;
  font-weight: 400;
}
.location-details .loc-hours > dl:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.location-details .loc-hours > dl:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.location-details .loc-hours > dl:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.location-details .loc-hours > dl:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.location-details .loc-hours > dl:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.location-details .loc-hours > dl:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.location-details .loc-hours > dl:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.location-details .loc-services > ul > li:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.location-details .loc-services > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.location-details .loc-services > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.location-details .loc-services > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.location-details .loc-services > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.location-details .loc-services > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.location-details .loc-services > ul > li:nth-child(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.location-details .loc-services > ul > li:nth-child(8) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
.location-details .loc-services > ul > li:nth-child(9) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.location-details .loc-services > ul > li:nth-child(10) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}
.location-details .loc-services > ul > li:nth-child(11) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.location-details .loc-services > ul > li:nth-child(12) {
  -webkit-animation-delay: 1.65s;
  animation-delay: 1.65s;
}
.location-details .loc-services > ul > li:nth-child(13) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.location-details .loc-services > ul > li:nth-child(14) {
  -webkit-animation-delay: 1.95s;
  animation-delay: 1.95s;
}
.location-details .loc-services > ul > li:nth-child(15) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.location-details .loc-services > ul > li:nth-child(16) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.location-details .loc-services > ul > li:nth-child(17) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.location-details .loc-services > ul > li:nth-child(18) {
  -webkit-animation-delay: 2.55s;
  animation-delay: 2.55s;
}
.location-details .loc-services > ul > li:nth-child(19) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.location-details .loc-services > ul > li:nth-child(20) {
  -webkit-animation-delay: 2.85s;
  animation-delay: 2.85s;
}
.location-details .loc-holidays > ul > li:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.location-details .loc-holidays > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.location-details .loc-holidays > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.location-details .loc-holidays > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.location-details .loc-holidays > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.location-details .loc-holidays > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.location-details .loc-holidays > ul > li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.location-details .loc-holidays > ul > li:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.location-details .loc-holidays > ul > li:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.location-details .loc-holidays > ul > li:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.location-details .loc-holidays > ul > li:nth-child(11) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.location-details .loc-holidays > ul > li:nth-child(12) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.location-details .loc-holidays > ul > li:nth-child(13) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.location-details .loc-holidays > ul > li:nth-child(14) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.location-details .loc-holidays > ul > li:nth-child(15) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.location-details .loc-holidays > ul > li:nth-child(16) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.location-details .loc-holidays > ul > li:nth-child(17) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.location-details .loc-holidays > ul > li:nth-child(18) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.location-details .loc-holidays > ul > li:nth-child(19) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.location-details .loc-holidays > ul > li:nth-child(20) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}
.location-details .loc-holidays > ul > li:nth-child(21) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.location-details .loc-holidays > ul > li:nth-child(22) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.location-details .loc-holidays > ul > li:nth-child(23) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.location-details .loc-holidays > ul > li:nth-child(24) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}
.location-details .loc-holidays > ul > li:nth-child(25) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
@media screen and (min-width: 900px) {
  .location-details .loc-hours > dl {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  .location-details .loc-hours.active > dl {
    -webkit-animation-name: location-detail;
    animation-name: location-detail;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .location-details .loc-services > ul > li {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  .location-details .loc-services.active > ul > li {
    -webkit-animation-name: location-detail;
    animation-name: location-detail;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .location-details .loc-holidays > ul > li {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  .location-details .loc-holidays.active > ul > li {
    -webkit-animation-name: location-detail;
    animation-name: location-detail;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes location-detail {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes location-detail {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.news-index-header {
  padding: 0 30px;
  background-image: url(../images/body_news-header.svg);
  background-color: #1556A4;
  background-repeat: no-repeat;
  background-size: auto 200%;
  background-position: 60% 0%;
}
@container (min-width: 900px) {
  .news-index-header {
    background-size: auto 110%;
    background-position: center right;
  }
}
.news-index-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3em 0;
  display: grid;
  grid-template-columns: minmax(0, 660px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@container (min-width: 900px) {
  .news-index-header > .content {
    padding: 4em 0;
    display: block;
  }
}
.news-index-header p {
  color: #fff;
}
.news-index-header #upper-section {
  margin-bottom: 2em;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.news-index-header #upper-section .breadcrumbs {
  margin-bottom: 0.5em;
}
.news-index-header #upper-section .breadcrumbs .breadcrumb {
  color: #F5D273;
}
.news-index-header #upper-section .f-h1 {
  color: #fff;
  margin-bottom: 0.25em;
}
.news-index-header #featured-article {
  display: grid;
  grid-template-columns: 1fr;
}
.news-index-header #featured-article .f-h2 {
  margin: 0 0 0.5em;
  color: #fff;
}
@container (min-width: 900px) {
  .news-index-header #featured-article {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.news-index-header #featured-article .image-container {
  max-width: 660px;
}
.news-index-header #featured-article .actions {
  display: grid;
  grid-template-columns: 1fr;
}
.news-index-header #featured-article .actions a {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@container (min-width: 900px) {
  .news-index-header #featured-article .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
    grid-gap: 2em;
  }
}
.news-index-header.active #upper-section {
  -webkit-animation-name: news-index-header;
  animation-name: news-index-header;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes news-index-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes news-index-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.image-flair {
  position: relative;
  padding: 0 10px;
  margin-bottom: 2em;
}
@container (min-width: 900px) {
  .image-flair {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.image-flair:before, .image-flair:after {
  content: "";
  width: 5px;
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #F5D273), color-stop(33%, rgba(245, 210, 115, 0)));
  background: linear-gradient(180deg, #F5D273 33%, rgba(245, 210, 115, 0) 33%);
  top: 0;
  bottom: 0;
}
@container (min-width: 900px) {
  .image-flair:before, .image-flair:after {
    width: 10px;
  }
}
.image-flair .image {
  width: 100%;
  aspect-ratio: 900/600;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-flair:before {
  left: 0px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.image-flair:after {
  right: 0px;
}

#category-filter {
  padding: 0;
  margin-bottom: 4em;
}
@container (min-width: 900px) {
  #category-filter {
    padding: 0 30px;
  }
}
#category-filter > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#category-filter > .content .f-h2 {
  font-weight: 600;
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  padding: 1em 0;
  text-align: center;
  margin-bottom: 0;
}
#category-filter > .content ul {
  width: 100%;
  background: #ECF1F4;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  padding: 1em 2em 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1em;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
}
@media screen and (min-width: 400px) {
  #category-filter > .content ul {
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
  }
}
@container (min-width: 900px) {
  #category-filter > .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#category-filter > .content ul li {
  list-style: none;
  position: relative;
  padding-bottom: 1em;
}
#category-filter > .content ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  background-color: #F5D273;
  left: -20px;
  top: 0;
  bottom: 0;
  -webkit-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
#category-filter > .content ul li a {
  font-size: clamp(1.8rem, 3vw, 2.1rem);
  font-weight: 400;
  color: #27398F;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}
#category-filter > .content ul li a:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
#category-filter > .content ul li.active a {
  font-weight: 600;
  position: relative;
}
#category-filter > .content ul li.active:before {
  height: 2em;
}
#category-filter > .content > ul > li:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#category-filter > .content > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#category-filter > .content > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#category-filter > .content > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#category-filter > .content > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#category-filter > .content > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#category-filter > .content > ul > li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#category-filter > .content > ul > li:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#category-filter > .content > ul > li:nth-child(9) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#category-filter > .content > ul > li:nth-child(10) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@container (min-width: 900px) {
  #category-filter > .content > ul > li {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  #category-filter.active > .content > ul > li {
    -webkit-animation-name: news-filter-list;
    animation-name: news-filter-list;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes news-filter-list {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes news-filter-list {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#news-container {
  padding: 0 30px;
}
#news-container > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 20px;
}
#news-container .article {
  width: 100%;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
@container (min-width: 900px) {
  #news-container .article {
    max-width: calc(33% - 10px);
    display: grid;
    grid-template-rows: -webkit-max-content auto;
    grid-template-rows: max-content auto;
  }
}
#news-container .article .photo {
  width: 100%;
  aspect-ratio: 421/281;
  margin-bottom: 10px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
#news-container .article .info {
  background-color: #ECF1F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2em 30px;
}
#news-container .article .info .headline {
  font-size: 1.8rem;
  color: #27398F;
  font-weight: 700;
  text-align: center;
}
#news-container .article.active {
  -webkit-animation-name: news-article-list;
  animation-name: news-article-list;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes news-article-list {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes news-article-list {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#load-more-button {
  padding: 0 30px;
}
#load-more-button > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 0;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#news-detail-header {
  padding: 1em 30px;
}
#news-detail-header > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 900px;
}
#news-detail-header .breadcrumbs {
  margin-top: 1em;
  margin-bottom: 0;
  display: none;
}
@container (min-width: 900px) {
  #news-detail-header .breadcrumbs {
    display: block;
  }
}
#news-detail-header .image-container img {
  width: 100%;
}
#news-detail-header .headline {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  font-weight: 600;
  margin: 1em 0;
  color: #27398F;
  margin-top: 0.25em;
}

#news-content {
  padding: 0 30px;
}
#news-content > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 900px;
}
#news-content > .content h2,
#news-content > .content h3,
#news-content > .content h4,
#news-content > .content h5,
#news-content > .content h6 {
  color: #27398F;
  font-weight: 600;
}
#news-content > .content figure {
  margin: 1.5em 0 3em;
}

#share-this-article {
  padding: 0 30px;
  margin: 2em 0;
}
#share-this-article > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  max-width: 900px;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#share-this-article > .content .f-h2 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}
#share-this-article > .content .share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding-left: 0;
  padding-top: 1em;
}
#share-this-article > .content .share-buttons li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#share-this-article > .content .share-buttons li a,
#share-this-article > .content .share-buttons li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0.5em;
  color: #F5D273;
  font-weight: 400;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
}
#share-this-article > .content .share-buttons li a:hover,
#share-this-article > .content .share-buttons li button:hover {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}

.staff-directory {
  padding: 0 30px;
  margin-bottom: 3em;
  margin-top: 1em;
}
.staff-directory > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.staff-directory .header {
  text-align: center;
}
.staff-directory .header .f-h2 {
  font-weight: 600;
}
.staff-directory .block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 30px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.staff-directory .directory-block {
  width: 100%;
  max-width: 433px;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.staff-directory .directory-block > .content {
  display: grid;
  row-gap: 10px;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .staff-directory .directory-block > .content {
    grid-template-rows: auto minmax(0, 1fr);
  }
}
.staff-directory .directory-block .photo {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.staff-directory .directory-block .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1556A4;
  padding: 1em;
}
@container (min-width: 900px) {
  .staff-directory .directory-block .info {
    padding: 1em 30px 3em;
  }
}
.staff-directory .directory-block .info .f-h3 {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.1rem);
  font-weight: 700;
  margin-bottom: 0;
}
.staff-directory .directory-block .info .title, .staff-directory .directory-block .info .nmls {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.25em;
}
.staff-directory .directory-block .info .phone, .staff-directory .directory-block .info .email {
  margin-bottom: 0.25em;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.staff-directory .directory-block .info .phone a, .staff-directory .directory-block .info .email a {
  color: #F5D273;
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
  font-weight: 400;
  -webkit-text-decoration: underline #F5D273;
  text-decoration: underline #F5D273;
  -webkit-transition: -webkit-text-decoration 0.2s;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.staff-directory .directory-block .info .phone a:focus, .staff-directory .directory-block .info .phone a:hover, .staff-directory .directory-block .info .email a:focus, .staff-directory .directory-block .info .email a:hover {
  -webkit-text-decoration: underline #00AEEF;
  text-decoration: underline #00AEEF;
  -webkit-transition: -webkit-text-decoration 0.2s;
  transition: -webkit-text-decoration 0.2s;
  transition: text-decoration 0.2s;
  transition: text-decoration 0.2s, -webkit-text-decoration 0.2s;
}
.staff-directory .directory-block .info .actions {
  margin-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  width: 100%;
}
.staff-directory .directory-block .info .actions a,
.staff-directory .directory-block .info .actions button {
  width: 100%;
  text-align: center;
}
.staff-directory .directory-block .info .bio {
  display: none;
}
.staff-directory .directory-block.active {
  -webkit-animation-name: directory-block;
  animation-name: directory-block;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes directory-block {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes directory-block {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.directory-modal {
  display: grid;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  visibility: hidden;
  padding: 0 30px;
}
.directory-modal:before {
  content: "";
  background-color: #10293c;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.directory-modal > .content {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #fff;
  z-index: 1;
  position: relative;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 1px solid #707070;
  padding: 0 clamp(20px, 5vw, 50px);
  margin: 3em auto;
}
@container (min-width: 900px) {
  .directory-modal > .content {
    width: 100%;
    max-width: 1100px;
    height: 100%;
    max-height: 800px;
  }
}
.directory-modal > .content .js-modal-close {
  position: absolute;
  font-size: 3em;
  top: -2rem;
  right: 1.5rem;
  font-weight: 400;
  color: #27398F;
}
.directory-modal > .content .modal-header {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(10px, 5vw, 30px);
  margin-top: 5rem;
  margin-bottom: 2em;
}
@container (min-width: 900px) {
  .directory-modal > .content .modal-header {
    margin-top: 0;
    grid-template-columns: 1fr 1fr;
    max-height: 475px;
  }
}
.directory-modal > .content .modal-header .photo {
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 0 0 10px;
  position: relative;
}
.directory-modal > .content .modal-header .photo:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 5px;
  left: -10px;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #F5D273), color-stop(15%, rgba(245, 210, 115, 0)));
  background: linear-gradient(180deg, #F5D273 15%, rgba(245, 210, 115, 0) 15%);
}
@container (min-width: 900px) {
  .directory-modal > .content .modal-header .info {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 3em;
  }
}
.directory-modal > .content .modal-header .info .name {
  margin-bottom: 0;
  color: #27398F;
  font-weight: 600;
}
.directory-modal > .content .modal-header .info .title, .directory-modal > .content .modal-header .info .nmls {
  margin-bottom: 0.5em;
}
.directory-modal > .content .modal-header .info .phone, .directory-modal > .content .modal-header .info .email {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.directory-modal > .content .modal-header .info .phone a, .directory-modal > .content .modal-header .info .email a {
  font-weight: 600;
}
.directory-modal > .content .modal-header .info .cta-btn, .directory-modal > .content .modal-header .info .form-section .form input[type=submit], .form-section .form .directory-modal > .content .modal-header .info input[type=submit],
.directory-modal > .content .modal-header .info .form-section .form button[type=submit],
.form-section .form .directory-modal > .content .modal-header .info button[type=submit], .directory-modal > .content .modal-header .info .contact-section .form-embed input[type=submit], .contact-section .form-embed .directory-modal > .content .modal-header .info input[type=submit],
.directory-modal > .content .modal-header .info .contact-section .form-embed button[type=submit],
.contact-section .form-embed .directory-modal > .content .modal-header .info button[type=submit], .directory-modal > .content .modal-header .info .mod-compare-table.last-row-style table tr:last-child a, .mod-compare-table.last-row-style table tr:last-child .directory-modal > .content .modal-header .info a {
  margin-top: 1em;
}
@container (min-width: 900px) {
  .directory-modal > .content .modal-content {
    overflow: auto;
    height: 250px;
    position: relative;
  }
  .directory-modal > .content .modal-content:after {
    content: "";
    position: sticky;
    bottom: 0;
    height: 150px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    display: block;
  }
}
.directory-modal.open {
  visibility: visible;
}
.directory-modal.open:before {
  opacity: 0.8;
}
.directory-modal.open > .content {
  opacity: 1;
}

.card-section {
  padding: 0 30px;
  margin-bottom: 4em;
}
.card-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.card-section > .content .header {
  text-align: center;
}
.card-section > .content .header .f-h2 {
  margin-bottom: 0.5em;
}
.card-section > .content .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 0;
}
@container (min-width: 900px) {
  .card-section > .content .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
.card-section > .content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 4em;
}
@container (min-width: 900px) {
  .card-section > .content .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: clamp(20px, 5vw, 50px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@container (max-width: 899px) {
  .product-card {
    width: 100%;
    max-width: 440px;
  }
}
@container (min-width: 900px) {
  .product-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
}
.product-card > .content .photo {
  width: 100%;
  aspect-ratio: 1;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.product-card > .content .photo:before, .product-card > .content .photo:after {
  content: "";
  background: #fff;
  height: 0px;
  width: 10px;
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.product-card > .content .photo:before {
  left: 1rem;
  bottom: 0;
}
.product-card > .content .photo:after {
  right: 1rem;
  top: 0;
}
.product-card > .content .info {
  padding-top: 1em;
}
.product-card > .content .info .f-h3 {
  width: 100%;
  padding-left: 4rem;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(2.1rem, 5vw, 2.3rem);
}
.product-card > .content .info .f-h3:before {
  content: "";
  background: #F5D273;
  width: 10px;
  display: block;
  position: absolute;
  left: 1rem;
  height: 100%;
}
.product-card > .content .info .products {
  margin: 0;
  text-align: center;
}
.product-card > .content .info .products ul {
  display: inline-grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  position: relative;
  padding-left: 1em;
  margin: 1.5em auto 0;
  padding-right: 1em;
  border-left: 3px #F5D273 solid;
  min-width: 250px;
}
.product-card > .content .info .products ul li {
  overflow: auto;
  text-align: left;
}
.product-card > .content .info .products ul li a {
  color: #27398F;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  -webkit-text-decoration: underline #00AEEF;
  text-decoration: underline #00AEEF;
}
.product-card.active .photo:before, .product-card.active .photo:after {
  height: 85px;
}

.svg-split {
  padding: 0 30px;
  margin-bottom: 2em;
}
.svg-split > .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@container (min-width: 900px) {
  .svg-split > .content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}
@container (min-width: 900px) {
  .svg-split > .content .photo, .svg-split > .content .info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.svg-split > .content .photo {
  aspect-ratio: 425/342;
  width: 100%;
  height: auto;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@container (min-width: 900px) {
  .svg-split > .content .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-size: contain;
  }
}
.svg-split > .content .photo img {
  display: none;
}
.svg-split > .content .photo svg {
  width: 100%;
  height: 100%;
}
.svg-split > .content .info {
  padding: 2.5em 2em 2em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  place-items: center;
  place-content: center;
}
@container (min-width: 900px) {
  .svg-split > .content .info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.svg-split > .content .info .copy {
  max-width: 480px;
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 5vw, 1.8rem);
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.svg-split > .content .info .f-h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-weight: 600;
}
.svg-split > .content .info .actions {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 1em;
}
@container (min-width: 900px) {
  .svg-split > .content .info .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
.svg-split > .content .info .actions a {
  border: 1px solid #fff;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@container (min-width: 900px) {
  .svg-split > .content .info .actions a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@container (min-width: 900px) {
  .svg-split.photo_left .photo {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@container (min-width: 900px) {
  .svg-split.photo_left .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.testimonial-carousel {
  padding: 3em 30px;
  margin-bottom: 4em;
  text-align: center;
  position: relative;
}
@container (min-width: 900px) {
  .testimonial-carousel {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 244, 0)), to(rgb(236, 241, 244)));
    background: linear-gradient(180deg, rgba(236, 241, 244, 0) 0%, rgb(236, 241, 244) 100%);
  }
}
.testimonial-carousel > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.testimonial-carousel .splide__arrows {
  bottom: 0;
  top: auto;
  z-index: 10;
  max-width: 60vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50px;
}
@container (min-width: 900px) {
  .testimonial-carousel .splide__arrows {
    bottom: 100px;
    max-width: 49vw;
  }
}
@container (min-width: 900px) {
  .testimonial-carousel .splide__arrows {
    max-width: calc(50vw + 120px);
  }
}
@container (min-width: 1200px) {
  .testimonial-carousel .splide__arrows {
    max-width: calc(35vw + 120px);
  }
}
.testimonial-carousel .splide__arrows .splide__arrow {
  pointer-events: all;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@container (max-width: 899px) {
  .testimonial-carousel .splide__arrows .splide__arrow {
    background: url(../images/next-btn-carousel.svg);
    height: 50px;
    width: 50px;
  }
  .testimonial-carousel .splide__arrows .splide__arrow svg {
    display: none;
  }
}
@container (min-width: 900px) {
  .testimonial-carousel .splide__arrows .splide__arrow {
    background: none;
    -webkit-filter: invert(1);
    filter: invert(1);
  }
}
.testimonial-carousel .splide__track {
  overflow: visible;
}
@container (max-width: 899px) {
  .testimonial-carousel .splide__track {
    margin: 0;
    height: auto;
    max-height: 1000px;
  }
}
@container (min-width: 900px) {
  .testimonial-carousel .splide__track {
    margin: 0 0 1.5em;
    height: calc(50vw + 20px);
    max-height: 900px;
  }
}
@container (min-width: 1200px) {
  .testimonial-carousel .splide__track {
    height: calc(35vw + 20px);
    max-height: 800px;
  }
}
.testimonial-carousel .splide__track .splide__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@container (max-width: 899px) {
  .testimonial-carousel .splide__track .splide__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.testimonial-carousel .splide__pagination {
  padding: 0;
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  z-index: 11;
}
@container (min-width: 900px) {
  .testimonial-carousel .splide__pagination {
    padding: 0 5px 1em 5px;
  }
  .testimonial-carousel .splide__pagination:after {
    content: "";
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #F5D273;
  }
}
.testimonial-carousel .splide__pagination li {
  height: 14px;
  width: 14px;
}
.testimonial-carousel .splide__pagination button.splide__pagination__page {
  border: 1px #27398F solid;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #fff;
  vertical-align: top;
}
.testimonial-carousel .splide__pagination button.splide__pagination__page.is-active {
  background-color: #27398F;
}

.testimonial-tile {
  --box-color: #FFF;
  position: relative;
  max-width: 600px;
}
.testimonial-tile .testimonial-content {
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: grid;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-size: cover;
  border: 10px #fff solid;
}
@container (min-width: 900px) {
  .testimonial-tile .testimonial-content {
    width: 22vw;
    height: 22vw;
    max-width: 350px;
    max-height: 350px;
  }
  .testimonial-tile .testimonial-content:before, .testimonial-tile .testimonial-content:after {
    content: "";
    display: block;
    width: clamp(20px, 2vw, 40px);
    position: absolute;
    opacity: 0;
    background-color: #F5D273;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    height: 70%;
    top: 15%;
  }
  .testimonial-tile .testimonial-content:before {
    right: calc(100% + 9px);
  }
  .testimonial-tile .testimonial-content:after {
    left: calc(100% + 9px);
  }
}
@container (max-width: 899px) {
  .testimonial-tile .testimonial-content {
    width: 100%;
    max-width: 400px;
    border: none;
    grid-template-areas: "quote" "photo" "info";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    row-gap: 1.5em;
  }
  .testimonial-tile .testimonial-content .info {
    opacity: 1;
  }
}
.testimonial-tile .mobileQuote {
  margin: 0 auto;
  width: 36px;
  height: 26px;
}
@container (max-width: 899px) {
  .testimonial-tile .mobileQuote {
    display: inline-block;
  }
}
@container (min-width: 900px) {
  .testimonial-tile .mobileQuote {
    display: none;
  }
}
.testimonial-tile .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
  aspect-ratio: 1/1;
}
@container (max-width: 899px) {
  .testimonial-tile .photo {
    grid-area: photo;
    border: 10px #fff solid;
    position: relative;
    height: auto;
  }
  .testimonial-tile .photo:before, .testimonial-tile .photo:after {
    content: "";
    display: block;
    width: clamp(20px, 2vw, 40px);
    position: absolute;
    opacity: 0;
    background-color: #F5D273;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    height: 60%;
    -webkit-transform: translateY(33%);
    transform: translateY(33%);
  }
  .testimonial-tile .photo:before {
    left: calc(100% + 9px);
  }
  .testimonial-tile .photo:after {
    right: calc(100% + 9px);
  }
}
@container (min-width: 900px) {
  .testimonial-tile .backgroundGradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 241, 244, 0)), to(rgb(236, 241, 244)));
    background: linear-gradient(180deg, rgba(236, 241, 244, 0) 0%, rgb(236, 241, 244) 100%);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
}
.testimonial-tile .info {
  grid-area: info;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-items: center;
  padding: 0;
}
@container (min-width: 900px) {
  .testimonial-tile .info {
    padding: 0 1em 1em;
  }
}
@container (min-width: 1200px) {
  .testimonial-tile .info {
    padding: 0 0.5em 0.5em;
  }
}
@container (min-width: 1400px) {
  .testimonial-tile .info {
    padding: 0 1em 1em;
  }
}
.testimonial-tile .info img {
  display: none;
}
@container (min-width: 900px) {
  .testimonial-tile .info img {
    display: block;
  }
}
.testimonial-tile .info .copy {
  font-size: 1.6rem;
}
@container (min-width: 1200px) {
  .testimonial-tile .info .copy {
    font-size: 1.5rem;
  }
}
@container (min-width: 1400px) {
  .testimonial-tile .info .copy {
    font-size: 1.5rem;
  }
}
.testimonial-tile .info .author {
  font-weight: 600;
}
@container (max-width: 899px) {
  .testimonial-tile.getBigger > .testimonial-content .photo:before, .testimonial-tile.getBigger > .testimonial-content .photo:after {
    opacity: 0.8;
  }
}
@container (min-width: 900px) {
  .testimonial-tile.getBigger > .testimonial-content {
    width: 75vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    max-width: 600px;
    max-height: 600px;
    height: 50vw;
    width: 50vw;
  }
  .testimonial-tile.getBigger > .testimonial-content .backgroundGradient {
    opacity: 1;
  }
  .testimonial-tile.getBigger > .testimonial-content .info {
    opacity: 1;
  }
  .testimonial-tile.getBigger > .testimonial-content:before, .testimonial-tile.getBigger > .testimonial-content:after {
    opacity: 0.8;
  }
}
@container (min-width: 1200px) {
  .testimonial-tile.getBigger > .testimonial-content {
    height: 35vw;
    width: 35vw;
  }
}
.testimonial-tile.getBigger > .testimonial-content .mobileQuote {
  display: block;
}
@container (min-width: 900px) {
  .testimonial-tile.getBigger > .testimonial-content .mobileQuote {
    display: none;
  }
}

.internal-header {
  margin-bottom: 2em;
}
@container (min-width: 900px) {
  .internal-header:not(.search-header) {
    margin-bottom: 4em;
  }
}
.internal-header > .content {
  width: 100%;
  display: grid;
  position: relative;
}
.internal-header > .content .actions {
  grid-area: actions;
  padding: 0.5em 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
}
@container (min-width: 900px) {
  .internal-header > .content .actions {
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
.internal-header > .content .actions a {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@container (min-width: 900px) {
  .internal-header > .content .actions a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.internal-header.product-header > .content {
  padding: 30px;
  grid-gap: 1.5em;
  grid-template-areas: "photo" "info-container" "jumplinks";
  background-color: #1556A4;
}
.internal-header.product-header > .content:before {
  content: "";
  background-image: url(../images/svgSplitBackground.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: calc(100% - 135px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@container (min-width: 900px) {
  .internal-header.product-header > .content {
    background-color: #fff;
    grid-template-columns: 2fr 4fr;
    grid-template-areas: "photo info-container" "photo jumplinks";
    grid-gap: 20px 10px;
    padding: 0 0 0 0;
  }
  .internal-header.product-header > .content:before {
    content: none;
  }
}
.internal-header.product-header > .content:not(.is-icon) .photo {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border-width: 2px;
  border-style: solid;
  border-color: #F5D273;
  grid-area: photo;
}
@container (max-width: 899px) {
  .internal-header.product-header > .content:not(.is-icon) .photo {
    max-width: 500px;
    margin: 0 auto;
  }
}
@container (min-width: 900px) {
  .internal-header.product-header > .content:not(.is-icon) .photo {
    max-width: 400px;
    justify-self: right;
    border-width: 0;
  }
}
@container (min-width: 900px) {
  .internal-header.product-header > .content.is-icon {
    grid-template-columns: 1fr 4fr;
  }
}
.internal-header.product-header > .content.is-icon .photo {
  width: 185px;
  border-radius: 50%;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  justify-self: center;
  margin: 2em auto;
  background-size: 60% auto;
  position: relative;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  border-width: 2px;
  border-style: solid;
  border-color: #F5D273;
  grid-area: photo;
}
.internal-header.product-header > .content .info-container {
  grid-area: info-container;
  position: relative;
  z-index: 1;
}
@container (max-width: 899px) {
  .internal-header.product-header > .content .info-container {
    max-width: 500px;
    margin: 0 auto;
  }
}
@container (min-width: 900px) {
  .internal-header.product-header > .content .info-container {
    background-image: url(../images/svgSplitBackground.svg);
    background-color: #1556A4;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3em 30px 2em;
    padding-left: 60px;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.internal-header.product-header > .content .info-container .breadcrumbs a, .internal-header.product-header > .content .info-container .breadcrumbs span {
  color: #F5D273;
  font-weight: 400;
}
.internal-header.product-header > .content .info-container .info {
  color: #fff;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 0.2;
}
.internal-header.product-header > .content .info-container .info .f-h1 {
  color: white;
  font-weight: 600;
  margin-bottom: 0.25em;
}
.internal-header.product-header > .content .info-container .info .copy {
  margin-bottom: 1em;
  max-width: 600px;
  font-weight: 300;
}
.internal-header.product-header > .content .info-container .info .copy > *:last-child {
  margin: 0;
}
.internal-header.product-header > .content .jumplinks {
  grid-area: jumplinks;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}
@container (min-width: 900px) {
  .internal-header.product-header > .content .jumplinks {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 0;
    width: 100%;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.internal-header.product-header > .content .jumplinks .jumplink-button {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
  width: 100%;
}
.internal-header.product-header > .content .jumplinks .jumplink-button .f-h2 {
  color: #27398F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 60px;
  font-weight: 600;
  -webkit-text-decoration: underline transparent;
  text-decoration: underline transparent;
  -webkit-transition: -webkit-text-decoration 0.2s ease;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
  width: 100%;
}
.internal-header.product-header > .content .jumplinks .jumplink-button .f-h2:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 30px;
  width: 10px;
  background-color: #F5D273;
  display: block;
  position: absolute;
}
.internal-header.product-header > .content .jumplinks .jumplink-button .f-h2:after {
  content: "";
  right: 30px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  border-right: 2px solid #27398F;
  border-bottom: 2px solid #27398F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.internal-header.product-header > .content .jumplinks .jumplink-button:focus .f-h2, .internal-header.product-header > .content .jumplinks .jumplink-button:hover .f-h2 {
  -webkit-text-decoration: underline currentColor;
  text-decoration: underline currentColor;
}
@container (min-width: 900px) {
  .internal-header.product-header > .content .jumplinks .jumplink-button {
    display: none;
  }
}
.internal-header.product-header > .content .jumplinks .jumplink-content {
  display: none;
  padding-bottom: 1em;
}
.internal-header.product-header > .content .jumplinks .jumplink-content ul {
  margin-bottom: 0;
  padding-left: 60px;
}
.internal-header.product-header > .content .jumplinks .jumplink-content ul li {
  list-style: none;
  font-weight: 700;
  padding-bottom: 0.25em;
}
.internal-header.product-header > .content .jumplinks .jumplink-content ul li button {
  color: #27398F;
  text-align: left;
}
@container (min-width: 900px) {
  .internal-header.product-header > .content .jumplinks .jumplink-content {
    display: block !important;
    padding-bottom: 0;
  }
  .internal-header.product-header > .content .jumplinks .jumplink-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
    row-gap: 1em;
    padding-right: 30px;
  }
  .internal-header.product-header > .content .jumplinks .jumplink-content ul li {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .internal-header.product-header > .content .jumplinks .jumplink-content ul li a {
    text-align: center;
  }
  .internal-header.product-header > .content .jumplinks .jumplink-content ul li:after {
    content: "|";
    position: relative;
    right: -1.5em;
    color: #F5D273;
  }
  .internal-header.product-header > .content .jumplinks .jumplink-content ul li:last-child:after {
    content: none;
  }
}
.internal-header.product-header > .content .jumplinks.active .jumplink-button .f-h2:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@container (max-width: 899px) {
  .internal-header.product-header > .content.empty-set:before {
    height: 100%;
  }
  .internal-header.product-header > .content.empty-set .jumplinks {
    display: none;
  }
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(1) .jump-lnk {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(2) .jump-lnk {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(3) .jump-lnk {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(4) .jump-lnk {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(5) .jump-lnk {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(6) .jump-lnk {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(7) .jump-lnk {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(8) .jump-lnk {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(9) .jump-lnk {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.internal-header.product-header .jumplink-content > ul > li:nth-child(10) .jump-lnk {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.internal-header.product-header .info {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 0.2;
}
.internal-header.product-header .jump-lnk {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  opacity: 0.2;
}
.internal-header.product-header.active .info {
  -webkit-animation-name: product-header-info;
  animation-name: product-header-info;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.internal-header.product-header.active .jump-lnk {
  -webkit-animation-name: product-header-jumplink;
  animation-name: product-header-jumplink;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes product-header-info {
  from {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes product-header-info {
  from {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes product-header-jumplink {
  from {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes product-header-jumplink {
  from {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@container (min-width: 900px) {
  .internal-header.directory-header {
    margin: 20px 20px 4em;
  }
}
@container (min-width: 900px) {
  .internal-header.directory-header > .content {
    grid-gap: 20px;
    grid-template-columns: 4.5fr 6.5fr;
    min-height: 500px;
    height: 35vw;
    max-height: 650px;
  }
}
.internal-header.directory-header > .content .photo {
  height: 50vw;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
@container (min-width: 900px) {
  .internal-header.directory-header > .content .photo {
    height: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.internal-header.directory-header > .content .photo img {
  height: 100%;
}
.internal-header.directory-header > .content .info-container {
  background: var(--blockColor, #ECF1F4);
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.internal-header.directory-header > .content .info {
  position: relative;
  align-self: center;
  justify-self: center;
  z-index: 1;
  padding: 2em 30px;
  display: grid;
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  row-gap: 1.5em;
  width: 100%;
  grid-template-areas: "white-bar headline" "yellow-bar copy" "actions actions";
}
@container (min-width: 900px) {
  .internal-header.directory-header > .content .info {
    grid-template-areas: ". breadcrumb" "white-bar headline" "yellow-bar copy" "yellow-bar actions";
    padding: 2em 2em 2em 5vw;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
  }
}
.internal-header.directory-header > .content .info .breadcrumbs a, .internal-header.directory-header > .content .info .breadcrumbs span {
  color: #27398F;
  font-weight: 400;
}
.internal-header.directory-header > .content .info .f-h1 {
  margin-bottom: 0;
  position: relative;
  display: grid;
  height: 100%;
  grid-area: headline;
  padding: 0.25rem 0;
}
.internal-header.directory-header > .content .info .copy {
  color: #27398F;
  font-weight: 400;
  display: grid;
  height: 100%;
  position: relative;
  grid-area: copy;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 300;
}
.internal-header.directory-header > .content .info .copy > *:last-child {
  margin: 0;
}
.internal-header.directory-header > .content .info .white-bar, .internal-header.directory-header > .content .info .yellow-bar {
  width: 6px;
  height: 100%;
}
@container (min-width: 900px) {
  .internal-header.directory-header > .content .info .white-bar, .internal-header.directory-header > .content .info .yellow-bar {
    width: 10px;
  }
}
.internal-header.directory-header > .content .info .yellow-bar {
  background: #F5D273;
  grid-area: yellow-bar;
}
.internal-header.directory-header > .content .info .white-bar {
  background: #fff;
  grid-area: white-bar;
}
.internal-header.directory-header:not(.active) .info {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 0.2;
}
.internal-header.directory-header:not(.active) .photo {
  opacity: 0;
}
.internal-header.directory-header.active .info {
  -webkit-animation: 0.75s ease-in-out directory-header-text;
  animation: 0.75s ease-in-out directory-header-text;
}
.internal-header.directory-header.active .photo {
  -webkit-animation: 0.75s ease-in-out directory-header-photo;
  animation: 0.75s ease-in-out directory-header-photo;
}
@-webkit-keyframes directory-header-text {
  from {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes directory-header-text {
  from {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes directory-header-photo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes directory-header-photo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@container (min-width: 900px) {
  .internal-header.no-image > .content {
    grid-template-columns: 1fr;
    grid-template-areas: "info-container" "jumplinks";
  }
}
@container (min-width: 900px) {
  .internal-header.no-image > .content .info-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .internal-header.no-image > .content .info-container .info {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .internal-header.no-image > .content .info-container .info .copy {
    max-width: 900px;
  }
}
.internal-header.search-header > .content .info-container {
  padding: 3em 30px 2em;
  padding-left: 30px;
}

.child-page-section {
  padding: 0 20px;
  margin-bottom: 4em;
}
.child-page-section > .content {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  max-width: 1600px;
}
.child-page-section .header {
  margin: 0 auto 2em;
  text-align: center;
  max-width: clamp(900px, 55vw, 1000px);
  display: grid;
  gap: 1em 0;
}
.child-page-section .header .f-h2 {
  margin-bottom: 0;
}
.child-page-section .header .copy {
  margin-bottom: 0;
}
.child-page-section .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  container: inline-size;
  -webkit-column-gap: clamp(20px, 4vw, 30px);
  -moz-column-gap: clamp(20px, 4vw, 30px);
  column-gap: clamp(20px, 4vw, 30px);
  row-gap: clamp(30px, 4vw, 40px);
}
@media screen and (min-width: 850px) {
  .child-page-section .card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.child-page-section .card-container .child-card {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr;
  min-height: 440px;
  max-width: 500px;
}
@container (min-width: 850px) {
  .child-page-section .card-container .child-card {
    grid-template-columns: 4fr 3fr;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@container (min-width: 1300px) {
  .child-page-section .card-container .child-card {
    max-width: calc(50% - clamp(20px, 4vw, 30px));
    -ms-flex-preferred-size: calc(50% - clamp(20px, 4vw, 30px));
    flex-basis: calc(50% - clamp(20px, 4vw, 30px));
  }
}
.child-page-section .card-container .child-card .photo {
  height: 40vw;
  min-height: 250px;
  max-height: 500px;
  position: relative;
}
@container (min-width: 850px) {
  .child-page-section .card-container .child-card .photo {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}
.child-page-section .card-container .child-card .photo:before, .child-page-section .card-container .child-card .photo:after {
  content: "";
  background: #fff;
  height: 85px;
  width: 10px;
  display: block;
  position: absolute;
  z-index: 1;
}
.child-page-section .card-container .child-card .photo:before {
  left: 1rem;
  bottom: 0;
}
.child-page-section .card-container .child-card .photo:after {
  right: 1rem;
  top: 0;
}
.child-page-section .card-container .child-card .photo img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: absolute;
  width: 100%;
  height: 100%;
}
.child-page-section .card-container .child-card .info {
  background-color: #ECF1F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2em;
  text-align: center;
}
@container (min-width: 850px) {
  .child-page-section .card-container .child-card .info {
    padding: 1em;
  }
}
@container (min-width: 1300px) {
  .child-page-section .card-container .child-card .info {
    padding: 2em;
  }
}
.child-page-section .card-container .child-card .info .icon {
  height: 100px;
}
.child-page-section .card-container .child-card .info .copy {
  text-align: center;
  font-weight: 400;
  font-size: 1.6rem;
}
.child-page-section .card-container .child-card .info .actions a {
  font-size: 1.8rem;
}
.child-page-section .child-card {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 0.2;
}
.child-page-section .child-card.active {
  -webkit-animation-name: child-page-cards;
  animation-name: child-page-cards;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes child-page-cards {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes child-page-cards {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.cross-sell-banner {
  margin-bottom: 4em;
}
.cross-sell-banner > .content {
  width: 100%;
  display: grid;
  row-gap: 30px;
  place-content: center;
  position: relative;
}
.cross-sell-banner > .content:before {
  content: "";
  position: absolute;
  height: 85%;
  top: 7.5%;
  width: 100%;
  background-image: url(../images/svgSplitBackground.svg);
  background-size: cover;
  background-position: top;
}
@container (min-width: 900px) {
  .cross-sell-banner > .content:before {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    height: calc(50% + 30px);
  }
}
@container (min-width: 900px) {
  .cross-sell-banner > .content {
    grid-template-columns: minmax(0, 1100px);
  }
}
.cross-sell-banner .cross-sell:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.cross-sell-banner .cross-sell:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.cross-sell-banner .cross-sell:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.cross-sell-banner .cross-sell:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.cross-sell-banner .cross-sell:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cross-sell-banner .cross-sell:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.cross-sell-banner .cross-sell:nth-child(7) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.cross-sell-banner .cross-sell:nth-child(8) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.cross-sell-banner .cross-sell:nth-child(9) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.cross-sell-banner .cross-sell:nth-child(10) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.cross-sell-banner .cross-sell {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 0.2;
}
.cross-sell-banner .cross-sell .photo img, .cross-sell-banner .cross-sell .photo:before, .cross-sell-banner .cross-sell .info:before {
  border-color: #fff;
}
.cross-sell-banner.active .cross-sell {
  -webkit-animation-name: cross-sell-banners;
  animation-name: cross-sell-banners;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cross-sell-banner.active .cross-sell .photo:before, .cross-sell-banner.active .cross-sell .info:before {
  -webkit-animation-name: cross-sell-info-border;
  animation-name: cross-sell-info-border;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.cross-sell-banner.active .cross-sell .photo img {
  -webkit-animation-name: cross-sell-img-border;
  animation-name: cross-sell-img-border;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes cross-sell-banners {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes cross-sell-banners {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes cross-sell-info-border {
  from {
    border-color: #fff;
  }
  to {
    border-color: #00AEEF;
  }
}
@keyframes cross-sell-info-border {
  from {
    border-color: #fff;
  }
  to {
    border-color: #00AEEF;
  }
}
@-webkit-keyframes cross-sell-img-border {
  from {
    border-color: #fff;
  }
  to {
    border-color: #F5D273;
  }
}
@keyframes cross-sell-img-border {
  from {
    border-color: #fff;
  }
  to {
    border-color: #F5D273;
  }
}

.block-disclosure {
  padding: 0 30px;
  margin-bottom: 3em;
  background-color: var(--blockColor, );
}
.block-disclosure > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1.2rem;
  text-align: center;
}

.icon-card-section {
  margin-bottom: 4em;
  padding: 0 30px;
}
.icon-card-section > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto;
}
.icon-card-section > .content .header {
  margin-bottom: 2em;
}
.icon-card-section > .content .header .f-h2 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.icon-card-section > .content .header .copy {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.icon-card-section > .content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}
.icon-card-section .icon-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 529px;
  flex: 0 1 529px;
  position: relative;
  padding-bottom: 3em;
}
.icon-card-section .icon-card > .content {
  display: grid;
  grid-template-columns: minmax(80%, 375px);
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}
.icon-card-section .icon-card:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 91.5px);
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #00AEEF;
  pointer-events: none;
}
.icon-card-section .icon-card .icon {
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  height: 183px;
  width: 183px;
  display: grid;
  place-items: center;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5em;
}
.icon-card-section .icon-card .icon img {
  width: 60%;
  height: auto;
}
.icon-card-section .icon-card .info .f-h3 {
  font-weight: 300;
}
.icon-card-section .icon-card .info .f-h3 strong {
  font-weight: 700;
}
.icon-card-section .icon-card .info .copy p {
  padding-bottom: 1em;
}
.icon-card-section .icon-card .info .copy ul {
  padding-left: 30px;
  text-indent: -1em;
  text-align: left;
}
.icon-card-section .icon-card .info .copy ul li {
  list-style: none;
  position: relative;
}
.icon-card-section .icon-card .info .copy ul li:before {
  content: url(../images/ico-check.svg);
  height: 13px;
  width: 17px;
  position: relative;
  left: -5px;
}
@container (max-width: 899px) {
  .icon-card-section .icon-card .info .copy ul li {
    padding-bottom: 1em;
  }
}
.icon-card-section .icon-card .info .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-gap: 1em;
  padding-top: 1em;
}
.icon-card-section .icon-card {
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
  opacity: 0.2;
}
.icon-card-section .icon-card:before {
  border-color: #fff;
}
.icon-card-section .icon-card .icon {
  border-color: #fff;
}
.icon-card-section .icon-card.active {
  -webkit-animation-name: icon-card-card;
  animation-name: icon-card-card;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.icon-card-section .icon-card.active:before {
  -webkit-animation-name: icon-card-before;
  animation-name: icon-card-before;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.icon-card-section .icon-card.active .icon {
  -webkit-animation-name: icon-card-icon;
  animation-name: icon-card-icon;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes icon-card-card {
  from {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    opacity: 0.2;
    border-color: #fff;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    border-color: #F5D273;
  }
}
@keyframes icon-card-card {
  from {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    opacity: 0.2;
    border-color: #fff;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    border-color: #F5D273;
  }
}
@-webkit-keyframes icon-card-before {
  from {
    border-color: #fff;
  }
  to {
    border-color: #00AEEF;
  }
}
@keyframes icon-card-before {
  from {
    border-color: #fff;
  }
  to {
    border-color: #00AEEF;
  }
}
@-webkit-keyframes icon-card-icon {
  from {
    border-color: #fff;
  }
  to {
    border-color: #F5D273;
  }
}
@keyframes icon-card-icon {
  from {
    border-color: #fff;
  }
  to {
    border-color: #F5D273;
  }
}

.photo-split {
  padding: 0 30px;
  margin-bottom: 4em;
}
.photo-split > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .photo-split > .content {
    grid-template-columns: 1fr 2fr;
    padding-right: 20px;
  }
  .photo-split > .content:after {
    content: " ";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #F5D273), color-stop(33%, rgba(245, 210, 115, 0)));
    background: linear-gradient(180deg, #F5D273 33%, rgba(245, 210, 115, 0) 33%);
  }
  .photo-split > .content:before {
    content: " ";
    display: block;
    width: 10px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 2;
  }
}
.photo-split > .content .photo {
  width: 100%;
  aspect-ratio: 1/1;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .photo-split > .content .photo {
    height: 100%;
  }
}
.photo-split > .content .info {
  background-color: var(--blockColor, #ECF1F4);
  padding: 3em 40px 3em clamp(30px, 4vw, 2 * 30px);
  display: grid;
  position: relative;
}
.photo-split > .content .info:after {
  content: " ";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  right: 10px;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12.5%, #F5D273), color-stop(12.5%, rgba(245, 210, 115, 0)));
  background: linear-gradient(180deg, #F5D273 12.5%, rgba(245, 210, 115, 0) 12.5%);
}
@media screen and (min-width: 750px) {
  .photo-split > .content .info {
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .photo-split > .content .info:after {
    content: none;
  }
}
.photo-split > .content .info .copy {
  padding-bottom: 1em;
}
.photo-split > .content .info .actions {
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.photo-split > .content .info .actions a {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 750px) {
  .photo-split > .content .info .actions {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(125px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(125px, max-content));
  }
}
@media screen and (min-width: 750px) {
  .photo-split.photo-right > .content {
    grid-template-columns: 2fr 1fr;
    padding-right: 0;
    padding-left: 20px;
  }
  .photo-split.photo-right > .content:after {
    right: unset;
    left: 0;
  }
  .photo-split.photo-right > .content:before {
    right: unset;
    left: 0;
  }
  .photo-split.photo-right > .content .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.photo-split.active > .content:before {
  height: 50%;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
}
.photo-split.active .photo {
  -webkit-animation-name: photo-split-image;
  animation-name: photo-split-image;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes photo-split-image {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes photo-split-image {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.resources-section {
  padding: 0 30px;
  margin-bottom: 4em;
}
.resources-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resources-section > .content .resources-header {
  margin: 0 auto 2.5em;
  text-align: center;
  max-width: calc(100vw - 60px);
}
.resources-section > .content .resources-header .f-h2 {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.resources-section > .content .resources-header .copy {
  max-width: 800px;
  margin: 0 auto;
}
.resources-section > .content .resource-slides .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@container (min-width: 900px) {
  .resources-section > .content .resource-slides .splide__list {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
}
@container (max-width: 899px) {
  .resources-section > .content .resource-slides .resource-block {
    max-width: 350px;
    width: 90vw;
  }
}
@container (min-width: 900px) {
  .resources-section > .content .resource-slides .resource-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 1;
    flex: 0 1;
    min-width: calc(33% - clamp(20px, 5vw, 50px));
    max-width: calc(33% - clamp(20px, 5vw, 50px));
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
}
.resources-section > .content .resource-slides .photo {
  max-width: 350px;
  aspect-ratio: 1/1;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.resources-section > .content .resource-slides .info {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 1.5em 0;
  max-width: 350px;
}
.resources-section > .content .resource-slides .info .f-h3 {
  margin-bottom: 0.5em;
  font-weight: 600;
  max-width: 350px;
}
.resources-section > .content .splide__arrows {
  position: absolute;
  bottom: -2em;
  width: 100%;
  height: 30px;
  z-index: 5;
  max-width: 35vw;
  min-width: 250px;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@container (min-width: 900px) {
  .resources-section > .content .splide__arrows {
    display: none;
  }
}
.resources-section > .content .splide__arrows .splide__arrow {
  background: none;
  background-image: url(../images/next-btn-carousel.svg);
  background-size: contain;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 900px) {
  .resources-section > .content .splide__arrows .splide__arrow {
    display: none;
  }
}
.resources-section > .content .splide__arrows .splide__arrow-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.resources-section > .content .splide__arrows .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 5px;
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 900px) {
  .resources-section > .content .splide__arrows .splide__pagination {
    display: none;
  }
}
.resources-section > .content .splide__arrows .splide__pagination__page {
  display: block;
  height: 14px;
  width: 14px;
  border: 1px solid #27398F;
  border-radius: 50%;
}
.resources-section > .content .splide__arrows .splide__pagination__page.is-active {
  background: #27398F;
}
.resources-section .resource-block:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.resources-section .resource-block:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.resources-section .resource-block:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.resources-section .resource-block:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.resources-section .resource-block:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.resources-section .resource-block:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.resources-section .resource-block:nth-child(7) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.resources-section .resource-block:nth-child(8) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.resources-section .resource-block:nth-child(9) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.resources-section .resource-block:nth-child(10) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
@container (min-width: 900px) {
  .resources-section.active .resource-block {
    -webkit-animation-name: resources-block;
    animation-name: resources-block;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes resources-block {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes resources-block {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.compare-section {
  padding: 1em 30px;
  margin-bottom: 4em;
  background: #1556A4;
}
@container (min-width: 900px) {
  .compare-section .table-controls-arrows, .compare-section .table-controls-dots {
    display: none;
  }
}
.compare-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  border-radius: 15px;
}
.compare-section > .content .headline {
  margin: 1em auto;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
}
@container (min-width: 900px) {
  .compare-section > .content .headline {
    font-size: 3.2rem;
  }
}
.compare-section > .content .compare-header {
  width: 100%;
  text-align: center;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 600;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@container (min-width: 900px) {
  .compare-section > .content .compare-content {
    padding: 20px clamp(30px, 8vw, 100px);
  }
}
.compare-section > .content .compare-content table {
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2em;
}
@container (min-width: 900px) {
  .compare-section > .content .compare-content table {
    text-align: center;
    font-size: 1.5rem;
  }
}
@container (min-width: 1100px) {
  .compare-section > .content .compare-content table {
    font-size: 1.8rem;
  }
}
.compare-section > .content .compare-content table th {
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
@container (min-width: 900px) {
  .compare-section > .content .compare-content table th {
    padding: 0.5em;
    font-size: 1.6rem;
  }
}
@container (min-width: 1100px) {
  .compare-section > .content .compare-content table th {
    font-size: 2.3rem;
  }
}
@container (min-width: 900px) {
  .compare-section > .content .compare-content table td {
    padding: 0.5em;
  }
}
.compare-section > .content .compare-content table tr {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
}
.compare-section > .content .compare-content table tr:first-of-type {
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: transparent;
}
.compare-section > .content .compare-content table tr:last-of-type {
  border-bottom: none;
}
.compare-section > .content .compare-content table tr th:first-child {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
@container (min-width: 900px) {
  .compare-section > .content .compare-content table tr th:first-child {
    font-weight: 700;
  }
}
@container (min-width: 1100px) {
  .compare-section > .content .compare-content table tr th:first-child {
    font-size: 1.8rem;
  }
}
.compare-section > .content .compare-content table a[class=cta-btn], .compare-section > .content .compare-content table a[class=cta-lnk], .compare-section > .content .compare-content table a[class=ghost-btn] {
  margin: 1em auto;
}
.compare-section > .content .compare-content .js-close-compare {
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2em;
}
.compare-section > .content .compare-content .js-close-compare span {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 5px;
}
.compare-section > .content .compare-content .disclosure {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 2em;
}
.compare-section > .content .compare-content .disclosure a {
  color: #fff;
  -webkit-text-decoration: underline #fff;
  text-decoration: underline #fff;
}
.compare-section > .content .compare-content .disclosure a:focus, .compare-section > .content .compare-content .disclosure a:hover {
  -webkit-text-decoration: underline #00AEEF;
  text-decoration: underline #00AEEF;
}
.compare-section > .content .compare-content .mobile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-gap: 25px;
}
.compare-section > .content .compare-content .mobile-controls .prev-button, .compare-section > .content .compare-content .mobile-controls .next-button {
  height: 16px;
  width: 8px;
  background-image: url("../images/table-arrow-left.svg");
  background-size: contain;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(94%) sepia(90%) saturate(891%) hue-rotate(311deg) brightness(109%) contrast(92%);
  filter: brightness(0) saturate(100%) invert(94%) sepia(90%) saturate(891%) hue-rotate(311deg) brightness(109%) contrast(92%);
  background-repeat: no-repeat;
}
.compare-section > .content .compare-content .mobile-controls .next-button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.compare-section > .content .compare-content .table-controls-dots .carousel-dot {
  background-color: #F5D273;
  border: 2px solid #F5D273;
  opacity: 0.25;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 15px;
  width: 15px;
}
.compare-section > .content .compare-content .table-controls-dots .carousel-dot.is-active {
  opacity: 1;
}
@container (min-width: 900px) {
  .compare-section > .content .compare-content .mobileButtonDisplay, .compare-section > .content .compare-content .mobile-controls {
    display: none;
  }
}
.compare-section.active .compare-content table tr:first-child {
  -webkit-animation-name: compare-tr-first;
  animation-name: compare-tr-first;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.compare-section.active .compare-content table tr:not(:last-child):not(:first-child) {
  -webkit-animation-name: compare-tr;
  animation-name: compare-tr;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes compare-tr-first {
  from {
    border-color: transparent;
  }
  to {
    border-color: var(--tertiary-color);
  }
}
@keyframes compare-tr-first {
  from {
    border-color: transparent;
  }
  to {
    border-color: var(--tertiary-color);
  }
}
@-webkit-keyframes compare-tr {
  from {
    border-color: transparent;
  }
  to {
    border-color: var(--secondary-color);
  }
}
@keyframes compare-tr {
  from {
    border-color: transparent;
  }
  to {
    border-color: var(--secondary-color);
  }
}

.product-section .info-section .copy, .product-section .info-section .rate-block, .product-section .info-section .disclosure {
  max-width: 900px;
  width: 100%;
  margin: 0;
}
@container (min-width: 900px) {
  .product-section .info-section .copy, .product-section .info-section .rate-block, .product-section .info-section .disclosure {
    margin: 0 auto 0 0;
  }
}
@container (min-width: 900px) {
  .product-section .info-section .copy .f-h2, .product-section .info-section .rate-block .f-h2, .product-section .info-section .disclosure .f-h2 {
    text-align: left;
  }
}
.product-section .info-section .rate-block {
  margin: 0 0 2em;
}
.product-section .info-section .rate-block:last-child {
  margin: 0;
}
.product-section .info-section .rate-block .disclosure {
  margin-top: 2em;
  font-size: 1.4rem;
}
.product-section .info-section .disclosure {
  padding: 2em 0;
}

.product-section, .rate-section {
  padding: 0 30px;
  margin-bottom: 4em;
  scroll-margin-top: 90px;
}
@container (min-width: 900px) {
  .product-section, .rate-section {
    scroll-margin-top: 150px;
    padding: 0 0 0 0;
  }
}
.product-section > .content, .rate-section > .content {
  width: 100%;
  max-width: 1920px;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@container (min-width: 900px) {
  .product-section > .content, .rate-section > .content {
    margin: 0 auto;
    grid-template-columns: 4fr 1fr;
    grid-gap: 10px;
  }
}
.product-section > .content .sidebar, .rate-section > .content .sidebar {
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 30px;
}
.product-section > .content .sidebar .actions, .rate-section > .content .sidebar .actions {
  top: 50px;
}
@container (min-width: 900px) {
  .product-section > .content .sidebar .actions, .rate-section > .content .sidebar .actions {
    position: sticky;
    top: calc(68px + 1em);
  }
}
.product-section .f-h2, .rate-section .f-h2 {
  color: #27398F;
  font-size: clamp(2.3rem, 5vw, 3rem);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-right: 1em;
  text-align: left;
  font-weight: 600;
}
@container (min-width: 900px) {
  .product-section .f-h2, .rate-section .f-h2 {
    padding-right: 0;
    text-align: right;
  }
}
.product-section .info-section, .rate-section .info-section {
  display: grid;
  margin-bottom: 1em;
}
@container (min-width: 900px) {
  .product-section .info-section, .rate-section .info-section {
    padding: 0 30px;
    grid-template-columns: 1fr 3fr;
    -webkit-column-gap: clamp(20px, 3vw, 60px);
    -moz-column-gap: clamp(20px, 3vw, 60px);
    column-gap: clamp(20px, 3vw, 60px);
  }
  .product-section .info-section > .f-h2, .rate-section .info-section > .f-h2 {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
}
@container (min-width: 900px) {
  .product-section .info-section .center-column, .rate-section .info-section .center-column {
    padding: 0 0 0 clamp(20px, 3vw, 60px);
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #12B9F8;
    margin-bottom: 3em;
  }
}
.product-section .info-section .copy, .rate-section .info-section .copy {
  font-size: 1.8rem;
}
.product-section .info-section .copy p, .rate-section .info-section .copy p {
  padding-bottom: 1em;
}
.product-section .info-section .copy h3:not(.headline), .rate-section .info-section .copy h3:not(.headline) {
  padding-left: 1em;
  border-left: 5px solid #F5D273;
}
.product-section .info-section .copy.next-steps, .rate-section .info-section .copy.next-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: clamp(20px, 5vw, 50px);
  -moz-column-gap: clamp(20px, 5vw, 50px);
  column-gap: clamp(20px, 5vw, 50px);
  row-gap: 2em;
}
@container (min-width: 900px) {
  .product-section .info-section .copy.next-steps, .rate-section .info-section .copy.next-steps {
    padding: 1em 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 899px) {
  .product-section .info-section .copy.next-steps .next-steps-banner, .rate-section .info-section .copy.next-steps .next-steps-banner {
    max-height: 195px;
  }
}
.product-section .info-section .copy ul, .rate-section .info-section .copy ul {
  padding-left: 0;
  text-align: left;
}
.product-section .info-section .copy ul li, .rate-section .info-section .copy ul li {
  list-style: none;
  position: relative;
  padding-bottom: 1em;
  padding-left: calc(18px + 0.5em);
}
.product-section .info-section .copy ul li:before, .rate-section .info-section .copy ul li:before {
  content: url(../images/ico-check.svg);
  height: 14px;
  width: 18px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 3px;
}
@container (min-width: 900px) {
  .product-section .info-section .copy ul, .rate-section .info-section .copy ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: clamp(2em, 5vw, 50px);
    -moz-column-gap: clamp(2em, 5vw, 50px);
    column-gap: clamp(2em, 5vw, 50px);
  }
}
.product-section .info-section .rate-block .effective-date, .rate-section .info-section .rate-block .effective-date {
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
}
@container (min-width: 900px) {
  .product-section .info-section .rate-block .effective-date, .rate-section .info-section .rate-block .effective-date {
    text-align: left;
  }
}
.product-section .info-section .rate-block .headline, .rate-section .info-section .rate-block .headline {
  margin: 0 auto 0.5em;
  text-align: center;
}
@container (min-width: 900px) {
  .product-section .info-section .rate-block .headline, .rate-section .info-section .rate-block .headline {
    text-align: left;
  }
}
.product-section .info-section .rate-block table, .rate-section .info-section .rate-block table {
  width: 100%;
  font-size: 1.8rem;
}
.product-section .info-section .rate-block table thead tr:first-child, .rate-section .info-section .rate-block table thead tr:first-child {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent;
}
.product-section .info-section .rate-block table th, .rate-section .info-section .rate-block table th {
  font-weight: 700;
  font-size: 1.8rem;
  color: #27398F;
}
.product-section .info-section .rate-block table td, .product-section .info-section .rate-block table th, .rate-section .info-section .rate-block table td, .rate-section .info-section .rate-block table th {
  text-align: center;
  padding: 0.5em;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: transparent;
}
.product-section .info-section .rate-block table td:last-child, .product-section .info-section .rate-block table th:last-child, .rate-section .info-section .rate-block table td:last-child, .rate-section .info-section .rate-block table th:last-child {
  border-right: none;
}
.product-section .info-section .rate-block table td .mobile-label, .rate-section .info-section .rate-block table td .mobile-label {
  display: none;
}
@container (max-width: 899px) {
  .product-section .info-section .rate-block table, .rate-section .info-section .rate-block table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .product-section .info-section .rate-block table .col_0, .rate-section .info-section .rate-block table .col_0 {
    empty-cells: hide;
  }
  .product-section .info-section .rate-block table .col_0, .rate-section .info-section .rate-block table .col_0 {
    display: block;
    visibility: visible;
  }
  .product-section .info-section .rate-block table .btn, .rate-section .info-section .rate-block table .btn {
    display: inline-block !important;
    text-align: center;
    margin: 0.5em 1em;
  }
  .product-section .info-section .rate-block table thead, .rate-section .info-section .rate-block table thead {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product-section .info-section .rate-block table tr:nth-child(odd), .rate-section .info-section .rate-block table tr:nth-child(odd) {
    background: #fff;
  }
  .product-section .info-section .rate-block table td, .rate-section .info-section .rate-block table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .product-section .info-section .rate-block table thead, .rate-section .info-section .rate-block table thead {
    display: none;
    visibility: hidden;
  }
  .product-section .info-section .rate-block table .row_0, .product-section .info-section .rate-block table .col_0, .rate-section .info-section .rate-block table .row_0, .rate-section .info-section .rate-block table .col_0 {
    display: none;
    visibility: hidden;
  }
  .product-section .info-section .rate-block table tr, .rate-section .info-section .rate-block table tr {
    padding: 0.5em 0;
    background: #ffffff;
    border-width: 0px 0 2px 0;
    border-bottom: 1px solid #00AEEF;
  }
  .product-section .info-section .rate-block table tr:last-child, .rate-section .info-section .rate-block table tr:last-child {
    border-bottom: 0;
  }
  .product-section .info-section .rate-block table thead, .rate-section .info-section .rate-block table thead {
    padding: 0;
  }
  .product-section .info-section .rate-block table tr, .product-section .info-section .rate-block table thead, .rate-section .info-section .rate-block table tr, .rate-section .info-section .rate-block table thead {
    display: block;
    text-align: left;
  }
  .product-section .info-section .rate-block table tbody, .rate-section .info-section .rate-block table tbody {
    padding: 0;
    text-align: left;
  }
  .product-section .info-section .rate-block table th, .rate-section .info-section .rate-block table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .product-section .info-section .rate-block table td, .product-section .info-section .rate-block table th, .rate-section .info-section .rate-block table td, .rate-section .info-section .rate-block table th {
    text-align: center;
    border-width: 0;
  }
  .product-section .info-section .rate-block table th, .rate-section .info-section .rate-block table th {
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 2rem;
    font-weight: 600;
  }
  .product-section .info-section .rate-block table td, .rate-section .info-section .rate-block table td {
    padding: 0.5em 1em;
    text-align: left;
    font-weight: 400;
  }
  .product-section .info-section .rate-block table td .mobile-label, .rate-section .info-section .rate-block table td .mobile-label {
    margin: 0 1em 0 0;
    display: inline-block;
    font-weight: 700;
    color: #27398F;
  }
}
.product-section .info-section h2, .product-section .info-section h3, .rate-section .info-section h2, .rate-section .info-section h3 {
  color: #27398F;
  font-weight: 600;
}
.product-section .info-section .disclosure, .rate-section .info-section .disclosure {
  font-size: 1.4rem;
}
.product-section .actions, .rate-section .actions {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1em;
  justify-items: center;
}
.product-section .actions a, .rate-section .actions a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 330px;
}
@container (min-width: 900px) {
  .product-section .actions, .rate-section .actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product-section .info-section > .f-h2, .product-section .rate-block > .f-h3, .rate-section .info-section > .f-h2, .rate-section .rate-block > .f-h3 {
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
  opacity: 0.2;
}
.product-section .info-section > .f-h2.active, .product-section .rate-block > .f-h3.active, .rate-section .info-section > .f-h2.active, .rate-section .rate-block > .f-h3.active {
  -webkit-animation-name: product-section-info-title;
  animation-name: product-section-info-title;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.product-section .rate-block.active td, .product-section th, .rate-section .rate-block.active td, .rate-section th {
  -webkit-animation-name: product-section-rate-block-td-th;
  animation-name: product-section-rate-block-td-th;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.product-section .rate-block.active tr, .rate-section .rate-block.active tr {
  -webkit-animation-name: product-section-rate-block-tr;
  animation-name: product-section-rate-block-tr;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@container (max-width: 899px) {
  .product-section .rate-block.active tr:nth-child(even), .rate-section .rate-block.active tr:nth-child(even) {
    -webkit-animation-name: product-section-rate-block-mobile-tr;
    animation-name: product-section-rate-block-mobile-tr;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@-webkit-keyframes product-section-center-column {
  from {
    border-color: transparent;
  }
  to {
    border-color: #00AEEF;
  }
}
@keyframes product-section-center-column {
  from {
    border-color: transparent;
  }
  to {
    border-color: #00AEEF;
  }
}
@-webkit-keyframes product-section-info-title {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes product-section-info-title {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes product-section-rate-block-mobile-tr {
  from {
    background: #fff;
  }
  to {
    background: #ECF1F4;
  }
}
@keyframes product-section-rate-block-mobile-tr {
  from {
    background: #fff;
  }
  to {
    background: #ECF1F4;
  }
}
@-webkit-keyframes product-section-rate-block-td-th {
  from {
    border-color: transparent;
  }
  to {
    border-color: #D9EAF0;
  }
}
@keyframes product-section-rate-block-td-th {
  from {
    border-color: transparent;
  }
  to {
    border-color: #D9EAF0;
  }
}
@-webkit-keyframes product-section-rate-block-tr {
  from {
    border-color: transparent;
  }
  to {
    border-color: #00AEEF;
  }
}
@keyframes product-section-rate-block-tr {
  from {
    border-color: transparent;
  }
  to {
    border-color: #00AEEF;
  }
}

.rate-section > .content {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .rate-section > .content .info-section {
    grid-template-columns: 1fr 5fr;
  }
}
.rate-section > .content .info-section .copy {
  max-width: 900px;
  width: 100%;
  margin: 0;
}
@container (min-width: 900px) {
  .rate-section > .content .info-section .copy {
    margin: 0 auto 0 0;
  }
}
@container (min-width: 900px) {
  .rate-section > .content .info-section .copy .f-h2 {
    text-align: left;
  }
}
.rate-section > .content .copy {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin-bottom: 3em;
}
.rate-section > .content .copy .rate-block {
  display: grid;
  max-width: 100%;
}
.rate-section > .content .copy .rate-block .f-h3 {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .rate-section > .content .copy .rate-block .f-h3 {
    text-align: left;
  }
}
.rate-section > .content .copy .rate-block .headline {
  grid-area: headline;
}
.rate-section > .content .copy .rate-block .effective-date {
  grid-area: effective;
}
.rate-section > .content .copy .rate-block table {
  grid-area: table;
}
.rate-section > .content .copy .rate-block .disclosure {
  grid-area: disclosure;
}
.rate-section > .content .copy .rate-block .actions {
  grid-area: actions;
}
@container (min-width: 900px) {
  .rate-section > .content .copy .rate-block {
    padding: 3em clamp(20px, 5vw, 50px) 0;
    grid-template-areas: "headline ." "effective ." "table actions" "disclosure actions";
    grid-template-columns: 3fr 1fr;
    -webkit-column-gap: clamp(20px, 5vw, 50px);
    -moz-column-gap: clamp(20px, 5vw, 50px);
    column-gap: clamp(20px, 5vw, 50px);
  }
}
.rate-section > .content .copy:last-child {
  margin-bottom: 0;
}
.rate-section > .content .copy:last-child .rate-block {
  margin-bottom: 0;
}

main > .rate-section {
  margin-bottom: 4em;
  padding: 0 30px;
}
main > .rate-section .content {
  margin: 0 auto;
  max-width: 1920px;
  border-bottom: 1px #F5D273 solid;
}
main > .rate-section .info-section .rate-block {
  max-width: 900px;
  width: 100%;
  margin: 0 0 2em;
}
@container (min-width: 900px) {
  main > .rate-section .info-section .rate-block {
    margin: 0 auto 2em 0;
  }
}
@container (min-width: 900px) {
  main > .rate-section .info-section .rate-block .f-h2 {
    text-align: left;
  }
}
main > .rate-section .info-section .disclosure {
  margin: 1.5em 0 0;
  max-width: 900px;
  width: 100%;
}
main > .rate-section .info-section > h2.f-h2.active {
  -webkit-animation-name: standalone-rate-section-title;
  animation-name: standalone-rate-section-title;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
main > .rate-section .center-column > .rate-block.active > .f-h3 {
  -webkit-animation-name: standalone-rate-section-title;
  animation-name: standalone-rate-section-title;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
main > .rate-section .center-column > .rate-block.active tr:first-child {
  -webkit-animation-name: standalone-rate-section-tr;
  animation-name: standalone-rate-section-tr;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
main > .rate-section .center-column > .rate-block.active th:not(:last-child),
main > .rate-section .center-column > .rate-block.active td:not(:last-child) {
  -webkit-animation-name: standalone-rate-section-th-td;
  animation-name: standalone-rate-section-th-td;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes standalone-rate-section-title {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes standalone-rate-section-title {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes standalone-rate-section-tr {
  from {
    border-color: transparent;
  }
  to {
    border-color: #00AEEF;
  }
}
@keyframes standalone-rate-section-tr {
  from {
    border-color: transparent;
  }
  to {
    border-color: #00AEEF;
  }
}
@-webkit-keyframes standalone-rate-section-th-td {
  from {
    border-color: transparent;
  }
  to {
    border-color: #D9EAF0;
  }
}
@keyframes standalone-rate-section-th-td {
  from {
    border-color: transparent;
  }
  to {
    border-color: #D9EAF0;
  }
}

.contact-section {
  padding: 0 30px;
  position: relative;
  background-image: url("../images/svgSplitBackground.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.contact-section > .content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em 0;
}
.contact-section .header {
  margin: 0;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.contact-section .header .breadcrumbs .breadcrumb {
  color: #F5D273;
}
.contact-section .header .f-h1 {
  color: #fff;
  margin-bottom: 0.25em;
}
.contact-section .header .copy {
  color: #fff;
}
.contact-section .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  margin-bottom: 2em;
}
@container (min-width: 900px) {
  .contact-section .actions {
    grid-template-columns: repeat(auto-fit, minmax(100px, -webkit-max-content));
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
  }
}
.contact-section .actions .contact-button {
  padding: 0.6em 1.5em 0.6em 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #00AEEF;
  opacity: 0.2;
  -webkit-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.contact-section .actions .contact-button > img {
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: auto;
}
.contact-section .actions .contact-button p {
  margin-bottom: 0;
}
.contact-section .form-embed {
  margin: 0 auto;
  max-width: 1100px;
}
.contact-section .form-embed label, .contact-section .form-embed legend {
  color: #fff;
  display: block;
  font-weight: 700;
}
.contact-section .form-embed input[type=text],
.contact-section .form-embed input[type=textarea],
.contact-section .form-embed input[type=email],
.contact-section .form-embed textarea,
.contact-section .form-embed select {
  border: 1px solid #00AEEF;
  border-radius: 0;
}
.contact-section .form-embed input[type=submit],
.contact-section .form-embed button[type=submit] {
  color: #fff !important;
  background: #27398F;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  position: relative;
}
.contact-section .form-embed input[type=submit]:after,
.contact-section .form-embed button[type=submit]:after {
  content: "";
  position: absolute;
  color: #F5D273;
  height: 10px;
  width: 10px;
  border-right: 2px solid #F5D273;
  border-bottom: 2px solid #F5D273;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  right: 1.5em;
}
.contact-section .form-embed input[type=submit]:focus, .contact-section .form-embed input[type=submit]:hover,
.contact-section .form-embed button[type=submit]:focus,
.contact-section .form-embed button[type=submit]:hover {
  background: rgb(0, 136.870292887, 188);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.contact-section .form-embed input[type=submit]:focus:after, .contact-section .form-embed input[type=submit]:hover:after,
.contact-section .form-embed button[type=submit]:focus:after,
.contact-section .form-embed button[type=submit]:hover:after {
  right: 1.2em;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.contact-section .form-embed .wpforms-field-description {
  color: #fff;
}
@container (max-width: 899px) {
  .contact-section .form-embed .mobile-whole-row {
    width: 100%;
    padding-left: 0;
    margin-left: 0 !important;
  }
}
.contact-section .disclosure {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2rem;
}
.contact-section .actions > .contact-button:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.contact-section .actions > .contact-button:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.contact-section .actions > .contact-button:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.contact-section .actions > .contact-button:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.contact-section .actions > .contact-button:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.contact-section .actions > .contact-button:nth-child(6) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.contact-section .actions > .contact-button:nth-child(7) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.contact-section .actions > .contact-button:nth-child(8) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.contact-section .actions > .contact-button:nth-child(9) {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.contact-section .actions > .contact-button:nth-child(10) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.contact-section.active .header {
  -webkit-animation-name: contact-header;
  animation-name: contact-header;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.contact-section.active .actions > .contact-button {
  -webkit-animation-name: contact-actions;
  animation-name: contact-actions;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes contact-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes contact-header {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes contact-actions {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes contact-actions {
  from {
    opacity: 0.2;
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.page-section {
  padding: 0 30px;
  margin-bottom: 4em;
  scroll-margin-top: 90px;
}
@container (min-width: 900px) {
  .page-section {
    scroll-margin-top: 150px;
  }
}
.page-section > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: grid;
  gap: 1.25em 0;
}
.page-section .headline {
  margin: 0;
  color: #27398F;
  font-size: clamp(2.3rem, 5vw, 3rem);
  text-align: left;
  font-weight: 600;
}
.page-section .copy {
  margin: 0;
}
.page-section .copy > *:last-child {
  margin: 0;
}
.page-section .disclosure {
  margin: 0;
  padding: 2em 0;
  font-size: 1.4rem;
}
.page-section .actions {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .page-section .actions {
    text-align: left;
  }
}
.page-section .actions ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1em;
  justify-items: center;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .page-section .actions ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    justify-items: flex-start;
  }
}
.page-section .actions li {
  margin: 0;
}
.page-section .actions a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  max-width: 300px;
}
.page-section > .content > .headline,
.page-section > .content > .copy,
.page-section > .content > .actions,
.page-section > .content > .disclosure {
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
  opacity: 0.2;
}
.page-section.active > .content > .headline {
  -webkit-animation-name: page-section-content;
  animation-name: page-section-content;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-section.active > .content > .copy {
  -webkit-animation-name: page-section-content;
  animation-name: page-section-content;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-section.active > .content > .actions {
  -webkit-animation-name: page-section-content;
  animation-name: page-section-content;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-section.active > .content > .disclosure {
  -webkit-animation-name: page-section-content;
  animation-name: page-section-content;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page-section.active > .content > *:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.page-section.active > .content > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.page-section.active > .content > *:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.page-section.active > .content > *:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes page-section-content {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes page-section-content {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.block-faqs {
  padding: 0 30px;
  margin-bottom: 3em;
}
.block-faqs > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.block-faqs .headline {
  margin: 0 0 0.5em;
  color: #27398F;
  font-size: clamp(2.3rem, 5vw, 3rem);
  padding-right: 1em;
  text-align: left;
  font-weight: 600;
}
.block-faqs .copy {
  margin: 0 auto 1em;
}
.block-faqs .faq-list {
  margin: 0 auto;
}
.block-faqs .faq-container {
  margin: 0 auto;
  border-bottom: 1px #00AEEF solid;
}
.block-faqs .faq-container.active .faq-question:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.block-faqs .faq-container:not(.active) .faq-question:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
.block-faqs .faq-container .faq-question {
  margin: 0;
  padding: 1em calc(1em + 16px) 1em 0;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #27398F;
  position: relative;
}
.block-faqs .faq-container .faq-question:after {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1em;
  top: calc(50% - 16px);
  width: 18px;
  height: 18px;
  border-width: 0 4px 4px 0;
  border-color: #F5D273;
  border-style: solid;
  border-radius: 2px;
}
.block-faqs .faq-container .faq-answer {
  margin: 0;
  padding: 0 0 1em 0;
}

.form-section {
  margin-bottom: 3em;
  padding: 0 30px;
  margin-bottom: 4em;
  scroll-margin-top: 90px;
}
@container (min-width: 900px) {
  .form-section {
    scroll-margin-top: 150px;
  }
}
.form-section > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  display: grid;
  gap: 1.25em 0;
}
.form-section .headline {
  margin: 0;
  color: #27398F;
  font-size: clamp(2.3rem, 5vw, 3rem);
  text-align: left;
  font-weight: 600;
}
.form-section .copy {
  margin: 0;
}
.form-section .copy > *:last-child {
  margin: 0;
}
.form-section .form {
  margin: 0 auto;
}
.form-section .form label, .form-section .form legend {
  color: #4B5662;
  display: block;
  font-weight: 700;
}
.form-section .form input[type=text],
.form-section .form input[type=textarea],
.form-section .form input[type=email],
.form-section .form textarea,
.form-section .form select {
  border: 1px solid #00AEEF;
  border-radius: 0;
}
.form-section .form input[type=submit],
.form-section .form button[type=submit] {
  color: #fff !important;
  background: #27398F;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
  position: relative;
}
.form-section .form input[type=submit]:after,
.form-section .form button[type=submit]:after {
  content: "";
  position: absolute;
  color: #F5D273;
  height: 10px;
  width: 10px;
  border-right: 2px solid #F5D273;
  border-bottom: 2px solid #F5D273;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
  right: 1.5em;
}
.form-section .form input[type=submit]:focus, .form-section .form input[type=submit]:hover,
.form-section .form button[type=submit]:focus,
.form-section .form button[type=submit]:hover {
  background: rgb(0, 136.870292887, 188);
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
.form-section .form input[type=submit]:focus:after, .form-section .form input[type=submit]:hover:after,
.form-section .form button[type=submit]:focus:after,
.form-section .form button[type=submit]:hover:after {
  right: 1.2em;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease;
}
.form-section .form .wpforms-field-description {
  color: #4B5662;
}
.form-section > .content > .headline,
.form-section > .content > .copy {
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
  opacity: 0.2;
}
.form-section.active > .content > .headline {
  -webkit-animation-name: form-section-content;
  animation-name: form-section-content;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.form-section.active > .content > .copy {
  -webkit-animation-name: form-section-content;
  animation-name: form-section-content;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.form-section.active > .content > *:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.form-section.active > .content > *:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes form-section-content {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes form-section-content {
  from {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    opacity: 0.2;
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

.block-careers {
  padding: 0 30px;
  margin-bottom: 4em;
}
.block-careers > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  display: grid;
  gap: 1.25em 0;
}
.block-careers .headline {
  margin: 0;
  color: #27398F;
  font-size: clamp(2.3rem, 5vw, 3rem);
  text-align: left;
  font-weight: 600;
}
.block-careers .positions {
  margin: 0 auto;
  display: grid;
  gap: 2.5em 0;
}
.block-careers .position {
  margin: 0;
  padding: 1.5em 0 0 1.5em;
  border-left: 3px #F5D273 solid;
}
.block-careers .position .title {
  margin: 0 0 1em;
  color: #27398F;
  font-weight: bold;
}
.block-careers .position .subtitle {
  margin: 0;
  color: #27398F;
  font-weight: bold;
}
.block-careers .position .copy {
  margin: 0 0 1.5em;
}
.block-careers .position .copy > *:last-child {
  margin: 0;
}
.block-careers .position .actions {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
  display: grid;
  justify-items: center;
  grid-gap: 1em;
}
@media screen and (min-width: 900px) {
  .block-careers .position .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.block-careers .position .actions li {
  margin: 0;
}
.block-careers .position .actions a {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  max-width: 300px;
}

.banzai-item-section {
  margin-bottom: 4em;
  padding: 0 30px;
}
.banzai-item-section > .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  gap: 3em 0;
}
.banzai-item-section .intro {
  margin: 0 auto;
  text-align: center;
  max-width: 900px;
  display: grid;
  gap: 1.5em 0;
}
.banzai-item-section .intro .banner p {
  margin: 0;
}
.banzai-item-section .intro .banner img {
  margin: 0 auto;
}
.banzai-item-section .intro .headline {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
  color: #21338C;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .intro .headline {
    font-size: 3.2rem;
  }
}
.banzai-item-section .intro .copy {
  margin: 0;
}
.banzai-item-section .intro .copy > *:last-child {
  margin: 0;
}
.banzai-item-section .intro .actions {
  margin: 0;
  padding: 0;
  display: inline-grid;
  gap: 1em;
  justify-items: center;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .intro .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.banzai-item-section .intro .actions li {
  margin: 0;
}
.banzai-item-section .items {
  margin: 0;
  display: grid;
  gap: 2em;
}
.banzai-item-section .item {
  margin: 0;
  display: grid;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .item:nth-child(odd) {
    grid-template-columns: 3.7fr 6.3fr;
  }
  .banzai-item-section .item:nth-child(odd) .photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .banzai-item-section .item:nth-child(odd) .info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-shadow: -24px 0px 0px 0px #fff inset;
    box-shadow: -24px 0px 0px 0px #fff inset;
  }
  .banzai-item-section .item:nth-child(odd) .info:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    left: calc(100% - 10px);
    top: 0;
    width: 10px;
    height: 25%;
    background-color: #F5D273;
  }
  .banzai-item-section .item:nth-child(even) {
    grid-template-columns: 6.3fr 3.7fr;
  }
  .banzai-item-section .item:nth-child(even) .photo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .banzai-item-section .item:nth-child(even) .info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-shadow: 24px 0 0 0 #fff inset;
    box-shadow: 24px 0 0 0 #fff inset;
  }
  .banzai-item-section .item:nth-child(even) .info:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 25%;
    background-color: #F5D273;
  }
}
.banzai-item-section .item .photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  height: 35vw;
  max-height: 300px;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .item .photo {
    min-height: 0px;
    height: auto;
    max-height: 100%;
  }
}
.banzai-item-section .item .photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.banzai-item-section .item .info {
  margin: 0;
  padding: 3em 2em;
  position: relative;
  background-color: #ECF1F4;
  display: grid;
  gap: 1em;
  -webkit-box-shadow: 0 24px 0 0 #fff inset;
  box-shadow: 0 24px 0 0 #fff inset;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .item .info {
    padding: 4em 3em;
  }
}
.banzai-item-section .item .info:before {
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 10px;
  background-color: #F5D273;
}
.banzai-item-section .item .title {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
  color: #21338C;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .item .title {
    font-size: 3.2rem;
  }
}
.banzai-item-section .item .copy {
  margin: 0;
}
.banzai-item-section .item .copy > *:last-child {
  margin: 0;
}
.banzai-item-section .item .actions {
  margin: 0;
  padding: 0;
  display: inline-grid;
  gap: 1em;
  justify-items: center;
  list-style: none;
}
@media screen and (min-width: 900px) {
  .banzai-item-section .item .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.banzai-item-section .item .actions li {
  margin: 0;
}

@media print {
  header,
  nav,
  footer {
    display: none;
  }
  img {
    max-width: 500px;
  }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    color: #000000;
  }
  .cross-sell-carousel .f-h2, .f-h1-feature, .feature-slide .feature-text .feature-header, .photo-area-info .info-copy h2, p, h1, h2, h3, h4, h5, dd, dt, .bottom-footer p, .bottom-footer a {
    color: #000000;
  }
  .photo-area-info .info-copy {
    width: 100%;
  }
  img, a, nav.ada-footer-bar, .photo-area-info .info-icons,
  .photo-area .image img, .photo-area-complex .image img, .photo-area-header .image img {
    display: none;
  }
  .top-header-bar .logo img {
    display: block !important;
  }
  .photo-area, .photo-area-complex, .photo-area-header {
    height: 300px;
    min-height: 300px;
  }
  .icon-information-area .explore-links .explore-block, .icon-information-area-simple .explore-links .explore-block {
    width: 33%;
    float: left;
    padding: 1em;
  }
  .cross-sell-blocks .cs-block {
    width: 50%;
    float: left;
    padding: 1em;
  }
  .photo-area-complex .photo-area-info {
    width: 100%;
    background: 0 0;
    z-index: 20;
    padding: 1em;
    position: relative;
    top: 0;
    left: 0;
  }
}