:root {
  --color-lime: #b2f100;
  --no5-link-hover: #5ab86d;
  --color-menu-teal: #233e45;
}
@font-face {
  font-display: swap;
  font-family: "Reckless Neue Thin";
  font-style: normal;
  font-weight: normal;
  src: url("../yoooserv/assets/fonts/RecklessNeue-Thin.woff2") format("woff2"),
    url("../yoooserv/assets/fonts/RecklessNeue-Thin.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../yoooserv/assets/fonts/Lato-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../yoooserv/assets/fonts/Lato-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../yoooserv/assets/fonts/Lato-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Reckless Neue SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url("../yoooserv/assets/fonts/RecklessNeue-SemiBold.woff2") format("woff2"),
    url("../yoooserv/assets/fonts/RecklessNeue-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  src: url("../yoooserv/assets/fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  src: url("../yoooserv/assets/fonts/ProximaNova-Bold.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Gerova";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/Gerova-Regular.woff2") format("woff2"),
    url("assets/fonts/Gerova-Regular.woff") format("woff");
}
.no5-block.alignfull {
  display: block;
}
.no5-block,
.no5-block * {
  box-sizing: border-box;
}
.no5-block {
  --no5-display-font: "Reckless Neue Thin", serif;
  --no5-body-font: "Lato", sans-serif;
}
.no5-block.no5-brand-blabla {
  --no5-display-font: "Gerova", "Reckless Neue SemiBold", "Reckless Neue Thin", serif;
  --no5-body-font: "Proxima Nova", "Lato", sans-serif;
}
.no5-block.no5-seam-join {
  margin-top: -1px;
}
.no5-block.no5-corner-br {
  border-bottom-right-radius: 30px;
}
.no5-block.no5-corner-tl {
  border-top-left-radius: 30px;
}
.no5-block .no5-container {
  --no5-gutter: 80px;
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
  width: min(1347px, 100% - (2 * var(--no5-gutter)));
}
.no5-block .no5-container--wide {
  width: min(1464px, 100% - (2 * var(--no5-gutter)));
}
.no5-block .no5-container--medium {
  width: min(1390px, 100% - (2 * var(--no5-gutter)));
}
.no5-pt-none {
  padding-top: 0;
}
.no5-pb-none {
  padding-bottom: 0;
}
.no5-pt-xsmall {
  padding-top: 16px;
}
.no5-pb-xsmall {
  padding-bottom: 16px;
}
.no5-pt-small {
  padding-top: 32px;
}
.no5-pb-small {
  padding-bottom: 32px;
}
.no5-pt-medium {
  padding-top: 40px;
}
.no5-pb-medium {
  padding-bottom: 48px;
}
.no5-pt-large {
  padding-top: 48px;
}
.no5-pb-large {
  padding-bottom: 56px;
}
.no5-pt-xlarge {
  padding-top: 100px;
}
.no5-pb-xlarge {
  padding-bottom: 100px;
}
.no5-pt-xxlarge {
  padding-top: 100px;
}
.no5-pb-xxlarge {
  padding-bottom: 100px;
}
.no5-block__placeholder {
  color: #767676;
  font-family: var(--no5-body-font);
  font-size: 14px;
  font-style: italic;
  margin: 0;
  padding: 24px 0;
}
.no5-eyebrow {
  color: #1e1e1e;
  font-family: var(--no5-display-font);
  font-size: 18px;
  letter-spacing: 0.48px;
  margin: 0 0 26px;
}
.no5-block .no5-heading {
  color: #1e1e1e;
  font-family: var(--no5-display-font);
  font-weight: 600;
  margin: 0 0 20px;
}
.no5-block .no5-heading--display {
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 1.6px;
  line-height: 1.125;
  max-width: 714px !important;
}
.no5-block .no5-heading--display-md {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 1.28px;
  line-height: 1.1;
}
.no5-block .no5-heading--display-xl {
  font-size: 48px;
  font-weight: normal;
  letter-spacing: 1.84px;
  line-height: 1;
}
.no5-block .no5-heading--display-sm {
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 1.04px;
  line-height: 1;
}
.no5-block .no5-heading--xl {
  font-size: 32px;
  letter-spacing: 1.08px;
  line-height: 1.1;
}
.no5-block .no5-heading--large {
  font-size: 28px;
  letter-spacing: 0.8px;
  line-height: 1.15;
}
.no5-block .no5-heading--medium {
  font-size: 22px;
  letter-spacing: 0.56px;
  line-height: 1.2;
}
.no5-block .no5-heading--small {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.3;
}
.no5-block .no5-text,
.no5-block .no5-text p {
  font-family: var(--no5-body-font);
  font-size: 16px;
  line-height: 26px;
}
.no5-block .no5-text p {
  margin: 0 0 16px;
}
.no5-block .no5-text p:last-child {
  margin-bottom: 0;
}
.no5-block.has-navy-cyan-background-color,
.no5-block.has-dark-cyan-background-color,
.no5-block.has-black-background-color {
  color: #fff;
}
.no5-block.has-navy-cyan-background-color .no5-heading,
.no5-block.has-dark-cyan-background-color .no5-heading,
.no5-block.has-black-background-color .no5-heading,
.no5-block.has-navy-cyan-background-color .no5-eyebrow,
.no5-block.has-dark-cyan-background-color .no5-eyebrow,
.no5-block.has-black-background-color .no5-eyebrow {
  color: #fff;
}
.no5-block.has-navy-cyan-background-color .no5-gym-feature-card__title,
.no5-block.has-dark-cyan-background-color .no5-gym-feature-card__title,
.no5-block.has-black-background-color .no5-gym-feature-card__title {
  color: #fff;
}
.no5-block.has-navy-cyan-background-color .no5-gym-feature-card__text,
.no5-block.has-dark-cyan-background-color .no5-gym-feature-card__text,
.no5-block.has-black-background-color .no5-gym-feature-card__text {
  color: #fff;
}
.no5-block.has-navy-cyan-background-color .no5-blabla-feature-card__title,
.no5-block.has-dark-cyan-background-color .no5-blabla-feature-card__title,
.no5-block.has-black-background-color .no5-blabla-feature-card__title {
  color: #fff;
}
.no5-block.has-navy-cyan-background-color .no5-blabla-feature-card__text,
.no5-block.has-dark-cyan-background-color .no5-blabla-feature-card__text,
.no5-block.has-black-background-color .no5-blabla-feature-card__text {
  color: #fff;
}
.no5-section-intro__body {
  display: flex;
  flex-direction: column;
}
.no5-section-intro--split .no5-section-intro__body {
  align-items: flex-end;
  flex-direction: row;
  gap: 40px;
  justify-content: space-between;
}
.no5-section-intro--split .no5-section-intro__body > * {
  margin-bottom: 0;
}
.no5-section-intro--split .no5-section-intro__aside {
  max-width: 426px;
}
.no5-section-intro--stacked .no5-section-intro__aside {
  max-width: 637px;
}
.no5-section-intro__aside .wp-block-buttons {
  margin-top: 24px;
}
.no5-cover-image {
  height: var(--no5-cover-height, 627px);
  overflow: hidden;
  position: relative;
}
.no5-cover-image__img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: var(--no5-focal, 50% 50%);
  width: 100%;
}
.no5-cover-image__overlay {
  background: #000;
  inset: 0;
  position: absolute;
}
.no5-feature-cards__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(var(--no5-card-columns, 3), minmax(0, 1fr));
}
.no5-gym-feature-card__media {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: var(--no5-card-image-height, 408px);
  overflow: hidden;
}
.no5-gym-feature-card__media > * {
  height: 100%;
}
.no5-gym-feature-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--transitions-timing, ease);
  width: 100%;
}
.no5-gym-feature-card:hover .no5-gym-feature-card__media img {
  transform: scale(1.05);
}
.no5-gym-feature-card__media .no5-parallax {
  height: calc(100% + var(--no5-parallax-travel, 120px));
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .no5-gym-feature-card__media .no5-parallax {
    height: 100%;
    transform: none !important;
  }
}
.no5-gym-feature-card__title {
  color: #1e1e1e;
  font-family: var(--no5-display-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin: 17px 0 10px;
}
.no5-gym-feature-card__text {
  font-family: var(--no5-display-font);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin: 0;
}
.no5-gym-feature-card__title-suffix {
  opacity: 0.4;
}
.no5-gym-feature-card__link {
  align-items: center;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: 1.6px;
  margin-top: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}
.no5-feature-cards__grid .no5-gym-feature-card__link {
  color: var(--color-lime, #b2f100);
}
.no5-gym-feature-card__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.no5-gym-feature-card__link-icon {
  background: currentColor;
  display: block;
  flex: none;
  height: 10px;
  -webkit-mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  width: 12px;
}
.no5-blabla-feature-card__media {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: var(--no5-card-image-height, 408px);
  overflow: hidden;
}
.no5-blabla-feature-card__media > * {
  height: 100%;
}
.no5-blabla-feature-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--transitions-timing, ease);
  width: 100%;
}
.no5-blabla-feature-card:hover .no5-blabla-feature-card__media img {
  transform: scale(1.05);
}
.no5-blabla-feature-card__media .no5-parallax {
  height: calc(100% + var(--no5-parallax-travel, 120px));
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .no5-blabla-feature-card__media .no5-parallax {
    height: 100%;
    transform: none !important;
  }
}
.no5-blabla-feature-card__title {
  color: #1e1e1e;
  font-family: var(--no5-display-font);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.56px;
  margin: 17px 0 10px;
}
.no5-blabla-feature-card__text {
  font-family: var(--no5-display-font);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin: 0;
}
.no5-blabla-feature-card__title-suffix {
  opacity: 0.4;
}
.no5-blabla-feature-card__link {
  align-items: center;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: 1.6px;
  margin-top: 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}
