:root {
  --medium-sea-green: #5ab963;
  --black: black;
  --bg-grey: #fafafa;
  --white: white;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #17461c;
  --dark-green: var(--black);
}

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

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

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

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

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: #0000;
  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: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-image: url('../images/webflow_home.png');
  background-position: 100% 0;
  background-size: cover;
  grid-template-rows: repeat(auto-fit, 489px);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -90px;
  margin-right: 0;
  padding: 210px 200px 120px;
  display: flex;
}

.navigation-logo, .navigation-logo.w--current {
  text-decoration: none;
}

.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;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  perspective: 2000px;
  text-align: left;
  flex: none;
  order: 0;
  align-self: auto;
  max-width: 80%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.homepage-header {
  text-align: left;
  font-size: 384%;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
}

.paragraph.homepage-sub {
  box-sizing: border-box;
  text-align: left;
  object-fit: fill;
  font-size: 100%;
}

.button {
  background-color: var(--medium-sea-green);
  color: #fff;
  vertical-align: baseline;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
  position: static;
}

.button:hover {
  background-color: #48944f;
}

.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;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 1170px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  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: center;
  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 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--medium-sea-green);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 70px;
  display: flex;
}

.h2 {
  color: var(--black);
  margin-top: 1%;
  margin-bottom: 5%;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.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 {
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: var(--medium-sea-green);
  font-family: Libre Franklin, sans-serif;
  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 #0000000d;
}

.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: #fafafa00;
  flex-flow: wrap;
  place-content: stretch 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/IMG_3681.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/IMG_4584.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/IMG_4587.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  margin-right: 0;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 57px 0;
  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);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 0;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
  padding-top: 121px;
  padding-bottom: 177px;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 470px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  max-width: 500px;
  margin-right: 0;
  padding-right: 51px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  justify-content: center;
  display: flex;
}

.row.cc-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  margin-top: 10%;
  margin-bottom: 10%;
}

.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: #004745;
  background-image: linear-gradient(197deg, #005d4e, #0f6759 0%, #000 74%);
  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: #000;
  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: #ffffffb3;
}

.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);
  background-image: url('../images/webflow_home.png');
  background-position: 100% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-position: 100% 0;
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/Smart_Table.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 500px 30px 400px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 60px 50px;
}

