/* Colors */
/* Spacing */
/* Font Styles */
/* Font Weights */
/* Line Heights */
/* Text Decorations */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 100%; /* 16px browser default */
  scroll-behavior: smooth;
}
@media (min-width: 1366px) {
  html {
    font-size: 112.5%; /* 18px browser default */
  }
}

body {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--black);
  font-size: 1rem;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 36px;
}
p.sm {
  font-size: 0.8rem;
}
p.subheadng {
  font-size: 0.8rem;
  margin-bottom: 8px !important;
}

b, strong {
  font-weight: 700;
}

mark {
  background: none;
  position: relative;
}
mark::before {
  transform: rotate(-2deg) !important;
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 30px;
  z-index: -1;
  content: "";
  padding: 0 5px;
  position: absolute;
  margin-left: -5px;
}
@media (min-width: 1024px) {
  mark::before {
    height: 50px;
  }
}

blockquote, cite, em, i {
  font-style: italic;
}

a {
  transition: all 0.2s ease-in-out;
}

.h1-xl {
  font-size: 4.768rem;
}

h1, .h1 {
  font-size: clamp(2.861rem, 4vw + 1rem, 3.815rem);
  line-height: 1.2;
  font-family: quiche-sans, sans-serif;
  margin-bottom: 16px;
}

h2, .h2 {
  font-size: clamp(1.831rem, 4vw + 1rem, 3.052rem);
  line-height: 1.2;
  font-family: quiche-sans, sans-serif;
  margin-bottom: 16px;
}

h3, .h3 {
  font-size: clamp(1.831rem, 4vw + 1rem, 2.441rem);
  line-height: 1.2;
  font-family: quiche-sans, sans-serif;
  margin-bottom: 16px;
}

h4, .h4 {
  font-size: clamp(1.465rem, 4vw + 1rem, 1.953rem);
  line-height: 1.2;
  font-family: quiche-sans, sans-serif;
  margin-bottom: 16px;
}

h5, .h5 {
  font-size: clamp(1.171rem, 4vw + 1rem, 1.563rem);
  line-height: 1.2;
  font-family: quiche-sans, sans-serif;
  margin-bottom: 16px;
}

h6, .h6 {
  font-size: clamp(1rem, 4vw + 1rem, 1.25rem);
  line-height: 1.2;
  font-family: quiche-sans, sans-serif;
  margin-bottom: 16px;
}

.lh-body {
  line-height: 1.5;
}

ul.wp-block-list.list--highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 8px;
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1366px) {
  ul.wp-block-list.list--highlights {
    grid-template-columns: 300px 300px;
  }
}
ul.wp-block-list.list--highlights li {
  border-top: 1px solid;
  padding: 16px 0 8px;
  font-size: clamp(1rem, 4vw + 1rem, 1.25rem);
}

.half-space {
  margin-block-start: 12.8px !important;
}

