@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
@import url("https://use.typekit.net/yji6ciu.css");
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600&family=Raleway:wght@400;700&display=swap");
.has-electric-to-midnight-gradient-background {
  background: var(--wp--preset--gradient--electric-to-midnight);
}

.has-midnight-to-electric-gradient-background {
  background: var(--wp--preset--gradient--midnight-to-electric);
}

.has-bright-purple-to-black-gradient-background {
  background: var(--wp--preset--gradient--bright-purple-to-black);
}

.has-black-to-electric-blue-to-black-gradient-background {
  background: var(--wp--preset--gradient--black-to-electric-blue-to-black);
}

.has-prism-complementary-gradient-background {
  background: var(--wp--preset--gradient--prism-complementary);
  border-bottom: 0.03125rem solid color-mix(in srgb, var(--wp--preset--color--light-purple) 50%, transparent);
}

.c-bg-pattern {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100%;
  max-width: none;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
  top: 0;
  translate: 0 0;
}
.c-bg-pattern--pattern-11 {
  background-size: cover;
}
.c-bg-pattern--pos-top {
  top: 0;
  translate: 0 0;
  background-position: center top;
}
.c-bg-pattern--pos-center {
  top: 50%;
  translate: 0 -50%;
}
.c-bg-pattern--pos-bottom {
  top: 100%;
  translate: 0 -100%;
  background-position: center bottom;
}

.section.has-bg-pattern,
.s-group.has-bg-pattern {
  position: relative;
  overflow: hidden;
}

.section.has-bg-pattern > .l-wrapper {
  position: relative;
  z-index: 1;
}

.s-group.has-bg-pattern > .s-group__inner {
  position: relative;
  z-index: 1;
}

body.has-modal-open {
  overflow: hidden;
}

.s-achievements-slider.is-modal-open,
.s-achievements-list.is-modal-open,
.s-missions-slider.is-modal-open,
.s-hero-product.is-modal-open,
.s-why-join-us.is-modal-open {
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  br {
    display: none;
  }
}

a {
  display: inline-block;
}

h1 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
h1 {
  font-size: 64px;
}
@media screen and (min-width: 569px) {
  h1 {
    font-size: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 6.25rem;
  }
}

h2 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
h2 {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  h2 {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 3.5625rem;
  }
}

h3 {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
h3 {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  h3 {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 2.3125rem;
  }
}

h4 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
h4 {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  h4 {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 1.5rem;
  }
}

body {
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--base: 1rem;
  --wp--preset--font-size--medium: 1.25rem;
  --wp--preset--font-size--large: 20px;
  --wp--preset--font-size--display-sm: 32px;
  --wp--preset--font-size--x-large: 48px;
  --wp--preset--font-size--xx-large: 52px;
  --wp--preset--font-size--xxx-large: 64px;
}
@media screen and (min-width: 569px) {
  body {
    --wp--preset--font-size--large: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body {
    --wp--preset--font-size--large: 1.5rem;
  }
}
@media screen and (min-width: 569px) {
  body {
    --wp--preset--font-size--display-sm: calc(32px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body {
    --wp--preset--font-size--display-sm: 2.5rem;
  }
}
@media screen and (min-width: 569px) {
  body {
    --wp--preset--font-size--x-large: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body {
    --wp--preset--font-size--x-large: 3.5625rem;
  }
}
@media screen and (min-width: 569px) {
  body {
    --wp--preset--font-size--xx-large: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body {
    --wp--preset--font-size--xx-large: 4.8125rem;
  }
}
@media screen and (min-width: 569px) {
  body {
    --wp--preset--font-size--xxx-large: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body {
    --wp--preset--font-size--xxx-large: 6.25rem;
  }
}

.wp-block-heading {
  color: var(--wp--preset--color--white);
}

body .wp-block-heading {
  --wp--preset--font-size--display-sm: 32px;
  --wp--preset--font-size--large: 2.3125rem;
  --wp--preset--font-size--x-large: 48px;
  --wp--preset--font-size--xx-large: 52px;
  --wp--preset--font-size--xxx-large: 64px;
}
@media screen and (min-width: 569px) {
  body .wp-block-heading {
    --wp--preset--font-size--display-sm: calc(32px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .wp-block-heading {
    --wp--preset--font-size--display-sm: 2.5rem;
  }
}
@media screen and (min-width: 569px) {
  body .wp-block-heading {
    --wp--preset--font-size--x-large: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .wp-block-heading {
    --wp--preset--font-size--x-large: 3.5625rem;
  }
}
@media screen and (min-width: 569px) {
  body .wp-block-heading {
    --wp--preset--font-size--xx-large: calc(52px + 25 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .wp-block-heading {
    --wp--preset--font-size--xx-large: 4.8125rem;
  }
}
@media screen and (min-width: 569px) {
  body .wp-block-heading {
    --wp--preset--font-size--xxx-large: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .wp-block-heading {
    --wp--preset--font-size--xxx-large: 6.25rem;
  }
}

body:not(.is-prism-page) h1.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
body:not(.is-prism-page) h1.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-size: 64px;
}
@media screen and (min-width: 569px) {
  body:not(.is-prism-page) h1.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: calc(64px + 36 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body:not(.is-prism-page) h1.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: 6.25rem;
  }
}

body:not(.is-prism-page) h2.wp-block-heading:not([class*=has-][class*=-font-size]):not(.is-style-section-title) {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
body:not(.is-prism-page) h2.wp-block-heading:not([class*=has-][class*=-font-size]):not(.is-style-section-title) {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  body:not(.is-prism-page) h2.wp-block-heading:not([class*=has-][class*=-font-size]):not(.is-style-section-title) {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body:not(.is-prism-page) h2.wp-block-heading:not([class*=has-][class*=-font-size]):not(.is-style-section-title) {
    font-size: 3.5625rem;
  }
}

body:not(.is-prism-page) h3.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
body:not(.is-prism-page) h3.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  body:not(.is-prism-page) h3.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body:not(.is-prism-page) h3.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: 2.3125rem;
  }
}

body:not(.is-prism-page) h4.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
body:not(.is-prism-page) h4.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  body:not(.is-prism-page) h4.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body:not(.is-prism-page) h4.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: 1.5rem;
  }
}

body:not(.is-prism-page) h5.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
body:not(.is-prism-page) h5.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  body:not(.is-prism-page) h5.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body:not(.is-prism-page) h5.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: 1rem;
  }
}

body:not(.is-prism-page) h6.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
body:not(.is-prism-page) h6.wp-block-heading:not([class*=has-][class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body:not(.is-prism-page) h6.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body:not(.is-prism-page) h6.wp-block-heading:not([class*=has-][class*=-font-size]) {
    font-size: 0.875rem;
  }
}

.wp-block-heading.is-style-section-title {
  color: inherit;
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.wp-block-heading.is-style-section-title {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .wp-block-heading.is-style-section-title {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-heading.is-style-section-title {
    font-size: 3.5625rem;
  }
}

.wp-block-heading.is-style-orange-gradient,
.wp-block-heading.is-style-purple-gradient,
.wp-block-heading.is-style-purple-gradient-prism {
  line-height: 1.1;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-heading.is-style-orange-gradient {
  background-image: var(--wp--preset--gradient--ait-orange-to-red);
}

.wp-block-heading.is-style-purple-gradient {
  background-image: var(--wp--preset--gradient--bright-purple-to-white);
}

.wp-block-heading.is-style-purple-gradient-prism {
  background-image: var(--wp--preset--gradient--bright-purple-to-white);
}

.wp-block-paragraph.is-style-lead {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.wp-block-paragraph.is-style-lead {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .wp-block-paragraph.is-style-lead {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-paragraph.is-style-lead {
    font-size: 1.5rem;
  }
}

.wp-block-paragraph.is-style-prism-lead {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  line-height: 1.54;
  font-weight: 400;
  opacity: 1;
  color: var(--wp--preset--color--white);
}
.wp-block-paragraph.is-style-prism-lead {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .wp-block-paragraph.is-style-prism-lead {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .wp-block-paragraph.is-style-prism-lead {
    font-size: 1.5rem;
  }
}

.wp-block-paragraph.has-x-large-font-size {
  line-height: 1;
  opacity: 1;
}

ul.wp-block-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
ul.wp-block-list li {
  position: relative;
  margin: 0;
  padding-left: 0.75rem;
}
ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--cyan-blue);
}
ul.wp-block-list.is-style-bullets-orange li::before {
  background-color: var(--wp--preset--color--ait-orange);
}
ul.wp-block-list .wp-block-list {
  margin-top: 0.5rem;
  padding-left: 0.75rem;
}

[class*=__accordion-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__modal-intro] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__modal-card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__modal-footer] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__modal-grade-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__modal-description] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__introduction] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__item-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__brand-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__text-under] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]),
[class*=__quote] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
[class*=__accordion-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__modal-intro] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__modal-card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__modal-footer] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__modal-grade-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__modal-description] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__introduction] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__item-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__brand-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__text-under] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li,
[class*=__quote] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li {
  position: relative;
  padding-left: 0.75rem;
}
[class*=__accordion-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__modal-intro] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__modal-card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__modal-footer] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__modal-grade-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__modal-description] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__introduction] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__item-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__brand-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__text-under] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before,
[class*=__quote] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--cyan-blue);
}
[class*=__accordion-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__modal-intro] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__modal-card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__modal-footer] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__modal-grade-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__modal-description] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__introduction] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__item-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__card-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__brand-text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__text-under] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__text] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p,
[class*=__quote] ul:not(.wp-block-list):not(.splide__list):not([class*=__list]) li p {
  margin: 0;
}