.prototype {
  border-bottom: 5px solid var(--bg-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.video-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: none;
  display: block;
  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 #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  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 #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.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 #0000000d;
}

.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;
  place-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 {
  flex-flow: column;
  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 #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-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;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.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;
  place-content: flex-start 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 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.logo.w--current {
  color: #fff;
  text-decoration: none;
}

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

.nav-link {
  color: #fff;
  border: 1px #000;
  align-self: auto;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .65s;
}

.nav-link:hover {
  color: var(--medium-sea-green);
  -webkit-text-stroke-width: 0px;
  border: 1px #000;
  text-decoration: none;
}

.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: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-3 {
  text-decoration: none;
}

.text-block-4 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  position: static;
  inset: auto 152px 0% 0%;
}

.bold-text {
  font-family: Libre Franklin, sans-serif;
  font-weight: 900;
}

.background-video {
  margin-top: 5%;
  margin-left: 0%;
  margin-right: 0%;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.container-3 {
  max-width: 1720px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 90px;
  display: block;
}

.container-4 {
  flex: 0 auto;
}

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

.image-4 {
  max-width: none;
  margin-left: -58px;
  margin-right: 0%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block {
  text-align: left;
  flex: none;
  order: -1;
  align-self: center;
  max-width: none;
}

.section {
  float: none;
  text-align: left;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.image-5 {
  float: left;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.heading {
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.container-5 {
  width: 100%;
  max-width: 80%;
  margin-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-6 {
  flex-flow: column;
  margin-left: 4%;
  display: flex;
}

.paragraph-2 {
  margin-top: 5%;
  font-family: IBM Plex Mono, sans-serif;
}

.text-block-5 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 200;
  text-decoration: none;
}

.div-block-2 {
  background-color: #0000;
}

.container-7 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--medium-sea-green);
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 30%;
  padding-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.card-copy {
  color: var(--white);
  margin-top: 5%;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  display: block;
}

.card-copy.cc-center {
  margin-bottom: 40px;
}

.card-copy.cc-2-rows {
  margin-bottom: 25px;
}

.card-copy.cc-white-text {
  color: #fff;
}

.card-copy.text-span.cc-post-text {
  margin-bottom: 15px;
}

.card-header {
  color: var(--white);
  -webkit-text-stroke-color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 29px;
}

.card-header.cc-white-text {
  color: #fff;
}

.section-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  align-items: stretch;
  margin-top: 5%;
  padding-top: 0;
  display: flex;
}

.research-section {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  display: flex;
}

.bold-text-span {
  color: var(--black);
  font-size: 42px;
  font-weight: 800;
}

.h2-container-copy {
  width: auto;
  margin-top: 39px;
  margin-bottom: 90px;
}

.h2-container-copy.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
}

.h2-container-copy.cc-questions {
  margin-bottom: 60px;
}

.subhead-section {
  color: var(--dark-grey);
  margin-top: 5%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.subhead-section.cc-center {
  margin-bottom: 40px;
}

.subhead-section.cc-2-rows {
  margin-bottom: 25px;
}

.subhead-section.cc-white-text {
  color: #fff;
}

.subhead-section.text-span.cc-post-text {
  margin-bottom: 15px;
}

.adjustable-header {
  color: var(--dark-grey);
  margin-top: 19%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.adjustable-header.cc-center {
  margin-bottom: 40px;
}

.adjustable-header.cc-2-rows {
  margin-bottom: 25px;
}

.adjustable-header.cc-white-text {
  color: #fff;
}

.adjustable-header.text-span.cc-post-text {
  margin-bottom: 15px;
}

.container-8 {
  padding-right: 50px;
}

.container-9 {
  max-width: 50%;
  padding-left: 32px;
}

.image-container {
  min-width: 500px;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: -81px;
  display: flex;
}

.header-text-container {
  max-width: 59.1848%;
}

.jump-in-text {
  color: var(--white);
  margin-top: 0%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.jump-in-text.cc-center {
  margin-bottom: 40px;
}

.jump-in-text.cc-2-rows {
  margin-bottom: 25px;
}

.jump-in-text.cc-white-text {
  color: #fff;
}

.jump-in-text.text-span.cc-post-text {
  margin-bottom: 15px;
}

.text-block-6 {
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  text-decoration: none;
}

.adjustable-header-2 {
  color: var(--dark-grey);
  margin-top: 0%;
  margin-bottom: 64px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.adjustable-header-2.cc-center {
  margin-bottom: 40px;
}

.adjustable-header-2.cc-2-rows {
  margin-bottom: 25px;
}

.adjustable-header-2.cc-white-text {
  color: #fff;
}

.adjustable-header-2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.container-10 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: flex-start;
  margin-top: 28px;
  display: flex;
}

.container-11, .section-4 {
  background-color: var(--medium-sea-green);
}

.h2-white {
  color: var(--white);
  max-width: 50%;
  margin-top: 0%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.h2-white.cc-center {
  margin-bottom: 40px;
}

.h2-white.cc-2-rows {
  margin-bottom: 25px;
}

.h2-white.cc-white-text {
  color: #fff;
}

.h2-white.text-span.cc-post-text {
  margin-bottom: 15px;
}

.bold-text-span-white {
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
}

.section-5 {
  flex: 0 auto;
  order: 0;
}

.container-12 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--white);
  color: #000;
  border-radius: 10px;
  padding: 15px 30px;
}

.h2-white-no-flex {
  color: var(--white);
  max-width: 100%;
  margin-top: 0%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.h2-white-no-flex.cc-center {
  margin-bottom: 40px;
}

.h2-white-no-flex.cc-2-rows {
  margin-bottom: 25px;
}

.h2-white-no-flex.cc-white-text {
  color: #fff;
}

.h2-white-no-flex.text-span.cc-post-text {
  margin-bottom: 15px;
}

.change-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--medium-sea-green);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.bold-text-span-copy {
  color: var(--black);
  font-size: 42px;
  font-weight: 800;
}

.text-span-black {
  color: var(--black);
  font-family: Libre Franklin, sans-serif;
  font-weight: 800;
}

.text-span-black.cc-white-text {
  color: #fff;
}

.content-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--bg-grey);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 70px;
  display: flex;
}

.container-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--medium-sea-green);
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 33%;
  padding: 0% 3% 2%;
  display: flex;
}

.cards-section {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  margin-top: 40px;
  margin-bottom: 41px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.cards-section.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-section.cc-cta {
  display: flex;
}

.cards-section.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cards-section.cc-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cards-section.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.cards-section.cc-contact {
  display: flex;
}

.image-6 {
  border-radius: 5px;
  max-width: 100%;
  margin: 0;
}

.container-14 {
  max-width: 100%;
}

.h2-white-card {
  color: var(--white);
  max-width: 100%;
  margin-top: 5%;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  display: block;
}

.h2-white-card.cc-center {
  margin-bottom: 40px;
}

.h2-white-card.cc-2-rows {
  margin-bottom: 25px;
}

.h2-white-card.cc-white-text {
  color: #fff;
}

.h2-white-card.text-span.cc-post-text {
  margin-bottom: 15px;
}

.bold-text-span-white-card {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
}

.prototype-head {
  color: var(--medium-sea-green);
  font-family: Libre Franklin, sans-serif;
  font-size: 55px;
  font-weight: 800;
}

.prototype-head.cc-white-text {
  color: #fff;
}

.image-7 {
  min-width: 150%;
  max-width: 150%;
}

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

.container-15 {
  min-width: 54%;
  max-width: 100%;
}

.introcontent {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 70px;
  display: flex;
}

.cardgray {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-grey);
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 33%;
  padding: 0% 3% 2%;
  display: flex;
}

.prototypefeature {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--dark-grey);
  border-radius: 16px;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 1170px;
  max-height: 500px;
  margin-top: 0;
  padding: 5% 5% 5% 30px;
  display: flex;
  position: relative;
}