.no5-feature-cards__grid .no5-blabla-feature-card__link {
  color: var(--color-lime, #b2f100);
}
.no5-blabla-feature-card__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.no5-blabla-feature-card__link-icon {
  background: currentColor;
  display: block;
  flex: none;
  height: 10px;
  -webkit-mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  width: 12px;
}
.no5-menu-feature-card__media {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: var(--no5-card-image-height, 408px);
  overflow: hidden;
}
.no5-menu-feature-card__media > * {
  height: 100%;
}
.no5-menu-feature-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--transitions-timing, ease);
  width: 100%;
}
.no5-menu-feature-card:hover .no5-menu-feature-card__media img {
  transform: scale(1.05);
}
.no5-menu-feature-card {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.no5-menu-feature-card__title {
  color: #fff;
  font-family: var(--no5-display-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin: 0;
}
.no5-menu-feature-card__text {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--no5-body-font);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin: 0;
}
.no5-menu-feature-card__title-suffix {
  opacity: 0.4;
}
.no5-menu-feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: var(--no5-card-text-width, 100%);
}
.no5-menu-feature-card__link {
  align-items: center;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: 1.6px;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}
.no5-feature-cards__grid .no5-menu-feature-card__link {
  color: var(--color-lime, #b2f100);
}
.no5-menu-feature-card__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.no5-menu-feature-card__link-icon {
  background: currentColor;
  display: block;
  flex: none;
  height: 14px;
  -webkit-mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  width: 14px;
}
.no5-tag-list__row {
  align-items: stretch;
  display: flex;
  gap: 50px;
}
.no5-tag-list--image-left .no5-tag-list__row {
  flex-direction: row-reverse;
}
.no5-tag-list__content {
  flex: 1 1 0;
  min-width: 0;
}
.no5-tag-list__heading {
  max-width: 532px;
}
.no5-tag-list__text {
  margin-bottom: 40px;
  max-width: 637px;
}
.no5-tag-list__media {
  flex: 1 1 0;
  min-width: 0;
}
.no5-tag-list__media img {
  border-top-left-radius: 30px;
  display: block;
  height: 100%;
  margin-left: auto;
  max-width: 626px;
  object-fit: cover;
  width: 100%;
}
.no5-tag-list--connected .no5-tag-list__media {
  display: flex;
  margin-bottom: calc(-1 * 56px);
}
.no5-tag-list--connected .no5-tag-list__media img {
  height: calc(100% + 56px);
}
.no5-tag-group + .no5-tag-group {
  margin-top: 40px;
}
.no5-tag-group__label {
  font-family: var(--no5-body-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 13px;
}
.no5-tag-group__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.no5-tag {
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #000;
  font-family: var(--no5-body-font);
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 8px 9px;
  white-space: nowrap;
}
.no5-stat-band {
  background-color: #0a0a0a;
  min-height: var(--no5-band-height, 807px);
  position: relative;
}
.no5-stat-band__bg {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: var(--no5-focal, 50% 50%);
  position: absolute;
  width: 100%;
}
.no5-stat-band__inner {
  position: relative;
  z-index: 1;
}
.no5-stat-band--card-left .no5-stat-card {
  margin-left: 0;
  margin-right: auto;
}
.no5-stat-card {
  border-bottom-right-radius: 30px;
  color: #fff;
  margin-left: auto;
  max-width: min(626px, calc((100% - 50px) / 2));
  min-height: 405px;
  padding: 50px 62px 57px 73px;
}
.no5-stat-card__eyebrow,
.no5-stat-card__suffix {
  color: var(--color-lime);
  font-family: var(--no5-display-font);
  font-size: 28px;
  letter-spacing: 1.1px;
  line-height: 1.1;
  margin: 0;
}
.no5-stat-card__line {
  line-height: 1;
  margin: 0;
}
.no5-stat-card__figure {
  color: #fff;
  font-family: var(--no5-display-font);
  font-size: 56px;
  letter-spacing: 2.45px;
  line-height: 1;
}
.no5-stat-card__rule {
  background: none;
  border: none;
  border-top: 1px solid #87878c4f;
  margin: 20px 0;
  opacity: 1;
  width: 100%;
}
.no5-stat-card__text,
.no5-stat-card__text p {
  color: #fff;
  font-family: var(--no5-body-font);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.no5-team__heading {
  margin-bottom: 26px !important;
}
.no5-team__intro {
  margin-bottom: 70px;
  max-width: 637px;
}
.no5-team__grid {
  display: grid;
  column-gap: 37px;
  grid-template-columns: repeat(var(--no5-team-columns, 3), minmax(0, 1fr));
  row-gap: 70px;
}
.no5-team__photo {
  aspect-ratio: var(--no5-team-ratio, 440 / 581);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.no5-team__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--transitions-timing, ease);
  width: 100%;
}
.no5-team__member:hover .no5-team__photo img {
  transform: scale(1.04);
}
.no5-block .no5-team__name {
  color: #1e1e1e;
  font-family: var(--no5-display-font);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 1.15;
  margin: 13px 0 0;
}
.no5-team__role {
  color: #000;
  font-family: var(--no5-body-font);
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0;
}
.no5-team__bio {
  color: #000;
  font-family: var(--no5-body-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 26px 0 0;
}
.no5-link-columns__row {
  display: flex;
  gap: 222px;
  position: relative;
}
.no5-link-column {
  flex: 1 1 0;
  min-width: 0;
}
.no5-link-columns--divided .no5-link-columns__row::after {
  background: #87878c4f;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
}
.no5-link-column__text {
  margin-bottom: 26px;
  max-width: 513px;
}
.no5-link-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.no5-link-column__item {
  font-family: var(--no5-display-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.56px;
  margin: 0 0 26px;
}
.no5-link-column__item:last-child {
  margin-bottom: 0;
}
.no5-link-column__item a {
  color: #1e1e1e;
  text-decoration: none;
  transition: color var(--transitions-duration-fast, 200ms) ease;
}
.no5-link-column__item a:hover,
.no5-link-column__item a:focus-visible {
  color: var(--color-dark-cyan, #008b8b);
}
.no5-animate.is-animate-ready,
.no5-animate-item.is-animate-ready {
  opacity: 0;
  will-change: opacity, transform;
}
@media (prefers-reduced-motion: reduce) {
  .no5-animate,
  .no5-animate.is-animate-ready,
  .no5-animate-item,
  .no5-animate-item.is-animate-ready {
    opacity: 1 !important;
    transform: none !important;
  }
}
.block-editor-block-list__layout .no5-animate,
.block-editor-block-list__layout .no5-animate.is-animate-ready,
.block-editor-block-list__layout .no5-animate-item,
.block-editor-block-list__layout .no5-animate-item.is-animate-ready {
  opacity: 1 !important;
  transform: none !important;
}
.page-id-2840 .logo--light {
  display: none;
}
.page-id-2840 .logo--dark {
  display: block !important;
}
.no5-brand-hero__row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.no5-brand-hero__copy {
  flex: 0 1 var(--no5-copy-width, 552px);
  max-width: var(--no5-copy-width, 552px);
  min-width: 0;
}
.no5-brand-hero .no5-heading {
  margin: 0;
}
.no5-brand-hero__text {
  margin-top: 8px;
}
.no5-brand-hero__link {
  margin: 26px 0 0;
}
.no5-brand-hero__link a {
  border-bottom: 2px solid var(--no5-rule-color, currentColor);
  color: inherit;
  display: inline-block;
  font-family: var(--no5-display-font);
  font-size: 16px;
  letter-spacing: 1.12px;
  line-height: 1.5;
  padding-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 300ms var(--transitions-timing, ease);
}
.no5-brand-hero__link a:hover,
.no5-brand-hero__link a:focus-visible {
  opacity: 0.6;
}
.no5-brand-hero__meta {
  column-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  font-family: var(--no5-body-font);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.5;
  list-style: none;
  margin: 39px 0 0;
  padding: 0;
  row-gap: 8px;
}
.no5-brand-hero {
  overflow-x: clip;
}
.no5-brand-hero__graphic {
  align-self: flex-start;
  flex: 0 0 auto;
  margin-bottom: calc(-1 * var(--no5-graphic-drop, 0px));
  margin-right: calc(-1 * var(--no5-graphic-bleed, 0px) * var(--no5-bleed-factor, 1));
  max-width: var(--no5-graphic-width, 603px);
  position: relative;
  z-index: 2;
}
.no5-brand-hero__graphic img {
  display: block;
  height: auto;
  width: 100%;
}
.no5-brand-hero .no5-eyebrow--small {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.5;
  margin-bottom: 28px;
}
.no5-mosaic__grid {
  display: grid;
  gap: var(--no5-mosaic-gap, 0px);
}
.no5-mosaic__item {
  margin: 0;
  overflow: hidden;
}
.no5-mosaic__item > * {
  height: 100%;
}
.no5-mosaic__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.no5-mosaic__item .no5-parallax {
  height: calc(100% + var(--no5-parallax-travel, 120px));
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .no5-mosaic__item .no5-parallax {
    height: 100%;
    transform: none !important;
  }
}
.no5-mosaic--mosaic .no5-mosaic__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.no5-mosaic--mosaic .no5-mosaic__item:nth-child(1) {
  aspect-ratio: var(--no5-mosaic-short-ratio, 816/300);
  grid-area: 1 / 1 / 2 / 2;
}
.no5-mosaic--mosaic .no5-mosaic__item:nth-child(2) {
  aspect-ratio: var(--no5-mosaic-tall-ratio, 816/440);
  grid-area: 1 / 2 / 3 / 3;
}
.no5-mosaic--mosaic .no5-mosaic__item:nth-child(3) {
  aspect-ratio: var(--no5-mosaic-tall-ratio, 816/440);
  grid-area: 2 / 1 / 4 / 2;
}
.no5-mosaic--mosaic .no5-mosaic__item:nth-child(4) {
  aspect-ratio: var(--no5-mosaic-short-ratio, 816/300);
  grid-area: 3 / 2 / 4 / 3;
}
.no5-mosaic--row .no5-mosaic__grid {
  grid-template-columns: repeat(var(--no5-mosaic-columns, 2), minmax(0, 1fr));
}
.no5-mosaic--row .no5-mosaic__item {
  aspect-ratio: var(--no5-mosaic-row-ratio, 722/338);
}
.no5-mosaic--corner-bg .no5-mosaic__grid {
  background-image: linear-gradient(
    to bottom,
    var(--no5-mosaic-bg-top, transparent) 50%,
    var(--no5-mosaic-bg-bottom, transparent) 50%
  );
}
.no5-mosaic--outer-corners .no5-mosaic__item.is-first {
  border-top-left-radius: var(--no5-mosaic-radius, 30px);
}
.no5-mosaic--outer-corners .no5-mosaic__item.is-last {
  border-bottom-right-radius: var(--no5-mosaic-radius, 30px);
}
.no5-feature-cards__grid {
  gap: var(--no5-card-gap, 32px);
}
.no5-gym-feature-card__media {
  border-bottom-right-radius: var(--no5-card-radius, 20px);
  border-top-left-radius: var(--no5-card-radius, 20px);
}
.no5-feature-cards--ratio .no5-gym-feature-card__media {
  aspect-ratio: var(--no5-card-ratio, 478/292);
  height: auto;
}
.no5-feature-cards--outer-corners .no5-gym-feature-card__media,
.no5-feature-cards--no-corners .no5-gym-feature-card__media {
  border-radius: 0;
}
.no5-feature-cards--outer-corners .no5-gym-feature-card:first-child .no5-gym-feature-card__media {
  border-top-left-radius: var(--no5-card-radius, 20px);
}
.no5-feature-cards--outer-corners .no5-gym-feature-card:last-child .no5-gym-feature-card__media {
  border-bottom-right-radius: var(--no5-card-radius, 20px);
}
.no5-gym-feature-card__body {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--no5-card-text-width, 100%);
}
.no5-feature-cards--text-center .no5-gym-feature-card__body {
  text-align: center;
}
.no5-gym-feature-card__title--medium {
  font-size: 22px;
  letter-spacing: 0.56px;
}
.no5-gym-feature-card__title--small {
  font-size: 18px;
  letter-spacing: 0.4px;
}
.no5-gym-feature-card__title--large {
  font-size: 28px;
  letter-spacing: 0.8px;
}
.no5-feature-cards--text-center .no5-gym-feature-card__title {
  margin: 25px 0 9px;
}
.no5-feature-cards--text-center .no5-gym-feature-card__text {
  font-family: var(--no5-body-font);
  line-height: 1.5;
}
.no5-blabla-feature-card__media {
  border-bottom-right-radius: var(--no5-card-radius, 20px);
  border-top-left-radius: var(--no5-card-radius, 20px);
}
.no5-feature-cards--ratio .no5-blabla-feature-card__media {
  aspect-ratio: var(--no5-card-ratio, 478/292);
  height: auto;
}
.no5-feature-cards--outer-corners .no5-blabla-feature-card__media,
.no5-feature-cards--no-corners .no5-blabla-feature-card__media {
  border-radius: 0;
}
.no5-feature-cards--outer-corners .no5-blabla-feature-card:first-child .no5-blabla-feature-card__media {
  border-top-left-radius: var(--no5-card-radius, 20px);
}
.no5-feature-cards--outer-corners .no5-blabla-feature-card:last-child .no5-blabla-feature-card__media {
  border-bottom-right-radius: var(--no5-card-radius, 20px);
}
.no5-blabla-feature-card__body {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--no5-card-text-width, 100%);
}
.no5-feature-cards--text-center .no5-blabla-feature-card__body {
  text-align: center;
}
.no5-blabla-feature-card__title--medium {
  font-size: 22px;
  letter-spacing: 0.56px;
}
.no5-blabla-feature-card__title--small {
  font-size: 18px;
  letter-spacing: 0.4px;
}
.no5-blabla-feature-card__title--large {
  font-size: 28px;
  letter-spacing: 0.8px;
}
.no5-feature-cards--text-center .no5-blabla-feature-card__title {
  margin: 25px 0 9px;
}
.no5-feature-cards--text-center .no5-blabla-feature-card__text {
  font-family: var(--no5-body-font);
  line-height: 1.5;
}
.no5-menu-feature-card__media {
  border-bottom-right-radius: var(--no5-card-radius, 20px);
  border-top-left-radius: var(--no5-card-radius, 20px);
}
.no5-menu-feature-card__title--medium {
  font-size: 22px;
  letter-spacing: 0.56px;
}
.no5-menu-feature-card__title--small {
  font-size: 18px;
  letter-spacing: 0.4px;
}
.no5-menu-feature-card__title--large {
  font-size: 28px;
  letter-spacing: 0.8px;
}
.no5-block.no5-brand-blabla:not(.has-navy-cyan-background-color) {
  color: #183f45;
}
.no5-block.no5-brand-blabla:not(.has-navy-cyan-background-color) .no5-heading {
  color: inherit;
}
.no5-block.no5-brand-blabla:not(.has-navy-cyan-background-color) .no5-eyebrow {
  color: inherit;
}
.no5-block.no5-brand-blabla:not(.has-navy-cyan-background-color) .no5-blabla-feature-card__title {
  color: inherit;
}
.no5-block.no5-brand-blabla:not(.has-navy-cyan-background-color) .no5-blabla-feature-card__text {
  color: inherit;
}
.no5-block.no5-brand-blabla.has-navy-cyan-background-color .no5-eyebrow,
.no5-block.no5-brand-blabla.has-navy-cyan-background-color .no5-text,
.no5-block.no5-brand-blabla.has-navy-cyan-background-color .no5-text p,
.no5-block.no5-brand-blabla.has-navy-cyan-background-color .no5-brand-hero__link a {
  color: rgba(255, 255, 255, 0.8);
}
.no5-block.no5-brand-blabla.has-navy-cyan-background-color .no5-brand-hero__meta {
  color: rgba(255, 255, 255, 0.45);
}
.no5-block.no5-brand-blabla .no5-eyebrow {
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.no5-block.no5-brand-blabla .no5-text {
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.no5-block.no5-brand-blabla .no5-text p {
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.no5-block.no5-brand-blabla .no5-blabla-feature-card__text {
  letter-spacing: 0.32px;
  line-height: 1.5;
}
.no5-block.no5-brand-blabla {
  --no5-rule-color: var(--color-lime, #b2f100);
}
.no5-block .no5-hl-lime {
  color: var(--color-lime, #b2f100);
}
.no5-block .no5-hl-white {
  color: #fff;
}
.no5-block .no5-hl-indent {
  display: block;
  margin-left: 0px;
}
.no5-post-grid__band {
  padding-bottom: 24px;
  padding-top: 112px;
}
.no5-post-grid__band-row {
  align-items: baseline;
  column-gap: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.no5-post-grid__band .no5-heading {
  margin: 0;
}
.no5-post-filter {
  column-gap: 54px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
}
.no5-post-grid .no5-post-filter__item {
  color: rgba(24, 63, 69, 0.4);
  font-family: var(--no5-body-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 250ms var(--transitions-timing, ease);
  white-space: nowrap;
}
.no5-post-grid .no5-post-filter__item:hover,
.no5-post-grid .no5-post-filter__item:focus,
.no5-post-grid .no5-post-filter__item:focus-visible,
.no5-post-grid .no5-post-filter__item.is-active {
  color: #183f45;
  text-decoration: none;
}
.no5-post-grid .no5-post-filter__item:hover,
.no5-post-grid .no5-post-filter__item:focus,
.no5-post-grid .no5-post-filter__item:focus-visible {
  color: var(--no5-link-hover, #5ab86d);
}
.no5-post-grid .no5-post-filter__item.is-active {
  font-weight: 700;
}
.no5-post-grid__list {
  column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(var(--no5-post-columns, 3), minmax(0, 1fr));
  padding-top: 48px;
  row-gap: 69px;
}
.no5-post-grid__feature {
  grid-column: 1 / -1;
}
.no5-post-grid.is-loading .no5-post-grid__list {
  opacity: 0.55;
  transition: opacity 200ms var(--transitions-timing, ease);
}
.no5-post-card {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.no5-post-card__media {
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  display: block;
  overflow: hidden;
}
.no5-post-card--grid .no5-post-card__media {
  aspect-ratio: 442 / 204;
}
.no5-post-card__img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--transitions-timing, ease);
  width: 100%;
}
.no5-post-card:hover .no5-post-card__img {
  transform: scale(1.05);
}
.no5-post-card--logo .no5-post-card__media {
  background: #f2f2f2;
}
.no5-post-card--logo .no5-post-card__img {
  height: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 16px 36px;
  transform: none !important;
  width: 100%;
}
.no5-post-card--feature.no5-post-card--logo .no5-post-card__img {
  padding: 16px 40px;
}
.no5-post-card__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.no5-block .no5-post-card__title {
  color: #1e1e1e;
  font-family: var(--no5-display-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 1.15;
  margin: 0;
}
.no5-post-grid .no5-post-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 250ms var(--transitions-timing, ease);
}
.no5-post-grid .no5-post-card__title a:hover,
.no5-post-grid .no5-post-card__title a:focus,
.no5-post-grid .no5-post-card__title a:focus-visible {
  color: var(--no5-link-hover, #5ab86d);
  text-decoration: none;
}
.no5-post-grid .no5-post-card__more:hover,
.no5-post-grid .no5-post-card__more:focus,
.no5-post-grid .no5-post-card__more:focus-visible {
  color: var(--no5-link-hover, #5ab86d);
  text-decoration: none;
}
.no5-post-grid .no5-post-card__media:hover,
.no5-post-grid .no5-post-card__media:focus {
  text-decoration: none;
}
.no5-post-card__excerpt {
  color: #000;
  font-family: var(--no5-display-font);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin: 10px 0 0;
}
.no5-post-card__body > .no5-post-card__excerpt {
  margin-top: -20px;
}
.no5-post-card__more {
  align-items: center;
  color: #183f45;
  display: inline-flex;
  font-family: var(--no5-body-font);
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: 1.6px;
  line-height: 1;
  margin-right: auto;
  text-decoration: none;
  text-transform: uppercase;
}
.no5-post-card__more .no5-arrow {
  flex: none;
  transition: transform 250ms var(--transitions-timing, ease);
}
.no5-post-card__more:hover .no5-arrow,
.no5-post-card__more:focus-visible .no5-arrow {
  transform: translateX(4px);
}
.no5-post-card--feature {
  align-items: center;
  background: var(--wp--preset--color--blog-mint, #cff8ce);
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  display: flex;
  flex-direction: row;
  gap: 45px;
  overflow: hidden;
}
.no5-post-card--feature .no5-post-card__media {
  aspect-ratio: 760 / 406;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
  flex: 0 0 54.7%;
  min-width: 0;
}
.no5-post-card--feature .no5-post-card__body {
  flex: 1 1 auto;
  gap: 37px;
  max-width: 522px;
  min-width: 0;
  padding-right: 45px;
}
.no5-block .no5-post-card--feature .no5-post-card__title {
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 1.04px;
  line-height: 1.1;
}
.no5-post-card--feature .no5-post-card__excerpt {
  margin-top: -27px;
}
.no5-post-grid__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.no5-post-grid__more {
  background: #183f45;
  border: 0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-family: var(--no5-body-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1;
  min-width: 154px;
  padding: 14px 18px;
  text-transform: uppercase;
  transition: opacity 250ms var(--transitions-timing, ease);
}
.no5-post-grid__more:hover:not(:disabled),
.no5-post-grid__more:focus-visible {
  opacity: 0.85;
}
.no5-post-grid__more:disabled {
  cursor: default;
  opacity: 0.6;
}
.no5-post-grid__empty {
  font-family: var(--no5-body-font);
  font-size: 16px;
  margin: 0;
  text-align: center;
}
.no5-hero-blog-mint header.header .header-book.is-style-btn--filled .wp-block-button__link {
  background: #183f45;
  color: #fff !important;
}
.no5-hero-blog-mint header.header .header-book.is-style-btn--filled .wp-block-button__link:after {
  background: #fff;
}
.no5-article__post {
  background: #fff;
}
.no5-article__head {
  padding-bottom: 0;
  padding-top: 104px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .no5-article__head {
    height: 252px;
  }
  .no5-article__post--logo-hero .no5-article__head {
    height: auto;
    padding-bottom: 40px;
  }
}
.no5-article__back {
  margin: 0 0 35px;
}
.no5-article__back a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-family: var(--no5-body-font);
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: 1.6px;
  line-height: 1.2;
  opacity: 0.3;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 250ms var(--transitions-timing, ease);
}
.no5-article__back a:hover,
.no5-article__back a:focus,
.no5-article__back a:focus-visible {
  opacity: 0.75;
  text-decoration: none;
}
.no5-article__back .no5-arrow {
  flex: none;
  transform: rotate(180deg);
  transition: transform 250ms var(--transitions-timing, ease);
}
.no5-article__back a:hover .no5-arrow {
  transform: rotate(180deg) translateX(4px);
}
.no5-block .no5-article__title {
  color: #fff;
  font-family: var(--no5-display-font);
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 1.4px;
  line-height: 1.143;
  margin: 0;
  max-width: 866px;
}
.no5-article__hero {
  height: calc(100vh - 252px);
  height: calc(100svh - 252px);
  margin: 0;
  max-height: 844px;
  min-height: 280px;
  position: relative;
  z-index: 1;
}
.no5-article__hero-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.no5-article__hero--logo {
  aspect-ratio: 1632 / 520;
  background: #f2f2f2;
  height: auto;
  max-height: none;
  min-height: 0;
}
.no5-article__hero--logo .no5-article__hero-img {
  mix-blend-mode: multiply;
  object-fit: contain;
  padding: 32px 40px;
}
.no5-article__hero-fade {
  --no5-veil-lead: 12px;
  --no5-veil-solid: calc(var(--no5-veil-lead) + var(--no5-title-overlap, 0px));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background: linear-gradient(
    to bottom,
    rgb(24, 63, 69) 0,
    rgb(24, 63, 69) var(--no5-veil-solid),
    rgba(24, 63, 69, 0.8) 100%
  );
  height: calc(var(--no5-veil-solid) + 72px);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(-1 * var(--no5-veil-lead));
}
.no5-article__row {
  column-gap: 88px;
  display: flex;
  padding-bottom: 72px;
  padding-top: 40px;
}
.no5-article__body {
  flex: 1 1 auto;
  max-width: 860px;
  min-width: 0;
}
.no5-article__aside {
  flex: 0 0 442px;
  min-width: 0;
}
.no5-article__body,
.no5-article__body p,
.no5-article__body li {
  color: #000;
  font-family: var(--no5-display-font);
  font-size: 18px;
  letter-spacing: 0.42px;
  line-height: 1.5;
}
.no5-article__body > * {
  margin-bottom: 1.5em;
  margin-top: 0;
}
.no5-article__body > *:last-child {
  margin-bottom: 0;
}
.no5-article__body h2 {
  color: #183f45;
  font-family: var(--no5-display-font);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.84px;
  line-height: 1.357;
  margin: 48px 0 30px;
}
.no5-article__body h3 {
  color: #183f45;
  font-family: var(--no5-display-font);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.42px;
  line-height: 1.857;
  margin: 36px 0 28px;
}
.no5-article__body h2:first-child,
.no5-article__body h3:first-child {
  margin-top: 0;
}
.no5-article__body figure,
.no5-article__body .wp-block-image {
  margin: 40px 0;
}
.no5-article__body figure img,
.no5-article__body .wp-block-image img {
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  display: block;
  height: auto;
  width: 100%;
}
.no5-article__body a {
  color: #183f45;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.no5-article__aside-title {
  color: #183f45;
  font-family: var(--no5-body-font);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 1.2;
  margin: 0 0 36px;
  text-transform: uppercase;
}
.no5-article__aside-list {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
.no5-article__aside .no5-post-card__body {
  gap: 10px;
}
.no5-article__aside .no5-post-card__excerpt {
  margin-top: 0;
}
.no5-article__aside .no5-post-card__more {
  display: none;
}
.no5-statements {
  position: relative;
}
.no5-statements--patterned::before {
  background: url("../yoooserv/assets/svg/icons/TheAbbey-hero-background-pattern.svg") repeat 0 0 / cover;
  content: "";
  height: 100vh;
  left: 0;
  opacity: 0.05;
  pointer-events: none;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 0;
}
.no5-statements .no5-container {
  position: relative;
  z-index: 1;
}
.no5-statements__panel {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: var(--no5-statement-gap, 135px) 0;
  text-align: center;
}
.no5-statements__icon {
  height: var(--no5-statement-icon, 120px);
  width: var(--no5-statement-icon, 120px);
}
.no5-statements__icon img,
.no5-statements__icon lottie-player {
  display: block;
  height: 100%;
  width: 100%;
}
.no5-block .no5-statements__text {
  font-family: var(--no5-display-font);
  font-weight: normal;
  letter-spacing: 0.72px;
  margin: 0;
  max-width: 18em;
}
.no5-block .no5-statements__text--medium {
  font-size: 24px;
  line-height: 1.33;
}
.no5-block .no5-statements__text--small {
  font-size: 20px;
  line-height: 1.4;
}
.no5-block .no5-statements__text--large {
  font-size: 28px;
  line-height: 1.25;
}
@keyframes no5-tab-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes no5-tab-media-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.pick-your-way__tab.active--tab {
  animation: no5-tab-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pick-your-way__tab.active--tab img,
.pick-your-way__tab.active--tab figure {
  animation: no5-tab-media-in 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.pick-your-way__header {
  transition: color 260ms var(--transitions-timing, ease),
    opacity 260ms var(--transitions-timing, ease);
}
@media (prefers-reduced-motion: reduce) {
  .pick-your-way__tab.active--tab,
  .pick-your-way__tab.active--tab img,
  .pick-your-way__tab.active--tab figure {
    animation: none;
  }
}
.no5-strapline__row {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.no5-block .no5-strapline__item {
  color: #1e1e1e;
  flex: 1 1 0;
  font-family: var(--no5-display-font);
  letter-spacing: 0.56px;
  margin: 0;
  min-width: 0;
}
.no5-strapline--center .no5-strapline__item {
  text-align: center;
}
.no5-block .no5-strapline__item--medium {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.no5-block .no5-strapline__item--small {
  font-size: 18px;
  line-height: 1.5;
}
.no5-block .no5-strapline__item--large {
  font-size: 24px;
  line-height: 1.3;
}
.no5-strapline__rule {
  align-self: center;
  background: currentColor;
  flex: 0 0 auto;
  height: 60.5px;
  opacity: 0.25;
  width: 1px;
}
.no5-strapline:not(.no5-strapline--divided) .no5-strapline__rule {
  display: none;
}
.no5-block .no5-faq__heading {
  margin: 0 0 56px;
}
.no5-faq__grid {
  column-gap: 32px;
  display: grid;
  grid-template-columns: repeat(var(--no5-faq-columns, 2), minmax(0, 1fr));
  row-gap: 32px;
}
.no5-faq__item {
  border-bottom: 1px solid rgba(30, 30, 30, 0.25);
  padding-bottom: 36px;
}
.no5-faq__question {
  align-items: center;
  color: #1e1e1e;
  cursor: pointer;
  display: flex;
  font-family: var(--no5-display-font);
  font-size: 20px;
  font-weight: normal;
  gap: 24px;
  justify-content: space-between;
  letter-spacing: 0.56px;
  line-height: 1.25;
  list-style: none;
  transition: color 250ms var(--transitions-timing, ease);
}
.no5-faq__question::-webkit-details-marker,
.no5-faq__question::marker {
  display: none;
}
.no5-faq__question:hover,
.no5-faq__question:focus-visible {
  color: var(--no5-link-hover, #5ab86d);
}
.no5-faq__icon {
  flex: none;
  height: 19.5px;
  position: relative;
  width: 19.5px;
}
.no5-faq__icon::before,
.no5-faq__icon::after {
  background: currentColor;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 300ms var(--transitions-timing, ease);
}
.no5-faq__icon::before {
  height: 1.5px;
  margin: -0.75px 0 0 -9.75px;
  width: 19.5px;
}
.no5-faq__icon::after {
  height: 19.5px;
  margin: -9.75px 0 0 -0.75px;
  width: 1.5px;
}
.no5-faq__item[open] .no5-faq__icon::after {
  transform: rotate(90deg);
}
.no5-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(0.4, 0, 0.2, 1);
}
.no-js .no5-faq__item[open] .no5-faq__answer-wrap {
  grid-template-rows: 1fr;
}
.no5-faq__answer-wrap.is-open {
  grid-template-rows: 1fr;
}
.no5-faq__answer {
  font-family: var(--no5-body-font);
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 26px;
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 380ms cubic-bezier(0.4, 0, 0.2, 1);
}
.no-js .no5-faq__item[open] .no5-faq__answer,
.no5-faq__answer-wrap.is-open .no5-faq__answer {
  opacity: 1;
}
.no5-faq__answer > :first-child {
  margin-top: 20px;
}
.no5-faq__answer > :last-child {
  margin-bottom: 0;
}
.entry-content > .available-workspaces {
  grid-column: 1 / -1;
  padding-left: 0;
  padding-right: 0;
}
.entry-content > .available-workspaces > * {
  grid-column: 1 / -1;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: min(1583px, 100% - 48px) !important;
  width: 100%;
}
.ordinary-block {
  overflow-x: clip;
}
.usp-slider-2:before,
.workspace-hero .wp-block-cover__image-background,
.workspace-intro figure a[href="#gallery"] img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ordinary-block-2 > .wp-block-column:last-child .wp-block-cover {
    width: 100%;
  }
}
.no5-dark-hero header.header .header-menu a {
  color: #fff;
}
.no5-dark-hero header.header .header-menu svg {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  header.header,
  header.menu-header {
    grid-template-columns: 1fr auto 1fr;
  }
  header.header .header-book {
    column-gap: 14px;
  }
}
@media screen and (min-width: 1024px) {
  header.header .header-book {
    column-gap: 18px;
  }
}
header.header .header-book .wp-block-button__link.no-border {
  white-space: nowrap;
}
header.header .header-book {
  align-items: center;
  column-gap: 18px;
  grid-auto-flow: column;
}
header.header .header-book.is-style-btn--filled .wp-block-button__link {
  max-height: 42px;
  padding: 10px 12px;
}
header.header .header-book.is-style-btn--filled .wp-block-button__link.no-border {
  border-radius: 10px 0 10px 0;
}
header.header .header-social {
  display: inline-flex;
  line-height: 0;
  transition: opacity 300ms var(--transitions-timing, ease);
}
header.header .header-social:hover,
header.header .header-social:focus-visible {
  opacity: 0.6;
}
header.header .header-book.is-style-btn--filled .wp-block-button__link:hover,
footer.footer .wp-block-button.is-style-btn--filled .wp-block-button__link:hover {
  background: var(--color-navy-cyan);
  color: #fff !important;
}
header.header .header-book.is-style-btn--filled .wp-block-button__link:hover:after,
footer.footer .wp-block-button.is-style-btn--filled .wp-block-button__link:hover:after {
  background: #fff;
}
header.header .header-social svg {
  height: 20px;
  width: 20px;
}
.no5-dark-hero header.header .header-social svg {
  fill: #fff;
}
header.menu-header .header-book {
  display: none;
}
@media screen and (min-width: 768px) {
  header.menu-header .header-book {
    align-items: center;
    column-gap: 14px;
    display: grid;
    grid-auto-flow: column;
    justify-items: end;
    justify-self: end;
  }
}
@media screen and (min-width: 1024px) {
  header.menu-header .header-book {
    column-gap: 18px;
  }
}
header.menu-header .header-book .wp-block-button__link.no-border {
  white-space: nowrap;
}
header.menu-header .header-book.is-style-btn--filled .wp-block-button__link {
  max-height: 42px;
  padding: 10px 12px;
}
header.menu-header .header-book.is-style-btn--filled .wp-block-button__link.no-border {
  border-radius: 10px 0 10px 0;
}
header.menu-header .header-book.is-style-btn--filled .wp-block-button__link:after {
  display: none;
}
header.menu-header .header-social {
  display: inline-flex;
  line-height: 0;
  transition: opacity 300ms var(--transitions-timing, ease);
}
header.menu-header .header-social:hover,
header.menu-header .header-social:focus-visible {
  opacity: 0.6;
}
header.menu-header .header-social svg {
  fill: #fff;
  height: 20px;
  width: 20px;
}
nav#main-menu {
  background: var(--color-menu-teal);
}
header.menu-header {
  background: var(--color-menu-teal);
  border-bottom: none;
}
header.header.light-header::before {
  background: var(--color-navy-cyan);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
header.header.dark-header::before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
header.header.dark-header .logo--light {
  display: none !important;
}
header.header.dark-header .logo--dark {
  display: block !important;
}
header.header.light-header .logo--light {
  display: block !important;
}
header.header.light-header .logo--dark {
  display: none !important;
}
footer.footer {
  padding-bottom: 0;
  position: relative;
  z-index: 11;
}
footer.footer:after {
  display: none;
}
.no5-footer__heading {
  font-family: "Reckless Neue Thin", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.15;
}
.no5-footer__contact {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  justify-content: center;
  margin-top: 45px;
}
.no5-footer__chat,
.no5-footer__call {
  align-items: center;
  border-radius: 10px 0 10px 0;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 1.2px;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.no5-footer__chat {
  background: var(--color-lime, #b2f100);
}
footer.footer .no5-footer__chat {
  color: #000;
}
.no5-footer__chat-icon {
  fill: #000;
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}
.no5-footer__call-label {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin: 0;
  opacity: 0.5;
}
.no5-footer__call {
  background: linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), var(--color-navy-cyan);
}
footer.footer .no5-footer__call {
  color: var(--color-lime, #b2f100);
}
.no5-footer__call-icon {
  fill: var(--color-lime, #b2f100);
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}
.no5-footer__chat:hover,
.no5-footer__call:hover {
  filter: brightness(1.15);
  text-decoration: none;
}
.no5-footer__middle {
  align-items: center;
  display: grid;
  gap: 20px;
  margin-top: 121px;
  grid-template-columns: 1fr auto 1fr;
}
.no5-footer__socials {
  display: flex;
  gap: 24px;
  justify-self: start;
}
.no5-footer__social {
  display: inline-flex;
  line-height: 0;
  transition: opacity 300ms ease;
}
.no5-footer__social:hover {
  opacity: 0.6;
}
.no5-footer__social svg {
  fill: #fff;
  height: 22px;
  width: 22px;
}
.no5-footer__address {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.9px;
  margin: 0;
  opacity: 0.5;
  text-align: center;
}
.no5-footer__divider-wrap {
  margin-top: 40px;
  position: relative;
}
.no5-footer__divider {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  height: 1px;
  margin: 0;
  width: 90%;
}
.no5-footer__logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.no5-footer__logo img {
  display: block;
  width: 100px;
}
.no5-footer__bottom {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  margin-top: 23px;
}
.no5-footer__copyright {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  justify-self: start;
  letter-spacing: 0.72px;
  margin: 0;
  opacity: 0.5;
}
footer.footer .no5-footer__nav {
  font-size: 12px;
  justify-self: center;
}
footer.footer .no5-footer__nav ul {
  gap: 38px;
}
footer.footer .no5-footer__nav a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.72px;
  opacity: 0.5;
}
footer.footer .no5-footer__nav a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .no5-footer__contact {
    flex-direction: column;
  }
  .no5-footer__middle {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .no5-footer__socials {
    justify-self: center;
  }
  .no5-footer__logo {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    position: static;
    transform: none;
  }
  .no5-footer__bottom {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
header.header {
  left: 0;
  position: fixed;
  top: 0;
  transition: transform 300ms ease;
}
header.header.no5-header--hidden {
  transform: translateY(-100%);
}
@media (prefers-reduced-motion: reduce) {
  header.header {
    transition: none;
  }
}
body:has(nav#main-menu.show):before,
body:has(nav#main-menu.show):after {
  display: none;
}
.no5-brand-menu .no5-feature-cards__grid {
  --no5-card-gap: 32px;
}
@media screen and (min-width: 1024px) {
  nav#main-menu .no5-container--wide {
    width: calc(100% - 160px);
  }
}
nav#main-menu {
  overflow: visible;
}
nav#main-menu .main-menu--content {
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: 0;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  scrollbar-width: thin;
  top: 0;
}
nav#main-menu .main-menu--content {
  padding-top: 75px;
}
nav#main-menu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transitions-duration-slower, 400ms) var(--transitions-timing, ease),
    visibility 0s linear var(--transitions-duration-slower, 400ms);
  visibility: hidden;
}
nav#main-menu.show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity var(--transitions-duration-slower, 400ms) var(--transitions-timing, ease);
  visibility: visible;
}
nav#main-menu .main-menu--content {
  transition: transform var(--transitions-duration-slower, 400ms) var(--transitions-timing, ease);
  transform: translateY(-16px);
}
nav#main-menu.show .main-menu--content {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  nav#main-menu,
  nav#main-menu .main-menu--content {
    transition: none;
  }
}
@media screen and (max-width: 1023px) {
  .no5-feature-cards__grid,
  .no5-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .no5-tag-list__row,
  .no5-link-columns__row,
  .no5-brand-hero__row,
  .no5-section-intro--split .no5-section-intro__body {
    flex-direction: column;
    gap: 40px;
  }
  .no5-brand-hero__copy {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .no5-brand-hero {
    --no5-bleed-factor: 0;
  }
  .no5-brand-hero__graphic {
    align-self: flex-end;
    max-width: min(100%, 420px);
  }
  .no5-brand-hero__meta {
    column-gap: 24px;
    margin-top: 32px;
  }
  .no5-brand-hero__link {
    margin-top: 22px;
  }
  .no5-brand-hero.no5-pb-none {
    padding-bottom: 39px;
  }
  .no5-mosaic--row .no5-mosaic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .no5-strapline__row {
    flex-direction: column;
    gap: 28px;
  }
  .no5-strapline__item {
    flex: 0 0 auto;
    width: 100%;
  }
  .no5-strapline__rule {
    height: 1px;
    width: 120px;
  }
  .no5-faq__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .no5-faq__heading {
    margin-bottom: 64px;
  }
  .no5-post-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 48px;
  }
  .no5-post-card--grid .no5-post-card__media {
    aspect-ratio: 442 / 250;
  }
  .no5-post-grid__band {
    padding-top: 124px;
  }
  .no5-article__row {
    flex-direction: column;
    row-gap: 80px;
  }
  .no5-article__body,
  .no5-article__aside {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .no5-article__aside-list {
    display: grid;
    gap: 40px 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .no5-article__post {
    --no5-title-overlap: 34px;
  }
  .no5-article__head {
    padding-bottom: 0;
    padding-top: 100px;
  }
  .no5-block .no5-article__title {
    font-size: 40px;
    letter-spacing: 0.8px;
  }
  .no5-article__back {
    margin-bottom: 22px;
  }
  .no5-article__hero {
    height: 460px;
    margin-top: calc(-1 * var(--no5-title-overlap, 0px));
    max-height: none;
    min-height: 0;
  }
  .no5-article__post--logo-hero .no5-article__hero {
    aspect-ratio: 1632 / 560;
    height: auto;
    margin-top: 0;
  }
  .no5-article__post--logo-hero .no5-article__head {
    padding-bottom: 24px;
  }
  .no5-post-card--feature {
    flex-direction: column;
    gap: 0;
  }
  .no5-post-card--feature .no5-post-card__media {
    border-bottom-right-radius: 0;
    width: 100%;
  }
  .no5-post-card--feature .no5-post-card__body {
    gap: 28px;
    max-width: 100%;
    padding: 36px 40px 44px;
  }
  .no5-post-card--feature .no5-post-card__excerpt {
    margin-top: -18px;
  }
  .no5-post-grid__band-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .no5-block .no5-hl-indent {
    margin-left: 0;
  }
  .no5-section-intro--split .no5-section-intro__body {
    align-items: stretch;
  }
  .no5-tag-list--image-left .no5-tag-list__row {
    flex-direction: column;
  }
  .no5-section-intro--split .no5-section-intro__aside {
    max-width: none;
  }
  .no5-link-columns--divided .no5-link-columns__row::after {
    display: none;
  }
  .no5-tag-list__media img {
    margin-left: 0;
    max-height: 420px;
    max-width: none;
  }
  .no5-tag-list--connected .no5-tag-list__media {
    margin-bottom: 0;
  }
  .no5-tag-list--connected .no5-tag-list__media img {
    height: auto;
  }
  .no5-tag-list--connected.no5-pb-large,
  .no5-tag-list--connected.no5-pb-medium,
  .no5-tag-list--connected.no5-pb-small {
    padding-bottom: 0;
  }
  .no5-stat-card {
    margin-left: 0;
    max-width: none;
    min-height: 0;
    padding: 40px 32px;
  }
  .no5-stat-band {
    min-height: 700px;
  }
  .no5-stat-band__bg,
  .no5-cover-image__img {
    object-position: var(--no5-focal-mobile, var(--no5-focal, 50% 50%));
  }
}
@media screen and (max-width: 767px),
  screen and (max-width: 1023px) and (orientation: landscape) and (max-height: 600px) {
  .no5-feature-cards__grid {
    gap: 28px;
    grid-template-columns: minmax(0, 1fr);
  }
  .no5-mosaic--row .no5-mosaic__grid,
  .no5-mosaic--mosaic .no5-mosaic__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .no5-mosaic--mosaic .no5-mosaic__item:nth-child(1),
  .no5-mosaic--mosaic .no5-mosaic__item:nth-child(2),
  .no5-mosaic--mosaic .no5-mosaic__item:nth-child(3),
  .no5-mosaic--mosaic .no5-mosaic__item:nth-child(4) {
    aspect-ratio: 16 / 11;
    grid-area: auto;
  }
  .no5-brand-hero__graphic {
    align-self: flex-end;
    max-width: min(100%, 320px);
  }
  .no5-block .no5-strapline__item {
    font-size: 20px;
    line-height: 1.45;
  }
  .no5-faq__question {
    font-size: 20px;
    gap: 16px;
  }
  .no5-faq__icon {
    height: 16px;
    width: 16px;
  }
  .no5-faq__icon::before {
    margin: -0.75px 0 0 -8px;
    width: 16px;
  }
  .no5-faq__icon::after {
    height: 16px;
    margin: -8px 0 0 -0.75px;
  }
  .no5-faq__item {
    padding-bottom: 24px;
  }
  .no5-post-grid__list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
  .no5-post-card--grid .no5-post-card__media {
    aspect-ratio: 442 / 220;
  }
  .no5-post-grid__band {
    padding-top: 118px;
  }
  .no5-article__hero {
    height: 360px;
  }
  .no5-article__post--logo-hero .no5-article__hero {
    aspect-ratio: 3 / 2;
    height: auto;
    margin-top: 0;
  }
  .no5-article__post {
    --no5-title-overlap: 28px;
  }
  .no5-article__head {
    padding-bottom: 0;
    padding-top: 92px;
  }
  .no5-article__post--logo-hero .no5-article__head {
    padding-bottom: 20px;
  }
  .no5-block .no5-article__title {
    font-size: 32px;
    letter-spacing: 0.6px;
  }
  .no5-article__back {
    margin-bottom: 16px;
  }
  .no5-article__back a {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .no5-article__aside-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
  .no5-article__body h2 {
    margin-bottom: 20px;
  }
  .no5-article__body h3 {
    margin-bottom: 18px;
  }
  .no5-post-grid .no5-post-filter {
    column-gap: 24px;
    row-gap: 10px;
  }
  .no5-post-grid .no5-post-filter__item {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
  .no5-post-card__body {
    gap: 22px;
  }
  .no5-post-card--feature .no5-post-card__body {
    padding: 28px 24px 32px;
  }
  .no5-brand-hero__meta {
    column-gap: 20px;
    font-size: 15px;
    margin-top: 28px;
  }
  .no5-feature-cards--text-center .no5-blabla-feature-card__title {
    margin-top: 18px;
  }
  .no5-gym-feature-card__body {
    max-width: 100%;
  }
  .no5-blabla-feature-card__body {
    max-width: 100%;
  }
  .no5-menu-feature-card__body {
    max-width: 100%;
  }
  .no5-team__grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 48px;
  }
  .no5-team__intro {
    margin-bottom: 48px;
  }
  .no5-block .no5-container {
    --no5-gutter: 24px;
  }
  .no5-stat-card {
    padding: 28px 24px;
  }
  .no5-tag {
    white-space: normal;
  }
}
@media screen and (max-width: 1023px) {
  .no5-tag-list__row,
  .no5-link-columns__row,
  .no5-brand-hero__row,
  .no5-feature-cards__grid,
  .no5-mosaic__grid,
  .no5-post-grid__list,
  .no5-strapline__row,
  .no5-faq__grid,
  .no5-article__row,
  .no5-article__aside-list,
  .no5-team__grid {
    max-width: 100%;
  }
}
.footer {
  display: flow-root;
}
@media screen and (max-width: 767px) {
  .hero-block > .wp-block-column:first-child {
    padding-top: var(--space-60);
  }
}
#gform_wrapper_4 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  margin: 0 auto;
  max-width: 620px !important;
  min-height: calc(100vh - 76px);
  padding: 96px 24px;
  position: relative;
  text-align: center;
}
#gform_wrapper_4 > form {
  margin: auto 0;
  width: 100%;
}
#gform_wrapper_4 .gform_heading,
#gform_wrapper_4 .gf_progressbar_wrapper {
  display: none;
}
#gform_wrapper_4 .gform_fields {
  column-gap: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
}
#gform_wrapper_4 .gfield--width-full {
  grid-column: 1 / -1;
}
#gform_wrapper_4 .gfield--width-half {
  grid-column: span 1;
}
#gform_wrapper_4 .gfield--type-html h4 {
  color: #1e1e1e;
  font-family: "Reckless Neue Thin", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.15;
  margin: 0 0 64px;
  text-align: center;
}
#gform_wrapper_4 fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
#gform_wrapper_4 legend {
  display: none;
}
#gform_wrapper_4 .gfield--type-radio .ginput_container_radio,
#gform_wrapper_4 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 11px;
  justify-content: center;
}
#gform_wrapper_4 .gchoice {
  position: relative;
  width: auto;
}
#gform_wrapper_4 .gfield-choice-input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#gform_wrapper_4 .gchoice label {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 10px 0;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  letter-spacing: 1.2px;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: background-color 250ms ease, border-color 250ms ease;
  white-space: nowrap;
}
#gform_wrapper_4 .gchoice label:hover,
#gform_wrapper_4 .gfield-choice-input:checked + label {
  background: #b2f100;
  border-color: #b2f100;
}
#gform_wrapper_4 .gfield-choice-input:focus-visible + label {
  outline: 2px solid #b2f100;
  outline-offset: 2px;
}
#gform_wrapper_4 .gchoice:has(input:disabled) label {
  cursor: not-allowed;
  opacity: 0.3;
}
#gform_wrapper_4 #field_4_29 .gfield_radio {
  flex-wrap: nowrap;
}
.no5-gf-choice--full {
  overflow: visible;
}
.no5-gf-full-badge {
  background: #1e1e1e;
  border-radius: 3px 3px 3px 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding: 1px 4px;
  position: absolute;
  right: 20%;
  text-transform: uppercase;
  top: -8px;
}
#gform_wrapper_4 .form-explainer--outer {
  margin-top: 30px;
}
.no5-gf-explainer-toggle {
  align-items: center;
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  gap: 7px;
  padding: 0;
  transition: color 250ms ease;
}
#gform_wrapper_4 .form-explainer--outer h6 {
  display: none;
}
.no5-gf-explainer-toggle:hover {
  color: rgba(0, 0, 0, 0.7);
}
.no5-gf-explainer-icon {
  flex: none;
  height: 11px;
  position: relative;
  width: 9px;
}
.no5-gf-explainer-icon::before,
.no5-gf-explainer-icon::after {
  background: currentColor;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 250ms ease;
}
.no5-gf-explainer-icon::before {
  height: 1px;
  margin: -0.5px 0 0 -4.5px;
  width: 9px;
}
.no5-gf-explainer-icon::after {
  height: 11px;
  margin: -5.5px 0 0 -0.5px;
  width: 1px;
}
.no5-gf-explainer-toggle[aria-expanded="true"] .no5-gf-explainer-icon::after {
  transform: rotate(90deg);
}
.no5-gf-explainer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms cubic-bezier(0.4, 0, 0.2, 1);
}
.no5-gf-explainer-wrap.is-open {
  grid-template-rows: 1fr;
}
.no5-gf-explainer-inner {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin: 21px auto 0;
  max-width: 449px;
  min-height: 0;
  overflow: hidden;
  text-align: left;
}
.no5-gf-explainer-row {
  align-items: flex-start;
  display: flex;
}
.no5-gf-explainer-label {
  color: #000;
  flex: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  width: 145px;
}
.no5-gf-explainer-text {
  color: #000;
  flex: 1 0 0;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
#gform_wrapper_4 .gform_page_footer {
  align-items: center;
  border: 0;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 40px;
  padding: 0;
}
#gform_wrapper_4 .gform_next_button,
#gform_wrapper_4 #gform_submit_button_4 {
  align-items: center;
  appearance: none;
  background: #b2f100;
  border: 0;
  border-radius: 10px 0 10px 0;
  box-sizing: border-box;
  color: #000;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: 1.2px;
  line-height: normal;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: filter 200ms ease;
  white-space: nowrap;
  width: 160px;
}
#gform_wrapper_4 #gform_submit_button_4 {
  min-width: 160px;
  padding: 10px 24px;
  width: auto;
}
#gform_wrapper_4 .gform_next_button:hover,
#gform_wrapper_4 #gform_submit_button_4:hover {
  filter: brightness(0.92);
}
#gform_wrapper_4 .gform_previous_button {
  appearance: none;
  background: url(assets/svg/icons/tour-form-prev.svg) center / contain no-repeat;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 38px;
  width: 67px;
}
#gform_wrapper_4 #gform_page_4_4 .gfield_label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#gform_wrapper_4 #gform_page_4_4 input[type="text"],
#gform_wrapper_4 #gform_page_4_4 input[type="email"],
#gform_wrapper_4 #gform_page_4_4 input[type="tel"] {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1.2px;
  padding: 0 18px;
  transition: border-color 250ms ease;
  width: 100%;
}
#gform_wrapper_4 #gform_page_4_4 input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
#gform_wrapper_4 #gform_page_4_4 input:focus {
  border-color: #b2f100;
  outline: none;
}
@media screen and (max-width: 600px) {
  #gform_wrapper_4 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #gform_wrapper_4 #field_4_29 .gfield_radio {
    flex-wrap: wrap;
  }
  #gform_wrapper_4 .gchoice label {
    font-size: 13px;
    padding: 10px 14px;
  }
}
#gform_confirmation_wrapper_4 h4 {
  color: #1e1e1e;
  font-family: "Reckless Neue Thin", serif;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 1.15;
  margin: 0 0 24px;
}
#gform_confirmation_wrapper_4 p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
#gform_confirmation_wrapper_4 .wp-block-buttons {
  margin-top: 65px;
  justify-content: center;
}
#gform_confirmation_wrapper_4 .no5-gf-confirmation-btn {
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px 0 10px 0;
  box-sizing: border-box;
  color: #000;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  letter-spacing: 1.2px;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 250ms ease, border-color 250ms ease;
}
#gform_confirmation_wrapper_4 .no5-gf-confirmation-btn:hover {
  background: #b2f100;
  border-color: #b2f100;
}
.no5-menu-cards__grid {
  column-gap: 31px;
  display: grid;
  grid-template-columns: repeat(var(--no5-menu-cards-columns, 3), minmax(0, 1fr));
  row-gap: 48px;
}
.no5-menu-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.no5-menu-card__media {
  aspect-ratio: 477 / 290;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
.no5-menu-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.no5-menu-card__heading {
  color: #fff;
  font-family: "Reckless Neue Thin", serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.7px;
  margin: 0;
}
.no5-menu-card__list {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}
.no5-menu-card__item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 0;
}
.no5-menu-card__item:first-child {
  border-top: 0;
  padding-top: 0;
}
.no5-menu-card__item:last-child {
  padding-bottom: 0;
}
.no5-menu-card__link,
.no5-menu-card__link--static {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
.no5-menu-card__list .no5-menu-card__link,
.no5-menu-card__link--static {
  color: #fff;
  transition: color 250ms ease;
}
a.no5-menu-card__link:hover {
  color: var(--color-lime, #b2f100);
  text-decoration: none;
}
.no5-menu-card__label {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  gap: 14px;
  letter-spacing: 0.9px;
}
.no5-menu-card__sub-label {
  font-weight: 300;
  opacity: 0.5;
}
.no5-menu-card__icon {
  background: var(--color-lime, #b2f100);
  flex: none;
  height: 14px;
  margin-left: 14px;
  -webkit-mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  mask: url(../yoooserv/assets/svg/icons/arrow-right.svg) center / contain no-repeat;
  width: 14px;
}
@media screen and (max-width: 1023px) {
  .no5-menu-cards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .no5-menu-cards__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
nav#main-menu .no5-menu-cards {
  padding-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .no5-brand-menu .no5-feature-cards__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  nav#main-menu .no5-menu-cards__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  nav#main-menu .no5-menu-card__media {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .no5-menu-feature-card__body {
    align-items: center;
    column-gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .no5-menu-feature-card__text {
    display: none;
  }
  nav#main-menu .no5-menu-cards__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  nav#main-menu .no5-menu-card__media {
    display: none;
  }
  nav#main-menu .no5-menu-card {
    gap: 0;
  }
  nav#main-menu .no5-menu-cards__grid {
    row-gap: 70px;
  }
  nav#main-menu .no5-menu-card__heading {
    color: var(--color-lime, #b2f100);
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  nav#main-menu .no5-menu-card__list {
    margin-top: 15px;
  }
  nav#main-menu .no5-menu-card__item {
    padding: 23px 0;
  }
  nav#main-menu .no5-menu-card__label {
    font-family: "Reckless Neue Thin", serif;
    font-size: 28px;
    letter-spacing: 0.7px;
    text-transform: none;
    line-height: 1;
  }
  nav#main-menu .no5-menu-card__icon {
    height: 14px;
    width: 17px;
  }
  nav#main-menu .no5-menu-card__sub-label {
    display: none;
  }
}
.no5-contact-hero__grid {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}
.no5-contact-hero__grid > * {
  min-width: 0;
}
@media screen and (max-width: 900px) {
  .no5-contact-hero__grid {
    grid-template-columns: 1fr;
  }
}
.no5-contact-hero__heading {
  color: #1e1e1e;
  font-size: 40px;
  letter-spacing: 0.64px;
  margin-bottom: 16px;
}
.no5-contact-hero__text p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.no5-contact-hero__details {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 58px;
}
.no5-contact-hero__detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.no5-contact-hero__detail-label {
  color: #000;
  font-size: 13px;
  letter-spacing: var(--letter-spacing, 1px);
  margin: 0;
  opacity: 0.6;
  text-transform: uppercase;
}
.no5-contact-hero__detail-value {
  color: #1e1e1e;
  font-family: var(--font-family-headings);
  font-size: 26px;
  letter-spacing: 0.32px;
  margin: 0;
  overflow-wrap: break-word;
}
.no5-contact-hero__detail-value a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms ease;
}
.no5-contact-hero__detail-value a:hover {
  color: var(--color-navy-cyan);
  text-decoration: none;
}
.no5-contact-hero__form-card {
  background: #fff;
  border-radius: 30px 0 30px 0;
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .no5-contact-hero__form-card {
    padding: 28px 24px;
  }
}
.no5-contact-hero__form-heading {
  color: #1e1e1e;
  font-family: var(--font-family-headings);
  font-size: 24px;
  letter-spacing: 0.24px;
  margin: 0 0 21px;
}
#gform_wrapper_5,
#gform_confirmation_wrapper_5 {
  width: 100%;
}
#gform_wrapper_5 .gform_heading {
  display: none;
}
#gform_wrapper_5 .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  row-gap: 8px;
}
#gform_wrapper_5 .gfield_label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#gform_wrapper_5 input[type="text"],
#gform_wrapper_5 input[type="email"],
#gform_wrapper_5 input[type="tel"],
#gform_wrapper_5 textarea {
  background: #f9f9f7;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 16px 18px;
  transition: box-shadow 250ms ease;
  width: 100%;
}
#gform_wrapper_5 input[type="text"],
#gform_wrapper_5 input[type="email"],
#gform_wrapper_5 input[type="tel"] {
  height: 50px;
  padding: 0 18px;
}
#gform_wrapper_5 textarea {
  height: 150px;
  min-height: 150px;
  resize: none;
}
#gform_wrapper_5 input::placeholder,
#gform_wrapper_5 textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
#gform_wrapper_5 input:focus,
#gform_wrapper_5 textarea:focus {
  box-shadow: inset 0 0 0 1px var(--color-lime, #b2f100);
  outline: none;
}
#gform_wrapper_5 .gform_footer {
  margin-top: 37px;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #gform_wrapper_5 .gform_footer {
    margin-top: 25px;
  }
}
#gform_wrapper_5 input[type="submit"] {
  appearance: none;
  background: var(--color-lime, #b2f100);
  border: 0;
  border-radius: 10px 0 10px 0;
  color: #000;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 38px;
  letter-spacing: 1.2px;
  padding: 10px 18px;
  text-transform: uppercase;
  transition: filter 200ms ease;
}
#gform_wrapper_5 input[type="submit"]:hover {
  filter: brightness(0.92);
}
#gform_confirmation_wrapper_5 {
  background: #fff;
  border-radius: 30px 0 30px 0;
  color: #1e1e1e;
  font-family: var(--font-family-headings);
  font-size: 20px;
  padding: 40px;
}
.no5-info-strip__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.no5-info-strip__item {
  align-items: center;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .no5-info-strip__item {
    padding: 12px 0;
  }
}
.no5-info-strip__icon {
  display: block;
  flex-shrink: 0;
  height: 62px;
  width: 62px;
}
.no5-info-strip__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.no5-info-strip__label {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  white-space: nowrap;
}
.no5-info-strip__rule {
  background: rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  height: 60px;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .no5-info-strip__row {
    flex-direction: column;
  }
  .no5-info-strip__rule {
    display: none;
  }
}
.no5-location-cards__grid {
  display: grid;
  gap: 40px 51px;
  grid-template-columns: repeat(var(--no5-location-card-columns, 2), 1fr);
}
@media screen and (max-width: 900px) {
  .no5-location-cards__grid {
    grid-template-columns: 1fr;
  }
}
.no5-location-card__media {
  aspect-ratio: 670 / 358;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}
