:root {
  --superdark: #091d1d;
  --almostwhite: #fdfdfd;
  --gold: #cea42c;
  --darkblue: #1b3233;
  --border-radius: 10px;
  --white: white;
  --_spacing---size: 5rem;
  --font-family: Outfit, sans-serif;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--superdark);
  color: var(--almostwhite);
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 175%;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 600;
  line-height: 115%;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--gold);
  text-decoration: underline;
  transition: color .2s;
}

a:hover {
  color: #788e8f;
}

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

li {
  margin-bottom: 13px;
}

strong {
  font-weight: bold;
}

.globalcss {
  position: fixed;
  top: 0;
}

.nav {
  z-index: 99;
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100px;
  display: flex;
  position: fixed;
}

.nav-contain {
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 15px;
  display: flex;
}

.nav-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
}

.nav-mid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 46vw;
  display: flex;
}

.nav-brand {
  z-index: 2;
  position: absolute;
}

.nav-item {
  color: var(--almostwhite);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
}

.nav-item:hover, .nav-item.w--current, .nav-item.w--open {
  color: var(--gold);
}

.nav-item.norightpadding {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-right: 20px;
  display: flex;
}

.home-hero-sec {
  background-color: #a76d6d00;
  background-image: linear-gradient(112deg, var(--superdark) 22%, #091d1d00), linear-gradient(to bottom, #091d1d00 58%, var(--darkblue));
  color: var(--almostwhite);
  position: relative;
}

.contain {
  z-index: 1;
  flex-flow: column;
  width: 1300px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-hero-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.home-hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 550px;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 101px;
  display: flex;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown.login-mobile {
  display: none;
}

.nav-button {
  background-color: #091d1dbf;
  justify-content: space-between;
  padding: 12px 24px;
}

.logo-carousel {
  z-index: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home-programs-sec {
  padding-top: 93px;
  padding-bottom: 68px;
  position: relative;
}

.home-programs-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-programs-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  margin-bottom: 57px;
  display: grid;
}

.smallcontain {
  z-index: 1;
  width: 1000px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.program-card {
  border-radius: var(--border-radius);
  outline-color: var(--darkblue);
  outline-offset: -1px;
  color: var(--superdark);
  outline-width: 2px;
  outline-style: solid;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.program-card-img {
  background-color: var(--almostwhite);
  width: 100%;
  height: 300px;
  color: var(--superdark);
  border-radius: 0;
  transition: background-color .35s;
  position: relative;
  overflow: hidden;
}

.program-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--darkblue);
  width: 100%;
  color: var(--almostwhite);
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding: 24px 34px 34px;
  text-decoration: none;
  display: flex;
}

.homehero-video {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.home-hero-gradients {
  z-index: 1;
  background-image: linear-gradient(94deg, var(--superdark), #091d1d80), linear-gradient(to bottom, #091d1d00 58%, var(--superdark));
  position: absolute;
  inset: 0%;
}

.program-card-meta {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--almostwhite);
  background-color: #091d1db0;
  border-radius: 100vw;
  align-items: center;
  padding: 1px 15px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 30px;
  left: 30px;
}

.pcm-icon {
  display: flex;
}

.luminosity-image-bg {
  background-color: var(--darkblue);
  mix-blend-mode: multiply;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.luminosity-img {
  opacity: 1;
  filter: brightness(93%) contrast(124%) grayscale();
  mix-blend-mode: screen;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
}

.home-testi-sec {
  padding-top: 66px;
  padding-bottom: 66px;
}

.home-testi-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.testi-img {
  border-radius: var(--border-radius);
  position: relative;
}

.testi-content {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  width: 100%;
  color: var(--almostwhite);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 61px;
  display: grid;
  position: relative;
}

.testi-content:where(.w-variant-c18b3f92-efd4-4c09-0d89-e1579f1ff7fd), .testi-content:where(.w-variant-ffb7bba4-1efb-cf5b-d4d7-df572e5220ce) {
  text-align: center;
  grid-template-columns: 1fr;
  display: flex;
}

.testi-content.one-col {
  text-align: center;
  grid-template-columns: 1fr;
  place-items: center;
}

.testi-content.one-col.chevs {
  background-image: url('../images/chevs.jpg');
  background-position: 0 0;
  background-size: cover;
}

.image {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testi-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testi-text:where(.w-variant-c18b3f92-efd4-4c09-0d89-e1579f1ff7fd), .testi-text:where(.w-variant-ffb7bba4-1efb-cf5b-d4d7-df572e5220ce) {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testi-text.one-col {
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.testi-text.one-col.bigger {
  z-index: 2;
  max-width: 790px;
  position: relative;
}

.testi-p {
  margin-bottom: 33px;
  font-size: 32px;
  line-height: 145%;
}

.testi-bg {
  z-index: -1;
  border-radius: var(--border-radius);
  background-color: var(--darkblue);
  position: absolute;
  inset: 0% 0% 0% 17%;
  overflow: hidden;
}

.testi-bg:where(.w-variant-c18b3f92-efd4-4c09-0d89-e1579f1ff7fd), .testi-bg:where(.w-variant-ffb7bba4-1efb-cf5b-d4d7-df572e5220ce), .testi-bg.one-col {
  left: 0%;
}

.testi-quotes {
  z-index: 2;
  height: 80px;
  position: absolute;
  top: -40px;
  right: -20px;
}

.testi-bg-quotes {
  display: flex;
  position: absolute;
  top: -84px;
  left: 41%;
}

.footer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.footer-mid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.footer-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-brand {
  width: 200px;
  position: relative;
}

.footer-bottombar {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footercredits {
  opacity: .4;
  text-align: left;
  max-width: 90%;
  font-size: 13px;
  line-height: 150%;
}

.linknostyle {
  color: var(--almostwhite);
  text-decoration: none;
}

.newsletter-sec {
  color: var(--almostwhite);
  background-image: url('../images/chevs.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  margin-top: 100px;
  position: relative;
}

.newsletter-wrap {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 340px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.newsletter-wrap-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 550px;
  padding-top: 98px;
  padding-bottom: 98px;
  display: flex;
}

.newsletter-img {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.eyebrow {
  color: var(--gold);
  margin-bottom: -18px;
  font-size: 16px;
  font-weight: 600;
}

.tally-form-embed {
  width: 100%;
  margin-top: 20px;
}

.newsletter-img-img {
  max-width: none;
  height: 100%;
  margin-top: -41%;
  position: absolute;
}

.logo-carousel-track {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.carousel-logo {
  z-index: 1;
  opacity: .25;
  object-fit: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 75px;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.carousel-logo:hover {
  opacity: .75;
}

.logo-carousel-logo {
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  max-width: 170px;
  height: 100%;
  max-height: 60px;
  position: relative;
}

.logo-carousel-logo.dark {
  filter: invert();
}

.logo-carousel-track-track {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.pixel {
  width: 1px;
  height: 1px;
}

.footer-gradients {
  z-index: 1;
  background-image: linear-gradient(to bottom, #091d1d00, #091d1d1f 0%, var(--superdark));
  position: absolute;
  inset: 0%;
}

.nav-mega.w--open {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
  top: 120%;
  left: 50%;
  transform: translate(-50%);
}

.mega-menu-link {
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 205px;
  padding: 10px 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.mega-menu-link:hover {
  color: var(--gold);
  background-color: #f0f0f0;
}

.megamenu-eyebrow {
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

.megamenu-program-h {
  color: var(--darkblue);
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

.menga-menu-carrot {
  z-index: -1;
  background-color: #fff;
  border-radius: 1px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -8px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 10px #fff;
}

.menga-menu-carrot.no-shadow {
  box-shadow: none;
}

.outline-wrap {
  z-index: -1;
  opacity: .2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  box-shadow: 0 0 0 10px #fff;
}

.hamburger-icon {
  z-index: 9;
}

.nav-bg {
  background-color: var(--superdark);
  border-bottom: 1px solid #ffffff14;
  position: absolute;
  inset: 0%;
}

.nav-pixel {
  width: 0;
  height: 0;
  position: absolute;
  top: 150px;
}

.social-link-block {
  color: var(--almostwhite);
}

.social-link-block:hover {
  color: var(--gold);
}

.social-link-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.procard-hover {
  background-color: var(--gold);
  transition: transform .5s;
  position: absolute;
  inset: 0%;
  transform: skew(-45deg);
}

.page-content {
  background-color: var(--almostwhite);
  color: var(--superdark);
}

.grain-top {
  opacity: .65;
  filter: invert();
  mix-blend-mode: multiply;
  background-image: url('../images/ss-grain.jpg');
  background-position: 0 0;
  background-size: 300px;
  position: absolute;
  inset: 0%;
}

.grain-top:where(.w-variant-0b9deefb-defe-9e88-c7d5-3df5218b5b95) {
  display: none;
}

.grain-top.borderradius {
  border-radius: var(--border-radius);
}

.lfi-hero-sec {
  color: var(--almostwhite);
  background-color: #a76d6d00;
  align-items: center;
  display: flex;
  position: relative;
}

.lfi-hero-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.secondaryhero-img {
  background-color: var(--darkblue);
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.secondaryhero-img:where(.w-variant-0b9deefb-defe-9e88-c7d5-3df5218b5b95) {
  background-color: #efefef;
}

.secondaryhero-img.ftso {
  inset: 0%;
}

.secondary-hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 300px;
  font-size: 24px;
  display: flex;
}

.secondary-hero-content.small {
  padding-top: 175px;
  padding-bottom: 250px;
}

.secondary-hero-img-img {
  filter: grayscale();
  mix-blend-mode: screen;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h1-big {
  font-size: 78px;
  line-height: 100%;
}

.page-spacer {
  min-height: 100vh;
}

.secondary-hero-gradients {
  z-index: 1;
  background-image: linear-gradient(94deg, #091d1da3, #091d1db0), linear-gradient(#091d1d61 3%, #091d1da8);
  position: absolute;
  inset: 0%;
}

.secondary-hero-gradients:where(.w-variant-0b9deefb-defe-9e88-c7d5-3df5218b5b95) {
  display: none;
}

.secondary-intro-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: -108px;
  margin-bottom: 30px;
  padding: 52px;
  display: flex;
}

.threecol-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.result-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radius);
  text-align: left;
  background-color: #fff7f5;
  border: 1px solid #d54c2c;
  align-items: center;
  padding: 40px 27px;
  line-height: 140%;
  display: flex;
}

.result-card.gray {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #fafafa;
  border-color: #d8d8d8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 27px;
}

.result-card.good-result {
  border-color: var(--gold);
  background-color: #cea42c0d;
  justify-content: flex-start;
  align-items: center;
}

.result-card.good-result.top-aligned {
  justify-content: flex-start;
  align-items: flex-start;
}

.result-card.smallshifts {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fafafa;
  border-color: #d8d8d8;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 34px;
}

.result-x {
  display: flex;
}

.small-h {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.small-h.mw600 {
  max-width: 600px;
  line-height: 160%;
}

.secondary-wysiwyg {
  max-width: 850px;
}

.secondary-wysiwyg p {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.secondary-wysiwyg h4 {
  margin-top: 34px;
}

.small-divider {
  background-color: var(--gold);
  width: 60px;
  height: 4px;
}

.small-divider.asdfafaf {
  margin: 78px auto -43px;
}

.fullwidth-img {
  aspect-ratio: auto;
  border-radius: var(--border-radius);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.impact-formula-sec {
  text-align: center;
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: center;
  margin-top: -250px;
  padding-top: 350px;
  padding-bottom: 350px;
  display: flex;
}

.maxwidth600 {
  max-width: 600px;
}

.ssif {
  border-radius: var(--border-radius);
  background-color: #fff;
  padding: 34px 61px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.impact-formula-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.ssif-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.svg-icon {
  display: flex;
}

.ssif-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  display: grid;
}

.lightbox-overlay {
  background-color: #091d1db3;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  text-decoration: none;
  position: relative;
}

.moveup250 {
  margin-top: -250px;
}

.attend-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.attendben-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.attendben-card.small {
  max-width: 250px;
}

.maxwidth900 {
  max-width: 900px;
}

.fullbull {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fullbull-divider {
  background-color: var(--gold);
  flex: 0 auto;
  width: 2px;
  height: 150px;
  position: relative;
}

.attend-richtext {
  flex: none;
  font-size: 20px;
}

.plan-sec {
  background-color: #f0f0f0;
  margin-top: -200px;
  margin-bottom: -100px;
  padding-top: 344px;
  padding-bottom: 140px;
}

.plan-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-25px {
  width: 25px;
  height: 25px;
}

.testi-sec {
  z-index: 2;
  position: relative;
}

.testi-card {
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  font-size: 24px;
  line-height: 170%;
  display: flex;
  box-shadow: 0 20px 50px #0000000d;
}

.testi-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  display: flex;
}

.testi-name {
  font-size: 20px;
  font-weight: 600;
}

.testi-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.text-block {
  padding-bottom: 33px;
}

.swiper-wrapper {
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

.swiper-slide {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 100%;
}

.quadrant-sec {
  text-align: center;
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: center;
  margin-top: -250px;
  padding-top: 350px;
  padding-bottom: 350px;
  display: flex;
}

.quadrant-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.quadrant-content {
  text-align: left;
  align-items: center;
  display: flex;
}

.bethethree-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.quadrant-wrap {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 41px;
  display: flex;
}

.twocol-callout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.twocol-callout.hide {
  display: none;
}

.twocol-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gold-eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: -7px;
  font-size: 16px;
  font-weight: 600;
}

.twocol-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius);
  object-fit: cover;
  width: 100%;
}

.howwork-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 142px;
  padding-bottom: 142px;
  display: grid;
}

.howwork-stickycol {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 89px;
  display: flex;
  position: sticky;
  top: 40%;
}

.howwork-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-li {
  margin-top: 30px;
}

.sticky-dot {
  background-color: var(--superdark);
  border-radius: 100vw;
  justify-content: center;
  align-items: flex-end;
  width: 10px;
  height: 10px;
  margin-top: 46px;
  display: flex;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sticky-line {
  background-color: var(--superdark);
  width: 3px;
  height: 100vh;
  position: absolute;
  bottom: 0;
}

.full-sticky-track {
  position: relative;
}

.howwork-fixedline {
  background-color: var(--darkblue);
  opacity: .15;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 4px;
}

.rightforyou-wrap {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 127px;
  padding-bottom: 127px;
  display: flex;
}

.rightforyou-grid {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.righitforyou-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-testi-img {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  position: relative;
}

.home-testi-img:where(.w-variant-c18b3f92-efd4-4c09-0d89-e1579f1ff7fd), .home-testi-img:where(.w-variant-ffb7bba4-1efb-cf5b-d4d7-df572e5220ce) {
  display: none;
}

.maxwidth750 {
  max-width: 750px;
}

.scroll-trigger {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -70px;
}

.preloader {
  z-index: 9999999;
}

.sticky-tree {
  width: 100%;
}

.stickytree-sec-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.embed-eb-sec {
  text-align: center;
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.eb-embed {
  width: 100%;
}

.eventlist {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.eventlist.hide {
  display: none;
}

.eventcard {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: var(--border-radius);
  background-color: #1b32330a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 28px;
  display: flex;
}

.eventinfo {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.eventbutton {
  text-align: right;
}

.empty-list {
  text-align: center;
}

.events-hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 250px;
  font-size: 24px;
  display: flex;
}

.event-intro-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  text-align: center;
  border: 0 solid #000;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  margin-top: -108px;
  margin-bottom: 59px;
  padding: 52px;
  display: flex;
}

.postpage-body {
  padding-top: 215px;
  padding-bottom: 215px;
}

.blogpost-contain {
  z-index: 1;
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-richtext {
  margin-top: 25px;
}

.bloglist {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.blog-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: var(--border-radius);
  background-color: #1b32330a;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 28px;
  display: flex;
}

.blog-card-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-collection-wrapper {
  width: 100%;
}

.postcard-date {
  font-size: 15px;
}

.utilitypage-wrap {
  padding-top: 180px;
  padding-bottom: 90px;
}

.empty-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.empty-list-wrap.hide {
  display: none;
}

.elt {
  line-height: 150%;
}

.unlinkify {
  color: var(--almostwhite);
  text-decoration: none;
}

.guiding-values {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.guidig-values-p {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.guidig-values-p h3 {
  color: var(--gold);
  margin-bottom: 15px;
}

.kartra-btn-form {
  margin-top: 15px;
}

.fearslist {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.fearnumber-inline {
  color: var(--darkblue);
  align-items: flex-start;
  margin-bottom: -11px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.fearnumber-inline.fearpage {
  color: var(--gold);
  margin-bottom: -28px;
}

.fearnumber-inline.small {
  margin-bottom: -28px;
  font-size: 14px;
  line-height: 100%;
}

.fear-card-info {
  color: var(--darkblue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fear-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 200%;
  display: flex;
}

.fear-content h3 {
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  margin-top: 30px;
  margin-bottom: 31px;
  font-weight: 600;
}

.fear-content h6 {
  color: #275d65;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.fear-content p {
  margin-bottom: 30px;
}

.fearpage-hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 250px;
  font-size: 24px;
  display: flex;
}

.fearpage-top-h1 {
  margin-bottom: 25px;
}

.fearpage-contain {
  z-index: 1;
  text-align: left;
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fearpage-3colgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.fearpage-3col-card {
  background-color: #1b32330a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 27px 6px;
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.fearpage-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fullwidth-divider {
  background-color: #1b32331c;
  width: 100%;
  height: 2px;
}

.fearcard-learnmore {
  color: #1b323382;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.fearcard-learnmore:hover {
  color: #1b3233cf;
}

.fearcard-h4 {
  font-size: 26px;
}

.fearcard-h4.small {
  font-size: 20px;
  line-height: 140%;
}

.fear-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #1b32330a;
  border: 0 solid #000;
  border-top-width: 6px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 28px;
  display: flex;
}

.fear-card.small {
  border-top-width: 4px;
  border-left-width: 0;
  border-radius: 4px;
  padding: 20px;
}

.fear-intro-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  text-align: center;
  border: 0 solid #000;
  border-top-width: 10px;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  margin-top: -108px;
  margin-bottom: 59px;
  padding: 44px 52px;
  display: flex;
}

.fearcard-linkblock {
  width: 100%;
  height: 100%;
  color: var(--darkblue);
  text-decoration: none;
}

.more-fears {
  width: 100%;
}

.morefears-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.backallfears {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--superdark);
  align-items: center;
  margin-bottom: -33px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.backarrow-svg {
  justify-content: center;
  align-items: center;
  width: 14px;
  display: flex;
}

.event-wrapper {
  width: 100%;
}

.eventmeta-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--darkblue);
  display: flex;
}

.event-desc {
  max-width: 500px;
  font-size: 15px;
  line-height: 160%;
}

.event-meta-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.event-empty {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hide {
  display: none;
}

.yellowborder {
  border: 1px none var(--gold);
}

.fearpage-2colgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.genspec-card {
  background-color: #1b32330a;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 27px 6px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.psi-contain {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  flex-flow: column;
  width: 900px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.psi-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.psi-cta.hide {
  display: none;
}

.footnote {
  font-size: 14px;
}

.maxwidth800 {
  max-width: 800px;
}

.ifq-intro-wrap {
  margin-top: 0;
}

.ifq-intro-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ifq-keyinsights-sec {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.ifq-keyinsights-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ifq-keyinsights-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  display: grid;
}

.ifq-insight-card {
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  text-align: left;
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 23px;
  line-height: 170%;
  display: flex;
  box-shadow: 0 20px 50px #0000000d;
}

.ifq-insight-img {
  width: 100%;
  margin-bottom: 20px;
}

.ifq-wysiwyg-sec {
  padding-top: 39px;
  padding-bottom: 39px;
}

.ifq-wysiwyg-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ifq-2col-text-top {
  padding-top: 69px;
  padding-bottom: 69px;
}

.ifq-textsec-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ifq-ts-col1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ifq-if-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.ifq-if-grid.hide {
  display: none;
}

.ifq-if-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ifq-if-li {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  text-align: left;
  border: 1px solid #f0f0f0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 23px 23px 15px;
  line-height: 130%;
  display: flex;
  box-shadow: 0 20px 50px #0000000d;
}

.ifq-if-check {
  margin-top: 0;
  display: flex;
}

.spacer-10px {
  width: 10px;
  height: 10px;
}

.ifq-grid-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.ifq-if-wrap {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
}

.carat {
  width: 12px;
  display: flex;
}

.ifq-logo {
  height: 69px;
}

.ifq-embed {
  width: 100%;
  max-width: 100%;
}

.ifq-hero-content-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  padding-top: 170px;
  padding-bottom: 220px;
  font-size: 24px;
  display: flex;
}

.gchc-hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  padding-top: 250px;
  padding-bottom: 300px;
  font-size: 24px;
  display: flex;
}

.gchc-hero-content.small {
  padding-top: 175px;
  padding-bottom: 250px;
}

.gchc-getsec {
  text-align: center;
  background-color: #f0f0f0;
  flex-direction: column;
  align-items: center;
  margin-top: -250px;
  margin-bottom: -200px;
  padding-top: 350px;
  padding-bottom: 300px;
  display: flex;
}

.gchc-sec {
  text-align: center;
  padding-top: 115px;
  padding-bottom: 0;
}

.ssif-gray {
  border-radius: var(--border-radius);
  background-color: var(--darkblue);
  color: var(--almostwhite);
  padding: 34px 61px;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
}

.gchc-q-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 150vh;
  padding-top: 193px;
  padding-bottom: 193px;
  display: flex;
  position: relative;
}

.gchc-q-wrap.hide {
  display: none;
}

.gchc-q-sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.gchc-q2 {
  max-width: 650px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 100%;
  position: relative;
  top: 100%;
}

.gchc-qs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  line-height: 100%;
  display: flex;
  position: relative;
  top: 100%;
  transform: translate(0);
}

.gchc-q-trigger {
  height: 1000vh;
  position: absolute;
  top: 80%;
  left: 0%;
  right: auto;
}

.gchc-h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 100%;
}

.gchc-section-gray {
  z-index: 3;
  background-color: #f0f0f0;
  position: relative;
}

.gchc-3step-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 121px;
  padding-bottom: 121px;
  display: flex;
}

.gchc-if-wrap {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.svg-icon-34 {
  width: 38px;
  height: 38px;
  display: flex;
}

.gchc-intro-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.gchc-circle-1 {
  aspect-ratio: 1;
  opacity: .1;
  border: 1px solid #000;
  border-radius: 100vw;
  width: 70%;
  position: absolute;
}

.overflow-hidden {
  overflow: hidden;
}

.gchc-circle-2 {
  aspect-ratio: 1;
  opacity: .2;
  border: 1px solid #000;
  border-radius: 100vw;
  width: 10%;
  position: absolute;
}

.gchc-circle-3, .gchc-circle-4 {
  aspect-ratio: 1;
  opacity: .2;
  border: 1px solid #000;
  border-radius: 100vw;
  width: 5%;
  position: absolute;
}

.gchc-mhw {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gold {
  color: var(--gold);
}

.maxwidth700 {
  max-width: 700px;
}

.gchc-btn-tag {
  opacity: 1;
  font-size: 16px;
}

.gchc-small-t {
  font-size: 18px;
}

.gchc-cta-sec {
  padding-top: 20px;
  padding-bottom: 85px;
}

.k-contact {
  width: 100%;
}

.next-wysiwyg {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.next-2col {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-2col.is--half {
  grid-template-columns: 1fr 1fr;
}

.next-intro-top, .next-intro-bot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.schedule-a-call-sec {
  background-image: linear-gradient(#091d1dab, #091d1dab), url('../images/chevs.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  min-height: 100vh;
}

.schedule-a-call-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 82px;
  display: flex;
}

.sac-calendly-embed {
  width: 100%;
}

.simple-page-logo {
  z-index: 2;
}

.blog-card-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #1b32330a;
  border: 0 solid #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 28px;
  display: flex;
}

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

.mcye-hero-sec {
  background-color: #efefef;
  padding-top: 112px;
  padding-bottom: 112px;
}

.mcye-hero-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 39px;
  padding-bottom: 39px;
  display: grid;
}

.mcye-hero-content {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blue {
  color: var(--darkblue);
}

.mcye-book-img {
  margin-left: 0;
}

.mcye-book-footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mcye-footer-book {
  z-index: 2;
  border-radius: 3px;
  width: 400px;
  position: absolute;
  left: 0;
  right: 0;
}

.mcye-book-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: relative;
}

.mcye-book-content {
  z-index: 3;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.mcye-book-sec {
  padding-top: 65px;
  padding-bottom: 65px;
}

.aboutauthor-sec {
  padding-top: 112px;
  padding-bottom: 100px;
}

.disabled {
  opacity: .71;
  pointer-events: none;
  cursor: auto;
}

.mcye-promovideo {
  width: 100%;
}

.popup {
  z-index: 999999;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  padding-top: 45px;
  padding-bottom: 45px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup-bg {
  background-color: #091d1deb;
  position: fixed;
  inset: 0%;
}

.popup-content {
  background-color: var(--white);
  width: 875px;
  max-width: 90%;
  color: var(--darkblue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  padding: 51px;
  display: flex;
  position: relative;
}

.popup-book-img {
  width: 250px;
}

.popup-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pu-content-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.popup-close {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.popup-code {
  display: none;
}

.ss-lb-link {
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-image {
  aspect-ratio: auto;
  text-align: center;
  object-fit: cover;
  width: 100%;
  max-width: 80%;
  height: 100%;
  position: absolute;
}

.lb-play {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
}

.comparison-table-sec {
  padding-top: 89px;
  padding-bottom: 89px;
}

.comparison-table-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comparison-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.header_cell {
  color: #091d1d80;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.header_cell.ss {
  background-color: var(--darkblue);
  color: #fff;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #00000008;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.row_header_cell {
  border-right: 1px solid #00000012;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 30px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.item_cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 30px;
  line-height: 150%;
  display: flex;
}

.comparison-icon {
  color: #1b32334f;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: auto;
  display: flex;
}

.comparison-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.comparison-column.highlighted {
  outline-color: var(--darkblue);
  outline-offset: 0px;
  border-radius: 8px;
  outline-width: 3px;
  outline-style: solid;
}

.faq-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq {
  border-bottom: 1px solid #79797963;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown-toggle-3 {
  white-space: pre-wrap;
  width: 100%;
  padding-left: 0;
  padding-right: 98px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: unset !important;
}

.icon-3 {
  color: var(--gold);
  margin-right: 0;
  font-size: 24px;
}

.dropdown-list {
  background-color: #0000;
  width: 90%;
  height: auto;
  position: relative;
}

.dropdown-list.w--open {
  width: 90%;
  height: auto;
  padding-right: 75px;
  position: static;
  overflow: hidden;
}

.crr-footer-cta-wrap {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.crr-inline-cta-sec {
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
}

.spacer-50px {
  width: 50px;
  height: 50px;
}

.logo-carousel-eyebrow {
  opacity: .75;
  color: var(--darkblue);
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
}

.notopmargin {
  margin-top: 0;
}

.crr-intro-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.crr-midsec {
  padding-top: 107px;
  padding-bottom: 107px;
}

.crr-midsec-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.crr-howitworks-sec {
  background-color: #efefef;
  padding-top: 98px;
  padding-bottom: 98px;
}

.crr-graph-img {
  margin-left: 0;
  transform: scale(1.3);
}

.crr-hero-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 39px;
  padding-bottom: 39px;
  display: grid;
}

.crr-intro-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--border-radius);
  background-color: var(--almostwhite);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: -108px;
  margin-bottom: 0;
  padding: 52px;
  display: flex;
}

.image-wrpa {
  width: 100%;
  height: 100%;
  position: relative;
}

._43image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.teamdata {
  text-align: center;
  flex: 0 auto;
}

.image-2 {
  text-align: center;
  max-width: 71%;
}

.ifq-textsec-second {
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.code-embed {
  width: 600px;
  min-width: 300px;
  max-width: 600px;
}

.heading {
  text-align: center;
}

.ftso-mid-h-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-bottom: 50px;
  display: flex;
}

.ftso-hero-sec {
  background-color: var(--superdark);
  color: var(--white);
  padding-top: 184px;
  padding-bottom: 184px;
  position: relative;
}

.ftso-acc-sec {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 98px;
  padding-bottom: 98px;
  display: flex;
}

.twelveshifts-sec {
  padding-top: 92px;
  padding-bottom: 92px;
}

.twelveshifts-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.twelveshifts-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.iywt-img {
  text-align: left;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: relative;
}

.ftso-lifechanging-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.twoways-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.twoway-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  text-align: left;
  background-color: #ffffff0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 34px 49px 49px;
  font-size: 16px;
  display: flex;
}

.twoways-sec {
  color: var(--white);
}

.twoways-sec-sec {
  background-image: url('../images/chevs.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 73px;
  padding-bottom: 73px;
  position: relative;
}

.ftso-hero-content {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
  position: relative;
}

.ftso-hero-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
}

.testi-sec-2 {
  z-index: 2;
  position: relative;
}

.ngls {
  opacity: .64;
  max-width: 160px;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.ftso-logo-white {
  width: 100%;
  max-width: 160px;
}

.fw-image-sec {
  padding-top: 0;
  padding-bottom: 97px;
}

.heading-2 {
  margin-bottom: 0;
}

.button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bw-hero-section {
  text-align: center;
  background-color: #1b3233;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.bw-hero-container {
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bw-headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 100;
  line-height: 1.2;
}

.bw-subheadline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.bw-cta-button {
  color: #1b3233;
  background-color: #cea42c;
  border-radius: 4px;
  padding: 16px 32px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.bw-trust-text {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.bw-problem-section {
  background-color: #fff;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.bw-problem-container {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.bw-problem-headline {
  color: #1b3233;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 100;
  line-height: 1.3;
}

.bw-problem-text {
  color: #1b3233;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.bw-problem-right-box {
  background-color: #f0f0f0;
  border-radius: 4px;
  padding: 36px;
}

.bw-problem-right-headline {
  color: #d54c2c;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bw-problem-list-item {
  color: #1b3233b3;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  display: flex;
}

.bw-problem-x-symbol {
  color: #d54c2c;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.bw-problem-callout {
  color: #1b3233;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
}

.page-content-copy {
  background-color: var(--almostwhite);
  color: var(--superdark);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  display: inline-flex;
}

.classes {
  display: none;
}

.absolute-link {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button_icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.button_icon.is-leading {
  margin-left: -.5em;
}

.button_icon.is-trailing {
  margin-right: -.5em;
}

.section_component {
  color: #00104e;
  ---mode--collection-953162e8-1180-5a3f-a721-2accb0cc8013: base;
  background-color: #fff;
}

.visual_overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.button-2 {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  ---mode--collection-953162e8-1180-5a3f-a721-2accb0cc8013: mode-091f081a-7f17-9232-1ef1-bad837792455;
  background-color: #e04c26;
  border: .0625rem solid #e04c26;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  padding: .75em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), border-color .5s cubic-bezier(.19, 1, .22, 1), color .5s cubic-bezier(.19, 1, .22, 1), background-color .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-flex;
  position: relative;
}

.button-2:hover {
  background-color: #ff7b5b;
  border-color: #ff7b5b;
  transform: translate(0, -.125rem);
}

.button-2.red-outline {
  color: #e04c26;
  ---mode--collection-953162e8-1180-5a3f-a721-2accb0cc8013: base;
  background-color: #fff0;
  border-color: #e04c26;
}

.button-2.red-outline:hover {
  color: #fff;
  background-color: #ff7b5b;
  border-color: #ff7b5b;
}

.heading-style-dynamic {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text {
  color: #00104e;
  font-size: 1rem;
}

.text-rich-text.medium {
  font-size: 1.125rem;
}

.content-group {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 64rem;
  display: flex;
  position: relative;
  align-self: auto !important;
}

.component_wrapper {
  padding-left: min(5vw - 1rem, 3.5rem);
  padding-right: min(5vw - 1rem, 3.5rem);
}

.visual_video {
  z-index: 1;
  object-fit: cover;
  background-color: #eee;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.visual_video.parallax {
  height: 110%;
  min-height: 110%;
}

.visual_video.parallax.landscape-3x2-8, .visual_video.landscape-3x2-4 {
  height: 100%;
}

.padding-global {
  padding-left: 1rem;
  padding-right: 1rem;
}

.border-radius-nest {
  border-radius: .25rem;
  display: none;
}

.border-radius-nest.medium-2 {
  border-radius: .5rem;
}

.spacer-dynamic {
  width: 100%;
  padding-top: 2rem;
}

.spacer-dynamic.small {
  padding-top: 1.5rem;
}

.content_last {
  width: 100%;
  min-width: 0;
}

.visual_image {
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  position: relative;
}

.visual_image.landscape-3x2-2 {
  height: 100%;
}

.visual_image.parallax {
  height: 110%;
  min-height: 110%;
}

.visual_image.parallax.landscape-3x2-7 {
  height: 100%;
}

.container-large {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-dynamic {
  padding-top: 7rem;
}

.visual_wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.visual_wrapper.landscape-3x2 {
  aspect-ratio: 3 / 2;
  height: 100%;
}

.section-content {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.section-content.is-card {
  padding-left: 0;
  padding-right: 0;
}

.content_first {
  width: 100%;
  min-width: 0;
}

.feature-sec {
  background-color: var(--almostwhite);
  color: var(--superdark);
  padding-top: 0;
  padding-bottom: 0;
}

.feature-sec:where(.w-variant-d5c207bb-a107-d6ff-49ee-d515f80bd02b), .feature-sec:where(.w-variant-7e5f1d65-4363-ea50-1ed6-e1c2d1b36b15) {
  background-color: var(--superdark);
  color: var(--almostwhite);
}

.feature-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.feature-grid.hide {
  display: none;
}

.feature-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section-padding {
  --_spacing---size: 8rem;
  width: 5rem;
  height: 5rem;
  min-height: 0;
}

.section-padding:where(.w-variant-21960df1-1460-d882-5986-8a5a9b4b4f25) {
  width: 7rem;
  height: 7rem;
}

.section-padding:where(.w-variant-feadc445-bd68-86ad-ee4e-ccf8e16310f1) {
  width: 9rem;
  height: 9rem;
}

.section-padding:where(.w-variant-220420c1-e4e7-9dce-8aeb-d3119ba83399) {
  width: 3rem;
  height: 3rem;
}

.section-padding:where(.w-variant-0fb942f3-06c1-8864-485e-38e5a32fc485) {
  width: 0;
  height: 0;
}

.section-padding:where(.w-variant-0647b99f-702b-c3b0-5789-a84b5dd6bf3c) {
  width: 11rem;
  height: 11rem;
}

.hero-sec {
  color: var(--almostwhite);
  background-color: #a76d6d00;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-sec:where(.w-variant-0b9deefb-defe-9e88-c7d5-3df5218b5b95) {
  color: var(--superdark);
  background-color: #efefef;
}

.hero-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: flex;
}

.hero-content.small {
  padding-top: 175px;
  padding-bottom: 250px;
}

.nav-spacer {
  height: 6rem;
}

.cta-sec {
  background-color: var(--almostwhite);
  color: var(--almostwhite);
  padding-top: 0;
  padding-bottom: 0;
}

.cta-sec:where(.w-variant-89bb8265-84c9-34b4-44c9-cf90e31b2b0b) {
  background-color: var(--superdark);
}

.cta-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  background-image: url('../images/chevs.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 81px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-rt {
  z-index: 3;
  position: relative;
}

.balance {
  text-wrap: balance;
}

.home-testi-sec-copy {
  padding-top: 66px;
  padding-bottom: 66px;
}

.testimonial-sec {
  background-color: var(--almostwhite);
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-sec:where(.w-variant-613ad5f0-0e60-7ff1-f5b7-8b41eaec36d8), .testimonial-sec:where(.w-variant-ffb7bba4-1efb-cf5b-d4d7-df572e5220ce) {
  background-color: var(--superdark);
}

.testimonial-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.centered-sec {
  background-color: var(--almostwhite);
  color: var(--superdark);
}

.centered-sec:where(.w-variant-15407f60-0bd3-17a2-a2cf-aaf06bd9df0e) {
  background-color: var(--superdark);
  color: var(--almostwhite);
}

.centered-content-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-content-rt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.full-width-image-sec {
  background-color: var(--almostwhite);
}

.full-width-image-sec:where(.w-variant-df6e5389-67ba-3003-36af-885f4851cdb8) {
  background-color: var(--superdark);
}

.threecol-sec {
  background-color: var(--almostwhite);
  color: var(--superdark);
}

.threecol-sec:where(.w-variant-f0a75323-dd30-e28d-48ae-1c46c77687cb) {
  background-color: var(--superdark);
  color: var(--almostwhite);
}

.features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features-icon {
  width: 36px;
  height: 36px;
}

.feautures-grid-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-grid-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.faq-section {
  background-color: var(--almostwhite);
  color: var(--superdark);
}

.faq-section:where(.w-variant-a3cba53b-024d-aad3-5d5c-f88164ceb454) {
  background-color: var(--superdark);
  color: var(--almostwhite);
}

.faq-item-list {
  flex-flow: column;
  width: 100%;
  margin-top: 50px;
}

.text-block-2 {
  color: unset !important;
}

.evt-hero-sec {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b3233;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 24px 80px;
  display: flex;
}

.evt-contain {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.evt-sponsors {
  color: #cea42c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 11px;
  font-weight: 600;
}

.evt-h1 {
  color: #fff;
  margin-bottom: 28px;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.12;
}

.evt-hero-sub {
  color: #ffffffe0;
  max-width: 560px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.evt-details-bar {
  grid-row-gap: 16px;
  flex-wrap: wrap;
  column-gap: 28px;
  margin-bottom: 40px;
  display: flex;
}

.evt-detail-item {
  flex-direction: column;
  row-gap: 3px;
  display: flex;
}

.evt-detail-label {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.evt-detail-value {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.evt-btn {
  color: #0f1f20;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cea42c;
  padding: 16px 36px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.evt-seats-note {
  color: #ffffff80;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
}

.evt-dark-sec {
  background-color: #0f1f20;
  padding: 80px 24px;
}

.evt-contain-narrow {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.evt-headline {
  color: #fff;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.evt-pain-grid {
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.evt-pain-item {
  background-color: #ffffff08;
  border: 1px solid #ffffff0f;
  border-left: 3px solid #cea42c;
  padding: 24px;
}

.evt-pain-text {
  color: #ffffffe0;
  font-size: 17px;
  line-height: 1.55;
}

.evt-kicker {
  color: #ffffffe0;
  max-width: 880px;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 18px;
  line-height: 1.65;
}

.evt-light-sec {
  background-color: #f7f5f2;
  flex-flow: column;
  padding: 80px 24px;
  display: flex;
}

.evt-section-tag {
  color: #cea42c;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.evt-h2-dark {
  color: #1b3233;
  max-width: 720px;
  margin-bottom: 44px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.evt-q-item {
  align-items: flex-start;
  column-gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.evt-q-icon {
  color: #cea42c;
  background-color: #cea42c1f;
  border: 1.5px solid #cea42c;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.evt-q-text {
  color: #1d1d1d;
  font-size: 17px;
  line-height: 1.55;
}

.evt-navy-sec {
  background-color: #1b3233;
  padding: 80px 24px;
}

.evt-h2-light {
  color: #fff;
  max-width: 720px;
  margin-bottom: 44px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.evt-exp-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  margin-bottom: 40px;
  display: grid;
}

.evt-exp-grid.is-3-up {
  grid-template-columns: 1fr 1fr 1fr;
}

.evt-exp-card {
  text-align: center;
  background-color: #ffffff08;
  border: 1px solid #ffffff0f;
  flex-direction: column;
  padding: 28px 24px;
  display: flex;
}

.evt-exp-card.is-live {
  text-align: left;
  background-color: #ffffff0f;
  border-color: #cea42c59;
  padding: 36px 32px;
}

.evt-exp-card.is-upcoming {
  text-align: left;
  background-color: #ffffff04;
  border-style: dashed;
  border-color: #ffffff59;
  padding: 36px 32px;
}

.evt-exp-h3 {
  color: #cea42c;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.evt-exp-p {
  color: #ffffffe0;
  flex-grow: 1;
  font-size: 17px;
  line-height: 1.6;
}

.evt-exp-note {
  color: #ffffff80;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}

.evt-speaker-grid {
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  display: grid;
}

.evt-speaker-grid.evt-speaker-grid-single {
  grid-template-columns: 1fr;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.evt-speaker-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  column-gap: 24px;
  display: flex;
}

.evt-speaker-card.evt-speaker-card-single {
  align-items: stretch;
}

.evt-speaker-photo {
  color: #cea42c;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #cea42c1f;
  background-image: url('../images/mcalister--73.jpg');
  background-position: 50%;
  background-size: cover;
  border: 2px solid #cea42c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 140px;
  height: 160px;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.evt-speaker-photo.orecchio {
  background-image: url('../images/ChrisOrecchio5499Sq.jpg');
}

.evt-speaker-photo.evt-speaker-photo-single {
  align-self: center;
}

.evt-speaker-name {
  color: #1b3233;
  text-align: center;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 600;
}

.evt-speaker-role {
  color: #cea42c;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
}

.evt-speaker-bio {
  color: #555;
  text-align: left;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.55;
}

.evt-speaker-bio.evt-speaker-bio-single {
  max-width: none;
}

.evt-who-grid {
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-bottom: 20px;
  display: grid;
}

.evt-who-h3-yes {
  color: #cea42c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
}

.evt-who-h3-no {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
}

.evt-check-item {
  color: #ffffffe0;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.evt-check-item-no {
  color: #ffffff80;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.evt-bring-note {
  color: #ffffffe0;
  background-color: #cea42c0f;
  border-left: 3px solid #cea42c;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 1.6;
}

.evt-proof-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 24px;
  display: grid;
}

.evt-proof-card {
  background-color: #fff;
  border-left: 3px solid #cea42c;
  padding: 28px;
}

.evt-proof-quote {
  color: #1d1d1d;
  margin-bottom: 12px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}

.evt-proof-cite {
  color: #5a5a5a;
  letter-spacing: .3px;
  font-size: 11px;
  font-weight: 600;
}

.evt-cta-sec {
  text-align: center;
  background-color: #0f1f20;
  padding: 100px 24px;
}

.evt-cta-h2 {
  color: #fff;
  max-width: 600px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
}

.evt-cta-sub {
  color: #ffffffe0;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 1.6;
}

.evt-price {
  color: #fff;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 700;
}

.evt-light-sec-gray {
  background-color: #f0f0f0;
  padding: 60px 24px;
}

.evt-footer {
  text-align: center;
  background-color: #0f1f20;
  border-top: 1px solid #ffffff0a;
  padding: 32px 24px;
}

.evt-footer-text {
  color: #ffffff80;
  font-size: 11px;
}

.italic-text, .text-span {
  color: #cea42c;
}

.italic-text {
  font-style: italic;
}

.text-span {
  text-decoration: none;
}

.paragraph-2 {
  position: static;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: #cea42c;
}

.vc-dark-sec {
  background-color: #1b3233;
  padding: 80px 24px;
}

.vc-light-sec {
  background-color: #f7f5f2;
  padding: 80px 24px;
}

.vc-contain {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.vc-section-tag {
  color: #cea42c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.vc-h1 {
  color: #fff;
  max-width: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
}

.vc-subhead {
  color: #fffc;
  max-width: 600px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}

.vc-lead-in {
  color: #cea42c;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.vc-form-wrap {
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vc-input {
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 4px;
  padding: 12px 16px;
  font-size: 16px;
}

.vc-btn {
  color: #1b3233;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #cea42c;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 700;
}

.vc-fine-print {
  color: #ffffff80;
  margin-top: 4px;
  font-size: 13px;
}

.vc-3col-grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
  display: grid;
}

.vc-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 28px;
  box-shadow: 0 2px 8px #0000000f;
}

.vc-card-h3 {
  color: #1b3233;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.vc-card-p {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
}

.vc-h2-white {
  color: #fff;
  max-width: 700px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.vc-h2-dark {
  color: #1b3233;
  max-width: 700px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.vc-scale-wrap {
  max-width: 500px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.vc-scale-row {
  align-items: center;
  gap: 16px;
  margin-bottom: 0;
  display: flex;
}

.vc-scale-label {
  color: #fff;
  min-width: 80px;
  font-size: 15px;
  font-weight: 600;
}

.vc-scale-line {
  background-color: #ffffff4d;
  flex-grow: 1;
  height: 2px;
  position: relative;
}

.vc-scale-line:before {
  content: "";
  border-top: 5px solid #0000;
  border-bottom: 5px solid #0000;
  border-right: 8px solid #ffffff4d;
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
  left: -6px;
}

.vc-scale-line:after {
  content: "";
  border-top: 5px solid #0000;
  border-bottom: 5px solid #0000;
  border-left: 8px solid #cea42c;
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
  right: -6px;
}

.vc-scale-label-right {
  color: #cea42c;
  text-align: right;
  min-width: 80px;
  font-size: 15px;
  font-weight: 600;
}

.vc-scale-dimension {
  color: #ffffff80;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.vc-body-white {
  color: #ffffffb3;
  max-width: 600px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6;
}

.vc-step-number {
  color: #cea42c;
  margin-bottom: 12px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.vc-step-h3 {
  color: #1b3233;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.vc-step-p {
  color: #4a5568;
  font-size: 15px;
  line-height: 1.6;
}

.vc-stat-number {
  color: #cea42c;
  text-align: center;
  margin-bottom: 16px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.vc-stat-label {
  color: #ffffffb3;
  text-align: center;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.vc-stat-body {
  color: #fff9;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.6;
}

.vc-quote-mark {
  color: #cea42c;
  margin-bottom: -16px;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
}

.vc-quote-text {
  color: #1b3233;
  text-align: center;
  max-width: 640px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-style: italic;
  line-height: 1.5;
}

.vc-quote-cite {
  color: #4a5568;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.vc-intro-text {
  color: #4a5568;
  max-width: 600px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.6;
}

.vc-section-tag-dark {
  color: #cea42c;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

.vc-footer {
  background-color: #111;
  padding: 40px 24px;
}

.vc-footer-text {
  color: #ffffff80;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.vc-hidden {
  display: none;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #cea42c;
  font-size: 14px;
}

.vc-logo {
  max-width: 140px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subscript {
  top: 100px;
  bottom: 0;
}

.evt-pullout {
  color: #1b3233;
  border-left: 2px solid #cea42c;
  max-width: 640px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.evt-pullout-dark {
  color: #fff;
  text-align: center;
  border-top: 1px solid #cea42c66;
  border-bottom: 1px solid #cea42c66;
  max-width: 720px;
  margin: 48px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.evt-body-dark {
  color: #1b3233;
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.evt-about-sec {
  background-color: #243e3f;
  border-top: 1px solid #cea42c2e;
  padding: 80px 24px;
}

.text-span-9 {
  color: #cea42c;
}

.download-link-sub {
  opacity: .78;
  color: #cea42c;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #cea42c80;
  margin-top: 16px;
  padding-bottom: 3px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.download-link-sub:hover {
  opacity: 1;
  border-bottom-color: #cea42c;
}

.evt-btn-ghost {
  color: #cea42c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #cea42c;
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.evt-btn-ghost:hover {
  color: #0f1f20;
  background-color: #cea42c;
}

.text-style-tagline-parent.text-style-tagline {
  color: #35666a;
  letter-spacing: 0;
  background-color: #c3e0e3;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.evt-hero-tagline {
  opacity: .95;
  margin-top: -.5em;
  margin-bottom: .75em;
  font-size: 1.4em;
  font-weight: 600;
}

.capacity-card {
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
}

.capacity-tag {
  color: #cea42c;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 600;
}

.capacity-en {
  color: #7a8e8f;
  margin-left: 4px;
}

.capacity-h3 {
  color: #1b3233;
  letter-spacing: -.01em;
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

.capacity-lead {
  color: #1b3233;
  margin: 8px 0 24px;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.35;
}

.is-capacity-gray {
  background-color: #eaedee;
}

.evt-btn-primary {
  color: #121f20;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-color: #cea42c;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.evt-cta-note {
  color: #b8c8c9;
  letter-spacing: .04em;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 300;
}

.book-image-hero {
  text-align: center;
  text-align: center;
  flex: 0 auto;
  grid-area: 1 / 2 / span 100;
  place-self: center;
  width: 100%;
  max-width: 460px;
}

.book-image-about {
  float: none;
  text-align: center;
  grid-area: 1 / 1 / span 100;
  place-self: center start;
  width: 100%;
  max-width: 688px;
  text-decoration: none;
  display: block;
  position: static;
}

.is-hero-grid {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) 420px;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: start stretch;
  column-gap: 64px;
  display: grid;
}

.is-about-grid {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1fr);
  grid-auto-rows: min-content;
  align-items: start;
  column-gap: 64px;
  display: block;
}

.text-span-10 {
  color: #cea42c;
}

.hero-cover-fresh {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  grid-column: 2;
  place-self: center;
  width: 100%;
  max-width: 640px;
  height: auto;
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7vw;
  }

  h2 {
    font-size: 5vw;
  }

  h3 {
    font-size: 3.5vw;
  }

  h4 {
    font-size: 3vw;
  }

  .nav-menu {
    min-height: 100vh;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-mid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--superdark);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    padding: 100px 20px 441px;
  }

  .nav-brand {
    z-index: 99;
  }

  .nav-item {
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    font-size: 32px;
  }

  .nav-item.login {
    display: none;
  }

  .nav-item.footer {
    width: auto;
    font-size: 15px;
  }

  .home-hero-sec {
    min-height: auto;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown.login {
    display: none;
  }

  .nav-dropdown.login-mobile {
    display: block;
  }

  .home-programs-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .program-card {
    justify-content: flex-start;
  }

  .homehero-video {
    top: 0;
  }

  .home-testi-sec {
    padding-top: 85px;
    padding-bottom: 27px;
  }

  .testi-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 2fr;
    align-items: center;
  }

  .image {
    aspect-ratio: auto;
    height: 100%;
  }

  .testi-p {
    font-size: 26px;
  }

  .testi-bg {
    left: 0%;
  }

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-mid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

  .footer-bottombar {
    justify-content: flex-start;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footercredits {
    max-width: none;
  }

  .newsletter-wrap {
    grid-template-columns: 1fr;
  }

  .carousel-logo {
    margin-right: 50px;
  }

  .logo-carousel-logo {
    max-width: 150px;
    max-height: 50px;
  }

  .nav-mega.w--open {
    background-color: #ffffff14;
    align-items: flex-start;
    position: relative;
  }

  .mega-menu-link {
    width: 100%;
  }

  .mega-menu-link:hover {
    background-color: #f0f0f000;
  }

  .megamenu-program-h {
    color: var(--almostwhite);
  }

  .menga-menu-carrot.no-shadow, .outline-wrap {
    display: none;
  }

  .hamburger-icon {
    padding-right: 0;
  }

  .hamburger-icon.w--open {
    background-color: #c8c8c800;
  }

  .procard-hover {
    display: none;
  }

  .h1-big {
    font-size: 9vw;
  }

  .threecol-grid {
    grid-template-columns: 1fr;
  }

  .fullwidth-img {
    height: 350px;
  }

  .impact-formula-sec {
    margin-top: -176px;
    padding-top: 200px;
  }

  .ssif {
    font-size: 24px;
    line-height: 150%;
  }

  .ssif-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .attendben-card {
    max-width: 300px;
  }

  .fullbull {
    flex-direction: column;
    align-items: flex-start;
  }

  .fullbull-divider {
    width: 100%;
    height: 2px;
  }

  .testi-card {
    padding: 28px;
    font-size: 20px;
  }

  .swiper-slide {
    width: 300px;
    min-width: 300px;
  }

  .quadrant-sec {
    margin-top: -176px;
    padding-top: 200px;
  }

  .quadrant-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .twocol-callout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .howwork-wrap {
    grid-template-columns: 1fr;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .howwork-stickycol {
    padding-right: 0;
  }

  .howwork-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sticky-dot, .howwork-fixedline {
    display: none;
  }

  .rightforyou-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .righitforyou-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-testi-img {
    max-height: 300px;
  }

  .stickytree-sec-wrap {
    grid-template-columns: 1fr;
  }

  .embed-eb-sec {
    margin-top: -176px;
    padding-top: 200px;
  }

  .eventcard {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bloglist {
    grid-template-columns: 1fr;
  }

  .blog-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fearslist {
    grid-template-columns: 1fr;
  }

  .fear-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fearpage-contain {
    max-width: 100%;
  }

  .fearpage-3colgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .fear-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .morefears-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fearpage-2colgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .psi-contain {
    max-width: 100%;
  }

  .ifq-intro-wrap {
    padding-bottom: 80px;
  }

  .ifq-keyinsights-grid {
    grid-template-columns: 1fr;
  }

  .ifq-insight-card {
    padding: 28px;
    font-size: 20px;
  }

  .ifq-wysiwyg-sec {
    padding-bottom: 75px;
  }

  .ifq-2col-text-top {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .ifq-textsec-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .ifq-if-grid {
    grid-template-columns: 1fr;
  }

  .ifq-if-li {
    padding: 23px 28px 15px;
    font-size: 20px;
  }

  .ifq-if-wrap {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .gchc-getsec {
    margin-top: -176px;
    padding-top: 200px;
  }

  .ssif-gray {
    font-size: 24px;
    line-height: 150%;
  }

  .gchc-q2, .gchc-h2 {
    font-size: 60px;
  }

  .gchc-if-wrap {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .gchc-cta-sec {
    padding-top: 85px;
    padding-bottom: 27px;
  }

  .next-2col {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .simple-page-logo {
    z-index: 99;
  }

  .blog-card-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mcye-hero-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .mcye-hero-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .mcye-book-img {
    margin-left: -122px;
  }

  .mcye-book-footer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .mcye-footer-book {
    position: relative;
  }

  .mcye-book-sec {
    padding-top: 85px;
    padding-bottom: 27px;
  }

  .aboutauthor-sec {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .cover-image {
    width: 63%;
    max-width: 100%;
    height: 100%;
    inset: 0% 15%;
  }

  .header_cell {
    font-size: 15px;
    line-height: 130%;
  }

  .comparison-row {
    grid-template-columns: 1fr 1fr;
  }

  .row_header_cell {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
  }

  .item_cell {
    font-size: 15px;
  }

  .dropdown-toggle-3 {
    text-align: left;
    white-space: pre-wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 72px;
    font-size: 24px;
    display: block;
    overflow: visible;
  }

  .dropdown-list.w--open {
    padding-right: 0;
  }

  .crr-graph-img {
    margin-left: 0;
  }

  .crr-hero-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .twelveshifts-grid {
    grid-template-columns: 1fr 1fr;
  }

  .iywt-img {
    min-height: 400px;
  }

  .twoways-grid {
    grid-template-columns: 1fr;
  }

  .twoway-content {
    width: 100%;
  }

  .ftso-hero-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .ftso-hero-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .bw-problem-container {
    grid-template-columns: 1fr;
  }

  .classes {
    display: none;
  }

  .content_last._2-column-reverse-3 {
    order: 9999;
  }

  .visual_wrapper {
    order: 1;
  }

  .section-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content_first._2-column-reverse-2 {
    order: -9999;
  }

  .feature-sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .cta-sec, .home-testi-sec-copy, .testimonial-sec {
    padding-top: 85px;
    padding-bottom: 27px;
  }

  .features-grid-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .vc-h1 {
    font-size: 36px;
  }

  .vc-3col-grid {
    grid-template-columns: 1fr;
  }

  .vc-h2-white, .vc-h2-dark {
    font-size: 28px;
  }

  .vc-stat-number {
    font-size: 56px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 9vw;
  }

  h2 {
    font-size: 6vw;
  }

  h3 {
    font-size: 5.5vw;
  }

  h4 {
    font-size: 4vw;
  }

  .nav-item {
    font-size: 32px;
  }

  .home-hero-sec {
    height: auto;
    min-height: auto;
  }

  .home-hero-wrap {
    justify-content: flex-start;
  }

  .home-hero-content {
    flex: 0 auto;
  }

  .home-programs-grid {
    grid-template-columns: 1fr;
  }

  .testi-content {
    padding: 33px;
  }

  .newsletter-sec {
    margin-top: 50px;
  }

  .lfi-hero-sec {
    height: auto;
    min-height: auto;
  }

  .lfi-hero-wrap {
    justify-content: flex-start;
  }

  .secondary-hero-content {
    flex: 0 auto;
    font-size: 18px;
  }

  .h1-big {
    font-size: 10vw;
  }

  .secondary-intro-wrap {
    padding: 30px;
  }

  .ssif {
    padding: 28px;
  }

  .plan-sec {
    padding-top: 270px;
  }

  .events-hero-content {
    flex: 0 auto;
    padding-bottom: 230px;
    font-size: 18px;
  }

  .event-intro-wrap {
    padding: 30px;
  }

  .postpage-body {
    padding-top: 159px;
    padding-bottom: 159px;
  }

  .fear-content {
    font-size: 18px;
  }

  .fear-content h3 {
    font-size: 5vw;
  }

  .fearpage-hero-content {
    flex: 0 auto;
    padding-bottom: 230px;
    font-size: 18px;
  }

  .fearpage-3col-card {
    font-size: 22px;
  }

  .fear-intro-wrap {
    padding: 30px;
  }

  .backallfears {
    margin-bottom: -60px;
  }

  .genspec-card {
    font-size: 22px;
  }

  .ifq-if-wrap {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .ifq-hero-content-2 {
    flex: 0 auto;
    padding-bottom: 230px;
    font-size: 18px;
  }

  .gchc-hero-content {
    flex: 0 auto;
    font-size: 18px;
  }

  .ssif-gray {
    padding: 28px;
  }

  .gchc-q2, .gchc-h2 {
    font-size: 40px;
  }

  .gchc-if-wrap {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .mcye-book-img {
    margin-left: -67px;
  }

  .mcye-footer-book {
    width: 100%;
  }

  .mcye-book-wrap {
    width: 100%;
    max-width: 300px;
  }

  .popup-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .comparison-table {
    grid-template-columns: 1fr 1fr;
  }

  .row_header_cell {
    height: 120px;
  }

  .item_cell {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 120px;
    padding: 18px;
    line-height: 130%;
  }

  .comparison-icon {
    margin-top: 0;
    margin-bottom: 0;
  }

  .comparison-column.first {
    display: none;
  }

  .crr-graph-img {
    margin-left: -67px;
  }

  .crr-intro-wrap {
    padding: 30px;
  }

  .section-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-sec {
    height: auto;
    min-height: auto;
  }

  .hero-wrap {
    justify-content: flex-start;
  }

  .hero-content {
    flex: 0 auto;
    font-size: 18px;
  }

  .evt-hero-sec {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .evt-h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .evt-details-bar {
    grid-template-columns: 1fr 1fr;
  }

  .evt-dark-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .evt-headline {
    font-size: 26px;
  }

  .evt-pain-grid {
    grid-template-columns: 1fr;
  }

  .evt-light-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .evt-h2-dark {
    font-size: 24px;
  }

  .evt-navy-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .evt-h2-light {
    font-size: 24px;
  }

  .evt-exp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .evt-exp-grid.is-3-up, .evt-speaker-grid, .evt-who-grid, .evt-proof-grid {
    grid-template-columns: 1fr;
  }

  .evt-cta-sec {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .evt-cta-h2 {
    font-size: 26px;
  }

  .evt-light-sec-gray {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .is-hero-grid {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 12vw;
  }

  h2 {
    font-size: 9vw;
  }

  h3 {
    font-size: 8vw;
  }

  h4 {
    font-size: 7vw;
  }

  .nav {
    height: 70px;
  }

  .nav-mid {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-brand {
    width: 160px;
    padding-left: 0;
  }

  .nav-item {
    font-size: 28px;
  }

  .home-hero-sec {
    position: relative;
  }

  .home-hero-content {
    padding-top: 132px;
  }

  .home-programs-grid {
    grid-template-columns: 1fr;
  }

  .program-card-img {
    height: 200px;
  }

  .program-card-content {
    padding: 25px;
  }

  .homehero-video {
    height: 100%;
    min-height: 100%;
    top: 0;
  }

  .home-hero-gradients {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    inset: 0%;
  }

  .program-card-meta {
    top: 20px;
    left: 20px;
  }

  .home-testi-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .testi-content {
    padding: 22px;
  }

  .testi-p {
    font-size: 20px;
  }

  .footer-bottombar {
    padding-bottom: 84px;
  }

  .newsletter-sec {
    margin-top: 50px;
  }

  .newsletter-wrap-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .carousel-logo {
    margin-right: 20px;
  }

  .logo-carousel-logo {
    max-width: 130px;
    max-height: 40px;
  }

  .hamburger-icon {
    padding-right: 0;
  }

  .secondary-hero-content {
    padding-top: 109px;
    padding-bottom: 209px;
  }

  .secondary-hero-content.small {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .h1-big {
    font-size: 14vw;
    line-height: 105%;
  }

  .secondary-intro-wrap {
    padding: 22px;
  }

  .result-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 23px;
  }

  .result-card.good-result.top-aligned {
    text-align: left;
  }

  .fullwidth-img {
    padding: 22px;
  }

  .ssif {
    padding: 23px;
  }

  .ssif-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: center;
  }

  .plan-sec {
    padding-top: 250px;
  }

  .testi-card {
    font-size: 18px;
  }

  .swiper-slide {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }

  .howwork-wrap {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .howwork-stickycol {
    padding-right: 0;
  }

  .howwork-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rightforyou-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 71px;
    padding-bottom: 71px;
  }

  .stickytree-sec-wrap {
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .eventcard {
    padding: 19px;
  }

  .events-hero-content {
    padding-top: 109px;
    padding-bottom: 163px;
  }

  .event-intro-wrap {
    padding: 22px;
  }

  .postpage-body {
    padding-top: 107px;
    padding-bottom: 107px;
  }

  .blog-card {
    padding: 19px;
  }

  .utilitypage-wrap {
    padding-top: 112px;
  }

  .fear-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fear-content h3 {
    font-size: 7vw;
  }

  .fearpage-hero-content {
    padding-top: 109px;
    padding-bottom: 163px;
  }

  .fear-card {
    padding: 19px;
  }

  .fear-intro-wrap {
    padding: 22px;
  }

  .more-fears {
    display: none;
  }

  .morefears-grid {
    grid-template-columns: 1fr;
  }

  .backallfears {
    margin-bottom: -38px;
    display: none;
  }

  .ifq-insight-card {
    font-size: 18px;
  }

  .ifq-if-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .ifq-if-li {
    font-size: 18px;
  }

  .ifq-hero-content-2 {
    padding-top: 109px;
    padding-bottom: 163px;
  }

  .gchc-hero-content {
    padding-top: 109px;
    padding-bottom: 209px;
  }

  .gchc-hero-content.small {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .ssif-gray {
    padding: 23px;
  }

  .gchc-cta-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .simple-page-logo {
    width: 160px;
    padding-left: 0;
  }

  .blog-card-2 {
    padding: 19px;
  }

  .multi-button-wrap {
    justify-content: center;
    align-items: center;
  }

  .mcye-book-img {
    margin-left: -31px;
  }

  .mcye-book-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .popup-content {
    padding: 26px;
  }

  .popup-book-img {
    width: 150px;
  }

  .cover-image {
    width: 100%;
    inset: 0%;
  }

  .item_cell {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 140px;
    font-size: 13px;
  }

  .dropdown-toggle-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.2;
  }

  .crr-graph-img {
    margin-left: -31px;
  }

  .crr-intro-wrap {
    padding: 22px;
  }

  .code-embed {
    width: 150px;
  }

  .ftso-hero-sec {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .twelveshifts-grid {
    grid-template-columns: 1fr;
  }

  .ftso-logo-white {
    max-width: 140px;
  }

  .hideonmobile {
    display: none !important;
  }

  .button-group, .button-2 {
    width: 100%;
  }

  .feature-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
  }

  .section-padding {
    width: 4rem;
    height: 4rem;
  }

  .section-padding:where(.w-variant-0647b99f-702b-c3b0-5789-a84b5dd6bf3c), .section-padding:where(.w-variant-feadc445-bd68-86ad-ee4e-ccf8e16310f1) {
    width: 6rem;
    height: 6rem;
  }

  .section-padding:where(.w-variant-21960df1-1460-d882-5986-8a5a9b4b4f25) {
    width: 5rem;
    height: 5rem;
  }

  .hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content.small {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .cta-sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-testi-sec-copy {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .testimonial-sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feautures-grid-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: center;
  }

  .evt-h1 {
    font-size: 28px;
  }

  .evt-details-bar, .evt-pain-grid, .evt-exp-grid, .evt-exp-grid.is-3-up, .evt-speaker-grid, .evt-who-grid, .evt-proof-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-_13b71a17-9d03-9cf1-0d54-a963b87ca29d-c5fd4065, #w-node-_3a9a5269-dfe3-946f-587e-07fd5d1a9a15-c5fd4065, #w-node-_50c756ef-f21c-3da9-1936-1984b2a99779-b2a99775, #w-node-_50c756ef-f21c-3da9-1936-1984b2a99781-b2a99775, #w-node-_7b1f96ba-aaba-3882-53b9-57ec6cd453fb-c5fd4066, #w-node-d6910aec-acba-5360-f788-d89c4663e3c8-c5fd4066, #w-node-_959c0f08-079d-639e-fae4-a492215739f2-c5fd4066, #w-node-_963aea4f-7089-e1be-3252-c05e3a0dde2f-c5fd4066, #w-node-ae8f1ab7-e884-023c-055e-b00471c9609b-c5fd4066, #w-node-dd5c3277-67b5-d447-88f1-2b0ab6ff15b4-c5fd4066, #w-node-_42408bfb-2f98-53fe-c1de-4224f970d9b2-c5fd4066, #w-node-_42408bfb-2f98-53fe-c1de-4224f970d9b6-c5fd4066, #w-node-_42408bfb-2f98-53fe-c1de-4224f970d9ba-c5fd4066, #w-node-a1990f85-0f7b-25c0-f697-4efce2275d75-31876297, #w-node-b10bdac2-e4ea-a076-1a60-b3e6ac07193d-31876297, #w-node-e8d6ffd0-e60c-27db-b2b6-c2d07147ce9d-31876297, #w-node-_5c290313-8eae-0a6d-4e9c-5ea0974e5523-31876297, #w-node-_5298cc37-17bf-428e-e0eb-09d75d01469c-31876297, #w-node-_5298cc37-17bf-428e-e0eb-09d75d014695-31876297, #w-node-b85d9859-1ef4-dfbb-a747-1c82322f44c6-31876297, #w-node-b85d9859-1ef4-dfbb-a747-1c82322f44cd-31876297, #w-node-_3471cdef-fc57-92e9-7546-3372998a3949-31876297, #w-node-_9e2fc8c3-7e92-140f-aef4-6055fa58b9f1-31876297, #w-node-cde969cd-f7ff-6c77-3d83-1a6c6e101cbb-31876297, #w-node-_47a68fd8-16a9-adb2-3ff7-0ee731110ebf-31876297, #w-node-_47a68fd8-16a9-adb2-3ff7-0ee731110ec0-31876297, #w-node-_47a68fd8-16a9-adb2-3ff7-0ee731110ec8-31876297, #w-node-d03d80ac-e1bf-d00a-5aca-38851fe8589a-31876297, #w-node-f9d2dccc-6442-952b-7f99-d89a46023221-31876297, #w-node-_335cad40-0c6f-e409-8fe7-680d21807828-31876297, #w-node-_42408bfb-2f98-53fe-c1de-4224f970d9b2-31876297, #w-node-_42408bfb-2f98-53fe-c1de-4224f970d9b6-31876297, #w-node-_42408bfb-2f98-53fe-c1de-4224f970d9ba-31876297, #w-node-ec8cf0cf-af5d-624b-2162-8300834e6f03-9209636b, #w-node-ec8cf0cf-af5d-624b-2162-8300834e6efb-9209636b, #w-node-ec8cf0cf-af5d-624b-2162-8300834e6eff-9209636b, #w-node-dc90ccb3-459c-d302-2eb9-69c4dc532332-9209636b, #w-node-dc90ccb3-459c-d302-2eb9-69c4dc53232a-9209636b, #w-node-dc90ccb3-459c-d302-2eb9-69c4dc53232e-9209636b, #w-node-a82a07fe-7a05-917d-3934-cb22c688fac8-a86edd33, #w-node-a82a07fe-7a05-917d-3934-cb22c688facc-a86edd33, #w-node-a82a07fe-7a05-917d-3934-cb22c688fad0-a86edd33, #w-node-f505bff7-6bc7-0113-9197-c5346bec5b96-a86edd33, #w-node-f505bff7-6bc7-0113-9197-c5346bec5b9b-a86edd33, #w-node-b1e268b9-d7b3-5049-f6b3-d53cf8e4c03c-a86edd33, #w-node-b1e268b9-d7b3-5049-f6b3-d53cf8e4c03d-a86edd33, #w-node-b1e268b9-d7b3-5049-f6b3-d53cf8e4c045-a86edd33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_182ad691-540f-d8ff-045e-66f97ba6f628-a86edd33, #w-node-_8a8386bc-795d-157c-f3b8-b7ab8ddabd91-a86edd33 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c997231-2d33-95a4-7462-a91ceae0eef3-a86edd33 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_0cb05aad-0af4-5ace-136e-9d9927454a22-a86edd33 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_7979e80c-c84d-5c5f-7fd7-d8f8f6a3c5d5-a86edd33 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-ee95b3c4-d2fa-a130-3e66-311d83e8b45f-a86edd33, #w-node-ee95b3c4-d2fa-a130-3e66-311d83e8b464-a86edd33, #w-node-d1ff54ec-2c64-60a4-7e7e-789c19370747-a86edd33, #w-node-d1ff54ec-2c64-60a4-7e7e-789c1937074c-a86edd33, #w-node-bfc8bccd-b2b1-290d-c8b8-3ec5faae4f5e-a86edd33, #w-node-bfc8bccd-b2b1-290d-c8b8-3ec5faae4f63-a86edd33, #w-node-_199c65a6-f6ff-8abd-2356-7495a43a560d-a86edd33, #w-node-_199c65a6-f6ff-8abd-2356-7495a43a5612-a86edd33, #w-node-_76a39325-4c1e-e317-9d5d-e12f153e7102-8af26f88, #w-node-_76a39325-4c1e-e317-9d5d-e12f153e710c-8af26f88, #w-node-_76a39325-4c1e-e317-9d5d-e12f153e7113-8af26f88, #w-node-_763cab57-e1cd-c909-56d1-463fb59a7793-7fe91d29, #w-node-_763cab57-e1cd-c909-56d1-463fb59a7797-7fe91d29, #w-node-_763cab57-e1cd-c909-56d1-463fb59a779b-7fe91d29, #w-node-_85a1dde9-e3b6-2e88-47a8-6a7e5ce1ec0e-7fe91d29, #w-node-_85a1dde9-e3b6-2e88-47a8-6a7e5ce1ec13-7fe91d29, #w-node-_85a1dde9-e3b6-2e88-47a8-6a7e5ce1ec18-7fe91d29, #w-node-e8d6ffd0-e60c-27db-b2b6-c2d07147ce9d-7fe91d29, #w-node-_5c290313-8eae-0a6d-4e9c-5ea0974e5523-7fe91d29, #w-node-_5298cc37-17bf-428e-e0eb-09d75d01469c-7fe91d29, #w-node-_5298cc37-17bf-428e-e0eb-09d75d014695-7fe91d29, #w-node-b85d9859-1ef4-dfbb-a747-1c82322f44c6-7fe91d29, #w-node-b85d9859-1ef4-dfbb-a747-1c82322f44cd-7fe91d29, #w-node-_2aaa4efc-c336-c500-d320-d40cbbac0743-7fe91d29, #w-node-_2aaa4efc-c336-c500-d320-d40cbbac0744-7fe91d29, #w-node-_2aaa4efc-c336-c500-d320-d40cbbac074c-7fe91d29, #w-node-_8a26a2b2-6f61-8cb0-5162-b699dd7c93c2-7fe91d29, #w-node-_56982d73-205b-dc4b-e27b-bc06bcdb07a8-17509330, #w-node-_56982d73-205b-dc4b-e27b-bc06bcdb07ad-17509330, #w-node-b1e268b9-d7b3-5049-f6b3-d53cf8e4c03c-17509330, #w-node-b1e268b9-d7b3-5049-f6b3-d53cf8e4c03d-17509330, #w-node-b1e268b9-d7b3-5049-f6b3-d53cf8e4c045-17509330, #w-node-_199c65a6-f6ff-8abd-2356-7495a43a560d-17509330, #w-node-_199c65a6-f6ff-8abd-2356-7495a43a5612-17509330, #w-node-_76a39325-4c1e-e317-9d5d-e12f153e7102-bb79f024, #w-node-_76a39325-4c1e-e317-9d5d-e12f153e710c-bb79f024, #w-node-_76a39325-4c1e-e317-9d5d-e12f153e7113-bb79f024, #w-node-_73b4aeca-7fbf-b9f7-f0ed-521f7e75955d-24c6c628 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73b4aeca-7fbf-b9f7-f0ed-521f7e75955d-24c6c628:where(.w-variant-7e5f1d65-4363-ea50-1ed6-e1c2d1b36b15) {
  order: 9999;
}

#w-node-_73b4aeca-7fbf-b9f7-f0ed-521f7e759567-24c6c628:where(.w-variant-57566215-9f46-4615-68bb-37f5936a21aa) {
  order: -9999;
}

#w-node-_461bb3d4-f7f4-3b76-6edf-47884a760c96-24c6c628, #w-node-ac8834bd-7f9f-1d38-b5a2-adb63432be44-79e4f18f, #w-node-_7a3fd716-52fd-6144-5249-04ce57205191-79e4f18f, #w-node-_6d0ca7b6-1421-2bf7-8b76-fb2dc13a0343-79e4f18f, #w-node-_4e09c633-f156-3cf9-3aca-64ed9ba21d95-79e4f18f, #w-node-_4e09c633-f156-3cf9-3aca-64ed9ba21d99-79e4f18f, #w-node-_4e09c633-f156-3cf9-3aca-64ed9ba21d9d-79e4f18f, #w-node-_7f851ac2-b470-49a7-e52f-3fe35c14b07e-79e4f18f, #w-node-_7f851ac2-b470-49a7-e52f-3fe35c14b088-79e4f18f, #w-node-_7f851ac2-b470-49a7-e52f-3fe35c14b08f-79e4f18f, #w-node-_546df9e4-8dd3-1593-9073-1eedc3c1775f-79e4f18f, #w-node-_546df9e4-8dd3-1593-9073-1eedc3c17763-79e4f18f, #w-node-_546df9e4-8dd3-1593-9073-1eedc3c17767-79e4f18f, #w-node-_218b59e0-ae3c-6a14-058c-6ee47256c29d-79e4f18f, #w-node-_2616fb24-df0d-cd20-9947-975cef37bb3d-79e4f18f, #w-node-_2616fb24-df0d-cd20-9947-975cef37bb42-79e4f18f, #w-node-_27622b7e-8718-c0c9-9bbd-423c08f94b0a-765a0584, #w-node-_27622b7e-8718-c0c9-9bbd-423c08f94b0e-765a0584, #w-node-_27622b7e-8718-c0c9-9bbd-423c08f94b12-765a0584, #w-node-_070bc73a-dce1-cc14-ca5f-ca0fe8965b55-765a0584, #w-node-_070bc73a-dce1-cc14-ca5f-ca0fe8965b5e-765a0584, #w-node-_070bc73a-dce1-cc14-ca5f-ca0fe8965b67-765a0584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cabe76f2-a557-011d-8e36-88fc43b68dc0-765a0584 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6822c644-ee09-56d7-136a-4027332a8b79-765a0584, #w-node-_57607efb-360b-0ddf-9bc3-faeb407fe30b-765a0584, #w-node-f8d90c67-b598-7db1-62c1-df9b573340ce-765a0584, #w-node-_432c2f3e-1b23-962e-4feb-2199773a5d4b-765a0584, #w-node-b638e716-40aa-c3dd-819b-bf83b3a733d1-765a0584, #w-node-_74e7845a-5d9c-6bc5-32c1-dedb8a1bd4e2-765a0584, #w-node-_5d84e91d-3122-0cb5-4e37-d4059dfea23a-765a0584, #w-node-_3d597e8e-0f44-2dc4-fd05-2fe9ff36edba-765a0584, #w-node-ccbfdb6a-ab04-dcc5-8c8e-20d60cfcd1ad-765a0584, #w-node-_9f86b214-4a46-d360-7a5c-bdb069e87f55-765a0584, #w-node-_5a1a68f8-5cd4-dc49-4428-70d1ba5775be-765a0584, #w-node-e99d348f-dae4-a336-415e-14c815eadede-765a0584, #w-node-f417a935-fc2b-10a7-1b18-0cdb8714df1b-765a0584, #w-node-f417a935-fc2b-10a7-1b18-0cdb8714df1c-765a0584, #w-node-f417a935-fc2b-10a7-1b18-0cdb8714df22-765a0584, #w-node-_5b4e3188-4bc7-5783-4231-4531902367aa-902367a6, #w-node-_5b4e3188-4bc7-5783-4231-4531902367af-902367a6, #w-node-_1c611dc7-6342-67a1-6065-d36ae6eaa195-e6eaa192 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c611dc7-6342-67a1-6065-d36ae6eaa195-e6eaa192:where(.w-variant-7e5f1d65-4363-ea50-1ed6-e1c2d1b36b15) {
  order: 9999;
}

#w-node-_1c611dc7-6342-67a1-6065-d36ae6eaa19a-e6eaa192:where(.w-variant-57566215-9f46-4615-68bb-37f5936a21aa) {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-b10bdac2-e4ea-a076-1a60-b3e6ac07193d-31876297, #w-node-_5c290313-8eae-0a6d-4e9c-5ea0974e5523-31876297, #w-node-b85d9859-1ef4-dfbb-a747-1c82322f44cd-31876297 {
    order: -9999;
  }

  #w-node-_182ad691-540f-d8ff-045e-66f97ba6f628-a86edd33, #w-node-_8a8386bc-795d-157c-f3b8-b7ab8ddabd91-a86edd33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4c997231-2d33-95a4-7462-a91ceae0eef3-a86edd33 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cb05aad-0af4-5ace-136e-9d9927454a22-a86edd33, #w-node-_7979e80c-c84d-5c5f-7fd7-d8f8f6a3c5d5-a86edd33 {
    grid-column: span 1 / span 1;
  }

  #w-node-_167d0fa5-10b8-a29f-9e1b-08c76bc0db81-a86edd33, #w-node-_5c290313-8eae-0a6d-4e9c-5ea0974e5523-7fe91d29, #w-node-b85d9859-1ef4-dfbb-a747-1c82322f44cd-7fe91d29, #w-node-_49f8c3b0-b740-8d7d-98bf-ae003cf3ec8b-7fe91d29, #w-node-_9bf85a20-4356-3d5c-691b-9e70a128af7b-24c6c628 {
    order: -9999;
  }

  #w-node-_73b4aeca-7fbf-b9f7-f0ed-521f7e75955d-24c6c628 {
    order: 9999;
  }

  #w-node-_1188dbf1-e05b-c493-107f-5b7ed9e53dc0-79e4f18f, #w-node-_9bf85a20-4356-3d5c-691b-9e70a128af7b-79e4f18f, #w-node-_71f63718-2a81-0105-983d-18622cc329d7-79e4f18f, #w-node-a3819553-a72c-6ee9-0003-bf861c0f4a72-79e4f18f, #w-node-a9f9ab2c-c7f8-f19a-27ff-dae6faf5aa1d-765a0584 {
    order: -9999;
  }

  #w-node-_1c611dc7-6342-67a1-6065-d36ae6eaa195-e6eaa192 {
    order: 9999;
  }
}


