:root {
  --gray--500-secondary: #505050;
  --green--500-primary: #008075;
  --green--100: #f2faf9;
  --white: white;
  --green--600: #00574f;
  --gray--400: #999;
  --gray--300: #c8c8c8;
  --black: black;
  --green--300: rgba(0, 128, 117, .25);
  --gray--100: #f0f0f0;
  --green--400: rgba(0, 128, 117, .5);
  --gray--200: #dcdcdc;
  --green--200: #dfeeec;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

a {
  text-decoration: underline;
}

.logo {
  color: #00ae4d;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.logo.caption {
  color: var(--gray--500-secondary);
  font-size: 14px;
  font-weight: 300;
}

.logo.heading-1 {
  color: var(--green--500-primary);
  margin-bottom: 0;
  margin-right: 8px;
  font-weight: 600;
}

.demo {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 24px;
  display: flex;
}

.demo.container {
  background-color: var(--green--100);
  border-radius: 16px;
  padding: 24px 0;
}

.list {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header {
  justify-content: space-between;
  max-width: none;
  padding: 16px 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.header.container {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  max-width: 100vw;
}

.navigation-item {
  color: var(--gray--500-secondary);
  flex: 0 auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.navigation-item:hover {
  color: var(--green--500-primary);
}

.navigation-item:active {
  color: var(--green--600);
}

.navigation-item.highlight {
  color: var(--green--500-primary);
  font-weight: 600;
}

.navigation-item.highlight:hover {
  color: var(--green--600);
}

.navigation-item.team-member-linkedin {
  border-bottom: 2px solid var(--green--500-primary);
  color: var(--green--500-primary);
}

.navigation-item.team-member-linkedin:hover {
  color: var(--green--600);
}

.navigation-item.footer-item {
  color: #fff;
}

.navigation-item.footer-item:hover {
  color: var(--gray--500-secondary);
}

.navigation-item.footer-item.w--current {
  color: #fff;
}

.hero {
  padding-top: 72px;
  padding-bottom: 108px;
  position: relative;
}

.display-1 {
  color: var(--white);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.display-1.hero {
  color: var(--green--500-primary);
  text-align: left;
  text-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

.display-1.team {
  color: var(--green--500-primary);
  text-shadow: none;
}

.display-1.activity-title {
  color: var(--green--500-primary);
  text-shadow: none;
  margin-bottom: 0;
}

.display-1.section-hero {
  color: var(--green--500-primary);
  text-shadow: none;
  background-image: none;
  margin-top: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.display-1.section-hero.shop-plans {
  margin-bottom: 24px;
  padding-top: 0;
}

.hero-visual {
  z-index: -1;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}

.paragraph {
  color: #505050;
}

.paragraph.heading-2 {
  text-align: left;
  max-width: 60%;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 150%;
}

.primary-button {
  background-color: var(--green--500-primary);
  border: 0 solid #000;
  border-radius: 100px;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
}

.primary-button.heading-3 {
  background-color: var(--green--500-primary);
  color: var(--white);
  border-radius: 100px;
}

.columns {
  align-items: center;
  margin-top: 108px;
  margin-bottom: 108px;
  display: flex;
}

.columns.container {
  padding: 24px 0;
}

.columns.container.hero-visual {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.image {
  background-image: url('../images/Screenshot-2024-04-13-at-18.00.42.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.column {
  order: 0;
  align-self: center;
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  margin-bottom: 48px;
}

.heading-1 {
  color: #000;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.heading-1.team, .heading-1.paragraph-section {
  text-align: center;
}

.heading-1.insight-highlight {
  color: var(--green--500-primary);
  margin-bottom: 24px;
  font-weight: 600;
}

.heading-1.design {
  text-align: center;
}

.heading-1.why-fairplay {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
}

.heading-1.demo {
  color: var(--green--600);
  margin-bottom: 0;
}

.heading-1.shop-plans.subsection {
  color: var(--gray--500-secondary);
  text-align: center;
}

.heading-1.subsection.team {
  color: var(--green--500-primary);
  margin-top: 72px;
  margin-bottom: 72px;
}

.heading-1.feature-box {
  color: var(--green--500-primary);
  margin-top: 0;
  margin-bottom: 24px;
}

.container-2 {
  max-width: none;
}

.container-3 {
  flex: 1;
}

.subsection {
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  display: flex;
}

.subsection.demo {
  background-color: var(--green--100);
  margin-bottom: 48px;
}

.subsection.shop-plans {
  margin-top: 24px;
}

.flex-block {
  align-items: center;
  width: 100%;
}

.column-2 {
  justify-content: center;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.display-3 {
  color: var(--green--500-primary);
  text-align: left;
  text-shadow: none;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.display-3.link-heading {
  color: #fff;
}

.display-3.navigation-title {
  text-decoration: none;
}

.display-3.navigation-title.design {
  color: var(--white);
}

.display-3.team {
  color: var(--gray--500-secondary);
  text-align: left;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
}

.display-3.team.read-more {
  color: var(--gray--500-secondary);
  text-shadow: none;
}

.display-3.research-insight {
  color: var(--gray--500-secondary);
  margin-bottom: 24px;
}

.display-3.section-hero {
  text-align: center;
  background-image: none;
  margin-top: auto;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.display-3.slider-card {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.display-3.why-fairplay {
  color: var(--gray--500-secondary);
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.display-3.why-fairplay.color-bg {
  padding-bottom: 0;
}

.display-3.why-fairplay.slogan-cta {
  color: var(--green--500-primary);
  margin-top: 0;
  margin-bottom: 0;
}

.display-3.subsection {
  text-align: center;
}

.display-3.subsection.team {
  color: var(--green--500-primary);
  margin-top: 0;
  margin-bottom: 0;
}

.display-3.subsection.why-fairplay {
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.display-3.feature-box {
  color: var(--green--600);
  margin-top: 0;
  margin-bottom: 0;
}

.display-3.full-width-column {
  color: var(--white);
}

.display-3.full-width-column.centered-heading {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0;
}

.display-3.full-width-column.centered-heading.color-bg-2 {
  color: var(--green--600);
  background-color: rgba(0, 0, 0, 0);
}

.display-3.features {
  color: var(--gray--500-secondary);
  text-align: center;
}

.display-3.features.text-highlight {
  color: var(--green--500-primary);
}

.display-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
}

.display-2.slider-card {
  text-align: center;
  margin-bottom: 24px;
}

.display-2.learnings {
  text-align: center;
}

.display-2.demo {
  color: var(--green--500-primary);
}

.display-2.why-fairplay, .display-2.how-it-works {
  color: var(--green--500-primary);
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.display-2.shop-plans {
  text-align: center;
}

.display-2.shop-plans.subsection {
  color: var(--green--600);
  margin-top: 0;
  margin-bottom: 24px;
}

.display-2.section {
  color: var(--green--500-primary);
  padding-top: 24px;
  padding-bottom: 24px;
}

.display-2.section.color-bg {
  color: var(--green--500-primary);
}

.display-2.section-hero {
  color: var(--gray--500-secondary);
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.display-2.subsection {
  color: var(--green--500-primary);
  width: auto;
  padding-top: 0;
  padding-bottom: 24px;
}

.display-2.subsection.color-bg {
  color: var(--green--600);
  text-align: center;
  margin-bottom: 24px;
  line-height: 150%;
  display: block;
}

.display-2.subsection.centered {
  text-align: center;
  line-height: 150%;
  display: block;
}

.display-2.subsection.centered.container {
  color: var(--gray--500-secondary);
  margin-top: 0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 150%;
}

.display-2.subsection.centered.why-fairplay {
  color: var(--green--500-primary);
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
  padding-bottom: 0;
}

.display-2.features {
  color: var(--green--500-primary);
  padding-top: 24px;
  padding-bottom: 24px;
}

.body-text {
  color: var(--gray--500-secondary);
  text-align: left;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.body-text.team {
  color: var(--gray--400);
  text-align: left;
}

.body-text.prototype-demo {
  color: var(--gray--500-secondary);
}

.body-text.paragraph-section {
  color: var(--gray--500-secondary);
  text-align: center;
  max-width: 80%;
}

.body-text.insight-card {
  color: var(--gray--500-secondary);
}

.body-text.footnote {
  color: var(--gray--300);
  display: block;
}

.body-text.read-more {
  color: var(--black);
  text-align: center;
}

.body-text.slider-card {
  text-align: center;
}

.body-text.design {
  text-align: center;
  max-width: 80%;
}

.body-text.design.section-hero {
  color: var(--gray--400);
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.body-text.learnings {
  text-align: center;
  margin-bottom: 24px;
}

.body-text.why-fairplay {
  color: var(--gray--500-secondary);
  text-align: center;
  margin-bottom: 0;
}

.body-text.why-fairplay.feature-box {
  text-align: center;
  width: auto;
}

.body-text.caption.hero {
  color: var(--green--500-primary);
  margin-bottom: 24px;
}

.body-text.caption.demo {
  color: var(--gray--500-secondary);
  max-width: 20%;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.body-text.caption.feature-box {
  color: var(--gray--500-secondary);
  text-align: center;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.body-text.caption.feature-box.demo {
  margin-bottom: 0;
}

.body-text.demo {
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.body-text.how-it-works {
  color: var(--gray--500-secondary);
  background-color: rgba(0, 0, 0, 0);
}

.body-text.how-it-works.feature-box {
  margin-bottom: 16px;
  display: block;
}

.body-text.how-it-works.feature-box.features {
  text-align: center;
  width: auto;
}

.body-text.subsection {
  text-align: center;
  margin-bottom: 24px;
  display: block;
}

.body-text.subsection.team {
  color: var(--gray--500-secondary);
  display: block;
}

.body-text.subsection.left-align {
  text-align: left;
  margin-bottom: 16px;
}

.body-text.subsection.footnote-link {
  color: var(--gray--500-secondary);
  margin-bottom: 0;
}

.body-text.shop-plans {
  color: var(--gray--500-secondary);
  text-align: center;
  margin-top: auto;
  margin-bottom: 48px;
}

.body-text.center-align {
  text-align: center;
}

.body-text.center-align.feature-box {
  margin-bottom: 0;
  font-size: 14px;
}

.body-text.full-width-column {
  margin-bottom: 24px;
  padding: 0;
}

.body-text.full-width-column.color-bg-1 {
  color: var(--white);
}

.body-text.full-width-column.color-bg-1.centered {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.body-text.full-width-column.color-bg-2 {
  color: var(--green--600);
  text-align: center;
}

.body-text.full-width-column.color-bg-2.centered {
  text-align: center;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  height: auto;
  display: block;
}

.prototype-demo {
  align-items: center;
  max-width: 100%;
  margin-bottom: 72px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.prototype-demo.prototype-demo-reverse {
  flex-flow: row-reverse;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.heading-3.why-fairplay {
  max-width: none;
  margin-bottom: 16px;
}

.heading-3.why-fairplay.feature-box {
  color: var(--green--500-primary);
  text-align: center;
  width: auto;
}

.heading-3.demo {
  color: var(--gray--400);
  max-width: 30%;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3.feature-box {
  color: var(--white);
  max-width: none;
}

.heading-3.feature-box.demo {
  color: var(--green--500-primary);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
}

.heading-3.how-it-works {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
}

.heading-3.how-it-works.feature-box {
  color: var(--black);
  text-align: left;
}

.heading-3.how-it-works.feature-box.shop-plans {
  text-align: left;
}

.heading-3.how-it-works.feature-box.centered-heading {
  text-align: center;
  width: auto;
  display: block;
}

.heading-3.how-it-works.feature-box.features {
  color: var(--black);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.heading-3.shop-plans {
  color: var(--green--500-primary);
  margin-top: 20px;
  margin-bottom: 24px;
}

.heading-3.shop-plans.feature-box {
  color: var(--green--500-primary);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
  display: block;
}

.heading-3.italic {
  font-style: italic;
}

.heading-3.italic.quote-box {
  color: var(--green--600);
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 150%;
}

.link-block {
  background-color: var(--gray--500-secondary);
  background-image: url('../images/markus-winkler-EX9QVVFtQxw-unsplash-copy.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  text-decoration: none;
  display: flex;
}

.link-block.background-image {
  background-image: url('../images/team-photo.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.link-block.background-image:hover, .link-block.background-image:focus {
  background-color: var(--green--500-primary);
  background-image: none;
}

.link-block.research {
  background-image: url('../images/abstraction-laddering.jpeg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
}

.link-block.research:hover, .link-block.research:focus {
  background-color: var(--green--500-primary);
  background-image: none;
}

.link-block.design {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/crazy-8-cover.png');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
}

.link-block.design:hover, .link-block.design:focus {
  background-color: var(--green--500-primary);
  background-image: none;
}

.link-block.team {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/team-photo.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.link-block.team:hover, .link-block.team:focus {
  background-color: var(--green--500-primary);
  background-image: none;
}

.mode-default {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 24px 128px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #00ae4d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-1 {
  grid-column-gap: 48px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.navbar-category {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.why-we-made-it {
  color: #00ae4d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

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

.frame-34 {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.footer {
  background-color: var(--green--500-primary);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 36px 72px;
  display: flex;
}

.navigation-title {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.list-2 {
  margin-bottom: 24px;
  padding-left: 0;
  display: flex;
}

.list-item, .list-item-2, .list-item-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.caption {
  color: var(--white);
  font-family: Poppins, sans-serif;
  line-height: 120%;
}

.caption.back-to-top {
  color: var(--gray--500-secondary);
  text-align: center;
}

.caption.demo {
  color: var(--gray--500-secondary);
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  margin-bottom: 48px;
  padding: 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.why-fairplay.section-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: none;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container.subsection {
  margin-bottom: 0;
}

.container.subsection.slogan-cta {
  margin-top: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.container.section-hero {
  background-image: none;
  flex-flow: column;
  margin-top: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container.section-hero.shop-plans {
  margin-bottom: 0;
}

.container.shop-plans {
  display: block;
}

.container.home {
  flex-flow: column;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

.team-member-position {
  margin-bottom: 24px;
}

.team-member-position.body-text, .team-member-position.caption {
  color: var(--gray--500-secondary);
}

.image-2 {
  margin-top: 72px;
  position: static;
}

.section-2 {
  background-image: url('../images/01262024_Kick-off-Meeting_Group-Photo.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 100%;
  margin-top: 72px;
  padding-top: 108px;
  padding-bottom: 108px;
  padding-right: 0;
}

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

.section-hero {
  margin-top: 72px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-hero.research {
  background-image: none;
  margin-bottom: 0;
}

.section-hero.design {
  background-image: none;
}

.section-hero.shop-plans {
  padding-top: 24px;
  padding-bottom: 0;
}

.hyperlink-button {
  color: var(--green--500-primary);
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.hyperlink-button:hover {
  color: var(--green--600);
}

.image-3 {
  color: var(--green--500-primary);
  width: 24px;
  height: 24px;
}

.frame-51 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #00ae4d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.arrow-svg {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.learn-more {
  background-color: var(--green--100);
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding: 108px 72px;
  display: flex;
}

.learn-more.design {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 108px;
}

.learn-more.section {
  background-color: rgba(0, 0, 0, 0);
}

.status-default-priority-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  border: 2px solid #00ae4d;
  border-radius: 100px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #00ae4d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.button {
  border: 2px solid var(--green--500-primary);
  color: var(--green--500-primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.button.heading-3 {
  padding-left: 16px;
}

.button.heading-3:hover, .button.heading-3:focus {
  border-color: var(--green--600);
  background-color: var(--green--300);
  color: var(--green--600);
}

.button.heading-3.primary-button {
  max-width: none;
}

.button.heading-3.primary-button:hover {
  border-color: var(--green--600);
  background-color: var(--green--600);
  color: var(--white);
}

.button.heading-3.primary-button:focus {
  color: var(--white);
}

.button.heading-3.primary-button.focus {
  background-color: var(--green--600);
}

.container-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.navbar {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  order: 1;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  padding-bottom: 24px;
  display: flex;
}

.paragraph-section.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 108px;
  display: flex;
}

.activities-flex {
  flex-flow: wrap;
  order: 0;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 72px;
  display: flex;
}

.activity-card {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.activity-card.flex-3-col {
  max-width: 28%;
}

.activity-image {
  background-image: url('../images/Screenshot-2024-04-13-at-18.00.42.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 500px;
  width: 200px;
  height: 200px;
}

.activity-image.fly-on-the-wall {
  background-image: url('../images/fly-on-the-wall.png');
}

.activity-image.guerrilla-interview {
  background-image: url('../images/guerrilla-research.png');
}

.activity-image.directed-storytelling {
  background-image: url('../images/directed-storytelling.png');
}

.heading-2 {
  color: var(--black);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 120%;
}

.heading-2.activity-description {
  text-align: center;
  margin-top: 24px;
}

.heading-2.why-fairplay {
  color: var(--green--500-primary);
  padding-top: 24px;
  padding-bottom: 24px;
}

.heading-2.demo.feature-box {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.heading-2.shop-plans {
  color: var(--green--500-primary);
  margin-top: 20px;
}

.research-image.consumer-journey {
  width: 100%;
  margin-bottom: 24px;
}

.image-4 {
  border: 0px none var(--gray--100);
  margin-top: 108px;
  margin-bottom: 108px;
}

.insight-highlight {
  margin-bottom: 72px;
}

.insight-section {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 72px;
  display: flex;
}

.div-block-3 {
  width: 10%;
}

.columns-2 {
  width: 100%;
}

.column-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.insight-image {
  background-image: url('../images/Screenshot-2024-04-13-at-18.00.42.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 500px;
  width: 270px;
  height: 270px;
}

.insight-image.crazy-8 {
  background-image: url('../images/crazy-8.png');
}

.insight-image.archetype {
  background-image: url('../images/archetypes.png');
}

.insight-image.design-fiction {
  background-image: url('../images/design-fiction.png');
}

.insight-image.creative-matrix {
  background-image: url('../images/creative-matrix.png');
}

.insight-image.parallel-prototyping {
  background-image: url('../images/parallel-prototype.png');
}

.insight-image.pain-point-1 {
  background-image: url('../images/painpoint-1.png');
}

.insight-image.pain-point-2 {
  background-image: url('../images/painpoint-2.png');
}

.insight-image.pain-point-3 {
  background-image: url('../images/painpoint-3.png');
}

.insight-card {
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.insight-card.row-reverse {
  flex-flow: row-reverse;
}

.insight-card.grid-block-3-col {
  flex-flow: column;
  max-width: none;
}

.insight-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote {
  color: var(--gray--500-secondary);
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 150%;
}

.footnote-link {
  color: var(--green--500-primary);
  text-decoration: none;
}

.footnote-link:hover {
  color: var(--green--600);
}

.read-more {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.medium-button {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.medium-button.navigation-item {
  color: var(--green--500-primary);
  font-size: 18px;
}

.medium-button.navigation-item:hover {
  color: var(--green--600);
}

.link-block-2 {
  text-decoration: none;
  display: flex;
}

.flex-block-2 {
  flex-flow: wrap;
}

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

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-block-3-col {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.flex-wrap-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
}

.div-block-4 {
  flex-flow: column;
  align-items: center;
  max-width: 28%;
  margin-bottom: 48px;
  display: flex;
}

.slider {
  height: 600px;
  margin-bottom: 108px;
  padding-left: 72px;
  padding-right: 72px;
  overflow: visible;
}

.slider-image-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  max-height: 100%;
  display: flex;
}

.mask {
  overflow: visible;
}

.slider-title-container {
  flex-flow: column;
  display: flex;
}

.slider-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.sizer.slider-card {
  max-width: 80%;
}

.container-6 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.learnings {
  margin-bottom: 108px;
}

.text-span {
  color: var(--green--500-primary);
}

.text-span-2 {
  color: var(--green--400);
}

.text-span-3 {
  color: var(--green--500-primary);
  font-weight: 600;
}

.text-span-4 {
  color: var(--green--500-primary);
}

.text-highlight {
  color: var(--green--500-primary);
  font-weight: 600;
}

.hero-span.stat {
  color: var(--green--500-primary);
  font-size: 64px;
}

.text-span-5 {
  color: var(--green--500-primary);
}

.container-8 {
  z-index: 100;
  background-color: var(--white);
  flex-flow: column;
  max-width: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.div-block-5 {
  z-index: 100;
  background-color: var(--white);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.columns-3 {
  width: 100%;
  margin-bottom: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.learn-more-block {
  padding: 10px;
}

.container-9.hero {
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text.section-hero {
  color: var(--green--500-primary);
}

.slider-2 {
  overflow: hidden;
}

.prototype-display {
  background-color: var(--green--300);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.prototype-display.phone {
  height: 480px;
}

.icon {
  color: var(--green--300);
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.prototype-section {
  margin-bottom: 120px;
}

.image-5 {
  max-height: 100%;
}

.slider-image {
  max-width: none;
  height: 360px;
  max-height: 100%;
}

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

.div-block-6 {
  background-color: var(--gray--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.back-to-top {
  z-index: 100;
  background-color: var(--gray--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.back-to-top:hover, .back-to-top:focus {
  background-color: var(--gray--300);
}

.div-block-7 {
  height: 0;
}

.prototype-image {
  max-height: 100%;
}

.div-block-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-3 {
  background-color: var(--green--300);
  height: 480px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.feature-box {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 72px;
  display: flex;
}

.feature-box.flex-row-reverse {
  flex-flow: row-reverse;
}

.feature-box.flex-row-reverse.flex-row-center {
  align-items: center;
}

.feature-box.why-fairplay {
  flex-flow: column;
  width: 33%;
}

.feature-box.shop-plans {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 24px;
}

.feature-box.flex-row-center {
  align-items: center;
  width: 100%;
}

.feature-box.flex-row-center.flex-row-reverse {
  width: 100%;
}

.feature-box.features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 47%;
}

.feature-box.features.overall-benefits {
  width: auto;
}

.feature-box-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 48px;
  margin-bottom: 48px;
}

.feature-box-container.why-fairplay {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.feature-box-container.shop-plans {
  flex-flow: row;
  margin-top: 24px;
  margin-bottom: 24px;
}

.feature-box-container.vertical-wrapper {
  margin-top: 72px;
  margin-bottom: 0;
}

.flex-block-3 {
  flex-flow: wrap;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 48px;
}

.columns-4 {
  width: 100%;
  margin-bottom: 24px;
}

.demo-video.container {
  margin-top: 48px;
  margin-bottom: 108px;
}

.column-feature-box {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  padding: 16px 24px;
  display: flex;
}

.column-feature-box.why-fairplay {
  background-color: rgba(0, 0, 0, 0);
}

.column-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.column-container.why-fairplay {
  border-bottom: 2px solid var(--gray--100);
}

.div-block-12 {
  background-color: var(--green--100);
  padding: 24px;
}

.how-it-works {
  background-color: rgba(0, 0, 0, 0);
}

.feature-box-copy {
  display: flex;
}

.bold-text-2 {
  color: var(--white);
}

.flex-block-4 {
  background-color: var(--white);
}

.text-span-6 {
  color: var(--green--500-primary);
  font-weight: 600;
  text-decoration: underline;
}

.link {
  color: var(--green--500-primary);
  font-weight: 600;
}

.shop-plans {
  color: var(--gray--200);
  margin-top: 72px;
  margin-bottom: 72px;
}

.shop-plans.subsection {
  margin-bottom: 108px;
}

.shop-plans.subsection.shop-plans-feature-display {
  margin-bottom: 0;
}

.code-embed {
  color: var(--black);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 48px;
  font-family: Poppins, sans-serif;
  display: block;
}

.div-block-13 {
  width: 33%;
}

.div-block-14 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 48px;
  display: flex;
}

.slogan-cta {
  background-color: var(--green--100);
  padding-top: 72px;
  padding-bottom: 72px;
}

.text-span-7, .text-span-8 {
  color: var(--green--500-primary);
  font-weight: 600;
}

.shop-plans-feature-display {
  margin-top: 72px;
  margin-bottom: 0;
}

.section-block.subsection.container {
  margin-bottom: 72px;
  padding-top: 72px;
}

.section-block.subsection.container.left-align-container {
  align-items: flex-end;
}

.section-block.subsection.mission-statement {
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-block.subsection.color-bg {
  background-color: var(--green--100);
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-block.subsection.container-copy {
  margin-bottom: 72px;
  padding-top: 72px;
}

.section-block.subsection.container-copy.left-align-container {
  align-items: flex-end;
}

.bold-text-3 {
  color: var(--green--600);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.bold-text-4 {
  color: var(--green--600);
}

.bold-text-5, .bold-text-6 {
  color: var(--green--500-primary);
  font-weight: 600;
}

.bold-text-7, .bold-text-8 {
  color: var(--green--600);
  font-weight: 600;
}

.bold-text-9 {
  color: var(--green--500-primary);
  font-weight: 600;
}

.feature-box-list {
  border-radius: 16px;
  padding: 0 24px 0 32px;
  line-height: 150%;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 600;
}

.quote-box {
  background-color: var(--green--100);
  border-radius: 16px;
  margin-bottom: 72px;
  padding: 48px 24px;
}

.bold-text-13 {
  font-weight: 600;
}

.full-width-column {
  padding: 72px 48px;
}

.full-width-column.color-bg-1 {
  background-color: var(--green--500-primary);
  padding-left: 24px;
  padding-right: 24px;
}

.full-width-column.color-bg-2 {
  background-color: var(--green--100);
}

.link-2 {
  color: var(--green--500-primary);
  font-weight: 500;
}

.image-6 {
  max-height: 500px;
}

.column-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  max-height: 500px;
}

.column-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  max-height: 500px;
}

.column-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  max-height: 500px;
}

.column-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  max-height: 500px;
}

.column-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-11 {
  max-height: 500px;
}

.column-11 {
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.image-12 {
  max-height: 500px;
}

.column-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  max-height: 500px;
}

.column-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14 {
  max-height: 500px;
}

.column-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  max-height: 500px;
}

.column-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-box-copy {
  flex-flow: row;
  width: 100%;
  margin-bottom: 72px;
  display: flex;
}

.feature-box-copy.flex-row-reverse {
  flex-flow: row-reverse;
}

.feature-box-copy.flex-row-reverse.flex-row-center {
  align-items: center;
}

.feature-box-copy.why-fairplay {
  flex-flow: column;
  width: 33%;
}

.feature-box-copy.shop-plans {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 24px;
}

.feature-box-copy.flex-row-center {
  align-items: center;
  width: 100%;
}

.feature-box-copy.flex-row-center.flex-row-reverse {
  width: 100%;
}

.image-16 {
  max-height: 500px;
}

.column-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--gray--400);
  font-size: 10px;
  font-weight: 400;
}

.section-3 {
  background-color: var(--green--100);
}

.div-block-16 {
  margin-bottom: 48px;
}

.image-17 {
  width: 300px;
}

.navbar-menu-icon {
  display: none;
}

.navbar-header {
  z-index: 10;
  background-color: var(--white);
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.container-11 {
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .display-1.hero {
    color: var(--green--500-primary);
    text-shadow: none;
  }

  .paragraph.heading-2 {
    text-align: left;
  }

  .display-3.navigation-title.design {
    color: var(--white);
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .section-hero {
    background-position: 50% 30%;
  }

  .hyperlink-button {
    justify-content: center;
    align-items: center;
  }

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

  .insight-section {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .slider-image-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: center;
    max-height: none;
  }

  .prototype-display {
    height: 600px;
  }

  .right-arrow {
    pointer-events: auto;
  }

  .slider-image {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: space-between;
    width: auto;
    max-width: 100vw;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 72px;
    display: flex;
  }

  .hero-visual {
    width: 200px;
    height: 200px;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-hero {
    background-position: 50% 0;
  }

  .insight-image.crazy-8, .insight-image.archetype, .insight-image.design-fiction, .insight-image.creative-matrix, .insight-image.parallel-prototyping, .insight-image.pain-point-1, .insight-image.pain-point-2, .insight-image.pain-point-3 {
    width: 200px;
    height: 200px;
  }

  .feature-box.shop-plans.free-plan, .feature-box-copy.shop-plans.free-plan {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-item.footer-item {
    text-align: center;
  }

  .display-1.hero {
    font-size: 36px;
  }

  .display-1.section-hero {
    font-size: 32px;
  }

  .paragraph.heading-2 {
    font-size: 18px;
  }

  .columns.container {
    flex-flow: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .body-text.prototype-demo {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .prototype-demo {
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-hero {
    background-position: 50% 0;
    background-size: contain;
  }

  .paragraph-section.container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .insight-image.crazy-8, .insight-image.archetype, .insight-image.design-fiction, .insight-image.creative-matrix, .insight-image.parallel-prototyping {
    width: 150px;
    height: 150px;
  }

  .insight-card, .insight-card.row-reverse {
    flex-flow: column;
  }

  .slider-image-container {
    align-items: center;
    max-width: 80%;
  }

  .container-9 {
    margin-bottom: 48px;
  }

  .prototype-display {
    height: 360px;
  }

  .slide {
    padding: 0 24px;
  }

  .slider-image {
    height: 300px;
  }

  .prototype-image {
    max-height: 100%;
  }

  .slider-3 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .logo.w--current {
    margin-left: 16px;
  }

  .header.container {
    justify-content: space-between;
    padding: 8px 16px;
    display: flex;
  }

  .navigation-item, .navigation-item.w--current, .navigation-item.highlight {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .navigation-item.team-member-linkedin {
    text-align: center;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-1.hero {
    text-align: center;
    font-size: 28px;
  }

  .display-1.team {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 120%;
  }

  .display-1.section-hero {
    margin-top: 0;
    font-size: 18px;
  }

  .display-1.section-hero.shop-plans {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .hero-visual {
    display: none;
  }

  .paragraph.heading-2 {
    text-align: center;
    font-size: 14px;
  }

  .columns.container.hero-visual {
    flex-flow: column;
    display: block;
  }

  .column {
    flex: 0 auto;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-1.paragraph-section, .heading-1.insight-highlight {
    font-size: 18px;
  }

  .heading-1.feature-box {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
  }

  .display-3 {
    text-align: center;
    font-size: 21px;
  }

  .display-3.navigation-title {
    font-size: 18px;
  }

  .display-3.team {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .display-3.team.read-more {
    font-size: 18px;
  }

  .display-3.research-insight {
    font-size: 24px;
  }

  .display-3.full-width-column.centered-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .display-2 {
    text-align: center;
    font-size: 28px;
  }

  .display-2.section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .display-2.subsection.centered.container {
    margin-bottom: 0;
    font-size: 21px;
  }

  .display-2.subsection.centered.why-fairplay {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 21px;
  }

  .body-text {
    text-align: left;
    font-size: 14px;
  }

  .body-text.team {
    font-size: 14px;
  }

  .body-text.prototype-demo {
    text-align: center;
  }

  .body-text.paragraph-section, .body-text.design.section-hero {
    font-size: 14px;
  }

  .body-text.caption.demo {
    max-width: none;
  }

  .body-text.caption.feature-box {
    display: block;
  }

  .body-text.how-it-works.feature-box, .body-text.subsection.left-align {
    text-align: center;
  }

  .body-text.full-width-column.color-bg-1.centered, .body-text.full-width-column.color-bg-2 {
    margin-bottom: 0;
    padding: 8px 0 0;
  }

  .prototype-demo, .prototype-demo.prototype-demo-reverse {
    flex-flow: column;
  }

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

  .heading-3.feature-box.demo, .heading-3.how-it-works.feature-box {
    text-align: center;
    display: block;
  }

  .heading-3.how-it-works.feature-box.shop-plans, .heading-3.italic.quote-box {
    text-align: center;
  }

  .link-block.research, .link-block.design, .link-block.team {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .frame-34 {
    grid-row-gap: 8px;
    flex-flow: column-reverse;
  }

  .vectors-wrapper {
    width: 24px;
    height: 24px;
  }

  .caption {
    text-align: center;
    font-size: 12px;
  }

  .team-circles.container {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .container.why-fairplay.section-hero {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.subsection.slogan-cta {
    margin-top: 0;
  }

  .container.section-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.section-hero.shop-plans {
    padding-top: 0;
  }

  .container.shop-plans {
    margin-bottom: 0;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
    margin-bottom: 8px;
  }

  .team-member-name {
    margin-bottom: 0;
  }

  .section-hero {
    flex-flow: column;
    margin-top: 24px;
    display: block;
  }

  .section-hero.research {
    margin-top: 0;
  }

  .hyperlink-button {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .arrow-svg {
    display: none;
  }

  .learn-more {
    padding: 24px;
  }

  .button.heading-3 {
    font-size: 14px;
  }

  .container-5 {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    z-index: 10;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--white);
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    position: absolute;
    top: 64px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-bottom: 48px;
  }

  .activities-flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .activity-card.flex-3-col {
    max-width: 100%;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 24px;
  }

  .heading-2.activity-description {
    margin-top: 0;
  }

  .quote {
    font-size: 14px;
  }

  .read-more, .slider-image-container {
    flex-flow: column;
  }

  .hero-span.stat {
    font-size: 32px;
  }

  .container-9 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .container-9.hero {
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container-10 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bold-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
  }

  .prototype-display {
    height: 200px;
  }

  .prototype-display.phone {
    height: auto;
  }

  .slide {
    padding: 0 8px;
  }

  .slider-3 {
    height: 270px;
  }

  .feature-box {
    flex-flow: column;
    max-width: 100%;
    margin-bottom: 0;
  }

  .feature-box.flex-row-reverse {
    flex-flow: column;
  }

  .feature-box.why-fairplay, .feature-box.shop-plans.free-plan {
    width: auto;
  }

  .feature-box.features {
    width: auto;
    margin-bottom: 36px;
  }

  .feature-box-container {
    flex-flow: column;
  }

  .feature-box-container.why-fairplay {
    flex-flow: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .feature-box-container.shop-plans {
    flex-flow: column;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-box-container.vertical-wrapper {
    margin-top: 0;
  }

  .flex-block-3 {
    flex-flow: column;
    align-items: center;
  }

  .column-feature-box {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .column-container {
    flex-flow: column;
  }

  .column-container.why-fairplay {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-box-copy {
    max-width: 100%;
  }

  .shop-plans {
    margin-top: 0;
  }

  .slogan-cta {
    padding: 24px;
  }

  .section-block.subsection.container {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .section-block.subsection.container.left-align-container {
    margin-bottom: 0;
    padding-top: 24px;
  }

  .section-block.subsection.color-bg {
    padding: 24px;
  }

  .section-block.subsection.container-copy {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-box-list {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .full-width-column.color-bg-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .full-width-column.color-bg-2 {
    padding: 24px;
  }

  .image-6, .image-7, .image-8 {
    max-height: 270px;
  }

  .image-9 {
    max-height: 240px;
    margin-bottom: 8px;
  }

  .image-11, .image-12, .image-13, .image-14, .image-15 {
    max-height: 270px;
  }

  .feature-box-copy {
    flex-flow: column;
    max-width: 100%;
    margin-bottom: 0;
  }

  .feature-box-copy.flex-row-reverse {
    flex-flow: column;
    margin-bottom: 0;
  }

  .image-16 {
    max-height: 270px;
  }

  .text-block-3 {
    font-size: 8px;
  }

  .div-block-16 {
    margin-bottom: 16px;
  }

  .image-17 {
    width: 240px;
  }

  .navbar-menu-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 16px;
    bottom: 16px;
    right: 16px;
  }

  .dropdown-toggle {
    position: absolute;
  }

  .navbar-header {
    background-color: var(--white);
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
  }

  .container-11 {
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--green--400);
    border-radius: 8px;
    padding: 8px;
  }

  .container-12 {
    margin-left: 16px;
    margin-right: 16px;
  }
}

#w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba559-a4dc4319, #w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba564-a4dc4319, #w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba56e-a4dc4319, #w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba578-a4dc4319, #w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba582-a4dc4319 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba564-a4dc4319, #w-node-_6ed19d8e-9208-e0d9-8034-2e5c820ba56e-a4dc4319 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


