@import url("https://use.typekit.net/cec6ibw.css");
/* fonts */
.ave {
  font-family: "avenir-lt-pro", sans-serif !important;
}
.men {
  font-family: meno-banner, serif !important;
}
/* body */
html,
body {
  margin: 0;
  background: #fff;
  font-size: 62.5% !important;
  color: #0A0A0A;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: "avenir-lt-pro", sans-serif !important;
}
#page {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body p {
  color: #0A0A0A;
}
table,
tr,
td {
  font-size: 20px;
}
a {
  outline: none;
  text-decoration: none;
}
.row {
  max-width: 150rem;
  height: inherit;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 5;
}
.row .anchor {
  position: absolute;
  top: -16rem;
  height: 1px;
  width: 1px;
}
* {
  box-sizing: border-box;
}
/* layout */
.flex {
  display: flex;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.col {
  flex-direction: column;
}
.flex.row {
  flex-direction: row;
}
.flex.ac {
  align-items: center;
}
.flex.as {
  align-items: flex-start;
}
.flex.ae {
  align-items: flex-end;
}
.flex.jsb {
  justify-content: space-between;
}
.flex.jc {
  justify-content: center;
}
.flex.js {
  justify-content: flex-start;
}
.flex.je {
  justify-content: flex-end;
}
/* header */
header#head {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 3rem 0;
  z-index: 50;
  transition: all .5s;
  background: transparent;
}
header#head .row {
  max-width: 140rem;
  padding: 0.5rem 3rem;
}
header#head .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#head .row .flex #logo {
  flex: 1 0 21.2rem;
  max-width: 21.2rem;
  height: 5.7rem;
}
header#head .row .flex #logo a {
  display: block;
}
header#head .row .flex #logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header#head .row .flex nav {
  flex: 1;
  max-width: 100%;
  padding-left: 4rem;
}
header#head .row .flex nav .scroll .content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header#head .row .flex nav .scroll .content .menu-main-menu-container {
  width: 100%;
}
header#head .row .flex nav .scroll .content ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0 -1.6rem;
  padding: 0;
}
header#head .row .flex nav .scroll .content ul li {
  padding: 1rem 1.6rem;
  position: relative;
}
header#head .row .flex nav .scroll .content ul li a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 800;
  color: #fff;
  position: relative;
}
header#head .row .flex nav .scroll .content ul li a:hover:before {
  left: 0;
  right: 50%;
}
header#head .row .flex nav .scroll .content ul li a:hover:after {
  right: 0;
  left: 50%;
}
header#head .row .flex nav .scroll .content ul li a:before,
header#head .row .flex nav .scroll .content ul li a:after {
  content: '';
  display: block;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 2.5rem;
  transition: all .3s;
}
header#head .row .flex nav .scroll .content ul li a:before {
  left: -50%;
  right: 150%;
}
header#head .row .flex nav .scroll .content ul li a:after {
  right: -50%;
  left: 150%;
}
#mobileTrigger {
  display: none;
  height: 3.4rem;
  width: 4rem;
  cursor: pointer;
  padding: 0 1rem;
  position: absolute;
  right: 2rem;
  top: 1.6rem;
  z-index: 110;
}
#mobileTrigger div {
  width: 2rem;
  height: 2px;
  background: #fff;
  margin: 1rem 0;
  transition: all .3s;
}
#mobileTrigger div + div {
  width: 1.1rem;
}
#mobileTrigger.opened {
  position: fixed;
  top: 1.8rem;
  right: 2.3rem;
}
#mobileTrigger.opened div {
  width: 2.4rem;
  position: absolute;
  top: 1.9rem;
  left: 1.1rem;
  transform: rotate(45deg);
  background: #181a3e;
}
#mobileTrigger.opened div + div {
  transform: rotate(-45deg);
}
#page.scrolled header#head {
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.9);
}
#page.scrolled header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
#page.scrolled header#head .row .flex nav .scroll .content ul li a:before,
#page.scrolled header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
#page.scrolled header#head #mobileTrigger div {
  background: #000;
}
.invertheader .row .flex nav .scroll .content ul li a {
  color: #000;
}
.invertheader .row .flex nav .scroll .content ul li a:before,
.invertheader .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.invertheader #mobileTrigger div {
  background: #000;
}
/* HOME */
.page-template-page-home #hero {
  width: 100%;
  padding: 22rem 0 10rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-home #hero .row {
  max-width: 99rem;
}
.page-template-page-home #hero .row .img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
.page-template-page-home #hero .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #hero .row .txt {
  text-align: center;
}
.page-template-page-home #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  max-width: 61rem;
  margin: 0 auto 3.5rem auto;
}
.page-template-page-home #hero .row .txt .buttons {
  display: flex;
  justify-content: center;
  max-width: 67.5rem;
  margin: 0 auto;
}
.page-template-page-home #hero .row .txt .buttons a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 133%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 1.5rem 3rem;
  background-color: #846dd9;
  border-radius: 0.8rem;
  transition: all .3s;
}
.page-template-page-home #hero .row .txt .buttons a:hover {
  color: #846dd9;
  background-color: #fff;
}
.page-template-page-home #hero .row .txt .buttons a:last-of-type {
  margin-left: 1.5rem;
}
.page-template-page-home #about {
  padding: 8rem 0;
}
.page-template-page-home #about .row {
  max-width: 142rem;
}
.page-template-page-home #about .row .bg {
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4rem;
  background-size: cover;
  padding: 7rem 8rem 7rem 13.5rem;
}
.page-template-page-home #about .row .bg .txt {
  max-width: 46rem;
  margin: 0 0 0 auto;
  text-align: center;
}
.page-template-page-home #about .row .bg .txt p {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3rem auto;
}
.page-template-page-home #about .row .bg .txt p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-home #offer {
  padding: 0 0 8rem 0;
}
.page-template-page-home #offer .row {
  max-width: 114rem;
  text-align: center;
}
.page-template-page-home #offer .row h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-home #offer .row h3 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: rgba(26, 81, 73, 0.73);
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 4.6rem auto;
}
.page-template-page-home #offer .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.4rem;
}
.page-template-page-home #offer .row .flex .box {
  flex: 1 0 20%;
  max-width: 20%;
  padding: 0 1.4rem;
}
.page-template-page-home #offer .row .flex .box .content {
  border-radius: 2rem;
  border: 1px solid var(--Linear, #e7d29f);
  backdrop-filter: blur(25px);
  height: 100%;
  padding: 4rem 1.2rem 1.5rem 1.2rem;
}
.page-template-page-home #offer .row .flex .box .content .img {
  width: 3.3rem;
  height: 3.3rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-home #offer .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #offer .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-home #offer .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2rem auto;
  max-width: 17rem;
}
.page-template-page-home #offer .row .flex .box .content .txt p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 130%;
  color: #000;
  margin: 0 auto;
}
.page-template-page-home #why {
  padding: 0 0 8rem 0;
}
.page-template-page-home #why .row {
  max-width: 110rem;
  text-align: center;
}
.page-template-page-home #why .row p {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: rgba(26, 81, 73, 0.73);
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3.2rem auto;
}
.page-template-page-home #why .row p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2rem auto;
}
.page-template-page-home #founder {
  width: 100%;
  padding: 14rem 16rem ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}