.no5-location-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.no5-location-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 17px;
}
.no5-location-card__heading {
  color: #1e1e1e;
  font-family: var(--font-family-headings);
  font-size: 34px;
  letter-spacing: 0.34px;
  margin: 0 0 8px;
}
.no5-location-card__address-line {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.no5-location-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.no5-location-card__tag-text {
  color: #000;
  font-size: 13px;
  letter-spacing: var(--letter-spacing, 1px);
  opacity: 0.6;
  text-transform: uppercase;
}
.no5-location-card__tag:not(:last-child)::after {
  background: #b2f100;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 14px;
  vertical-align: middle;
  width: 4px;
}
.no5-location-card__actions {
  display: flex;
  gap: 14px;
  margin-top: 10px;
}
.no5-location-card__btn {
  align-items: center;
  border-radius: 10px 0 10px 0;
  display: inline-flex;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  letter-spacing: 1.2px;
  padding: 10px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms ease, color 200ms ease;
  white-space: nowrap;
}
.no5-location-card__btn--primary {
  background: var(--color-lime, #b2f100);
  color: #000;
}
.no5-location-card__btn--primary:hover {
  background: var(--color-navy-cyan);
  color: #fff;
  text-decoration: none;
}
.no5-location-card__btn--secondary {
  background: #f9f9f7;
  color: #000;
}
.no5-location-card__btn--secondary:hover {
  background: var(--color-lime, #b2f100);
  color: #000;
  text-decoration: none;
}
a,
button,
input[type="submit"],
input[type="button"],
.wp-block-button__link,
.no5-location-card__btn,
.no5-footer__chat,
.no5-footer__call,
.no5-footer__social,
#open-menu,
#close-menu {
  cursor: pointer;
}
.wp-block-button__link,
.no5-location-card__btn,
.no5-footer__chat,
.no5-footer__call,
.no5-contact-hero__detail-value a {
  transition: background-color 200ms ease, color 200ms ease;
}
@media screen and (min-width: 782px) {
  .hero-block .no5-hero-split__copy-col {
    padding-left: max(80px, calc((100% - 1464px) / 2)) !important;
    padding-bottom: 160px !important;
    padding-top: 80px !important;
  }
  .hero-block .no5-hero-split__copy-col > * {
    padding-left: 0 !important;
  }
}
.no5-hero-split__badge {
  bottom: -36px;
  left: max(80px, calc((100% - 1464px) / 2));
  position: absolute;
  width: 100px;
  z-index: 5;
}
@media screen and (max-width: 781px) {
  .no5-hero-split__copy-col {
    padding-bottom: 120px !important;
    padding-top: 140px !important;
  }
  .no5-hero-split__badge {
    bottom: 80px;
    left: 20px;
    margin: 0 auto 0;
    position: absolute;
    width: 100px;
  }
  .hero-block .wp-block-cover {
    min-height: 250px !important;
  }
}
.no5-google-reviews__embed {
  margin: 0 auto;
}
.no5-google-reviews {
  margin-bottom: -1px;
}

@media screen and (min-width: 768px) {
  .no5-pt-xsmall {
    padding-top: 24px;
  }
  .no5-pb-xsmall {
    padding-bottom: 24px;
  }
  .no5-pt-small {
    padding-top: 48px;
  }
  .no5-pb-small {
    padding-bottom: 48px;
  }
  .no5-pt-medium {
    padding-top: 67px;
  }
  .no5-pb-medium {
    padding-bottom: 80px;
  }
  .no5-pt-large {
    padding-top: 80px;
  }
  .no5-pb-large {
    padding-bottom: 93px;
  }
  .no5-pt-xlarge {
    padding-top: 117px;
  }
  .no5-pb-xlarge {
    padding-bottom: 117px;
  }
  .no5-pt-xxlarge {
    padding-top: 165px;
  }
  .no5-pb-xxlarge {
    padding-bottom: 165px;
  }
  .no5-eyebrow {
    font-size: 24px;
  }
  .no5-block .no5-heading--display {
    font-size: 80px;
  }
  .no5-block .no5-heading--display-md {
    font-size: 64px;
  }
  .no5-block .no5-heading--display-xl {
    font-size: 92px;
  }
  .no5-block .no5-heading--display-sm {
    font-size: 52px;
  }
  .no5-block .no5-heading--xl {
    font-size: 54px;
  }
  .no5-block .no5-heading--large {
    font-size: 40px;
  }
  .no5-block .no5-heading--medium {
    font-size: 28px;
  }
  .no5-gym-feature-card__title {
    font-size: 28px;
  }
  .no5-blabla-feature-card__title {
    font-size: 28px;
  }
  .no5-menu-feature-card__title {
    font-size: 28px;
  }
  .no5-tag-list--connected .no5-tag-list__media {
    margin-bottom: calc(-1 * 93px);
  }
  .no5-tag-list--connected .no5-tag-list__media img {
    height: calc(100% + 93px);
  }
  .no5-stat-card__eyebrow,
.no5-stat-card__suffix {
    font-size: 54px;
  }
  .no5-stat-card__figure {
    font-size: 114px;
  }
  .no5-block .no5-team__name {
    font-size: 32px;
  }
  .no5-link-column__item {
    font-size: 28px;
  }
  .no5-gym-feature-card__title--medium {
    font-size: 28px;
  }
  .no5-gym-feature-card__title--small {
    font-size: 20px;
  }
  .no5-gym-feature-card__title--large {
    font-size: 40px;
  }
  .no5-blabla-feature-card__title--medium {
    font-size: 28px;
  }
  .no5-blabla-feature-card__title--small {
    font-size: 20px;
  }
  .no5-blabla-feature-card__title--large {
    font-size: 40px;
  }
  .no5-menu-feature-card__title--medium {
    font-size: 28px;
  }
  .no5-menu-feature-card__title--small {
    font-size: 20px;
  }
  .no5-menu-feature-card__title--large {
    font-size: 40px;
  }
  .no5-block .no5-hl-indent {
    margin-left: 110px;
  }
  .no5-post-grid__band {
    padding-bottom: 35px;
    padding-top: 125px;
  }
  .no5-post-grid__list {
    padding-top: 84px;
  }
  .no5-post-card--logo .no5-post-card__img {
    padding: 30px 77px;
  }
  .no5-post-card--feature.no5-post-card--logo .no5-post-card__img {
    padding: 25px 100px;
  }
  .no5-block .no5-post-card__title {
    font-size: 28px;
  }
  .no5-block .no5-post-card--feature .no5-post-card__title {
    font-size: 52px;
  }
  .no5-post-grid__actions {
    padding-bottom: 106px;
    padding-top: 113px;
  }
  .no5-article__head {
    padding-top: 115px;
  }
  .no5-block .no5-article__title {
    font-size: 70px;
  }
  .no5-article__hero--logo .no5-article__hero-img {
    padding: 70px 148px;
  }
  .no5-article__hero-fade {
    height: calc(var(--no5-veil-solid) + 128px);
  }
  .no5-article__row {
    padding-bottom: 130px;
    padding-top: 59px;
  }
  .no5-article__body,
.no5-article__body p,
.no5-article__body li {
    font-size: 21px;
  }
  .no5-article__body h2 {
    font-size: 42px;
    margin: 69px 0 30px;
  }
  .no5-article__body h3 {
    font-size: 21px;
    margin: 56px 0 28px;
  }
  .no5-article__body figure,
.no5-article__body .wp-block-image {
    margin: 59px 0;
  }
  .no5-block .no5-statements__text--medium {
    font-size: 36px;
  }
  .no5-block .no5-statements__text--small {
    font-size: 28px;
  }
  .no5-block .no5-statements__text--large {
    font-size: 48px;
  }
  .no5-strapline__row {
    gap: 38px;
  }
  .no5-block .no5-strapline__item--medium {
    font-size: 28px;
  }
  .no5-block .no5-strapline__item--small {
    font-size: 20px;
  }
  .no5-block .no5-strapline__item--large {
    font-size: 36px;
  }
  .no5-block .no5-faq__heading {
    margin: 0 0 60px;
  }
  .no5-faq__grid {
    column-gap: 66px;
  }
  .no5-faq__question {
    font-size: 28px;
  }
  .no5-footer__heading {
    font-size: 48px;
  }
  .no5-brand-menu .no5-feature-cards__grid {
    --no5-card-gap: 67px;
  }
  #gform_wrapper_4 .gfield--type-html h4 {
    font-size: 48px;
  }
  #gform_confirmation_wrapper_4 h4 {
    font-size: 48px;
  }
  .no5-menu-card__heading {
    font-size: 35px;
  }
  .no5-contact-hero__heading {
    font-size: 64px;
  }
  .no5-contact-hero__detail-value {
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .no5-stat-card__eyebrow,
.no5-stat-card__suffix {
    font-size: 55px;
  }
  .no5-stat-card__figure {
    font-size: 122px;
  }
  .no5-block .no5-hl-indent {
    margin-left: 146px;
  }
  .no5-article__hero--logo .no5-article__hero-img {
    padding: 80px 183px;
  }
  .no5-strapline__row {
    gap: 45px;
  }
  .no5-faq__grid {
    column-gap: 71px;
  }
  .no5-brand-menu .no5-feature-cards__grid {
    --no5-card-gap: 69px;
  }
}