header.site-header {
  background: #F0EDE6;
  width: 100%;
}
header.site-header .site-header__container {
  padding: 32px 0px;
  display: grid;
  grid-template-columns: 124px auto;
  justify-content: space-between;
  gap: 128px;
  margin: 0 auto;
  max-width: min(90%, 1632px);
}
@media (min-width: 1366px) {
  header.site-header .site-header__container {
    grid-template-columns: 124px auto auto;
  }
}
header.site-header .site-header__container .site-header--logo {
  padding-left: 32px;
}
header.site-header .site-header__container .site-header--navigation {
  display: none;
}
@media (min-width: 1366px) {
  header.site-header .site-header__container .site-header--navigation {
    display: flex;
    margin: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
  }
}
header.site-header .site-header__container .site-header--navigation nav {
  display: none;
  width: 100%;
}
@media (min-width: 1366px) {
  header.site-header .site-header__container .site-header--navigation nav {
    display: block;
  }
}
header.site-header .site-header__container .site-header--navigation nav ul li a {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 700;
}
header.site-header .site-header__container .site-header--navigation nav ul li a:hover {
  text-decoration: none;
}
header.site-header .site-header__container .site-header--button {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
header.site-header .site-header__container .site-header--button .wp-block-buttons .wp-block-button.mobile-menu {
  display: block;
}
@media (min-width: 1366px) {
  header.site-header .site-header__container .site-header--button .wp-block-buttons .wp-block-button.mobile-menu {
    display: none;
  }
}
header.site-header .site-header__container .site-header--button .wp-block-buttons .wp-block-button.mobile-menu a {
  font-size: 0.8rem;
}
header.site-header .site-header__container .site-header--button .wp-block-buttons .wp-block-button.member-button {
  display: none;
}
@media (min-width: 1366px) {
  header.site-header .site-header__container .site-header--button .wp-block-buttons .wp-block-button.member-button {
    display: block;
  }
}
header.site-header .site-header__container .site-header--button .wp-block-buttons .wp-block-button.member-button a {
  font-size: 0.8rem;
}

.mobile-book-button {
  width: 100%;
  position: sticky;
  bottom: 0;
  margin-block-start: 0 !important;
  z-index: 99;
}
.mobile-book-button .wp-block-buttons {
  width: 100%;
}
.mobile-book-button .wp-block-buttons .wp-block-button {
  width: 100%;
}
.mobile-book-button .wp-block-buttons .wp-block-button a.wp-block-button__link {
  border: 0;
  width: 100%;
  padding: 24px 32px;
}
@media (min-width: 1366px) {
  .mobile-book-button {
    display: none;
  }
}

.content {
  margin-bottom: 48px;
}
@media (min-width: 1366px) {
  .content {
    margin-bottom: 96px;
  }
}
.home .content {
  margin-bottom: 0;
}

.single-post .hero {
  position: relative;
  min-height: 600px;
}
.single-post .entry-content {
  padding-top: 50px;
}
@media (min-width: 1366px) {
  .single-post .entry-content {
    padding-top: 0;
  }
}
.single-post .entry-content.is-layout-constrained {
  max-width: min(90%, 1000px) !important;
  margin: 0 auto;
}
.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
  margin-top: 32px;
}
@media (min-width: 1366px) {
  .single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6 {
    margin-top: 72px;
  }
}
.single-post .entry-content > h2:first-of-type {
  margin-top: 0;
}

.blog main .wp-block-query ul.wp-block-post-template {
  display: grid;
  row-gap: 64px;
}
@media (min-width: 1200px) {
  .blog main .wp-block-query ul.wp-block-post-template {
    row-gap: 96px;
  }
}
.blog main .wp-block-query ul.wp-block-post-template li.wp-block-post {
  margin: 0;
}
.blog main .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns {
  margin-bottom: 0;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .blog main .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns {
    gap: 48px;
  }
}
@media (min-width: 1200px) {
  .blog main .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-columns {
    flex-direction: row;
  }
}
.blog main .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-post-title a {
  text-decoration: none;
}
.blog main .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link {
  background: var(--wp--preset--color--primary);
  border: 1px solid transparent;
  border-radius: 48px;
  color: var(--wp--preset--color--tertiary);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 0.833rem;
  padding: 16px 32px;
  text-decoration: none;
  font-weight: 700;
}
.blog main .wp-block-query ul.wp-block-post-template li.wp-block-post .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link:hover {
  background: var(--wp--preset--color--primary);
  border: 1px solid transparent;
  color: var(--wp--preset--color--tertiary);
}

footer.site-footer {
  background: var(--wp--preset--color--tertiary);
  margin-top: 0;
  padding: 0;
  box-sizing: border-box;
}
footer.site-footer .wp-block-group.site-footer__container {
  margin: 0 auto;
  padding: 96px 0px;
  max-width: min(90%, 1632px);
}
footer.site-footer .wp-block-group.site-footer__container .wp-block-group .site-footer__columns .footer--press .wp-block-group {
  justify-content: flex-end;
}
footer.site-footer .wp-block-group.site-footer__container .wp-block-group .footer--copyright {
  margin-block-start: 48px;
}
footer.site-footer .wp-block-group.site-footer__container .wp-block-group .footer--copyright p {
  font-size: 0.8rem;
}
footer.site-footer .wp-block-group.site-footer__container .wp-block-group .footer--copyright p a {
  text-decoration: none;
}
footer.site-footer .wp-block-group.site-footer__container .wp-block-group .footer--copyright p a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

