@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 10px; /* 1rem = 10px */
  scroll-behavior: smooth;
}

:root {
  --primary-color: #000;
  --secondary-color: #fff;
  --primary-font: "Montserrat", sans-serif;
}

::-moz-selection {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

::selection {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

::-moz-selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

ul#wp-admin-bar-root-default {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-weight: 500;
  overflow-x: hidden;
  padding-top: 45px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1rem;
  margin: 0;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
  letter-spacing: -0.1rem !important;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: -0.1rem !important;
}

p {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}

b {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  padding-top: 2rem;
}
ul li {
  font-size: 2rem;
}

input {
  -webkit-appearance: none;
}

blockquote {
  margin: 8rem 0 8rem 4rem;
}
blockquote p {
  font-weight: 700;
  font-size: 2.2em;
  margin-top: 0;
}

.sec-padding {
  padding: 0 15rem;
}

.container {
  width: 90rem;
  margin: 12rem auto;
}
.container p {
  margin-top: 2rem;
  margin-bottom: 0;
}
.container h1, .container h2 {
  padding-top: 6rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.container h3, .container h4, .container h5, .container h6 {
  padding-top: 3rem;
  margin-bottom: 0;
}
.container ul {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.container ul li {
  line-height: 1.8;
}

.full-width {
  width: 100%;
}

.hero-section {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  height: 54rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-section ::-moz-selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.hero-section ::selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.hero-section .page-title-wrapper {
  margin-top: 0;
}

header {
  background: var(--primary-color);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header#header {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
header .logo {
  width: 4rem;
  height: auto;
}
header nav {
  margin-left: auto;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 4rem;
  padding: 0;
}
header ul li a {
  color: var(--secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
}

.page-title-wrapper {
  text-align: center;
  margin-top: 30vh;
  width: -webkit-fill-available;
}
.page-title-wrapper .page-subtitle {
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2.2rem;
}

.hero-content p {
  font-size: 2.2rem;
  font-weight: 600;
}

.featured-btn {
  text-decoration: none;
  padding: 1rem;
  color: inherit;
  position: relative;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.featured-btn span {
  font-size: 2rem;
  font-weight: 700;
  font-style: italic;
}
.featured-btn img {
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 8.5rem;
}
.featured-btn.white {
  color: var(--secondary-color);
}

.cta-banner {
  background-color: var(--primary-color);
  display: -ms-grid;
  display: grid;
  height: 28rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-banner .featured-btn img {
  right: -1.4rem;
  width: 34rem;
}

.banner-wrapper {
  width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrapper .banner {
  background-color: var(--primary-color);
  padding: 10rem;
  padding-top: 9rem;
  margin-bottom: 16rem;
  color: var(--secondary-color);
  display: block;
}
.banner-wrapper .banner h2 {
  margin-top: 0;
  padding-top: 0;
}
.banner-wrapper .banner p {
  margin-top: 1rem;
}
.banner-wrapper .banner .newsletter {
  margin-top: 3rem;
  width: 100%;
}
.banner-wrapper .banner input.email {
  border-color: var(--secondary-color);
  width: 34rem;
}
.banner-wrapper .banner span {
  display: block;
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}

footer {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
footer ::-moz-selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
footer ::selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
footer p {
  margin: 0;
  font-size: 1.6rem;
}
footer h2 {
  padding-top: 10rem;
  padding-bottom: 2rem;
}
footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-content .useful-links ul {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin: 0;
}
footer .footer-content .useful-links ul li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
footer .footer-content .useful-links ul a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
}
footer .footer-content .social-links img {
  width: 1.8rem;
  opacity: 0.5;
}
footer .footer-content .social-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 1.4rem;
}
footer .footer-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  margin-top: 8rem;
}
footer .footer-bar .copyrights p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
footer .footer-bar .value-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}
footer .footer-bar .value-links ul a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}
footer .newsletter-wrapper {
  margin-top: 0;
}
footer .newsletter-wrapper p {
  margin-bottom: 2rem;
}

.newsletter-wrapper {
  margin-top: 3rem;
  padding-bottom: 1rem;
}

form.newsletter {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
}
form.newsletter input {
  padding-left: 1.5rem;
  outline: none;
  border: 2px solid var(--secondary-color);
  background-color: transparent;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 1.6rem;
  width: 30rem;
  height: auto;
  color: var(--secondary-color);
  line-height: 0;
  border-radius: 0;
}
form.newsletter input.button {
  background-color: var(--secondary-color);
  border: none;
  color: var(--primary-color);
  font-size: 1.4rem;
  height: 100%;
  padding: 2rem;
  width: auto;
  cursor: pointer;
  margin-left: 1rem;
  font-weight: 700;
  border-radius: 0 !important;
}
form.newsletter.white input {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
form.newsletter.white input.button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.highlighted-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 4rem;
  border: 0.1rem solid var(--primary-color);
}
.highlighted-container > :nth-child(1) {
  margin-top: 0;
}

.signature {
  margin-top: 3rem;
  margin-bottom: -1.5rem;
  width: 20rem;
  height: auto;
}

.homepage .hero-section {
  height: calc(100vh - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homepage .hero-section .page-title-wrapper {
  margin-top: 0;
  margin-top: 30vh;
}
.homepage .home-about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10rem;
  width: -webkit-fill-available;
}
.homepage .home-about-wrapper p {
  font-weight: 500;
  width: 90rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}
.homepage section {
  padding: 16rem 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--secondary-color);
}
.homepage section.faq-wrapper {
  display: block;
}
.homepage section.white {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
.homepage section.white ::-moz-selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.homepage section.white ::selection {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.homepage .content {
  width: 80rem;
}
.homepage .faq-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4rem 6rem;
  margin-top: 6rem;
}
.homepage .faq-content .faq {
  width: calc(50% - 3rem);
  height: 100%;
}
.homepage .faq-content .faq h4 {
  font-weight: 600;
}

.wellness-journey .testimonial-wrapper {
  padding-bottom: 1rem;
}
.wellness-journey .testimonial-holder {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 1rem;
  display: block;
}
.wellness-journey .testimonial-holder::before {
  content: "–";
  display: inline-block;
  margin-right: 0.6rem;
  font-weight: 500;
}

.thank-you .page-title {
  width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.dark-canvas {
  background: var(--primary-color);
  color: var(--secondary-color);
}

.page-subtitle span a {
  font-weight: 600;
}
.page-subtitle span.author-name {
  font-weight: 600;
}

.post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 24rem;
}
.post-wrapper .post-content {
  width: 40%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.post-wrapper .post-content:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 30rem);
  background-color: var(--primary-color);
  top: 50%;
  right: -20rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.1;
}
.post-wrapper .post-content a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-thickness: 0.1rem;
}
.post-wrapper aside {
  width: 24%;
}
.post-wrapper aside ul {
  padding-left: 0;
}
.post-wrapper aside ul li {
  list-style: none;
}
.post-wrapper sup {
  font-weight: 700;
  font-size: 1.4rem;
  margin-right: 0.2rem;
}
.post-wrapper .author-details p {
  font-size: 1.8rem;
  font-weight: 400;
}
.post-wrapper .table-of-contents ul {
  gap: 0;
}
.post-wrapper .table-of-contents ul > :last-child {
  margin-bottom: 0;
}
.post-wrapper .table-of-contents ul > :first-child {
  margin-top: 0;
}
.post-wrapper .table-of-contents ul a {
  -webkit-transition: color 0.3s, font-weight 0.3s;
  transition: color 0.3s, font-weight 0.3s;
}
.post-wrapper .table-of-contents ul a.active {
  font-weight: 600;
}
.post-wrapper .table-of-contents .toc-level-1 {
  margin-top: 1.6rem;
  margin-bottom: 0.2rem;
}
.post-wrapper .table-of-contents .toc-level-1 a {
  font-size: 1.8rem;
  margin: 0;
}
.post-wrapper .table-of-contents .toc-level-2 {
  padding-left: 1.8rem;
  margin: 0.2rem 0;
}
.post-wrapper .table-of-contents .toc-level-2 a {
  font-size: 1.6rem;
}
.post-wrapper .related-posts ul li a {
  font-size: 1.8rem;
  font-weight: 600;
}

html.no-scroll {
  overflow: hidden;
}

#menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  width: 100%;
  height: calc(100vh - 40px);
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: var(--primary-color);
  top: 40px;
}
#menu ul {
  padding: 0;
  display: -ms-grid;
  display: grid;
  list-style: none;
  gap: 20px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  height: 100%;
  margin: 0;
}
#menu ul a {
  font-family: var(--primary-font);
  font-size: 2.4rem;
}

#menu.visible {
  visibility: visible;
  opacity: 1;
}

#Hamburger {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  position: absolute;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 6vw;
  top: 12px;
  margin-left: auto;
}

#Hamburger .fake {
  width: 26px;
  height: 24px;
  position: absolute;
  top: -16px;
  right: -3px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#Hamburger span {
  display: block;
  width: 23px;
  height: 3px;
  margin-bottom: 5px;
  background: var(--secondary-color);
  border-radius: 0;
  z-index: 1;
  -webkit-transform-origin: 10px 0;
          transform-origin: 10px 0;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), margin 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#Hamburger span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#Hamburger span:nth-last-child(2) {
  -webkit-transform-origin: -2px -4px;
          transform-origin: -2px -4px;
}

#Hamburger .fake:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(4px, 1px);
          transform: rotate(45deg) translate(4px, 1px);
  background: var(--secondary-color);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Hamburger .fake:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0) scale(0.2, 0.2);
          transform: rotate(0) scale(0.2, 0.2);
}

#Hamburger .fake:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
          transform: rotate(-45deg) translate(-6px, 6px);
}