:root {
  --medium-sea-green: #5ab963;
  --white: white;
  --dark-grey: #b3b3b3;
  --bg-grey: #fafafa;
  --blackish: #202020;
  --black: black;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 146px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  background-image: url('../images/naked_hero.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 860px;
  margin-top: -146px;
  padding: 210px 30px 120px;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 6px;
  width: auto;
  margin-left: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Salmond, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #fff;
  background-color: #999;
}

.header-content {
  perspective: 2000px;
  text-align: center;
  max-width: 1114px;
}

.h1 {
  aspect-ratio: auto;
  color: #fff;
  letter-spacing: -1px;
  object-fit: fill;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Salmond, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  position: static;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  text-transform: none;
  flex-flow: row;
  justify-content: flex-start;
  max-width: 867px;
  margin-left: auto;
  margin-right: auto;
  font-family: Salmond, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  background-color: var(--white);
  color: #000;
  border-radius: 4px;
  margin-top: 50px;
  padding: 8px 52px;
  font-family: Salmond, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.h2 {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 0;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.separator.cc-background-blackish {
  background-color: var(--blackish);
}

.separator.cc-background-black {
  background-color: var(--black);
}

.line-color {
  background-color: #000;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: rgba(0, 0, 0, 0);
}

._2-row-image {
  align-self: auto;
  width: 60%;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  width: 40%;
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
}

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .7);
}

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 rgba(0, 0, 0, 0);
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  font-family: Salmond, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  display: block;
}