.prototypefeature.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.prototypefeature.cc-cta {
  display: flex;
}

.prototypefeature.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.prototypefeature.cc-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.prototypefeature.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.prototypefeature.cc-contact {
  display: flex;
}

.h2-prototype-copy {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin: 0% 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  display: block;
}

.h2-prototype-copy.cc-center {
  margin-bottom: 40px;
}

.h2-prototype-copy.cc-2-rows {
  margin-bottom: 25px;
}

.h2-prototype-copy.cc-white-text {
  color: #fff;
}

.h2-prototype-copy.text-span.cc-post-text {
  margin-bottom: 15px;
}

.container-16 {
  align-self: flex-start;
  min-width: 30%;
  max-width: 140%;
  margin-left: 0;
  margin-right: 0;
}

.image-9 {
  border-radius: 10px;
  max-width: 100%;
}

.container-17 {
  margin-bottom: 4%;
  margin-left: 0;
  margin-right: 0;
}

.container-18 {
  align-self: flex-start;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

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

.heading-2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
}

.flex-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  margin-top: 3%;
}

.container-19 {
  max-width: 100%;
  margin-top: 31px;
}

.video {
  margin-top: 25px;
}

.section-6 {
  margin-top: 41px;
}

.container-copy {
  z-index: 1;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 1170px;
  margin-top: 3%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-copy.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-copy.cc-cta {
  display: flex;
}

.container-copy.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-copy.cc-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-copy.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container-copy.cc-contact {
  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;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2 {
    min-width: 100%;
    margin-top: 8%;
    margin-bottom: 5%;
    font-size: 20px;
  }

  .h2.cc-2-rows {
    margin-top: 0%;
  }

  .h2-container {
    width: 100%;
  }

  .h2-container.cc-center {
    width: 80%;
  }

  .text-span {
    margin-top: 0;
    font-size: 28px;
  }

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

  .premium.cc-background {
    padding-top: 120px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-bottom {
    min-width: 40%;
    max-width: 70%;
  }

  ._2-row-image.cc-row-spacing {
    min-width: 40%;
    max-width: 80%;
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: -31px;
    padding-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

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

  .prototype {
    padding-top: 31px;
  }

  .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 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 38px;
    padding-bottom: 0;
  }

  .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(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

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

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .image-4 {
    max-width: 180%;
  }

  .container-5 {
    align-items: flex-start;
    width: 50%;
    height: 36%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    align-items: flex-start;
    min-width: 100%;
    max-width: 100%;
  }

  .paragraph-2 {
    margin-top: -2%;
    font-size: 11px;
    line-height: 17px;
  }

  .container-7 {
    justify-content: space-around;
    align-items: center;
  }

  .card-header {
    font-size: 1.25em;
    line-height: 1.2em;
  }

  .h2-container-copy, .h2-container-copy.cc-center {
    width: 80%;
  }

  .adjustable-header {
    width: 100%;
    margin-top: 32%;
  }

  .image-container {
    min-width: 200px;
    max-width: 400px;
  }

  .header-text-container {
    max-width: 400px;
  }

  .cards-section.cc-contact {
    flex-wrap: wrap;
  }

  .h2-white-card {
    font-size: 14px;
    line-height: 21px;
  }

  .bold-text-span-white-card {
    font-size: 23px;
    line-height: 27px;
  }

  .image-7 {
    min-width: 100%;
  }

  .prototypefeature.cc-contact {
    flex-wrap: wrap;
  }

  .h2-prototype-copy {
    font-size: 14px;
    line-height: 23px;
  }

  .container-16 {
    min-width: 50%;
  }

  .image-9 {
    min-width: 100%;
  }

  .container-18 {
    min-width: 40%;
    max-width: 80%;
  }

  .heading-2-white {
    font-size: 40px;
    line-height: 51px;
  }

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

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

  .video-2 {
    margin-top: 16px;
  }

  .image-12 {
    min-width: 100%;
  }

  .container-copy.cc-contact {
    flex-wrap: wrap;
  }
}

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

  .h1.homepage-header {
    font-size: 200%;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2 {
    font-size: 14px;
    line-height: 23px;
  }

  .h2.cc-2-rows {
    margin-top: 3%;
  }

  .h2-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .text-span {
    margin-bottom: 0;
    font-size: 19px;
  }

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

  .premium.cc-background {
    padding-bottom: 60px;
  }

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

  .prototype {
    padding-top: 32px;
    padding-bottom: 31px;
  }

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

  .image-4 {
    max-width: 130%;
    margin-left: -27px;
  }

  .paragraph-2 {
    font-size: 8px;
    line-height: 14px;
  }

  .container-7 {
    justify-content: space-around;
    align-items: flex-start;
  }

  .card-copy {
    font-size: .8em;
    line-height: 1.2em;
  }

  .card-header {
    font-size: .75em;
  }

  .section-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-items: flex-start;
    max-width: 100%;
  }

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

  .h2-container-copy {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container-copy.cc-center {
    width: 100%;
  }

  .header-text-container {
    max-width: 53%;
  }

  .container-10 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h2-white {
    font-size: 15px;
    line-height: 23px;
  }

  .change-section, .content-section {
    padding-top: 60px;
  }

  .cards-section.cc-cta, .cards-section.cc-footer {
    flex-wrap: wrap;
  }

  .h2-white-card {
    font-size: 10px;
    line-height: 15px;
  }

  .bold-text-span-white-card {
    font-size: 16px;
  }

  .prototype-head {
    font-size: 36px;
  }

  .introcontent {
    padding-top: 60px;
  }

  .prototypefeature.cc-cta, .prototypefeature.cc-footer {
    flex-wrap: wrap;
  }

  .h2-prototype-copy {
    font-size: 10px;
    line-height: 16px;
  }

  .container-16 {
    max-width: 60%;
  }

  .heading-2-white {
    font-size: 23px;
    line-height: 32px;
  }

  .container-copy.cc-cta, .container-copy.cc-footer {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    flex-flow: row;
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph.cc-gray {
    min-width: 250px;
  }

  .container {
    margin-left: -47px;
  }

  .h2 {
    min-width: 250px;
    font-size: 14px;
    line-height: 30px;
  }

  .h2.cc-2-rows {
    min-width: 250px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-bottom {
    min-width: 100%;
  }

  ._2-row-image.cc-row-spacing {
    max-width: 100%;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    min-width: 100%;
    max-width: 250%;
    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;
  }

  .prototype {
    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 {
    width: 100%;
  }

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

  .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .container-5 {
    flex-flow: column;
    width: auto;
    min-width: 100%;
  }

  .card-copy {
    font-size: .7em;
    line-height: 16px;
  }

  .card-header {
    font-size: .65em;
  }

  .section-2 {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: center;
    margin-top: 15%;
  }

  .subhead-section, .adjustable-header {
    font-size: 20px;
    line-height: 30px;
  }

  .container-9 {
    min-width: 100%;
    max-width: 100%;
  }

  .section-3 {
    flex-flow: column;
  }

  .header-text-container {
    max-width: 100%;
  }

  .jump-in-text, .adjustable-header-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-white {
    margin-bottom: 29px;
    margin-left: -65px;
    font-size: 14px;
    line-height: 21px;
  }

  .bold-text-span-white {
    line-height: 39px;
  }

  .h2-white-no-flex {
    font-size: 1.2em;
    line-height: 30px;
  }

  .container-13 {
    min-width: 122%;
  }

  .cards-section {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: -58px;
  }

  .h2-white-card {
    font-size: 14px;
    line-height: 22px;
  }

  .bold-text-span-white-card {
    font-size: 19px;
    line-height: 15px;
  }

  .h2-prototype-copy {
    font-size: 20px;
    line-height: 30px;
  }

  .container-copy {
    margin-left: -47px;
  }
}


