@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Outfit", sans-serif;
  overflow-x: hidden !important;
}
body:not(:has(.layout-hero)) {
  padding: 80px 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero)) {
    padding: 340px 0 0;
  }
}
header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #27365e;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #27365e;
  line-height: 1.125;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 3.5rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  h5 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h5 {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
strong {
  font-weight: 800;
}
img {
  height: 100%;
  width: 100%;
}
.address {
  margin-bottom: 10px;
}
.address p {
  margin: 0;
  font-size: 1em;
}
.email,
.phone {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.email::before,
.phone::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/envelope-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.email.phone::before,
.phone.phone::before {
  background-image: url(../images/phone-grey.svg);
}
.social-pages a {
  background: white;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  padding: 12px !important;
  border-radius: 50%;
}
.social-pages a::before {
  display: none !important;
}
.social-pages a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none !important;
}
.social-pages a span {
  display: none;
}
.layout-hero .play,
.layout-textandvideo .play,
.layout-testimonials .play,
.layout-testimonialsfeatured .play {
  position: relative;
}
.layout-hero .play img,
.layout-textandvideo .play img,
.layout-testimonials .play img,
.layout-testimonialsfeatured .play img {
  border-radius: .5rem;
}
.layout-hero .play .icon,
.layout-textandvideo .play .icon,
.layout-testimonials .play .icon,
.layout-testimonialsfeatured .play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000000;
  z-index: 2;
}
@media screen and (min-width: 1660px) {
  .layout-hero .play .icon,
  .layout-textandvideo .play .icon,
  .layout-testimonials .play .icon,
  .layout-testimonialsfeatured .play .icon {
    height: 6rem;
    width: 6rem;
  }
}
.layout-hero .play .icon i,
.layout-textandvideo .play .icon i,
.layout-testimonials .play .icon i,
.layout-testimonialsfeatured .play .icon i {
  font-size: 4rem;
  color: #ffffff;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-hero .play .icon i,
  .layout-textandvideo .play .icon i,
  .layout-testimonials .play .icon i,
  .layout-testimonialsfeatured .play .icon i {
    font-size: 6rem;
  }
}
.layout-hero .play:hover .icon i,
.layout-textandvideo .play:hover .icon i,
.layout-testimonials .play:hover .icon i,
.layout-testimonialsfeatured .play:hover .icon i {
  color: #f2b933;
}
.layout-hero .text-and-video,
.layout-textandvideo .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
  position: relative;
  isolation: isolate;
  max-width: 1050px;
  padding-block: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video,
  .layout-textandvideo .container {
    grid-template-columns: 1.4fr 1fr;
    padding-block: 2rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-video,
  .layout-textandvideo .container {
    background-position: top left;
  }
}
.layout-hero .text-and-video::before,
.layout-textandvideo .container::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(../images/hero-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  background-position: top left;
  position: absolute;
  top: -4rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video::before,
  .layout-textandvideo .container::before {
    top: -6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-video::before,
  .layout-textandvideo .container::before {
    top: -9rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-video .text,
  .layout-textandvideo .container .text {
    margin: -1.75rem 0 0;
  }
}
.layout-hero .text-and-video .text p,
.layout-textandvideo .container .text p {
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-video .text p:not(:has(em a)),
  .layout-textandvideo .container .text p:not(:has(em a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-video .text p:not(:has(em a)),
  .layout-textandvideo .container .text p:not(:has(em a)) {
    font-size: 1.6rem;
  }
}
.layout-hero .text-and-video .text p:has(em a) em a,
.layout-textandvideo .container .text p:has(em a) em a {
  color: #f2b933;
  text-decoration-color: #f2b933;
  font-style: normal;
  position: relative;
  display: block;
  width: max-content;
  margin: 0 0 0 auto;
  font-weight: 500;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-video .text p:has(em a) em a,
  .layout-textandvideo .container .text p:has(em a) em a {
    font-size: 1.25rem;
    margin: 0 6rem 0 auto;
  }
}
.layout-hero .text-and-video .text p:has(em a) em a::after,
.layout-textandvideo .container .text p:has(em a) em a::after {
  content: "";
  display: block;
  width: 6rem;
  height: 2.5rem;
  background-image: url(../images/bent-arrow-yellow-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 100%;
  left: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video .text p:has(em a) em a::after,
  .layout-textandvideo .container .text p:has(em a) em a::after {
    transform: none;
    width: 10rem;
    height: 4rem;
    left: 50%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-video .text p:has(em a) em a::after,
  .layout-textandvideo .container .text p:has(em a) em a::after {
    width: 15rem;
    height: 7rem;
  }
}
.layout-hero .text-and-video .text p:has(strong) strong,
.layout-textandvideo .container .text p:has(strong) strong {
  font-weight: 500;
}
.layout-header .lower {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
.layout-header .lower li a {
  display: flex;
  align-items: center;
  gap: .25rem;
}
.layout-header .lower li a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/alarm-clock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header .lower li:nth-child(2) a::before {
  background-image: url(../images/user-heart.svg);
}
.layout-header .lower li:nth-child(3) a::before {
  background-image: url(../images/calendar.svg);
}
.layout-header .lower li:nth-child(4) a::before {
  background-image: url(../images/user-follow.svg);
}
.layout-header .search-contact-and-login {
  display: none;
  color: #98a0b3;
}
@media screen and (min-width: 810px) {
  .layout-header .search-contact-and-login {
    padding: .5rem 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login {
    display: flex;
    align-items: center;
    gap: .25rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: .5rem 2rem;
    isolation: isolate;
  }
}
@media screen and (min-width: 1260px) {
  .layout-header .search-contact-and-login {
    padding: 0.5rem calc(50vw - 1260px / 2 + 2rem) 0.5rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/contact-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .search-contact-and-login::before {
    left: -9rem;
    width: 100vw;
  }
}
.layout-header .search-contact-and-login li {
  margin: 0 0 .5rem;
}
@media screen and (min-width: 810px) {
  .layout-header .search-contact-and-login li {
    margin: 0;
  }
}
.layout-header .search-contact-and-login li a,
.layout-header .search-contact-and-login li .full-search-toggle {
  transition: all 0.25s ease;
}
.layout-header .search-contact-and-login li a:hover,
.layout-header .search-contact-and-login li .full-search-toggle:hover {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login li .phone,
  .layout-header .search-contact-and-login li .email {
    padding: .5rem 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login li:has(.search) {
    position: relative;
  }
}
.layout-header .search-contact-and-login li:has(.search) .full-search-toggle {
  display: flex;
  align-items: center;
  gap: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login li:has(.search) .full-search-toggle {
    padding: .5rem 1rem;
  }
}
.layout-header .search-contact-and-login li:has(.search) .full-search-toggle i {
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  justify-content: center;
}
.layout-header .search-contact-and-login li:has(.search) .full-search-toggle .close-search {
  display: none;
}
.layout-header .search-contact-and-login li:has(.search) .search {
  position: absolute;
  top: -100vh;
  margin: 1.5rem 0;
  opacity: 0;
  transition: opacity 250ms ease-out;
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login li:has(.search) .search {
    padding: 2.5rem;
    width: 100vw;
    background-color: #27365e;
    margin: 0 0 0 2rem;
    border-radius: 0 0 0 1rem;
  }
}
.layout-header .search-contact-and-login li:has(.search) .search .input-and-button {
  display: flex;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout-header .search-contact-and-login li:has(.search) .search .input-and-button {
    width: max-content;
  }
}
.layout-header .search-contact-and-login li:has(.search) .search .input-and-button input {
  height: 2.5rem;
  border-radius: .25rem;
  border: 1px solid #ffffff;
  padding: .25rem .5rem;
}
.layout-header .search-contact-and-login li:has(.search) .search .input-and-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27365e;
  height: 2.5rem;
  border-radius: 5rem;
  background-color: #ffffff;
  padding: 0 1rem;
  border: 1px solid #ffffff;
}
.layout-header .search-contact-and-login li:has(.intranet) .intranet {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: .25rem;
  background-color: #98a0b3;
  width: fit-content;
  height: max-content;
  border-radius: .375rem;
  transition: all 0.25s ease;
}
.layout-header .search-contact-and-login li:has(.intranet) .intranet span {
  display: block;
  padding: 0 .5rem 0 1rem;
}
.layout-header .search-contact-and-login li:has(.intranet) .intranet .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: .375rem;
  height: 2rem;
  aspect-ratio: 1;
}
.layout-header .search-contact-and-login li:has(.intranet) .intranet .icon::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/sign-out.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header .search-contact-and-login li:has(.intranet) .intranet:hover {
  background-color: #6999d1;
}
.layout-header header {
  background-color: #205299;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header header {
    position: relative;
    isolation: isolate;
    background-color: transparent;
  }
  .layout-header header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/header-blue.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  .layout-header header::before {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.25s ease;
    opacity: 1;
  }
}
.layout-header header,
.layout-header header .container {
  height: 80px;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 150px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 180px;
  }
}
.layout-header header .container {
  max-width: 1380px;
}
.layout-header header .container .home {
  height: 90%;
  top: 0;
  transform: none;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .home {
    height: 98%;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container .main-menu {
  height: max-content;
  right: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .main-menu {
    display: block;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .main-menu {
    right: 10rem;
    top: 6.75rem;
    transform: none;
  }
}
.layout-header header .container .main-menu .menu {
  gap: .5rem;
}
.layout-header header .container .main-menu .menu > li > a {
  color: #ffffff;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.25s ease;
}
.layout-header header .container .main-menu .menu > li > a:not(.menu-item-has-children a):hover {
  text-decoration-color: #ffffff;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children {
  position: relative;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevrons-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  top: -100vh;
  width: max-content;
  background-color: #27365e;
  color: #ffffff;
  opacity: 0;
  transition: opacity 250ms ease-out;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li a {
  padding: .5rem 1.5rem;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/chevrons-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children .three-deep-menu {
  position: absolute;
  top: -100vh;
  left: 100%;
  background-color: #ffffff;
  width: max-content;
  opacity: 0;
  transition: opacity 250ms ease-out;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children .three-deep-menu li a {
  color: #27365e;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children .three-deep-menu li:not(:last-child) {
  border-bottom: 1px solid #27365e;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .three-deep-menu {
  top: 0;
  opacity: 1;
}
.layout-header header .container .main-menu .menu > li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
.layout-header header .container .full-menu-toggle {
  right: 1rem;
  color: #ffffff;
}
.layout-header .sub-header {
  display: none;
  padding: 132px 0 4rem;
  margin: -100px 0 0;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .sub-header {
    display: block;
    position: relative;
    isolation: isolate;
    background-color: transparent;
    height: 260px;
  }
  .layout-header .sub-header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/subheader-blue.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  .layout-header .sub-header::before {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .sub-header {
    height: 350px;
    padding: 232px 0 4rem;
    margin: -195px 0 0;
  }
}
.layout-header .sub-header .container {
  transition: all 0.25s ease;
  max-width: 1380px;
}
.layout-header .sub-header .container .lower-menu {
  right: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .sub-header .container .lower-menu {
    display: block;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .sub-header .container .lower-menu {
    padding: 0 7rem 0 0;
  }
}
.layout-header .sub-header .container .lower-menu .lower {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 1660px) {
  .layout-header .sub-header .container .lower-menu .lower {
    gap: 6rem;
  }
}
.layout-header .sub-header .container .lower-menu .lower li a {
  padding: .5rem 1rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 1rem;
  border-radius: .5rem;
  background-color: transparent;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .sub-header .container .lower-menu .lower li a {
    max-width: 220px;
    gap: 2rem;
  }
}
.layout-header .sub-header .container .lower-menu .lower li a::before {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-header .sub-header .container .lower-menu .lower li a::before {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.layout-header .sub-header .container .lower-menu .lower li a:hover {
  background-color: #27365e;
}
.layout-header .full-menu {
  padding: 2rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu {
    padding: 0;
  }
}
.layout-header .full-menu .container .search-contact-and-login {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  position: relative;
  isolation: isolate;
}
.layout-header .full-menu .container .search-contact-and-login::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 2rem);
  background: #27365e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu .container .search-contact-and-login {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.layout-header .full-menu .container .search-contact-and-login::before {
  top: -2rem;
  left: -1rem;
  transform: none;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu .container .search-contact-and-login::before {
    width: calc(100% + 4rem);
    left: -2rem;
  }
}
.layout-header .full-menu .container .main-menu {
  padding: 1rem 0;
  position: relative;
  isolation: isolate;
  color: #ffffff;
}
.layout-header .full-menu .container .main-menu::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #205299;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-header .full-menu .container .main-menu::before {
  top: 0;
  left: -1rem;
  transform: none;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu .container .main-menu::before {
    left: -2rem;
  }
}
.layout-header .full-menu .container .main-menu .menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
.layout-header .full-menu .container .main-menu .menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-header .full-menu .container .main-menu .menu a .toggle {
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0 .5rem 0 0;
  color: #ffffff;
}
.layout-header .full-menu .container .main-menu .menu .sub-menu,
.layout-header .full-menu .container .main-menu .menu .three-deep-menu {
  margin: 0.5rem 0 0.5rem 1rem;
}
.layout-header .full-menu .container .lower-menu {
  padding: 1rem 0;
  position: relative;
  isolation: isolate;
  color: #ffffff;
}
.layout-header .full-menu .container .lower-menu::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #6999d1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-header .full-menu .container .lower-menu::before {
  top: 0;
  left: -1rem;
  transform: none;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu .container .lower-menu::before {
    left: -2rem;
  }
}
.full-menu-open .layout-header .full-menu {
  top: 80px;
}
.full-search-open .layout-header .search-contact-and-login li:has(.search) .full-search-toggle .open-search {
  display: none;
}
.full-search-open .layout-header .search-contact-and-login li:has(.search) .full-search-toggle .close-search {
  display: block;
}
.full-search-open .layout-header .search-contact-and-login li:has(.search) .search {
  position: static;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .full-search-open .layout-header .search-contact-and-login li:has(.search) .search {
    position: absolute;
    top: 100%;
  }
}
.scrolled .layout-header header {
  background-color: #205299;
}
.scrolled .layout-header header::before {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header header,
  .scrolled .layout-header header .container {
    height: 110px;
  }
}
@media screen and (min-width: 1660px) {
  .scrolled .layout-header header .container .main-menu {
    top: 4rem;
  }
}
.scrolled .layout-header .sub-header {
  padding: 0;
  margin: 0;
}
.scrolled .layout-header .sub-header,
.scrolled .layout-header .sub-header .container {
  height: 80px;
}
.layout-footer {
  padding: 0 0 3rem;
  color: #ffffff;
  position: relative;
  isolation: isolate;
  background-color: #f5f2eb;
}
.layout-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/footer-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1050px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .home-and-slogan {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
}
.layout-footer .container .home-and-slogan .home {
  height: 60px;
  background-image: url(../images/Intersect.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: -2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .home-and-slogan .home {
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home-and-slogan .home {
    height: 150px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .home-and-slogan .home {
    height: 185px;
    width: 450px;
  }
}
.layout-footer .container .home-and-slogan .home svg,
.layout-footer .container .home-and-slogan .home img {
  height: 100%;
  width: 100%;
}
.layout-footer .container .home-and-slogan .home svg g path:first-of-type {
  fill: transparent;
}
.layout-footer .container .home-and-slogan .slogan {
  color: #ffffff;
  line-height: 1.3;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .home-and-slogan .slogan {
    text-align: right;
    max-width: 60%;
    justify-self: end;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .home-and-slogan .slogan {
    padding: 3rem 0 0;
    max-width: 90%;
  }
}
.layout-footer .container .contact-and-blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .contact-and-blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 2.5rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .contact-and-blocks .contact {
    margin: -1rem 0 2rem;
  }
}
.layout-footer .container .contact-and-blocks .contact .address p,
.layout-footer .container .contact-and-blocks .contact .phone,
.layout-footer .container .contact-and-blocks .contact .email {
  line-height: 1.35;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .contact-and-blocks .contact .address p,
  .layout-footer .container .contact-and-blocks .contact .phone,
  .layout-footer .container .contact-and-blocks .contact .email {
    font-size: 1.125rem;
  }
}
.layout-footer .container .contact-and-blocks .contact .address p::before,
.layout-footer .container .contact-and-blocks .contact .phone::before,
.layout-footer .container .contact-and-blocks .contact .email::before {
  display: none;
}
.layout-footer .container .contact-and-blocks .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .contact-and-blocks .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 2;
  }
}
.layout-footer .container .contact-and-blocks .blocks > li ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  height: max-content;
}
.layout-footer .container .contact-and-blocks .blocks > li ul li a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .contact-and-blocks .blocks > li ul li a {
    font-size: 1.125rem;
  }
}
.layout-footer .container .contact-and-blocks .blocks > li ul li a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow-right-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 80%;
  background-position: left center;
}
.layout-footer .container .socials-extra-and-up {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .socials-extra-and-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-footer .container .socials-extra-and-up .social-pages {
  display: flex;
  gap: .5rem;
  color: #005831;
  grid-column: span 2;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .socials-extra-and-up .social-pages {
    grid-column: unset;
  }
}
.layout-footer .container .socials-extra-and-up .extra {
  display: flex;
  gap: 1rem;
  align-items: center;
  position: relative;
}
.layout-footer .container .socials-extra-and-up .extra::before {
  content: "";
  display: block;
  width: 5rem;
  height: 3rem;
  background-image: url(../images/bent-arrow-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 80%;
  left: 1rem;
  transform: rotate(30deg);
}
.layout-footer .container .socials-extra-and-up .extra .extra-image {
  height: 3rem;
  width: 3rem;
}
.layout-footer .container .socials-extra-and-up .extra .extra-image img {
  object-fit: contain;
}
.layout-footer .container .socials-extra-and-up .up {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  justify-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .socials-extra-and-up .up {
    width: 3.5rem;
    height: 3.5rem;
  }
}
main:has(section:last-child:is(.layout-faq)) + .layout-footer,
main:has(section:last-child:is(.layout-textblocks)) + .layout-footer {
  background-color: #ffffff;
}
main:has(section:last-child:is(.layout-textanddownload)) + .layout-footer {
  background-color: #f5f7fa;
}
.layout-copyright {
  padding: 1rem 0;
  background-color: #005831;
  color: #ffffff;
  background-image: url(../images/yellow-line-footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: right top;
  background-size: cover;
}
@media screen and (min-width: 1660px) {
  .layout-copyright {
    padding: 5rem 0 1rem;
  }
}
.layout-copyright .container {
  display: flex;
  max-width: 1380px;
  gap: .5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.layout-copyright .container .menu {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.layout-hero .image {
  height: 400px;
  position: relative;
  isolation: isolate;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0.7), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-hero .image {
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .image {
    height: 700px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 900px;
  }
}
.layout-hero .image::before {
  z-index: 1;
}
.layout-hero .text-and-video {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-block-start: -7rem;
  max-width: 1050px;
}
@media (min-width: 810px) {
  .layout-hero .text-and-video {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text-and-video {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video .text h2,
  .layout-hero .text-and-video .text h1 {
    position: relative;
    display: inline-block;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video .text h2::before,
  .layout-hero .text-and-video .text h1::before {
    content: "";
    display: block;
    width: 6rem;
    height: 3.5rem;
    background-image: url(../images/circle-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -.5rem;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-video .text h2::before,
  .layout-hero .text-and-video .text h1::before {
    width: 10rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-video .text h2::before,
  .layout-hero .text-and-video .text h1::before {
    width: 15rem;
    height: 7.5rem;
    top: -1.5rem;
    left: -2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video .text h2::after,
  .layout-hero .text-and-video .text h1::after {
    content: "";
    display: block;
    width: 6rem;
    height: 3.5rem;
    background-image: url(../images/stripe-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -2rem;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-video .text h2::after,
  .layout-hero .text-and-video .text h1::after {
    width: 15rem;
    height: 9.5rem;
    bottom: -5rem;
  }
}
.layout-hero .text-and-video .text strong {
  color: #005831;
  font-weight: 400;
}
.layout-hero .text-and-video .play {
  position: relative;
  isolation: isolate;
  height: 300px;
}
.layout-hero .text-and-video .play::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-video .play {
    height: 100%;
  }
}
.layout-hero .text-and-video .play::before {
  z-index: 1;
  border-radius: .5rem;
}
.layout-textandvideo {
  padding: 2.5rem 0;
}
.layout-textandvideo .container .text p strong {
  font-weight: 400;
  color: #27365e;
}
.layout-pagesfeatured {
  padding: 5rem 0 2rem;
  background-image: url(../images/blocks-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 100%;
  background-position: top left;
  position: relative;
  isolation: isolate;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured {
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured {
    padding: 7rem 0 9rem;
  }
}
.layout-pagesfeatured::before {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background-image: url(../images/pages-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured::before {
    bottom: -6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured::before {
    z-index: 2;
  }
}
.layout-pagesfeatured .container .title {
  max-width: 700px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1260px) {
  .layout-pagesfeatured .container .title {
    margin: 0 0 0 calc(( 1260px - 1050px ) / 2);
  }
}
.layout-pagesfeatured .container .pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages {
    margin: 3.5rem 0 0;
  }
}
.layout-pagesfeatured .container .pages li .page {
  padding: 0 0 1.5rem;
  border-radius: 3rem;
  background-color: #8db59c;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li .page {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page {
    height: 100%;
  }
}
.layout-pagesfeatured .container .pages li .page .image {
  width: 100%;
  aspect-ratio: 1.24148607;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: path('M400.393 0 C380.817 94.0926 352.302 205.485 311.039 322.902 C310.9 322.904 192.03 324.155 0 314.914 V40 C0 17.9086 17.9087 0 40.0001 0 H400.393 Z');
}
.layout-pagesfeatured .container .pages li .page .text-and-more {
  padding: 1.5rem 1.5rem 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .text-and-more {
    padding: 5rem 2.75rem 2rem;
  }
}
.layout-pagesfeatured .container .pages li .page .text-and-more p {
  line-height: 1.5;
  margin: .5rem 0;
}
.layout-pagesfeatured .container .pages li .page .text-and-more .more {
  color: #27365e;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
  padding: .5rem .5rem .5rem 1rem;
  border-radius: 5rem;
  font-size: 1.125rem;
  transition: all 0.25s ease;
  font-weight: 500;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li .page .text-and-more .more {
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .text-and-more .more {
    font-size: 1.25rem;
    padding: .5rem .5rem .5rem 2rem;
    margin: 2rem 0 0;
  }
}
.layout-pagesfeatured .container .pages li .page .text-and-more .more .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #005831;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li .page .text-and-more .more .icon {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.layout-pagesfeatured .container .pages li .page .text-and-more .more:hover {
  color: #8db59c;
}
.layout-pagesfeatured .container .pages li .page .text-and-more .more:hover .icon {
  background-color: #389457;
}
.layout-pagesfeatured .container .pages li .page.blue {
  background-color: #6999d1;
}
.layout-pagesfeatured .container .pages li .page.blue .text-and-more .more .icon {
  background-color: #205299;
}
.layout-pagesfeatured .container .pages li .page.blue .text-and-more .more:hover {
  color: #205299;
}
.layout-pagesfeatured .container .pages li .page.blue .text-and-more .more:hover .icon {
  background-color: #27365e;
}
.layout-pagesfeatured .container .pages li .page.yellow {
  background-color: #fad796;
  color: #27365e;
}
.layout-pagesfeatured .container .pages li .page.yellow .text-and-more .more .icon {
  background-color: #f2b933;
}
.layout-pagesfeatured .container .pages li .page.yellow .text-and-more .more:hover {
  color: #fad796;
}
.layout-pagesfeatured .container .pages li .page.yellow .text-and-more .more:hover .icon {
  background-color: #27365e;
}
@media screen and (min-width: 810px) and (max-width: 1279px) {
  .layout-pagesfeatured .container .pages li:nth-child(even) .page .image {
    order: 2;
    transform: scaleX(-1);
  }
  .layout-pagesfeatured .container .pages li:nth-child(even) .page .image img {
    border-radius: 0 1rem 0 0;
  }
  .layout-pagesfeatured .container .pages li:nth-child(even) .page .text-and-more {
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(2) {
    grid-row: span 2;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(2) .page {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(2) .page .image {
    height: 420px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(2) .page .text-and-more {
    padding: 3rem 6rem 2rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(3) .page .image {
    order: 2;
    transform: scaleX(-1);
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(3) .page .image img {
    border-radius: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-pagesfeatured .container .pages li:nth-child(3) .page .image img {
    border-radius: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-pagesfeatured .container .pages li:nth-child(3) .page .text-and-more {
    order: 1;
    padding: 5rem 0 2rem 5.5rem;
  }
}
.layout-textandimage {
  padding: 5rem 0 2rem;
  background-color: #f5f2eb;
  position: relative;
}
@media screen and (min-width: 810px) {
  .layout-textandimage {
    padding: 0 0 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage {
    padding: 0 0 5rem;
  }
}
.layout-textandimage::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background-image: url(../images/yellow-line-cta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 1280px) and (max-width: 1659px) {
  .layout-textandimage::before {
    top: -40px;
  }
}
.layout-textandimage .container {
  max-width: none;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 1050px) {
  .layout-textandimage .container {
    margin: 0 0 0 calc(50vw - 1050px / 2);
    grid-template-columns: calc(1050px / 2) 1fr;
  }
}
.layout-textandimage .container .text {
  color: #27365e;
  height: max-content;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text {
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text {
    padding: 8rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text {
    padding: 11.5rem 0 0;
  }
}
.layout-textandimage .container .text p:not(:has(strong)) {
  line-height: 1.6;
  margin: 1.25rem 0;
}
.layout-textandimage .container .text p strong {
  font-weight: 300;
  font-size: 1.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text p strong {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p strong {
    font-size: 2rem;
  }
}
.layout-textandimage .container .text .gform_wrapper {
  margin: 1.75rem 0 0;
}
.layout-textandimage .container .image-mask {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 350px;
  max-height: 640px;
  overflow: hidden;
}
.layout-textandimage .container .image-mask svg {
  width: 100%;
  height: 100%;
  display: block;
}
.layout-blocks {
  padding: 6rem 0 2rem;
  position: relative;
  z-index: 1;
}
.layout-blocks::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 5rem);
  background-image: url(../images/blocks-background.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: -5rem;
  bottom: 0;
  left: 0;
}
.layout-blocks .container {
  max-width: 1050px;
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.layout-blocks .container .blocks li .block {
  border-radius: 1rem;
  background-color: #8db59c;
  color: #ffffff;
  height: 400px;
  overflow: hidden;
  padding: 0 0 2rem;
  position: relative;
  isolation: isolate;
}
.layout-blocks .container .blocks li .block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(141, 181, 156, 0.9), transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block {
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block {
    height: 250px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block {
    border-radius: 2rem;
  }
}
.layout-blocks .container .blocks li .block::before {
  z-index: 1;
  top: auto;
  bottom: 0;
  transform: none;
  border-radius: 0 0 1rem 1rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block::before {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block::before {
    border-radius: 0 0 2rem 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block .image-intro-and-toggle {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
  }
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .image {
  height: 250px;
  position: relative;
  z-index: 2;
  width: 415px;
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .image img {
  border-radius: 1rem 0 0 0;
}
@media screen and (min-width: 1660px) {
  .layout-blocks .container .blocks li .block .image-intro-and-toggle .image img {
    border-radius: 2rem 0 0;
  }
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .intro-and-toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 1.5rem;
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .intro-and-toggle .toggle {
  height: max-content;
  position: relative;
  z-index: 2;
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .intro-and-toggle .toggle span {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .25rem;
  justify-items: center;
  min-width: 55px;
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .intro-and-toggle .toggle span i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #005831;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks li .block .image-intro-and-toggle .intro-and-toggle .toggle span i {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.layout-blocks .container .blocks li .block .image-intro-and-toggle .intro-and-toggle .toggle span.close {
  display: none;
}
.layout-blocks .container .blocks li .block .rest {
  padding: 0 1.5rem;
}
.layout-blocks .container .blocks li .block.yellow {
  background-color: #fad796;
  color: #27365e;
}
.layout-blocks .container .blocks li .block.yellow::before {
  background: linear-gradient(to top, rgba(250, 215, 150, 0.9), transparent);
}
.layout-blocks .container .blocks li .block.yellow .image-intro-and-toggle .intro-and-toggle .toggle span i {
  background-color: #f2b933;
}
.layout-blocks .container .blocks li .block.blue {
  background-color: #6999d1;
}
.layout-blocks .container .blocks li .block.blue::before {
  background: linear-gradient(to top, rgba(105, 153, 209, 0.9), transparent);
}
.layout-blocks .container .blocks li .block.blue .image-intro-and-toggle .intro-and-toggle .toggle span i {
  background-color: #205299;
}
.layout-blocks .container .blocks li .block.unfolded {
  height: auto;
}
.layout-blocks .container .blocks li .block.unfolded::before {
  opacity: 0;
}
.layout-blocks .container .blocks li .block.unfolded .image-intro-and-toggle .intro-and-toggle .intro {
  display: block;
}
.layout-blocks .container .blocks li .block.unfolded .image-intro-and-toggle .intro-and-toggle .toggle span.close {
  display: grid;
}
.layout-blocks .container .blocks li .block.unfolded .image-intro-and-toggle .intro-and-toggle .toggle span.open {
  display: none;
}
.layout-blocks .container .blocks li .block.no {
  height: max-content;
}
.layout-blocks .container .blocks li .block.no::before {
  display: none;
}
.layout-blocks .container .blocks li .block.no .image-intro-and-toggle {
  display: block;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block.no .image-intro-and-toggle .image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block.no .image-intro-and-toggle .intro-and-toggle {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.layout-blocks .container .blocks li .block.no .image-intro-and-toggle .intro-and-toggle .toggle {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block.no .rest {
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 810px) {
  .layout-blocks .container .blocks li .block.no:has(.image) {
    padding-left: 415px;
  }
}
.layout-textblocks {
  padding: 2.5rem 0;
}
.layout-textblocks .container {
  max-width: 1050px;
}
.layout-textblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.layout-textblocks .container .blocks li .block {
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #27365e;
}
@media screen and (min-width: 1280px) {
  .layout-textblocks .container .blocks li .block {
    border-radius: 2rem;
  }
}
.layout-textblocks .container .blocks li .block .text p {
  margin: 1.25rem 0;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .layout-textblocks .container .blocks li .block .text p {
    font-size: 1.25rem;
  }
}
.layout-textblocks .container .blocks li .block.yellow {
  background-color: #fad796;
  border-color: #fad796;
  color: #27365e;
}
.layout-textblocks .container .blocks li .block.blue {
  background-color: #6999d1;
  border-color: #6999d1;
  color: #ffffff;
}
.layout-textblocks .container .blocks li .block.blue .text h2,
.layout-textblocks .container .blocks li .block.blue .text h3 {
  color: #ffffff;
}
.layout-textblocks .container .blocks li .block.green {
  background-color: #8db59c;
  border-color: #8db59c;
  color: #ffffff;
}
.layout-textblocks .container .blocks li .block.green .text h2,
.layout-textblocks .container .blocks li .block.green .text h3 {
  color: #ffffff;
}
.layout-textanddownload {
  background-color: #f5f7fa;
  padding: 2rem 0;
}
.layout-textanddownload .container {
  background-color: #f5f2eb;
  padding: 2rem;
  border-radius: 1rem;
  max-width: calc(100% - 2rem);
}
@media screen and (min-width: 810px) {
  .layout-textanddownload .container {
    padding: 2rem 3.25rem;
    max-width: calc(100% - 4rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (min-width: 1050px) {
  .layout-textanddownload .container {
    max-width: calc(1050px - 4rem);
  }
}
@media screen and (min-width: 1280px) {
  .layout-textanddownload .container {
    border-radius: 2rem;
    grid-template-columns: 2fr 1fr;
  }
}
.layout-textanddownload .container .links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  margin: 1rem 0 0;
}
.layout-textanddownload .container .links li a {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 1rem;
  background-color: #27365e;
  color: #98a0b3;
  border-radius: .5rem;
}
.layout-textanddownload .container .links li a .title {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  max-width: 160px;
}
.layout-textanddownload .container .links li a .title span {
  color: #ffffff;
}
.layout-textanddownload .container .links li a .icon {
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  background-color: #425e9e;
  border-radius: .25rem;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1rem;
}
.layout-textanddownload:has(+ .layout-blocks) {
  padding: 2rem 0 4rem;
}
.layout-text {
  padding: 2rem;
}
.layout-text .container {
  max-width: 1050px;
}
.layout-text .container p {
  line-height: 1.25;
}
@media screen and (min-width: 1280px) {
  .layout-text .container p {
    font-size: 1.25rem;
  }
}
.layout-imageandtext {
  padding: 2.5rem 0;
}
.layout-imageandtext .container {
  max-width: 1050px;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .container {
    gap: 4rem;
  }
}
.layout-imageandtext .container .text p {
  line-height: 1.6;
  margin: 1.25rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-imageandtext .container .text p {
    font-size: 1.25rem;
  }
}
.layout-imageandtext .container .image img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext.style-image_left .container .text {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-imageandtext.style-image_left .container .image {
    order: 1;
  }
}
.layout-testimonials .testimonial,
.layout-testimonialsfeatured .testimonial {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
  border-radius: .75rem;
  background-color: #8db59c;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial,
  .layout-testimonialsfeatured .testimonial {
    grid-template-columns: 1.25fr 1fr;
    gap: 2.5rem;
    border-radius: 2rem;
  }
}
.layout-testimonials .testimonial .play,
.layout-testimonialsfeatured .testimonial .play {
  height: 300px;
}
.layout-testimonials .testimonial .text,
.layout-testimonialsfeatured .testimonial .text {
  color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial .text,
  .layout-testimonialsfeatured .testimonial .text {
    margin: 3rem 0 0;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial .text::before,
  .layout-testimonialsfeatured .testimonial .text::before {
    content: "";
    display: block;
    width: 9rem;
    height: 9rem;
    background-image: url(../images/bent-arrow-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.layout-testimonials .testimonial .text .title,
.layout-testimonialsfeatured .testimonial .text .title {
  color: #005831;
}
.layout-testimonials .testimonial .text blockquote,
.layout-testimonialsfeatured .testimonial .text blockquote {
  margin: 0;
  min-height: 3.5rem;
}
.layout-testimonials .testimonial .text blockquote p,
.layout-testimonialsfeatured .testimonial .text blockquote p {
  margin: 1rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial .text blockquote p,
  .layout-testimonialsfeatured .testimonial .text blockquote p {
    font-size: 1.5rem;
  }
}
.layout-testimonials .testimonial.yellow,
.layout-testimonialsfeatured .testimonial.yellow {
  background-color: #fad796;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial.yellow .text::before,
  .layout-testimonialsfeatured .testimonial.yellow .text::before {
    background-image: url(../images/bent-arrow-yellow.svg);
  }
}
.layout-testimonials .testimonial.yellow .text,
.layout-testimonialsfeatured .testimonial.yellow .text,
.layout-testimonials .testimonial.yellow .text .title,
.layout-testimonialsfeatured .testimonial.yellow .text .title {
  color: #27365e;
}
.layout-testimonials .testimonial.blue,
.layout-testimonialsfeatured .testimonial.blue {
  background-color: #6999d1;
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial.blue .text::before,
  .layout-testimonialsfeatured .testimonial.blue .text::before {
    display: none;
  }
}
.layout-testimonials .testimonial.blue .text .title,
.layout-testimonialsfeatured .testimonial.blue .text .title {
  color: #27365e;
}
.layout-testimonials {
  padding: 3rem 0;
}
.layout-testimonials .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-testimonialsfeatured {
  padding: 2.5rem 0;
  background-color: #f5f7fa;
}
.layout-testimonialsfeatured .container > .text {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.layout-testimonialsfeatured .container .testimonials {
  margin: 2rem -0.5rem 0;
}
.layout-testimonialsfeatured .container .link-to-all {
  padding: .5rem .5rem .5rem 1.5rem;
  border-radius: 3rem;
  background-color: #005831;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  margin: 1.5rem auto 0;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .link-to-all {
    font-size: 1.125rem;
  }
}
.layout-testimonialsfeatured .container .link-to-all .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #8db59c;
  background-image: url(../images/plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 50%;
  transition: all 0.25s ease;
}
.layout-testimonialsfeatured .container .link-to-all:hover > .icon {
  background-color: #389457;
}
.layout-faq {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-faq .container {
  max-width: 850px;
}
.layout-faq .container .faqs {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-faq .container .faqs .faq {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #8db59c;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-faq .container .faqs .faq {
    border-radius: 2rem;
    padding: 1.5rem;
  }
}
.layout-faq .container .faqs .faq .question {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
}
.layout-faq .container .faqs .faq .question i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #005831;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .question i {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.layout-faq .container .faqs .faq .answer {
  transition: all 0.25s ease;
}
.layout-faq .container .faqs .faq .answer h3,
.layout-faq .container .faqs .faq .answer h4,
.layout-faq .container .faqs .faq .answer h5,
.layout-faq .container .faqs .faq .answer ul {
  margin-block: 1rem;
}
.layout-faq .container .faqs .faq .answer ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
.layout-faq .container .faqs .faq .answer ul li {
  list-style: disc inside;
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq .answer td {
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-faq .container .faqs .faq .answer td {
    padding: .5rem 1rem .5rem 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-faq .container .faqs .faq .answer td:nth-of-type(2) {
    padding: 0 0 0 1rem;
  }
}
.layout-faq .container .faqs .faq:nth-child(3n+2) {
  background-color: #fad796;
  color: #27365e;
}
.layout-faq .container .faqs .faq:nth-child(3n+2) .question i {
  background-color: #f2b933;
}
.layout-faq .container .faqs .faq:nth-child(3n+3) {
  background-color: #6999d1;
}
.layout-faq .container .faqs .faq:nth-child(3n+3) .question i {
  background-color: #205299;
}
.layout-faq .container .faqs .faq.unfolded .question i {
  transform: rotate(-180deg);
}
.layout-faq .container .faqs .faq.unfolded .answer {
  padding: 1.5rem 0 0;
}
.layout-news {
  padding: 3rem 0;
  background-color: #f5f2eb;
}
.layout-news .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-news .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-news .container ul li .post {
  border-radius: .75rem;
  padding: 1rem;
  background-color: #ffffff;
}
.layout-news .container ul li .post .image {
  height: 280px;
}
.layout-news .container ul li .post .image img {
  border-radius: .5rem;
}
.layout-news .container ul li .post .title-text-and-more .title {
  color: #27365e;
  margin: 1rem 0 0;
}
.layout-news .container ul li .post .title-text-and-more .text {
  margin: 1rem 0;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul li .post .title-text-and-more .text {
    font-size: 1.25rem;
  }
}
.layout-news .container ul li .post .title-text-and-more .more {
  padding: .5rem .5rem .5rem 1.5rem;
  border-radius: 3rem;
  background-color: #005831;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul li .post .title-text-and-more .more {
    font-size: 1.125rem;
  }
}
.layout-news .container ul li .post .title-text-and-more .more::after {
  display: block;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #8db59c;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 50%;
  transition: all 0.25s ease;
}
.layout-news .container ul li .post .title-text-and-more .more:hover::after {
  background-color: #389457;
}
.gform_wrapper .gform_heading {
  display: none;
}
form .gform_body .gform_fields {
  gap: 1rem !important;
}
form .gform_body .gform_fields .gfield .ginput_container input,
form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 3.75rem;
  border-radius: .25rem;
  background-color: #ffffff;
  border: 1px solid #98a0b3 !important;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1280px) {
  form .gform_body .gform_fields .gfield .ginput_container input,
  form .gform_body .gform_fields .gfield .ginput_container textarea {
    border-radius: .5rem;
  }
}
form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder {
  font-size: 1.125rem;
  color: #98a0b3;
}
form .gform_body .gform_fields .gfield .ginput_container textarea {
  min-block-size: 3.75rem;
  padding-block-start: .9rem;
}
form .gform_body .gform_fields .gfield.gfield--type-submit {
  background-color: #005831 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 2rem;
  padding: .5rem .5rem .5rem 1rem;
  border-radius: 5rem !important;
  transition: all 0.25s ease !important;
}
form .gform_body .gform_fields .gfield.gfield--type-submit::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #389457;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1rem;
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 1.125rem !important;
}
form .gform_body .gform_fields .gfield.user-icon .ginput_container input {
  background-image: url(../images/user-blue.svg);
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
}
form .gform_footer .button {
  flex-basis: 100%;
  text-transform: uppercase !important;
  font-size: 1.03125rem !important;
  padding: 1rem !important;
}
.slick-slider {
  padding: 0 0 5rem;
}
@media screen and (min-width: 1660px) {
  .slick-slider {
    padding: 0;
  }
}
.slick-slider .slick-slide {
  height: max-content;
  margin: 0 .5rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 3rem;
  height: 3rem;
  background-color: #005831;
  top: auto;
  bottom: 1rem;
  transform: none;
  z-index: 5;
  border-radius: 50%;
  background-image: url(../images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .8;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 3.5rem);
  transform: rotate(180deg);
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: -5rem;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 3.5rem);
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-next {
    right: -5rem;
  }
}
