/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@font-face {
  font-family: "Franie";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/Franie-Regular.woff2) format("woff2"), url(fonts/Franie-Regular.woff) format("woff");
}
@font-face {
  font-family: "Franie";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/Franie-SemiBold.woff2) format("woff2"), url(fonts/Franie-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Franie";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/Franie-Bold.woff2) format("woff2"), url(fonts/Franie-Bold.woff) format("woff");
}
@font-face {
  font-family: "Franie";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/Franie-ExtraBold.woff2) format("woff2"), url(fonts/Franie-ExtraBold.woff) format("woff");
}
@font-face {
  font-family: "Franie";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/Franie-Black.woff2) format("woff2"), url(fonts/Franie-Black.woff) format("woff");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #023047;
  background: #FBFAF9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

img,
picture,
svg,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

button {
  font: inherit;
  cursor: pointer;
}

.wp-block-heading.width-400 {
  max-width: 400px;
}

.wp-block-heading.width-500 {
  max-width: 500px;
}

.wp-block-heading.width-600 {
  max-width: 600px;
}

.wp-block-heading.width-800 {
  max-width: 800px;
}

.wp-block-heading.width-900 {
  max-width: 900px;
}

.wp-block-heading.width-1000 {
  max-width: 1000px;
}

h1.accent,
.editor-styles-wrapper h1.accent,
.wp-block-heading.accent {
  display: flex;
  width: 17.625rem;
  height: 2rem;
  padding: 0.25rem 0.5rem 0.25rem 0.4375rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #023047;
  color: #023047;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 4.0625rem;
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  margin: 0;
}

h1,
.editor-styles-wrapper h1,
.wp-block-heading.is-style-h1 {
  color: #023047;
  text-align: center;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.125rem;
  line-height: 120%;
  margin: 0 0 1.5rem;
}
@media (max-width: 767px) {
  h1,
  .editor-styles-wrapper h1,
  .wp-block-heading.is-style-h1 {
    font-size: 3.5rem;
  }
}

h2,
.editor-styles-wrapper h2,
.wp-block-heading[data-level="2"] {
  color: #023047;
  text-align: center;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 120%;
  margin: 0 0 1.25rem;
}
@media (max-width: 767px) {
  h2,
  .editor-styles-wrapper h2,
  .wp-block-heading[data-level="2"] {
    font-size: 2.875rem;
  }
}

.h2,
.editor-styles-wrapper .h2 {
  margin: 0 0 1.5rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
  color: #023047;
  text-align: center;
}

h3,
.editor-styles-wrapper h3,
.wp-block-heading[data-level="3"] {
  color: #023047;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 100%;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  h3,
  .editor-styles-wrapper h3,
  .wp-block-heading[data-level="3"] {
    font-size: 1.75rem;
  }
}

p,
.editor-styles-wrapper p {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: normal;
  color: #023047;
  margin: 0 0 1rem;
}
@media (max-width: 767px) {
  p,
  .editor-styles-wrapper p {
    font-size: 1rem;
  }
}

.container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.site-header-spacer {
  height: 93px;
}

.site-header {
  position: fixed;
  top: 28px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 95%;
  max-width: 1280px;
  height: 65px;
  background: rgba(2, 48, 71, 0.85);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 1rem 0 2rem;
  will-change: transform;
}
@media (max-width: 767px) {
  .site-header {
    padding: 0 1.25rem;
  }
}

.site-header__bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  flex-shrink: 0;
}

.site-branding {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.site-branding a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.site-branding .site-logo {
  display: block;
  width: auto;
  max-height: 35px;
  height: 100%;
}

.site-nav {
  margin-left: auto;
}
@media (max-width: 767px) {
  .site-nav {
    display: none;
  }
}
.site-nav > div > ul,
.site-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-nav li {
  list-style: none;
}
.site-nav .menu > li {
  position: relative;
}
.site-nav .menu > li.accent > a {
  background-color: #fff;
  color: #023047;
  border-radius: 9999px;
  height: auto;
  padding: 0.75rem 1.5rem;
}
.site-nav .menu > li > a {
  display: flex;
  align-items: center;
  height: 65px;
  padding: 0 1rem;
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease;
}
.site-nav .menu > li > a:hover, .site-nav .menu > li > a:focus {
  opacity: 0.85;
}
.site-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 180px;
  margin: 0;
  padding: 0.75rem 0 1rem;
  background: rgba(2, 48, 71, 0.85);
  border-radius: 0 0 1.25rem 1.25rem;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.site-nav .sub-menu::before, .site-nav .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}
.site-nav .sub-menu::before {
  left: -1.25rem;
  background: rgba(2, 48, 71, 0.85);
  -webkit-mask: radial-gradient(circle 1.25rem at bottom left, transparent 0 1.25rem, black 1.25rem);
  mask: radial-gradient(circle 1.25rem at bottom left, transparent 0 1.25rem, black 1.25rem);
}
.site-nav .sub-menu::after {
  right: -1.25rem;
  background: rgba(2, 48, 71, 0.85);
  -webkit-mask: radial-gradient(circle 1.25rem at bottom right, transparent 0 1.25rem, black 1.25rem);
  mask: radial-gradient(circle 1.25rem at bottom right, transparent 0 1.25rem, black 1.25rem);
}
.site-nav .sub-menu li {
  position: relative;
}
.site-nav .sub-menu a {
  display: block;
  padding: 0.625rem 1.5rem;
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.7px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.site-nav .sub-menu a:hover, .site-nav .sub-menu a:focus {
  opacity: 0.75;
}
.site-nav .menu-item-has-children:hover > .sub-menu, .site-nav .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-header__burger {
  display: none;
}

.site-nav-mobile {
  display: none;
}

@media (max-width: 767px) {
  .site-header-spacer {
    height: 65px;
  }
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    border-radius: 0;
    padding: 0 1.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
    clip-path: inset(0 0 calc(100% - 65px) 0);
  }
  .site-header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    width: 2.75rem;
    height: 65px;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
  }
  .site-header__burger-line {
    display: block;
    width: 2.75rem;
    height: 0.375rem;
    background: #ffffff;
    border-radius: 0;
    transform-origin: center center;
  }
  .site-nav-mobile {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    height: calc(100vh - 65px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 2rem 0 3rem;
  }
  .site-nav-mobile .menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-nav-mobile .menu li {
    list-style: none;
  }
  .site-nav-mobile .menu > li > a {
    display: block;
    padding: 0.875rem 0;
    color: #ffffff;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
  .site-nav-mobile .menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1.25rem;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: none;
    border-radius: 0;
    min-width: 0;
  }
  .site-nav-mobile .menu .sub-menu::before, .site-nav-mobile .menu .sub-menu::after {
    display: none;
  }
  .site-nav-mobile .menu .sub-menu li {
    position: static;
  }
  .site-nav-mobile .menu .sub-menu a {
    display: block;
    padding: 0.625rem 0;
    color: #ffffff;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.9;
    letter-spacing: 0.5px;
    line-height: 1.2;
    white-space: normal;
    text-align: left;
  }
  .site-nav-mobile .menu .sub-menu a:hover, .site-nav-mobile .menu .sub-menu a:focus {
    opacity: 0.7;
  }
}
body.mobile-nav-open {
  overflow: hidden;
}

