.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #184043;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #184043;
  font-size: 18px;
  line-height: 1.5;
}

.navigation {
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 0px 3%;
  background-color: #181818;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 14px 36px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
  font-weight: 400;
}

.nav-link.far-right {
  padding-right: 0px;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0px 3% 0px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-column {
  position: relative;
  text-decoration: none;
}

.display-heading {
  margin-bottom: 14px;
  padding-bottom: 0px;
  font-family: Carbon, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 122%;
  font-weight: 500;
}

.paragraph-green {
  margin-top: 22px;
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.paragraph-green.story {
  padding: 0px 0%;
  color: #181818;
}

.body {
  background-color: #181818;
  font-family: Inter, sans-serif;
  cursor: auto;
}

.button-green {
  padding: 16px 30px;
  background-color: #fff;
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 20px;
  font-weight: 700;
}

.content-heading-grid {
  width: 100%;
  margin-bottom: 44px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-heading-white {
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
}

.button-white {
  padding: 16px 32px;
  background-color: #181818;
  font-family: Inconsolata, monospace;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: 700;
}

.content-grid {
  grid-column-gap: 62px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid.grid-gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.paragraph-white-60 {
  margin-bottom: 32px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 140%;
}

.paragraph-white-60.space {
  margin-top: 24px;
}

.hero-image {
  min-width: auto;
}

.image-feature {
  width: 26%;
}

.section-heading-green {
  font-family: Plusjakartadisplay, sans-serif;
  color: #184043;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
}

.section-heading-green.padding-below-32 {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 40px;
  font-weight: 700;
}

.products {
  padding: 80px 3%;
  background-color: #f3f3f3;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.newsletter-section {
  position: relative;
  padding: 100px 3%;
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.container-large {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.newsletter-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  width: 100%;
  margin-right: 16px;
  text-align: left;
}

.subscribe-form-input {
  display: block;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  color: #184043;
  font-size: 20px;
  font-weight: 400;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer {
  padding: 50px 3%;
  background-color: #f3f3f3;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subtitle-footer {
  max-width: 450px;
  margin-bottom: 38px;
  color: #303030;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.social-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 16px;
  border-radius: 100px;
  background-color: #fff;
}

.highlight-span {
  overflow: visible;
  background-image: url('../images/Scratch.png');
  background-position: 50% 70%;
  background-size: 284px;
  background-repeat: no-repeat;
}

.story {
  padding: 60px 3%;
  background-color: #fff;
}

.background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 200px;
  background-color: #f3f3f3;
}

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

.container-flowbase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-mark-flowbase {
  width: 45px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-link {
  margin-left: 10px;
  padding: 14px;
}

.text-span {
  color: #7839f3;
}

.button-flowbase {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #5f30e2;
  border-radius: 10px;
  background-color: #7839f3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.button-flowbase:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.close-icon {
  width: 26px;
}

.flowbase-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  padding: 10px 2%;
  background-color: #fff;
  box-shadow: 8px 8px 52px 0 rgba(0, 0, 0, 0.1);
}

.text-block {
  color: #4e5d78;
  font-size: 12px;
  font-weight: 600;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.template-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 20px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-decoration: none;
}

.grid-column-hero {
  position: relative;
  margin-bottom: 26px;
  text-decoration: none;
}

.logo-footer {
  width: 80px;
  margin-bottom: 26px;
}

.grid-column-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.image-2 {
  background-color: transparent;
}

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-2 {
  width: 80%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  margin-right: auto;
  margin-left: auto;
  padding: 12px 28px;
  background-color: #181818;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
}

.field-label {
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
}

.field-label-2 {
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
}

.field-label-3 {
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
}

.field-label-4 {
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
}

.field-label-5 {
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 16px;
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1200px;
  padding: 60px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: auto;
  padding-right: 32px;
  padding-left: 0px;
  color: #303030;
  line-height: 1.74;
}

.paragraph.story {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 34px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Carbon, sans-serif;
  color: #181818;
  font-size: 48px;
  font-weight: 500;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.image-3 {
  margin-right: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 110px;
  grid-row-gap: 110px;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  margin-bottom: 35px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  font-family: Inconsolata, monospace;
  color: #f3f3f3;
  font-size: 34px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.image-4 {
  margin: 10px;
  background-color: hsla(0, 0%, 95.3%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.image-4:hover {
  background-color: hsla(0, 0%, 95.3%, 0.28);
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-10.bottomm {
  width: 66%;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-11._12 {
  width: 50%;
  margin-right: 0px;
  margin-left: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.div-block-11._11 {
  width: 50%;
  margin-right: 0px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.div-block-11._11.dry {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-7 {
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Inconsolata, monospace;
  color: #181818;
  font-size: 34px;
  font-weight: 700;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #181818;
  font-size: 18px;
  text-align: left;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-3.w--current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.instagram {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-8 {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacer {
  height: 12vh;
}

.image-5 {
  padding-top: 14px;
}

.skyline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0.4;
}

.section {
  height: 100px;
}

.section-2 {
  padding-right: 3%;
  padding-left: 3%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-9 {
  margin-bottom: 22px;
  padding-bottom: 0px;
  font-family: Inconsolata, monospace;
  font-size: 34px;
}

.section-3 {
  height: 100px;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 3%;
}

.section-5 {
  height: 100px;
}

.section-6 {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .header-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .display-heading {
    margin-top: 30px;
    font-size: 46px;
    text-align: left;
  }

  .paragraph-green {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: left;
  }

  .content-grid {
    grid-column-gap: 32px;
  }

  .content-grid.grid-gap {
    justify-items: center;
    grid-column-gap: 32px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .hero-image {
    overflow: visible;
    width: 44%;
    min-width: auto;
  }

  .image-feature {
    max-width: 400px;
  }

  .newsletter-section {
    background-size: cover;
  }

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

  .container-flowbase {
    position: relative;
    min-height: auto;
  }

  .flowbase-bar {
    display: none;
  }

  .grid-column-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .grid-column-content {
    padding: 30px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.story {
    text-align: center;
  }

  .div-block-6 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .div-block-8 {
    overflow: visible;
  }

  .icon {
    color: #f3f3f3;
  }

  .div-block-13 {
    margin-top: 40px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-green.story {
    text-align: center;
  }

  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-grid.grid-gap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-feature {
    width: 50%;
  }

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

  .grid-column-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph.story {
    margin-left: 0px;
    text-align: center;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10.bottomm {
    width: 100%;
  }

  .instagram {
    overflow: hidden;
  }

  .div-block-13 {
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .navigation {
    border: 0px none #000;
    mix-blend-mode: normal;
  }

  .header-section {
    padding-right: 3%;
    padding-left: 3%;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .display-heading {
    margin-top: 0px;
    font-size: 42px;
    text-align: center;
  }

  .paragraph-green {
    text-align: center;
  }

  .content-heading-grid {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-image {
    width: 60%;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .grid-column-hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    padding-right: 0px;
    text-align: center;
  }

  .paragraph.story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-2 {
    font-size: 28px;
  }

  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-10.bottomm {
    width: 100%;
  }

  .div-block-11._12 {
    width: 100%;
    margin-bottom: 38px;
    margin-left: 0px;
  }

  .div-block-11._11 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 38px;
  }

  .instagram {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 3%;
    padding-left: 3%;
  }
}

#w-node-_76a1d432-c7a5-49a4-be79-10eca6ad598a-ae198b6f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_732fdc90-ba4d-7ac9-c487-e8c22d99956a-ae198b6f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-af731f87-8cd5-e353-363b-af097d8ecdde-ae198b6f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_76a1d432-c7a5-49a4-be79-10eca6ad598a-ae198b6f {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carbon';
  src: url('../fonts/CarbonPersonalUseBold-VGedw.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vanilladreamers 9y7pk';
  src: url('../fonts/VanillaDreamers-9Y7pK.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}