.wp-block-image.is-style-cover {
  margin: 0;
  width: 100%;
  height: 100%;
}
.wp-block-image.is-style-cover figure,
.wp-block-image.is-style-cover img {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.wp-block-image.is-style-cover img {
  display: block;
  object-fit: cover;
  object-position: center;
}

.mad-inner-blocks-stack {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mad-inner-blocks-stack > h2.wp-block-heading:not(:last-child):not(:has(+ .block-list-appender)) {
  margin-bottom: 2rem;
}
.mad-inner-blocks-stack > .wp-block-heading.is-style-purple-gradient:not(:last-child):not(:has(+ .block-list-appender)),
.mad-inner-blocks-stack > .wp-block-heading.is-style-purple-gradient-prism:not(:last-child):not(:has(+ .block-list-appender)) {
  margin-bottom: 1.5rem;
}
.mad-inner-blocks-stack > h3.wp-block-heading:not(:last-child):not(:has(+ .block-list-appender)),
.mad-inner-blocks-stack > h4.wp-block-heading:not(:last-child):not(:has(+ .block-list-appender)),
.mad-inner-blocks-stack > h5.wp-block-heading:not(:last-child):not(:has(+ .block-list-appender)) {
  margin-bottom: 1rem;
}
.mad-inner-blocks-stack .wp-block-paragraph:not(:last-child):not(:has(+ .block-list-appender)) {
  margin-bottom: 1rem;
}
.mad-inner-blocks-stack > h2.wp-block-heading:has(+ .wp-block-madare-theme-button),
.mad-inner-blocks-stack > h2.wp-block-heading:has(+ .wp-block-madare-theme-buttons),
.mad-inner-blocks-stack > h2.wp-block-heading:has(+ .c-buttons),
.mad-inner-blocks-stack > h2.wp-block-heading:has(+ .c-btn),
.mad-inner-blocks-stack > h3.wp-block-heading:has(+ .wp-block-madare-theme-button),
.mad-inner-blocks-stack > h3.wp-block-heading:has(+ .wp-block-madare-theme-buttons),
.mad-inner-blocks-stack > h3.wp-block-heading:has(+ .c-buttons),
.mad-inner-blocks-stack > h3.wp-block-heading:has(+ .c-btn),
.mad-inner-blocks-stack > h4.wp-block-heading:has(+ .wp-block-madare-theme-button),
.mad-inner-blocks-stack > h4.wp-block-heading:has(+ .wp-block-madare-theme-buttons),
.mad-inner-blocks-stack > h4.wp-block-heading:has(+ .c-buttons),
.mad-inner-blocks-stack > h4.wp-block-heading:has(+ .c-btn),
.mad-inner-blocks-stack > h5.wp-block-heading:has(+ .wp-block-madare-theme-button),
.mad-inner-blocks-stack > h5.wp-block-heading:has(+ .wp-block-madare-theme-buttons),
.mad-inner-blocks-stack > h5.wp-block-heading:has(+ .c-buttons),
.mad-inner-blocks-stack > h5.wp-block-heading:has(+ .c-btn) {
  margin-bottom: 0;
}
.mad-inner-blocks-stack > .wp-block-paragraph.has-x-large-font-size:not(:last-child):not(:has(+ .block-list-appender)) {
  margin-bottom: 2.5rem;
}
.mad-inner-blocks-stack > .wp-block-paragraph.has-x-large-font-size:has(+ .wp-block-madare-theme-button),
.mad-inner-blocks-stack > .wp-block-paragraph.has-x-large-font-size:has(+ .wp-block-madare-theme-buttons),
.mad-inner-blocks-stack > .wp-block-paragraph.has-x-large-font-size:has(+ .c-buttons),
.mad-inner-blocks-stack > .wp-block-paragraph.has-x-large-font-size:has(+ .c-btn) {
  margin-bottom: 0;
}
.mad-inner-blocks-stack > .wp-block-paragraph:has(+ .wp-block-madare-theme-button),
.mad-inner-blocks-stack > .wp-block-paragraph:has(+ .wp-block-madare-theme-buttons),
.mad-inner-blocks-stack > .wp-block-paragraph:has(+ .c-buttons),
.mad-inner-blocks-stack > .wp-block-paragraph:has(+ .c-btn) {
  margin-bottom: 0;
}
.mad-inner-blocks-stack > * + .wp-block-madare-theme-button,
.mad-inner-blocks-stack > * + .wp-block-madare-theme-buttons,
.mad-inner-blocks-stack > * + .c-buttons,
.mad-inner-blocks-stack > * + .c-btn {
  margin-top: 2rem;
}
.mad-inner-blocks-stack > .c-buttons .c-btn {
  margin-top: 0;
}

.wp-video-shortcode {
  max-width: 100% !important;
  width: 100% !important;
  min-width: unset !important;
  border-radius: 4px;
}

.single-post .wp-block-post-content {
  color: var(--wp--preset--color--white);
}
.single-post .wp-block-post-content h2 {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.single-post .wp-block-post-content h2 {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h2 {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h2 {
    font-size: 2.3125rem;
  }
}
.single-post .wp-block-post-content h2:not(:first-child) {
  margin-top: 2rem;
}
.single-post .wp-block-post-content h3 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.single-post .wp-block-post-content h3 {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h3 {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h3 {
    font-size: 1.5rem;
  }
}
.single-post .wp-block-post-content h3:not(:first-child) {
  margin-top: 1.25rem;
}
.single-post .wp-block-post-content h4 {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.single-post .wp-block-post-content h4 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h4 {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h4 {
    font-size: 1rem;
  }
}
.single-post .wp-block-post-content h5 {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-weight: 600;
}
.single-post .wp-block-post-content h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h5 {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h5 {
    font-size: 1rem;
  }
}
.single-post .wp-block-post-content p {
  margin-top: 1.25rem;
}
.single-post .wp-block-post-content p:first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content a {
  color: var(--wp--preset--color--black);
}
.single-post .wp-block-post-content p + ul,
.single-post .wp-block-post-content h2 + p,
.single-post .wp-block-post-content h3 + p,
.single-post .wp-block-post-content h4 + p,
.single-post .wp-block-post-content h5 + p {
  margin-top: 1.25rem;
}
.single-post .wp-block-post-content b,
.single-post .wp-block-post-content strong {
  font-weight: 600;
}
.single-post .wp-block-post-content .btn {
  margin-top: 2rem;
}
.single-post .wp-block-post-content i,
.single-post .wp-block-post-content em {
  font-style: italic;
}
.single-post .wp-block-post-content p > a,
.single-post .wp-block-post-content li > a {
  text-decoration: underline;
}
.single-post .wp-block-post-content ul,
.single-post .wp-block-post-content ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.single-post .wp-block-post-content ul li,
.single-post .wp-block-post-content ol li {
  position: relative;
  padding-left: 0.75rem;
}
.single-post .wp-block-post-content ul li:last-child,
.single-post .wp-block-post-content ol li:last-child {
  margin-bottom: 0;
}
.single-post .wp-block-post-content ul li p,
.single-post .wp-block-post-content ol li p {
  margin: 0;
}
.single-post .wp-block-post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--cyan-blue);
}
.single-post .wp-block-post-content ol li {
  list-style: decimal;
}
.single-post .wp-block-post-content li > ul {
  margin-top: 0.5rem !important;
}
.single-post .wp-block-post-content img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.single-post .wp-block-post-content *:first-child:not(.mejs-button):not(button) {
  margin-top: 0;
}
.single-post .wp-block-post-content img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  .single-post .wp-block-post-content img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.single-post .wp-block-post-content p,
.single-post .wp-block-post-content li,
.single-post .wp-block-post-content a {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.single-post .wp-block-post-content p,
.single-post .wp-block-post-content li,
.single-post .wp-block-post-content a {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content p,
  .single-post .wp-block-post-content li,
  .single-post .wp-block-post-content a {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content p,
  .single-post .wp-block-post-content li,
  .single-post .wp-block-post-content a {
    font-size: 1rem;
  }
}
.single-post .wp-block-post-content .wp-video-shortcode:not(:first-child) {
  margin-top: 2rem;
}
.single-post .wp-block-post-content .button {
  font-family: "aptos-display", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.single-post .wp-block-post-content .button:not(:first-child) {
  margin-top: 1rem;
}
.single-post .wp-block-post-content .button:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--black);
}
.single-post .wp-block-post-content .button--primary {
  background-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
}
.single-post .wp-block-post-content h1 {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.single-post .wp-block-post-content h1 {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h1 {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h1 {
    font-size: 3.5625rem;
  }
}
.single-post .wp-block-post-content h1:not(:first-child) {
  margin-top: 2rem;
}
.single-post .wp-block-post-content h6 {
  font-weight: 400;
  font-family: "aptos", sans-serif;
}
.single-post .wp-block-post-content h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h6 {
    font-size: 0.875rem;
  }
}
.single-post .wp-block-post-content h6:not(:first-child) {
  margin-top: 1rem;
}
.single-post .wp-block-post-content figure {
  margin: 2rem 0;
  max-width: 100%;
}
.single-post .wp-block-post-content figure:first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content figure img {
  margin: 0;
}
.single-post .wp-block-post-content figcaption,
.single-post .wp-block-post-content .wp-element-caption,
.single-post .wp-block-post-content .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.single-post .wp-block-post-content figcaption,
.single-post .wp-block-post-content .wp-element-caption,
.single-post .wp-block-post-content .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content figcaption,
  .single-post .wp-block-post-content .wp-element-caption,
  .single-post .wp-block-post-content .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content figcaption,
  .single-post .wp-block-post-content .wp-element-caption,
  .single-post .wp-block-post-content .wp-caption-text {
    font-size: 0.75rem;
  }
}
.single-post .wp-block-post-content .wp-caption {
  max-width: 100%;
}
.single-post .wp-block-post-content .wp-caption img {
  margin: 0;
}
.single-post .wp-block-post-content .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.single-post .wp-block-post-content .aligncenter figcaption,
.single-post .wp-block-post-content .aligncenter .wp-element-caption {
  text-align: center;
}
.single-post .wp-block-post-content .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.single-post .wp-block-post-content .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.single-post .wp-block-post-content .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.single-post .wp-block-post-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.single-post .wp-block-post-content .alignfull img {
  border-radius: 0;
}
.single-post .wp-block-post-content img.size-medium,
.single-post .wp-block-post-content figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.single-post .wp-block-post-content img.size-thumbnail,
.single-post .wp-block-post-content figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.single-post .wp-block-post-content blockquote,
.single-post .wp-block-post-content .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.single-post .wp-block-post-content blockquote p,
.single-post .wp-block-post-content .wp-block-quote p {
  margin-top: 0.75rem;
}
.single-post .wp-block-post-content blockquote p:first-child,
.single-post .wp-block-post-content .wp-block-quote p:first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content blockquote cite,
.single-post .wp-block-post-content blockquote footer,
.single-post .wp-block-post-content .wp-block-quote cite,
.single-post .wp-block-post-content .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.single-post .wp-block-post-content blockquote cite,
.single-post .wp-block-post-content blockquote footer,
.single-post .wp-block-post-content .wp-block-quote cite,
.single-post .wp-block-post-content .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content blockquote cite,
  .single-post .wp-block-post-content blockquote footer,
  .single-post .wp-block-post-content .wp-block-quote cite,
  .single-post .wp-block-post-content .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content blockquote cite,
  .single-post .wp-block-post-content blockquote footer,
  .single-post .wp-block-post-content .wp-block-quote cite,
  .single-post .wp-block-post-content .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.single-post .wp-block-post-content .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--bg-gray-light);
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-light);
  border-left: none;
}
.single-post .wp-block-post-content .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.single-post .wp-block-post-content .wp-block-pullquote cite {
  margin-top: 1rem;
}
.single-post .wp-block-post-content code,
.single-post .wp-block-post-content kbd,
.single-post .wp-block-post-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--bg-gray-light);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.single-post .wp-block-post-content code,
.single-post .wp-block-post-content kbd,
.single-post .wp-block-post-content samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content code,
  .single-post .wp-block-post-content kbd,
  .single-post .wp-block-post-content samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content code,
  .single-post .wp-block-post-content kbd,
  .single-post .wp-block-post-content samp {
    font-size: 0.8125rem;
  }
}
.single-post .wp-block-post-content pre,
.single-post .wp-block-post-content .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--bg-gray-light);
  border-radius: 0.5rem;
}
.single-post .wp-block-post-content pre code,
.single-post .wp-block-post-content .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.single-post .wp-block-post-content table,
.single-post .wp-block-post-content .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.single-post .wp-block-post-content table,
.single-post .wp-block-post-content .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content table,
  .single-post .wp-block-post-content .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content table,
  .single-post .wp-block-post-content .wp-block-table table {
    font-size: 0.875rem;
  }
}
.single-post .wp-block-post-content table th,
.single-post .wp-block-post-content table td,
.single-post .wp-block-post-content .wp-block-table table th,
.single-post .wp-block-post-content .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--bg-gray-light);
  text-align: left;
  vertical-align: top;
}
.single-post .wp-block-post-content table th,
.single-post .wp-block-post-content .wp-block-table table th {
  font-weight: 700;
}
.single-post .wp-block-post-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.single-post .wp-block-post-content hr,
.single-post .wp-block-post-content .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--bg-gray-light);
  opacity: 1;
  max-width: 7.5rem;
}
.single-post .wp-block-post-content hr.is-style-wide,
.single-post .wp-block-post-content .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.single-post .wp-block-post-content hr.is-style-dots,
.single-post .wp-block-post-content .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.single-post .wp-block-post-content hr.is-style-dots::before,
.single-post .wp-block-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.single-post .wp-block-post-content hr.is-style-dots::before,
.single-post .wp-block-post-content .wp-block-separator.is-style-dots::before {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content hr.is-style-dots::before,
  .single-post .wp-block-post-content .wp-block-separator.is-style-dots::before {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content hr.is-style-dots::before,
  .single-post .wp-block-post-content .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.single-post .wp-block-post-content .wp-block-embed,
.single-post .wp-block-post-content .wp-block-video,
.single-post .wp-block-post-content .wp-block-audio,
.single-post .wp-block-post-content .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.single-post .wp-block-post-content .wp-block-embed__wrapper,
.single-post .wp-block-post-content .wp-block-video video {
  max-width: 100%;
}
.single-post .wp-block-post-content .wp-block-embed iframe {
  max-width: 100%;
}
.single-post .wp-block-post-content .wp-block-gallery,
.single-post .wp-block-post-content .blocks-gallery-grid,
.single-post .wp-block-post-content .wp-block-media-text {
  gap: 0.5rem;
}
.single-post .wp-block-post-content .wp-block-gallery,
.single-post .wp-block-post-content .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.single-post .wp-block-post-content .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.single-post .wp-block-post-content .wp-block-button__link {
  text-decoration: none;
}
.single-post .wp-block-post-content ul ul,
.single-post .wp-block-post-content ol ol,
.single-post .wp-block-post-content ul ol,
.single-post .wp-block-post-content ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.single-post .wp-block-post-content dl {
  margin: 1.5rem 0;
}
.single-post .wp-block-post-content dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.single-post .wp-block-post-content dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.single-post .wp-block-post-content mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.single-post .wp-block-post-content sub,
.single-post .wp-block-post-content sup {
  font-size: 0.75em;
  line-height: 0;
}
.single-post .wp-block-post-content .has-text-align-center {
  text-align: center;
}
.single-post .wp-block-post-content .has-text-align-right {
  text-align: right;
}
.single-post .wp-block-post-content .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .single-post .wp-block-post-content .alignleft,
  .single-post .wp-block-post-content .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .single-post .wp-block-post-content .alignwide,
  .single-post .wp-block-post-content .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .single-post .wp-block-post-content figure,
  .single-post .wp-block-post-content .wp-block-image,
  .single-post .wp-block-post-content .wp-caption,
  .single-post .wp-block-post-content .wp-block-media-text__media {
    max-width: 100%;
  }
  .single-post .wp-block-post-content figure img,
  .single-post .wp-block-post-content .wp-block-image img,
  .single-post .wp-block-post-content .wp-caption img,
  .single-post .wp-block-post-content .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .single-post .wp-block-post-content > img,
  .single-post .wp-block-post-content p > img,
  .single-post .wp-block-post-content .wp-block-image img,
  .single-post .wp-block-post-content .wp-block-gallery .blocks-gallery-item img,
  .single-post .wp-block-post-content .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .single-post .wp-block-post-content img.size-medium,
  .single-post .wp-block-post-content figure.size-medium img,
  .single-post .wp-block-post-content img.size-thumbnail,
  .single-post .wp-block-post-content figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .single-post .wp-block-post-content figcaption,
  .single-post .wp-block-post-content .wp-element-caption,
  .single-post .wp-block-post-content .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .single-post .wp-block-post-content pre,
  .single-post .wp-block-post-content .wp-block-code {
    padding: 1rem;
  }
}
.single-post .wp-block-post-content::after {
  content: "";
  display: block;
  clear: both;
}
.single-post .wp-block-post-content h1:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism),
.single-post .wp-block-post-content h2:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):not(.is-style-section-title),
.single-post .wp-block-post-content h3:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism),
.single-post .wp-block-post-content h4:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism),
.single-post .wp-block-post-content h5:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism),
.single-post .wp-block-post-content h6:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  color: var(--wp--preset--color--white);
  margin-top: 0;
  margin-bottom: 1rem;
}
.single-post .wp-block-post-content h1:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-post .wp-block-post-content h1:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h1:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h1:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: 3.5625rem;
  }
}
.single-post .wp-block-post-content h1:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content h2:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):not(.is-style-section-title) {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-post .wp-block-post-content h2:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):not(.is-style-section-title) {
  font-size: 48px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h2:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):not(.is-style-section-title) {
    font-size: calc(48px + 9 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h2:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):not(.is-style-section-title) {
    font-size: 3.5625rem;
  }
}
.single-post .wp-block-post-content h2:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):not(.is-style-section-title):first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content h3:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.single-post .wp-block-post-content h3:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h3:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h3:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: 2.3125rem;
  }
}
.single-post .wp-block-post-content h3:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content h4:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.single-post .wp-block-post-content h4:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h4:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: calc(20px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h4:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: 1.5rem;
  }
}
.single-post .wp-block-post-content h4:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content h5:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.single-post .wp-block-post-content h5:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h5:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h5:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: 1rem;
  }
}
.single-post .wp-block-post-content h5:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content h6:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-weight: 400;
  font-family: "aptos", sans-serif;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.single-post .wp-block-post-content h6:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content h6:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content h6:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism) {
    font-size: 0.875rem;
  }
}
.single-post .wp-block-post-content h6:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-purple-gradient-prism):first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content a {
  color: currentColor;
}
.single-post .wp-block-post-content > .wp-block-paragraph,
.single-post .wp-block-post-content :where(p).wp-block-paragraph {
  color: var(--wp--preset--color--white);
}
.single-post .wp-block-post-content .wp-block-list {
  color: var(--wp--preset--color--white);
}
.single-post .wp-block-post-content .wp-block-separator,
.single-post .wp-block-post-content hr {
  border-top-color: rgba(var(--wp--preset--color--white), 0.25);
}
.single-post .wp-block-post-content blockquote,
.single-post .wp-block-post-content .wp-block-quote {
  color: rgba(var(--wp--preset--color--white), 0.92);
  border-left-color: var(--wp--preset--color--cyan-blue);
}
.single-post .wp-block-post-content .wp-block-pullquote {
  border-color: rgba(var(--wp--preset--color--white), 0.25);
}
.single-post .wp-block-post-content table th,
.single-post .wp-block-post-content table td,
.single-post .wp-block-post-content .wp-block-table table th,
.single-post .wp-block-post-content .wp-block-table table td {
  border-color: rgba(var(--wp--preset--color--white), 0.2);
}
.single-post .wp-block-post-content pre,
.single-post .wp-block-post-content .wp-block-code {
  background-color: rgba(var(--wp--preset--color--white), 0.08);
  color: var(--wp--preset--color--white);
}
.single-post .wp-block-post-content code,
.single-post .wp-block-post-content kbd,
.single-post .wp-block-post-content samp {
  background-color: rgba(var(--wp--preset--color--white), 0.12);
  color: var(--wp--preset--color--white);
}
.single-post .wp-block-post-content .wp-block-columns,
.single-post .wp-block-post-content .wp-block-group,
.single-post .wp-block-post-content .wp-block-media-text {
  margin: 2rem 0;
}
.single-post .wp-block-post-content .wp-block-column > :first-child {
  margin-top: 0;
}
.single-post .wp-block-post-content .wp-block-embed,
.single-post .wp-block-post-content .wp-block-video,
.single-post .wp-block-post-content .wp-block-gallery {
  margin: 2rem 0;
}
.single-post .wp-block-post-content .wp-block-embed__wrapper,
.single-post .wp-block-post-content .wp-block-video video,
.single-post .wp-block-post-content .wp-block-embed iframe {
  border-radius: 1rem;
  overflow: hidden;
}
.single-post .wp-block-post-content .wp-block-button__link {
  font-weight: 600;
  font-family: "aptos-display", sans-serif;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--electric-blue);
  color: var(--wp--preset--color--white);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.single-post .wp-block-post-content .wp-block-button__link {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .single-post .wp-block-post-content .wp-block-button__link {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .wp-block-post-content .wp-block-button__link {
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .single-post .wp-block-post-content .wp-block-button__link:hover {
    opacity: 0.85;
    color: var(--wp--preset--color--white);
  }
}
.single-post .wp-block-post-content .button,
.single-post .wp-block-post-content .btn {
  color: var(--wp--preset--color--white);
}

body.is-prism-page {
  background-color: var(--wp--preset--color--black);
}
body.is-prism-page :where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)) {
  font-family: "Unbounded", sans-serif !important;
  letter-spacing: -0.06em !important;
  line-height: 1 !important;
  color: var(--wp--preset--color--white);
}
body.is-prism-page h1:where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)) {
  font-weight: 600 !important;
}
body.is-prism-page h2:where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)),
body.is-prism-page h3:where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)),
body.is-prism-page h4:where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)),
body.is-prism-page h5:where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)),
body.is-prism-page h6:where(.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient)) {
  font-weight: 400 !important;
}
body.is-prism-page h2.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-section-title) {
  font-family: "Unbounded", sans-serif !important;
  font-weight: 400;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  font-weight: 400 !important;
}
body.is-prism-page h2.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-section-title) {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  body.is-prism-page h2.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-section-title) {
    font-size: calc(32px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body.is-prism-page h2.wp-block-heading:not(.is-style-orange-gradient):not(.is-style-purple-gradient):not(.is-style-section-title) {
    font-size: 2.5rem;
  }
}
body.is-prism-page :where(.wp-block-paragraph:not(.is-style-prism-lead)) {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.4285714286;
  opacity: 0.8;
  color: var(--wp--preset--color--white);
}
body.is-prism-page :where(.wp-block-paragraph:not(.is-style-prism-lead)) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body.is-prism-page :where(.wp-block-paragraph:not(.is-style-prism-lead)) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body.is-prism-page :where(.wp-block-paragraph:not(.is-style-prism-lead)) {
    font-size: 0.875rem;
  }
}
body.is-prism-page :where(.wp-block-paragraph:not(.is-style-prism-lead)) strong,
body.is-prism-page :where(.wp-block-paragraph:not(.is-style-prism-lead)) b {
  font-weight: 700;
}
body.is-prism-page .c-btn {
  font-family: "Raleway", sans-serif !important;
}
body.is-prism-page .section .l-wrapper.spacing-top-lg {
  padding-top: 7.5rem;
}
body.is-prism-page .section .l-wrapper.spacing-bottom-lg {
  padding-bottom: 10rem;
}
@media screen and (max-width: 991px) {
  body.is-prism-page .section .l-wrapper.spacing-top-mb-lg {
    padding-top: 5rem;
  }
  body.is-prism-page .section .l-wrapper.spacing-bottom-mb-lg {
    padding-bottom: 6.25rem;
  }
}