.page-template-page-home #founder .row .txt {
  max-width: 46rem;
  text-align: center;
  margin: 0 0 0 auto;
}
.page-template-page-home #founder .row .txt p {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: rgba(26, 81, 73, 0.73);
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3.2rem auto;
}
.page-template-page-home #founder .row .txt p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2rem auto;
}
.page-template-page-home #spiral {
  background: #222f21;
  padding: 8.5rem 0;
}
.page-template-page-home #spiral .row {
  max-width: 110rem;
}
.page-template-page-home #spiral .row .top {
  text-align: center;
}
.page-template-page-home #spiral .row .top h2 {
  font-family: meno-banner, serif !important;
  font-size: 5rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0 auto 1.5rem auto;
  padding-top: 7rem;
  background-image: url('../img/decor5.png');
  background-repeat: no-repeat;
  background-size: 4.2rem;
  background-position: center top;
}
.page-template-page-home #spiral .row .top p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 auto 1.8rem auto;
  max-width: 82rem;
}
.page-template-page-home #spiral .row .top h3 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 5rem auto 1.8rem auto;
}
.page-template-page-home #spiral .row .top h3 + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0rem auto 5.5rem auto;
}
.page-template-page-home #spiral .row .buttons {
  text-align: center;
}
.page-template-page-home #spiral .row .buttons .box {
  margin: 0 auto 1.5rem auto;
}
.page-template-page-home #spiral .row .buttons .box a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 133%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 1.5rem 3rem;
  background-color: #846dd9;
  border-radius: 0.8rem;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #spiral .row .buttons .box a:hover {
  color: #846dd9;
  background-color: #fff;
}
.page-template-page-home #faqs {
  padding: 8.5rem 0;
}
.page-template-page-home #faqs .row {
  max-width: 104rem;
}
.page-template-page-home #faqs .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #222f21;
  font-weight: 600;
  margin: 0 auto 3.5rem auto;
  text-align: center;
}
.page-template-page-home #faqs .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  max-width: 100%;
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin: 2rem auto 0 auto;
  text-align: center;
  font-style: italic;
}
.page-template-page-home #faqs .row p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  max-width: 100%;
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin: 1rem auto 5rem auto;
  text-align: center;
  max-width: 70rem;
  font-style: normal;
}
.page-template-page-home #faqs .row p + p a {
  color: #846dd9;
}
.page-template-page-home #faqs .row p + p a:hover {
  text-decoration: underline;
}
.page-template-page-home #faqs .row .flex {
  display: flex;
  flex-direction: column;
}
.page-template-page-home #faqs .row .flex .box {
  margin: 0 auto 2.1rem auto;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-template-page-home #faqs .row .flex .box .content {
  padding: 3rem;
  border-radius: 0.7rem;
  border: 1px solid #c1b9df;
  box-shadow: 3px 9px 18px 0px rgba(0, 0, 0, 0.13);
}
.page-template-page-home #faqs .row .flex .box .content h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  padding-right: 6rem;
  font-size: 2rem;
  line-height: 130%;
  color: #000;
  font-weight: 800;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.page-template-page-home #faqs .row .flex .box .content h3:after {
  content: ' ';
  width: 1px;
  height: 2rem;
  position: absolute;
  right: 1rem;
  top: 0.2rem;
  background-color: #000;
}
.page-template-page-home #faqs .row .flex .box .content h3:before {
  content: ' ';
  width: 2rem;
  height: 1px;
  position: absolute;
  right: 0;
  top: 1.2rem;
  background-color: #000;
}
.page-template-page-home #faqs .row .flex .box .content h3.opened:after {
  opacity: 0;
}
.page-template-page-home #faqs .row .flex .box .content p {
  font-family: "avenir-lt-pro", sans-serif !important;
  max-width: 100%;
  font-size: 1.8rem;
  line-height: 130%;
  color: #000;
  font-weight: 400;
  margin: 2rem 0 0 0;
  text-align: left;
  font-style: normal;
}
.page-template-page-home #faqs .row .flex .box .content .ans {
  display: none;
}
.page-template-page-home #connect {
  padding: 8.5rem 0;
  background: #f4f4f4;
}
.page-template-page-home #connect .row {
  max-width: 128rem;
}
.page-template-page-home #connect .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-page-home #connect .row .flex .txt {
  flex: 1 0 50%;
  max-width: 50%;
  padding-right: 6.5rem;
  margin-top: -2rem;
}
.page-template-page-home #connect .row .flex .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-home #connect .row .flex .txt h3 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 1.2rem auto;
}
.page-template-page-home #connect .row .flex .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  max-width: 51.5rem;
}
.page-template-page-home #connect .row .flex .txt .data {
  margin: 2rem 0 3.5rem 0;
}
.page-template-page-home #connect .row .flex .txt .data .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.8rem;
}
.page-template-page-home #connect .row .flex .txt .data .box .img {
  flex: 1 0 5.2rem;
  max-width: 5.2rem;
}
.page-template-page-home #connect .row .flex .txt .data .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #connect .row .flex .txt .data .box .text {
  flex: 1;
  max-width: 100%;
  padding-left: 1.7rem;
}
.page-template-page-home #connect .row .flex .txt .data .box .text p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0;
}
.page-template-page-home #connect .row .flex .txt .data .box .text p a {
  color: #000;
}
.page-template-page-home #connect .row .flex .txt .data .box .text p a:hover {
  text-decoration: underline;
}
.page-template-page-home #connect .row .flex .txt .data .box .text p strong {
  font-size: 2.1rem;
  font-weight: 800;
}
.page-template-page-home #connect .row .flex .txt .social h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 0 1.2rem 0;
}
.page-template-page-home #connect .row .flex .forms {
  flex: 1 0 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