html, body, [data-canvas=container], [data-off-canvas] {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  /*height: 100%;
  overflow: hidden;*/
}

/* Canvas */
[data-canvas] {
  z-index: 1;
}

[data-canvas=container] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  background: var(--wp--preset--color--base); /* Basic background color, overwrite this in your own css. */
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[data-canvas=container]:before, [data-canvas=container]:after {
  clear: both;
  content: "";
  display: table;
}

/* Off-Canvas */
[data-off-canvas] {
  display: none;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS devices, may be removed by setting to 'auto' in your own CSS. */
}

[data-off-canvas*=top] {
  width: 100%;
  height: 255px;
  top: 0;
}

[data-off-canvas*=right] {
  width: 100%;
  height: 100%;
  max-width: 400px;
  top: 0;
  right: 0;
}
.logged-in [data-off-canvas*=right] {
  top: 32px;
}
@media (min-width: 1366px) {
  .logged-in [data-off-canvas*=right] {
    top: 0;
  }
}

[data-off-canvas*=bottom] {
  width: 100%;
  height: 72%;
  bottom: 0;
}
@media (min-width: 1366px) {
  [data-off-canvas*=bottom] {
    height: 510px;
  }
}

[data-off-canvas*=left] {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-width: 400px;
  top: 0;
  left: 0;
}
.logged-in [data-off-canvas*=left] {
  top: 32px;
}
@media (min-width: 1366px) {
  .logged-in [data-off-canvas*=left] {
    top: 0px;
  }
}

[data-off-canvas*=reveal] {
  z-index: 0;
}

[data-off-canvas*=push] {
  z-index: 1;
}

[data-off-canvas*=overlay] {
  z-index: 9999;
}

[data-off-canvas*=shift] {
  z-index: 0;
}

/* Animation */
[data-canvas], [data-off-canvas] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 300ms;
  transition: transform 300ms;
  -webkit-backface-visibility: hidden; /* Prevents flickering, may be removed if experiencing problems with fixed background images in Chrome. */
}

