@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: 1rem 0;
  z-index: 50;
  transition: all .5s;
  background: transparent;
}
header#head .row {
  max-width: 140rem;
  padding: 1.5rem 3rem;
}
header#head .row .box {
  max-width: 128rem;
  border: 1px solid #C7A546;
  border-radius: 7rem;
  padding: 3rem;
  background-color: rgba(206, 209, 119, 0.15);
}
header#head .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#head .row .flex #logo {
  flex: 1 0 19rem;
  max-width: 19rem;
  height: 5.1rem;
}
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;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
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: 4.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;
}
#page.scrolled header#head .row .box {
  background-color: rgba(38, 53, 41, 0.8);
}
#page.scrolled header#head .row .box .flex nav .scroll .content ul li a {
  color: #fff;
}
#page.scrolled header#head .row .box .flex nav .scroll .content ul li a:after,
#page.scrolled header#head .row .box .flex nav .scroll .content ul li a:before {
  border-bottom: 1px solid #fff;
}
#page.scrolled header#head #mobileTrigger {
  right: 2rem;
  top: 2.6rem;
}
#page.scrolled header#head #mobileTrigger div {
  background: #fff;
}
.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 14rem 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: saturate(0.85) contrast(0.95) brightness(0.88);
}
.page-template-page-home #hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 33, 23, 0.88) 0%, rgba(16, 33, 23, 0.65) 35%, rgba(16, 33, 23, 0.12) 65%, rgba(16, 33, 23, 0) 100%);
}
.page-template-page-home #hero .row {
  max-width: 128rem;
}
.page-template-page-home #hero .row .txt {
  max-width: 54rem;
}
.page-template-page-home #hero .row .txt h1 {
  color: #d6be8a;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  margin: 0 0 4rem 0;
  letter-spacing: 5px;
}
.page-template-page-home #hero .row .txt h2 {
  font-family: meno-banner, serif !important;
  color: #F5F1E8;
  font-size: 5.4rem;
  line-height: 110%;
  font-weight: 500;
  margin: 0 0 4rem 0;
  letter-spacing: 0.8px;
}
.page-template-page-home #hero .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: #EFE6D8;
  max-width: 40rem;
  margin: 0 0 3rem 0;
}
.page-template-page-home #hero .row .txt .buttons {
  display: flex;
  justify-content: center;
  max-width: 48rem;
  margin: 5rem 0 0 0;
}
.page-template-page-home #hero .row .txt .buttons a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 133%;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 1.2rem 2.5rem;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #hero .row .txt .buttons a:nth-of-type(1) {
  margin-right: 1.5rem;
  background: #F5F1E8;
  color: #102117;
  border: 1px solid #D6BE8A;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.page-template-page-home #hero .row .txt .buttons a:nth-of-type(1):hover {
  background: #D6BE8A;
  border-color: #D6BE8A;
  color: #102117;
}
.page-template-page-home #hero .row .txt .buttons a:nth-of-type(2) {
  background: transparent;
  color: #F5F1E8;
  border: 1px solid rgba(245, 241, 232, 0.55);
}
.page-template-page-home #hero .row .txt .buttons a:nth-of-type(2):hover {
  background: rgba(245, 241, 232, 0.1);
  border-color: #D6BE8A;
  color: #D6BE8A;
}
.page-template-page-home #why {
  padding: 14rem 0 ;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.page-template-page-home #why:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 252, 244, 0.22);
  pointer-events: none;
}
.page-template-page-home #why .row {
  max-width: 110rem;
  text-align: center;
}
.page-template-page-home #why .row h2 {
  color: #A98236;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
  margin: 0 auto 7rem auto;
  letter-spacing: 5px;
  position: relative;
}
.page-template-page-home #why .row h2:after {
  content: '';
  width: 10rem;
  height: 2px;
  background: #A98236;
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  margin-left: -5rem;
}
.page-template-page-home #why .row h3 {
  font-family: meno-banner, serif !important;
  color: #102117;
  font-size: 4.4rem;
  line-height: 110%;
  font-weight: 500;
  margin: 0 auto 3rem auto;
  letter-spacing: 0.8px;
  max-width: 78rem;
}
.page-template-page-home #why .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(34, 49, 38, 0.88);
  max-width: 40rem;
  margin: 0 auto 6rem auto;
}
.page-template-page-home #why .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -3rem;
  flex-wrap: wrap;
}
.page-template-page-home #why .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 30rem;
  padding: 0 3rem 8rem 3rem;
}
.page-template-page-home #why .row .flex .box .content {
  height: 100%;
  padding: 4rem 2rem;
  background: rgba(255, 252, 244, 0.5);
  border: 1px solid rgba(158, 122, 50, 0.18);
  box-shadow: 0 18px 45px rgba(16, 33, 23, 0.11);
  transition: all .3s;
}
.page-template-page-home #why .row .flex .box .content:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(16, 33, 23, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.page-template-page-home #why .row .flex .box .content .img {
  max-width: 6rem;
  height: auto;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-home #why .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #why .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-home #why .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(34, 49, 38, 0.88);
  margin: 0 auto;
  max-width: 22rem;
}
.page-template-page-home #why .row .flex .box:nth-of-type(1) .content .img {
  max-width: 4.5rem;
}
.page-template-page-home #why .row .flex .box:nth-of-type(2) .content .img {
  max-width: 3.5rem;
}
.page-template-page-home #why .row .closing p {
  font-size: 2.2rem;
  max-width: 80rem;
  margin: 0 auto 3rem auto;
}
.page-template-page-home #why .row .closing p + p {
  font-family: meno-banner, serif !important;
  max-width: 32rem;
  font-size: 2.4rem;
}
.page-template-page-home #why .row .closing p + p strong {
  font-style: italic;
  font-weight: 600 ;
  font-size: 2.6rem;
}
.page-template-page-home #alone {
  padding: 14rem 0 ;
  width: 100%;
  background-position: center right -20rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: brightness(0.88) saturate(0.9) contrast(0.96);
}
.page-template-page-home #alone:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(34, 42, 26, 0.82) 0%, rgba(45, 49, 31, 0.72) 22%, rgba(56, 46, 31, 0.5) 45%, rgba(56, 46, 31, 0.18) 65%, rgba(56, 46, 31, 0) 82%);
  pointer-events: none;
}
.page-template-page-home #alone:before {
  content: "";
  position: absolute;
  inset: 0 -3rem -3rem -2rem;
  background: radial-gradient(circle at 55% 35%, rgba(16, 33, 23, 0.34) 0%, rgba(16, 33, 23, 0.18) 42%, rgba(16, 33, 23, 0) 72%);
  z-index: -1;
}
.page-template-page-home #alone .row {
  max-width: 128rem;
}
.page-template-page-home #alone .row .txt {
  max-width: 47rem;
  margin: 0 0 0 auto;
}
.page-template-page-home #alone .row .txt h2 {
  font-family: meno-banner, serif !important;
  color: #F2E7D3;
  font-size: 5.4rem;
  line-height: 110%;
  font-weight: 500;
  margin: 0 0 4rem 0;
  letter-spacing: 0.8px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
  max-width: 45rem;
}
.page-template-page-home #alone .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(245, 241, 232, 0.9);
  max-width: 44rem;
  margin: 0 0 2rem 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}
