@font-face {
  font-family: Lastica;
  src: url('../fonts/Lastica.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monumentextended;
  src: url('../fonts/MonumentExtended-Regular.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Monumentextended;
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --stone: #dddcdb;
  --nomadic: #96825f;
  --sand: #bbac8b;
  --moss: #b8b0a0;
  --black: black;
  --onyx: #181818;
  --white: white;
  --vanilla: #ded9d1;
  --storm: #222;
  --sage: #5c644d;
  --twilight: #5b5a5a;
  --cream: #f4f1ec;
  --stormy-sea: #899a94;
  --dusky-blue: #a2aab5;
  --off-white: #faf9f9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--stone);
  color: #000;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Monumentextended, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.11;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
}

a {
  color: var(--nomadic);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 3px;
  padding-bottom: 0;
}

strong {
  color: var(--sand);
  font-weight: 700;
}

em {
  color: var(--moss);
  letter-spacing: 2px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  z-index: 1000;
  height: 85px;
  color: var(--nomadic);
  background-color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  width: auto;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.centered {
  text-align: center;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
  display: flex;
}

.nav-link {
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: .9rem;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  -webkit-text-stroke-color: var(--black);
  margin-top: 9px;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.black-button {
  background-color: var(--onyx);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px;
  padding: 11px 33px;
  font-size: 15px;
  line-height: 2;
  transition: all .2s;
  box-shadow: 0 4px 5px #0003;
}

.black-button:hover {
  background-color: var(--nomadic);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 6px 5px #00000054;
}

.black-button:active {
  background-color: #43464d;
}

.black-button.white {
  background-color: var(--white);
  color: #000;
  margin: 10px;
}

.black-button.white:hover {
  background-color: var(--vanilla);
}

.black-button.gold {
  background-color: var(--nomadic);
}

.black-button.gold:hover {
  background-color: var(--moss);
  color: var(--black);
  box-shadow: 0 6px 5px #f4f1ec36;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.black {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.subtitle {
  letter-spacing: 3px;
  width: 66%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1.3;
  position: static;
}

.subtitle.moss {
  color: var(--moss);
}

.subtitle.centered {
  text-align: center;
  padding-right: 10px;
  font-size: 3rem;
}

.subtitle.new {
  margin-top: 10px;
  padding-right: 10px;
  font-size: 2rem;
}

.subtitle.nomadic {
  color: var(--nomadic);
  text-align: left;
  padding: 0;
  font-size: 2rem;
}

.heading-1 {
  max-width: none;
  color: var(--onyx);
  margin: 10px 0;
  padding: 10px;
  font-family: Monumentextended, sans-serif;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.3;
  position: static;
}

.heading-1.white {
  color: #fff;
}

.heading-1.white.smaller {
  font-family: Monumentextended, sans-serif;
  font-size: 3.5rem;
}

.heading-2 {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.4;
}

.heading-3 {
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 10px 0;
  padding: 10px;
  font-family: Monumentextended, sans-serif;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 1.3;
}

.heading-3.galaxy-dust {
  background-image: linear-gradient(180deg, var(--storm), #fff0), url('../images/intentional-creation_2.webp');
  -webkit-text-fill-color: transparent;
  background-position: 0 0, 0 0;
  background-size: auto, 398px;
  background-attachment: scroll, fixed;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
}

.heading-3.less-space {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.2;
}

.heading-3.centered {
  text-align: center;
}

.heading-3.left-align {
  text-align: left;
}

.heading-3.no-space {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
}

.heading-4 {
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.brand {
  max-width: 222px;
  padding: 0 10px;
}

.colors-grid-style-guide {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color {
  background-color: var(--sage);
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  flex-direction: column;
  padding-top: 100%;
}

.color.stone {
  background-color: var(--stone);
}

.color.sand {
  background-color: var(--sand);
}

.color.storm {
  background-color: var(--storm);
}

.color.onyx {
  background-color: var(--onyx);
}

.color.twilight {
  background-color: var(--twilight);
}

.color.cream {
  background-color: var(--cream);
}

.color.nomadic {
  background-color: var(--nomadic);
}

.color.moss {
  background-color: var(--moss);
}

.color.vanilla {
  background-color: var(--vanilla);
}

.color.stormy-sea {
  background-color: var(--stormy-sea);
}

.color.blue {
  background-color: var(--dusky-blue);
}

.sticky-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.subtext-style-guide {
  color: var(--twilight);
  text-align: center;
  text-transform: uppercase;
  padding-left: 0;
  font-size: .9rem;
}

.color-wrap-style-guide {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.divider-line {
  background-color: #dcdcdc;
  width: 100%;
  height: 1px;
}

.paragraph-small {
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: .9rem;
  line-height: 132%;
}

.paragraph-small.guiding-beliefs {
  margin: 0 0 10px;
}

.paragraph-big {
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph-big.tan {
  color: var(--vanilla);
  letter-spacing: 1px;
  margin: 0;
  padding: 10px;
  font-size: 1.3rem;
  font-style: italic;
}

.link-block-with-line {
  color: #424bd1;
  flex-direction: column;
  padding-top: 19px;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  letter-spacing: 3px;
  margin: 0;
  padding: 10px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.heading-5.guiding-beliefs {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.heading-5.guiding-beliefs.keynote {
  font-size: 1.5rem;
  line-height: 1.2;
}

.heading-6 {
  letter-spacing: 3px;
  margin: 0;
  padding: 10px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}

.section-storm {
  background-color: var(--storm);
  color: var(--cream);
  text-align: center;
  padding: 60px 0;
}

.black-div {
  background-color: var(--black);
  color: #fff;
  text-align: left;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 33px;
  display: flex;
  position: sticky;
  top: 120px;
}

.column-nav-link {
  color: #fff;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 400;
}

.white-div {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  margin-bottom: 33px;
  padding: 33px;
}

.subtitle-med {
  letter-spacing: 3px;
  padding: 10px;
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
}

.subtitle-small {
  letter-spacing: 3px;
  padding: 10px;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
}

.subtext {
  color: var(--twilight);
  letter-spacing: 1px;
  padding: 10px;
  font-size: .9rem;
}

.quick-stack {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
}

.paragraph-1-1 {
  letter-spacing: .7px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 1.1rem;
}

.paragraph-1-1.left {
  color: var(--sand);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
}

.social-icon {
  max-width: 80%;
  padding: 15px;
}

.social-icon-stack {
  text-align: center;
  padding: 10px;
}

.header {
  height: 85px;
}

.hero-section {
  background-color: var(--cream);
  color: var(--nomadic);
  background-image: url('../images/white-background-gwa-home.webp');
  background-position: 100%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 88px;
  padding-bottom: 0;
}

.centered-div {
  text-align: center;
  padding: 10px;
}

.gray-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #d6d7d8;
  border: 1px solid #fff;
  border-radius: 1px;
  padding: 11px 33px;
}

.gray-button:hover {
  background-color: var(--twilight);
}

.gold-button {
  background-color: var(--nomadic);
  letter-spacing: 2px;
  padding: 11px 33px;
  box-shadow: 0 5px 5px #0003;
}

.gold-button:hover {
  background-color: var(--sand);
  box-shadow: 0 7px 5px #00000054;
}

.white-button {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  padding-left: 33px;
  padding-right: 33px;
}

.white-button:hover {
  background-color: var(--cream);
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.link {
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.link:hover {
  color: var(--storm);
  font-weight: 600;
  box-shadow: 0 4px 6px #0003;
}

.footer {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  height: auto;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-block-three {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.footer-link {
  color: #1a1b1f;
  margin: 0 0 5px;
  padding-left: 0;
  font-size: .9rem;
  text-decoration: none;
}

.footer-link:hover {
  color: #000;
  font-weight: 600;
}

.footer-social-block-three {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.footer-social-link-three {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 30px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--twilight);
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--twilight);
  margin-left: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .9rem;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 10px 10px 10px 20px;
  font-family: Urbanist, sans-serif;
  font-size: 1.9rem;
  font-weight: 200;
  position: static;
}

.greg {
  max-width: 44%;
  margin-top: -407px;
  margin-left: 555px;
  position: static;
  overflow: hidden;
}

.greg.more-top {
  margin-top: -333px;
}

._600-width {
  max-width: 600px;
}

._600-width.extra-space {
  margin-bottom: 40px;
}

.rich-text-block {
  text-align: left;
  padding: 0;
  font-size: 1rem;
}

.rich-text-block blockquote {
  border-left-color: var(--sand);
  background-color: var(--sand);
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
  border-radius: 11px;
  margin-top: 20px;
  margin-left: 0;
  padding: 22px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text-block h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-block strong {
  color: var(--nomadic);
}

.black-button-navbar {
  background-color: var(--onyx);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 10px;
  padding: 11px 33px;
  font-size: 12px;
  line-height: 2;
  transition: all .2s;
  box-shadow: 0 4px 5px #0003;
}

.black-button-navbar:hover {
  background-color: var(--nomadic);
  color: #fff;
  box-shadow: 0 6px 5px #00000054;
}

.black-button-navbar:active {
  background-color: #43464d;
}

.section-vanilla {
  background-color: var(--vanilla);
  padding-top: 60px;
  padding-bottom: 60px;
}

.image {
  max-width: 70%;
}

.black-button-footer {
  background-color: var(--onyx);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 11px 44px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 4px 5px #0003;
}

.black-button-footer:hover {
  background-color: var(--storm);
  color: #fff;
  box-shadow: 0 6px 5px #00000054;
}

.black-button-footer:active {
  background-color: #43464d;
}

.cell {
  align-items: center;
}

.image-2 {
  width: 383.663px;
  max-width: 30%;
  padding: 33px 15px;
}

.play-pause-button {
  width: 30px;
  height: 30px;
}

.cell-2 {
  text-align: left;
  align-items: flex-start;
  padding-right: 20px;
}

.guiding-beliefs-card-right {
  color: #fff;
  text-align: left;
  background-color: #2a2a2a;
  padding: 10px;
}

.guiding-beliefs-card-right._2 {
  background-color: var(--stormy-sea);
}

.guiding-beliefs-card-right._3 {
  background-color: var(--sage);
}

.guiding-beliefs-card-right._4 {
  background-color: #957e87;
}

.guiding-beliefs-card-right._5 {
  background-color: #7a7788;
}

.guiding-beliefs-card-right._6 {
  background-color: var(--dusky-blue);
}

.italic {
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
}

.image-div {
  background-image: url('../images/Digital-Unity_1.webp');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.image-div._2 {
  background-image: url('../images/Brighter-Tomorrow_1.webp');
}

.image-div._3 {
  background-image: url('../images/3_1.webp');
}

.image-div._4 {
  background-image: url('../images/Compassion_1.webp');
}

.image-div._5 {
  background-image: url('../images/16_1.webp');
}

.image-div._6 {
  background-image: url('../images/intentional-creation_1.webp');
}

.image-div.endeavors {
  background-image: url('../images/zen-garden-square.webp');
  background-position: 100% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.image-div.endeavors.engagements {
  margin: 0;
}

.beliefs-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.background-video-collage {
  background-color: #0000001c;
  height: 555px;
  position: relative;
}

.slider {
  background-color: var(--cream);
  outline-offset: 0px;
  background-image: linear-gradient(#f4f1ece0, #5b5a5a00);
  outline: .5px solid #00000040;
  height: auto;
  box-shadow: 2px 0 4px #0003;
}

.slide {
  text-align: center;
}

.slide-nav {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.slide-2, .slide-3 {
  text-align: center;
}

.slider-div {
  padding-top: 0;
  padding-bottom: 55px;
}

.div-block-2 {
  text-align: right;
  width: 100%;
}

.image-5 {
  max-width: 20%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3 {
  text-align: left;
  width: 100%;
  margin: 10px;
  padding: 20px;
}

.extra-wide-container {
  max-width: 1111px;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: space-around;
  align-items: center;
  height: auto;
  display: flex;
}

.list-item {
  color: var(--nomadic);
}

.text-block-2 {
  color: var(--black);
}

.section-cream {
  background-color: var(--cream);
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-7 {
  width: 111px;
  height: 111px;
  margin: 20px auto 0;
  padding: 10px;
}

.section-image {
  color: var(--black);
  background-image: url('../images/18.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 60px;
}

.about-card-title {
  text-align: center;
  letter-spacing: .2px;
  text-transform: capitalize;
  padding: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}

.about-card-image {
  border-style: solid;
  border-width: 1.5px 2px 2px 1px;
  border-color: #2f2f2f #5555559c #fff var(--cream);
  border-radius: 0;
  padding: 0;
}

.about-card-paragraph {
  height: 55px;
  color: var(--nomadic);
  text-align: center;
  letter-spacing: 1px;
  padding: 0 5px;
  font-size: .75rem;
  font-style: italic;
  line-height: 1.2;
}

.about-card {
  background-color: var(--off-white);
  color: #000;
  border-bottom: 1px solid #000000b3;
  border-right: 0 solid #0000008c;
  border-radius: 0;
  padding: 7px;
  box-shadow: -1px 1px 5px #0003;
}

.about-card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  padding: 0;
}

.about-subtitle {
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.2rem;
}

.div-block-4 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.story-text {
  color: #000;
  text-align: justify;
}

.story-text h3 {
  color: var(--sand);
  text-align: left;
  letter-spacing: .5px;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.75rem;
  line-height: 1.2;
}

.story-text blockquote {
  border-left-color: var(--moss);
  text-align: justify;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 10px 5px 15px;
  font-family: Urbanist, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.story-text p {
  letter-spacing: .5px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 1rem;
}

.story-text em {
  text-align: left;
  font-size: 1.3rem;
  display: block;
}

.paragraph {
  text-align: center;
}

.paragraph.align {
  letter-spacing: 1px;
}

.italic-text.large {
  letter-spacing: 3px;
  font-size: 2rem;
}

.section-black-image {
  background-color: var(--onyx);
  color: #fff;
  background-image: url('../images/background-black-cool.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.image-8 {
  max-width: 90%;
  margin-left: -30px;
  padding: 40px;
}

.marquee-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.youtube-2 {
  width: 95%;
}

.marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 930px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-image-wrap-2 {
  border-radius: 12px;
  height: 410px;
  overflow: hidden;
}

.italic-subheading-quicksand {
  color: #000;
  padding: 10px 10px 10px 20px;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 200;
}

.hero-div {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.centered-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 10px;
  display: flex;
}

.marquee-overlay {
  z-index: 9;
  background-image: linear-gradient(#fff, #fff0);
  height: 278px;
  position: absolute;
  inset: 0% 0% auto;
}

.marquee-overlay.bottom {
  background-image: linear-gradient(to top, #fff, #fff0);
  inset: auto 0% 0%;
}

.buttons-div {
  text-align: center;
  justify-content: center;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.hero-container {
  max-width: 1100px;
}

.hero-grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto;
}

.marquee-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.marquee-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.marquee-2.reverse {
  justify-content: flex-end;
}

.hero-heading {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(138deg, #000, #27231d 28%, #c6ae90 69%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 40px;
  font-family: Urbanist, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 111%;
}

.black-button-new {
  text-align: center;
  background-color: #131313;
  border: 1px solid #f4f4f4;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  min-width: auto;
  max-width: none;
  margin: 40px 10px;
  padding: 10px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 1rem;
  display: flex;
  box-shadow: 0 1px 8px 2px #ddd4c4;
}

.black-button-new:hover {
  background-color: #c6ae90;
}

.black-button-new.hero {
  border-color: #000;
  width: 300px;
}

.black-button-new.hero:hover {
  background-color: #c6ae90;
}

.black-button-new.white-button {
  background-color: #fff;
  width: 222px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
  box-shadow: 0 2px 5px #0003;
}

.black-button-new.white-button {
  width: 222px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.black-button-new.white-button:hover {
  background-color: #c6ae90;
}

.white-section {
  background-color: var(--white);
  padding-top: 40px;
}

.section-black {
  background-color: var(--black);
  color: var(--cream);
  text-align: center;
  background-image: url('../images/13.png');
  background-position: 0 0;
  background-size: auto;
  padding: 60px 0;
}

.text-span {
  color: var(--vanilla);
}

.black-italic {
  color: var(--black);
}

.review-quote {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}

.review-card {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  height: 33vh;
  margin: 10px;
  padding: 10px 20px 20px;
  display: flex;
}

.review-title {
  letter-spacing: 2px;
  padding: 0 20px 20px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
}

.review-name {
  letter-spacing: 1px;
  padding: 20px;
  font-size: 2rem;
  font-weight: 500;
}

.client-testimonials {
  background-color: var(--sand);
  color: #000;
  text-align: center;
  border: 1px solid #00000070;
  padding: 40px 60px;
}

.div-block-80 {
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.booking-text em {
  color: var(--black);
}

.quick-stack-23 {
  padding: 0;
}

.video {
  position: relative;
}

.tesimonials-stack {
  background-color: var(--black);
}

.image-9 {
  max-width: 95%;
  padding: 25px;
}

.engagements-text-block a {
  color: var(--stormy-sea);
}

.field-label {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 1px;
  font-weight: 500;
}

.form {
  background-color: var(--moss);
  flex-direction: column;
  align-items: flex-start;
  margin: 10px;
  padding: 30px 60px;
  display: block;
}

.success-message {
  background-color: var(--sage);
  color: #fff;
  letter-spacing: 2px;
  margin: 20px;
  padding: 30px;
  font-size: 1.5rem;
  font-weight: 200;
}

.form-block {
  margin-bottom: 60px;
}

.error-message {
  margin: 20px;
  padding: 20px;
  font-size: 1.2rem;
}

.text-block-3 {
  font-size: 1rem;
}

.text-field {
  background-color: #ffffff38;
  border-bottom: 2px solid #fff;
  width: 850px;
}

.text-field.message {
  color: #fff;
  height: 150px;
}

.cell-4 {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-10 {
  width: auto;
  max-width: 140%;
  margin-top: 44px;
}

.div-block-83 {
  text-align: center;
}

.section-2 {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  font-family: Urbanist, sans-serif;
}

.section-2.black {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: 30px;
  overflow: hidden;
}

.hero-container-2 {
  max-width: 1100px;
}

.gradient-heading {
  letter-spacing: .5px;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 0 0, #bb9b73, #c6ae90 34%, #f5f4eb 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}

.gradient-heading.larger {
  font-size: 2.5rem;
}

.paragraph-2 {
  padding: 10px;
  font-size: 1rem;
  line-height: 1.3;
}

.paragraph-2.centered {
  text-align: center;
  margin-top: 10px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
}

.space-heading-s {
  text-align: center;
  letter-spacing: 11px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.quick-stack-25 {
  padding: 0;
}

.paragraph-3 {
  letter-spacing: 1px;
}

.image-11 {
  max-width: 20%;
}

.paragraph-4 {
  padding-left: 0;
}

.link-2 {
  color: var(--sand);
}

.section-nomadic {
  background-color: var(--nomadic);
  color: var(--cream);
  padding-top: 33px;
  padding-bottom: 33px;
}

.div-block-85 {
  width: 100%;
  height: 100%;
}

.book-image {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-86 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.quick-stack-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-88 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-7 {
  letter-spacing: 1px;
  padding: 10px;
  font-family: Urbanist, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.paragraph-5 {
  width: 60%;
}

.paragraph-6 {
  width: 70%;
  color: var(--storm);
  text-align: left;
}

.about-greg-div {
  max-width: 100%;
  display: flex;
}

.about-greg {
  width: 50%;
  height: 50%;
}

.rich-text-block-dark-background {
  text-align: left;
  padding: 0;
  font-size: 1rem;
}

.rich-text-block-dark-background blockquote {
  border-left-color: var(--sand);
  background-color: var(--sand);
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
  border-radius: 11px;
  margin-top: 20px;
  margin-left: 0;
  padding: 22px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.rich-text-block-dark-background h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-block-dark-background strong {
  color: var(--nomadic);
}

@media screen and (min-width: 1280px) {
  .subtitle.new {
    font-size: 2rem;
  }

  .heading-1 {
    margin-bottom: 20px;
  }

  .heading-3 {
    font-size: 2.9rem;
  }

  .about-card-paragraph {
    height: 55px;
  }

  .section-2.black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-2 {
    padding: 10px;
  }

  .space-heading-s {
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 111%;
  }
}

@media screen and (min-width: 1440px) {
  p {
    letter-spacing: 1px;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1100px;
  }

  .subtitle.new {
    font-size: 2rem;
  }

  .heading-3 {
    font-size: 3rem;
  }

  .hero-section {
    background-image: url('../images/white-background-gwa-home.webp');
    background-position: 100%;
    background-size: auto;
    background-attachment: fixed;
  }

  .greg {
    margin-top: -444px;
  }

  .image-div.endeavors {
    background-image: url('../images/zen-garden.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .about-card-title {
    padding-bottom: 10px;
  }

  .about-card-paragraph {
    height: 55px;
  }

  .text-field {
    width: 60vw;
  }

  .section-2, .section-2.black {
    padding: 30px;
  }

  .space-heading-s {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 1200px;
  }

  .black-button {
    font-size: 1rem;
    line-height: 1.4;
  }

  .subtitle {
    font-size: 2.2rem;
  }

  .subtitle.nomadic {
    color: var(--nomadic);
  }

  .heading-1 {
    font-size: 4.4rem;
  }

  .heading-3 {
    font-size: 3.3rem;
  }

  .heading-3.galaxy-dust {
    font-size: 3.5rem;
  }

  .heading-3.left-align {
    text-align: left;
  }

  .paragraph-big.tan {
    font-size: 1.4rem;
  }

  .paragraph-1-1.left {
    font-size: 1.3rem;
  }

  .hero-section {
    background-image: url('../images/15.png');
    background-position: 50% 0;
    background-size: auto;
    background-attachment: fixed;
  }

  .footer-link {
    font-size: 1rem;
  }

  .footer-social-link-three {
    width: 33px;
  }

  .text-block {
    font-size: 2.2rem;
  }

  .rich-text-block {
    font-size: 1.2rem;
  }

  .rich-text-block em {
    font-size: 1.4rem;
  }

  .black-button-footer {
    margin-bottom: 20px;
    font-size: .9rem;
    line-height: 1.4;
  }

  .image-2 {
    width: 500px;
  }

  .cell-2 {
    padding-right: 10px;
  }

  .guiding-beliefs-card-right {
    width: 111%;
  }

  .italic {
    font-size: 1.5rem;
  }

  .image-div.endeavors {
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .image-div.endeavors.engagements {
    background-position: 100% 100%;
    width: 130%;
    height: 120%;
  }

  .background-video-collage {
    height: 666px;
  }

  .image-5 {
    max-width: 20%;
    padding: 0 40px 0 0;
  }

  .section-image {
    background-attachment: fixed;
  }

  .about-card-title {
    line-height: 1;
  }

  .about-card-paragraph {
    height: 55px;
  }

  .about-card {
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    display: flex;
  }

  .story-text, .paragraph {
    font-size: 1.2rem;
  }

  .italic-text {
    font-size: 1.5rem;
  }

  .section-black-image {
    background-size: cover;
    background-attachment: fixed;
  }

  .image-8 {
    max-width: 75%;
  }

  .image-8:hover {
    transform: scale(1.1);
  }

  .black-button-new {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .black-italic {
    font-size: 1.4rem;
  }

  .booking-text {
    font-size: 1.2rem;
  }

  .booking-text em {
    font-size: 1.4rem;
  }

  .quick-stack-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .italic-text-2 {
    color: var(--black);
    font-size: 1.4rem;
  }

  .engagements-text-block {
    font-size: 1.2rem;
  }

  .div-block-82 {
    margin-left: -33px;
  }

  .field-label {
    text-align: left;
  }

  .text-field {
    width: 50vw;
  }

  .section-2 {
    padding: 30px;
    display: block;
  }

  .section-2.black {
    padding: 30px;
  }

  .hero-container-2 {
    max-width: 1200px;
  }

  .gradient-heading {
    margin-top: 40px;
    font-size: 3.7rem;
  }

  .space-heading-s {
    font-size: 3rem;
    font-weight: 400;
  }

  .quick-stack-26 {
    padding-left: 0;
  }

  .rich-text-block-dark-background {
    font-size: 1.2rem;
  }

  .rich-text-block-dark-background em {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  ul {
    font-size: .9rem;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .subtitle {
    font-size: 2rem;
    line-height: 1.3;
  }

  .subtitle.moss {
    padding-right: 10px;
    font-size: 2.2rem;
  }

  .heading-1 {
    font-size: 3rem;
    line-height: 1.3;
  }

  .heading-3 {
    text-align: left;
    font-size: 2.5rem;
  }

  .heading-3.galaxy-dust {
    position: static;
  }

  .heading-3.less-space {
    text-align: left;
  }

  .heading-5.guiding-beliefs {
    font-size: 1.2rem;
  }

  .paragraph-1-1.left {
    text-align: left;
  }

  .hero-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .text-block {
    font-size: 2rem;
  }

  .greg {
    margin-top: -111px;
    margin-left: 322px;
  }

  .section-vanilla {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .image-div.endeavors {
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .background-video-collage {
    height: 400px;
    position: relative;
  }

  .cell-3 {
    justify-content: center;
  }

  .section-cream, .section-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-card-title {
    margin-top: 5px;
    font-size: 1.3rem;
  }

  .about-card-paragraph {
    height: auto;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .about-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-subtitle {
    font-size: 1.1rem;
  }

  .story-text h3 {
    font-size: 2rem;
  }

  .story-text blockquote {
    padding-right: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .marquee-wrap {
    max-width: none;
    height: 777px;
    margin-left: auto;
    margin-right: auto;
  }

  .marquee-image-wrap-2 {
    height: 320px;
  }

  .italic-subheading-quicksand {
    text-align: left;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
  }

  .hero-div {
    padding-top: 10px;
  }

  .marquee-overlay {
    height: 140px;
  }

  .marquee-overlay.bottom {
    height: 40px;
  }

  .buttons-div {
    flex-direction: column;
    padding-top: 30px;
  }

  .hero-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading {
    text-align: left;
    margin-bottom: 0;
    font-size: 3.3rem;
  }

  .black-button-new {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 100%;
    display: block;
  }

  .black-button-new.hero {
    align-self: stretch;
    width: auto;
    font-size: 1rem;
    line-height: 140%;
  }

  .black-button-new.white-button {
    align-self: stretch;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
    line-height: 120%;
  }

  .review-quote {
    margin-top: 40px;
    font-size: .9rem;
    line-height: 1.2;
  }

  .review-card {
    height: 30vh;
    padding-left: 20px;
  }

  .review-title {
    font-size: 1rem;
  }

  .review-name {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
  }

  .client-testimonials {
    padding: 60px 0;
  }

  .quick-stack-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .tesimonials-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form {
    margin: 0;
  }

  .text-field {
    width: 80vw;
  }

  .section-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    padding: 30px 11px;
    display: flex;
  }

  .section-2.black {
    padding: 20px;
  }

  .hero-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-heading {
    font-size: 3rem;
  }

  .paragraph-2 {
    font-weight: 400;
  }

  .paragraph-2.centered {
    color: #ddd4c4;
    text-align: center;
  }

  .space-heading-s {
    letter-spacing: 6px;
    padding: 30px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: #fff;
    position: fixed;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    position: fixed;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .subtitle {
    font-size: 1.75rem;
  }

  .subtitle.moss {
    padding-right: 10px;
  }

  .subtitle.centered {
    line-height: 1.1;
  }

  .subtitle.new {
    font-size: 1.5rem;
  }

  .subtitle.nomadic {
    text-align: left;
    font-size: 1.5rem;
  }

  .heading-1 {
    margin: 0;
    font-size: 2.5rem;
    position: static;
  }

  .heading-3 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .heading-3.galaxy-dust, .heading-3.less-space {
    text-align: left;
  }

  .heading-3.no-space {
    text-align: left;
    font-size: 2rem;
    line-height: 1.1;
  }

  .heading-4 {
    padding: 10px;
  }

  .paragraph-small {
    line-height: 1.3;
  }

  .paragraph-small.guiding-beliefs {
    margin-bottom: 0;
    padding-top: 0;
    font-size: .8rem;
  }

  .paragraph-big {
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-5.guiding-beliefs {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .heading-5.guiding-beliefs.keynote {
    font-size: 1.1rem;
  }

  .section-storm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .black-div {
    background-color: var(--onyx);
  }

  .paragraph-1-1 {
    line-height: 1.3;
  }

  .paragraph-1-1.left {
    font-size: 1rem;
  }

  .hero-section {
    padding-top: 60px;
  }

  .footer {
    padding: 20px 10px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-social-link-three {
    width: 20px;
    height: 20px;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: .8rem;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: .8rem;
    line-height: 20px;
  }

  .text-block {
    padding-left: 15px;
    font-size: 1.75rem;
  }

  .greg {
    margin-left: 196px;
    position: static;
  }

  .greg.more-top {
    margin-top: -55px;
    margin-left: 300px;
  }

  .rich-text-block {
    font-size: 1rem;
  }

  .rich-text-block blockquote {
    font-size: 1.3rem;
  }

  .section-vanilla {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    max-width: 90%;
  }

  .black-button-footer {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-2 {
    max-width: 33%;
    padding: 10px;
  }

  .image-div._2 {
    background-position: 100% 0;
  }

  .image-div._4 {
    background-position: 0 0;
  }

  .image-div._5 {
    background-position: 0%;
  }

  .image-div._6 {
    background-position: 50%;
  }

  .image-div.endeavors {
    height: 100%;
  }

  .slider-div {
    width: 100%;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-5 {
    max-width: 50%;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-left: -2px;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .left-arrow {
    left: 2%;
  }

  .icon-2 {
    margin-left: 43px;
    margin-right: 0;
    font-size: 1.5rem;
    right: 0%;
  }

  .background-video {
    position: relative;
  }

  .section-cream {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-card-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .about-card-paragraph {
    text-align: center;
    font-size: 1rem;
  }

  .about-card {
    margin-bottom: 10px;
    padding: 20px;
  }

  .about-card-grid {
    padding: 0;
  }

  .about-subtitle {
    font-size: 1.1rem;
  }

  .story-text h3 {
    font-size: 1.5rem;
  }

  .story-text blockquote {
    padding-left: 10px;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.4;
  }

  .story-text p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: .9rem;
    line-height: 1.3;
  }

  .paragraph.align {
    text-align: justify;
  }

  .italic-text {
    font-size: 1.25rem;
  }

  .section-black-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    max-width: 100%;
  }

  .marquee-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .italic-subheading-quicksand {
    margin: 0;
    padding: 24px;
    font-size: 1.4rem;
  }

  .hero-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-div-2 {
    padding: 10px;
  }

  .hero-grid {
    display: block;
  }

  .marquee-column.column-one, .marquee-column.column-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 3.5rem;
  }

  .black-button-new {
    align-self: center;
    width: 100%;
    margin-top: 15px;
    font-size: 1rem;
    line-height: 111%;
  }

  .white-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-quote {
    text-align: justify;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-title {
    font-size: .8rem;
  }

  .review-name {
    font-size: 1.2rem;
  }

  .quick-stack-22 {
    padding: 0;
  }

  .quick-stack-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0;
  }

  .form {
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    flex-direction: column;
    padding: 11px 11px 60px;
  }

  .section-2.black {
    padding: 20px;
  }

  .gradient-heading {
    font-size: 2.5rem;
  }

  .gradient-heading.larger {
    font-size: 3rem;
  }

  .space-heading-s {
    padding: 20px;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.1;
  }

  .paragraph-3 {
    line-height: 1.3;
  }

  .content-wrapper, .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .heading-7 {
    text-align: center;
  }

  .about-greg-div {
    box-shadow: 0 2px 5px #0003;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: absolute;
    right: 0%;
  }

  .rich-text-block-dark-background {
    font-size: 1rem;
  }

  .rich-text-block-dark-background blockquote {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  em {
    text-align: center;
    display: block;
  }

  .navbar {
    height: 77px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-dropdown-icon {
    margin-top: 13px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open, .nav-dropdown-link {
    text-align: center;
  }

  .black-button {
    margin: 20px;
  }

  .black-button:hover {
    font-weight: 500;
  }

  .section.black {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subtitle {
    padding-right: 55px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .subtitle.moss {
    padding-right: 10px;
    font-size: 1.2rem;
  }

  .subtitle.centered {
    font-size: 2.2rem;
  }

  .subtitle.new {
    font-size: 1.5rem;
  }

  .heading-1 {
    font-size: 1.9rem;
    position: static;
  }

  .heading-1.white {
    font-size: 2.2rem;
  }

  .heading-1.white.smaller {
    font-size: 2rem;
  }

  .heading-2 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 1.9rem;
  }

  .heading-3 {
    text-align: center;
    font-size: 1.5rem;
  }

  .heading-3.galaxy-dust {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .heading-3.less-space {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .heading-3.centered {
    font-size: 1.5rem;
  }

  .heading-3.left-align {
    text-align: center;
    font-size: 1.8rem;
  }

  .heading-3.left {
    text-align: left;
    padding-left: 0;
  }

  .heading-4 {
    padding-left: 0;
    font-size: 2.2rem;
    line-height: 1;
  }

  .brand {
    max-width: 188px;
    margin-left: -10px;
    padding-top: 7px;
  }

  .colors-grid-style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .subtext-style-guide {
    margin-top: -10px;
  }

  .paragraph-small.guiding-beliefs {
    text-align: left;
    padding-left: 5px;
    line-height: 1.3;
  }

  .link-block-with-line {
    font-size: 16px;
  }

  .heading-5.guiding-beliefs {
    padding-top: 10px;
    padding-left: 5px;
  }

  .section-storm {
    padding-left: 10px;
    padding-right: 10px;
  }

  .black-div, .white-div {
    padding: 22px;
  }

  .header {
    height: 77px;
  }

  .hero-section {
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-div {
    padding: 10px 0;
  }

  .footer-block-three {
    text-align: center;
    width: 100%;
  }

  .footer-link {
    width: 100%;
  }

  .footer-social-block-three {
    text-align: center;
    flex-direction: row;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-legal-link {
    margin-left: 0;
  }

  .text-block {
    padding-left: 11px;
    font-size: 1.4rem;
    font-weight: 100;
  }

  .greg {
    max-width: 90%;
    margin-top: -55px;
    margin-left: 55px;
    position: static;
  }

  .greg.more-top {
    margin-top: 0;
    margin-left: 100px;
  }

  .rich-text-block {
    font-size: .9rem;
  }

  .rich-text-block blockquote {
    margin-left: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 1.1rem;
  }

  .section-vanilla {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .black-button-footer {
    text-align: center;
  }

  .image-2 {
    max-width: 90%;
    padding: 10px 3px;
  }

  .cell-2 {
    padding-right: 0;
  }

  .guiding-beliefs-card-right {
    overflow: hidden;
  }

  .image-div.endeavors {
    height: 333px;
  }

  .beliefs-grid {
    object-fit: scale-down;
    margin: 0 -22px;
    padding: 0;
    overflow: hidden;
  }

  .background-video-collage {
    object-fit: cover;
    object-position: 50% 0%;
    height: 333px;
    overflow: auto;
  }

  .slider-div {
    padding-bottom: 40px;
  }

  .image-5 {
    max-width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    margin-right: 0;
  }

  .section-cream {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-card-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .about-card-paragraph {
    height: auto;
    font-size: .9rem;
    font-weight: 400;
  }

  .about-card {
    padding: 10px;
  }

  .about-card-grid {
    padding: 0;
  }

  .about-subtitle {
    font-size: .9rem;
    line-height: 1.3;
  }

  .story-text h3 {
    font-size: 1.4rem;
  }

  .story-text blockquote {
    font-size: 1rem;
  }

  .story-text em {
    color: var(--nomadic);
  }

  .paragraph {
    font-size: .9rem;
  }

  .paragraph.align {
    text-align: center;
    font-size: .9rem;
  }

  .italic-text {
    line-height: 1.3;
  }

  .italic-text.large {
    font-size: 1.5rem;
  }

  .section-black-image {
    padding: 40px 10px;
  }

  .image-8 {
    max-width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .marquee-image-2 {
    object-fit: cover;
    overflow: hidden;
  }

  .youtube-2 {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .marquee-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .marquee-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .marquee-image-wrap-2 {
    height: 25vh;
  }

  .italic-subheading-quicksand {
    margin: 10px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 130%;
  }

  .hero-div {
    object-fit: contain;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 20px 5px 0;
    display: flex;
  }

  .marquee-overlay {
    height: auto;
    top: -1px;
    overflow: hidden;
  }

  .marquee-overlay.bottom {
    bottom: -1px;
  }

  .buttons-div {
    flex-direction: column;
    align-items: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-container {
    max-width: 111%;
  }

  .hero-grid {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .marquee-column {
    width: 48%;
  }

  .marquee-column.column-one, .marquee-column.column-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: none;
    width: 44%;
    overflow: hidden;
  }

  .hero-heading {
    margin: 5px;
    padding: 0;
    font-size: 2.5rem;
  }

  .black-button-new {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 1.1;
  }

  .black-button-new.hero {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-button-new.white-button {
    margin-left: 0;
    margin-right: 0;
  }

  .white-section {
    padding-top: 20px;
  }

  .section-black {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-quote {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: .8rem;
  }

  .review-card {
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .review-title {
    padding: 10px;
    font-size: .7rem;
    line-height: 1.1;
  }

  .review-name {
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.1;
  }

  .quick-stack-24 {
    grid-row-gap: 20px;
  }

  .tesimonials-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--black);
    padding: 20px;
  }

  .italic-text-2 {
    font-size: 1.1rem;
  }

  .image-9 {
    padding: 17px;
  }

  .field-label {
    font-size: .8rem;
  }

  .form {
    background-color: var(--moss);
    margin: 0;
    padding: 10px;
  }

  .text-field {
    background-color: #ffffff4f;
  }

  .image-10 {
    margin-top: 33px;
  }

  .section-2 {
    margin-bottom: 0;
    padding: 20px 0 40px;
    overflow: hidden;
  }

  .section-2.black {
    padding: 10px;
  }

  .hero-container-2 {
    max-width: 100%;
    padding: 20px 10px 10px;
  }

  .gradient-heading {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .gradient-heading.larger {
    font-size: 1.4rem;
  }

  .paragraph-2 {
    padding: 5px;
    font-size: 1.1rem;
  }

  .space-heading-s {
    letter-spacing: 1px;
    padding: 20px 0;
    font-family: Urbanist, sans-serif;
    font-size: 2rem;
    overflow: auto;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-84 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-4 {
    text-align: left;
    font-size: .9rem;
  }

  .list {
    padding-left: 30px;
  }

  .booking-greg {
    padding: 0;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
    font-size: .9rem;
  }

  .book-image {
    padding-bottom: 0;
  }

  .about-greg-div {
    flex-flow: column;
  }

  .about-greg {
    width: 120%;
    max-width: 120%;
    height: 100%;
    margin-left: -40px;
  }

  .about-greg._2 {
    margin-top: -61px;
  }

  .rich-text-block-dark-background {
    font-size: .9rem;
  }

  .rich-text-block-dark-background blockquote {
    margin-left: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 1.1rem;
  }
}

#w-node-_92c08cc5-832c-6152-8e75-dc245c361018-3bd70dff, #w-node-_46ba5fb9-5fa6-97bd-dced-aa37fcce2ddc-3bd70dff, #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-3bd70dff {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f71f38a8-9212-82e3-cd69-e639b9b1bae0-3bd70dff {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_9f55d6d5-595e-ad74-f7ce-19b0e2b34995-e2b34992 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_46e3bb68-11d4-74bb-caf0-2204e04bc7f3-a42caec6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_14474c6a-6a38-9a03-b063-ed2f3908b802-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b806-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b80a-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b80e-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b812-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b816-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b81a-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b81e-a42caec6, #w-node-_14474c6a-6a38-9a03-b063-ed2f3908b822-a42caec6, #w-node-_8d3432e7-1b51-95f9-1d2e-4f80dd1dce15-a42caec6, #w-node-_951950b4-a1fc-9772-6e3e-77bfdf668af8-a42caec6, #w-node-_7da7606b-f92a-1f7d-1d5a-abf735009ff6-a42caec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ef5f442-3fad-d6b5-d2c0-03bfbaa858bc-a42caec6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_0636c39d-d25d-4c05-698d-0707221a063f-842915c3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-842915c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_35991b21-d668-9380-8129-6b916f5319c5-16be6280 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-16be6280 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f71f38a8-9212-82e3-cd69-e639b9b1bae0-a168bd84 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-a168bd84, #w-node-_52cc63df-af2d-6286-62fb-81f2984d8c44-a168bd84, #w-node-_4d16bc93-994b-0b06-ff65-b5a53e3c1d18-a168bd84 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-842915c3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0636c39d-d25d-4c05-698d-0707221a063f-842915c3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-842915c3 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_46ba5fb9-5fa6-97bd-dced-aa37fcce2ddc-3bd70dff, #w-node-_46e3bb68-11d4-74bb-caf0-2204e04bc7f3-a42caec6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0636c39d-d25d-4c05-698d-0707221a063f-842915c3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-842915c3 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .75fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-3bd70dff, #w-node-_9f55d6d5-595e-ad74-f7ce-19b0e2b34995-e2b34992 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0636c39d-d25d-4c05-698d-0707221a063f-842915c3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-842915c3, #w-node-_35991b21-d668-9380-8129-6b916f5319c5-16be6280, #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-16be6280, #w-node-d78c4fa6-9f36-3e0c-7a10-cc69d330994f-a168bd84, #w-node-_52cc63df-af2d-6286-62fb-81f2984d8c44-a168bd84, #w-node-_4d16bc93-994b-0b06-ff65-b5a53e3c1d18-a168bd84 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Lastica';
  src: url('../fonts/Lastica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}