[data-off-canvas*=shift][data-off-canvas*=top] {
  -webkit-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

[data-off-canvas*=shift][data-off-canvas*=right] {
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

[data-off-canvas*=shift][data-off-canvas*=bottom] {
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

[data-off-canvas*=shift][data-off-canvas*=left] {
  -webkit-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
}

.nav-slidebar {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--tertiary);
}
.nav-slidebar .wrap {
  padding: 0 !important;
  width: 95%;
  margin: 0 auto;
  height: 100%;
  display: grid;
  grid-template-rows: 35px 1fr;
}
.nav-slidebar .wrap .close-menu {
  align-items: center;
  display: grid;
  float: right;
  height: 35px;
  justify-content: center;
  padding: 0;
  width: 35px;
}
.nav-slidebar .wrap .close-menu svg {
  fill: var(--wp--preset--color--tertiary);
  width: 20px;
}
.nav-slidebar .wrap .nav-mobile {
  display: grid;
  max-height: 400px;
}
@media (min-width: 1366px) {
  .nav-slidebar .wrap .nav-mobile {
    display: none;
  }
}
.nav-slidebar .wrap .nav-mobile ul {
  display: grid;
  align-items: center;
  padding: 0;
  border-bottom: 0;
  gap: 16px;
}
.nav-slidebar .wrap .nav-mobile ul li {
  list-style-type: none;
  text-align: center;
}
.nav-slidebar .wrap .nav-mobile ul li a {
  background: none;
  color: var(--wp--preset--color--tertiary);
  padding: 8px 16px;
  font-size: clamp(1.465rem, 4vw + 1rem, 1.953rem);
  font-weight: 700;
  font-family: quiche-sans, sans-serif;
  text-decoration: none;
}

.nav-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: var(--wp--preset--color--tertiary);
  z-index: -1;
}
.nav-overlay.active {
  opacity: 0.7;
  z-index: 9999;
}
.nav-overlay .logged-in * {
  top: 0;
}
@media (min-width: 1366px) {
  .nav-overlay .logged-in * {
    top: 0;
  }
}

.menu-open {
  overflow: hidden;
}

/* Print */
@media print {
  [data-canvas] {
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
  }
  [data-off-canvas] {
    display: none !important;
  }
}
.wp-block-columns {
  gap: 48px;
}

.hide-image-on-mobile .image__column {
  display: none;
}
@media (min-width: 1024px) {
  .hide-image-on-mobile .image__column {
    display: block;
  }
}

.reverse-order-on-mobile .copy__column {
  order: 2;
}
@media (min-width: 1366px) {
  .reverse-order-on-mobile .copy__column {
    order: 1;
  }
}
.reverse-order-on-mobile .image__column {
  order: 1;
}
@media (min-width: 1366px) {
  .reverse-order-on-mobile .image__column {
    order: 2;
  }
}

.wp-block-columns .image__column .wp-block-image.alignright {
  float: none;
  margin: 0 auto;
  margin-block-start: 0 !important;
}
@media (min-width: 1024px) {
  .wp-block-columns .image__column .wp-block-image.alignright {
    float: right;
  }
}

.testimonial-section.has-background-image {
  background: var(--wp--preset--gradient--gradient-2);
}
@media (min-width: 1366px) {
  .testimonial-section.has-background-image {
    background: var(--wp--preset--gradient--gradient-2);
  }
}
.testimonial-section .testimonial__content {
  max-width: min(90%, 1000px);
}

.price-cards h2, .price-cards .h2 {
  margin-bottom: 64px;
}
.price-cards .price-cards__grid {
  gap: 48px;
  justify-content: center;
}
.price-cards .price-card__column {
  max-width: 600px;
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .has-deco-right {
    background-image: url("../../images/deco-right.png");
    background-size: 500px;
    background-repeat: no-repeat !important;
    background-position: bottom right;
  }
}
@media (min-width: 1536px) {
  .has-deco-right {
    background-size: 700px;
  }
}

@media (min-width: 1024px) {
  .has-deco-left {
    background-image: url("../../images/deco-left.png");
    background-size: 500px;
    background-repeat: no-repeat !important;
    background-position: bottom left;
  }
}
@media (min-width: 1536px) {
  .has-deco-left {
    background-size: 700px;
  }
}

.container {
  max-width: none;
}

.card-copy-container {
  left: 0;
  padding: 24px 16px 24px 16px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.card h3 {
  font-size: clamp(1rem, 4vw + 1rem, 1.25rem);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.card p.full {
  font-size: 1rem;
  color: var(--wp--preset--color--contrast) !important;
  opacity: 0;
  height: 0px;
  transition: opacity 0.3s ease-in;
  margin: 0;
}

.card p.short {
  font-size: 1rem;
  color: var(--wp--preset--color--contrast) !important;
  opacity: 1;
  transition: opacity 0.3s ease-in;
  height: auto;
  margin: 0;
}

.card h3 {
  opacity: 1;
  margin-bottom: 24px;
}

.card.active p.short {
  opacity: 0;
  height: 0;
}

.card.active p.full {
  opacity: 1;
  height: auto;
}

.wp-block-ctrl-price-card {
  gap: 24px !important;
  padding-bottom: 98.6666666667px !important;
  padding-top: 148px;
}

.wp-block-ctrl-price-card-cost {
  display: none !important;
}

.wp-block-ctrl-carousel {
  overflow: hidden;
}

.embla {
  max-width: none;
  margin: auto auto auto 5%;
  --slide-height: 500px;
  --slide-spacing: 16px;
  --slide-size: 250px;
  --slide-size-grow: 300px;
}
@media (min-width: 1024px) {
  .embla {
    --slide-size: 350px;
    --slide-size-grow: 600px;
    --slide-height: 700px;
  }
}
@media (min-width: 1366px) {
  .embla {
    margin: auto auto auto calc((100% - min(90%, 1632px)) / 2);
  }
}

.embla__viewport {
  overflow: hidden;
}
@media (min-width: 1366px) {
  .embla__viewport {
    overflow: visible;
  }
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}
@media (min-width: 1366px) {
  .embla__container {
    margin-right: calc((100% - min(90%, 1632px)) / 2);
  }
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 var(--slide-size);
  min-width: 0;
  padding-left: var(--slide-spacing);
}
.embla__slide.card {
  position: relative;
  margin: 8px;
  height: var(--slide-height);
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  cursor: pointer;
  transition: flex 0.3s ease-in;
  background: var(--wp--preset--color--secondary);
  background-size: cover, cover !important;
}
@media (min-width: 1366px) {
  .embla__slide.card {
    height: var(--slide-height);
  }
}
.embla__slide.card.bg-works {
  background: var(--wp--preset--color--secondary) !important;
}
.embla__slide.card.bg-works h3 {
  color: var(--wp--preset--color--tertiary) !important;
}
.embla__slide.card.bg-works p {
  color: var(--wp--preset--color--tertiary) !important;
}
.embla__slide.card.bg-therapy {
  background: var(--wp--preset--gradient--gradient-2), url("../../images/eFit-Pillar-Psychotherapy.jpg") !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat;
}
.embla__slide.card.bg-training {
  background: var(--wp--preset--gradient--gradient-2), url("../../images/eFit-Pillar-Physical-Movement.jpg") !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat;
}
.embla__slide.card.bg-somatic {
  background: var(--wp--preset--gradient--gradient-2), url("../../images/eFIT-Pillar-Somatics.jpg") !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat;
}
.embla__slide.card.bg-nutrition {
  background: var(--wp--preset--gradient--gradient-2), url("../../images/eFIT-Pillar-Dietary.jpg") !important;
  background-size: cover, cover !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat;
}

.embla__slide.active {
  flex: 0 0 var(--slide-size-grow);
  background: var(--wp--preset--color--secondary) !important;
}
.embla__slide.active h3 {
  color: var(--wp--preset--color--secondary) !important;
}
.embla__slide.active p {
  color: var(--wp--preset--color--contrast) !important;
}

.embla__controls {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1.2rem;
  margin-top: 1.8rem;
}

.embla__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.embla__button {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--tertiary) !important;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 3.6rem;
  height: 3.6rem;
  z-index: 1;
  border-radius: 50%;
  color: var(--wp--preset--color--tertiary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.embla__button svg path {
  fill: var(--wp--preset--color--tertiary) !important;
}

.embla__button:disabled {
  color: var(--detail-high-contrast);
}

.embla__button__svg {
  width: 35%;
  height: 35%;
}

.embla__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: -0.6rem;
}

.embla__dot {
  -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  touch-action: manipulation;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.embla__dot:after {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  content: "";
}

.embla__dot--selected:after {
  box-shadow: inset 0 0 0 0.2rem var(--text-body);
}

.gform_required_legend {
  display: none;
}

.gfield_label {
  color: var(--wp--preset--color--black) !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 0.025rem !important;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  border-radius: 8px !important;
  border: 1px solid var(--wp--preset--color--secondary);
  font-size: 16px !important;
}

.gform-footer {
  justify-content: center !important;
}
.gform-footer input[type=submit].button {
  background: var(--wp--preset--color--primary) !important;
  border: 1px solid transparent !important;
  border-radius: 48px !important;
  color: var(--wp--preset--color--base) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05rem !important;
  font-size: 0.8rem !important;
  padding: 16px 32px !important;
  font-family: Lato, sans-serif !important;
  font-weight: 800 !important;
}

.wp-block-embed iframe {
  border-radius: 48px;
}

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

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

.mb-0 {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.mt-0 {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.mt-neg1 {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .mt-neg1 {
    margin-top: -32px !important;
  }
}
@media (min-width: 1366px) {
  .mt-neg1 {
    margin-top: -96px !important;
  }
}

.my-auto {
  margin: 0 auto;
}

.w-sm {
  max-width: calc(100% - 900px);
}

.w-md {
  max-width: min(90%, 1000px);
}

.w-lg {
  max-width: min(90%, 1140px);
}