.site-footer {
  background: linear-gradient(180deg, #023047 0%, #000000 100%);
  color: #ffffff;
  padding: 5rem 0 3rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 6rem 0 3.5rem;
  }
}

.site-footer__inner-container {
  width: 95%;
  max-width: 1280px;
  margin-inline: auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 767px) {
  .site-footer__inner-container {
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
}
@media (min-width: 768px) {
  .site-footer__inner-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: start;
    gap: 3rem;
  }
}

.site-footer__col--newsletter {
  order: 1;
}

.site-footer__col--menu {
  order: 2;
}

.site-footer__col--info {
  order: 3;
}

@media (min-width: 768px) {
  .site-footer__col--menu {
    order: 1;
  }
  .site-footer__col--info {
    order: 2;
  }
  .site-footer__col--newsletter {
    order: 3;
  }
}
.footer-menu__group-title {
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 200%;
  text-transform: uppercase;
  border-bottom: 0.5px solid #ffffff;
  padding-bottom: 0.25rem;
  margin: 0 0 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-menu__group-title {
    text-align: left;
  }
}

.site-footer__col--menu .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.8125rem;
  text-align: left;
}
@media (max-width: 767px) {
  .site-footer__col--menu .footer-menu {
    justify-content: center;
    text-align: center;
  }
}
.site-footer__col--menu .footer-menu li {
  list-style: none;
  text-align: left;
}
@media (max-width: 767px) {
  .site-footer__col--menu .footer-menu li {
    text-align: center;
  }
}
.site-footer__col--menu .footer-menu a {
  display: inline-block;
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.site-footer__col--menu .footer-menu a:hover, .site-footer__col--menu .footer-menu a:focus {
  opacity: 0.75;
}

.footer-menu__group {
  list-style: none;
  width: 8.125rem;
  flex: 0 0 8.125rem;
  text-align: left;
}

.footer-menu__group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__col--info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.site-footer__logo {
  display: block;
  width: 100%;
  max-width: 13.75rem;
  height: auto;
}

.site-footer__tagline {
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 13.75rem;
}
.site-footer__tagline p {
  margin: 0 0 0.5rem;
  color: inherit;
  font: inherit;
}
.site-footer__tagline p:last-child {
  margin-bottom: 0;
}

.site-footer__copyright {
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.0625rem;
  text-transform: uppercase;
  margin: 0;
}

.site-footer__col--newsletter .site-footer__newsletter-inner {
  margin: 0 auto;
  max-width: 17.5rem;
}
.site-footer__col--newsletter .site-footer__newsletter-inner p {
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__col--newsletter .site-footer__newsletter-inner p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .site-footer__col--newsletter .site-footer__newsletter-inner {
    margin: 0 0 0 auto;
  }
}

section.section-block.privacy-policy .inner-container {
  max-width: 59.375rem;
}
section.section-block.privacy-policy .inner-container h1.wp-block-heading {
  border-top: solid 0.5px #023047;
  padding-top: 40px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.5rem;
}
section.section-block.privacy-policy .inner-container h2.wp-block-heading {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.75rem;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-weight: 600;
}
section.section-block.privacy-policy .inner-container p {
  font-size: 1rem;
}
section.section-block.privacy-policy .inner-container .wp-block-group.indent {
  margin: 20px 20px;
  max-width: 80%;
}

.page-background {
  position: absolute;
  inset: 0;
  width: 100vw;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.page-background .page-background__svg {
  display: none;
  width: 100vw;
  height: auto;
}
@media (min-width: 1024px) {
  .page-background .page-background__svg--desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-background .page-background__svg--tablet {
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-background .page-background__svg--tablet {
    display: none;
  }
}
.page-background .page-background__svg--mobile {
  display: block;
}
@media (min-width: 768px) {
  .page-background .page-background__svg--mobile {
    display: none;
  }
}

.error-404 {
  width: 100vw;
  height: 100vh;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-404 .error-404__link {
  display: block;
}
.error-404 .error-404__image {
  max-width: 900px;
  max-height: 100%;
  height: auto;
  width: 80%;
  margin: 0 auto;
}

.wp-block-buttons {
  width: 100%;
}

.btn-primary a.wp-element-button,
.wp-block-button.is-style-primary .wp-block-button__link,
.wp-block-button__link.btn-primary {
  display: inline-flex;
  padding: 0.75rem 4.125rem 0.6875rem 4.1875rem;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0.3125rem;
  background: #D74A64;
  backdrop-filter: blur(2px);
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary a.wp-element-button:hover, .btn-primary a.wp-element-button:focus-visible,
.wp-block-button.is-style-primary .wp-block-button__link:hover,
.wp-block-button.is-style-primary .wp-block-button__link:focus-visible,
.wp-block-button__link.btn-primary:hover,
.wp-block-button__link.btn-primary:focus-visible {
  opacity: 0.92;
  color: #ffffff;
}
.btn-primary a.wp-element-button:focus-visible,
.wp-block-button.is-style-primary .wp-block-button__link:focus-visible,
.wp-block-button__link.btn-primary:focus-visible {
  outline: 2px solid #023047;
  outline-offset: 2px;
}

.site-footer__newsletter-form {
  margin-top: 20px;
}
.site-footer__newsletter-form .gform_heading {
  display: none;
}
.site-footer__newsletter-form .gform-theme--foundation .gform_footer, .site-footer__newsletter-form .gform-theme--foundation .gform_page_footer {
  margin-block-start: 0 !important;
}
.site-footer__newsletter-form .gform_wrapper form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}
.site-footer__newsletter-form .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gfield:not(fieldset) {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=email] {
  border: none;
  border-radius: 5px;
  background: #FFF;
  color: #A5A5A5;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 10px 16px;
  height: 40px;
  width: 240px;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=email]:focus {
  outline: 2px solid #D6ECFD;
  outline-offset: -2px;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=email]::placeholder {
  color: #A5A5A5;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button,
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button.button,
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button {
  border: none !important;
  border-radius: 5px !important;
  background: #D6ECFD !important;
  backdrop-filter: blur(2px);
  color: #022536 !important;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 16px !important;
  padding: 12px 12px !important;
  white-space: nowrap;
  height: 40px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase !important;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button:hover,
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button.button:hover,
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button:hover {
  background: #B8DDF7 !important;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button:focus,
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button.button:focus,
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button:focus {
  outline: 2px solid #022536;
  outline-offset: 2px;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-footer {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.site-footer__newsletter-form .gform-theme--framework.gform_wrapper.gform-theme .gform-body {
  display: flex;
  align-items: center;
  margin: 0;
}

.gform-theme--framework.gform_wrapper.gform-theme .gfield_label,
.gform-theme--framework.gform_wrapper.gform-theme .gform-field-label,
.gform-theme--framework.gform_wrapper.gform-theme .gform-field-label--type-sub {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #023047;
}

.gform-theme--framework.gform_wrapper.gform-theme .gfield_description {
  text-align: left;
}

.gform-theme--framework.gform_wrapper.gform-theme .gform_validation_errors {
  margin-top: 1.875rem;
}
.gform-theme--framework.gform_wrapper.gform-theme .gform_validation_errors ul,
.gform-theme--framework.gform_wrapper.gform-theme .gform_validation_errors ol {
  text-align: left;
}

.gform-theme--framework.gform_wrapper.gform-theme fieldset.gfield {
  background: rgba(18, 167, 189, 0.005);
  border-radius: 0.5rem;
  padding: 0.25rem;
  border: none;
}
.gform-theme--framework.gform_wrapper.gform-theme fieldset.gfield .gfield_label,
.gform-theme--framework.gform_wrapper.gform-theme fieldset.gfield legend.gfield_label {
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #023047;
}

.gform-theme--framework.gform_wrapper.gform-theme .gfield:not(fieldset) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=text],
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=email],
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=tel],
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container textarea {
  border: 0.0625rem solid #023047;
  border-radius: 0.625rem;
  background: #ffffff;
  color: #023047;
  font-size: 1rem;
  text-align: left;
  padding: 0.3125rem 0.625rem;
  height: auto;
}
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=text]::placeholder,
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=email]::placeholder,
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container input[type=tel]::placeholder,
.gform-theme--framework.gform_wrapper.gform-theme .ginput_container textarea::placeholder {
  text-align: left;
  color: rgba(2, 48, 71, 0.45);
}

.gform_wrapper,
.gform-theme {
  --gf-form-gap-x: 10px;
  --gf-form-gap-y: 30px !important;
}

.gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button.button,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer button[type=submit].gform_button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1.875rem 0.6875rem;
  border-radius: 0.3125rem;
  border: none;
  background: var(--br-btn-bg, #d74a64);
  color: var(--br-btn-text, #ffffff);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button:hover, .gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button:focus-visible,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button:hover,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button:focus-visible,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button.button:hover,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button.button:focus-visible,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer button[type=submit].gform_button:hover,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer button[type=submit].gform_button:focus-visible {
  background: var(--br-btn-hover, #aa4759);
  color: var(--br-btn-text, #ffffff);
}
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer .gform_button:focus-visible,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button:focus-visible,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer input[type=submit].gform_button.button:focus-visible,
.gform-theme--framework.gform_wrapper.gform-theme .gform-footer button[type=submit].gform_button:focus-visible {
  outline: 2px solid #023047;
  outline-offset: 2px;
}

.gform_confirmation_message {
  color: #023047 !important;
}

.brz-slider {
  position: relative;
}
.brz-slider .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 15rem;
}

.acf-block-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  padding: 1rem 1.5rem;
  background: #e5e7eb;
  color: #4b5563;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0.25rem;
}

.hero-main {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .hero-main {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .hero-main {
    padding: 6.25rem 0;
  }
}

.hero-main__container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  text-align: center;
}

.hero-main__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-main__boxed-text {
  margin: 0 0 1rem;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04375rem;
  line-height: 1.14;
  text-transform: uppercase;
  color: #023047;
}

.hero-main__accent {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .hero-main__main-header {
    margin-bottom: 2rem;
  }
}

.hero-main__images {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .hero-main__images {
    margin-top: 3rem;
  }
}

.hero-main__images-desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-main__images-desktop {
    display: block;
  }
}

.hero-main__images-mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero-main__images-mobile {
    display: none;
  }
}

.hero-main__collage {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  max-width: 62.5rem;
  margin: 0 auto;
}

.hero-main__collage-stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-main__collage-image {
  position: absolute;
  display: block;
  max-width: none;
  transform-origin: center center;
}

.hero-main__intro {
  max-width: 45rem;
  margin-inline: auto;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #023047;
}
@media (min-width: 768px) {
  .hero-main__intro {
    font-size: 1.125rem;
  }
}
.hero-main__intro p {
  margin: 0 0 1rem;
}
.hero-main__intro p:last-child {
  margin-bottom: 0;
}

.image-collage__container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.image-collage__svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.image-collage__svg--overflow-visible {
  overflow: visible;
}

.image-collage__stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-collage__image {
  position: absolute;
  display: block;
  max-width: none;
  transform-origin: center center;
}

.section-block {
  position: relative;
  padding: 3.75rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-block {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .section-block {
    padding: 6.25rem 0;
  }
}
.section-block--overflow-visible {
  overflow: visible;
}
.section-block .inner-container {
  margin-inline: auto;
  margin-top: 0;
  padding-inline: 1.5rem;
  width: 100%;
}
.section-block--narrow .inner-container {
  max-width: 45rem;
}
.section-block--standard .inner-container {
  max-width: 1280px;
}
.section-block--wide .inner-container {
  max-width: 96rem;
}
.section-block--fullwidth .inner-container {
  max-width: none;
  padding-inline: 0;
}

.section-block--pt-none {
  padding-top: 0 !important;
}

.section-block--pt-small {
  padding-top: 10px !important;
}

.section-block--pt-medium {
  padding-top: 20px !important;
}

.section-block--pt-large {
  padding-top: 40px !important;
}

.section-block--pt-xlarge {
  padding-top: 80px !important;
}

.section-block--pt-xxlarge {
  padding-top: 160px !important;
}

.section-block--pt-xxxlarge {
  padding-top: 320px !important;
}

.section-block--pb-none {
  padding-bottom: 0 !important;
}

.section-block--pb-small {
  padding-bottom: 10px !important;
}

.section-block--pb-medium {
  padding-bottom: 20px !important;
}

.section-block--pb-large {
  padding-bottom: 40px !important;
}

.section-block--pb-xlarge {
  padding-bottom: 80px !important;
}

.section-block--pb-xxlarge {
  padding-bottom: 160px !important;
}

.section-block--pb-xxxlarge {
  padding-bottom: 320px !important;
}

.section-header {
  /*padding: rem-calc(60 0);

  @include respond-to('md') {
  	padding: rem-calc(80 0);
  }

  @include respond-to('lg') {
  	padding: rem-calc(100 0);
  }*/
}

.section-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

h1.section-header__box-title {
  margin: 0 0 3.125rem;
  align-self: center;
}
h1.section-header__box-title.section-header__box-title--with-top-line {
  position: relative;
}
h1.section-header__box-title.section-header__box-title--with-top-line::before {
  display: block;
  content: "";
  width: 1px;
  height: var(--top-line-height, 0px);
  background-color: var(--box-border-color, currentColor);
  top: calc(var(--top-line-height, 0px) * -1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

h2.section-header__title {
  margin: 0 0 3.125rem;
  align-self: center;
  max-width: 900px;
}

.section-header__title--wide {
  max-width: 1200px;
}

.section-header__title--medium {
  max-width: 900px;
}

.section-header__title--narrow {
  max-width: 600px;
}

.section-header__title {
  margin: 0;
  color: #023047;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-header__title {
    font-size: 3.5rem;
  }
}

.section-header__body {
  margin: 1.25rem 0 0;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 900px;
}
.section-header__body p:last-child {
  margin-bottom: 0;
}

.section-header__body--wide {
  max-width: 1200px;
}

.section-header__body--medium {
  max-width: 900px;
}

.section-header__body--narrow {
  max-width: 600px;
}

.section-header__accent {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1.875rem;
  line-height: 0;
}
.section-header__accent svg {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-header__placeholder {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 24px;
}
.section-header__placeholder-title {
  display: block;
  font-weight: 700;
}
.section-header__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 480px;
}

.bluerez-button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.bluerez-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 1.25rem 0.6875rem;
  border-radius: 0.3125rem;
  background: var(--br-btn-bg, #d74a64);
  color: var(--br-btn-text, #ffffff);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 13.75rem;
  max-width: 100%;
}

.bluerez-button__link:hover,
.bluerez-button__link:focus-visible {
  background: var(--br-btn-hover, #aa4759);
  color: var(--br-btn-text, #ffffff);
}

.bluerez-button__link:focus-visible {
  outline: 2px solid #023047;
  outline-offset: 2px;
}

.bluerez-button--small .bluerez-button__link {
  width: 11.25rem;
}

.bluerez-button--medium .bluerez-button__link {
  width: 13.75rem;
}

.bluerez-button--large .bluerez-button__link {
  width: 18.75rem;
}

.bluerez-button--full .bluerez-button__link {
  width: 100%;
}

.bluerez-button__placeholder {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 24px;
}
.bluerez-button__placeholder-title {
  display: block;
  font-weight: 700;
}
.bluerez-button__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 480px;
}

.two-column-feature {
  position: relative;
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .two-column-feature {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .two-column-feature {
    padding: 6.25rem 0;
  }
}
.two-column-feature .bottom-accent-line {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.two-column-feature__container {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.two-column-feature__hero {
  text-align: center;
  max-width: 56.25rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 768px) {
  .two-column-feature__hero {
    margin-bottom: 3.5rem;
  }
}

.two-column-feature__title {
  margin: 0 0 1rem;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.15;
  color: #023047;
}
.two-column-feature__intro {
  color: #023047;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}
.two-column-feature__intro p {
  margin: 0 0 1rem;
}
.two-column-feature__intro p:last-child {
  margin-bottom: 0;
}

.two-column-feature__columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 768px) {
  .two-column-feature__columns {
    flex-direction: row;
    gap: 3rem;
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .two-column-feature__columns {
    gap: 4rem;
  }
}

.two-column-feature__description {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex: 1;
}
@media (min-width: 768px) {
  .two-column-feature__description {
    width: 50%;
    justify-content: center;
  }
}
.two-column-feature__description .two-column-feature__description-inner {
  position: relative;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: normal;
}
.two-column-feature__description .two-column-feature__description-inner p {
  margin: 0 0 1rem;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.two-column-feature__description .two-column-feature__description-inner p:last-child {
  margin-bottom: 0;
}
.two-column-feature__description .two-column-feature__description-inner ul {
  list-style: none;
  margin: 1.875rem 0 1rem;
  padding: 0;
}
.two-column-feature__description .two-column-feature__description-inner ul li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
  min-height: 1.75rem;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.two-column-feature__description .two-column-feature__description-inner ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 fill=%27none%27><g clip-path=%27url%28%23a%29%27><path fill=%27url%28%23b%29%27 d=%27m10.619 19.998 4.352-2.416-1.219-1.185c-.152-.133-.02-.401.199-.343l1.608.47-.057-4.984c.01-.177.255-.243.325-.087l2.443 4.344 1.185-1.219c.134-.152.401-.02.344.199l-.463 1.635 4.984-.056c.177.01.242.254.087.325l-4.379 2.423 1.219 1.185c.152.133.02.401-.199.343l-1.635-.462.056 4.983c-.01.177-.254.243-.325.087l-2.415-4.35-1.185 1.218c-.134.152-.402.02-.344-.199l.49-1.642-4.984.056c-.17.017-.235-.227-.087-.325m7.175-.557c.623-.167.98-.786.813-1.41a1.14 1.14 0 0 0-1.41-.813c-.623.167-.98.786-.813 1.41s.786.98 1.41.813%27/><path fill=%27url%28%23c%29%27 d=%27M19.828 13.258a.73.73 0 1 0 1.41-.378.73.73 0 0 0-1.41.378%27/><path fill=%27url%28%23d%29%27 d=%27M22.051 21.556a.73.73 0 1 0 1.41-.378.73.73 0 0 0-1.41.377%27/><path fill=%27url%28%23e%29%27 d=%27M13.754 23.779a.73.73 0 1 0 1.41-.378.73.73 0 0 0-1.41.378%27/><path fill=%27url%28%23f%29%27 d=%27M11.538 15.508a.73.73 0 1 0 1.41-.378.73.73 0 0 0-1.41.378%27/><path fill=%27url%28%23g%29%27 d=%27m5.915 20.88 1.75-2.038c-.235-3.802 1.823-7.405 5.177-9.205-1.282-.877-1.685-2.6-.911-3.94a2.97 2.97 0 0 1 1.808-1.386 2.97 2.97 0 0 1 2.26.295c1.374.794 1.852 2.468 1.181 3.869a9.93 9.93 0 0 1 9.113 5.376l2.535.89c.417.15.563.692.276 1.03l-1.75 2.038a9.92 9.92 0 0 1-5.38 9.318l-.89 2.534a.656.656 0 0 1-1.03.276l-2.038-1.75a9.92 9.92 0 0 1-9.318-5.379l-2.534-.89c-.418-.15-.556-.665-.25-1.038m13.71 5.394c4.365-1.17 6.965-5.674 5.796-10.04-1.17-4.365-5.681-6.992-10.047-5.822S8.408 16.085 9.578 20.45s5.68 6.993 10.047 5.823m-4.433-20.23a1.34 1.34 0 0 0-1.024-.134 1.34 1.34 0 0 0-.82.627 1.356 1.356 0 0 0 .487 1.817c.618.357 1.46.132 1.816-.487.377-.653.16-1.467-.46-1.824%27/></g><defs><linearGradient id=%27b%27 x1=%2715.646%27 x2=%2719.38%27 y1=%2711.371%27 y2=%2725.308%27 gradientUnits=%27userSpaceOnUse%27><stop stop-color=%27%23023047%27/><stop offset=%271%27 stop-color=%27%23ffb800%27/></linearGradient><linearGradient id=%27c%27 x1=%2720.344%27 x2=%2720.722%27 y1=%2712.364%27 y2=%2713.774%27 gradientUnits=%27userSpaceOnUse%27><stop stop-color=%27%23023047%27/><stop offset=%271%27 stop-color=%27%23ffb800%27/></linearGradient><linearGradient id=%27d%27 x1=%2722.567%27 x2=%2722.945%27 y1=%2720.662%27 y2=%2722.072%27 gradientUnits=%27userSpaceOnUse%27><stop stop-color=%27%23023047%27/><stop offset=%271%27 stop-color=%27%23ffb800%27/></linearGradient><linearGradient id=%27e%27 x1=%2714.27%27 x2=%2714.648%27 y1=%2722.885%27 y2=%2724.295%27 gradientUnits=%27userSpaceOnUse%27><stop stop-color=%27%23023047%27/><stop offset=%271%27 stop-color=%27%23ffb800%27/></linearGradient><linearGradient id=%27f%27 x1=%2712.054%27 x2=%2712.432%27 y1=%2714.614%27 y2=%2716.024%27 gradientUnits=%27userSpaceOnUse%27><stop stop-color=%27%23023047%27/><stop offset=%271%27 stop-color=%27%23ffb800%27/></linearGradient><linearGradient id=%27g%27 x1=%2713.741%27 x2=%2720.642%27 y1=%274.31%27 y2=%2730.063%27 gradientUnits=%27userSpaceOnUse%27><stop stop-color=%27%23023047%27/><stop offset=%271%27 stop-color=%27%23ffb800%27/></linearGradient><clipPath id=%27a%27><path fill=%27%23fff%27 d=%27M27.116 0 0 7.266 7.266 34.38l27.115-7.266z%27/></clipPath></defs></svg>");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.two-column-feature__media {
  width: 100%;
}
@media (min-width: 768px) {
  .two-column-feature__media {
    width: 50%;
  }
}
.two-column-feature__media img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .two-column-feature--image-left .two-column-feature__media {
    order: 1;
  }
  .two-column-feature--image-left .two-column-feature__description {
    order: 2;
  }
  .two-column-feature--image-right .two-column-feature__media {
    order: 2;
  }
  .two-column-feature--image-right .two-column-feature__description {
    order: 1;
  }
}
.card-slider {
  padding: 0 0 3.75rem 0;
}
@media (min-width: 768px) {
  .card-slider {
    padding: 0 0 5rem 0;
  }
}
@media (min-width: 1024px) {
  .card-slider {
    padding: 0 0 6.25rem 0;
  }
}
.card-slider__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  max-width: 1280px;
  margin: 0 auto 2.5rem;
  padding: 0 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .card-slider__intro {
    margin-bottom: 3.5rem;
  }
}

.card-slider__box-title-wrapper {
  overflow: hidden;
  position: relative;
  padding-top: 3.75rem;
}
@media (min-width: 768px) {
  .card-slider__box-title-wrapper {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .card-slider__box-title-wrapper {
    padding-top: 6.25rem;
  }
}
.card-slider__box-title-wrapper .card-slider__box-title {
  margin: 0;
  position: relative;
}
.card-slider__box-title-wrapper .card-slider__box-title:before {
  content: "";
  position: absolute;
  top: -500px;
  height: 500px;
  width: 1px;
  background: #023047;
}

.card-slider__title {
  margin: 20px 0;
}

.card-slider__intro-text {
  max-width: 930px;
}
.card-slider__intro-text p {
  margin: 0 0 0.75rem;
}
.card-slider__intro-text p:last-child {
  margin-bottom: 0;
}

.card-slider__stage {
  position: relative;
  width: 100%;
}

.card-slider__track {
  display: flex;
  overflow: hidden;
  padding: 1.875rem 0;
  outline: none;
}

.card-slider .keen-slider__slide {
  min-width: 21.875rem;
  max-width: 21.875rem;
}

.card-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #023047;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.card-slider__nav:hover, .card-slider__nav:focus-visible {
  background: #ffffff;
  transform: translateY(-50%) scale(1.05);
}
.card-slider__nav--prev {
  left: 1rem;
}
.card-slider__nav--next {
  right: 1rem;
}
@media (min-width: 768px) {
  .card-slider__nav {
    display: inline-flex;
  }
}

.card-slider__card {
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.6));
  background: none;
}
.card-slider__card .card-slider__card-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 21.875rem;
  height: 34.375rem;
  border-radius: 0.625rem;
  overflow: hidden;
  color: #ffffff;
  transform: scale(var(--card-scale, 1));
  transform-origin: center center;
  will-change: transform;
}

.card-slider__card-image {
  position: relative;
  width: 100%;
  height: 14.0625rem;
  overflow: hidden;
  flex: 0 0 auto;
}
.card-slider__card-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  object-fit: cover;
  transform: translate(-50%, calc(-50% + var(--card-img-y, 0%)));
  will-change: transform;
}

.card-slider__card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
}

.card-slider__card-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
}

.card-slider__card-desc {
  color: var(--card-desc-color, #ffffff);
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.0125rem;
}
.card-slider__card-desc p {
  margin: 0 0 0.5rem;
  color: var(--card-desc-color, #ffffff);
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0125rem;
}
.card-slider__card-desc p em.small {
  display: block;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
.card-slider__card-desc p:last-child {
  margin-bottom: 0;
}

.card-slider__card-cta {
  display: inline-flex;
  padding: 0.6875rem 1.875rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  color: #2A3B4C;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: auto auto 15px auto;
}
.card-slider__card-cta:hover, .card-slider__card-cta:focus-visible {
  background: #ffffff;
  color: #023047;
}

.card-slider__grid {
  display: none;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1.5rem;
  padding: 0 1.5rem;
  max-width: 1280px;
  margin: 0 auto;
}

.card-slider__grid .card-slider__card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.card-slider__grid .card-slider__card-inner {
  width: 100%;
  height: 100%;
  min-height: 34.375rem;
}

.card-slider--mobile-slider.card-slider--desktop-slider .card-slider__stage {
  display: block;
}
.card-slider--mobile-slider.card-slider--desktop-slider .card-slider__grid {
  display: none;
}

.card-slider--mobile-grid.card-slider--desktop-grid .card-slider__stage {
  display: none;
}
.card-slider--mobile-grid.card-slider--desktop-grid .card-slider__grid {
  display: grid;
}

.card-slider--mobile-slider.card-slider--desktop-grid .card-slider__stage {
  display: block;
}
.card-slider--mobile-slider.card-slider--desktop-grid .card-slider__grid {
  display: none;
}
@media (min-width: 768px) {
  .card-slider--mobile-slider.card-slider--desktop-grid .card-slider__stage {
    display: none;
  }
  .card-slider--mobile-slider.card-slider--desktop-grid .card-slider__grid {
    display: grid;
  }
}

.card-slider--mobile-grid.card-slider--desktop-slider .card-slider__stage {
  display: none;
}
.card-slider--mobile-grid.card-slider--desktop-slider .card-slider__grid {
  display: grid;
}
@media (min-width: 768px) {
  .card-slider--mobile-grid.card-slider--desktop-slider .card-slider__stage {
    display: block;
  }
  .card-slider--mobile-grid.card-slider--desktop-slider .card-slider__grid {
    display: none;
  }
}

@media (min-width: 768px) {
  .card-slider--cols-2 .card-slider__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card-slider--cols-3 .card-slider__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .card-slider--cols-4 .card-slider__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card-slider__placeholder {
  flex-direction: column;
  gap: 0.5rem;
  min-height: 15.625rem;
}
.card-slider__placeholder .card-slider__placeholder-title {
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.card-slider__placeholder .card-slider__placeholder-desc {
  max-width: 32.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}

.accolade {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  height: auto;
  min-height: 600px;
  padding: 64px 0;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .accolade {
    height: 800px;
    min-height: 0;
    padding: 0;
  }
}

.accolade__backgrounds {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.accolade__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 900ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  will-change: opacity;
}
.accolade__bg .accolade__bg--base {
  opacity: 1;
  z-index: 0;
}
.accolade__bg.is-active {
  opacity: 1;
  z-index: 1;
}

.accolade__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.accolade__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px;
}

.accolade__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 930px;
}

h1.accent.accolade__box-title {
  position: relative;
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  margin: 0 auto 60px auto;
}
h1.accent.accolade__box-title:before {
  content: "";
  position: absolute;
  top: -600px;
  height: 600px;
  width: 1px;
  background: #ffffff;
}

.accolade__headline {
  color: #ffffff;
  margin: 0 auto 50px 0;
  font-weight: normal;
}

.accolade__stage {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accolade__track {
  width: 100%;
}

.accolade__track--single {
  display: flex;
  justify-content: center;
}

.accolade__slide {
  width: 100%;
  display: flex;
  justify-content: center;
}

.accolade__slide-inner {
  width: 100%;
  max-width: 930px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.accolade__quote {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.accolade__quote .accolade__quote-text {
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.4px;
  width: 100%;
}
.accolade__quote .accolade__quote-mark-open-wrapper {
  display: flex;
  align-items: flex-start;
  width: 30px;
  height: 100%;
}
.accolade__quote .accolade__quote-mark-close-wrapper {
  display: flex;
  align-items: flex-end;
  width: 30px;
  height: 100%;
}

.accolade__attribution {
  display: block;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}

.accolade__rule {
  width: 100%;
  max-width: 700px;
  border: none;
  border-top: 1px dotted rgba(255, 255, 255, 0.7);
  margin: 8px auto 0;
}

.accolade__stats {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 24px;
}

.accolade__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: calc(var(--stat-index, 0) * 0.1s);
}
.accolade__stat.is-visible {
  opacity: 1;
  transform: none;
}

.accolade__stat-value {
  color: #ffffff;
  text-align: center;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}

.accolade__stat-label {
  color: #ffffff;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}

.accolade__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, border-color 200ms ease;
}
.accolade__nav:hover, .accolade__nav:focus-visible {
  background: rgba(0, 0, 0, 0.5);
  border-color: #ffffff;
  outline: none;
}
.accolade__nav--prev {
  left: 12px;
}
.accolade__nav--next {
  right: 12px;
}
@media (min-width: 768px) {
  .accolade__nav--prev {
    left: 24px;
  }
  .accolade__nav--next {
    right: 24px;
  }
}

.accolade__dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.accolade__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: background 200ms ease;
}
.accolade__dot.is-active, .accolade__dot:hover {
  background: #ffffff;
}

.accolade__placeholder-title {
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.accolade__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

@media (prefers-reduced-motion: reduce) {
  .accolade__bg,
  .accolade__stat {
    transition: none !important;
    transform: none !important;
  }
}
.boxed-callout {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 1.25rem;
}

.boxed-callout__box {
  width: 100%;
  max-width: var(--bc-width, 1130px);
  min-height: var(--bc-min-m, 100%);
  border: 1px solid var(--bc-border, transparent);
  border-radius: var(--bc-radius, 0);
  background: var(--bc-bg, transparent);
  color: var(--bc-color, inherit);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .boxed-callout__box {
    min-height: var(--bc-min-d, 540px);
  }
}

.boxed-callout__inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: var(--bc-pad-m, 0);
}
@media (min-width: 768px) {
  .boxed-callout__inner {
    padding: var(--bc-pad-t, var(--bc-pad-m, 0));
  }
}
@media (min-width: 1024px) {
  .boxed-callout__inner {
    padding: var(--bc-pad-d, var(--bc-pad-t, var(--bc-pad-m, 0)));
  }
}

.boxed-callout__title {
  color: inherit;
  border-color: currentColor;
  margin: 0;
}

.boxed-callout__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.boxed-callout__content > .block-editor-inner-blocks,
.boxed-callout__content > .block-editor-block-list__layout {
  width: 100%;
}
.boxed-callout__content p,
.boxed-callout__content h1, .boxed-callout__content h2, .boxed-callout__content h3, .boxed-callout__content h4, .boxed-callout__content h5, .boxed-callout__content h6,
.boxed-callout__content li {
  color: inherit;
}

.boxed-callout--shadow .boxed-callout__box {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.boxed-callout--hug .boxed-callout__box {
  width: auto;
  max-width: none;
}

.boxed-callout__placeholder {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  padding: 24px;
}
.boxed-callout__placeholder-title {
  display: block;
  font-weight: 700;
}
.boxed-callout__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 480px;
}

.feature-card-grid {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .feature-card-grid {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .feature-card-grid {
    padding: 6.25rem 0;
  }
}
.feature-card-grid.larger-icons .feature-card-grid__card-image {
  width: 60px;
}

.feature-card-grid__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  max-width: 1280px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .feature-card-grid__intro {
    margin-bottom: 3.5rem;
  }
}

.accent.feature-card-grid__box-title {
  margin: 0;
  background: var(--box-title-bg, #D74A64);
  border-color: var(--box-title-border, #D74A64);
  color: var(--box-title-color, #ffffff);
}

.feature-card-grid__title {
  margin: 0;
  color: #023047;
  text-align: center;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.feature-card-grid__intro-text {
  max-width: 34.375rem;
}
.feature-card-grid__intro-text p {
  margin: 0 0 0.75rem;
}
.feature-card-grid__intro-text p:last-child {
  margin-bottom: 0;
}

.feature-card-grid__stage {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .feature-card-grid__stage {
    display: none;
  }
}

.feature-card-grid__track {
  display: flex;
  overflow: hidden;
  padding: 1.875rem 0;
  outline: none;
}

.feature-card-grid__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #023047;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.feature-card-grid__nav:hover, .feature-card-grid__nav:focus-visible {
  background: #ffffff;
  transform: translateY(-50%) scale(1.05);
}
.feature-card-grid__nav--prev {
  left: 1rem;
}
.feature-card-grid__nav--next {
  right: 1rem;
}

.feature-card-grid .keen-slider__slide {
  min-width: calc(100% - 3rem);
  max-width: calc(100% - 3rem);
}

.feature-card-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .feature-card-grid--mobile-slider .feature-card-grid__grid {
    display: none;
  }
}

@media (min-width: 768px) {
  .feature-card-grid--cols-2 .feature-card-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-card-grid--cols-3 .feature-card-grid__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .feature-card-grid--cols-4 .feature-card-grid__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature-card-grid__stage .feature-card-grid__card {
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.6));
}

.feature-card-grid__card-inner {
  display: flex;
  height: 100%;
  min-height: 260px;
  flex-direction: row;
  gap: 0.9375rem;
  padding: 1.875rem;
  border-radius: 0.625rem;
  border: 1px solid #8A8A8A;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.feature-card-grid__card-inner:hover, .feature-card-grid__card-inner:focus-visible {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-card-grid__card-image {
  flex: 0 0 auto;
  width: 2.5rem;
}
.feature-card-grid__card-image img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-card-grid__card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.feature-card-grid__card-label {
  display: block;
  margin: 0 0 -20px 0;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.075rem;
}

.feature-card-grid__card-title {
  margin: 0;
  color: #2A3B4C;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.feature-card-grid__card-body p {
  margin: 0 0 0.5rem;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-card-grid__card-body p:last-child {
  margin-bottom: 0;
}

.feature-card-grid__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

.feature-card-grid__tag {
  display: inline-flex;
  padding: 0.25rem 0.75rem;
  align-items: center;
  border-radius: 1rem;
  background: #E5E7EB;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
}

.feature-card-grid__card-cta {
  display: inline-flex;
  padding: 0.6875rem 1.875rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  color: #2A3B4C;
  text-align: center;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.feature-card-grid__card-cta:hover, .feature-card-grid__card-cta:focus-visible {
  background: #ffffff;
  color: #023047;
}

.feature-card-grid__placeholder {
  flex-direction: column;
  gap: 0.5rem;
  min-height: 15.625rem;
}
.feature-card-grid__placeholder .feature-card-grid__placeholder-title {
  display: block;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.feature-card-grid__placeholder .feature-card-grid__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 32.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}

.faq-accordion {
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .faq-accordion {
    padding: 5rem 0;
  }
}
@media (min-width: 1024px) {
  .faq-accordion {
    padding: 6.25rem 0;
  }
}

.faq-accordion__intro {
  max-width: 53.75rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 768px) {
  .faq-accordion__intro {
    margin-bottom: 3.5rem;
  }
}

.faq-accordion__title {
  margin: 0 0 0.5rem;
  color: #023047;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .faq-accordion__title {
    font-size: 2.5rem;
  }
}

.faq-accordion__subtitle {
  margin: 0 0 1rem;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.faq-accordion__intro-body {
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.faq-accordion__intro-body p {
  margin: 0 0 0.75rem;
}
.faq-accordion__intro-body p:last-child {
  margin-bottom: 0;
}

.faq-accordion__list {
  display: flex;
  flex-direction: column;
  max-width: 53.75rem;
  margin: 0 auto;
  padding: 0;
}

.faq-accordion__item {
  border-bottom: 1px solid rgba(2, 48, 71, 0.15);
}
.faq-accordion__item:first-child {
  border-top: 1px solid rgba(2, 48, 71, 0.15);
}

.faq-accordion__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
  cursor: pointer;
  list-style: none;
  color: #000000;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  user-select: none;
}
.faq-accordion__question::-webkit-details-marker {
  display: none;
}
.faq-accordion__question::marker {
  display: none;
}
.faq-accordion--collapsible .faq-accordion__question:hover, .faq-accordion--collapsible .faq-accordion__question:focus-visible {
  color: #023047;
  outline: none;
}

.faq-accordion__question-text {
  flex: 1 1 auto;
}
.faq-accordion__question-text p {
  margin: 0;
}

.faq-accordion__chevron {
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  color: #023047;
  will-change: transform;
}

.faq-accordion__answer {
  overflow: hidden;
  height: 0;
}

.faq-accordion__answer-inner {
  padding: 0.25rem 0 1.5rem;
  color: #000000;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
.faq-accordion__answer-inner p {
  margin: 0 0 0.75rem;
}
.faq-accordion__answer-inner p:last-child {
  margin-bottom: 0;
}
.faq-accordion__answer-inner ul,
.faq-accordion__answer-inner ol {
  margin: 0 0 0.75rem;
  padding-left: 1.5rem;
}
.faq-accordion__answer-inner ul:last-child,
.faq-accordion__answer-inner ol:last-child {
  margin-bottom: 0;
}

.faq-accordion:not(.faq-accordion--collapsible) .faq-accordion__question {
  cursor: default;
  pointer-events: none;
}
.faq-accordion:not(.faq-accordion--collapsible) .faq-accordion__chevron {
  display: none;
}
.faq-accordion:not(.faq-accordion--collapsible) .faq-accordion__answer {
  height: auto;
}

.faq-accordion__placeholder {
  min-height: 15.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
  padding: 1.5rem;
}
.faq-accordion__placeholder .faq-accordion__placeholder-title {
  display: block;
  font-weight: 700;
}
.faq-accordion__placeholder .faq-accordion__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 30rem;
}

.featured-column-list {
  /*padding: rem-calc(60 0);

  @include respond-to('md') {
  	padding: rem-calc(80 0);
  }

  @include respond-to('lg') {
  	padding: rem-calc(100 0);
  }*/
}

.featured-column-list__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  max-width: 50rem;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) {
  .featured-column-list__header {
    margin-bottom: 4rem;
  }
}

.featured-column-list__title {
  margin: 0;
  color: #023047;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
}

.featured-column-list__body {
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}
.featured-column-list__body p {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  max-width: 460px;
}
.featured-column-list__body p:last-child {
  margin-bottom: 0;
}

.featured-column-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.featured-column-list__item {
  max-width: 460px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.featured-column-list__item-lead {
  flex: 0 0 auto;
}

.featured-column-list__item-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-column-list__item-icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.featured-column-list__item-number {
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #023047 0%, #D74A64 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.featured-column-list__item-number span {
  color: #ffffff;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.featured-column-list__item-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-top: 0.25rem;
}

.featured-column-list__item-title {
  margin: 0;
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.featured-column-list__item-desc {
  color: #023047;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}
.featured-column-list__item-desc p {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.featured-column-list__item-desc p:last-child {
  margin-bottom: 0;
}

.featured-column-list__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 15.625rem;
  text-align: center;
  padding: 1.5rem;
}
.featured-column-list__placeholder .featured-column-list__placeholder-title {
  display: block;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.featured-column-list__placeholder .featured-column-list__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 32.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}

.number-display {
  /*padding: rem-calc(60 0);
  background-color: $color-bg;

  @include respond-to('md') {
  	padding: rem-calc(80 0);
  }

  @include respond-to('lg') {
  	padding: rem-calc(100 0);
  }*/
}

.number-display__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  max-width: 1280px;
  margin: 0 auto 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .number-display__intro {
    margin-bottom: 4rem;
  }
}

.accent.number-display__box-title {
  margin: 0;
  background: #D74A64;
  color: #ffffff;
}

.number-display__title {
  margin: 0;
  color: #023047;
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.number-display__body {
  max-width: 42.5rem;
}
.number-display__body p {
  margin: 0 0 0.75rem;
  color: #023047;
}
.number-display__body p:last-child {
  margin-bottom: 0;
}
.number-display__body.number-display__body--after {
  margin: 40px auto 0 auto;
  text-align: center;
}

.number-display__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem 3.75rem;
}
@media (min-width: 768px) {
  .number-display__items {
    gap: 3rem 9.375rem;
  }
}

.number-display__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
  min-width: 7.5rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: calc(var(--item-index, 0) * 0.08s);
}

.number-display__item.is-visible {
  opacity: 1;
  transform: none;
}

.number-display__item--label-top {
  flex-direction: column-reverse;
}

.number-display__number {
  display: block;
  color: #023047;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .number-display__number {
    font-size: 5.625rem;
  }
}

.number-display__label {
  display: block;
  color: #D74A64;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}

.number-display__placeholder .number-display__placeholder-title {
  display: block;
  font-family: "Franie", "DM Sans", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.number-display__placeholder .number-display__placeholder-desc {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  max-width: 32.5rem;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .number-display__item {
    transition: none !important;
    transform: none !important;
  }
}

/*# sourceMappingURL=main.css.map*/