@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.otf') format("opentype"), url('../fonts/Inter-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter beta;
  src: url('../fonts/Inter-Light-BETA.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter beta;
  src: url('../fonts/Inter-ExtraLight-BETA.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Inter beta;
  src: url('../fonts/Inter-Thin-BETA.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}

:root {
  --background-semi-opaque-grey: #1b1b1bb3;
  --royal-blue: #516dff;
  --blue-dark-1: #4159d8;
  --display-black: #111;
  --dark-slate-grey: #3f3f3f;
  --masterplan-heading-color: #242a35;
  --blue-dark-2: #3145af;
  --salmon-dark-1: #ce877b;
  --white: white;
  --black: black;
  --dark-salmon: #ffab9d;
  --light-grey-text: #8f8f8f;
  --masterplan-text-color: #576784;
}

p {
  margin-bottom: 25px;
  font-size: 20px;
}

a {
  color: #000c;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
  line-height: 1.5;
}

blockquote {
  text-align: center;
  border-left: 5px solid #e2e2e2;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 100px;
  font-family: Inter beta, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  line-height: 1.5;
}

.dot-matrix {
  z-index: 2;
  background-image: url('../images/matrix-of-dots.png');
  background-position: 15px -3px;
  background-size: 40px;
  position: absolute;
  inset: 0;
}

.item-1 {
  background-color: #e0e5e9;
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-left: 60px;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 10px #0003;
}

.item-1:hover {
  box-shadow: 0 10px 40px #0000004d;
}

.home-feature-text {
  z-index: 5;
  text-decoration: none;
}

.home-feature-text._100-width {
  width: 100%;
}

.subtitle {
  z-index: 20;
  color: #253c46;
  width: 60%;
  font-family: Inter beta, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  text-decoration: none;
  position: relative;
}

.subtitle.subtitle-v2-long {
  margin-top: 20px;
}

.body {
  font-family: Inter, sans-serif;
  line-height: 1;
}

.image-in-item-1 {
  z-index: 1;
  height: 400px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 4%;
}

.image-in-item-3 {
  z-index: 1;
  height: 450px;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0%;
}

.noise-layer {
  z-index: 4;
  opacity: .08;
  background-image: url('../images/noise-giphy.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 240px;
  background-attachment: fixed;
  position: absolute;
  inset: 0;
}

.image-in-item-2 {
  z-index: 1;
  height: 400px;
  position: absolute;
  inset: 0% 3% auto auto;
}

.section-3 {
  background-image: linear-gradient(#1d1d1db3, #1d1d1db3), url('../images/cover-pic.jpg');
  background-position: 0 0, 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100vh;
  box-shadow: 0 1px 10px #000;
}

.section-3.sticky {
  background-image: linear-gradient(#1b1b1bb3, #1b1b1bb3), url('../images/cover-pic.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  top: 0;
  box-shadow: 8px 8px 50px -7px #000000a6;
}

.body-2 {
  font-family: Open Sans, sans-serif;
  line-height: 1;
}

.nav-item-long-version {
  color: #fff;
  margin-left: 100px;
  margin-right: 100px;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

.hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/header-2-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.written-title {
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.4;
}

.written-title.on-home-page {
  text-align: center;
  letter-spacing: -.5px;
  font-size: 40px;
}

.card {
  z-index: auto;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7%;
  padding-bottom: 7%;
  position: relative;
  top: -50px;
  box-shadow: 0 7px 20px #00000026;
}

.written-subtitle {
  opacity: .6;
  font-size: 26px;
}

.written-subtitle.on-home-page {
  opacity: .75;
  color: #ddd;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4;
}

.navbar-2 {
  background-color: #2229;
  width: 100%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.navlink {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-weight: 600;
  display: flex;
}

.navlink:hover {
  background-color: var(--blue-dark-1);
}

.website-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.website-container.hero-home-page-subclass {
  z-index: 8;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.website-container.website-container-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-div-block {
  flex-direction: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 200px;
  display: grid;
}

.social-media-item {
  filter: grayscale();
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250%;
  height: 250px;
  padding-top: 80px;
  padding-bottom: 60px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.social-media-item:hover {
  z-index: 1;
  filter: grayscale(0%);
  position: relative;
  transform: scale(1.05);
  box-shadow: 0 40px 80px #00000026;
}

.social-media-item-text {
  color: var(--display-black);
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}

.sticky-container {
  height: 175vh;
}

.tv-outline-layer {
  z-index: 6;
  border: 6px solid #000;
  position: absolute;
  inset: 0;
}

.button {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  display: flex;
}

.button:hover {
  background-color: var(--blue-dark-1);
}

.button.left {
  background-color: #0000;
  border: 2px solid #fff;
  margin-left: 0%;
}

.button.left:hover {
  background-color: #75757559;
}

.button.button-no-margin {
  margin-left: 0;
}

.button-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 65px;
  display: flex;
}

.hh-text {
  color: var(--display-black);
  text-align: center;
  max-width: 700px;
  margin-top: 50px;
  margin-bottom: 150px;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

.hh-text.online-in-these-places {
  margin-bottom: 50px;
}

.hh-text.hh-100-down {
  margin-bottom: 100px;
}

.footer-section {
  background-color: var(--display-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: block;
}

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

.footer-links {
  margin-top: 40px;
}

.footer-link-item {
  color: #fff;
  padding: 20px;
  text-decoration: none;
}

.footer-link-item:hover {
  background-color: var(--royal-blue);
}

.text-block-2 {
  font-weight: 600;
}

.newsletter-wrapper {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  bottom: 170px;
  box-shadow: 0 7px 10px #00000026;
}

.form {
  border-radius: 0;
  height: 65px;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #202020;
  border: 1px solid #0000;
  border-radius: 0;
  width: 100%;
  height: 65px;
  margin-bottom: 20px;
}

.text-field:hover {
  background-color: var(--masterplan-heading-color);
}

.text-field:focus {
  background-color: var(--royal-blue);
  color: #fff;
}

.text-field::placeholder {
  color: #ffffff80;
}

.submit-button {
  background-color: var(--blue-dark-1);
  color: #0000;
  background-image: url('../images/share-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  border: 1px solid #0000;
  width: 65px;
}

.submit-button:hover {
  background-color: var(--blue-dark-2);
}

.text-block-3 {
  color: #fff;
  flex: none;
  margin-right: 50px;
  font-size: 24px;
}

.form-block {
  order: 1;
  width: 50%;
  margin-bottom: 0;
}

.nav-links-wrapper {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.masterplan-footer-line {
  background-color: #d4d4d4;
  width: 50%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.quotes-item {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.quote-author-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.quote-author-picture {
  background-image: url('../images/matthew-prince-picture.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  width: 50px;
  height: 50px;
}

.quote-author-picture.aytekin-tank {
  background-image: url('../images/aytekin-tank-picture.jpg');
  background-size: cover;
}

.quote-author-picture.sage-duvall-saasx {
  background-image: url('../images/Sage-Duvall-picture.jpeg');
  background-size: cover;
}

.quote-author-picture.jamieson-becker {
  background-image: url('../images/jamieson-becker-picture.jpeg');
  background-size: cover;
}

.quote-author {
  margin-left: 15px;
}

.author-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.text-block-9 {
  text-align: center;
  font-family: Inter beta, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5;
}

.company-logo {
  width: 90px;
  height: auto;
}

.company-logo.smaller {
  width: 74px;
}

.quotes-tabs {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.tab-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link {
  opacity: .4;
  filter: grayscale();
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 90px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 6px 15px -8px #0000002e;
}

.tab-link:hover {
  border: 1px solid var(--royal-blue);
  opacity: 1;
  filter: grayscale(0%);
  background-color: #fff;
}

.tab-link.w--current {
  border: 1.4px solid var(--royal-blue);
  opacity: 1;
  filter: grayscale(0%);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: scale(1);
  box-shadow: 6px 6px #516dff38, 0 6px 15px -8px #4159d836;
}

.tabs-content {
  margin-top: 100px;
}

.masterplan-author-picture {
  background-image: url('../images/professional-headshot-ch-daniel-black-and-white-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}

.masterplan-author-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.masterplan-author {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

.masterplan-header-info-subtitle {
  color: #a3a3a3;
  text-align: center;
  font-weight: 300;
}

.card-content {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.body-of-text {
  margin-top: 40px;
}

.masterplan-paragraph {
  color: var(--masterplan-heading-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

.masterplan-paragraph.list {
  padding-left: 20px;
}

.masterplan-heading-1 {
  color: var(--masterplan-heading-color);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.masterplan-header {
  color: #fff;
  text-align: center;
  width: 60%;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
}

.masterplan-heading-4 {
  color: var(--masterplan-heading-color);
  letter-spacing: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.listed-item-div {
  flex-flow: row;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.ending-masterplan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  height: 90px;
}

.section-4 {
  position: relative;
}

.link-side-console {
  color: #333;
  background-color: #fff;
  width: 100%;
  padding: 15px 30px;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
}

.link-side-console:hover {
  background-color: #f3f3f3;
}

.link-side-console.w--current {
  background-color: var(--royal-blue);
  color: #fff;
}

.link-side-console.bottom-tab {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.link-side-console.top-tab {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.side-console-sticky-wrapper {
  z-index: 10;
  position: sticky;
  top: 0;
}

.masterplan-side-console-3 {
  z-index: 11;
  border-radius: 8px;
  width: 15%;
  min-width: 100px;
  margin-top: 40px;
  margin-right: 2%;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 10px 20px -2px #00000040;
}

.subscribe-button {
  background-color: var(--royal-blue);
  color: #fff;
  cursor: pointer;
  align-items: center;
  height: 65px;
  padding: 12px 47px;
  font-weight: 600;
  display: flex;
}

.subscribe-button:hover {
  background-color: var(--blue-dark-1);
}

.newsletter-block-always-visible {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.newsletter-block-invisible {
  width: 100%;
  overflow: hidden;
}

.form-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-button-form {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  align-self: center;
  align-items: center;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 12px 47px;
  font-weight: 600;
}

.submit-button-form:hover {
  background-color: #75757559;
}

.form-block-2 {
  margin-bottom: 0;
}

.error-message {
  background-color: var(--salmon-dark-1);
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5;
}

.success-message {
  color: #fff;
  background-color: #3f3f3f;
}

.text-block-11 {
  font-size: 16px;
  line-height: 1.4;
}

.image-5 {
  height: 85px;
  margin-top: 30px;
}

.media-features-wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-2 {
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.media-list-item {
  filter: none;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.image-6 {
  width: 100%;
}

.image-6.resized-smaller {
  width: 60%;
}

.image-7 {
  opacity: .15;
  width: 28px;
}

.quotes-marks-block {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icnavbar {
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.iclogo {
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.icnavlink {
  color: #3333338c;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.icnavlink:hover {
  color: var(--royal-blue);
  text-decoration: none;
}

.text-block-12 {
  font-weight: 500;
}

.ic-logo {
  width: 196px;
}

.ic-navlink-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-media-list-item {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  transition: all .2s;
  display: flex;
}

.link-block-media-list-item:hover {
  border: 1.4px solid var(--royal-blue);
  border-radius: 4px;
  box-shadow: 6px 6px #516dff38;
}

.media-list-item-hover {
  background-color: #fff;
  border-radius: 6px;
  min-width: 300px;
  min-height: 100px;
  padding: 20px;
  display: none;
  position: absolute;
  bottom: 85px;
  box-shadow: 0 3px 10px -2px #0003;
}

.hover-media-list-text {
  font-size: 14px;
}

.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;
}

.wc {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wc.wc-navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}

.navbar-jul-2020 {
  background-color: #fff;
  width: 100%;
}

.body-6 {
  color: #000c;
  margin-bottom: 100px;
  padding-bottom: 100px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.brand-2 {
  color: #aaa;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s;
}

.brand-2:hover {
  color: #333;
}

.navlink-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.hh {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 580px;
  margin-top: 100px;
  display: flex;
}

.h2 {
  letter-spacing: -2px;
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
}

.h3 {
  letter-spacing: -1.5px;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
}

.h4 {
  letter-spacing: -1px;
  margin-top: 0;
  font-size: 34px;
  font-weight: 700;
}

.project-wrapper {
  color: #000c;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  box-shadow: 0 6px 30px -5px #0000000d, 0 1px 4px #0000001a;
}

.project-wrapper:hover {
  transform: translate(0, -10px);
  box-shadow: 0 10px 50px -2px #00000026, 0 1px 4px #0000001a;
}

.project-pic {
  width: 40px;
  height: 40px;
}

.project-title-description {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.project-description {
  color: #888;
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.5;
}

.project-pic-wrapper {
  border-radius: 8px;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 30px;
}

.project-pic-wrapper.dark-wrapper {
  background-color: #121426;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-pic-wrapper.dark-wrapper.black {
  background-color: #000;
}

.project-pic-wrapper.dark-wrapper.chgb-purple-bg {
  background-color: #1f46df;
}

.project-pic-wrapper.white-wrapper {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 10px #0000001a;
}

.project-pic-wrapper.white-wrapper.ic-text {
  font-size: 21px;
  font-weight: 600;
}

.project-pic-wrapper.li-wrapper {
  background-image: url('../images/LI-Icon.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-pic-wrapper.synergy-wrapper {
  background-image: url('../images/Synergy-Icon.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #eee;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 10px #0000001a;
}

.project-pic-wrapper.tba-wrapper {
  background-image: url('../images/TBA-Icon.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #eee;
  border-radius: 19px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 10px #0000001a;
}

.project-pic-wrapper.reddit-wrapper {
  background-color: #ff4500;
  background-image: url('../images/Reddit-Icon-SVG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 46px;
  border: 1px solid #eee;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 3px 10px #0000001a;
}

.project-pic-wrapper.podcast {
  justify-content: center;
  align-items: center;
  font-size: 36px;
  display: flex;
}

.text-block-13 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

.brand-3 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.brand-3:hover {
  color: var(--royal-blue);
}

.main-section {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}

.main-section.baby-blue-section {
  background-color: #f4f8fe;
}

.item-v2 {
  background-color: #e0e5e9;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 300px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  text-decoration: none;
  transition: transform .4s, box-shadow .4s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 10px #0003;
}

.item-v2:hover {
  transform: translate(0, -12px);
  box-shadow: 0 10px 40px #0000004d;
}

.item-v2.baby-blue-item {
  background-color: #e6f2fe;
}

.item-v2.light-grey-item {
  background-color: #e8e8e8;
}

.item-v2.chgb-item {
  background-color: #efefef;
}

.item-v2.chg-building-2-item {
  background-color: #e1e9fd;
}

.item-v2.reddit-grey-item {
  background-color: #edecf1;
}

.item-v2.social-podium-item {
  background-color: #fadcdc;
  display: none;
}

.item-v2.chgb-item-white {
  background-color: #fff;
}

.item-v2.synergy-item {
  background-color: #ebebeb;
}

.item-v2.tt-item {
  background-color: #ececec;
}

.item-v2.podcast-item {
  background-color: #ebebe9;
}

.item-v2.gsf-item {
  background-color: #ece9e7;
}

.item-v2._1-min-club-item {
  background-color: #dfdcd3;
}

.item-v2.confirmer-item {
  background-color: #fcfefe;
}

.item-v2.ic-item {
  background-color: #f2f3f5;
}

.item-v2.grey-for-pen {
  background-color: #f3f4f6;
}

.big-title-copy-v2 {
  color: #2b2b2b;
  width: 60%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.big-title-copy-v2.a-bit-bigger {
  width: 65%;
}

.options-grid-updated {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.image-in-chg {
  z-index: 1;
  height: 350px;
  position: absolute;
  inset: auto 0% -5px auto;
}

.image-in-item-2-copy {
  z-index: 1;
  height: 340px;
  position: absolute;
  inset: auto 3% 0% auto;
}

.image-chgb {
  z-index: 1;
  height: 450px;
  position: absolute;
  inset: auto -30px 0% auto;
}

.reddit-stats-image {
  z-index: 1;
  height: 340px;
  position: absolute;
  inset: auto 0 0 auto;
}

.social-podium-pic {
  z-index: 1;
  max-height: 590px;
  position: absolute;
  inset: 0 -80px auto auto;
}

.building-chgb {
  z-index: 1;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 120px;
}

.image-synergy {
  z-index: 1;
  height: 380px;
  position: absolute;
  inset: -90px 0 0 auto;
}

.tt-image {
  z-index: 1;
  height: 340px;
  position: absolute;
  inset: auto -30px 0% auto;
}

.podcast-image {
  z-index: 1;
  height: 340px;
  position: absolute;
  inset: auto -100px -10% auto;
}

.gsf-image {
  z-index: 1;
  height: 370px;
  position: absolute;
  inset: auto -60px 0% auto;
}

._1mc-image {
  z-index: 1;
  height: 420px;
  position: absolute;
  inset: auto 0 -20% auto;
}

.confirmer-image {
  z-index: 1;
  height: 340px;
  position: absolute;
  inset: auto -140px 20px auto;
}

.body-7 {
  background-color: #636363;
}

.utility-page-wrap-2 {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-198 {
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
}

.div-block-200 {
  font-size: 16px;
  line-height: 1.5;
}

._404-hp-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  min-width: 270px;
  margin-top: 20px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

._404-hp-link-block:hover {
  background-color: #ccc;
}

._404-hp-link-block.hp-synergy-blue {
  color: #fff;
  background-color: #1f46df;
}

._404-hp-link-block.hp-synergy-blue:hover {
  background-color: #1938b2;
}

.body-8 {
  line-height: 1.1;
}

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

.image-in-item-3-copy {
  z-index: 1;
  height: 450px;
  position: absolute;
  top: -23%;
  left: auto;
  right: 0%;
}

.link-button {
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 500;
}

.link-button:hover {
  background-color: #00000014;
}

.link-button.mt-10 {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
}

.divider {
  background-color: #ddd;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.rte a {
  border-bottom: 3px solid #bdd9ff;
  transition: all .2s;
  display: inline-block;
}

.rte a:hover {
  background-color: #bdd9ff;
}

@media screen and (max-width: 991px) {
  .image-in-item-1 {
    right: 2%;
  }

  .image-in-item-2 {
    top: auto;
    bottom: 0%;
    right: 2%;
  }

  .section-3.sticky {
    background-image: linear-gradient(#1b1b1bb3, #1b1b1bb3), url('../images/cover-pic.jpg');
    background-position: 0 0, 50%;
  }

  .card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hh-text {
    font-size: 50px;
  }

  .quotes-item {
    width: 80%;
  }

  .link-side-console {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    display: flex;
  }

  .link-side-console.bottom-tab {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .link-side-console.top-tab {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .side-console-sticky-wrapper {
    height: 65px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: scroll;
    box-shadow: 7px 7px 20px -2px #00000040;
  }

  .masterplan-side-console-3 {
    flex-direction: row;
    place-content: stretch flex-start;
    align-items: flex-start;
    width: 200vw;
    height: 100%;
    margin-top: 0;
    margin-right: 0%;
    display: flex;
    inset: 0% 0% auto;
  }

  .image-in-chg {
    right: -40px;
  }

  .image-in-item-2-copy {
    right: 10px;
  }

  .image-chgb {
    right: -50px;
  }

  .reddit-stats-image {
    height: 400px;
  }

  .social-podium-pic {
    top: 0;
    bottom: 0%;
  }

  .building-chgb {
    right: 80px;
  }

  .tt-image {
    right: -100px;
  }

  .gsf-image {
    right: -130px;
  }

  .confirmer-image {
    right: -200px;
  }
}

@media screen and (max-width: 767px) {
  .subtitle {
    width: 70%;
  }

  .image-in-item-1 {
    bottom: 0;
    right: -120px;
  }

  .image-in-item-3, .image-in-item-2 {
    right: -140px;
  }

  .written-title {
    font-size: 50px;
  }

  .written-title.on-home-page {
    font-size: 28px;
  }

  .card {
    border-radius: 0;
    width: 100%;
  }

  .written-subtitle {
    font-size: 24px;
  }

  .written-subtitle.on-home-page {
    font-size: 20px;
  }

  .social-media-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-item {
    height: 200px;
  }

  .sticky-container {
    height: 140vh;
  }

  .tv-outline-layer {
    display: none;
  }

  .button {
    margin-left: 5%;
  }

  .button-wrapper {
    top: 60px;
  }

  .hh-text {
    font-size: 36px;
  }

  .newsletter-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: -213px;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 20px;
  }

  .form-block {
    width: 100%;
  }

  .quotes-item {
    width: 80%;
  }

  .quotes-tabs {
    padding-bottom: 0;
  }

  .tab-menu {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .tab-link {
    margin-top: 20px;
  }

  .masterplan-paragraph {
    font-size: 15px;
  }

  .masterplan-heading-1 {
    font-size: 28px;
  }

  .masterplan-header {
    width: 80%;
  }

  .newsletter-block-always-visible {
    flex-direction: column;
  }

  .image-5 {
    height: 60px;
  }

  .quotes-marks-block {
    width: 100%;
  }

  .h2 {
    font-size: 36px;
  }

  .h4 {
    font-size: 24px;
  }

  .project-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .project-pic-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .big-title-copy-v2 {
    width: 70%;
    font-size: 32px;
  }

  .options-grid-updated {
    grid-row-gap: 30px;
  }

  .image-in-chg {
    right: -150px;
  }

  .image-in-item-2-copy {
    bottom: -10%;
    right: -170px;
  }

  .image-chgb {
    right: -190px;
  }

  .reddit-stats-image {
    right: -140px;
  }

  .social-podium-pic {
    right: -150px;
  }

  .building-chgb {
    right: 0;
  }

  .image-synergy {
    right: -130px;
  }

  .tt-image {
    right: -250px;
  }

  .podcast-image {
    right: -189px;
  }

  .gsf-image {
    right: -250px;
  }

  ._1mc-image {
    bottom: -10%;
    right: -140px;
  }

  .confirmer-image {
    right: -300px;
  }

  .image-in-item-3-copy {
    right: -12%;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 18px;
  }

  blockquote {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 26px;
  }

  .item-1 {
    height: 440px;
    padding-left: 20px;
  }

  .home-feature-text {
    min-width: 0;
  }

  .subtitle {
    font-size: 16px;
  }

  .subtitle.subtitle-v2-long {
    width: 90%;
  }

  .image-in-item-1 {
    bottom: 0;
    right: -136px;
  }

  .image-in-item-3 {
    right: -178px;
  }

  .image-in-item-2 {
    right: -160px;
  }

  .section-3.sticky {
    background-image: linear-gradient(to bottom, var(--background-semi-opaque-grey), var(--background-semi-opaque-grey)), url('../images/cover-pic.jpg');
    background-position: 0 0, 40%;
  }

  .written-title.on-home-page {
    font-size: 23px;
  }

  .social-media-item {
    height: 180px;
  }

  .button {
    width: 100%;
    height: 60px;
    margin-top: 15px;
    margin-left: 0%;
  }

  .button.left {
    width: 100%;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    top: 45px;
  }

  .hh-text {
    margin-bottom: 100px;
  }

  .footer-link-item {
    padding-left: 19px;
    padding-right: 19px;
  }

  .text-block-3 {
    line-height: 1.4;
  }

  .quotes-item {
    width: 88%;
  }

  .text-block-9 {
    font-size: 24px;
  }

  .company-logo {
    width: 70px;
  }

  .company-logo.smaller {
    width: 50px;
  }

  .tab-menu {
    width: auto;
  }

  .tab-link {
    width: 130px;
    height: 78px;
  }

  .masterplan-heading-4 {
    letter-spacing: 7px;
    font-size: 18px;
  }

  .media-list-item {
    width: 132px;
    height: 41px;
  }

  .image-7 {
    width: 18px;
  }

  .ic-logo {
    width: 160px;
  }

  .project-wrapper {
    padding: 30px;
  }

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

  .item-v2 {
    padding-left: 20px;
  }

  .big-title-copy-v2 {
    width: 90%;
    font-size: 26px;
  }

  .image-in-item-2-copy {
    right: -205px;
  }

  .image-chgb {
    height: auto;
    right: -190px;
  }

  .reddit-stats-image {
    bottom: -80px;
    right: -180px;
  }

  .social-podium-pic {
    top: auto;
    right: -178px;
  }

  .building-chgb {
    height: 360px;
    right: -50px;
  }

  .image-synergy {
    height: 410px;
    right: -178px;
  }

  .tt-image {
    right: -210px;
  }

  .podcast-image {
    bottom: -15%;
    right: -190px;
  }

  .gsf-image {
    height: 230px;
    right: -130px;
  }

  ._1mc-image {
    right: -178px;
  }

  .confirmer-image {
    height: 230px;
    right: -186px;
  }

  .image-in-item-3-copy {
    right: -110px;
  }
}

#w-node-_06cf5b2b-1f05-0bbc-45a4-caeb2a678dd4-fae77ff0:hover {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06cf5b2b-1f05-0bbc-45a4-caeb2a678ddb-fae77ff0 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_06cf5b2b-1f05-0bbc-45a4-caeb2a678de2-fae77ff0 {
  grid-area: 4 / 1 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_06cf5b2b-1f05-0bbc-45a4-caeb2a678de2-fae77ff0 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06cf5b2b-1f05-0bbc-45a4-caeb2a678dd4-fae77ff0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e594a751-a9ed-abd1-aa20-62dd787a2c3b-fae77ff0 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e0a60c52-72a9-c9f6-b87f-fc540a2329c6-fae77ff0 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.otf') format('opentype'), url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-Light-BETA.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-ExtraLight-BETA.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter beta';
  src: url('../fonts/Inter-Thin-BETA.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}