.page-template-page-home #alone .row .txt p strong {
  color: #c6a15b;
}
.page-template-page-home #alone .row .txt ul {
  padding: 0 0 1.5rem 0;
  margin: 0;
  list-style: none;
}
.page-template-page-home #alone .row .txt ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(245, 241, 232, 0.9);
  margin: 0;
  padding: 0 0 1.1rem 2.3rem;
  position: relative;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}
.page-template-page-home #alone .row .txt ul li:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-color: #c6a15b;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  box-shadow: 0 0 8px rgba(198, 161, 91, 0.75), 0 0 18px rgba(198, 161, 91, 0.32);
}
.page-template-page-home #alone .row .txt blockquote {
  margin: 2rem 0 0 0;
  position: relative;
}
.page-template-page-home #alone .row .txt blockquote:before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background: rgba(198, 161, 91, 0.7);
  margin-bottom: 1.5rem;
}
.page-template-page-home #alone .row .txt blockquote p {
  font-family: meno-banner, serif !important;
  font-size: 3.6rem;
  line-height: 140%;
  color: #c6a15b;
  font-style: italic;
  margin: 2rem 0 0 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}
.page-template-page-home #emerge {
  padding: 12rem 0 ;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  border-bottom: 2px solid #9E7A32;
  border-top: 2px solid #D6BE8A;
}
.page-template-page-home #emerge:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 252, 244, 0.22);
  pointer-events: none;
}
.page-template-page-home #emerge:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(255, 252, 244, 0.58) 0%, rgba(255, 252, 244, 0.24) 34%);
  pointer-events: none;
}
.page-template-page-home #emerge .row {
  max-width: 100rem;
  text-align: center;
}
.page-template-page-home #emerge .row h2 {
  font-family: meno-banner, serif !important;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.95;
  font-weight: 400;
  color: #102117;
  margin: 0 auto 2.5rem auto;
  position: relative;
  display: inline-block;
  padding-bottom: 2.5rem;
}
.page-template-page-home #emerge .row h2:after {
  left: calc(50.75%);
  background: linear-gradient(90deg, rgba(169, 130, 54, 0.45) 0%, rgba(169, 130, 54, 0) 100%);
}
.page-template-page-home #emerge .row h2:before {
  right: calc(50.75%);
  background: linear-gradient(90deg, rgba(169, 130, 54, 0) 0%, rgba(169, 130, 54, 0.45) 100%);
}
.page-template-page-home #emerge .row h2::before,
.page-template-page-home #emerge .row h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 10rem;
  height: 1px;
}
.page-template-page-home #emerge .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(34, 49, 38, 0.88);
  margin: 0 auto 6rem auto;
  max-width: 64rem;
}
.page-template-page-home #emerge .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -3rem;
  flex-wrap: wrap;
}
.page-template-page-home #emerge .row .flex .box {
  flex: 1 0 33.33%;
  max-width: 33.33%;
  padding: 0 3rem 6rem 3rem;
}
.page-template-page-home #emerge .row .flex .box .content {
  background: rgba(255, 252, 244, 0.35);
  padding: 3rem;
  border: 1px solid rgba(169, 130, 54, 0.38);
  box-shadow: 0 18px 45px rgba(16, 33, 23, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  height: 100%;
  backdrop-filter: blur(1px);
  transition: all .3s;
}
.page-template-page-home #emerge .row .flex .box .content:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(16, 33, 23, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.page-template-page-home #emerge .row .flex .box .content .img {
  margin: 0 auto 1.5rem auto;
  max-width: auto;
  height: 10rem;
}
.page-template-page-home #emerge .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #emerge .row .flex .box .content p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
  color: #102117;
  margin: 0 auto;
}
.page-template-page-home #emerge .row .flex .box:nth-of-type(1) .content .img {
  width: 12rem;
}
.page-template-page-home #emerge .row .flex .box:nth-of-type(4) .content .img {
  width: 13rem;
}
.page-template-page-home #emerge .row .flex .box:nth-of-type(6) .content .img {
  width: 9rem;
}
.page-template-page-home #emerge .row .flex .box:nth-of-type(7) .content .img {
  width: 8rem;
}
.page-template-page-home #emerge .row .closing {
  margin: 2rem auto;
  padding: 3rem;
  position: relative;
}
.page-template-page-home #emerge .row .closing p {
  font-family: meno-banner, serif !important;
  font-size: clamp(2.6rem, 5vw, 3.5rem);
  line-height: 1.35;
  font-weight: 400;
  color: rgba(16, 33, 23, 0.8);
  font-style: italic;
  margin: 0 auto;
}
.page-template-page-home #emerge .row .closing:before {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(90deg, rgba(169, 130, 54, 0), rgba(169, 130, 54, 0.8), rgba(169, 130, 54, 0));
}
.page-template-page-home #grow {
  padding: 14rem 0 ;
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: brightness(0.78) saturate(0.85) contrast(0.95);
}
.page-template-page-home #grow:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 13, 0.88) 0%, rgba(8, 18, 13, 0.68) 32%, rgba(8, 18, 13, 0.28) 55%, rgba(8, 18, 13, 0) 78%);
  pointer-events: none;
}
.page-template-page-home #grow:after {
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(198, 161, 91, 0) 0%, rgba(198, 161, 91, 0.28) 18%, rgba(214, 190, 138, 0.9) 50%, rgba(198, 161, 91, 0.28) 82%, rgba(198, 161, 91, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-template-page-home #grow .row {
  max-width: 128rem;
}
.page-template-page-home #grow .row .txt {
  max-width: 53rem;
}
.page-template-page-home #grow .row .txt h2 {
  font-family: meno-banner, serif !important;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
  font-weight: 500;
  color: #F2E7D3;
  margin: 0 0 3.5rem 0;
  position: relative;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}