.nav-link.w--current {
  color: #fff;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.vector {
  background-color: #000;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 33.3%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-2 {
  color: #fff;
  width: auto;
  font-family: Salmond, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.heading {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-weight: 600;
}

.highlight-heading-dark {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.heading-3, .heading-4 {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.sub-heading-light {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Salmond, sans-serif;
  font-size: 17px;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.feature-text-right {
  width: 40%;
  margin-left: 80px;
}

.feature-text-left {
  width: 40%;
  margin-right: 80px;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/placeholder-choice.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.feature-grid-column-left {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 50%;
  margin-right: 0;
  padding: 35px 60px;
}

.feature-grid-column-right {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 50%;
  height: auto;
  margin-left: 0;
  padding: 35px 40px;
}

.feature-grid-text {
  color: #fff;
  border: 0 #fff;
  border-radius: 8px;
  flex-flow: row;
  height: auto;
  padding: 0;
  font-family: Salmond, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
}

.paragraph-4 {
  color: #fff;
  flex-flow: row;
  display: block;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 12px;
  display: flex;
}

.sub-heading-dark {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Salmond, sans-serif;
  font-size: 17px;
}

.heading-dark {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.paragraph-5 {
  color: #fff;
  padding-bottom: 40px;
  font-family: Salmond, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

.paragraph-6 {
  padding-bottom: 20px;
  font-family: Salmond, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

.heading-6 {
  font-family: Salmond, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Salmond, sans-serif;
}

.div-block-5 {
  margin-bottom: 60px;
}

.paragraph-7 {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.div-block-6 {
  width: 60%;
  margin-right: 60px;
}

.div-block-7 {
  width: 50%;
}

.section-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-7 {
  font-family: Salmond, sans-serif;
  font-weight: 600;
}

.founder-write-up-more {
  padding-bottom: 40px;
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.section-7 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: url('../images/placeholder-mission.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  min-height: 305px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-9 {
  max-width: 1170px;
}

.paragraph-9 {
  color: #fff;
  -webkit-text-stroke-color: var(--white);
  font-family: Salmond, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
}

.section-8 {
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.div-block-10 {
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-10 {
  padding-bottom: 40px;
  font-family: Salmond, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.25em;
}

.section-button-light {
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Salmond, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.section-button-light:hover {
  background-color: #999;
}

.image-3 {
  margin-bottom: 30px;
}

.section-9 {
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.text-block-6 {
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Salmond, sans-serif;
}

.button-3 {
  background-color: #000;
  border-radius: 6px;
}

.section-10 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
}

.heading-light {
  padding-bottom: 35px;
  font-family: Salmond, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.paragraph-11 {
  padding-bottom: 20px;
  font-family: Salmond, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5em;
}

.section-11 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-11 {
  max-width: 1170px;
}

.bold-text {
  font-family: Salmond, sans-serif;
  font-size: 18px;
}

.highlight-subheading-2-light {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Salmond, sans-serif;
  font-size: 16px;
}

.heading-8 {
  font-family: Salmond, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.highlight-caption-2 {
  font-family: Salmond, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-12 {
  flex-flow: row;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-13 {
  width: 25%;
}

.section-14 {
  background-color: #202020;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  display: flex;
}

.heading-9 {
  color: #fff;
}

.section-15 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-14 {
  width: 100%;
  max-width: 1170px;
}

.list, .list-item, .list-item-2, .list-item-3 {
  font-family: Salmond, sans-serif;
}

.paragraph-12 {
  padding-bottom: 35px;
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.section-16 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-15 {
  width: 100%;
  max-width: 1170px;
}

.col-first, .div-block-17, .div-block-18, .div-block-19 {
  width: 50%;
}

.feature-heading, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
  font-family: Salmond, sans-serif;
}

.section-17 {
  background-color: #171616;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-20 {
  width: 100%;
  max-width: 1170px;
}

.footer-copyright {
  color: #fff;
  padding-bottom: 40px;
  font-family: Salmond, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-18 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 60px;
  font-family: Salmond, sans-serif;
  font-size: 13px;
}

.button-4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 10px;
}

.text-block-9 {
  color: #fff;
  font-family: Salmond, sans-serif;
}

.text-block-10 {
  font-family: Salmond, sans-serif;
}

.top-navigation {
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-links {
  color: #fff;
  letter-spacing: 1px;
  font-family: Salmond, sans-serif;
  font-size: 12px;
}

.div-block-21 {
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 63px;
  display: flex;
}

.header-subheading {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Salmond, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.highlight-subheading-light {
  padding-bottom: 8px;
  font-family: Salmond, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
}

.highlight-caption {
  font-family: Salmond, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.section-heading-1 {
  width: auto;
  font-family: Salmond, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.paragraph-19 {
  padding-bottom: 20px;
  font-family: Salmond, sans-serif;
  font-size: 21px;
  line-height: 1.5em;
}

.column-feature-heading {
  padding-bottom: 8px;
  font-family: Salmond, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.column-feature-text {
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.feature-block-vertical {
  margin-bottom: 20px;
}

.div-block-22 {
  width: 100%;
  max-width: 1170px;
}

.feature-text-left-2 {
  width: 50%;
  margin-right: 40px;
}

.paragraph-20 {
  padding-bottom: 20px;
  font-family: Salmond, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25em;
}

.heading-10 {
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.column-feature-heading-2 {
  font-family: Salmond, sans-serif;
  font-size: 22px;
}

.column-feature-text-2 {
  font-family: Salmond, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
}

.feature-text-right-2 {
  width: 50%;
  margin-left: 80px;
}

.column-image-left-2 {
  width: 50%;
  margin-right: 0;
}

.div-block-23 {
  flex-flow: row;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.footer-copyright-left {
  width: 50%;
}

.footer-copyright-right {
  text-align: right;
  width: 50%;
}

.section-19 {
  background-color: #202020;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-21 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.section-button-dark {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 48px;
  font-family: Salmond, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.section-button-dark:hover {
  mix-blend-mode: normal;
  background-color: #999;
}

.featured-block-image-left, .featured-block-image-right {
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin-bottom: 40px;
  display: flex;
}

.section-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 90px;
  display: flex;
}

.row-copy {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.row-copy.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-copy.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-copy.cc-reverse {
  flex-direction: row-reverse;
}

.div-block-24 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.feature-block-image-left-2 {
  justify-content: center;
  align-items: flex-start;
  max-width: 1170px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-11 {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Salmond, sans-serif;
  font-weight: 500;
}

.div-block-25 {
  width: 100%;
  max-width: 1170px;
}

.div-block-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

.paragraph-22 {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-size: 10px;
}

.footer-nav-column {
  overflow-wrap: break-word;
  object-fit: fill;
  flex-flow: wrap;
  flex: 1;
  align-items: flex-start;
  width: 25%;
  display: block;
}

.footer-nav-column.column-last {
  text-align: right;
  align-self: flex-end;
}

.bonus-shares-list {
  padding-left: 0;
  list-style-type: none;
}

.div-block-27 {
  width: 50%;
}

.div-block-28 {
  text-align: right;
  width: 50%;
}

.section-21 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  width: 100%;
  display: flex;
}

.div-block-30 {
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-31 {
  width: 100%;
  max-width: 1170px;
}

.bonus-shares-panel {
  text-align: center;
  background-color: #202020;
  border-radius: 12px;
  width: 25%;
  padding: 20px 10px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .25);
}

.bonus-shares-title {
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  font-family: Salmond, sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: block;
}

.bonus-shares-item {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Salmond, sans-serif;
  font-size: 23px;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8 {
  color: #fff;
}

.bonus-shares-panel-short {
  text-align: center;
  object-fit: fill;
  background-color: #202020;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 6px 10px;
  display: flex;
  position: static;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .25);
}

.div-block-32 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: auto;
  display: flex;
}

.section-22 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 0;
  max-height: 138px;
  margin-top: -66px;
  display: flex;
}

.container-2 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 63px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu-2 {
  text-align: left;
  justify-content: flex-start;
  display: block;
}

.brand {
  flex: 1;
}

.top-nav-link {
  color: #fff;
  padding: 20px 0 20px 20px;
  font-family: Salmond, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-33 {
  align-self: center;
  margin-right: 6px;
}

.div-block-34 {
  align-self: center;
}

.link-2 {
  -webkit-text-stroke-color: #fff;
  color: #fff;
  text-decoration: none;
}

.line-color-white {
  background-color: #fff;
  height: 1px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(460px, .8fr) minmax(128px, .25fr);
  align-items: center;
  justify-items: stretch;
  width: 100%;
}

.column-feature-text-3 {
  font-family: Salmond, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph-23 {
  color: #fff;
  font-family: Salmond, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 100px;
  padding-left: 40px;
  display: flex;
}

.image-4 {
  margin-bottom: 35px;
}

._2-row-image-background {
  background-image: url('../images/placeholder-wellness.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  align-self: auto;
  width: 60%;
  height: auto;
}

._2-row-image-background.cc-bottom {
  margin-right: 0;
}

._2-row-image-background.cc-row-spacing {
  margin-right: 100px;
}

.footer-navigation-list {
  padding-left: 0;
  list-style-type: none;
}

.footer-navigation-link {
  color: #fff;
  margin-bottom: 30px;
  font-family: Salmond, sans-serif;
  font-size: 10px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.footer-navigation-link.last {
  margin-bottom: 0;
}

.header-button-2 {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/CaretCircleRight.png');
  background-position: 100% 41%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 30px;
  font-family: Salmond, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.div-block-36 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.founder-write-up-short {
  padding-bottom: 40px;
  font-family: Salmond, sans-serif;
  font-size: 22px;
  line-height: 1.5em;
}

.section-button-light-show {
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Salmond, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.section-button-light-hide {
  letter-spacing: 1px;
  background-color: #999;
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Salmond, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.row-top {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.row-top.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-top.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-top.cc-reverse {
  flex-direction: row-reverse;
}

.feature-text-right-3 {
  width: 50%;
  margin-left: 80px;
}

.reference-navigation-link {
  color: #333;
  letter-spacing: 1px;
  word-break: break-all;
  overflow-wrap: normal;
  margin-bottom: 0;
  padding-right: 6px;
  font-family: Salmond, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: inline;
}

.reference-navigation-link.last {
  margin-bottom: 0;
}

.reference-link-block {
  white-space: normal;
  word-break: break-all;
  width: 100%;
  max-width: 1170px;
  font-size: 12px;
  line-height: 16px;
}

.div-block-38 {
  width: 100%;
  max-width: 1170px;
  line-height: 16px;
}

.founder-block {
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-block {
  width: 50%;
}

.grid-text-right {
  width: 50%;
  margin-left: 80px;
}

.row-bottom {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.row-bottom.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row-bottom.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row-bottom.cc-reverse {
  flex-direction: row-reverse;
}

.header-button-2-top {
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/CaretCircleRight.png');
  background-position: 100% 41%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 30px;
  font-family: Salmond, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.link-block {
  color: #fff;
  font-family: Salmond, sans-serif;
}

.link-block-2 {
  color: var(--white);
  font-family: Salmond, sans-serif;
  text-decoration: none;
}

.text-block-12 {
  text-decoration: none;
}

.div-block-40 {
  flex: 1;
}

.code-embed {
  text-align: center;
}

.section-18 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 90px;
  padding-bottom: 60px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .navigation-button:hover {
    color: #000;
    background-color: #fff;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    width: 100%;
    max-width: none;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--dark-grey);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  }

  .nav-menu:active {
    background-color: var(--bg-grey);
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #000;
    font-size: 32px;
  }

  .menu-button:active {
    background-color: var(--bg-grey);
  }

  .menu-button.w--open {
    background-color: var(--dark-grey);
  }

  .section, .section-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-text-right {
    width: 100%;
    margin-left: 20px;
  }

  .feature-text-left {
    flex: 0 auto;
    width: 100%;
  }

  .section-3, .section-4, .section-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-7 {
    width: 50%;
    margin-bottom: 30px;
  }

  .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .founder-write-up-more {
    font-size: 15px;
  }

  .section-7, .section-8, .section-9, .section-10, .section-11, .section-12, .section-13, .section-15 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-16 {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-17 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-copyright {
    font-size: 12px;
  }

  .top-navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-21 {
    flex: 0 auto;
  }

  .column-feature-text {
    font-size: 15px;
  }

  .column-feature-heading-2 {
    font-size: 18px;
  }

  .column-feature-text-2 {
    font-size: 12px;
    line-height: 1.25em;
  }

  .feature-text-right-2 {
    width: 50%;
    margin-left: 80px;
  }

  .column-image-left-2 {
    margin-right: 40px;
  }

  .section-19 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-21 {
    font-size: 15px;
  }

  .section-20 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-block-image-left-2 {
    flex-flow: column wrap;
  }

  .section-21 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bonus-shares-title {
    font-size: 14px;
    line-height: 18px;
  }

  .bonus-shares-item {
    font-size: 18px;
    line-height: 20px;
  }

  .section-22 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    justify-content: flex-start;
    width: 50%;
  }

  .nav-menu-2 {
    flex: 0 auto;
    display: block;
    position: static;
  }

  .brand {
    flex: 1;
    display: block;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: minmax(460px, .8fr) minmax(128px, .25fr);
    align-items: start;
  }

  .paragraph-23 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-35 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  ._2-row-image-background {
    background-size: contain;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 490px;
    margin-right: 10px;
    display: flex;
  }

  ._2-row-image-background.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image-background.cc-row-reverse {
    margin-right: 0;
  }

  .founder-write-up-short {
    font-size: 15px;
  }

  .row-top {
    flex-flow: column wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .feature-text-right-3 {
    width: 50%;
    margin-left: 0;
  }

  .grid-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .grid-text-right {
    width: 100%;
    margin-left: 0;
  }

  .row-bottom {
    flex-flow: column-reverse;
    justify-content: flex-start;
    width: 100%;
  }

  .section-18 {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .highlight-heading-dark {
    font-size: 21px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .feature-text-right {
    margin-left: 0;
  }

  .feature-grid-column-left, .feature-grid-column-right {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
    margin-right: 0;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-8 {
    flex-flow: column-reverse;
  }

  .div-block-12 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-13 {
    width: 100%;
    margin-bottom: 60px;
  }

  .section-14 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-text-left-2 {
    width: 100%;
    margin-right: 0;
  }

  .feature-text-right-2 {
    width: 100%;
    margin-left: 0;
  }

  .column-image-left-2 {
    width: 100%;
    margin-right: 0;
  }

  .featured-block-image-left {
    flex-flow: column;
  }

  .featured-block-image-right {
    flex-flow: column-reverse;
  }

  .row-copy {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-block-image-left-2 {
    width: 100%;
  }

  .bonus-shares-item {
    font-size: 12px;
  }

  .bonus-shares-panel-short {
    width: 100%;
  }

  .div-block-32 {
    flex-flow: column;
    align-items: center;
  }

  .section-22 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    max-height: none;
    margin-top: 0;
    padding-top: 30px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(80%, .8fr) minmax(20%, .25fr);
    grid-auto-rows: auto;
  }

  ._2-row-image-background {
    aspect-ratio: auto;
    max-width: 100%;
    height: auto;
    min-height: 66vw;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image-background.cc-row-spacing {
    margin-right: 0;
  }

  .row-top {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-text-right-3 {
    width: 100%;
  }

  .founder-block {
    flex-flow: column-reverse;
  }

  .row-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-link-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .flex-block {
    flex-flow: column wrap;
  }

  .div-block {
    width: auto;
  }

  .feature-grid-column-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-grid-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .div-block-4 {
    align-items: stretch;
  }

  .heading-dark {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-9 {
    font-size: 21px;
  }

  .paragraph-10 {
    font-size: 24px;
  }

  .section-button-light {
    text-align: center;
    display: block;
  }

  .heading-light {
    padding-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .feature-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .footer-copyright {
    font-size: 10px;
    line-height: 1em;
  }

  .top-navigation {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .div-block-21 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-heading-1 {
    width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-20 {
    font-size: 24px;
  }

  .row-copy.cc-bottom {
    margin-top: 60px;
  }

  .div-block-27, .div-block-28 {
    width: 100%;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .div-block-30 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .bonus-shares-panel {
    width: 100%;
  }

  .bonus-shares-title {
    font-size: 21px;
    line-height: 21px;
  }

  .brand {
    flex: 0 auto;
    padding-left: 0;
  }

  .top-nav-link {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid {
    grid-template-columns: minmax(80%, .8fr) minmax(20%, .25fr);
    grid-auto-flow: row;
  }

  .paragraph-23 {
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-35 {
    width: 95%;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  ._2-row-image-background {
    object-fit: fill;
    background-size: contain;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    min-height: 58vw;
    margin-bottom: 40px;
  }

  .header-button-2 {
    font-size: 14px;
    line-height: 1em;
  }

  .div-block-36 {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .row-top.cc-bottom, .row-bottom.cc-bottom {
    margin-top: 60px;
  }

  .header-button-2-top {
    word-break: normal;
    overflow-wrap: normal;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1em;
    display: block;
  }

  .div-block-39 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-text {
    padding-right: 10px;
    font-size: 10px;
  }

  .div-block-40 {
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .div-block-41 {
    width: 100%;
  }

  .image-5 {
    max-width: none;
  }

  .html-embed {
    background-color: rgba(237, 237, 237, 0);
  }
}

#w-node-dbe32266-ffe7-621b-f4f0-399be94702b1-cf825202 {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-c7c831ad-23f8-1a42-821e-73245e9d7651-cf825202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmond';
  src: url('../fonts/Salmond---Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmond';
  src: url('../fonts/Salmond---Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmond';
  src: url('../fonts/Salmond---Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmond';
  src: url('../fonts/Salmond---Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Salmond';
  src: url('../fonts/Salmond---Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}