.page-template-page-home #connect .row .flex .forms .form {
  margin-bottom: 3.5rem;
}
.page-template-page-home #connect .row .flex .forms .form .nf-form-cont {
  position: relative;
}
.page-template-page-home #connect .row .flex .forms .form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(3) {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-home #connect .row .flex .forms .form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-home #connect .row .flex .forms .form .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"] {
  display: block;
  width: 100%;
}
.page-template-page-home #connect .row .flex .forms .subscribe .nf-form-cont nf-fields-wrap nf-field:nth-of-type(3) {
  flex: 1 0 18.5rem;
  max-width: 18.5rem;
}
.page-template-page-home #connect .row .flex .forms .subscribe .nf-form-cont nf-fields-wrap nf-field:nth-of-type(2) {
  flex: 1 ;
  max-width: 100%;
}
/* ABOUT */
.page-template-page-about header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-page-about header#head .row .flex nav .scroll .content ul li a:before,
.page-template-page-about header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-page-about header#head #mobileTrigger div {
  background: #000;
}
.page-template-page-about #hero {
  width: 100%;
  padding: 22rem 0 50rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-about #hero .row {
  max-width: 140rem;
}
.page-template-page-about #hero .row .txt {
  text-align: center;
  max-width: 100rem;
  margin: 0 auto;
}
.page-template-page-about #hero .row .txt h1 {
  font-family: meno-banner, serif !important;
  font-size: 7rem;
  line-height: 96%;
  font-weight: 600;
  letter-spacing: -2.1px;
  color: #222f21;
  margin: 0 auto 2rem auto;
}
.page-template-page-about #hero .row .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  line-height: 130%;
  font-weight: 400;
  color: #9dad8e;
  margin: 0 auto 2rem auto;
}
.page-template-page-about #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #222f21;
  margin: 0 auto 2rem auto;
  max-width: 68rem;
}
.page-template-page-about #hero .row .txt p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #222f21;
  margin: 0 auto 2rem auto;
  max-width: 58rem;
}
.page-template-page-about #believe {
  background-color: #f4f7ef;
}
.page-template-page-about #believe .row {
  max-width: 140rem;
}
.page-template-page-about #believe .row .container {
  max-width: 100%;
  height: auto;
  background-color: #222f21;
  margin-bottom: -43rem;
  position: relative;
  top: -43rem;
  border-radius: 4rem;
  padding: 8rem 10rem;
  text-align: center;
}
.page-template-page-about #believe .row .container h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  font-weight: 600;
  letter-spacing: -1.4px;
  color: #e7d29f;
  margin: 0 auto 4.6rem auto;
}
.page-template-page-about #believe .row .container .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
.page-template-page-about #believe .row .container .flex .box {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 1rem 2rem 1rem;
}
.page-template-page-about #believe .row .container .flex .box .content {
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  backdrop-filter: blur(25px);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-page-about #believe .row .container .flex .box .content .img {
  width: 3.3rem;
  height: 3.3rem;
  margin-bottom: 2rem;
}
.page-template-page-about #believe .row .container .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-about #believe .row .container .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 350;
  color: #fff;
  margin: 0 auto;
}
.page-template-page-about #team {
  background-color: #f4f7ef;
  padding: 5rem 0 6.5rem 0;
}
.page-template-page-about #team .row {
  max-width: 108rem;
  text-align: center;
}
.page-template-page-about #team .row h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-about #team .row h3 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #000;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-about #team .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 400;
  color: #000;
  margin: 0 auto 5rem auto;
  max-width: 56rem;
}
.page-template-page-about #team .row .flex {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 -1.3rem 5rem -1.3rem;
  flex-wrap: wrap;
}
.page-template-page-about #team .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1.3rem;
  margin: 0 0 2.6rem 0;
  height: 100%;
}
.page-template-page-about #team .row .flex .box .content {
  height: 100%;
}
.page-template-page-about #team .row .flex .box .content .img {
  max-width: 100%;
  height: 18rem;
}
.page-template-page-about #team .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem 2rem 0 0;
}
.page-template-page-about #team .row .flex .box .content .txt {
  padding: 4rem 3rem;
  text-align: left;
  background: #fff;
  border-radius: 0 0 2rem 2rem;
  /*p{.ave; font-size: 1.5rem; line-height: 130%; font-weight:400; color:#000; margin:0 0 1.2rem 0;}*/
}
.page-template-page-about #team .row .flex .box .content .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 800;
  color: #000;
  margin: 0;
  text-transform: none;
  letter-spacing: 0px;
}
.page-template-page-about #team .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 350;
  color: #000;
  margin: 0 0 1.2rem 0;
}
.page-template-page-about #team .row .flex .box .content .txt .more {
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  color: #9dad8e;
}
.page-template-page-about #team .row .flex .box .content .txt .more:hover {
  text-decoration: underline;
}
.page-template-page-about #team .row .flex .box .content .txt .full {
  display: none;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) {
  flex: 1 0 100%;
  max-width: 100%;
  margin: 0 0 4rem 0;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content {
  display: flex;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .img,
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .txt {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .img {
  height: auto;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .img img {
  border-radius: 2rem 0 0 2rem;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .txt {
  border-radius: 0 2rem 2rem 0;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .txt .more {
  display: none;
}
.page-template-page-about #team .row .flex .box:nth-of-type(1) .content .txt .full {
  display: block;
}
.page-template-page-about #reason {
  padding: 10rem 0;
}
.page-template-page-about #reason .row {
  max-width: 106rem;
  text-align: center;
}
.page-template-page-about #reason .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #000;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 1.2rem auto;
}
.page-template-page-about #reason .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 5.5rem auto;
}
.page-template-page-about #reason .row p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2.5rem auto;
}
/* MEMBERSHIP PATH */
.page-template-page-membership header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-page-membership header#head .row .flex nav .scroll .content ul li a:before,
.page-template-page-membership header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-page-membership header#head #mobileTrigger div {
  background: #000;
}
.page-template-page-membership #hero {
  width: 100%;
  padding: 22rem 0 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-membership #hero .row {
  max-width: 110rem;
}
.page-template-page-membership #hero .row .img {
  width: 20.4rem;
  height: 19.7rem;
  margin: 0 auto 1.7rem auto;
}
.page-template-page-membership #hero .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-membership #hero .row .txt {
  text-align: center;
}
.page-template-page-membership #hero .row .txt h1 {
  font-family: meno-banner, serif !important;
  font-size: 10.5rem;
  line-height: 90%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -3.1px;
  margin: 0 auto 1.2rem auto;
}
.page-template-page-membership #hero .row .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #9dad8e;
  margin: 0 auto 3rem auto;
}
.page-template-page-membership #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #222f21;
  margin: 0 auto 2.2rem auto;
  max-width: 70rem;
}
.page-template-page-membership #paths {
  background-color: #f4f7ef;
  padding: 8rem 0;
}
.page-template-page-membership #paths .row {
  max-width: 96rem;
}
.page-template-page-membership #paths .row .flex {
  margin-bottom: 9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-membership #paths .row .flex .left {
  flex: 1 0 29rem;
  max-width: 29rem;
}
.page-template-page-membership #paths .row .flex .left .mob .icon {
  width: 5rem;
  height: 5rem;
  margin-bottom: 3rem;
}
.page-template-page-membership #paths .row .flex .left .mob .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-membership #paths .row .flex .left .mob h2 {
  font-family: meno-banner, serif !important;
  font-size: 5rem;
  line-height: 97%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0 0 3.5rem 0;
}
.page-template-page-membership #paths .row .flex .left .mob .img {
  max-width: 29rem;
  height: auto;
  margin: 0 0 3.5rem 0;
}
.page-template-page-membership #paths .row .flex .left .mob .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.page-template-page-membership #paths .row .flex .left p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0;
}
.page-template-page-membership #paths .row .flex .right {
  flex: 1;
  max-width: 100%;
  padding-left: 10rem;
}
.page-template-page-membership #paths .row .flex .right h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin-bottom: 2rem;
}
.page-template-page-membership #paths .row .flex .right p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin-bottom: 2rem;
}
.page-template-page-membership #paths .row .flex .right h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin-bottom: 2rem;
}
.page-template-page-membership #paths .row .flex .right ul {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style: none;
}
.page-template-page-membership #paths .row .flex .right ul li {
  padding: 0 1rem 1.2rem 3.2rem;
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin-bottom: 0.5rem;
  background-image: url('../img/ico-check.png');
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: top left;
}
.page-template-page-membership #paths .row .flex .right a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: #222f21;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 1.2rem 4.5rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #e7d29f 0%, #b4996e 100%);
  display: inline-block;
  transition: all .6s;
  margin: 0 0 1.5rem 0;
}
.page-template-page-membership #paths .row .flex .right a:hover {
  background: linear-gradient(180deg, #e7d29f 0%, #b4996e 100%);
}
/* Ceremonial OFFERINGS */
.page-template-page-ceremony {
  background: #F4F7EF;
}
.page-template-page-ceremony header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-page-ceremony header#head .row .flex nav .scroll .content ul li a:before,
.page-template-page-ceremony header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-page-ceremony header#head #mobileTrigger div {
  background: #000;
}
.page-template-page-ceremony #hero {
  width: 100%;
  padding: 20rem 0 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.page-template-page-ceremony #hero .row {
  max-width: 96rem;
}
.page-template-page-ceremony #hero .row .txt {
  text-align: center;
  margin: 0 auto 5rem auto;
}
.page-template-page-ceremony #hero .row .txt h1 {
  font-family: meno-banner, serif !important;
  font-size: 7rem;
  line-height: 96%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -2.1px;
  margin: 0 auto 2rem auto;
}
.page-template-page-ceremony #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #9dad8e;
  margin: 0 auto;
  max-width: 46rem;
}
.page-template-page-ceremony #hero .row .img {
  width: 47rem;
  height: 47rem;
  margin: 0 auto -45rem auto;
  position: relative;
  z-index: 1;
}
.page-template-page-ceremony #hero .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-ceremony #ceremonies {
  padding: 8rem 0 6rem 0;
  position: relative;
  z-index: 2;
  background: #F4F7EF;
}
.page-template-page-ceremony #ceremonies .row {
  max-width: 104rem;
  text-align: center;
}
.page-template-page-ceremony #ceremonies .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #222f21;
  margin: 0 auto 2rem auto;
  max-width: 92rem;
}
.page-template-page-ceremony #participants {
  padding: 2rem 0 24rem 0;
  background: #F4F7EF;
}
.page-template-page-ceremony #participants .row {
  max-width: 98rem;
  text-align: center;
}
.page-template-page-ceremony #participants .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: rgba(26, 81, 73, 0.73);
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3rem auto;
}
.page-template-page-ceremony #participants .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2rem auto;
}
.page-template-page-ceremony #participants .row p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2rem auto;
  max-width: 72rem;
}
.page-template-page-ceremony #expect {
  background: #222f21;
}
.page-template-page-ceremony #expect .row {
  max-width: 142rem;
}
.page-template-page-ceremony #expect .row .container {
  width: 100%;
  padding: 7rem 8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4rem;
  top: -18rem;
  position: relative;
  overflow: hidden;
}
.page-template-page-ceremony #expect .row .container .mobbg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: none;
}
.page-template-page-ceremony #expect .row .container .text {
  max-width: 57rem;
  margin: 0 0 0 auto;
}
.page-template-page-ceremony #expect .row .container .text .header {
  margin-bottom: 2rem;
}
.page-template-page-ceremony #expect .row .container .text .header h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 0 3rem 0;
}
.page-template-page-ceremony #expect .row .container .text .header p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0;
}
.page-template-page-ceremony #expect .row .container .text .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 0 2rem 0;
  max-width: 40rem;
}
.page-template-page-ceremony #expect .row .container .text .txt h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 130%;
  color: #e7d29f;
  margin: 0;
}
.page-template-page-ceremony #expect .row .container .text .txt ul {
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.page-template-page-ceremony #expect .row .container .text .txt ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0 0.5rem 3.2rem;
  background-image: url('../img/ico-check.png');
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: top 0.4rem left;
}
.page-template-page-ceremony #expect .row .container .text .txt p:last-of-type {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin: 0;
  max-width: 100%;
}
.page-template-page-ceremony #medicine {
  padding: 2rem 0 8rem 0;
  background: #222f21;
}
.page-template-page-ceremony #medicine .row {
  max-width: 96rem;
  text-align: center;
}
.page-template-page-ceremony #medicine .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3rem auto;
}
.page-template-page-ceremony #medicine .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 auto 2rem auto;
}
.page-template-page-ceremony #medicine .row p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 auto;
  max-width: 94rem;
}
.page-template-page-ceremony #integrity {
  padding: 0 0 8rem 0;
  background: #222f21;
}
.page-template-page-ceremony #integrity .row {
  max-width: 116rem;
}
.page-template-page-ceremony #integrity .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.page-template-page-ceremony #integrity .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -1rem;
}
.page-template-page-ceremony #integrity .row .flex .box {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 1rem;
}
.page-template-page-ceremony #integrity .row .flex .box .content {
  background: #fff;
  border-radius: 2rem;
  padding: 4rem 3rem;
  text-align: center;
  height: 100%;
}
.page-template-page-ceremony #integrity .row .flex .box .content .img {
  width: 3.3rem;
  height: 3.3rem;
  margin: 0 auto 2rem auto;
}
.page-template-page-ceremony #integrity .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-ceremony #integrity .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-ceremony #integrity .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 130%;
  color: #000;
  margin: 0 auto;
}
.page-template-page-ceremony #ready {
  padding: 0 0 12rem 0;
  background: #222f21;
}
.page-template-page-ceremony #ready .row {
  max-width: 90rem;
  text-align: center;
}
.page-template-page-ceremony #ready .row .decor {
  margin: 0 auto 3rem auto;
  max-width: 20.3rem;
  height: auto;
}
.page-template-page-ceremony #ready .row .decor img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-ceremony #ready .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3rem auto;
  text-align: center;
  max-width: 50rem;
}
.page-template-page-ceremony #ready .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  margin: 0 auto;
  max-width: 80rem;
}
.page-template-page-ceremony #ready .row a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 133%;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 1.5rem 3rem;
  background-color: #846dd9;
  border-radius: 0.8rem;
  transition: all .3s;
  display: inline-block;
  margin: 4rem 0 0 0;
}
.page-template-page-ceremony #ready .row a:hover {
  color: #846dd9;
  background-color: #fff;
}
/* Science & Spirituality */
.page-template-page-science header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-page-science header#head .row .flex nav .scroll .content ul li a:before,
.page-template-page-science header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-page-science header#head #mobileTrigger div {
  background: #000;
}
.page-template-page-science #hero {
  width: 100%;
  padding: 22rem 0 12rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-science #hero .row {
  max-width: 120rem;
}
.page-template-page-science #hero .row .txt {
  text-align: center;
  max-width: 100rem;
  margin: 0 auto;
}
.page-template-page-science #hero .row .txt h1 {
  font-family: meno-banner, serif !important;
  font-size: 7rem;
  line-height: 96%;
  font-weight: 600;
  letter-spacing: -2.1px;
  color: #222f21;
  margin: 0 auto 2rem auto;
}
.page-template-page-science #hero .row .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  line-height: 130%;
  font-weight: 400;
  color: #9dad8e;
  margin: 0 auto 2rem auto;
}
.page-template-page-science #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #222f21;
  margin: 0 auto 2rem auto;
  max-width: 72rem;
}
.page-template-page-science #intersection {
  background: #222f21;
  padding: 0 0 13rem 0;
}
.page-template-page-science #intersection .row {
  max-width: 103rem;
}
.page-template-page-science #intersection .row .img {
  height: auto;
  background: #222f21;
  border-radius: 4rem;
  overflow: hidden;
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: -4rem;
  z-index: 0;
}
.page-template-page-science #intersection .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-science #intersection .row .txt {
  max-width: 87rem;
  margin: 0 auto 0 auto;
  text-align: center;
  position: relative;
  top: -4rem;
  padding-top: 6rem;
}
.page-template-page-science #intersection .row .txt h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-science #intersection .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  max-width: 72rem;
}
.page-template-page-science #intersection .row .txt .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1rem 3rem -1rem;
}
.page-template-page-science #intersection .row .txt .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
}
.page-template-page-science #intersection .row .txt .flex .box .content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.11);
  border-radius: 2rem;
  padding: 4rem 3rem 2rem 3rem;
  backdrop-filter: blur(25px);
}
.page-template-page-science #intersection .row .txt .flex .box .content .ico {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-science #intersection .row .txt .flex .box .content .ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-science #path {
  background: #222f21;
  padding: 0 0 8rem 0 ;
}
.page-template-page-science #path .row {
  max-width: 116rem;
  text-align: center;
}
.page-template-page-science #path .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-science #path .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  max-width: 68rem;
}
.page-template-page-science #path .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 4rem -1rem;
}
.page-template-page-science #path .row .flex .box {
  flex: 1 0 20%;
  max-width: 20%;
  padding: 0 1rem;
}
.page-template-page-science #path .row .flex .box .content {
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 2rem;
}
.page-template-page-science #path .row .flex .box .content .img {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 auto 2.5rem auto;
}
.page-template-page-science #path .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-science #path .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-science #path .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  line-height: 130%;
  font-weight: 800;
  color: #000;
  margin: 0 auto;
}
.page-template-page-science #path .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 3.5rem auto;
  max-width: 52rem;
}
.page-template-page-science #evolution {
  background: #222f21;
  padding: 2rem 0 12rem 0;
}
.page-template-page-science #evolution .row {
  max-width: 87rem;
  text-align: center;
}
.page-template-page-science #evolution .row .img {
  margin: 0 auto 3rem auto;
  max-width: 12.7rem;
  height: auto;
}
.page-template-page-science #evolution .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-science #evolution .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4.8rem;
  line-height: 97%;
  color: #e7d29f;
  font-weight: 600;
  letter-spacing: -1.4px;
  margin: 0 auto 3rem auto;
}
.page-template-page-science #evolution .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 3.2rem auto;
}
.page-template-page-science #evolution .row p + p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #fff;
  margin: 0 auto 3.2rem auto;
  max-width: 65rem;
}
/* EVENTS */
.page-template-page-events {
  background-color: #f4f7ef;
}
.page-template-page-events header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-page-events header#head .row .flex nav .scroll .content ul li a:before,
.page-template-page-events header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-page-events header#head #mobileTrigger div {
  background: #000;
}
.page-template-page-events #hero {
  width: 100%;
  padding: 19rem 0 8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-events #hero .row {
  max-width: 96rem;
}
.page-template-page-events #hero .row .img {
  width: 19.8rem;
  height: 19.8rem;
  margin: 0 auto 1.7rem auto;
}
.page-template-page-events #hero .row .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-events #hero .row .txt {
  text-align: center;
}
.page-template-page-events #hero .row .txt h1 {
  font-family: meno-banner, serif !important;
  font-size: 7rem;
  line-height: 90%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -2.1px;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-events #hero .row .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #9dad8e;
  margin: 0 auto 3rem auto;
}
.page-template-page-events #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #222f21;
  margin: 0 auto 2.2rem auto;
  max-width: 76rem;
}
.page-template-page-events #events {
  background-color: #f4f7ef;
  padding: 5rem 0 10rem 0;
}
.page-template-page-events #events .row {
  max-width: 96rem;
}
.page-template-page-events #events .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 0;
  border-bottom: 1px solid #846dd9;
}
.page-template-page-events #events .row .flex .left {
  flex: 1 0 29rem;
  max-width: 29rem;
}
.page-template-page-events #events .row .flex .left h2 {
  font-family: meno-banner, serif !important;
  font-size: 5rem;
  line-height: 97%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -1.5px;
  margin: 0;
}
.page-template-page-events #events .row .flex .right {
  flex: 1;
  max-width: 100%;
  padding: 0 4rem 0 6rem;
}
.page-template-page-events #events .row .flex .right h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  margin: 0 0 2rem 0;
}
.page-template-page-events #events .row .flex .right p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 0 2rem 0;
}
.page-template-page-events #events .row .flex .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-template-page-events #events .row .flex .right ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0;
  padding: 1rem 0 1rem 3.2rem;
  background-image: url('../img/ico-check.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.2rem;
}
.page-template-page-events #events .row .flex .right .table {
  margin: 2rem 0;
  background: #fff;
  padding: 1rem;
  border-radius: 0.8rem;
}
.page-template-page-events #events .row .flex .right .table p {
  font-weight: 400;
  position: relative;
}
.page-template-page-events #events .row .flex .right .table p strong {
  font-weight: 900;
}
.page-template-page-events #events .row .flex .right .table p:after {
  content: '';
  height: 1px;
  width: 21rem;
  background-color: #e7d29f;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
}
.page-template-page-events #events .row .flex .right .table p:last-of-type {
  margin-bottom: 0.5rem;
}
.page-template-page-events #events .row .flex .right .table p:last-of-type:after {
  display: none;
}
.page-template-page-events #events .row .flex .right .table ul:last-of-type {
  list-style-type: disc;
  padding: 0 0 0 2rem;
}
.page-template-page-events #events .row .flex .right .table ul:last-of-type li {
  background-image: none;
  padding: 0.5rem 0 0.5rem 0.5rem;
}
.page-template-page-events #events .row .flex .right .note {
  font-style: italic;
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 0 1rem 0;
}
.page-template-page-events #events .row .flex .right a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 170%;
  color: #222f21;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  padding: 1.1rem 3rem;
  background: linear-gradient(90deg, #e7d29f 0%, #b4996e 100%);
  border-radius: 0.8rem;
  display: inline-block;
  transition: all .3s;
}
.page-template-page-events #events .row .flex .right a:hover {
  color: #e7d29f;
  background: #222f21;
}
.page-template-page-events #events .row .flex:last-of-type {
  border-bottom: none;
}
.page-template-page-events #events .row .flex:last-of-type .right .table {
  display: none;
}
/* BREATHWORK CIRCLES */
.page-template-page-breathwork {
  background-color: #f4f7ef;
}
.page-template-page-breathwork header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-page-breathwork header#head .row .flex nav .scroll .content ul li a:before,
.page-template-page-breathwork header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-page-breathwork header#head #mobileTrigger div {
  background: #000;
}
.page-template-page-breathwork #hero {
  width: 100%;
  padding: 21rem 0 30rem 0;
  background-position: center;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-page-breathwork #hero .row {
  max-width: 118rem;
}
.page-template-page-breathwork #hero .row .sigil {
  width: 112rem;
  height: 107rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 6.5rem;
  left: 50%;
  margin-left: -56rem;
}
.page-template-page-breathwork #hero .row .sigil img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-breathwork #hero .row .txt {
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-template-page-breathwork #hero .row .txt h1 {
  font-family: meno-banner, serif !important;
  font-size: 7rem;
  line-height: 90%;
  color: #222f21;
  font-weight: 600;
  letter-spacing: -2.1px;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-breathwork #hero .row .txt h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 130%;
  color: #9dad8e;
  margin: 0 auto 3rem auto;
}
.page-template-page-breathwork #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #222f21;
  margin: 0 auto 2.2rem auto;
  max-width: 80rem;
}
.page-template-page-breathwork #hero .row .details {
  margin: 2.5rem auto;
  position: relative;
  z-index: 2;
  max-width: 88rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4rem;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(15px);
  padding: 4rem;
  text-align: center;
}
.page-template-page-breathwork #hero .row .details h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0 auto 2.2rem auto;
  max-width: 42rem;
}
.page-template-page-breathwork #hero .row .details p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #222f21;
  margin: 0 auto 2.2rem auto;
  max-width: 58rem;
}
.page-template-page-breathwork #hero .row .details .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-template-page-breathwork #hero .row .details .flex .image {
  flex: 1 0 29rem;
  max-width: 29rem;
}
.page-template-page-breathwork #hero .row .details .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2rem;
}
.page-template-page-breathwork #hero .row .details .flex .info {
  flex: 1;
  max-width: 100%;
  padding-left: 4rem;
  text-align: left;
}
.page-template-page-breathwork #hero .row .details .flex .info p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 0 1.5rem 0;
}
.page-template-page-breathwork #hero .row .details .flex .info ul {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.page-template-page-breathwork #hero .row .details .flex .info ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  margin: 0;
  padding: 0.5rem 0 0.5rem 3.2rem;
  background-image: url('../img/ico-check.png');
  background-repeat: no-repeat;
  background-size: 2.2rem;
  background-position: center left;
}
.page-template-page-breathwork #hero .row .details .flex .info a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 170%;
  color: #222f21;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  padding: 1.1rem 2.6rem;
  background: linear-gradient(90deg, #e7d29f 0%, #b4996e 100%);
  border-radius: 0.8rem;
  display: block;
  transition: all .3s;
}
.page-template-page-breathwork #hero .row .details .flex .info a:hover {
  color: #e7d29f;
  background: #222f21;
}
/* page */
.page-template-default header#head .row .flex nav .scroll .content ul li a {
  color: #000;
}
.page-template-default header#head .row .flex nav .scroll .content ul li a:before,
.page-template-default header#head .row .flex nav .scroll .content ul li a:after {
  border-bottom: 1px solid #000;
}
.page-template-default header#head #mobileTrigger div {
  background: #000;
}
.page-template-default #content {
  padding: 22rem 0 15rem 0;
  background-image: url(/wp-content/uploads/2025/07/mast-about-scaled.jpg);
  background-size: cover;
}
.page-template-default #content .row {
  max-width: 100rem;
}
.page-template-default #content h1 {
  font-family: meno-banner, serif !important;
  font-size: 7rem;
  line-height: 96%;
  font-weight: 600;
  letter-spacing: -2.1px;
  color: #222f21;
  margin: 0 auto 4rem auto;
}
.page-template-default #content h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.8rem;
  line-height: 130%;
  font-weight: 400;
  color: #9dad8e;
  margin: 0 0 2rem 0;
}
.page-template-default #content p,
.page-template-default #content li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 400;
  color: #222f21;
  margin: 0 0 2rem 0;
}
.page-template-default #content ul {
  margin: 2rem 0;
}
.page-template-default #content ul li {
  margin: 0 0 0.5rem 0;
}
/* ninja */
.nf-form-cont {
  margin: 0 auto;
  background: #fff;
  padding: 2.8rem 3rem;
  border-radius: 2rem;
  box-shadow: 0px -8px 0px 0px #222f21;
}
.nf-form-cont .nf-response-msg {
  margin: 0 0 0 0;
  padding: 4rem 0;
}
.nf-form-cont .nf-response-msg p {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  text-align: center;
}
.nf-form-cont .nf-form-content {
  padding: 0;
}
.nf-form-cont .nf-form-content .nf-field-container {
  margin: 0 0 1.5rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-input-limit {
  margin: 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-label label {
  color: #000;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 130%;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-label label .fa {
  display: none;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element h2 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 130%;
  color: #000;
  margin: 0 0 1.5rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 130%;
  color: #000;
  margin: 0 0 2rem 0;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input,
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea,
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element select {
  background: #f4f4f4;
  padding: 1.5rem 2.5rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  border: none;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element textarea {
  height: 12.5rem;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"] {
  background-color: #f2ca50;
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all .3s;
  padding: 1.5rem 3rem 1.4rem 3rem;
  border-radius: 0.8rem;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"]:hover {
  color: #f2ca50;
  background-color: #000;
}
.nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="text"] {
  color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 400;
}
.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.nf-form-cont nf-fields-wrap nf-field {
  flex: 1 0 100%;
  max-width: 100%;
  padding: 0 1rem;
}
.nf-form-cont nf-fields-wrap nf-field {
  margin: 0 0;
}
.nf-form-cont nf-fields-wrap .field-wrap {
  display: block;
}
.nf-form-cont nf-fields-wrap .nf-error-wrap {
  margin: 0.5rem 0 0 0;
}
.nf-form-cont nf-fields-wrap .nf-error-wrap .nf-error-msg {
  display: block;
  font-size: 1.4rem;
  text-align: left;
  color: #f00;
  margin: 0 0 0 0;
}
.nf-form-cont .nf-after-form-content {
  margin: 1rem 0 0 0;
}
.nf-form-cont .nf-after-form-content .nf-error-msg {
  font-size: 1.8rem;
  color: #f00;
  font-weight: 400;
  text-align: left;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  display: none;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  display: none;
}
.nf-form-cont .nf-error .nf-error-msg {
  display: none;
}
.nf-form-cont#nf-form-5-cont {
  background: #F4F6F6;
}
.nf-form-cont#nf-form-5-cont .nf-response-msg p {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-label label {
  color: #212B33;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element input,
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element textarea,
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element select {
  border: none;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container .nf-field-element select {
  background-image: url('../img/ico-dropdown.svg') !important;
  background-repeat: no-repeat;
  background-size: 1.7rem auto;
  background-position: right 1.4rem center;
  padding-right: 5rem;
}
.nf-form-cont#nf-form-5-cont .nf-form-content .nf-field-container.html-container h2 {
  font-size: 3rem;
  line-height: 130%;
  font-weight: 700;
  margin: 0 0 3rem 0;
  letter-spacing: -0.6px;
  color: #212b33;
}
/* social */
.menu-social-menu-container {
  max-width: 20.5rem;
}
.menu-social-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}
.menu-social-menu-container ul li {
  padding-right: 1.5rem;
  flex: 1 0 5.1rem;
  max-width: 5.1rem;
  height: 3.6rem;
}
.menu-social-menu-container ul li a {
  display: block;
  text-indent: -999rem;
  transition: all .3s;
  background-size: 3.6rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
}
.menu-social-menu-container ul li a:hover {
  box-shadow: 3px 9px 18px 0px rgba(0, 0, 0, 0.13);
}
.menu-social-menu-container ul li a[href*="facebook"] {
  background-image: url('../img/fb.svg');
}
.menu-social-menu-container ul li a[href*="instagram"] {
  background-image: url('../img/insta.svg');
}
.menu-social-menu-container ul li a[href*="youtube"] {
  background-image: url('../img/yt.svg');
}
.menu-social-menu-container ul li a[href*="spotify"] {
  background-image: url('../img/spotify.svg');
}
/* footer */
footer#footer {
  background-color: #222f21;
  padding: 4.6rem 0;
}
footer#footer .row {
  max-width: 138rem;
}
footer#footer .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
footer#footer .row .flex .footlogo {
  flex: 1 0 38rem;
  max-width: 38rem;
  padding-right: 6rem;
}
footer#footer .row .flex .footlogo #footlogo {
  width: 21.2rem;
  height: 5.7rem;
  margin: 0 0 1.5rem 0;
}
footer#footer .row .flex .footlogo #footlogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer#footer .row .flex .footlogo .church {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 350;
  margin: 0;
  color: #fff;
  max-width: 32rem;
}
footer#footer .row .flex .menus {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
footer#footer .row .flex .menus nav,
footer#footer .row .flex .menus .tool,
footer#footer .row .flex .menus .social {
  padding: 0 8rem 0 0;
}
footer#footer .row .flex .menus nav .menu,
footer#footer .row .flex .menus .tool .menu,
footer#footer .row .flex .menus .social .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer#footer .row .flex .menus nav .menu li,
footer#footer .row .flex .menus .tool .menu li,
footer#footer .row .flex .menus .social .menu li {
  padding: 0 1rem 1rem 0;
}
footer#footer .row .flex .menus nav .menu li a,
footer#footer .row .flex .menus .tool .menu li a,
footer#footer .row .flex .menus .social .menu li a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 500;
  margin: 0 auto;
  color: #9dad8e;
}
footer#footer .row .flex .menus nav .menu li a:hover,
footer#footer .row .flex .menus .tool .menu li a:hover,
footer#footer .row .flex .menus .social .menu li a:hover {
  text-decoration: underline;
}
footer#footer .row .flex .menus .social {
  padding: 0;
}
footer#footer .row hr {
  border: none;
  border-top: 1px solid #4e5d42;
}
footer#footer .row .flex2 {
  margin-top: 2.7rem;
  text-align: center;
}
footer#footer .row .flex2 p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 350;
  margin: 0 auto;
  color: #4e5d42;
  max-width: 80rem;
}
/* misc */
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none !important;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}
img.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}
img.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
svg.hidden {
  display: none;
}
.hidden {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}
/* RWD */
@media only screen and (max-width: 1150px) {
  .page-template-page-ceremony #expect .row .container {
    padding: 8rem 4rem;
  }
  .page-template-page-about #believe .row .container {
    padding: 8rem 6rem;
  }
  .page-template-page-about #believe .row .container .text {
    max-width: 52rem;
  }
  .page-template-page-science #path .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-science #path .row .flex .box {
    flex: 1 0 33.33%;
    max-width: 28rem;
    padding: 0 1rem 3rem 1rem;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-page-home #hero {
    padding: 17rem 0 10rem 0;
  }
  .page-template-page-home #hero .row .img {
    padding: 0 3rem;
  }
  .page-template-page-home #about .row .bg {
    padding: 6rem 4.5rem 6rem 8rem;
  }
  .page-template-page-home #about .row .bg .txt p {
    font-size: 4.2rem;
  }
  .page-template-page-home #offer .row h3 {
    font-size: 4.2rem;
  }
  .page-template-page-home #offer .row .flex {
    flex-wrap: wrap;
    max-width: 70rem;
    margin: 0 auto;
  }
  .page-template-page-home #offer .row .flex .box {
    flex: 1 0 33.33%;
    max-width: 22rem;
    padding: 0 1.4rem 3rem 1.4rem;
  }
  .page-template-page-home #offer .row .flex .box .content {
    padding: 4rem 1.5rem 1.5rem 1.5rem;
  }
  .page-template-page-home #why .row p {
    font-size: 4.2rem;
  }
  .page-template-page-home #founder {
    padding: 14rem 4rem 14rem 16rem;
  }
  .page-template-page-home #founder .row .txt p {
    font-size: 4.2rem;
  }
  .page-template-page-home #spiral .row .top h2 {
    font-size: 4.5rem;
  }
  .page-template-page-home #spiral .row .top p {
    font-size: 2.4rem;
  }
  .page-template-page-home #spiral .row .top h3 {
    font-size: 4.2rem;
  }
  .page-template-page-home #faqs .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-home #connect .row .flex .txt {
    padding-right: 4.5rem;
  }
  .page-template-page-home #connect .row .flex .txt h3 {
    font-size: 4.2rem;
  }
  .page-template-page-membership #hero {
    padding: 19rem 0 10rem 0;
  }
  .page-template-page-membership #hero .row .img {
    width: 16.3rem;
    height: 15.7rem;
  }
  .page-template-page-membership #hero .row .txt h1 {
    font-size: 9.5rem;
  }
  .page-template-page-about #hero .row .txt {
    padding: 0 1rem;
  }
  .page-template-page-about #hero .row .txt h1 {
    font-size: 6rem;
    max-width: 85rem;
  }
  .page-template-page-about #hero .row .txt h2 {
    font-size: 2.6rem;
    max-width: 64rem;
  }
  .page-template-page-about #believe .row .container h2 {
    font-size: 4.2rem;
  }
  .page-template-page-about #believe .row .container .flex .box {
    flex: 1 0 33.33%;
    max-width: 23rem;
  }
  .page-template-page-about #team .row h3 {
    font-size: 4.2rem;
  }
  .page-template-page-about #reason .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-ceremony #hero .row .txt h1 {
    font-size: 6rem;
  }
  .page-template-page-ceremony #hero .row .txt h2 {
    font-size: 2.6rem;
    max-width: 64rem;
  }
  .page-template-page-ceremony #expect .row .container {
    padding: 6rem 4rem;
  }
  .page-template-page-ceremony #expect .row .container .text {
    max-width: 44rem;
  }
  .page-template-page-ceremony #expect .row .container .text .header h2 {
    font-size: 4.2rem;
  }
  .page-template-page-ceremony #expect .row .container .text .header p {
    font-size: 2.4rem;
  }
  .page-template-page-ceremony #medicine .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-ceremony #integrity .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-ceremony #ready .row h2 {
    font-size: 4.2rem;
  }
  footer#footer .row .flex .menus {
    flex-wrap: wrap;
  }
  footer#footer .row .flex .menus .social {
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 4rem;
  }
  footer#footer .row .flex .menus .social .menu-social-menu-container {
    margin-left: auto;
  }
  .page-template-page-science #hero .row .txt h1 {
    font-size: 6rem;
  }
  .page-template-page-science #hero .row .txt h2 {
    font-size: 2.6rem;
    max-width: 70rem;
  }
  .page-template-page-science #intersection {
    padding-bottom: 9rem;
  }
  .page-template-page-science #path .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-science #evolution .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-science #evolution .row p,
  .page-template-page-science #evolution .row p + p {
    font-size: 2.4rem;
  }
  .page-template-page-events #hero {
    padding: 16rem 0 9rem 0;
  }
  .page-template-page-events #hero .row .img {
    width: 16.3rem;
    height: 16.3rem;
  }
  .page-template-page-events #hero .row .txt h1 {
    font-size: 6rem;
  }
  .page-template-page-events #hero .row .txt h2 {
    font-size: 2.6rem;
  }
  .page-template-page-breathwork #hero {
    padding-bottom: 14rem;
  }
  .page-template-page-breathwork #hero .row .sigil {
    width: 96rem;
    height: 90rem;
    margin-left: -48rem;
  }
}
@media only screen and (min-width: 1371px) {
  header#head #mainMenu {
    position: static !important;
    display: block !important;
  }
}
@media only screen and (max-width: 1370px) {
  header#head #mainMenu {
    display: none;
    position: fixed;
    width: 90vw;
    max-width: 27rem;
    top: 0;
    right: -50rem;
    height: 100vh;
    z-index: 50;
    background: linear-gradient(0deg, #e7d29f 0%, #b4996e 100%);
    padding: 0 0 0 6px;
    margin: 0 0 0 5rem;
  }
  header#head #mainMenu .body {
    padding: 8rem 0 8rem;
    background-color: #f4f7ef;
    height: 100vh;
  }
  header#head #mainMenu .scroll {
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    padding: 0 3rem 0 3rem;
  }
  header#head #mainMenu .scroll .content {
    min-height: 100%;
    flex-direction: column;
    padding: 0 0 0 0;
    position: relative;
    justify-content: center;
  }
  header#head #mainMenu .menu-main-menu-container > ul {
    flex-direction: column;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a {
    color: #000;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li a:before,
  header#head #mainMenu .menu-main-menu-container > ul > li a:after {
    border-bottom: 1px solid #000;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li .sub-menu {
    display: none;
    position: static;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li .sub-menu li a {
    color: #172129;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li.menu-item-has-children a {
    background-image: none;
    padding-right: 0;
  }
  header#head #mainMenu .menu-main-menu-container > ul > li#menu-item-72 {
    margin-top: 3rem;
  }
  header#head #mobileTrigger {
    display: block;
  }
  header#head #mobileTrigger .opened div {
    background: #181a3e;
  }
}
@media only screen and (max-width: 950px) {
  .page-template-page-home #connect .row .flex .forms .form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(2),
  .page-template-page-home #connect .row .flex .forms .form .nf-form-cont nf-fields-wrap nf-field:nth-of-type(3) {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-home #connect .row .flex .forms .subscribe .nf-form-cont nf-fields-wrap nf-field:nth-of-type(2),
  .page-template-page-home #connect .row .flex .forms .subscribe .nf-form-cont nf-fields-wrap nf-field:nth-of-type(3) {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-home #connect .row .flex .forms .subscribe .nf-form-cont .nf-form-content .nf-field-container .nf-field-element input[type="submit"] {
    width: 100%;
  }
  .page-template-page-membership #paths .row .flex {
    align-items: flex-start;
  }
  .page-template-page-membership #paths .row .flex .left {
    max-width: 27rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob h2 {
    font-size: 4rem;
  }
  .page-template-page-membership #paths .row .flex .right {
    padding-left: 6.5rem;
  }
  .page-template-page-about #team .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-about #team .row .flex .box {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 3rem 0;
  }
  .page-template-page-about #team .row .flex .box .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .page-template-page-about #team .row .flex .box .content .img {
    flex: 1 0 25rem;
    height: auto;
    max-width: 25rem;
  }
  .page-template-page-about #team .row .flex .box .content .img img {
    border-radius: 2rem 0 0 2rem;
  }
  .page-template-page-about #team .row .flex .box .content .txt {
    flex: 1;
    max-width: 100%;
    border-radius: 0 2rem 2rem 0;
  }
  .page-template-page-science #intersection .row .txt h2 {
    font-size: 4.2rem;
  }
  .page-template-page-events #events .row .flex .right {
    padding: 0 0 0 4rem;
  }
  .page-template-page-events #events .row .flex .left h2 {
    font-size: 4.5rem;
  }
  .page-template-page-breathwork #hero .row .txt h1 {
    font-size: 6rem;
  }
  .page-template-page-breathwork #hero .row .txt h2 {
    max-width: 51rem;
  }
  .page-template-page-breathwork #hero .row .sigil {
    width: 96rem;
    height: 90rem;
    margin-left: -48rem;
  }
  .page-template-page-breathwork #hero .row .details {
    padding: 4rem 3rem;
  }
  .page-template-page-breathwork #hero .row .details h2 {
    font-size: 2.4rem;
  }
  .page-template-page-breathwork #hero .row .details .flex {
    align-items: flex-start;
  }
  .page-template-page-breathwork #hero .row .details .flex .info {
    padding-left: 3rem;
  }
  .page-template-page-breathwork #hero .row .details .flex .info a {
    font-size: 1.4rem;
    padding: 1.1rem 1.3rem;
  }
  .page-template-page-breathwork #hero .row .details .flex .image {
    max-width: 26rem;
  }
}
@media only screen and (max-width: 900px) {
  .page-template-page-home #about .row .bg .txt {
    max-width: 40rem;
  }
  .page-template-page-home #about .row .bg .txt p {
    font-size: 3.8rem;
  }
  .page-template-page-home #founder {
    padding: 12rem 2rem 12rem 8rem;
  }
  .page-template-page-home #founder .row .txt {
    max-width: 43rem;
  }
  .page-template-page-home #founder .row .txt p + p {
    font-size: 2.2rem;
  }
  .page-template-page-home #connect .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-home #connect .row .flex .forms {
    flex: 1 0 100%;
    max-width: 60rem;
    margin: 0 auto;
  }
  .page-template-page-home #connect .row .flex .txt {
    flex: 1 0 100%;
    max-width: 56rem;
    padding: 0 0 7rem 0;
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-home #connect .row .flex .txt h2,
  .page-template-page-home #connect .row .flex .txt h3,
  .page-template-page-home #connect .row .flex .txt p {
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home #connect .row .flex .txt .data {
    max-width: 30rem;
    margin: 5rem auto;
    text-align: left;
  }
  .page-template-page-home #connect .row .flex .txt .data .box .text p strong {
    font-size: 1.8rem;
  }
  .page-template-page-home #connect .row .flex .txt .social .sm {
    max-width: 18.6rem;
    margin: 0 auto;
  }
  .page-template-page-about #hero {
    padding-top: 18rem;
  }
  .page-template-page-about #hero .row .txt {
    padding: 0 1rem;
  }
  .page-template-page-about #hero .row .txt h1 {
    font-size: 5rem;
    max-width: 67rem;
  }
  .page-template-page-about #hero .row .txt h2 {
    font-size: 2.4rem;
    max-width: 60rem;
  }
  .page-template-page-ceremony #hero .row .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-ceremony #hero .row .txt p {
    font-size: 2.4rem;
    max-width: 40rem;
  }
  .page-template-page-ceremony #participants .row h2 {
    font-size: 4.2rem;
  }
  .page-template-page-ceremony #participants .row p {
    font-size: 2.4rem;
  }
  .page-template-page-ceremony #expect .row .container {
    padding: 6rem 4rem;
  }
  .page-template-page-ceremony #expect .row .container .text {
    max-width: 41rem;
  }
  .page-template-page-ceremony #expect .row .container .text .header h2 {
    margin-bottom: 2rem;
  }
  .page-template-page-science #hero {
    padding-top: 17rem;
  }
  .page-template-page-science #hero .row .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-science #hero .row .txt h2 {
    font-size: 2.4rem;
  }
  .page-template-page-science #evolution .row .img {
    max-width: 9.5rem;
  }
}
@media only screen and (max-width: 850px) {
  footer#footer .row .flex {
    flex-direction: column;
    align-items: center;
  }
  footer#footer .row .flex .footlogo {
    padding-right: 0;
    margin-bottom: 6rem;
    flex: unset;
    max-width: 32rem;
  }
  footer#footer .row .flex .footlogo #footlogo {
    margin: 0 auto 1.5rem auto;
  }
  footer#footer .row .flex .footlogo p {
    text-align: center;
  }
  footer#footer .row .flex .menus {
    margin-left: -3rem;
    margin-right: -3rem;
    text-align: center;
    justify-content: center;
  }
  footer#footer .row .flex .menus nav,
  footer#footer .row .flex .menus .tool,
  footer#footer .row .flex .menus .social {
    padding: 0 3rem;
  }
  footer#footer .row .flex .menus .social .menu-social-menu-container {
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-events #events .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-events #events .row .flex .right {
    padding: 0;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-events #events .row .flex .left {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 0 3rem 0;
  }
  .page-template-page-events #events .row .flex .left h2 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .page-template-page-about #believe .row .container {
    padding: 8rem 5rem 4rem 5rem;
  }
  .page-template-page-about #believe .row .container .flex .box {
    flex: 1 0 50%;
    max-width: 23rem;
  }
  .page-template-page-ceremony #expect .row .container {
    padding: 36rem 3rem 6rem 3rem;
    background-image: none !important;
    background-color: #000;
  }
  .page-template-page-ceremony #expect .row .container .mobbg {
    display: block;
    z-index: 1;
  }
  .page-template-page-ceremony #expect .row .container .mobbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-page-ceremony #expect .row .container .text {
    max-width: 100%;
    z-index: 2;
    position: relative;
  }
  .page-template-page-ceremony #expect .row .container .text .header h2 {
    margin-bottom: 2rem;
  }
  .page-template-page-ceremony #integrity .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-ceremony #integrity .row .flex .box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .page-template-page-science #intersection .row .txt .flex .box .content {
    padding: 3.5rem 2rem 2rem 2rem;
  }
  .page-template-page-science #path .row .flex .box {
    max-width: 23rem;
  }
}
@media only screen and (max-width: 750px) {
  header#head .row {
    padding: 0.5rem 2rem;
  }
  .row {
    padding: 0 2rem;
  }
  #mobileTrigger {
    right: 1rem;
  }
  #mobileTrigger.opened {
    right: 1.3rem;
  }
  .page-template-page-home #hero {
    padding: 15rem 0 10rem 0;
  }
  .page-template-page-home #hero .row .img {
    padding: 0 2rem;
  }
  .page-template-page-home #hero .row .txt p {
    font-size: 2.4rem;
  }
  .page-template-page-home #hero .row .txt .buttons {
    flex-direction: column;
  }
  .page-template-page-home #hero .row .txt .buttons a {
    margin: 0 auto 2rem auto;
    display: inline-block;
  }
  .page-template-page-home #hero .row .txt .buttons a:nth-of-type(2) {
    margin: 0 auto;
  }
  .page-template-page-home #about .row .bg {
    background-position: center right -21rem;
    padding: 5rem 4rem 5rem 8rem;
  }
  .page-template-page-home #about .row .bg .txt {
    max-width: 40rem;
  }
  .page-template-page-home #about .row .bg .txt p {
    font-size: 3.6rem;
  }
  .page-template-page-membership #hero {
    padding: 17rem 0 8rem 0;
  }
  .page-template-page-membership #hero .row .img {
    width: 13rem;
    height: 12.5rem;
  }
  .page-template-page-membership #hero .row .txt h1 {
    font-size: 8rem;
  }
  .page-template-page-membership #hero .row .txt h2 {
    font-size: 2.4rem;
  }
  .page-template-page-membership #paths .row .flex .left {
    max-width: 24rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob .icon {
    width: 4rem;
    height: 4rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob h2 {
    font-size: 3.6rem;
  }
  .page-template-page-membership #paths .row .flex .right {
    padding-left: 6rem;
  }
  .page-template-page-membership #paths .row .flex .right h2 {
    font-size: 2.3rem;
  }
  .page-template-page-about #hero {
    padding-top: 16rem;
  }
  .page-template-page-about #hero .row .txt {
    padding: 0;
  }
  .page-template-page-about #hero .row .txt h1 {
    max-width: 53rem;
  }
  .page-template-page-about #hero .row .txt h2 {
    font-size: 2.2rem;
    max-width: 60rem;
  }
  .page-template-page-about #believe .row .container h2 {
    font-size: 4rem;
  }
  .page-template-page-about #team .row h3 {
    font-size: 4rem;
  }
  .page-template-page-about #team .row .flex .box .content .txt {
    padding: 2.5rem 3rem;
  }
  .page-template-page-about #team .row .flex .box:nth-of-type(1) .content {
    display: block;
  }
  .page-template-page-about #team .row .flex .box:nth-of-type(1) .content .txt,
  .page-template-page-about #team .row .flex .box:nth-of-type(1) .content .img {
    max-width: 100%;
  }
  .page-template-page-about #team .row .flex .box:nth-of-type(1) .content .txt p {
    max-width: 100%;
  }
  .page-template-page-about #reason .row h2 {
    font-size: 4rem;
  }
  .page-template-page-ceremony #hero .row .txt p {
    font-size: 2.2rem;
    max-width: 40rem;
  }
  .page-template-page-ceremony #hero .row .img {
    width: 36rem;
    height: 36rem;
    margin-bottom: -36rem;
  }
  .page-template-page-ceremony #participants .row h2 {
    font-size: 4rem;
  }
  .page-template-page-ceremony #participants .row p {
    font-size: 2.2rem;
  }
  .page-template-page-science #hero .row .txt h2 {
    font-size: 2.2rem;
  }
  .page-template-page-science #intersection {
    padding-bottom: 4rem;
  }
  .page-template-page-science #intersection .row .txt h2 {
    font-size: 4rem;
  }
  .page-template-page-science #path .row .flex .box {
    flex: 1 0 50%;
    max-width: 23rem;
  }
  .page-template-page-science #path .row h2 {
    font-size: 4rem;
  }
  .page-template-page-science #evolution .row .img {
    max-width: 8rem;
  }
  .page-template-page-science #evolution .row h2 {
    font-size: 4rem;
  }
  .page-template-page-science #evolution .row p,
  .page-template-page-science #evolution .row p + p {
    font-size: 2.2rem;
  }
  .page-template-page-events #hero {
    padding: 15rem 0 8rem 0;
  }
  .page-template-page-events #hero .row .img {
    width: 14.5rem;
    height: 14.5rem;
  }
  .page-template-page-events #hero .row .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-events #hero .row .txt h2 {
    font-size: 2.4rem;
  }
  .page-template-page-breathwork #hero {
    padding: 17rem 0 10rem 0;
  }
  .page-template-page-breathwork #hero .row .txt h1 {
    font-size: 5.5rem;
  }
  .page-template-page-breathwork #hero .row .txt h2 {
    max-width: 51rem;
    font-size: 2.6rem;
  }
  .page-template-page-breathwork #hero .row .sigil {
    width: 84rem;
    height: 78rem;
    margin-left: -42rem;
  }
  .page-template-page-breathwork #hero .row .details {
    padding: 4rem;
    max-width: 56rem;
  }
  .page-template-page-breathwork #hero .row .details h2 {
    font-size: 2.2rem;
  }
  .page-template-page-breathwork #hero .row .details .flex {
    flex-wrap: wrap;
  }
  .page-template-page-breathwork #hero .row .details .flex .info {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .page-template-page-breathwork #hero .row .details .flex .info a {
    font-size: 1.6rem;
    padding: 1.1rem 3rem;
  }
  .page-template-page-breathwork #hero .row .details .flex .image {
    flex: 1 0 100%;
    max-width: 100%;
    height: 22rem;
    padding: 0 0 4rem 0;
  }
  .page-template-page-breathwork #hero .row .details .flex .image img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 700px) {
  .page-template-page-home #offer .row h3 {
    font-size: 4rem;
  }
  .page-template-page-home #offer .row .flex .box {
    flex: 1 0 50%;
    max-width: 22rem;
  }
  .page-template-page-home #why .row p {
    font-size: 4rem;
  }
  .page-template-page-home #why .row p + p {
    font-size: 2.2rem;
    max-width: 48rem;
  }
  .page-template-page-home #founder {
    padding: 12rem 2rem 12rem 6rem;
  }
  .page-template-page-home #founder .row .txt {
    max-width: 43rem;
  }
  .page-template-page-home #founder .row .txt p {
    font-size: 4rem;
  }
  .page-template-page-home #founder .row .txt p + p {
    font-size: 2rem;
  }
  .page-template-page-home #faqs .row h2 {
    font-size: 4rem;
  }
  .page-template-page-home #faqs .row .flex .box .content h3 {
    font-size: 1.8rem;
  }
  .page-template-page-home #connect .row .flex .txt h3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-home #about .row .bg {
    background-position: center right -24rem;
    padding: 5rem 3rem;
  }
  .page-template-page-home #about .row .bg .txt {
    margin: 0 auto;
  }
  .page-template-page-home #spiral .row .top h2 {
    font-size: 4.2rem;
  }
  .page-template-page-home #spiral .row .top p {
    font-size: 2.2rem;
  }
  .page-template-page-home #spiral .row .top h3 {
    font-size: 3.8rem;
  }
  .page-template-page-home #spiral .row .buttons .box a {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .page-template-page-membership #paths .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-membership #paths .row .flex .left {
    max-width: 100%;
    flex: 1 0 100%;
    padding: 0 0 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-template-page-membership #paths .row .flex .left .mob {
    flex: 1 0 25rem;
    max-width: 25rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob .icon {
    width: 4rem;
    height: 4rem;
    margin-bottom: 2rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob h2 {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .page-template-page-membership #paths .row .flex .left .mob .img {
    width: 25rem;
    height: 25rem;
    margin-bottom: 0;
  }
  .page-template-page-membership #paths .row .flex .left p {
    font-size: 2.4rem;
    flex: 1;
    max-width: 100%;
    padding-left: 4rem;
  }
  .page-template-page-membership #paths .row .flex .right {
    max-width: 100%;
    flex: 1 0 100%;
    padding: 0;
  }
  .page-template-page-membership #paths .row .flex .right h2 {
    font-size: 2.5rem;
  }
  .page-template-page-about #team .row .flex .box {
    flex: 1 0 100%;
    max-width: 40rem;
    margin: 0 auto;
    padding: 0 0 4rem 0;
  }
  .page-template-page-about #team .row .flex .box .content {
    flex-direction: column;
  }
  .page-template-page-about #team .row .flex .box .content .txt {
    padding: 3rem;
    border-radius: 0 0 2rem 2rem;
  }
  .page-template-page-about #team .row .flex .box .content .img {
    flex: 1 0 100%;
    max-width: 100%;
    height: 20rem;
  }
  .page-template-page-about #team .row .flex .box .content .img img {
    border-radius: 2rem 2rem 0 0;
  }
  .page-template-page-ceremony #expect .row .container {
    padding: 27rem 3rem 6rem 3rem;
  }
  .page-template-page-ceremony #expect .row .container .text .header h2 {
    font-size: 4rem;
  }
  .page-template-page-ceremony #medicine .row h2 {
    font-size: 4rem;
  }
  .page-template-page-ceremony #medicine .row p {
    font-size: 2.2rem;
  }
  .page-template-page-ceremony #medicine .row p + p {
    font-size: 1.6rem;
  }
  .page-template-page-ceremony #integrity .row h2 {
    font-size: 4rem;
  }
  .page-template-page-ceremony #ready .row h2 {
    font-size: 4rem;
  }
  .page-template-page-ceremony #ready .row p {
    font-size: 2.2rem;
  }
  .page-template-page-science #intersection .row .img {
    left: 1rem;
    right: 1rem;
    border-radius: 3rem;
  }
  .page-template-page-science #intersection .row .txt .flex {
    flex-wrap: wrap;
  }
  .page-template-page-science #intersection .row .txt .flex .box {
    flex: 1 0 50%;
    max-width: 28rem;
    padding: 0 1rem 4rem 1rem;
  }
  .page-template-page-science #intersection .row .txt .flex .box .content {
    padding: 4rem 2.5rem 2rem 2.5rem;
  }
  .page-template-default #content h1 {
    font-size: 5rem;
    letter-spacing: -1px;
  }
  .page-template-default #content h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .page-template-page-home #hero {
    padding: 18rem 0 10rem 0;
  }
  .page-template-page-home #hero .row .img {
    padding: 0 1rem;
  }
  .page-template-page-home #hero .row .txt p {
    font-size: 2.2rem;
  }
  .page-template-page-home #hero .row .txt .buttons a {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 1.4rem 2.5rem;
  }
  .page-template-page-membership #hero .row .txt h1 {
    font-size: 6.5rem;
  }
  .page-template-page-membership #hero .row .txt h2 {
    max-width: 34rem;
  }
  .page-template-page-membership #hero .row .txt p {
    max-width: 35rem;
  }
  .page-template-page-about #hero .row .txt h2 {
    font-size: 2.4rem;
    max-width: 36rem;
  }
  .page-template-page-ceremony #participants .row h2 {
    max-width: 28rem;
  }
  .page-template-page-ceremony #participants .row p {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 550px) {
  .page-template-page-home #founder {
    padding: 37rem 3rem 18rem 3rem;
    background-position: center right -90rem;
  }
  .page-template-page-home #founder .row .txt {
    max-width: 43rem;
    margin: 0 auto;
  }
  .page-template-page-home #faqs .row h2 {
    font-size: 3.6rem;
  }
  .page-template-page-home #faqs .row .flex .box .content {
    padding: 3rem 2rem;
  }
  .page-template-page-membership #paths {
    padding-bottom: 4rem;
  }
  .page-template-page-membership #paths .row .flex .left {
    flex-wrap: wrap;
  }
  .page-template-page-membership #paths .row .flex .left .mob {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .page-template-page-membership #paths .row .flex .left .mob .img {
    width: 29rem;
    height: 29rem;
    margin-bottom: 2rem;
  }
  .page-template-page-membership #paths .row .flex .left p {
    font-size: 2.1rem;
    flex: 1 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .page-template-page-about #team .row h3 {
    font-size: 3.6rem;
  }
  .page-template-page-about #reason .row h2 {
    font-size: 3.6rem;
  }
  .page-template-page-about #believe .row .container {
    padding: 8rem 3rem 1rem 3rem;
  }
  .page-template-page-about #believe .row .container h2 {
    font-size: 3.6rem;
  }
  .page-template-page-science #intersection .row .img {
    left: 1rem;
    right: 1rem;
    border-radius: 3rem;
  }
  .page-template-page-science #intersection .row .txt .flex {
    margin: 0 0 4rem 0;
  }
  .page-template-page-science #intersection .row .txt .flex .box {
    flex: 1 0 100%;
    max-width: 28rem;
  }
  .page-template-page-breathwork #hero .row .txt h1 {
    font-size: 5rem;
  }
  .page-template-page-breathwork #hero .row .txt h2 {
    font-size: 2.4rem;
  }
  .page-template-page-breathwork #hero .row .sigil {
    width: 70rem;
    height: 64rem;
    margin-left: -35rem;
  }
  .page-template-page-breathwork #hero .row .details {
    padding: 3rem 2rem;
  }
  .page-template-page-breathwork #hero .row .details .flex .info ul li {
    background-position: top 0.5rem left;
  }
  .page-template-page-breathwork #hero .row .details .flex .info a {
    font-size: 1.4rem;
    padding: 1.1rem 1.3rem;
  }
}
@media only screen and (max-width: 500px) {
  .page-template-page-home #offer .row h3 {
    font-size: 3.6rem;
  }
  .page-template-page-home #offer .row .flex .box {
    flex: 1 0 100%;
    max-width: 32rem;
    padding: 0 5rem 4rem 5rem;
  }
  .page-template-page-home #why .row p {
    font-size: 3.6rem;
  }
  .page-template-page-home #why .row p + p {
    font-size: 2rem;
  }
  .page-template-page-home #founder .row .txt p {
    font-size: 3.6rem;
  }
  .page-template-page-home #spiral .row .top h2 {
    font-size: 4rem;
  }
  .page-template-page-home #spiral .row .top p {
    font-size: 2rem;
  }
  .page-template-page-home #spiral .row .top h3 {
    font-size: 3.6rem;
  }
  .page-template-page-home #spiral .row .buttons .box {
    max-width: 28rem;
    width: 28rem;
  }
  .page-template-page-home #spiral .row .buttons .box a {
    display: block;
  }
  .page-template-page-home #connect .row .flex .txt h3 {
    font-size: 3.6rem;
  }
  .page-template-page-about #hero .row .txt h1 {
    font-size: 4.8rem;
    line-height: 120%;
  }
  .page-template-page-about #hero .row .txt h2 {
    font-size: 2.4rem;
    max-width: 36rem;
  }
  .page-template-page-about #believe .row .container {
    padding-bottom: 5rem;
  }
  .page-template-page-about #believe .row .container .flex {
    margin: 0;
  }
  .page-template-page-about #believe .row .container .flex .box {
    flex: 1 0 100%;
    max-width: 24rem;
    padding: 0 0 2.5rem 0;
  }
  .page-template-page-ceremony #hero .row .txt h1 {
    font-size: 4.8rem;
    max-width: 40rem;
  }
  .page-template-page-ceremony #hero .row .img {
    width: 30rem;
    height: 30rem;
    margin-bottom: -31.3rem;
  }
  .page-template-page-ceremony #expect .row .container {
    padding: 22rem 3rem 6rem 3rem;
  }
  .page-template-page-ceremony #expect .row .container .text .header h2 {
    font-size: 3.8rem;
  }
  .page-template-page-ceremony #expect .row .container .text .header p {
    font-size: 2rem;
  }
  .page-template-page-ceremony #medicine .row h2 {
    font-size: 3.8rem;
  }
  .page-template-page-ceremony #integrity .row h2 {
    font-size: 3.8rem;
  }
  .page-template-page-ceremony #ready .row h2 {
    font-size: 3.8rem;
  }
  .page-template-page-science #hero .row .txt h1 {
    font-size: 4.2rem;
  }
  .page-template-page-science #hero .row .txt h2 {
    max-width: 40rem;
  }
  .page-template-page-science #path .row .flex .box {
    flex: 1 0 100%;
    max-width: 25rem;
  }
  .page-template-page-events #events .row .flex .left h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 450px) {
  .page-template-page-home #founder {
    padding: 40rem 0 12rem 0;
    background-position: center right -103rem;
  }
  .page-template-page-home #founder .row .txt {
    max-width: 43rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .page-template-page-ceremony #integrity .row .flex {
    justify-content: center;
  }
  .page-template-page-ceremony #integrity .row .flex .box {
    flex: 1 0 100%;
    max-width: 30rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-template-page-home #hero {
    padding: 18rem 0 10rem 0;
  }
  .page-template-page-home #hero .row .img {
    padding: 0;
  }
  .page-template-page-home #hero .row .txt p {
    font-size: 2rem;
  }
  .page-template-page-home #hero .row .txt .buttons a:nth-of-type(2) {
    width: 24.1rem;
  }
  .page-template-page-home #about .row .bg {
    background-position: center right -57rem;
    padding: 5rem 2rem;
  }
  .page-template-page-home #offer .row .flex .box {
    padding: 0 2rem 4rem 2rem;
    max-width: 25rem;
  }
  .page-template-page-home #offer .row .flex .box .content {
    padding-bottom: 2rem;
  }
  .page-template-page-home #why .row p + p {
    font-size: 1.8rem;
  }
  .page-template-page-membership #hero {
    padding: 15rem 0 8rem 0;
  }
  .page-template-page-membership #hero .row .txt h1 {
    font-size: 5.5rem;
    line-height: 100%;
  }
  .page-template-page-membership #hero .row .txt h2 {
    font-size: 2.2rem;
  }
  .page-template-page-about #hero .row .txt h1 {
    font-size: 4.2rem;
    line-height: 110%;
  }
  .page-template-page-about #hero .row .txt h2 {
    font-size: 2.2rem;
  }
  .page-template-page-ceremony #hero .row .txt h1 {
    font-size: 4.2rem;
  }
  .page-template-page-ceremony #hero .row .img {
    width: 26rem;
    height: 26rem;
    margin-bottom: -28rem;
  }
  .page-template-page-ceremony #medicine .row p {
    font-size: 2.0rem;
  }
  .page-template-page-ceremony #medicine .row p + p {
    font-size: 1.6rem;
  }
  .page-template-page-ceremony #ready .row p {
    font-size: 2rem;
  }
  .page-template-page-events #hero {
    padding: 15rem 0 6rem 0;
  }
  .page-template-page-events #hero .row .img {
    width: 13rem;
    height: 13rem;
  }
  .page-template-page-events #hero .row .txt h1 {
    font-size: 4.5rem;
  }
  .page-template-page-events #hero .row .txt h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 350px) {
  .page-template-page-home #founder {
    background-position: center right -106rem;
  }
}