.page-template-page-home #grow .row .txt h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, rgba(198, 161, 91, 0.9), rgba(198, 161, 91, 0));
}
.page-template-page-home #grow .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(245, 241, 232, 0.88);
  margin: 0 0 2.5rem 0;
}
.page-template-page-home #grow .row .txt ul {
  margin: 3rem 0;
  padding: 0;
  list-style: none;
}
.page-template-page-home #grow .row .txt ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(245, 241, 232, 0.88);
  margin: 0;
  padding: 0 0 1rem 1.7rem;
  position: relative;
}
.page-template-page-home #grow .row .txt ul li:before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #C6A15B;
  font-size: 0.55em;
}
.page-template-page-home #grow .row .txt p:last-of-type {
  margin-top: 3.5rem;
  font-family: meno-banner, serif !important;
  font-style: italic;
  font-size: clamp(2.2rem, 2.2vw, 2.8rem);
  line-height: 1.25;
  color: #D6BE8A;
}
.page-template-page-home #experience {
  padding: 15rem 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  border-bottom: 2px solid #D6BE8A;
}
.page-template-page-home #experience:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 252, 244, 0.22);
  pointer-events: none;
}
.page-template-page-home #experience:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(255, 252, 244, 0.58) 0%, rgba(255, 252, 244, 0.24) 34%);
  pointer-events: none;
}
.page-template-page-home #experience .row {
  max-width: 124rem;
  text-align: center;
}
.page-template-page-home #experience .row h2 {
  color: #A98236;
  font-size: 2.8rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 auto 2.5rem auto;
  letter-spacing: 8.5px;
  position: relative;
}
.page-template-page-home #experience .row h2:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  margin: 2.5rem auto 0;
  background: linear-gradient(90deg, rgba(169, 130, 54, 0), rgba(169, 130, 54, 0.75), rgba(169, 130, 54, 0));
}
.page-template-page-home #experience .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(34, 49, 38, 0.88);
  margin: 0 auto 8rem auto;
}
.page-template-page-home #experience .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -2rem;
  flex-wrap: wrap;
}
.page-template-page-home #experience .row .flex .box {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 2rem;
}
.page-template-page-home #experience .row .flex .box .content {
  padding: 2rem;
  position: relative;
  height: 100%;
}
.page-template-page-home #experience .row .flex .box .content:after {
  content: '';
  width: 1px;
  height: 28rem;
  background-color: rgba(169, 130, 54, 0.26);
  position: absolute;
  top: 50%;
  right: -2rem;
  margin-top: -14rem;
}
.page-template-page-home #experience .row .flex .box .content .img {
  max-width: 100%;
  height: 8rem;
  margin: 0 auto 1.5rem auto;
  opacity: 0.95;
}
.page-template-page-home #experience .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home #experience .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-home #experience .row .flex .box .content .txt h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  letter-spacing: 0.4em;
  font-weight: 500;
  line-height: 150%;
  color: #A98236;
  margin: 0 auto 1rem auto;
  text-transform: uppercase;
}
.page-template-page-home #experience .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  color: rgba(34, 49, 38, 0.78);
  margin: 0 auto;
}
.page-template-page-home #experience .row .flex .box:nth-of-type(4) .content::after {
  display: none;
}
.page-template-page-home #experience .row .flex .box:nth-of-type(1) .content .img {
  height: 6rem;
}
.page-template-page-home #experience .row .flex .box:nth-of-type(3) .content .img,
.page-template-page-home #experience .row .flex .box:nth-of-type(4) .content .img {
  height: 7rem;
}
.page-template-page-home #stay {
  padding: 14rem 0 ;
  width: 100%;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: brightness(0.78) saturate(0.85) contrast(0.95);
}
.page-template-page-home #stay:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(22, 34, 24, 0.84) 0%, rgba(30, 43, 30, 0.72) 25%, rgba(39, 49, 34, 0.46) 48%, rgba(39, 49, 34, 0.16) 68%, rgba(39, 49, 34, 0) 82%);
  pointer-events: none;
}
.page-template-page-home #stay .row {
  max-width: 124rem;
  text-align: center;
}
.page-template-page-home #stay .row .txt {
  margin: 0 0 0 auto;
  max-width: 42rem;
  text-align: left;
}
.page-template-page-home #stay .row .txt p {
  color: #F5F1E8;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 400;
  margin: 0 0 2.5rem 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}
.page-template-page-home #stay .row .txt h2 {
  color: #A98236;
  font-size: 2.8rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 4rem 0;
  letter-spacing: 8.5px;
  position: relative;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}
.page-template-page-home #stay .row .txt h2:after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  margin-top: 2.5rem;
  background: linear-gradient(90deg, rgba(198, 161, 91, 0.9), rgba(198, 161, 91, 0));
}
.page-template-page-home #stay .row .txt ul {
  padding: 0;
  margin: 4rem 0 6rem 0;
  list-style: none;
}
.page-template-page-home #stay .row .txt ul li {
  color: #F5F1E8;
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
  padding: 0 0 1rem 1.4rem;
  position: relative;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.18);
}
.page-template-page-home #stay .row .txt ul li:before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: #C6A15B;
  font-size: 0.55em;
}
.page-template-page-home #stay .row .txt .button a {
  color: #D6BE8A;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border: 1px solid rgba(214, 190, 138, 0.7);
  background: rgba(245, 241, 232, 0.1);
  transition: all .3s;
}
.page-template-page-home #stay .row .txt .button a:hover {
  color: #102117;
  background: rgba(10, 20, 15, 0.18);
}
.page-template-page-home #more {
  padding: 12rem 0 ;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.page-template-page-home #more:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 252, 244, 0.42);
  pointer-events: none;
}
.page-template-page-home #more:after {
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(198, 161, 91, 0) 0%, rgba(198, 161, 91, 0.28) 18%, rgba(214, 190, 138, 0.9) 50%, rgba(198, 161, 91, 0.28) 82%, rgba(198, 161, 91, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-template-page-home #more .row {
  max-width: 128rem;
  text-align: left;
}
.page-template-page-home #more .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 -3rem;
}
.page-template-page-home #more .row .flex .left {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 3rem;
}
.page-template-page-home #more .row .flex .left .content {
  background: rgba(255, 252, 244, 0.58);
  border: 1px solid rgba(169, 130, 54, 0.22);
  box-shadow: 0 22px 60px rgba(16, 33, 23, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 4rem 3rem;
  height: 100%;
}
.page-template-page-home #more .row .flex .left .content h2 {
  color: #A98236;
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 2.5rem 0;
  letter-spacing: 5px;
  position: relative;
}
.page-template-page-home #more .row .flex .left .content .box {
  display: flex;
  flex-direction: column;
}
.page-template-page-home #more .row .flex .left .content .box .img {
  flex: 1 0 100%;
  max-width: 100%;
  order: 1;
  margin-bottom: 2rem;
}
.page-template-page-home #more .row .flex .left .content .box .img img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
  border-radius: 0.8rem;
}
.page-template-page-home #more .row .flex .left .content .box .txt {
  flex: 1 0 100%;
  max-width: 100%;
  order: 2;
}
.page-template-page-home #more .row .flex .left .content .box .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(34, 49, 38, 0.88);
  margin: 0 0 0.7rem 0;
}
.page-template-page-home #more .row .flex .left .content .button {
  margin: 3rem 0 0 0;
}
.page-template-page-home #more .row .flex .left .content .button a {
  color: #9E7A32;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(169, 130, 54, 0.75);
  transition: all .3s;
  padding: 1.2rem 2rem;
  background: rgba(169, 130, 54, 0.14);
}
.page-template-page-home #more .row .flex .left .content .button a:hover {
  background: rgba(169, 130, 54, 0.34);
}
.page-template-page-home #more .row .flex .right {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 3rem;
}
.page-template-page-home #more .row .flex .right .content {
  background: rgba(255, 252, 244, 0.58);
  border: 1px solid rgba(169, 130, 54, 0.22);
  box-shadow: 0 22px 60px rgba(16, 33, 23, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  padding: 4rem 3rem;
  height: 100%;
}
.page-template-page-home #more .row .flex .right .content h2 {
  color: #A98236;
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 500;
  margin: 0 0 2.5rem 0;
  letter-spacing: 5px;
  position: relative;
}
.page-template-page-home #more .row .flex .right .content ul {
  padding: 0;
  margin: 0 0 3rem 0;
  list-style: none;
}
.page-template-page-home #more .row .flex .right .content ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(34, 49, 38, 0.88);
  margin: 0 0 1rem 0;
  padding: 0 0 0.8rem 2.3rem;
  position: relative;
}
.page-template-page-home #more .row .flex .right .content ul li:before {
  content: '✓';
  color: #A98236;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.page-template-page-home #more .row .flex .right .content a {
  color: #9E7A32;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 400;
  margin: 0 auto;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgba(169, 130, 54, 0.75);
  transition: all .3s;
  padding: 1.2rem 2rem;
  background: rgba(169, 130, 54, 0.14);
}
.page-template-page-home #more .row .flex .right .content a:hover {
  background: rgba(169, 130, 54, 0.34);
}
.page-template-page-home #closing {
  padding: 14rem 0 ;
  width: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: brightness(0.78) saturate(0.95) contrast(0.95);
  overflow: hidden;
  border-bottom: 2px solid rgba(214, 190, 138, 0.5);
}
.page-template-page-home #closing:before {
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(198, 161, 91, 0) 0%, rgba(198, 161, 91, 0.28) 18%, rgba(214, 190, 138, 0.9) 50%, rgba(198, 161, 91, 0.28) 82%, rgba(198, 161, 91, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-template-page-home #closing:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(19, 12, 8, 0.88) 0%, rgba(28, 18, 12, 0.74) 28%, rgba(44, 29, 18, 0.48) 52%, rgba(44, 29, 18, 0.18) 72%, rgba(44, 29, 18, 0.04) 88%, rgba(44, 29, 18, 0) 100%);
}
.page-template-page-home #closing .row {
  max-width: 128rem;
}
.page-template-page-home #closing .row .txt {
  max-width: 56rem;
  position: relative;
  z-index: 2;
}
.page-template-page-home #closing .row .txt h2 {
  font-family: meno-banner, serif !important;
  color: #D6BE8A;
  font-size: 5.4rem;
  margin: 0 0 4.5rem 0;
  position: relative;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.8px;
  display: inline-block;
  padding-bottom: 2rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.page-template-page-home #closing .row .txt h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  margin-top: 2.5rem;
  background: linear-gradient(90deg, rgba(198, 161, 91, 0.85), rgba(198, 161, 91, 0));
}
.page-template-page-home #closing .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
  color: rgba(245, 241, 232, 0.82);
  max-width: 40rem;
  margin: 0 0 3rem 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