.select2-container {
  min-width: 6.875rem;
}

.select2-container .select2-selection {
  height: 2.9375rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.select2-container .select2-selection .select2-selection__rendered {
  flex: 1 1 100%;
  padding: 1rem 0 1rem 0.75rem;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5;
  font-family: "aptos", sans-serif;
}
.select2-container .select2-selection .select2-selection__rendered {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .select2-container .select2-selection .select2-selection__rendered {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .select2-container .select2-selection .select2-selection__rendered {
    font-size: 0.875rem;
  }
}

.select2-container .select2-selection .select2-selection__arrow {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66797 6.66699L8.0013 10.0003L11.3346 6.66699' stroke='black' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: static;
  margin-right: 1rem;
  flex-shrink: 0;
}

.select2-container--default .select2-results__option {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.select2-container--default .select2-results__option {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .select2-container--default .select2-results__option {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .select2-container--default .select2-results__option {
    font-size: 0.875rem;
  }
}

.select2-container--default .select2-results__option--highlighted {
  background-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
}

.c-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.c-buttons--left {
  justify-content: flex-start;
}
.c-buttons--center {
  justify-content: center;
}
.c-buttons--right {
  justify-content: flex-end;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  width: fit-content;
  gap: 1.6875rem;
  border-radius: 48px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  line-height: 1;
  cursor: pointer;
  background-color: transparent;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.c-btn {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-btn {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn {
    font-size: 0.875rem;
  }
}
.c-btn__label {
  white-space: nowrap;
}
.c-btn__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.c-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.c-btn__icon svg {
  display: block;
  width: auto;
  height: auto;
}
.c-btn__icon path {
  transition: fill 0.3s, stroke 0.3s;
}
.c-btn.has-icon-left {
  padding: 0.25rem 1rem 0.25rem 0.25rem;
}
.c-btn--fill.has-icon-wrap {
  padding-right: 0.25rem;
}
.c-btn--fill.has-icon-wrap .c-btn__icon-wrap {
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--wp--preset--color--white);
}
.c-btn--fill.has-icon-wrap.has-icon-left {
  padding-right: 1rem;
  padding-left: 0.25rem;
}
.c-btn--outline.has-icon-wrap {
  gap: 2.5rem;
  padding-right: 0.25rem;
}
.c-btn--outline.has-icon-wrap.has-icon-left {
  padding-right: 1rem;
  padding-left: 0.25rem;
}
.c-btn--outline.has-icon-wrap .c-btn__icon-wrap {
  width: 1.875rem;
  height: 1.875rem;
  position: relative;
  background-color: transparent;
}
.c-btn--outline.has-icon-wrap .c-btn__icon-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50% 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: currentColor;
  transition: background-color 0.3s, transform 0.3s;
}
.c-btn--outline.has-icon-wrap .c-btn__icon {
  opacity: 0;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .c-btn--outline.has-icon-wrap {
    gap: 0.75rem;
  }
}
.c-btn--midnight-blue.c-btn--fill {
  background-color: var(--wp--preset--color--midnight-blue);
  border-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
}
.c-btn--midnight-blue.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--midnight-blue);
}
.c-btn--midnight-blue.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--midnight-blue);
}
.c-btn--brand-blue.c-btn--fill {
  background-color: var(--wp--preset--color--brand-blue);
  border-color: var(--wp--preset--color--brand-blue);
  color: var(--wp--preset--color--white);
}
.c-btn--brand-blue.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--brand-blue);
}
.c-btn--brand-blue.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--brand-blue);
}
.c-btn--electric-blue.c-btn--fill {
  background-color: var(--wp--preset--color--electric-blue);
  border-color: var(--wp--preset--color--electric-blue);
  color: var(--wp--preset--color--white);
}
.c-btn--electric-blue.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--electric-blue);
}
.c-btn--electric-blue.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--electric-blue);
}
.c-btn--cyan-blue.c-btn--fill {
  background-color: var(--wp--preset--color--cyan-blue);
  border-color: var(--wp--preset--color--cyan-blue);
  color: var(--wp--preset--color--white);
}
.c-btn--cyan-blue.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--midnight-blue);
}
.c-btn--cyan-blue.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--midnight-blue);
}
.c-btn--white.c-btn--fill {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.c-btn--white.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--midnight-blue);
}
.c-btn--white.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--midnight-blue);
}
.c-btn--bright-purple.c-btn--fill {
  background-color: var(--wp--preset--color--bright-purple);
  border-color: var(--wp--preset--color--bright-purple);
  color: var(--wp--preset--color--white);
}
.c-btn--bright-purple.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--bright-purple);
}
.c-btn--bright-purple.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--bright-purple);
}
.c-btn--deep-purple.c-btn--fill {
  background-color: var(--wp--preset--color--deep-purple);
  border-color: var(--wp--preset--color--deep-purple);
  color: var(--wp--preset--color--white);
}
.c-btn--deep-purple.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--deep-purple);
}
.c-btn--deep-purple.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--deep-purple);
}
.c-btn--ait-orange.c-btn--fill {
  background-color: var(--wp--preset--color--ait-orange);
  border-color: var(--wp--preset--color--ait-orange);
  color: var(--wp--preset--color--white);
}
.c-btn--ait-orange.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--ait-orange);
}
.c-btn--ait-orange.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--ait-orange);
}
.c-btn--ait-brown.c-btn--fill {
  background-color: var(--wp--preset--color--ait-brown);
  border-color: var(--wp--preset--color--ait-brown);
  color: var(--wp--preset--color--white);
}
.c-btn--ait-brown.c-btn--fill .c-btn__icon path {
  fill: var(--wp--preset--color--ait-brown);
}
.c-btn--ait-brown.c-btn--fill.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--ait-brown);
}
.c-btn--midnight-blue.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--midnight-blue);
}
.c-btn--midnight-blue.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--midnight-blue);
}
.c-btn--midnight-blue.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--midnight-blue);
}
.c-btn--brand-blue.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--brand-blue);
  color: var(--wp--preset--color--brand-blue);
}
.c-btn--brand-blue.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--brand-blue);
}
.c-btn--brand-blue.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--brand-blue);
}
.c-btn--electric-blue.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--electric-blue);
  color: var(--wp--preset--color--electric-blue);
}
.c-btn--electric-blue.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--electric-blue);
}
.c-btn--electric-blue.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--electric-blue);
}
.c-btn--cyan-blue.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--cyan-blue);
  color: var(--wp--preset--color--cyan-blue);
}
.c-btn--cyan-blue.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--cyan-blue);
}
.c-btn--cyan-blue.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--cyan-blue);
}
.c-btn--white.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.c-btn--white.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--white);
}
.c-btn--white.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--white);
}
.c-btn--bright-purple.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--bright-purple);
  color: var(--wp--preset--color--bright-purple);
}
.c-btn--bright-purple.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--bright-purple);
}
.c-btn--bright-purple.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--bright-purple);
}
.c-btn--deep-purple.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--deep-purple);
  color: var(--wp--preset--color--deep-purple);
}
.c-btn--deep-purple.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--deep-purple);
}
.c-btn--deep-purple.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--deep-purple);
}
.c-btn--ait-orange.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--ait-orange);
  color: var(--wp--preset--color--ait-orange);
}
.c-btn--ait-orange.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--ait-orange);
}
.c-btn--ait-orange.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--ait-orange);
}
.c-btn--ait-brown.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--ait-brown);
  color: var(--wp--preset--color--ait-brown);
}
.c-btn--ait-brown.c-btn--outline .c-btn__icon path {
  fill: var(--wp--preset--color--ait-brown);
}
.c-btn--ait-brown.c-btn--outline.has-icon-download .c-btn__icon path {
  fill: none;
  stroke: var(--wp--preset--color--ait-brown);
}
.c-btn--transparent.c-btn--outline {
  background-color: transparent;
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--submit:hover {
    background-color: var(--wp--preset--color--electric-blue);
    border-color: var(--wp--preset--color--electric-blue);
    color: var(--wp--preset--color--white);
  }
  .c-btn--submit:hover .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--midnight-blue);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--submit:hover .c-btn__icon {
    opacity: 1;
  }
  .c-btn--submit:hover .c-btn__icon path {
    fill: var(--wp--preset--color--white);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn--hover-midnight-blue:hover {
    background-color: var(--wp--preset--color--midnight-blue);
    border-color: var(--wp--preset--color--midnight-blue);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-midnight-blue:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-midnight-blue:hover .c-btn__icon path {
    fill: var(--wp--preset--color--midnight-blue);
  }
  .c-btn--hover-midnight-blue:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--midnight-blue);
  }
  .c-btn--hover-midnight-blue:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-midnight-blue:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-midnight-blue:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-midnight-blue:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--midnight-blue);
  }
  .c-btn--hover-midnight-blue:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--midnight-blue);
  }
  .c-btn--hover-brand-blue:hover {
    background-color: var(--wp--preset--color--brand-blue);
    border-color: var(--wp--preset--color--brand-blue);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-brand-blue:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-brand-blue:hover .c-btn__icon path {
    fill: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-brand-blue:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-brand-blue:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-brand-blue:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-brand-blue:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-brand-blue:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-brand-blue:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-electric-blue:hover {
    background-color: var(--wp--preset--color--electric-blue);
    border-color: var(--wp--preset--color--electric-blue);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-electric-blue:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-electric-blue:hover .c-btn__icon path {
    fill: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-electric-blue:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-electric-blue:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-electric-blue:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-electric-blue:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-electric-blue:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-electric-blue:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-cyan-blue:hover {
    background-color: var(--wp--preset--color--cyan-blue);
    border-color: var(--wp--preset--color--cyan-blue);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-cyan-blue:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-cyan-blue:hover .c-btn__icon path {
    fill: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-cyan-blue:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-cyan-blue:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-cyan-blue:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-cyan-blue:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-cyan-blue:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-cyan-blue:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--brand-blue);
  }
  .c-btn--hover-white:hover {
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
  }
  .c-btn--hover-white:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-white:hover .c-btn__icon path {
    fill: var(--wp--preset--color--white);
  }
  .c-btn--hover-white:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--white);
  }
  .c-btn--hover-white:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-white:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-white:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-white:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--white);
  }
  .c-btn--hover-white:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--white);
  }
  .c-btn--hover-bright-purple:hover {
    background-color: var(--wp--preset--color--bright-purple);
    border-color: var(--wp--preset--color--bright-purple);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-bright-purple:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-bright-purple:hover .c-btn__icon path {
    fill: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-bright-purple:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-bright-purple:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-bright-purple:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-bright-purple:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-bright-purple:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-bright-purple:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-deep-purple:hover {
    background-color: var(--wp--preset--color--deep-purple);
    border-color: var(--wp--preset--color--deep-purple);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-deep-purple:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-deep-purple:hover .c-btn__icon path {
    fill: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-deep-purple:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-deep-purple:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-deep-purple:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-deep-purple:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-deep-purple:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-deep-purple:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--deep-purple);
  }
  .c-btn--hover-ait-orange:hover {
    background-color: var(--wp--preset--color--ait-orange);
    border-color: var(--wp--preset--color--ait-orange);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-ait-orange:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-ait-orange:hover .c-btn__icon path {
    fill: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-orange:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-orange:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-ait-orange:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-ait-orange:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-ait-orange:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-orange:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-brown:hover {
    background-color: var(--wp--preset--color--ait-brown);
    border-color: var(--wp--preset--color--ait-brown);
    color: var(--wp--preset--color--white);
  }
  .c-btn--hover-ait-brown:hover .c-btn__icon-wrap {
    background-color: var(--wp--preset--color--white);
  }
  .c-btn--hover-ait-brown:hover .c-btn__icon path {
    fill: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-brown:hover.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-brown:hover.c-btn--outline .c-btn__icon-wrap {
    background-color: transparent;
  }
  .c-btn--hover-ait-brown:hover.c-btn--outline .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--white);
    transform: translate(-50%, -50%) scale(3);
  }
  .c-btn--hover-ait-brown:hover.c-btn--outline .c-btn__icon {
    opacity: 1;
  }
  .c-btn--hover-ait-brown:hover.c-btn--outline .c-btn__icon path {
    fill: var(--wp--preset--color--ait-brown);
  }
  .c-btn--hover-ait-brown:hover.c-btn--outline.has-icon-download .c-btn__icon path {
    fill: none;
    stroke: var(--wp--preset--color--ait-brown);
  }
}

.c-tag {
  padding: 0.3125rem 0.625rem;
  border-radius: 4px;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5;
}
.c-tag {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-tag {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-tag {
    font-size: 0.875rem;
  }
}
.c-tag--black {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.c-tag--white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
}
.c-tag--pale-sky-dark {
  background-color: var(--wp--preset--color--taupe);
  color: var(--wp--preset--color--white);
}

.c-breadcrumb > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.375rem;
  opacity: 1;
}
.c-breadcrumb span a,
.c-breadcrumb span span {
  color: inherit;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-family: "aptos", sans-serif;
  line-height: 1.5;
  text-underline-offset: 3px;
  color: var(--wp--preset--color--white);
}
.c-breadcrumb span a,
.c-breadcrumb span span {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-breadcrumb span a,
  .c-breadcrumb span span {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-breadcrumb span a,
  .c-breadcrumb span span {
    font-size: 0.875rem;
  }
}
.c-breadcrumb span a,
.c-breadcrumb span span,
.c-breadcrumb svg path {
  opacity: 0.5;
}
.c-breadcrumb span span a {
  opacity: 1;
}
.c-breadcrumb svg path {
  fill: var(--wp--preset--color--black);
}
.c-breadcrumb__sep {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--white);
  transform: translateY(1px);
}
.c-breadcrumb.is-dark span a, .c-breadcrumb.is-dark span span {
  color: var(--wp--preset--color--black);
  opacity: 0.75;
}
.c-breadcrumb.is-dark span span a {
  opacity: 1;
}
.c-breadcrumb.is-dark svg path {
  fill: var(--wp--preset--color--black);
}
.c-breadcrumb.is-dark .c-breadcrumb__sep {
  background-color: var(--wp--preset--color--black);
}
.c-breadcrumb svg {
  transform: translateY(1px);
}
.c-breadcrumb .breadcrumb_last {
  opacity: 1;
  text-decoration: none;
}

.s-mesh-form__form,
.s-mesh-contact-form__form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 2.5rem 1.375rem;
  border-radius: 0.375rem;
  background-color: rgba(61, 180, 255, 0.15);
  backdrop-filter: blur(1.346875rem);
  transition: background-color 0.6s cubic-bezier(0, 0, 0.2, 1), backdrop-filter 0.6s cubic-bezier(0, 0, 0.2, 1), color 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-form__form::before,
.s-mesh-contact-form__form::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(61, 180, 255, 0.5) 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.s-mesh-form__form.is-bg-solid,
.s-mesh-contact-form__form.is-bg-solid {
  background-color: var(--wp--preset--color--cyan-blue);
  backdrop-filter: none;
  color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid.is-placeholder p,
.s-mesh-contact-form__form.is-bg-solid.is-placeholder p {
  color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-placeholder,
.s-mesh-contact-form__form.is-placeholder {
  align-items: center;
  justify-content: center;
}
.s-mesh-form__form.is-placeholder p,
.s-mesh-contact-form__form.is-placeholder p {
  margin: 0;
  color: var(--wp--preset--color--white);
  text-align: center;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-form__form.is-placeholder p,
.s-mesh-contact-form__form.is-placeholder p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-mesh-form__form.is-placeholder p,
  .s-mesh-contact-form__form.is-placeholder p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-mesh-form__form.is-placeholder p,
  .s-mesh-contact-form__form.is-placeholder p {
    font-size: 0.875rem;
  }
}

.s-mesh-form__form .fluentform .frm-fluent-form,
.s-mesh-contact-form__form .fluentform .frm-fluent-form {
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-form__form .fluentform .frm-fluent-form .ff-el-form-control,
.s-mesh-form__form .fluentform .frm-fluent-form .ff_t_c,
.s-mesh-form__form .fluentform .frm-fluent-form .ff_t_c a,
.s-mesh-form__form .fluentform .frm-fluent-form .ff-el-form-check-label,
.s-mesh-form__form .fluentform .frm-fluent-form .ff_tc_label,
.s-mesh-contact-form__form .fluentform .frm-fluent-form .ff-el-form-control,
.s-mesh-contact-form__form .fluentform .frm-fluent-form .ff_t_c,
.s-mesh-contact-form__form .fluentform .frm-fluent-form .ff_t_c a,
.s-mesh-contact-form__form .fluentform .frm-fluent-form .ff-el-form-check-label,
.s-mesh-contact-form__form .fluentform .frm-fluent-form .ff_tc_label {
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1), border-color 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-form__form .fluentform .frm-fluent-form .ff-el-form-control::placeholder,
.s-mesh-contact-form__form .fluentform .frm-fluent-form .ff-el-form-control::placeholder {
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1);
}

.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form {
  --ff-label-color-on-dark: var(--wp--preset--color--black);
  --ff-btn-secondary-border: 0.0625rem solid var(--wp--preset--color--black);
  --ff-btn-secondary-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-control,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-control {
  border-bottom-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1), border-color 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-control::placeholder,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-control::placeholder {
  color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-control:focus,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-control:focus {
  border-bottom-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_upload_btn.ff-btn,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_upload_btn.ff-btn {
  color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form select.ff-el-form-control,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form select.ff-el-form-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-uploaded-list,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-uploaded-list {
  border-bottom-color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_t_c,
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_t_c a,
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-label,
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_label,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_t_c,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_t_c a,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-label,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_label {
  color: var(--wp--preset--color--black);
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-input,
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_checkbox,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-input,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_checkbox {
  border-color: var(--wp--preset--color--black);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-input:checked,
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_checkbox:checked,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-input:checked,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_checkbox:checked {
  background-color: var(--wp--preset--color--midnight-blue);
  border-color: var(--wp--preset--color--midnight-blue);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-input:focus-visible,
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_checkbox:focus-visible,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff-el-form-check-input:focus-visible,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .ff_tc_checkbox:focus-visible {
  outline-color: var(--wp--preset--color--midnight-blue);
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit {
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1), border-color 0.6s cubic-bezier(0, 0, 0.2, 1), background-color 0.3s ease;
}
.s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit .c-btn__icon path,
.s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit .c-btn__icon path {
  fill: var(--wp--preset--color--black);
  transition: fill 0.6s cubic-bezier(0, 0, 0.2, 1);
}
@media (hover: hover) and (pointer: fine) {
  .s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover,
  .s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover {
    background-color: var(--wp--preset--color--electric-blue);
    border-color: var(--wp--preset--color--electric-blue);
    color: var(--wp--preset--color--white);
  }
  .s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover .c-btn__icon-wrap::before,
  .s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover .c-btn__icon-wrap::before {
    background-color: var(--wp--preset--color--midnight-blue);
    transform: translate(-50%, -50%) scale(3);
  }
  .s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover .c-btn__icon,
  .s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover .c-btn__icon {
    opacity: 1;
  }
  .s-mesh-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover .c-btn__icon path,
  .s-mesh-contact-form__form.is-bg-solid .fluentform .frm-fluent-form .c-btn.c-btn--white.c-btn--outline.c-btn--submit:hover .c-btn__icon path {
    fill: var(--wp--preset--color--white);
  }
}
.s-mesh-form__form.is-bg-solid .ff-message-success,
.s-mesh-contact-form__form.is-bg-solid .ff-message-success {
  color: var(--wp--preset--color--black);
  transition: color 0.6s cubic-bezier(0, 0, 0.2, 1);
}

.s-hero-contact__form {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 2.5rem 1.375rem;
  border-radius: 0.375rem;
  background-color: rgba(61, 180, 255, 0.15);
  backdrop-filter: blur(1.346875rem);
}
.s-hero-contact__form::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(61, 180, 255, 0.5) 0%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.s-hero-contact__form.is-placeholder {
  align-items: center;
  justify-content: center;
}
.s-hero-contact__form.is-placeholder p {
  margin: 0;
  color: var(--wp--preset--color--white);
  text-align: center;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-hero-contact__form.is-placeholder p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-hero-contact__form.is-placeholder p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-contact__form.is-placeholder p {
    font-size: 0.875rem;
  }
}

body .fluentform .frm-fluent-form {
  --ff-label-color-on-dark: var(--wp--preset--color--white);
  --ff-input-bg: transparent;
  --ff-input-border: none;
  --ff-input-radius: 0;
  --ff-input-height: 2.3125rem;
  --ff-input-padding-x: 0;
  --ff-btn-secondary-border: 0.0625rem solid var(--wp--preset--color--white);
  --ff-btn-secondary-color: var(--wp--preset--color--white);
  --ff-main-font-family: aptos, sans-serif;
  color: var(--wp--preset--color--white);
}
body .fluentform .frm-fluent-form fieldset {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 0;
  padding: 0;
  border: none;
  min-inline-size: 100%;
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form fieldset {
    gap: 1rem;
  }
}
body .fluentform .frm-fluent-form .ff-el-form-check a {
  text-decoration: underline;
}
body .fluentform .frm-fluent-form .ff-el-group:not(.ff-custom_html) {
  margin: 0;
}
body .fluentform .frm-fluent-form .ff-el-input--label {
  display: none;
}
body .fluentform .frm-fluent-form .ff-el-form-control {
  min-height: 2.3125rem;
  padding: 0 0 0.9375rem;
  border: none;
  border-bottom: 0.0625rem solid var(--wp--preset--color--white);
  border-radius: 0;
  color: var(--wp--preset--color--white);
  background-color: transparent;
  background-image: none;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
body .fluentform .frm-fluent-form .ff-el-form-control {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body .fluentform .frm-fluent-form .ff-el-form-control {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .fluentform .frm-fluent-form .ff-el-form-control {
    font-size: 0.875rem;
  }
}
body .fluentform .frm-fluent-form .ff-el-form-control::placeholder {
  color: var(--wp--preset--color--white);
  opacity: 1;
}
body .fluentform .frm-fluent-form .ff-el-form-control:focus {
  outline: none;
  border-bottom-color: var(--wp--preset--color--cyan-blue);
  background-color: transparent;
  color: var(--wp--preset--color--white);
}
body .fluentform .frm-fluent-form textarea.ff-el-form-control {
  border-radius: 0;
}
body .fluentform .frm-fluent-form select.ff-el-form-control {
  padding-right: 1.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
}
body .fluentform .frm-fluent-form select.ff-el-form-control:focus option {
  color: var(--wp--preset--color--black);
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form select.ff-el-form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23071325' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-position: right 4px;
    background-size: 15px 15px;
  }
}
body .fluentform .frm-fluent-form textarea.ff-el-form-control {
  min-height: 8.5625rem;
  padding-bottom: 6.25rem;
  resize: vertical;
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form textarea.ff-el-form-control {
    padding-bottom: 0;
  }
}
body .fluentform .frm-fluent-form .ff-t-container.ff-column-container {
  gap: 1.25rem;
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form .ff-t-container.ff-column-container {
    flex-direction: column;
    gap: 1rem;
  }
}
body .fluentform .frm-fluent-form .ff-t-cell {
  min-width: 0;
}
body .fluentform .frm-fluent-form .ff-t-cell:has(.ff_upload_btn) .ff-custom_html p {
  margin-top: 0.25rem;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.5;
}
body .fluentform .frm-fluent-form .ff-t-cell:has(.ff_upload_btn) .ff-custom_html p {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  body .fluentform .frm-fluent-form .ff-t-cell:has(.ff_upload_btn) .ff-custom_html p {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .fluentform .frm-fluent-form .ff-t-cell:has(.ff_upload_btn) .ff-custom_html p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form .ff-t-cell:not(:first-child) {
    margin-top: 0.9375rem;
  }
}
body .fluentform .frm-fluent-form .ff_upload_btn {
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0;
  transition: gap 0.3s;
}
body .fluentform .frm-fluent-form .ff_upload_btn {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body .fluentform .frm-fluent-form .ff_upload_btn {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .fluentform .frm-fluent-form .ff_upload_btn {
    font-size: 0.875rem;
  }
}
body .fluentform .frm-fluent-form .ff_upload_btn::before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 9.73436C0.906248 9.73436 0.612082 9.61207 0.367499 9.36749C0.122916 9.12291 0.000416666 8.82853 0 8.48437V7.23437C0 7.05729 0.0599999 6.90895 0.18 6.78937C0.299999 6.66979 0.448332 6.60979 0.624999 6.60937C0.801665 6.60895 0.950206 6.66895 1.07062 6.78937C1.19104 6.90979 1.25083 7.05812 1.25 7.23437V8.48437H8.74998V7.23437C8.74998 7.05729 8.80998 6.90895 8.92998 6.78937C9.04998 6.66979 9.19831 6.60979 9.37498 6.60937C9.55165 6.60895 9.70019 6.66895 9.8206 6.78937C9.94102 6.90979 10.0008 7.05812 9.99998 7.23437V8.48437C9.99998 8.82812 9.87769 9.12249 9.6331 9.36749C9.38852 9.61249 9.09415 9.73478 8.74998 9.73436H1.25ZM4.37499 2.14063L3.20312 3.3125C3.07812 3.4375 2.92979 3.4975 2.75812 3.4925C2.58645 3.4875 2.43791 3.42229 2.31249 3.29688C2.19791 3.17188 2.13791 3.02604 2.1325 2.85938C2.12708 2.69271 2.18708 2.54688 2.31249 2.42188L4.56249 0.171884C4.62499 0.109384 4.6927 0.0652176 4.76561 0.0393844C4.83853 0.0135511 4.91666 0.000426281 4.99999 9.61548e-06C5.08332 -0.00040705 5.16145 0.0127177 5.23436 0.0393844C5.30728 0.066051 5.37499 0.110217 5.43749 0.171884L7.68748 2.42188C7.81248 2.54688 7.87248 2.69271 7.86748 2.85938C7.86248 3.02604 7.80248 3.17188 7.68748 3.29688C7.56248 3.42188 7.41415 3.48708 7.24248 3.4925C7.07082 3.49792 6.92228 3.43792 6.79686 3.3125L5.62499 2.14063V6.60937C5.62499 6.78645 5.56499 6.93499 5.44499 7.05499C5.32499 7.17499 5.17666 7.23479 4.99999 7.23437C4.82332 7.23395 4.67499 7.17395 4.55499 7.05437C4.43499 6.93479 4.37499 6.78645 4.37499 6.60937V2.14063Z' fill='%23071325'/%3E%3C/svg%3E");
  display: grid;
  place-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50% 50%;
  background-color: var(--wp--preset--color--cyan-blue);
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  body .fluentform .frm-fluent-form .ff_upload_btn:hover {
    background-color: transparent;
    gap: 0.875rem;
  }
  body .fluentform .frm-fluent-form .ff_upload_btn:hover::before {
    background-color: var(--wp--preset--color--white);
  }
}
body .fluentform .frm-fluent-form .ff-uploaded-list {
  border-bottom: 1px solid var(--wp--preset--color--white);
}
body .fluentform .frm-fluent-form .ff-el-group.ff_list_buttons {
  margin-top: auto;
}
body .fluentform .frm-fluent-form .ff_submit_btn_wrapper,
body .fluentform .frm-fluent-form .step-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
}
body .fluentform .frm-fluent-form .ff-el-group:has(.ff_tc_checkbox),
body .fluentform .frm-fluent-form .ff-el-group:has(.ff-el-form-check-input) {
  flex: 1 1 auto;
  max-width: 27.6875rem;
  margin: 0;
}
body .fluentform .frm-fluent-form .ff-el-tc label.ff_tc_label > span {
  padding-top: 0 !important;
}
body .fluentform .frm-fluent-form .ff_tc_checkbox + .ff_t_c {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form .ff_tc_checkbox + .ff_t_c {
    margin-top: 0;
  }
}
body .fluentform .frm-fluent-form .ff_t_c {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
body .fluentform .frm-fluent-form .ff_t_c {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body .fluentform .frm-fluent-form .ff_t_c {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .fluentform .frm-fluent-form .ff_t_c {
    font-size: 0.875rem;
  }
}
body .fluentform .frm-fluent-form .ff_t_c a {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
body .fluentform .frm-fluent-form .ff_t_c a {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body .fluentform .frm-fluent-form .ff_t_c a {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .fluentform .frm-fluent-form .ff_t_c a {
    font-size: 0.875rem;
  }
}
body .fluentform .frm-fluent-form .ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin: 0;
}
body .fluentform .frm-fluent-form .ff-el-form-check-input,
body .fluentform .frm-fluent-form .ff_tc_checkbox {
  flex-shrink: 0;
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0;
  border: 0.0625rem solid var(--wp--preset--color--cyan-blue);
  border-radius: 0.125rem;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6875rem 0.5625rem;
  appearance: none;
  cursor: pointer;
}
body .fluentform .frm-fluent-form .ff-el-form-check-input:checked,
body .fluentform .frm-fluent-form .ff_tc_checkbox:checked {
  background-color: var(--wp--preset--color--cyan-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.8 8.01667L0 4.21667L0.95 3.26667L3.8 6.11667L9.91667 0L10.8667 0.95L3.8 8.01667Z' fill='white'/%3E%3C/svg%3E");
}
body .fluentform .frm-fluent-form .ff-el-form-check-input:focus-visible,
body .fluentform .frm-fluent-form .ff_tc_checkbox:focus-visible {
  outline: 0.125rem solid var(--wp--preset--color--cyan-blue);
  outline-offset: 0.125rem;
}
body .fluentform .frm-fluent-form .ff-el-form-check-label,
body .fluentform .frm-fluent-form .ff_tc_label {
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
body .fluentform .frm-fluent-form .ff-el-form-check-label,
body .fluentform .frm-fluent-form .ff_tc_label {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  body .fluentform .frm-fluent-form .ff-el-form-check-label,
  body .fluentform .frm-fluent-form .ff_tc_label {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  body .fluentform .frm-fluent-form .ff-el-form-check-label,
  body .fluentform .frm-fluent-form .ff_tc_label {
    font-size: 0.875rem;
  }
}
body .fluentform .frm-fluent-form .ff_submit_btn_wrapper_custom {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 0;
}
@media screen and (max-width: 991px) {
  body .fluentform .frm-fluent-form .ff_submit_btn_wrapper_custom {
    padding-top: 0.5rem;
  }
}

@media screen and (max-width: 991px) {
  body .s-hero-contact__form .fluentform .frm-fluent-form select.ff-el-form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.ff-message-success {
  border: 0;
  padding: 0;
  margin: 0 0 0.5rem 0;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.ff-message-success {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .ff-message-success {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .ff-message-success {
    font-size: 0.875rem;
  }
}

.ff-custom_html h2 {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
.ff-custom_html h2 {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .ff-custom_html h2 {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .ff-custom_html h2 {
    font-size: 2.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .ff-custom_html h2 {
    font-size: 1.5rem;
  }
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.archive-pagination-container {
  display: flex;
  justify-content: flex-end;
}

.archive-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.archive-page-btn {
  font-family: "aptos", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid var(--wp--preset--color--beige);
  border-radius: 0.25rem;
  color: inherit;
  text-decoration: none;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.2;
}
.archive-page-btn {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .archive-page-btn {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .archive-page-btn {
    font-size: 0.875rem;
  }
}
.archive-page-btn.is-prev, .archive-page-btn.is-next {
  background-color: var(--wp--preset--color--beige);
}
.archive-page-btn.is-current {
  border-color: var(--wp--preset--color--midnight-blue);
  background-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
  pointer-events: none;
}
.archive-page-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .archive-page-btn {
    transition: background-color 0.3s, color 0.3s;
  }
  .archive-page-btn:hover {
    background-color: var(--wp--preset--color--beige);
  }
}

.archive-page-btn--dots {
  border: 0;
  min-width: auto;
  padding: 0 0.25rem;
}

.c-post-card {
  position: relative;
  display: flex;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid var(--wp--preset--color--black);
}
.c-post-card__thumb-wrap {
  flex: 0 0 13.75rem;
  overflow: hidden;
}
.c-post-card__thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-post-card__content {
  padding: 1.875rem;
}
.c-post-card__metas {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .c-post-card__metas {
    align-items: start;
  }
}
.c-post-card__terms {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width: 991px) {
  .c-post-card__terms {
    flex-wrap: wrap;
  }
}
.c-post-card__term {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-family: "aptos", sans-serif;
  line-height: 1.5;
  background-color: var(--wp--preset--color--taupe);
  color: var(--wp--preset--color--white);
  border-radius: 4px;
  padding: 0.3125rem 0.625rem;
}
.c-post-card__term {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-post-card__term {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__term {
    font-size: 0.875rem;
  }
}
.c-post-card__date {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-weight: 300;
  line-height: 1;
  font-family: "aptos", sans-serif;
}
.c-post-card__date {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-post-card__date {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .c-post-card__date {
    flex-shrink: 0;
  }
}
.c-post-card__ttl {
  color: var(--wp--preset--color--black);
}
.c-post-card__ttl a {
  font-family: "aptos-display", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
.c-post-card__ttl a {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .c-post-card__ttl a {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__ttl a {
    font-size: 1rem;
  }
}
.c-post-card__ttl a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.c-post-card__link-label {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.3125rem;
  cursor: pointer;
  width: fit-content;
}
.c-post-card__link-label > svg {
  width: 7px;
  height: auto;
}
.c-post-card__link-label > span {
  font-family: "aptos-display", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.c-post-card__link-label > span {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-post-card__link-label > span {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__link-label > span {
    font-size: 0.875rem;
  }
}
.c-post-card--featured {
  flex-direction: column;
  height: 100%;
}
.c-post-card--featured .c-post-card__thumb-wrap {
  flex: 1 1 auto;
  position: relative;
  min-height: 18.75rem;
}
.c-post-card--featured .c-post-card__thumb {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}
.c-post-card--featured .c-post-card__metas {
  justify-content: flex-start;
}
.c-post-card--featured .c-post-card__ttl a {
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.c-post-card--featured .c-post-card__ttl a {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .c-post-card--featured .c-post-card__ttl a {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card--featured .c-post-card__ttl a {
    font-size: 2.3125rem;
  }
}
.c-post-card--featured .c-post-card__link-label {
  margin-top: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-post-card__thumb {
    transition: transform 0.3s;
  }
  .c-post-card:hover .c-post-card__thumb {
    transform: scale(1.06);
  }
  .c-post-card__link-label {
    overflow: hidden;
  }
  .c-post-card__link-label > span,
  .c-post-card__link-label > svg {
    transform: translateX(-12px);
    transition: transform 0.3s;
  }
  .c-post-card__link-label:hover > span,
  .c-post-card__link-label:hover > svg {
    transform: translateX(0);
  }
  .c-post-card:hover .c-post-card__link-label > span,
  .c-post-card:hover .c-post-card__link-label > svg {
    transform: translateX(0);
  }
}

.c-site-search__form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: visible;
}
.c-site-search__field {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--wp--preset--color--taupe);
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--white);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.c-site-search__field:focus-within {
  border-color: var(--wp--preset--color--black);
}
.c-site-search__icon {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--wp--preset--color--black);
  opacity: 0.45;
}
.c-site-search__icon svg {
  width: 0.625rem;
  height: 0.625rem;
}
.c-site-search__icon svg path {
  fill: currentColor;
}
.c-site-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--wp--preset--color--black);
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5;
  outline: none;
}
.c-site-search__input {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search__input {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search__input {
    font-size: 0.875rem;
  }
}
.c-site-search__input::placeholder {
  color: var(--wp--preset--color--taupe);
}
.c-site-search__submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--midnight-blue);
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.c-site-search__submit {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search__submit {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search__submit {
    font-size: 0.875rem;
  }
}
.c-site-search__submit svg path {
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .c-site-search__submit:hover {
    background-color: var(--wp--preset--color--black);
  }
}
@media (max-width: 480px) {
  .c-site-search__submit > span:first-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.c-site-search__live {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 120;
  margin: 0;
}

.l-site-header-search {
  color: var(--wp--preset--color--black);
}
.l-site-header-search .c-site-search__form {
  gap: 0.5rem;
  color: var(--wp--preset--color--black);
}
.l-site-header-search .c-site-search__field {
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.16);
}
.l-site-header-search .relevanssi-live-search-results {
  color: var(--wp--preset--color--black);
}
.l-site-header-search .relevanssi-live-search-results .relevanssi-live-search-result-status,
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__status {
  color: var(--wp--preset--color--taupe);
}
.l-site-header-search .relevanssi-live-search-results .relevanssi-live-search-result-status p,
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__status p {
  margin: 0;
  color: var(--wp--preset--color--taupe);
}
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__link,
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__title,
.l-site-header-search .relevanssi-live-search-results a.c-site-search-live__link {
  color: var(--wp--preset--color--black);
}
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__excerpt,
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__empty,
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__didyoumean,
.l-site-header-search .relevanssi-live-search-results .relevanssi-live-search-no-results,
.l-site-header-search .relevanssi-live-search-results .relevanssi-live-search-didyoumean {
  color: var(--wp--preset--color--taupe);
}
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__didyoumean a {
  color: var(--wp--preset--color--midnight-blue);
}
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__type {
  color: var(--wp--preset--color--white);
}
.l-site-header-search .relevanssi-live-search-results .c-site-search-live__arrow {
  color: var(--wp--preset--color--midnight-blue);
}

.s-search-results__hero,
.s-search-results__content,
.s-search-results__hero-center,
.s-search-results__form-wrap {
  overflow: visible;
}

.s-search-results__form-wrap {
  position: relative;
  z-index: 20;
  text-align: left;
}
.s-search-results__form-wrap .c-site-search__form--page {
  gap: 0.75rem;
  color: var(--wp--preset--color--black);
  text-align: left;
}
.s-search-results__form-wrap .c-site-search__live,
.s-search-results__form-wrap .relevanssi-live-search-results,
.s-search-results__form-wrap .c-site-search-live__link,
.s-search-results__form-wrap .c-site-search-live__title,
.s-search-results__form-wrap .c-site-search-live__excerpt,
.s-search-results__form-wrap .c-site-search-live__status,
.s-search-results__form-wrap .relevanssi-live-search-result-status {
  text-align: left;
}
.s-search-results__form-wrap .c-site-search-live__link {
  justify-items: start;
  text-align: left;
}
.s-search-results__form-wrap .c-site-search-live__type {
  justify-self: start;
}
.s-search-results__form-wrap .c-site-search-live__arrow {
  justify-self: end;
}
.s-search-results__form-wrap .c-site-search__field--page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  max-width: 36.375rem;
  min-height: 3.0625rem;
  margin: 0 auto;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--white);
  box-shadow: none;
  transition: box-shadow 0.15s ease;
}
.s-search-results__form-wrap .c-site-search__field--page:focus-within {
  box-shadow: 0 0 0 1px rgba(var(--wp--preset--color--black), 0.08);
}
.s-search-results__form-wrap .c-site-search__field--page .c-site-search__input {
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  font-family: "aptos", sans-serif;
}
.s-search-results__form-wrap .c-site-search__field--page .c-site-search__input {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-search-results__form-wrap .c-site-search__field--page .c-site-search__input {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-search-results__form-wrap .c-site-search__field--page .c-site-search__input {
    font-size: 0.875rem;
  }
}
.s-search-results__form-wrap .c-site-search__field--page .c-site-search__input::placeholder {
  color: var(--wp--preset--color--taupe);
}
.s-search-results__form-wrap .c-site-search__submit-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--black);
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.15s ease;
}
.s-search-results__form-wrap .c-site-search__submit-icon svg {
  width: 0.625rem;
  height: 0.625rem;
}
.s-search-results__form-wrap .c-site-search__submit-icon svg path {
  fill: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  .s-search-results__form-wrap .c-site-search__submit-icon:hover {
    opacity: 1;
  }
}
.s-search-results__form-wrap .c-site-search__live {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 120;
}
.s-search-results__form-wrap .relevanssi-live-search-results {
  color: var(--wp--preset--color--black);
}
.s-search-results__form-wrap .relevanssi-live-search-results .relevanssi-live-search-result-status,
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__status {
  color: var(--wp--preset--color--taupe);
}
.s-search-results__form-wrap .relevanssi-live-search-results .relevanssi-live-search-result-status p,
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__status p {
  margin: 0;
  color: var(--wp--preset--color--taupe);
}
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__link,
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__title,
.s-search-results__form-wrap .relevanssi-live-search-results a.c-site-search-live__link {
  color: var(--wp--preset--color--black);
}
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__excerpt,
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__empty,
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__didyoumean,
.s-search-results__form-wrap .relevanssi-live-search-results .relevanssi-live-search-no-results,
.s-search-results__form-wrap .relevanssi-live-search-results .relevanssi-live-search-didyoumean {
  color: var(--wp--preset--color--taupe);
}
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__didyoumean a {
  color: var(--wp--preset--color--midnight-blue);
}
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__type {
  color: var(--wp--preset--color--white);
}
.s-search-results__form-wrap .relevanssi-live-search-results .c-site-search-live__arrow {
  color: var(--wp--preset--color--midnight-blue);
}

.relevanssi-live-search-results,
.c-site-search__live > .relevanssi-live-search-results {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: 100% !important;
  max-height: min(50vh, 25rem);
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  box-shadow: 0 1.125rem 2.5rem rgba(0, 0, 0, 0.18);
  z-index: 1;
  box-sizing: border-box;
  color: var(--wp--preset--color--black);
}
.relevanssi-live-search-results .relevanssi-live-search-result-status,
.relevanssi-live-search-results .c-site-search-live__status,
.c-site-search__live > .relevanssi-live-search-results .relevanssi-live-search-result-status,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__status {
  color: var(--wp--preset--color--taupe);
}
.relevanssi-live-search-results .relevanssi-live-search-result-status p,
.relevanssi-live-search-results .c-site-search-live__status p,
.c-site-search__live > .relevanssi-live-search-results .relevanssi-live-search-result-status p,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__status p {
  margin: 0;
  color: var(--wp--preset--color--taupe);
}
.relevanssi-live-search-results .c-site-search-live__link,
.relevanssi-live-search-results .c-site-search-live__title,
.relevanssi-live-search-results a.c-site-search-live__link,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__link,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__title,
.c-site-search__live > .relevanssi-live-search-results a.c-site-search-live__link {
  color: var(--wp--preset--color--black);
}
.relevanssi-live-search-results .c-site-search-live__excerpt,
.relevanssi-live-search-results .c-site-search-live__empty,
.relevanssi-live-search-results .c-site-search-live__didyoumean,
.relevanssi-live-search-results .relevanssi-live-search-no-results,
.relevanssi-live-search-results .relevanssi-live-search-didyoumean,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__excerpt,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__empty,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__didyoumean,
.c-site-search__live > .relevanssi-live-search-results .relevanssi-live-search-no-results,
.c-site-search__live > .relevanssi-live-search-results .relevanssi-live-search-didyoumean {
  color: var(--wp--preset--color--taupe);
}
.relevanssi-live-search-results .c-site-search-live__didyoumean a,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__didyoumean a {
  color: var(--wp--preset--color--midnight-blue);
}
.relevanssi-live-search-results .c-site-search-live__type,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__type {
  color: var(--wp--preset--color--white);
}
.relevanssi-live-search-results .c-site-search-live__arrow,
.c-site-search__live > .relevanssi-live-search-results .c-site-search-live__arrow {
  color: var(--wp--preset--color--midnight-blue);
}

.relevanssi-live-search-results .ajax-results {
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(50vh, 22.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(9, 27, 43, 0.35) transparent;
}
.relevanssi-live-search-results .ajax-results::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
}
.relevanssi-live-search-results .ajax-results::-webkit-scrollbar-track {
  margin: 0.25rem 0;
  border-radius: 0.25rem;
  background-color: transparent;
}
.relevanssi-live-search-results .ajax-results::-webkit-scrollbar-thumb {
  border: 0.125rem solid transparent;
  border-radius: 0.25rem;
  background-color: rgba(88, 116, 137, 0.45);
  background-clip: padding-box;
  transition: background-color 0.15s ease;
}
.relevanssi-live-search-results .ajax-results::-webkit-scrollbar-thumb:hover {
  background-color: rgba(88, 116, 137, 0.7);
}

.relevanssi-live-search-result-status {
  flex-shrink: 0;
}

.c-site-search__live {
  pointer-events: none;
}
.c-site-search__live:not(:empty) {
  pointer-events: auto;
}

.c-site-search-live__status {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--wp--preset--color--beige);
  color: var(--wp--preset--color--taupe);
}
.c-site-search-live__status p {
  margin: 0;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5;
  color: var(--wp--preset--color--taupe);
}
.c-site-search-live__status p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search-live__status p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search-live__status p {
    font-size: 0.875rem;
  }
}
.c-site-search-live__item {
  border-bottom: 1px solid var(--wp--preset--color--beige);
}
.c-site-search-live__item:last-child {
  border-bottom: 0;
}
.c-site-search-live__link {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto auto;
  gap: 0.25rem 0.75rem;
  padding: 1rem 1rem;
  color: var(--wp--preset--color--black);
  text-align: left;
  justify-items: start;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-site-search-live__link:hover {
    background-color: var(--wp--preset--color--beige);
  }
}
.c-site-search-live__type {
  grid-column: 1;
  width: fit-content;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--taupe);
  color: var(--wp--preset--color--white);
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5;
}
.c-site-search-live__type {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search-live__type {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search-live__type {
    font-size: 0.875rem;
  }
}
.c-site-search-live__title {
  grid-column: 1;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.5;
  color: var(--wp--preset--color--black);
}
.c-site-search-live__title {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search-live__title {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search-live__title {
    font-size: 0.875rem;
  }
}
.c-site-search-live__excerpt {
  grid-column: 1;
  margin: 0;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.4;
  color: var(--wp--preset--color--taupe);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-site-search-live__excerpt {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search-live__excerpt {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search-live__excerpt {
    font-size: 0.875rem;
  }
}
.c-site-search-live__arrow {
  grid-column: 2;
  grid-row: 1/span 3;
  align-self: center;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1;
  color: var(--wp--preset--color--midnight-blue);
}
.c-site-search-live__arrow {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search-live__arrow {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search-live__arrow {
    font-size: 0.875rem;
  }
}
.c-site-search-live__empty, .c-site-search-live__didyoumean {
  margin: 0;
  padding: 1rem 1rem;
  font-family: "aptos", sans-serif;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
  line-height: 1.4;
  color: var(--wp--preset--color--taupe);
}
.c-site-search-live__empty, .c-site-search-live__didyoumean {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-site-search-live__empty, .c-site-search-live__didyoumean {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-site-search-live__empty, .c-site-search-live__didyoumean {
    font-size: 0.875rem;
  }
}
.c-site-search-live__didyoumean a {
  color: var(--wp--preset--color--midnight-blue);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.relevanssi-live-search-no-results {
  margin: 0;
}

.rlv-has-spinner {
  border-color: var(--wp--preset--color--midnight-blue) !important;
  border-right-color: transparent !important;
}
.rlv-has-spinner::after {
  background-color: var(--wp--preset--color--midnight-blue) !important;
}

.slider-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.slider-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 0;
  border-radius: 50% 50%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: relative;
  overflow: hidden;
}
.slider-nav__btn-icon {
  display: inline-grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50% 50%;
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
}
.slider-nav__btn-icon svg {
  width: 0.9375rem;
  height: auto;
}
.slider-nav__btn-icon:first-child path {
  fill: var(--wp--preset--color--white);
}
.slider-nav__btn-icon:last-child {
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background-color: var(--wp--preset--color--white);
}
.slider-nav__btn-icon:last-child svg path {
  fill: var(--wp--preset--color--black);
}
.slider-nav__btn[data-slider-prev] .slider-nav__btn-icon:last-child {
  transform: translateX(100%);
}
.slider-nav__btn.is-disabled, .slider-nav__btn:disabled {
  opacity: 0.45;
  cursor: default;
}
@media (hover: hover) and (pointer: fine) {
  .slider-nav__btn:not(.is-disabled):not(:disabled):hover .slider-nav__btn-icon:last-child {
    transform: translateX(0);
  }
  .slider-nav__btn:not(.is-disabled):not(:disabled):hover .slider-nav__btn-icon:first-child {
    transform: translateX(100%);
  }
  .slider-nav__btn[data-slider-prev]:not(.is-disabled):not(:disabled):hover .slider-nav__btn-icon:first-child {
    transform: translateX(-100%);
  }
}

:root {
  --header-bar-height: 4.8125rem;
  --header-bar-height-compact: 3.75rem;
  --topbar-height: 0px;
  --header-height: calc(var(--header-bar-height) + var(--topbar-height));
  --header-height-mobile: var(--header-height);
}

html:has(.l-site-header.has-topbar),
body.has-topbar {
  --topbar-height: 2.25rem;
}

@media screen and (max-width: 1024px) {
  html:has(.l-site-header.has-topbar),
  body.has-topbar {
    --topbar-height: 0px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --header-height: calc(var(--header-bar-height-compact) + var(--topbar-height));
    --header-height-mobile: var(--header-height);
  }
}