/* 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/apm5vnz.css");
.h1 {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
}
.h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .h1 {
    font-size: calc(36px + 12 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .h1 {
    font-size: 3rem;
  }
}

.h2 {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.h2 {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .h2 {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .h2 {
    font-size: 2.25rem;
  }
}

.h3 {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin: 0;
}
.h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .h3 {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .h3 {
    font-size: 1.75rem;
  }
}

.text-base {
  font-family: "halyard-display-variable", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
  margin: 0;
}
.text-base:not(:last-of-type) {
  margin: 0 0 16px 0;
}

.textFormat .wp-block-embed {
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
.textFormat .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.textFormat .wp-block-embed__wrapper blockquote {
  display: none;
}
.textFormat .wp-block-embed__wrapper:before {
  display: none;
}
.textFormat .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: visible !important;
}
.textFormat .alignleft {
  float: none !important;
}
.textFormat p,
.textFormat a,
.textFormat mark {
  margin-top: 1rem;
  color: var(--wp--preset--color--gray-dark) !important;
  background-color: transparent;
}
.textFormat p.has-vivid-cyan-blue-color, .textFormat p.has-text-color,
.textFormat a.has-vivid-cyan-blue-color,
.textFormat a.has-text-color,
.textFormat mark.has-vivid-cyan-blue-color,
.textFormat mark.has-text-color {
  color: var(--wp--preset--color--gray-dark) !important;
}
.textFormat .wp-block-quote {
  margin-top: 1.5rem;
  padding: 1.5rem 2rem 1.5rem;
  border-radius: 0.625rem;
  background-color: var(--wp--preset--color--primary);
  border-left: none;
}
.textFormat .wp-block-quote blockquote {
  padding: 0;
  margin-bottom: 0;
}
.textFormat .wp-block-quote p,
.textFormat .wp-block-quote a {
  margin-top: 0;
  font-weight: 700;
  color: var(--wp--preset--color--white) !important;
  line-height: 1.875rem;
}
.textFormat .wp-block-quote p,
.textFormat .wp-block-quote a {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .textFormat .wp-block-quote p,
  .textFormat .wp-block-quote a {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .textFormat .wp-block-quote p,
  .textFormat .wp-block-quote a {
    font-size: 1.5rem;
  }
}
.textFormat .wp-block-quote p br,
.textFormat .wp-block-quote a br {
  display: none;
}
.textFormat .wp-block-quote p + p {
  margin-top: 1.5rem;
}
.textFormat .wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  color: var(--wp--preset--color--white);
}
.textFormat p + ul,
.textFormat h2 + p,
.textFormat h3 + p,
.textFormat h4 + p,
.textFormat h5 + p {
  margin-top: 1.25rem;
}
.textFormat b,
.textFormat strong {
  font-weight: 700;
}
.textFormat i,
.textFormat em {
  font-style: italic;
}
.textFormat p > a:not(.btn),
.textFormat li > a:not(.btn) {
  text-decoration: underline;
  color: var(--wp--preset--color--gray-dark);
}
.textFormat a:not(.btn) {
  text-decoration: underline;
  color: var(--wp--preset--color--gray-dark);
}
.textFormat ul {
  margin-top: 1.875rem;
  list-style: disc;
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.textFormat ul li {
  padding-left: 0;
}
.textFormat ul li a {
  font-size: 16px;
}
.textFormat ul li:last-child {
  margin-bottom: 0;
}
.textFormat img,
.textFormat .wp-block-image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.textFormat *:first-child {
  margin-top: 0;
}

.padding-horizontal, .l-container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .padding-horizontal, .l-container {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-horizontal, .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.padding-right-full {
  padding-right: 1.875rem;
}
@media screen and (max-width: 991px) {
  .padding-right-full {
    padding-right: 1.25rem;
  }
}

.padding-left-full {
  padding-left: 1.875rem;
}
@media screen and (max-width: 991px) {
  .padding-left-full {
    padding-left: 1.25rem;
  }
}

.padding-right,
.padding-right-large {
  padding-right: calc((100vw - 86.25rem) / 2);
}
@media screen and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-right,
  .padding-right-large {
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-right,
  .padding-right-large {
    padding-right: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) {
  .padding-right,
  .padding-right-large {
    padding-right: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: ) {
  .padding-right,
  .padding-right-large {
    padding-right: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: ) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-right,
  .padding-right-large {
    padding-right: 1.875rem;
  }
}

.padding-left,
.padding-left-large {
  padding-left: calc((100vw - 86.25rem) / 2);
}
@media screen and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-left,
  .padding-left-large {
    padding-left: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-left,
  .padding-left-large {
    padding-left: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) {
  .padding-left,
  .padding-left-large {
    padding-left: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: ) {
  .padding-left,
  .padding-left-large {
    padding-left: calc((100vw - 86.25rem) / 2);
  }
}
@media screen and (min-width: ) and (max-width: calc(86.25rem + 1.875rem * 2)) {
  .padding-left,
  .padding-left-large {
    padding-left: 1.875rem;
  }
}

.padding-right-small {
  padding-right: calc((100vw - 60rem) / 2);
}
@media screen and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-right-small {
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-right-small {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-right-small {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) {
  .padding-right-small {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: ) {
  .padding-right-small {
    padding-right: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: ) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-right-small {
    padding-right: 1.875rem;
  }
}

.padding-left-small {
  padding-left: calc((100vw - 60rem) / 2);
}
@media screen and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}
@media screen and (max-width: 1280px) {
  .padding-left-small {
    padding-left: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 768px) {
  .padding-left-small {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) {
  .padding-left-small {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: calc(1920px - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) {
  .padding-left-small {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: 1920px) and (max-width: calc( - 1px)) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: ) {
  .padding-left-small {
    padding-left: calc((100vw - 60rem) / 2);
  }
}
@media screen and (min-width: ) and (max-width: calc(60rem + 1.875rem * 2)) {
  .padding-left-small {
    padding-left: 1.875rem;
  }
}

/* CONTAINER LARGEUR */
.l-container {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
}
.l-container-sm {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: calc(60rem + 1.875rem * 2);
}
@media screen and (max-width: 1280px) {
  .l-container-sm {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-container-md {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: calc(71.25rem + 1.875rem * 2);
}
@media screen and (max-width: 1280px) {
  .l-container-md {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-md {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-container-lg {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: calc(86.25rem + 1.875rem * 2);
}
@media screen and (max-width: 1280px) {
  .l-container-lg {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-lg {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-container-full {
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-container-full {
    padding-left: calc(1.875rem / 2);
    padding-right: calc(1.875rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .l-container-full {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* CONTAINER HAUTEUR */
.section-top {
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  .section-top {
    padding-top: 2.5rem;
  }
}

.section .l-wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .section .l-wrapper {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper {
    padding-bottom: 2.5rem;
  }
}
.section .l-wrapper.spacing-top-sm {
  padding-top: 3.75rem;
}
.section .l-wrapper.spacing-bottom-sm {
  padding-bottom: 3.75rem;
}
.section .l-wrapper.spacing-top-md {
  padding-top: 5rem;
}
.section .l-wrapper.spacing-bottom-md {
  padding-bottom: 5rem;
}
.section .l-wrapper.spacing-top-lg {
  padding-top: 6.25rem;
}
.section .l-wrapper.spacing-bottom-lg {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-sm {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-bottom-mb-sm {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-md {
    padding-top: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-bottom-mb-md {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-lg {
    padding-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-bottom-mb-lg {
    padding-bottom: 3.75rem;
  }
}
@media screen and (min-width: 991px) {
  .section .l-wrapper.spacing-top-none {
    padding-top: 0;
  }
  .section .l-wrapper.spacing-bottom-none {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section .l-wrapper.spacing-top-mb-none {
    padding-top: 0;
  }
  .section .l-wrapper.spacing-bottom-mb-none {
    padding-bottom: 0;
  }
}

/* AFFICHAGE MOBILE */
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.no-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .no-mobile {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.stars-trio {
  position: absolute;
  width: 20%;
  height: 8.75rem;
  opacity: 0.3;
}
.stars-trio__star {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stars-trio__star svg {
  width: 100%;
}
.stars-trio__star svg path {
  fill: #fff;
}
.stars-trio__star--sm {
  width: 15%;
  height: auto;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
}
.stars-trio__star--md {
  width: 24%;
  top: 40%;
  left: 0;
}
.stars-trio__star--lg {
  width: 40%;
  bottom: -30%;
  right: 1%;
}

html {
  font-size: 16px !important;
  line-height: 1.5;
}

html,
body {
  font-family: "halyard-display-variable", sans-serif;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.text-base,
body,
p,
ul li,
ol li {
  font-family: "halyard-display-variable", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.l-container {
  margin-inline: auto;
  margin-block: 0;
}

.mad-site {
  font-size: 16px;
  color: #000;
  background: #fff;
}
.mad-site a:where(:not(.wp-element-button)) {
  color: inherit;
  text-decoration: none;
}
.mad-site :is(h1, h2, h3, h4, h5, h6) {
  color: inherit;
  font-family: inherit;
  margin: 0;
}
.mad-site p,
.mad-site ul li,
.mad-site ol li {
  margin-bottom: 0;
  color: inherit;
}
.mad-site .site-main {
  max-width: none;
}
.mad-site .site-main .l-wrapper {
  padding: 0;
  max-width: none;
}
.mad-site .site-main .l-container,
.mad-site .site-main .l-container-sm,
.mad-site .site-main .l-container-md,
.mad-site .site-main .l-container-lg {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.mad-site.is-projet .c-mad-footer, .mad-site.is-expertise-single .c-mad-footer {
  display: none;
}

.wp-site-blocks {
  padding: 0;
  overflow: visible;
}

.barba-container,
[data-barba=container] {
  overflow: visible;
}

.boxed {
  max-width: 1920px;
  margin-inline: auto;
}

#wpadminbar {
  top: auto !important;
  width: 90%;
  margin: auto;
  right: 0;
  bottom: 10px;
  display: block;
  position: fixed;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #wpadminbar {
    display: none;
  }
}
#wpadminbar .asenha-admin-notices-menu {
  display: none;
}
#wpadminbar .admin-bar-search {
  display: none;
}
#wpadminbar #wp-admin-bar-app-logo {
  pointer-events: none;
}

#wpadminbar .quicklinks > ul > li {
  position: relative;
}

#wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
  bottom: 32px;
}

.c-btn {
  font-weight: 700;
  display: inline-flex;
  padding: 0.8125rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 38px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  font-family: "halyard-display-variable", sans-serif;
  cursor: pointer;
}
.c-btn {
  font-size: 15px;
}
@media screen and (min-width: 569px) {
  .c-btn {
    font-size: calc(15px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn {
    font-size: 0.9375rem;
  }
}
.c-btn--primary {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--secondary {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--tertiary {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--white {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--white:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--black {
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
.c-btn--gray-light {
  background-color: var(--wp--preset--color--gray-light);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--gray-dark {
  background-color: var(--wp--preset--color--gray-dark);
  color: var(--wp--preset--color--white);
}
.c-btn--outline {
  background-color: transparent;
}
.c-btn--outline.c-btn--primary {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}
.c-btn--outline.c-btn--secondary {
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.c-btn--outline.c-btn--tertiary {
  border-color: var(--wp--preset--color--gray-dark);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--outline.c-btn--white {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
.c-btn--outline.c-btn--black {
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--black);
}
.c-btn--outline.c-btn--gray-light {
  border-color: var(--wp--preset--color--gray-light);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--outline.c-btn--gray-dark {
  border-color: var(--wp--preset--color--gray-dark);
  color: var(--wp--preset--color--gray-dark);
}
.c-btn--hover-primary:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--hover-secondary:hover {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--hover-tertiary:hover {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--hover-white:hover {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray-dark);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.c-btn--menu-secondary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--wp--preset--color--gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-secondary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-secondary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-secondary {
    font-size: 0.8125rem;
  }
}
.c-btn--menu-tertiary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-tertiary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-tertiary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-tertiary {
    font-size: 0.8125rem;
  }
}
.c-btn--menu-tertiary:hover {
  color: var(--wp--preset--color--white);
}
.c-btn--menu-primary {
  padding: 0.625rem 1.25rem;
  min-height: 44px;
  border-radius: 28px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--gray-dark);
  font-weight: 700;
  line-height: 1.5rem;
}
.c-btn--menu-primary {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-btn--menu-primary {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-btn--menu-primary {
    font-size: 0.8125rem;
  }
}
.c-btn--with-chevron::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill='black' d='M8.48753 1.24e-05C8.42183 -0.000297546 8.35674 0.012516 8.29607 0.0377016C8.23539 0.0628877 8.18036 0.0999384 8.13419 0.146679L4.48753 3.79335L0.840861 0.146679C0.746078 0.0583596 0.620714 0.0102768 0.491179 0.0125623C0.361645 0.0148478 0.238055 0.0673227 0.146447 0.158932C0.0548379 0.25054 0.00236338 0.37413 7.78982e-05 0.503664C-0.00220758 0.633199 0.0458744 0.758563 0.134194 0.853346L4.13419 4.85335C4.22794 4.94698 4.35503 4.99957 4.48753 4.99957C4.62003 4.99957 4.74711 4.94698 4.84086 4.85335L8.84086 0.853346C8.9345 0.759595 8.98709 0.632513 8.98709 0.500012C8.98709 0.367512 8.9345 0.24043 8.84086 0.146679C8.7947 0.0999384 8.73967 0.0628877 8.67899 0.0377016C8.61832 0.012516 8.55322 -0.000297546 8.48753 1.24e-05Z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5' fill='none'%3E%3Cpath fill='black' d='M8.48753 1.24e-05C8.42183 -0.000297546 8.35674 0.012516 8.29607 0.0377016C8.23539 0.0628877 8.18036 0.0999384 8.13419 0.146679L4.48753 3.79335L0.840861 0.146679C0.746078 0.0583596 0.620714 0.0102768 0.491179 0.0125623C0.361645 0.0148478 0.238055 0.0673227 0.146447 0.158932C0.0548379 0.25054 0.00236338 0.37413 7.78982e-05 0.503664C-0.00220758 0.633199 0.0458744 0.758563 0.134194 0.853346L4.13419 4.85335C4.22794 4.94698 4.35503 4.99957 4.48753 4.99957C4.62003 4.99957 4.74711 4.94698 4.84086 4.85335L8.84086 0.853346C8.9345 0.759595 8.98709 0.632513 8.98709 0.500012C8.98709 0.367512 8.9345 0.24043 8.84086 0.146679C8.7947 0.0999384 8.73967 0.0628877 8.67899 0.0377016C8.61832 0.012516 8.55322 -0.000297546 8.48753 1.24e-05Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  flex-shrink: 0;
}

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

.btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
}

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0 0 1rem;
  color: var(--wp--preset--color--gray-dark);
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.c-breadcrumb {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-breadcrumb {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-breadcrumb {
    font-size: 0.8125rem;
  }
}
.c-breadcrumb a,
.c-breadcrumb span span {
  color: inherit;
  text-decoration: none;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.c-breadcrumb a:hover,
.c-breadcrumb a:focus-visible {
  opacity: 1;
}
.c-breadcrumb span span a {
  opacity: 1;
}
.c-breadcrumb .breadcrumb_last,
.c-breadcrumb .breadcrumb_last span {
  opacity: 1;
}
.c-breadcrumb .c-breadcrumb__sep {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 0.5;
}
.c-breadcrumb .c-breadcrumb__sep::before {
  content: "|";
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}
.c-breadcrumb__sep {
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}

.c-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: var(--wp--preset--color--gray-light);
  color: var(--wp--preset--color--gray-dark);
}
.c-post-card__media {
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  aspect-ratio: 16/10;
}
.c-post-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-post-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.c-post-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.625rem;
  border-radius: 62.4375rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--gray-dark);
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.c-post-card__tag {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .c-post-card__tag {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__tag {
    font-size: 0.75rem;
  }
}
.c-post-card__date {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.75;
}
.c-post-card__date {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .c-post-card__date {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__date {
    font-size: 0.75rem;
  }
}
.c-post-card__title {
  margin: 0 0 0.5rem;
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.c-post-card__title {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .c-post-card__title {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__title {
    font-size: 0.875rem;
  }
}
.c-post-card__title-link {
  color: inherit;
  text-decoration: none;
}
.c-post-card__title-link:hover, .c-post-card__title-link:focus-visible {
  color: var(--wp--preset--color--primary);
}
.c-post-card__excerpt {
  margin: 0;
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.c-post-card__excerpt {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .c-post-card__excerpt {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .c-post-card__excerpt {
    font-size: 0.8125rem;
  }
}

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

.archive-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  min-height: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--primary);
  font-family: "halyard-display-variable", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  opacity: 0.3;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
.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-current {
  opacity: 1;
  pointer-events: none;
}
.archive-page-btn.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.archive-page-btn.is-prev, .archive-page-btn.is-next {
  display: none;
}
.archive-page-btn--dots {
  opacity: 0.3;
  pointer-events: none;
}
.archive-page-btn:hover, .archive-page-btn:focus-visible {
  opacity: 1;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.section.has-primary-background-color {
  --section-bg-rest: var(--wp--preset--color--primary);
}
.section.has-secondary-background-color {
  --section-bg-rest: var(--wp--preset--color--secondary);
}
.section.has-tertiary-background-color {
  --section-bg-rest: var(--wp--preset--color--tertiary);
}
.section.has-white-background-color {
  --section-bg-rest: var(--wp--preset--color--white);
}
.section.has-black-background-color {
  --section-bg-rest: var(--wp--preset--color--black);
}
.section.has-gray-light-background-color {
  --section-bg-rest: var(--wp--preset--color--gray-light);
}
.section.has-gray-dark-background-color {
  --section-bg-rest: var(--wp--preset--color--gray-dark);
}
.section.has-primary-background-color, .section.has-secondary-background-color, .section.has-tertiary-background-color, .section.has-white-background-color, .section.has-black-background-color, .section.has-gray-light-background-color, .section.has-gray-dark-background-color {
  background-color: var(--section-bg, var(--section-bg-rest)) !important;
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.mad-inner-blocks-stack .wp-block-heading,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading,
.editor-styles-wrapper .wp-block-heading {
  margin: 0;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
  color: var(--wp--preset--color--primary) !important;
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h1-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h2-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h1-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h2-font-size {
    font-size: 2.25rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  font-size: 1.75rem !important;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h3-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h3-font-size {
    font-size: 1.75rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.875rem !important;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size, .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h4-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h5-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h4-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h5-font-size {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  font-size: 0.8125rem !important;
}
.mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
.editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading.has-heading-h6-font-size,
  .editor-styles-wrapper .wp-block-heading.has-heading-h6-font-size {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  color: var(--wp--preset--color--primary);
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h1, h2):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 2.25rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h3):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 1.75rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h4):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h5):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
.editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]),
  .editor-styles-wrapper .wp-block-heading:is(h6):not([class*=has-heading-h]):not([class*=-font-size]) {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack p,
.mad-inner-blocks-stack .wp-block-paragraph,
.editor-styles-wrapper .mad-inner-blocks-stack p,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph,
.editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-paragraph {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack p,
.mad-inner-blocks-stack .wp-block-paragraph,
.editor-styles-wrapper .mad-inner-blocks-stack p,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph,
.editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-paragraph {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack p,
  .mad-inner-blocks-stack .wp-block-paragraph,
  .editor-styles-wrapper .mad-inner-blocks-stack p,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph,
  .editor-styles-wrapper p,
  .editor-styles-wrapper .wp-block-paragraph {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack p,
  .mad-inner-blocks-stack .wp-block-paragraph,
  .editor-styles-wrapper .mad-inner-blocks-stack p,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph,
  .editor-styles-wrapper p,
  .editor-styles-wrapper .wp-block-paragraph {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.mad-inner-blocks-stack .has-ui-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .has-ui-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.mad-inner-blocks-stack .has-ui-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
.editor-styles-wrapper .has-ui-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .mad-inner-blocks-stack .has-ui-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .has-ui-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .mad-inner-blocks-stack .has-ui-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-ui-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-ui-font-size,
  .editor-styles-wrapper .has-ui-font-size {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.mad-inner-blocks-stack .has-small-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.mad-inner-blocks-stack .has-small-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .mad-inner-blocks-stack .has-small-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .has-small-font-size {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .mad-inner-blocks-stack .has-small-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-small-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-small-font-size,
  .editor-styles-wrapper .has-small-font-size {
    font-size: 0.8125rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.mad-inner-blocks-stack .has-base-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .has-base-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.mad-inner-blocks-stack .has-base-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
.editor-styles-wrapper .has-base-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .mad-inner-blocks-stack .has-base-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .has-base-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .mad-inner-blocks-stack .has-base-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-base-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-base-font-size,
  .editor-styles-wrapper .has-base-font-size {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.mad-inner-blocks-stack .has-medium-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.mad-inner-blocks-stack .has-medium-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .mad-inner-blocks-stack .has-medium-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .has-medium-font-size {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .mad-inner-blocks-stack .has-medium-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-medium-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-medium-font-size,
  .editor-styles-wrapper .has-medium-font-size {
    font-size: 0.875rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.mad-inner-blocks-stack .has-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.mad-inner-blocks-stack .has-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .mad-inner-blocks-stack .has-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .has-large-font-size {
    font-size: calc(24px + 4 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .mad-inner-blocks-stack .has-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-large-font-size,
  .editor-styles-wrapper .has-large-font-size {
    font-size: 1.75rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.mad-inner-blocks-stack .has-x-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .has-x-large-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.mad-inner-blocks-stack .has-x-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
.editor-styles-wrapper .has-x-large-font-size {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .mad-inner-blocks-stack .has-x-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .has-x-large-font-size {
    font-size: calc(28px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .mad-inner-blocks-stack .has-x-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-x-large-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-x-large-font-size,
  .editor-styles-wrapper .has-x-large-font-size {
    font-size: 2.25rem;
  }
}
.mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.mad-inner-blocks-stack .has-display-xl-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .has-display-xl-font-size {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 0.96;
  font-weight: 500;
}
.mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.mad-inner-blocks-stack .has-display-xl-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size,
.editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
.editor-styles-wrapper .has-display-xl-font-size {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .mad-inner-blocks-stack .has-display-xl-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .has-display-xl-font-size {
    font-size: calc(32px + 18 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .mad-inner-blocks-stack .has-display-xl-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .mad-inner-blocks-stack .has-display-xl-font-size,
  .editor-styles-wrapper .wp-block-paragraph.has-display-xl-font-size,
  .editor-styles-wrapper .has-display-xl-font-size {
    font-size: 3.125rem;
  }
}

.frm-fluent-form .ff-el-input--label label {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 0;
  color: var(--wp--preset--color--gray-dark);
}
.frm-fluent-form .ff-el-input--label label {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-input--label label {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-input--label label {
    font-size: 0.75rem;
  }
}
.frm-fluent-form .ff-el-form-control {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.6875rem 0.625rem 0.5625rem 0.625rem;
  border-radius: 10px;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--gray-light);
}
.frm-fluent-form .ff-el-form-control {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-form-control {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-form-control {
    font-size: 0.75rem;
  }
}
.frm-fluent-form .ff-el-form-control::placeholder {
  opacity: 0.5;
}
.frm-fluent-form .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
  color: inherit;
  margin: 0;
}
.frm-fluent-form .ff-el-form-check-label,
.frm-fluent-form .ff_tc_label {
  align-items: flex-start !important;
  gap: 0.5rem;
  cursor: pointer;
}
.frm-fluent-form .ff-el-tc label.ff_tc_label > span {
  padding-top: 1px !important;
}
.frm-fluent-form .ff-el-tc .ff_tc_checkbox {
  flex-shrink: 0;
  line-height: 0;
}
.frm-fluent-form .ff-el-tc .ff-el-form-check-input {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0.125rem 0 0;
  padding: 0;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 0.125rem;
  background-color: var(--wp--preset--color--white);
  cursor: pointer;
  accent-color: unset;
}
.frm-fluent-form .ff-el-tc .ff-el-form-check-input:checked {
  background-color: var(--wp--preset--color--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1 4.5L3.5 7L9 1.5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem 0.5rem;
}
.frm-fluent-form .ff-el-tc .ff-el-form-check-input:focus-visible {
  outline: 0.125rem solid color-mix(in srgb, var(--wp--preset--color--primary) 35%, transparent);
  outline-offset: 0.125rem;
}
.frm-fluent-form .ff-el-tc .ff_t_c {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: var(--wp--preset--color--gray-dark);
}
.frm-fluent-form .ff-el-tc .ff_t_c {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-tc .ff_t_c {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-tc .ff_t_c {
    font-size: 0.625rem;
  }
}
.frm-fluent-form .ff-el-tc .ff_t_c p {
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: inherit;
}
.frm-fluent-form .ff-el-tc .ff_t_c p {
  font-size: 10px;
}
@media screen and (min-width: 569px) {
  .frm-fluent-form .ff-el-tc .ff_t_c p {
    font-size: calc(10px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .frm-fluent-form .ff-el-tc .ff_t_c p {
    font-size: 0.625rem;
  }
}
.frm-fluent-form .ff-el-tc .ff_t_c a {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.frm-fluent-form .ff-el-tc .ff_t_c a:hover {
  color: var(--wp--preset--color--primary);
}
.frm-fluent-form .ff_submit_btn_wrapper {
  margin-top: 1rem;
}
.frm-fluent-form .ff_submit_btn_wrapper .c-btn.ff-btn-submit {
  width: auto;
  min-width: 0;
  min-height: 0;
  text-transform: none;
  opacity: 1;
}
.frm-fluent-form .ff_submit_btn_wrapper .c-btn.ff-btn-submit:hover {
  opacity: 1;
}

.ff-message-success {
  box-shadow: none;
  font-family: "halyard-display-variable", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
  border: 0;
}
.ff-message-success {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .ff-message-success {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .ff-message-success {
    font-size: 0.8125rem;
  }
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.font-thin {
  font-weight: 100;
  font-variation-settings: "wght" 100;
}

.font-extralight {
  font-weight: 200;
  font-variation-settings: "wght" 200;
}

.font-light {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.font-normal {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.font-medium {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.font-semibold {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.font-bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.textreveal > div,
.textreveal > span,
.textreveal {
  overflow: hidden;
}

.card:not(.card--no-scale) {
  --scale: 2;
}

.card-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transform: scale(var(--scale, 1));
  transition: inherit;
  filter: brightness(60%);
  pointer-events: none;
}

.headroom-wrapper {
  z-index: 250 !important;
}

.headroom {
  top: 0;
  left: 0;
  right: 0;
  padding-top: 2rem;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 639px) {
  .headroom {
    padding-top: 1rem;
  }
}

.headroom--unfixed {
  position: fixed;
  transform: translateY(0%);
}

.headroom--unpinned {
  position: fixed;
  transform: translateY(-100%);
  --color: var(--wp--preset--color--black);
}

.menu-open .headroom,
.headroom--pinned {
  position: fixed;
  transform: translateY(0%);
  --color: var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  padding: 1.5rem 0;
}
@media screen and (max-width: 639px) {
  .menu-open .headroom,
  .headroom--pinned {
    padding: 1rem 0;
  }
}

.menu-open .headroom {
  background-color: transparent;
  padding: 2rem 0;
}
@media screen and (max-width: 639px) {
  .menu-open .headroom {
    padding: 1rem 0;
  }
}

.e-accent {
  --sx: 0.4;
  display: inline;
  position: relative;
}
.e-accent::after {
  content: "";
  position: absolute;
  bottom: 28vw;
  background: url("../static/logo/accent.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  width: auto;
  aspect-ratio: 81/64;
  height: 4.6vw;
  transform: scaleX(var(--sx));
}
@media screen and (min-width: 1920px) {
  .e-accent::after {
    bottom: 536px;
    height: 88px;
  }
}

.underline-effect {
  position: relative;
}
.underline-effect::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0%);
  background-color: var(--wp--preset--color--black);
  transition: transform ease 0.4s;
}
.underline-effect:hover::after {
  transform: scaleX(1);
}

.arrowHoverColor {
  --arrow-color: var(--wp--preset--color--black);
}
.arrowHoverColor:hover {
  --arrow-color: var(--wp--preset--color--white);
}

.vts {
  text-shadow: 0 0 20px var(--wp--preset--color--dark);
}

.c-mad-btn {
  --btn-fg: var(--wp--preset--color--black);
  --btn-bg: var(--wp--preset--color--black);
  --btn-hover: var(--wp--preset--color--white);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  height: 2.3rem;
  padding-left: 0.75rem;
  color: var(--btn-fg);
  font-size: 1.25rem;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1039px) {
  .c-mad-btn {
    font-size: 1rem;
    height: 1.5rem;
  }
}
.c-mad-btn:hover {
  gap: 0;
  padding-left: 1.25rem;
  color: var(--btn-hover);
}
.c-mad-btn--white {
  --btn-fg: var(--wp--preset--color--white);
  --btn-bg: var(--wp--preset--color--white);
  --btn-hover: var(--wp--preset--color--black);
}
.c-mad-btn__label {
  position: relative;
  z-index: 2;
}
.c-mad-btn__arrows {
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1039px) {
  .c-mad-btn__arrows {
    width: 2.5rem;
    transform: scale(0.75);
  }
}
.c-mad-btn__clone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.c-mad-btn__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 100%;
  border-radius: 999px;
  background: var(--btn-bg);
  transition: width 0.4s ease;
}
@media screen and (max-width: 1039px) {
  .c-mad-btn__bg {
    width: 2.5rem;
  }
}
.c-mad-btn:hover .c-mad-btn__bg {
  width: 100%;
}

.c-mad-bigcta {
  position: relative;
  display: inline-block;
  line-height: 1.25;
  text-decoration: none;
  color: inherit;
  transition: font-variation-settings 0.3s ease, font-weight 0.3s ease;
  font-size: 8vw;
  line-height: 1.25;
  font-weight: 200;
  font-variation-settings: "wght" 200;
}
@media screen and (min-width: 1920px) {
  .c-mad-bigcta {
    font-size: 150px;
  }
}
@media screen and (max-width: 1039px) {
  .c-mad-bigcta {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media screen and (max-width: 639px) {
  .c-mad-bigcta {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.c-mad-bigcta:hover {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.c-mad-bigcta--alt {
  --arrow-color: var(--wp--preset--color--black);
}
.c-mad-bigcta--alt:hover {
  --arrow-color: var(--wp--preset--color--white);
}
.c-mad-bigcta__arrow {
  pointer-events: none;
  width: 3.5rem;
  height: 2rem;
  background: var(--wp--preset--color--black);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 639px) {
  .c-mad-bigcta__arrow {
    display: none;
  }
}
.c-mad-bigcta--alt .c-mad-bigcta__arrow {
  background: transparent;
  border: 1px solid var(--wp--preset--color--black);
  opacity: 1;
}
@media screen and (max-width: 1039px) {
  .c-mad-bigcta--alt .c-mad-bigcta__arrow {
    transform: scale(0.5);
    transform-origin: top right;
  }
}
.c-mad-bigcta--alt:hover .c-mad-bigcta__arrow {
  background: var(--wp--preset--color--black);
}
.c-mad-bigcta__clone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.c-mad-bigcta__label-wrap {
  overflow: hidden;
}

.c-mad-shift {
  overflow: hidden;
  display: block;
}
.c-mad-shift__inner {
  position: relative;
  display: block;
  transition: transform 0.4s ease;
}
.c-mad-shift__inner::after {
  content: var(--after-content);
  position: absolute;
  top: 100%;
  left: 0;
}
.c-mad-shift:hover .c-mad-shift__inner, .group:hover .c-mad-shift__inner {
  transform: translateY(-100%);
}

.c-mad-cookie {
  position: fixed;
  z-index: 180;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--wp--preset--color--white);
  padding: 0.875rem 2rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .c-mad-cookie {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 1rem;
    gap: 0.5rem;
  }
}
.c-mad-cookie.is-hidden {
  display: none;
}
.c-mad-cookie__actions {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  margin-left: auto;
}
.c-mad-cookie__decline {
  opacity: 0.5;
  background: none;
  border: 0;
  cursor: pointer;
}
.c-mad-cookie__decline:hover {
  opacity: 1;
}
.c-mad-cookie__accept {
  background: none;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}

.c-mad-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 200%;
  background: var(--wp--preset--color--white);
  z-index: 1000;
  pointer-events: none;
}

.barba-container {
  min-height: 50vh;
}

.card.z20 {
  z-index: 20;
  position: relative;
}

.c-mad-flip-flying {
  border-radius: 0;
}

.s-video-text {
  overflow: visible !important;
}

.c-mad-card {
  --scale: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  min-height: calc(100vh - 169px);
  color: #fff;
  text-decoration: none;
  transform-origin: top;
}
@media screen and (max-width: 639px) {
  .c-mad-card {
    min-height: calc(120vw - 32px);
  }
}
.c-mad-card.is-single {
  min-height: 100vh;
  height: 100vh;
  border-radius: 0;
}
.c-mad-card.is-next {
  min-height: 0;
  border-radius: 0;
}
.c-mad-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(var(--scale));
  pointer-events: none;
}
.c-mad-card__title-wrap {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.c-mad-card__title,
.c-mad-card h1.c-mad-card__title,
.c-mad-card h2.c-mad-card__title {
  margin: 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: "halyard-display-variable", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
@media screen and (max-width: 1039px) {
  .c-mad-card__title,
  .c-mad-card h1.c-mad-card__title,
  .c-mad-card h2.c-mad-card__title {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media screen and (max-width: 639px) {
  .c-mad-card__title,
  .c-mad-card h1.c-mad-card__title,
  .c-mad-card h2.c-mad-card__title {
    font-size: 1.875rem;
    line-height: 2;
  }
}
.c-mad-card__meta {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: auto;
}
.c-mad-card__meta.is-home {
  pointer-events: none;
}
.c-mad-card__sep {
  border: 0;
  border-top: 1px solid #fff;
  margin: 0;
  transform-origin: center;
}
.c-mad-card__sep.is-collapsed {
  transform: scaleX(0);
}
.c-mad-card__pad {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  padding: 1rem;
  display: flex;
  gap: 3rem;
  color: var(--wp--preset--color--white);
}
@media screen and (max-width: 639px) {
  .c-mad-card__pad {
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 3rem;
  }
}
.c-mad-card__pad.is-home {
  padding-bottom: 5rem;
}
@media screen and (max-width: 639px) {
  .c-mad-card__pad.is-home {
    padding-bottom: 1rem;
  }
}
.c-mad-card__cats {
  width: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
@media screen and (max-width: 639px) {
  .c-mad-card__cats {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    font-size: 0.75rem;
  }
}
.c-mad-card__cats p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
}
.c-mad-card__type {
  display: inline-block;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(40px);
}
@media screen and (max-width: 639px) {
  .c-mad-card__type {
    margin-bottom: 0;
  }
}
.c-mad-card__desc {
  margin: 0;
  max-width: 24rem;
  white-space: pre-wrap;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 200;
  font-variation-settings: "wght" 200;
}
@media screen and (max-width: 639px) {
  .c-mad-card__desc {
    font-size: 1rem;
  }
}
.c-mad-card__cta {
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 639px) {
  .c-mad-card__cta {
    display: none;
  }
}

/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-project-layout-shell {
  position: relative;
  background: #fff;
  padding-inline: 1rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout-shell {
    padding-inline: 2rem;
  }
}
.s-project-layout-shell--smaller {
  padding-inline: 2rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout-shell--smaller {
    padding-inline: 4rem;
  }
}
.s-project-layout-shell--full {
  padding-inline: 0;
}

.s-project-layout {
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
  padding-inline: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .s-project-layout--smaller {
    padding-inline: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .s-project-layout--full:not(.s-project-layout--text) {
    padding-inline: 0;
  }
}
.s-project-layout--top-none {
  padding-top: 0;
}
.s-project-layout--top-small {
  padding-top: 1rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--top-small {
    padding-top: 2rem;
  }
}
.s-project-layout--top-normal {
  padding-top: 2rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--top-normal {
    padding-top: 4rem;
  }
}
.s-project-layout--top-large {
  padding-top: 3rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--top-large {
    padding-top: 6rem;
  }
}
.s-project-layout--bot-none {
  padding-bottom: 0;
}
.s-project-layout--bot-small {
  padding-bottom: 1rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--bot-small {
    padding-bottom: 2rem;
  }
}
.s-project-layout--bot-normal {
  padding-bottom: 2rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--bot-normal {
    padding-bottom: 4rem;
  }
}
.s-project-layout--bot-large {
  padding-bottom: 3rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--bot-large {
    padding-bottom: 6rem;
  }
}
.s-project-layout--text {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--text {
    padding-inline: 2rem;
  }
}
@media screen and (min-width: 1040px) {
  .s-project-layout--text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.s-project-layout--has-bg {
  overflow: hidden;
  padding-inline: 1rem;
}
@media screen and (min-width: 640px) {
  .s-project-layout--has-bg {
    padding-inline: 2rem;
  }
}
.s-project-layout--has-bg:not(.s-project-layout--full) {
  border-radius: 1rem;
}

.s-project-header {
  position: relative;
  z-index: 100;
  background: #fff;
}
.s-project-header > .l-wrapper {
  display: none;
}
.s-project-header .c-mad-card {
  min-height: 100vh;
  height: 100vh;
  border-radius: 0;
}

.mad-site .section[class*=s-project-] > .l-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.s-project-intro,
.s-project-text,
.s-project-images,
.s-project-display,
.s-project-video,
.s-project-parallax,
.s-project-keys,
.s-project-spacer {
  position: relative;
  z-index: 50;
  background: #fff;
}

.s-project-intro__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
@media screen and (min-width: 640px) {
  .s-project-intro__kicker {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1039px) {
  .s-project-intro__kicker {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1040px) {
  .s-project-intro__kicker {
    height: 0;
    margin-left: 6rem;
    white-space: pre-line;
  }
}
.s-project-intro__wrap {
  max-width: 56rem;
  margin-inline: auto;
}
.s-project-intro__lead {
  max-width: 42rem;
  margin: 0 0 2rem auto;
  font-size: 1.875rem;
  line-height: 1;
  white-space: pre-line;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
@media screen and (min-width: 1040px) {
  .s-project-intro__lead {
    font-size: 3.75rem;
    margin-bottom: 2.75rem;
  }
}
.s-project-intro__text-wrap {
  margin-left: auto;
  max-width: 20rem;
}
@media screen and (min-width: 1040px) {
  .s-project-intro__text-wrap {
    max-width: none;
    width: 50%;
  }
}
.s-project-intro__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  white-space: pre-line;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.s-project-text {
  max-width: 72rem;
  margin-inline: auto;
}
.s-project-text__main {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.75rem;
  white-space: pre-line;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
@media screen and (min-width: 640px) {
  .s-project-text__main {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.s-project-text__main.has-second {
  margin-bottom: 2.5rem;
}
.s-project-text__second {
  max-width: 36rem;
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
  white-space: pre-line;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
@media screen and (min-width: 1040px) {
  .s-project-text__second {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.s-project-images {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 640px) {
  .s-project-images {
    gap: 2rem;
  }
}
.s-project-images--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-project-images__cell {
  overflow: hidden;
}
.s-project-images__cell.is-round {
  border-radius: 1rem;
}
.s-project-images img,
.s-project-images video {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  transform-origin: center center;
  will-change: transform;
}
.s-project-images--two img, .s-project-images--two video {
  object-fit: cover;
  aspect-ratio: 641/744;
}

.s-project-display {
  max-width: 56rem;
  margin-inline: auto;
  display: grid;
  gap: 2rem;
}
.s-project-display--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.s-project-display--three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 640px) {
  .s-project-display--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.s-project-display__cell {
  overflow: hidden;
  border-radius: 1rem;
  width: fit-content;
  margin-inline: auto;
}
.s-project-display__cell.is-third {
  width: 100%;
  max-width: none;
  grid-column: span 2;
}
@media screen and (min-width: 640px) {
  .s-project-display__cell.is-third {
    grid-column: span 1;
    width: fit-content;
  }
}
.s-project-display__inner {
  overflow: hidden;
  border-radius: 1rem;
}
.is-third .s-project-display__inner {
  width: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 640px) {
  .is-third .s-project-display__inner {
    width: 100%;
  }
}
.s-project-display img,
.s-project-display video {
  display: block;
  width: 100%;
  max-width: 24rem;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 250/460;
  background: #fff;
}

.s-project-video__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 16/9;
}
.s-project-video__play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.s-project-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 16/9;
}
.s-project-video__cta {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
}
.s-project-video__btn {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-size: 1.125rem;
  text-decoration: underline;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.s-project-parallax {
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .s-project-parallax {
    min-height: 25rem;
  }
}
.s-project-parallax__grad-top, .s-project-parallax__grad-bot {
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 10;
  opacity: 0.5;
}
.s-project-parallax__grad-top {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}
.s-project-parallax__grad-bot {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.s-project-parallax img {
  position: relative;
  z-index: 20;
  height: auto;
  width: auto;
  max-width: min(80%, 500px);
}

.s-project-spacer {
  background: #fff;
  height: 4rem;
}
.s-project-spacer--small {
  height: 2rem;
}
.s-project-spacer--large {
  height: 6rem;
}

.s-project-keys {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 1rem 1rem;
  background: #fff;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 640px) {
  .s-project-keys {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    padding: 0 4rem 2rem;
  }
}
.s-project-keys__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 1040px) {
  .s-project-keys__item {
    flex-direction: row;
    text-align: left;
    padding: 4rem;
  }
}
.s-project-keys__num {
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  flex: none;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
@media screen and (min-width: 768px) {
  .s-project-keys__num {
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .s-project-keys__num {
    font-size: 4.5rem;
  }
}
.s-project-keys__desc {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
@media screen and (min-width: 640px) {
  .s-project-keys__desc {
    font-size: 1.5rem;
  }
}

.s-project-web {
  position: relative;
  z-index: 20;
  background: #fff;
  padding-inline: 1rem;
  padding-bottom: 5rem;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 640px) {
  .s-project-web {
    padding-inline: 2rem;
    height: 20rem;
    min-height: 20rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 639px) {
  .s-project-web {
    padding-top: 2.25rem;
    padding-bottom: 6rem;
    min-height: 0;
    height: auto;
  }
}
.s-project-web__kicker {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  opacity: 0.3;
  margin: 0 0 1rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
@media screen and (min-width: 640px) {
  .s-project-web__kicker {
    font-size: 0.875rem;
  }
}
.s-project-web__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 28rem;
  width: 100%;
  padding-top: 1rem;
  border-top: 1px solid #000;
  color: inherit;
  text-decoration: none;
  font-size: 1.125rem;
}
@media screen and (min-width: 640px) {
  .s-project-web__link {
    font-size: 1.5rem;
  }
}
.s-project-web--copy {
  min-height: 0;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}
.s-project-web--copy p {
  max-width: 32rem;
  margin-left: auto;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.s-project-next {
  position: relative;
  z-index: 40;
  background: #fff;
  height: auto;
  overflow: visible;
}
.s-project-next > .l-wrapper:not(:has(.s-project-web)) {
  display: none;
}
.s-project-next__inner {
  overflow: hidden;
  height: 55vh;
  width: 100%;
}
.s-project-next .c-mad-card {
  min-height: 0;
  height: 100%;
  border-radius: 0;
}

.fade-in {
  opacity: 0;
}