.page-template-page-home #closing .row .txt .buttons {
  display: flex;
  justify-content: center;
  max-width: 48rem;
  margin: 5rem 0 3rem 0;
}
.page-template-page-home #closing .row .txt .buttons a {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 133%;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1.2rem 2.5rem;
  transition: all .3s;
  display: inline-block;
}
.page-template-page-home #closing .row .txt .buttons a:nth-of-type(1) {
  margin-right: 1.5rem;
  background: #F5F1E8;
  color: #102117;
  border: 1px solid #D6BE8A;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}
.page-template-page-home #closing .row .txt .buttons a:nth-of-type(1):hover {
  background: #D6BE8A;
  border-color: #D6BE8A;
  color: #102117;
}
.page-template-page-home #closing .row .txt .buttons a:nth-of-type(2) {
  background: transparent;
  color: #F5F1E8;
  border: 1px solid rgba(245, 241, 232, 0.55);
}
.page-template-page-home #closing .row .txt .buttons a:nth-of-type(2):hover {
  background: rgba(245, 241, 232, 0.1);
  border-color: #D6BE8A;
  color: #D6BE8A;
}
/* PAGE HOME 2*/
.page-template-page-home2 #hero {
  width: 100%;
  padding: 25rem 0 14rem 0;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-template-page-home2 #hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(16, 33, 23, 0.88) 0%, rgba(16, 33, 23, 0.65) 35%, rgba(16, 33, 23, 0.12) 65%, rgba(16, 33, 23, 0) 100%);
}
.page-template-page-home2 #hero .row {
  max-width: 128rem;
}
.page-template-page-home2 #hero .row h1 {
  font-family: meno-banner, serif !important;
  font-size: 5.4rem;
  color: #fff;
  line-height: 110%;
  margin: 0 0 2rem 0;
  font-weight: 300;
}
.page-template-page-home2 #hero .row h1 span {
  font-size: 3.2rem;
}
.page-template-page-home2 #hero .row h1 strong {
  color: #B3854A;
  font-weight: 300;
}
.page-template-page-home2 #hero .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 3.4rem;
  color: #B3854A;
  line-height: 140%;
  margin: 0 0 7rem 0;
  font-weight: 400;
  font-style: italic;
  max-width: 48rem;
  letter-spacing: 0.8px;
  position: relative;
}
.page-template-page-home2 #hero .row h2 span {
  color: #fff;
}
.page-template-page-home2 #hero .row h2:after {
  content: '';
  width: 60rem;
  height: 4rem;
  background-image: url('../img/hero-hr.png');
  position: absolute;
  left: -4rem;
  bottom: -5.3rem;
  background-repeat: no-repeat;
}
.page-template-page-home2 #hero .row p {
  font-family: "avenir-lt-pro", sans-serif !important;
  color: #fff;
  font-size: 1.8rem;
  line-height: 150%;
  margin: 0 0 2rem 0;
  max-width: 63rem;
}
.page-template-page-home2 #hero .row p strong {
  color: #B3854A;
}
.page-template-page-home2 #hero .row p:nth-of-type(3) {
  max-width: 56rem;
}
.page-template-page-home2 #hero .row .buttons {
  margin-top: 6rem;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.page-template-page-home2 #hero .row .buttons a {
  flex: 1 0 23rem;
  max-width: 23rem;
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.6rem;
  line-height: 100%;
  color: #fff;
  text-align: center;
  padding: 1.3rem 2.2rem 1.2rem 2.2rem;
  background-color: #7463CE;
  border-radius: 8px;
  display: inline-block;
  transition: all .3s;
  margin: 0 3rem;
  letter-spacing: 1px;
}
.page-template-page-home2 #hero .row .buttons a:hover {
  color: #7463ce;
  background-color: #fff;
}
.page-template-page-home2 #intro {
  background-color: #F2F0EB;
  padding: 6rem 0 12rem 0;
  position: relative;
}
.page-template-page-home2 #intro:after {
  content: '';
  width: 50%;
  height: 48rem;
  background-image: url('../img/people.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8rem;
  left: 0;
}
.page-template-page-home2 #intro .row {
  max-width: 128rem;
}
.page-template-page-home2 #intro .row .txt {
  max-width: 56rem;
  padding: 0 2rem;
  text-align: center;
  margin: 5rem 0 0 auto ;
}
.page-template-page-home2 #intro .row .txt h2 {
  font-family: meno-banner, serif !important;
  font-size: 3.2rem;
  line-height: 120%;
  color: #586042;
  margin: 0 auto 3rem auto;
  letter-spacing: 0.6px;
}
.page-template-page-home2 #intro .row .txt h2 strong {
  font-size: 9.2rem;
}
.page-template-page-home2 #intro .row .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  color: #586042;
  line-height: 150%;
  margin: 0 auto 1rem auto;
}
.page-template-page-home2 #intro .row .txt p:last-of-type {
  max-width: 38rem;
}
.page-template-page-home2 #sanctuary {
  background-color: #F2F0EB;
  padding: 50rem 0 12rem 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.page-template-page-home2 #sanctuary:before {
  content: '';
  width: 100%;
  background: linear-gradient(to top, rgba(241, 231, 216, 0.95) 0%, rgba(241, 231, 216, 0.75) 28%, rgba(241, 231, 216, 0.35) 58%, rgba(241, 231, 216, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-template-page-home2 #sanctuary .row {
  max-width: 130rem;
}
.page-template-page-home2 #sanctuary .row h2 {
  font-family: meno-banner, serif !important;
  font-size: 4rem;
  line-height: 120%;
  color: #000;
  margin: 0 auto 4.5rem auto;
  letter-spacing: 0.6px;
  text-align: center;
}
.page-template-page-home2 #sanctuary .row h2 strong {
  color: #7A8357;
  font-size: 11rem;
}
.page-template-page-home2 #sanctuary .row .text {
  max-width: 65rem;
  margin: 0 auto 6rem auto;
  text-align: center;
}
.page-template-page-home2 #sanctuary .row .text h3 {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 110%;
  margin: 0 auto 1rem auto;
}
.page-template-page-home2 #sanctuary .row .text p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 160%;
  margin: 0 auto;
}
.page-template-page-home2 #sanctuary .row .flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1.5rem;
  flex-wrap: wrap;
}
.page-template-page-home2 #sanctuary .row .flex .box {
  flex: 1 0 25%;
  max-width: 28rem;
  padding: 0 1.5rem 3rem 1.5rem;
}
.page-template-page-home2 #sanctuary .row .flex .box .content {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 2.5rem 1.5rem;
  height: 100%;
  border: 1px solid #E7D29F;
}
.page-template-page-home2 #sanctuary .row .flex .box .content .img {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem auto;
}
.page-template-page-home2 #sanctuary .row .flex .box .content .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home2 #sanctuary .row .flex .box .content .txt {
  text-align: center;
}
.page-template-page-home2 #sanctuary .row .flex .box .content .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  color: #000000;
  line-height: 130%;
  margin: 0 auto 1rem auto;
  font-weight: 500;
  max-width: 16rem;
}
.page-template-page-home2 #outro {
  padding: 80px 0;
  border-top: 2px solid #E7D29F;
}
.page-template-page-home2 #outro .row {
  max-width: 116rem;
}
.page-template-page-home2 #outro .row .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-home2 #outro .row .flex .txt {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-home2 #outro .row .flex .txt h2 {
  font-family: meno-banner, serif !important;
  font-size: 9rem;
  line-height: 120%;
  color: #7A8357;
  margin: 0 0 0.5rem 0;
  letter-spacing: 0.8px;
}
.page-template-page-home2 #outro .row .flex .txt p {
  font-family: meno-banner, serif !important;
  font-size: 2.4rem;
  line-height: 150%;
  color: #E8E6E1;
  margin: 0 0 2rem 0;
  letter-spacing: 0.5px;
  max-width: 38rem;
}
.page-template-page-home2 #outro .row .flex .txt p + p {
  font-family: meno-banner, serif !important;
  font-size: 2.4rem;
  line-height: 150%;
  color: #BA9054;
  margin: 0;
  letter-spacing: 0.5px;
  max-width: 43rem;
}
.page-template-page-home2 #outro .row .flex .img {
  flex: 1 0 50%;
  max-width: 34rem;
  padding-left: 10rem;
}
.page-template-page-home2 #outro .row .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-page-home2 #contact {
  background-color: #F2F0EB;
  padding: 9rem 0 4rem 0;
  position: relative;
}
.page-template-page-home2 #contact .row {
  max-width: 128rem;
}
.page-template-page-home2 #contact .row .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -4.5rem;
  position: relative;
}
.page-template-page-home2 #contact .row .flex .box {
  flex: 1 0 50%;
  max-width: 54rem;
  padding: 0 4.5rem;
}
.page-template-page-home2 #contact .row .flex .box .txt {
  margin-bottom: 3rem;
}
.page-template-page-home2 #contact .row .flex .box .txt h2 {
  font-family: meno-banner, serif !important;
  font-size: 4rem;
  line-height: 120%;
  color: #586042;
  margin: 0 0 5rem 0;
  letter-spacing: 0.6px;
  position: relative;
}
.page-template-page-home2 #contact .row .flex .box .txt h2:after {
  content: '';
  width: 18rem;
  height: 2px;
  background: linear-gradient(to right, #ba9054 0%, rgba(186, 144, 84, 0) 100%);
  position: absolute;
  bottom: -2.5rem;
  left: 0;
}
.page-template-page-home2 #contact .row .flex .box .txt p {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 160%;
  margin: 0 0 1.5rem 0;
}
.page-template-page-home2 #contact .row .flex .box .txt ul {
  margin: 3rem 0 1rem 0;
  padding: 0;
  list-style: none;
}
.page-template-page-home2 #contact .row .flex .box .txt ul li {
  font-family: "avenir-lt-pro", sans-serif !important;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 160%;
  margin: 0;
  padding: 0 0 0.9rem 2.5rem;
  background-image: url('../img/ico-check-gold.svg');
  background-repeat: no-repeat;
  background-size: 1.7rem;
  background-position: top 0.6rem left;
}
.page-template-page-home2 #contact .row .flex .box .form .nf-form-cont {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.page-template-page-home2 #contact .row .flex .box .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field {
  flex: 1 0 50%;
  max-width: 50%;
}
.page-template-page-home2 #contact .row .flex .box .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field-element input[type="text"] {
  border: 1px solid rgba(186, 144, 84, 0.7);
  border-radius: 0;
  padding: 1.3rem 1.5rem;
}
.page-template-page-home2 #contact .row .flex .box .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field-element input[type="submit"] {
  display: block;
  color: #F2F0EB;
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
  background-color: #586042;
  border-radius: 0;
  transition: all .3s;
  font-weight: 500;
}
.page-template-page-home2 #contact .row .flex .box .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field-element input[type="submit"]:hover {
  color: #586042;
  background-color: #ba9054;
}
.page-template-page-home2 #contact .row .flex .box .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field:nth-of-type(3) {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-template-page-home2 #contact .row .flex .box:nth-of-type(2) .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1) {
  display: none;
}
.page-template-page-home2 #contact .row .flex .box:nth-of-type(2) .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field {
  flex: 1 0 100%;
  max-width: 100%;
  width: 100%;
}
.page-template-page-home2 #contact .row .flex .box:nth-of-type(2) .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field-element textarea {
  flex: 1 0 100%;
  max-width: 100%;
  border: 1px solid rgba(186, 144, 84, 0.7);
  border-radius: 0;
  padding: 1.3rem 1.5rem;
}
.page-template-page-home2 #contact .row .flex .box:nth-of-type(2) .form .nf-form-cont form .nf-form-content .nf-field-container .nf-field-element input {
  border: 1px solid rgba(186, 144, 84, 0.7);
  border-radius: 0;
  padding: 1.3rem 1.5rem;
}
.page-template-page-home2 #contact .row .flex:before {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(186, 144, 84, 0) 0%, #ba9054 25%, #ba9054 75%, rgba(186, 144, 84, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}
.page-template-page-home2 #note {
  background-color: #F2F0EB;
  padding: 3.5rem 0;
}
.page-template-page-home2 #note .row {
  max-width: 94rem;
  text-align: center;
  position: relative;
  padding: 22px 36px;
  border: 1px solid rgba(186, 144, 84, 0.22);
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 45px rgba(35, 48, 37, 0.05);
}
.page-template-page-home2 #note .row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 180px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(186, 144, 84, 0), #ba9054 45%, #ba9054 55%, rgba(186, 144, 84, 0));
}
.page-template-page-home2 #note .row h2 {
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #BA9054;
}
.page-template-page-home2 #note .row p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(37, 45, 31, 0.72);
}
.page-template-page-home2 #note .row p + p {
  margin-top: 6px;
}
.page-template-page-home2 footer#footer {
  display: none;
}
/* 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: 1350px) {
  .page-template-page-home2 #hero:before {
    background: linear-gradient(90deg, rgba(16, 33, 23, 0.88) 0%, rgba(16, 33, 23, 0.65) 51%, rgba(16, 33, 23, 0.12) 65%, rgba(16, 33, 23, 0) 100%);
  }
  .page-template-page-home2 #hero .row h2:after {
    left: -1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-page-home2 #intro:after {
    left: -5rem;
  }
  .page-template-page-home2 #intro .row .txt {
    max-width: 53rem;
  }
  .page-template-page-home2 #intro .row .txt h2 strong {
    font-size: 8rem;
  }
  .page-template-page-home2 #sanctuary {
    background-position: center right;
    padding: 22rem 0 12rem 0;
  }
  .page-template-page-home2 #sanctuary .row .flex {
    flex-wrap: wrap;
    max-width: 80rem;
    margin: 0 auto;
  }
  .page-template-page-home2 #sanctuary .row .flex .box {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    padding: 0 1.5rem 3rem 1.5rem;
  }
}
@media only screen and (max-width: 1150px) {
  .page-template-page-home2 #hero {
    background-position: center right -35rem;
  }
  .page-template-page-home2 #hero:before {
    background: linear-gradient(90deg, rgba(16, 33, 23, 0.88) 0%, rgba(16, 33, 23, 0.65) 55%, rgba(16, 33, 23, 0.12) 91%, rgba(16, 33, 23, 0) 100%);
  }
  .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;
  }
  .page-template-page-home #experience .row .flex {
    max-width: 70rem;
    margin: 0 auto;
  }
  .page-template-page-home #experience .row .flex .box {
    flex: 1 0 50%;
    max-width: 36rem;
    padding: 0 2rem 4rem 2rem;
  }
  .page-template-page-home #experience .row .flex .box:nth-of-type(2) .content:after {
    display: none;
  }
  .page-template-page-home #experience .row .flex .box:nth-of-type(2) .content:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(169, 130, 54, 0.26);
    position: absolute;
    left: -2rem;
    bottom: -2rem;
  }
  .page-template-page-home #experience .row .flex .box:nth-of-type(1) .content:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(169, 130, 54, 0.26);
    position: absolute;
    right: -2rem;
    bottom: -2rem;
  }
}
@media only screen and (max-width: 1050px) {
  .page-template-page-home2 #intro .row .txt {
    max-width: 48rem;
  }
  .page-template-page-home2 #intro .row .txt h2 {
    max-width: 40rem;
  }
  .page-template-page-home2 #intro .row .txt h2 strong {
    font-size: 6rem;
  }
  .page-template-page-home2 #intro:after {
    width: 65%;
    left: -18rem;
  }
  .page-template-page-home2 #outro .row .flex .txt h2 {
    font-size: 7.5rem;
  }
  .page-template-page-home2 #outro .row .flex .txt p {
    font-size: 2.2rem;
    max-width: 36rem;
  }
  .page-template-page-home2 #outro .row .flex .img {
    max-width: 28rem;
  }
  .page-template-page-home #hero {
    padding: 17rem 0 10rem 0;
  }
  .page-template-page-home #alone {
    background-position: center right -28rem;
  }
  .page-template-page-home #alone .row .txt {
    max-width: 44rem;
  }
  .page-template-page-home #grow {
    background-position: center right -16rem;
  }
  .page-template-page-home #closing {
    padding-bottom: 8rem;
  }
  .page-template-page-home #closing .row .txt {
    max-width: 46rem;
  }
  .page-template-page-home #closing .row .txt h2 {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
  .page-template-page-home #closing .row .txt p {
    margin-bottom: 2rem;
  }
  .page-template-page-home #closing .row .txt .buttons {
    flex-wrap: wrap;
    max-width: 25rem;
  }
  .page-template-page-home #closing .row .txt .buttons a {
    flex: 1 0 100%;
    max-width: 25rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .page-template-page-home #closing .row .txt .buttons a:nth-of-type(1) {
    margin-right: 0;
  }
  .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: 571px) {
  header#head #mainMenu {
    position: static !important;
    display: block !important;
  }
}
@media only screen and (max-width: 570px) {
  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-home2 #hero {
    background-position: center right -44rem;
  }
  .page-template-page-home2 #hero .row h1 {
    font-size: 4.8rem;
  }
  .page-template-page-home2 #hero .row h2 {
    font-size: 3rem;
    max-width: 42rem;
  }
  .page-template-page-home2 #intro .row .txt h2 {
    max-width: 32rem;
    font-size: 3rem;
  }
  .page-template-page-home2 #intro .row .txt h2 strong {
    font-size: 5.5rem;
  }
  .page-template-page-home2 #intro:after {
    width: 74%;
    left: -31rem;
  }
  .page-template-page-home2 #contact .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-home2 #contact .row .flex .box {
    flex: 1 0 100%;
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 0 8rem 0;
    position: relative;
  }
  .page-template-page-home2 #contact .row .flex .box:after {
    content: '';
    width: 560px;
    height: 1px;
    background: linear-gradient(to left, rgba(186, 144, 84, 0) 0%, #ba9054 25%, #ba9054 75%, rgba(186, 144, 84, 0) 100%);
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -280px;
  }
  .page-template-page-home2 #contact .row .flex .box:nth-of-type(2) {
    padding: 0;
  }
  .page-template-page-home2 #contact .row .flex .box:nth-of-type(2):after {
    display: none;
  }
  .page-template-page-home2 #contact .row .flex:before {
    display: none;
  }
  .page-template-page-home #hero {
    background-position: center right -15rem;
  }
  .page-template-page-home #hero .row .txt h1 {
    margin-bottom: 3rem;
  }
  .page-template-page-home #hero .row .txt h2 {
    font-size: 5rem;
  }
  .page-template-page-home #more .row .flex {
    flex-wrap: wrap;
    margin: 0;
  }
  .page-template-page-home #more .row .flex .left {
    flex: 1 0 100%;
    max-width: 70rem;
    padding-bottom: 6rem;
    margin: 0 auto;
  }
  .page-template-page-home #more .row .flex .right {
    flex: 1 0 100%;
    max-width: 70rem;
    margin: 0 auto;
  }
  .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 #why .row h3 {
    font-size: 4rem;
  }
  .page-template-page-home #why .row .flex {
    margin: 0 -1.5rem;
  }
  .page-template-page-home #why .row .flex .box {
    padding: 0 1.5rem 5rem 1.5rem;
  }
  .page-template-page-home #alone {
    background-position: center right -35rem;
    padding: 12rem 0;
  }
  .page-template-page-home #alone .row .txt {
    max-width: 40rem;
  }
  .page-template-page-home #alone .row .txt h2 {
    font-size: 5rem;
    margin: 0 0 3rem 0;
  }
  .page-template-page-home #alone .row .txt blockquote p {
    font-size: 3.4rem;
  }
  .page-template-page-home #alone .row .txt ul li {
    padding: 0 0 0.8rem 3.2rem;
  }
  .page-template-page-home #emerge .row .flex {
    margin: 0 -2rem;
  }
  .page-template-page-home #emerge .row .flex .box {
    padding: 0 2rem 4rem 2rem;
  }
  .page-template-page-home #grow {
    background-position: center right -27rem;
    padding: 12rem 0;
  }
  .page-template-page-home #grow .row .txt {
    max-width: 43rem;
  }
  .page-template-page-home #grow .row .txt p {
    max-width: 34rem;
  }
  .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) {
  .page-template-page-home2 #hero {
    background-position: center right -46rem;
  }
  .page-template-page-home2 #hero:before {
    background: linear-gradient(90deg, rgba(16, 33, 23, 0.88) 0%, rgba(16, 33, 23, 0.65) 55%, rgba(16, 33, 23, 0.12) 102%, rgba(16, 33, 23, 0) 100%);
  }
  .page-template-page-home2 #hero .row {
    text-align: center;
  }
  .page-template-page-home2 #hero .row h1 {
    font-size: 4rem;
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home2 #hero .row h1 span {
    font-size: 2.6rem;
  }
  .page-template-page-home2 #hero .row h2 {
    font-size: 2.6rem;
    max-width: 42rem;
    margin: 0 auto 5rem auto;
  }
  .page-template-page-home2 #hero .row h2:after {
    display: none;
  }
  .page-template-page-home2 #hero .row h2:before {
    content: '';
    width: 14rem;
    height: 1px;
    background-color: #E1CB99;
    position: absolute;
    left: 50%;
    bottom: -25px;
    margin-left: -7rem;
  }
  .page-template-page-home2 #hero .row p {
    margin: 0 auto 2rem auto;
  }
  .page-template-page-home2 #intro .row .txt {
    max-width: 37rem;
  }
  .page-template-page-home2 #intro:after {
    width: 87%;
    left: -33rem;
    top: 10rem;
  }
  .page-template-page-home2 #sanctuary {
    padding: 14rem 0 10rem 0;
  }
  .page-template-page-home2 #sanctuary .row h2 {
    max-width: 48rem;
    margin: 0 auto 5.5rem auto;
  }
  .page-template-page-home2 #sanctuary .row h2 strong {
    line-height: 82%;
  }
  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-home #alone {
    background-position: center left -10rem;
  }
  .page-template-page-home #alone .row .txt {
    max-width: 40rem;
  }
  .page-template-page-home #alone .row .txt h2 {
    font-size: 4.4rem;
    max-width: 33rem;
  }
  .page-template-page-home #alone:before {
    background: radial-gradient(circle at 55% 44%, rgba(16, 33, 23, 0.54) 0%, rgba(16, 33, 23, 0.3) 42%, rgba(16, 33, 23, 0) 72%);
  }
  .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) {
  .page-template-page-home2 #intro .row .txt {
    margin: 0 auto;
    max-width: 53rem;
  }
  .page-template-page-home2 #intro .row .txt h2 {
    padding-bottom: 8rem;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: 6rem auto;
    background-position: bottom center;
  }
  .page-template-page-home2 #intro:after {
    display: none;
  }
  .page-template-page-home2 #sanctuary {
    padding: 14rem 0 10rem 0;
  }
  .page-template-page-home2 #sanctuary .row h2 {
    font-size: 3.8rem;
  }
  .page-template-page-home2 #sanctuary .row h2 strong {
    font-size: 9.5rem;
  }
  .page-template-page-home2 #sanctuary .row .flex {
    max-width: 56rem;
  }
  .page-template-page-home2 #sanctuary .row .flex .box {
    flex: 1 0 50%;
    max-width: 25rem;
  }
  .page-template-page-home2 #sanctuary:before {
    backdrop-filter: blur(2px);
  }
  .page-template-page-home2 #outro .row .flex {
    flex-wrap: wrap;
  }
  .page-template-page-home2 #outro .row .flex .txt {
    flex: 1 0 100%;
    max-width: 63rem;
    margin: 0 auto 2rem auto;
    order: 2;
    text-align: center;
  }
  .page-template-page-home2 #outro .row .flex .txt h2 {
    font-size: 6rem;
  }
  .page-template-page-home2 #outro .row .flex .txt p {
    font-size: 2.2rem;
    max-width: 36rem;
    text-align: center;
    margin: 0 auto;
    max-width: 56rem;
  }
  .page-template-page-home2 #outro .row .flex .img {
    max-width: 11rem;
    order: 1;
    flex: 1 0 100%;
    padding: 0 0 5rem 0;
  }
  header#head .row {
    padding: 0.5rem 2rem;
  }
  .row {
    padding: 0 2rem;
  }
  #mobileTrigger {
    right: 4rem;
  }
  #mobileTrigger.opened {
    right: 1.3rem;
  }
  .page-template-page-home #hero {
    padding: 10rem 0;
  }
  .page-template-page-home #hero .row .txt {
    padding-top: 8rem;
  }
  .page-template-page-home #hero .row .txt h2 {
    font-size: 4.4rem;
    max-width: 38rem;
  }
  .page-template-page-home #hero .row .txt .buttons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-template-page-home #hero .row .txt .buttons a {
    margin: 0 0 2rem 0;
    flex: 1 0 100%;
    max-width: 24.5rem;
    padding: 1.2rem 2.4rem;
    text-align: center;
  }
  .page-template-page-home #hero .row .txt .buttons a:nth-of-type(2) {
    flex: 1 0 100%;
    max-width: 24.5rem;
    text-align: center;
  }
  .page-template-page-home #hero:before {
    background: linear-gradient(93deg, rgba(16, 33, 23, 0.78) 0%, rgba(16, 33, 23, 0.45) 59%, rgba(16, 33, 23, 0.42) 65%, rgba(16, 33, 23, 0) 100%);
  }
  .page-template-page-home #emerge .row h2 {
    font-size: 4.4rem;
  }
  .page-template-page-home #emerge .row .flex .box {
    flex: 1 0 50%;
    max-width: 34rem;
  }
  .page-template-page-home #stay .row .txt {
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-home #stay .row .txt h2 {
    margin: 0 auto 4rem auto;
  }
  .page-template-page-home #stay .row .txt h2:after {
    margin: 1.5rem auto 0 auto;
  }
  .page-template-page-home #stay .row .txt p {
    margin: 0 auto 2rem auto;
  }
  .page-template-page-home #stay .row .txt ul {
    max-width: 23rem;
    margin: 4rem auto 6rem auto;
  }
  .page-template-page-home #stay .row .txt ul li {
    text-align: left;
  }
  .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 #why .row .flex .box {
    flex: 1 0 50%;
    max-width: 50%;
  }
  .page-template-page-home #grow {
    background-position: center right -27rem;
    padding: 12rem 0;
  }
  .page-template-page-home #grow .row .txt {
    max-width: 43rem;
  }
  .page-template-page-home #grow .row .txt h2 {
    font-size: 4rem;
  }
  .page-template-page-home #grow .row .txt p {
    max-width: 34rem;
  }
}
@media only screen and (max-width: 650px) {
  .page-template-page-home #alone {
    background-position: center left -10rem;
  }
  .page-template-page-home #alone .row .txt {
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-home #alone .row .txt h2 {
    font-size: 4rem;
    margin: 0 auto 3rem auto;
  }
  .page-template-page-home #alone .row .txt p {
    margin: 0 auto 2.5rem auto;
  }
  .page-template-page-home #alone .row .txt ul {
    max-width: 15rem;
    margin: 0 auto;
  }
  .page-template-page-home #alone .row .txt ul li {
    text-align: left;
    padding-left: 2.2rem;
  }
  .page-template-page-home #alone .row .txt blockquote:before {
    margin: 0 auto 1.5rem auto;
  }
  .page-template-page-home #alone:before {
    background: radial-gradient(circle at 55% 44%, rgba(16, 33, 23, 0.54) 0%, rgba(16, 33, 23, 0.3) 42%, rgba(16, 33, 23, 0) 72%);
  }
  .page-template-page-home #experience {
    padding-bottom: 8rem;
  }
  .page-template-page-home #experience .row .flex .box {
    flex: 1 0 100%;
    max-width: 36rem;
    padding: 0 2rem 4rem 2rem;
  }
  .page-template-page-home #experience .row .flex .box .content:after {
    display: none;
  }
  .page-template-page-home #experience .row .flex .box .content:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(169, 130, 54, 0.26);
    position: absolute;
    left: 0;
    bottom: -2rem;
    right: 0;
  }
  .page-template-page-home #experience .row .flex .box:nth-of-type(2) .content:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(169, 130, 54, 0.26);
    position: absolute;
    left: 0;
    bottom: -2rem;
    right: 0;
  }
  .page-template-page-home #experience .row .flex .box:last-of-type .content:before {
    display: none;
  }
  .page-template-page-home #closing .row .txt {
    max-width: 42rem;
  }
  .page-template-page-home #closing .row .txt h2 {
    font-size: 4.4rem;
    margin-bottom: 2rem;
  }
  .page-template-page-home #closing .row .txt p {
    max-width: 35rem;
  }
  .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-home2 #hero {
    padding-bottom: 9rem;
  }
  .page-template-page-home2 #hero .row .buttons {
    max-width: 30rem;
    margin: 4rem auto 0 auto;
    flex-wrap: wrap;
    text-align: center;
  }
  .page-template-page-home2 #hero .row .buttons .box {
    flex: 1 0 100%;
    max-width: 23rem;
    margin: 0 auto 2rem auto;
    padding: 0;
  }
  .page-template-page-home2 #hero .row .buttons .box .content a {
    width: 23rem;
    margin: 0 auto;
  }
  .page-template-page-home #hero {
    padding: 10rem 0;
  }
  .page-template-page-home #hero .row .txt {
    text-align: center;
  }
  .page-template-page-home #hero .row .txt h1 {
    margin: 0 auto 2.5rem auto;
  }
  .page-template-page-home #hero .row .txt h2 {
    margin: 0 auto 3.5rem auto;
  }
  .page-template-page-home #hero .row .txt p {
    margin: 0 auto 2.5rem auto;
  }
  .page-template-page-home #hero .row .txt .buttons {
    margin: 5rem auto 0 auto;
    max-width: 25rem;
  }
  .page-template-page-home #hero:before {
    background: linear-gradient(93deg, rgba(16, 33, 23, 0.78) 0%, rgba(16, 33, 23, 0.55) 59%, rgba(16, 33, 23, 0.52) 74%, rgba(16, 33, 23, 0) 100%);
  }
  .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 #alone {
    background-position: center left -15rem;
  }
  .page-template-page-home #emerge .row h2 {
    font-size: 4rem;
    line-height: 110%;
  }
  .page-template-page-home #emerge .row .flex {
    margin: 0;
  }
  .page-template-page-home #emerge .row .flex .box {
    flex: 1 0 100%;
    max-width: 34rem;
    margin: 0 auto;
  }
  .page-template-page-home #emerge .row .closing {
    padding: 3rem 1.5rem;
  }
  .page-template-page-home #grow {
    background-position: center right;
    padding: 12rem 0;
  }
  .page-template-page-home #grow .row .txt {
    max-width: 43rem;
    margin: 0 auto;
    text-align: center;
  }
  .page-template-page-home #grow .row .txt h2 {
    font-size: 4rem;
    margin: 0 auto 3.5rem auto;
  }
  .page-template-page-home #grow .row .txt h2:after {
    margin: 1.5rem auto 0 auto;
  }
  .page-template-page-home #grow .row .txt p {
    max-width: 34rem;
    margin: 0 auto 2.5rem auto;
  }
  .page-template-page-home #grow .row .txt ul {
    max-width: 19rem;
    margin: 3rem auto;
  }
  .page-template-page-home #grow .row .txt ul li {
    text-align: left;
  }
  .page-template-page-home #closing {
    background-position: center right -9rem;
  }
  .page-template-page-home #closing .row .txt {
    max-width: 42rem;
  }
  .page-template-page-home #closing .row .txt h2 {
    font-size: 4rem;
  }
  .page-template-page-home #closing .row .txt p {
    max-width: 35rem;
  }
  .page-template-page-home #closing .row .txt .buttons a {
    flex: 1 0 100%;
    max-width: 25rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .page-template-page-home #closing .row .txt .buttons a:nth-of-type(1) {
    margin-right: 0;
  }
  .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-home2 #sanctuary {
    padding: 12rem 0 10rem 0;
  }
  .page-template-page-home2 #sanctuary .row h2 {
    font-size: 3.8rem;
  }
  .page-template-page-home2 #sanctuary .row h2 strong {
    font-size: 8rem;
  }
  .page-template-page-home2 #sanctuary .row .text h3 {
    font-size: 3.8rem;
  }
  .page-template-page-home2 #sanctuary .row .flex {
    max-width: 36rem;
  }
  .page-template-page-home2 #sanctuary .row .flex .box {
    flex: 1 0 100%;
    max-width: 25rem;
  }
  .page-template-page-home2 #sanctuary:before {
    backdrop-filter: blur(2px);
  }
  .page-template-page-home #why .row h3 {
    font-size: 3.6rem;
  }
  .page-template-page-home #why .row .flex .box {
    flex: 1 0 100%;
    max-width: 32rem;
    padding: 0 5rem 4rem 5rem;
  }
  .page-template-page-home #more .row .flex .left {
    padding: 0 0 6rem 0;
  }
  .page-template-page-home #more .row .flex .right {
    padding: 0 0;
  }
  .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;
  }
  .page-template-page-home2 #contact .row .flex .box .txt h2 {
    font-size: 3.4rem;
  }
  .page-template-page-home2 #contact .row .flex .box:nth-of-type(1) .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field:nth-of-type(1),
  .page-template-page-home2 #contact .row .flex .box:nth-of-type(1) .form .nf-form-cont form .nf-form-content nf-fields-wrap nf-field:nth-of-type(2) {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
@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-home2 #intro .row .txt h2 {
    max-width: 34rem;
  }
  .page-template-page-home2 #intro .row .txt h2 strong {
    font-size: 4.5rem;
  }
  .page-template-page-home2 #sanctuary .row h2 {
    max-width: 29rem;
  }
  .page-template-page-home2 #outro .row .flex .txt h2 {
    font-size: 5rem;
  }
  .page-template-page-home2 #outro .row .flex .img {
    max-width: 9rem;
    padding: 0 0 4rem 0;
  }
  .page-template-page-home #hero .row .txt h2 {
    font-size: 4rem;
  }
  .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-home #closing {
    background-position: center right -10rem;
  }
  .page-template-page-home #closing .row .txt {
    text-align: center;
  }
  .page-template-page-home #closing .row .txt h2 {
    margin: 0 auto 2.5rem auto;
  }
  .page-template-page-home #closing .row .txt h2:after {
    margin: 1.5rem auto 0 auto;
  }
  .page-template-page-home #closing .row .txt p {
    margin: 0 auto 2rem auto;
  }
  .page-template-page-home #closing .row .txt .buttons {
    margin: 4rem auto;
  }
  .page-template-page-home #closing .row .txt .buttons a {
    flex: 1 0 100%;
    max-width: 25rem;
    margin: 0 0 2rem 0;
    text-align: center;
  }
  .page-template-page-home #closing .row .txt .buttons a:nth-of-type(1) {
    margin-right: 0;
  }
  .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;
  }
}
