:root {
  --gray-20: #ebedf1;
  --white: white;
  --primary-40: #71ffcc;
  --primary-80: #4db48f;
  --gray-80: #2d343a;
  --gray-60: #7a818f;
  --gray-40: #b3b6bb;
  --primary-20: #eafffd;
}

body {
  color: var(--gray-20);
  background-color: #000;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  margin-right: 5px;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand {
  align-items: center;
  width: 120px;
  display: flex;
}

.brand.w--current {
  width: 120px;
}

.nav-menu {
  align-items: center;
  height: 100%;
  display: flex;
}

.logo-icon {
  max-width: 160%;
}

.navigation {
  background-color: #0000;
  width: 100%;
  height: 70px;
  position: absolute;
}

.burger-icon {
  cursor: pointer;
  display: none;
}

.nav-link {
  color: var(--gray-20);
  letter-spacing: .2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--primary-40);
}

.nav-link.w--current {
  color: var(--primary-80);
}

.nav-link.left-margin {
  margin-left: 20px;
}

.nav-link.left-margin.w--current {
  color: var(--primary-80);
}

.h3 {
  z-index: 100;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 52px;
  position: relative;
}

.h3.bottom-margin {
  margin-bottom: 20px;
}

.h3.primary {
  color: var(--primary-40);
  margin-left: 16px;
  margin-right: 16px;
}

.h3.dark {
  color: var(--gray-80);
  text-align: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.color {
  background-color: var(--gray-80);
  color: var(--gray-80);
  border-radius: 16px;
  width: 100px;
  height: 100px;
}

.color.grey-60 {
  background-color: var(--gray-60);
}

.color.grey-40 {
  background-color: var(--gray-40);
}

.color.grey-20 {
  background-color: var(--gray-20);
}

.color.primary-80 {
  background-color: var(--primary-80);
}

.color.primary-40 {
  background-color: var(--primary-40);
}

.color.primary-20 {
  background-color: var(--primary-20);
}

.styleguide-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.h2 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}

.h2.dark {
  color: var(--gray-80);
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Titillium Web, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 76px;
}

.h1.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1.white {
  color: var(--white);
}

.display {
  letter-spacing: -.2px;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: Titillium Web, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.link {
  color: var(--gray-20);
  margin-top: 10px;
  text-decoration: none;
}

.link:hover {
  color: var(--primary-80);
}

.styleguide-colors {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center;
  display: grid;
}

.styleguide-container {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  background-color: #000c;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-image: url('../images/Hero-BG-Desktop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section.white {
  background-color: var(--primary-20);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.footer {
  border-top: 2px solid var(--primary-40);
  background-color: #141414;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.bottom-margin {
  padding-bottom: 140px;
}

.section.top-margin {
  background-color: #000c;
  padding-top: 140px;
}

.section.margin {
  padding-top: 140px;
  padding-bottom: 140px;
}

.small-title {
  color: var(--gray-40);
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.primary-button {
  background-color: var(--primary-40);
  color: var(--gray-80);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--primary-80);
}

.primary-button.w--current {
  align-self: flex-end;
}

.primary-button.left-margin {
  align-self: center;
  margin-left: 20px;
}

.primary-button.pricing {
  align-self: stretch;
}

.small-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 480px;
  display: flex;
  position: relative;
}

.small-container.hero {
  max-width: 600px;
}

.small-container.center {
  align-items: center;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  display: grid;
}

.main-grid.top-margin {
  grid-column-gap: 30px;
  margin-top: 40px;
}

.footer-bottom {
  border-top: 1px solid var(--gray-80);
  background-color: #181818;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.dot {
  color: var(--gray-60);
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link {
  color: var(--gray-40);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--primary-40);
}

.asset-container {
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  margin-top: 50px;
  padding: 10px 30px 10px 10px;
  display: flex;
}

.asset-composition {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  height: 260px;
  display: flex;
  overflow: hidden;
}

.asset-links {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 30px 20px 50px;
  display: grid;
}

.image-assets {
  border-radius: 6px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.utility-page-wrap.colored {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 360px;
  display: grid;
}

.large-icon {
  width: 100px;
}

.testimonial {
  opacity: .5;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  transition: all .2s;
}

.testimonial.w--current {
  opacity: 1;
  background-color: #0000;
}

.text {
  z-index: 100;
  color: var(--gray-40);
  margin-bottom: 0;
  font-weight: 400;
}

.text.gray {
  color: var(--gray-60);
}

.text.white {
  color: var(--white);
  letter-spacing: .2px;
}

.text.dark {
  color: var(--gray-60);
}

.text.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text.top-margin {
  margin-top: 10px;
}

.semibold-text {
  z-index: 100;
  margin-bottom: 0;
  font-weight: 600;
}

.download-button {
  border: 1px solid var(--gray-80);
  background-color: var(--primary-80);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px 14px 28px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.download-button:hover {
  background-color: #333333d6;
}

.image-section {
  z-index: 100;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.rich-text-block {
  background-color: var(--white);
  color: var(--gray-80);
  border-radius: 20px;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
}

.rich-text-block h2 {
  color: var(--gray-80);
  font-family: Titillium Web, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.rich-text-block h3 {
  font-family: Manrope;
  font-size: 34px;
  line-height: 46px;
}

.rich-text-block img {
  border-radius: 16px;
}

.rich-text-block h4 {
  color: var(--gray-80);
  margin-top: 30px;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.rich-text-block p {
  color: var(--gray-60);
}

.rich-text-block h3 {
  color: var(--gray-80);
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
}

.rich-text-block li {
  color: var(--gray-60);
}

.rich-text-block blockquote {
  border-left-color: var(--gray-80);
  margin-bottom: 30px;
  font-family: Titillium Web, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.rich-text-block strong {
  color: var(--gray-80);
}

.rich-text-block.bottom-margin {
  margin-bottom: 40px;
}

.label {
  background-color: var(--primary-40);
  border-radius: 40px;
  padding: 4px 14px;
  font-size: 14px;
  line-height: 26px;
}

.version-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 580px;
  margin-top: 40px;
  display: grid;
}

.buttons-container {
  color: var(--gray-60);
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.center-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-container.background {
  background-image: url('../images/bubbles.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.small-text {
  color: var(--gray-40);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.small-text.primary {
  color: var(--primary-40);
}

.small-text.dark {
  color: var(--gray-80);
}

.small-text.margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 480px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tab-link {
  color: var(--gray-40);
  background-color: #0000;
  border-bottom: 2px solid #7a818f4d;
  border-radius: 1px;
  justify-content: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.tab-link.w--current {
  border-bottom-style: solid;
  border-bottom-color: var(--primary-80);
  color: var(--gray-20);
  background-color: #0000;
  font-weight: 600;
}

.tabs-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tab-pane {
  width: 100%;
}

.horizontal-container {
  align-items: center;
  display: flex;
}

.input {
  border: 1px solid var(--primary-40);
  color: var(--gray-20);
  background-color: #0000;
  border-radius: 10px;
  height: 100%;
  padding: 8px 20px;
}

.input:focus {
  border-color: var(--gray-20);
}

.input::placeholder {
  color: var(--gray-60);
}

.input.padding {
  padding-top: 26px;
  padding-bottom: 26px;
}

.input.message {
  min-height: 200px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  place-items: start center;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.h4 {
  font-family: Titillium Web, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.h4.right-margin {
  margin-right: 14px;
}

.small-semibold-text {
  color: var(--gray-20);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.small-bold-text {
  color: var(--gray-20);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.outline-button {
  border: 2px solid var(--primary-40);
  color: var(--gray-20);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.outline-button:hover {
  background-color: var(--primary-40);
  color: var(--gray-80);
}

.outline-button.w--current {
  align-self: flex-end;
}

.outline-button.left-margin {
  align-self: stretch;
  margin-left: 20px;
}

.play-button {
  background-color: var(--primary-40);
  color: var(--gray-80);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px 12px 28px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  background-color: var(--primary-80);
}

.play-button.absolute {
  z-index: 200;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.play-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.span {
  font-family: Quicksand, sans-serif;
  font-size: 65px;
  font-weight: 300;
}

.hero-image {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.image {
  z-index: 200;
  object-fit: contain;
  width: 110%;
  max-width: 100%;
  height: 550px;
  position: relative;
}

.absolute-bg {
  z-index: 1;
  height: 600px;
  position: absolute;
  inset: 0% -32% auto auto;
}

.secondary-button {
  color: var(--gray-20);
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.arrow-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.tab-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 480px 1fr;
  grid-auto-columns: max-content;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.square {
  z-index: 200;
  border: 2px solid var(--primary-40);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.image-wrapper {
  max-width: 590px;
  height: 398px;
}

.video-wrapper {
  z-index: 100;
  object-fit: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.secondary-dark-button {
  color: var(--gray-80);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.two-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-col-grid.top-margin {
  grid-row-gap: 50px;
  margin-top: 40px;
}

.two-col-grid.medium {
  grid-column-gap: 60px;
  grid-template-columns: max-content 1fr;
  align-items: center;
  max-width: 920px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--gray-20);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.feature-wrapper:hover {
  background-color: #02ffe247;
  border-radius: 20px;
  box-shadow: 0 10px 50px #02ffe242;
}

.feature-wrapper.center {
  text-align: center;
  justify-items: center;
  width: 100%;
  max-width: 260px;
}

.feature-wrapper.large {
  text-align: center;
  justify-items: center;
  max-width: 340px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.alt-feature-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  border: 2px solid var(--primary-40);
  color: var(--gray-20);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.alt-feature-wrapper:hover {
  border-color: var(--gray-20);
}

.testimonial-tabs {
  flex-direction: column;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-footer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-links {
  align-items: center;
  margin-top: 18px;
  margin-right: 0;
  display: flex;
}

.social-links.top-margin {
  margin-top: 20px;
}

.social-link.margin {
  margin-left: 10px;
  margin-right: 10px;
}

.feature-icon.bottom-margin {
  margin-bottom: 10px;
}

.feature-title {
  font-family: Titillium Web, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.article {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  border: 1px solid var(--primary-40);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}

.small-text-category {
  color: var(--primary-40);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.avatar-team {
  object-fit: cover;
  border-radius: 500px;
  justify-content: space-between;
  align-items: stretch;
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.avatar-team.large {
  border: 4px solid var(--primary-40);
  width: 240px;
  height: 240px;
  margin-bottom: 20px;
}

.small-social-link {
  width: 26px;
}

.small-social-link.margin {
  margin-left: 10px;
  margin-right: 10px;
}

.link-wrapper {
  color: var(--gray-20);
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rich-text-team h2 {
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
}

.rich-text-team p {
  color: var(--gray-40);
}

.rich-text-team h4 {
  font-family: Titillium Web, sans-serif;
}

.rich-text-team li {
  color: var(--gray-40);
}

.rich-text-team ul {
  padding-left: 20px;
}

.rich-text-team h3 {
  margin-bottom: 20px;
  font-family: Titillium Web, sans-serif;
  font-weight: 600;
}

.pricing-card {
  text-align: center;
  background-color: #02ffe233;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
  box-shadow: 0 4px 30px #02ffe233;
}

.pricing-card.white {
  background-color: var(--white);
  color: var(--gray-80);
}

.price-span {
  font-size: 20px;
  font-weight: 300;
}

.horizontal-line {
  background-color: var(--primary-40);
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.horizontal-line.dark {
  background-color: var(--primary-80);
}

.small-feature {
  align-self: flex-start;
  max-width: 470px;
  margin-top: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.check-icon {
  width: 24px;
  margin-right: 8px;
}

.pricing-content {
  margin-bottom: 20px;
}

.pricing-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 25% 25% 25% 25%;
  grid-auto-columns: 25%;
  margin-top: 40px;
  display: grid;
}

.title-pricing {
  background-color: #2d343a57;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.title-pricing.green {
  background-color: #02ffe224;
}

.title-pricing.top-left-corner {
  border-top-left-radius: 20px;
  width: 25%;
  height: 100%;
}

.title-pricing.top-right-corner {
  border-top-right-radius: 20px;
}

.feature-pricing {
  background-color: #2d343a57;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.feature-pricing.bottom-left-corner {
  border-bottom-left-radius: 20px;
}

.columns {
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 100%;
  display: flex;
}

.pricing-cell {
  background-color: #2d343a57;
  justify-content: center;
  align-items: center;
  padding: 16px 15px;
  display: flex;
}

.pricing-cell.green {
  background-color: #02ffe224;
}

.row-pricing {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gray-line {
  background-color: var(--gray-80);
  width: 100%;
  height: 1px;
}

.line-cell {
  background-color: #2d343a57;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 0;
  display: flex;
}

.line-cell.green {
  background-color: #02ffe224;
}

.bottom-cell {
  background-color: #2d343a57;
  justify-content: center;
  align-items: center;
  padding: 16px 15px 30px;
  display: flex;
}

.bottom-cell.green {
  background-color: #02ffe224;
}

.bottom-cell.bottom-right-corner {
  border-bottom-right-radius: 20px;
}

.header-pricing {
  background-color: #2d343a57;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.small-square {
  z-index: 200;
  border: 2px solid var(--primary-40);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.small-image-wrapper {
  width: 100%;
  max-width: 380px;
  height: 460px;
  position: relative;
}

.illustration {
  z-index: 100;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.form-block {
  width: 100%;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 520px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.medium-container {
  justify-content: space-between;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medium-container.top-margin {
  margin-top: 40px;
}

.call-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--primary-40);
  color: var(--gray-20);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.call-wrapper:hover {
  background-color: #02ffe247;
  border-radius: 20px;
  box-shadow: 0 10px 50px #02ffe242;
}

.success-message {
  color: var(--primary-80);
  background-color: #02ffe21a;
  border-radius: 10px;
  max-width: 520px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: #c90040;
  background-color: #ff6b9a33;
  border-radius: 10px;
  max-width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tab-link-tab-1 {
  background-color: #000;
  display: flex;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  outline-offset: 0px;
  background-color: #4db48f;
  border-radius: 4px;
  outline: 3px #222;
}

.text-block {
  color: var(--white);
  text-align: center;
}

.small-header-text-footer {
  color: var(--gray-40);
  letter-spacing: .2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.small-header-text-footer.primary {
  color: var(--primary-40);
}

.small-header-text-footer.dark {
  color: var(--gray-80);
}

.small-header-text-footer.margin {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.image-2 {
  margin-right: 11px;
}

.image-3 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  position: static;
}

.image-4 {
  margin-left: 50px;
}

.image-5 {
  margin-left: 50px;
  margin-right: 10px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--primary-40);
}

@media screen and (max-width: 991px) {
  .navbar-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .middle-burger-line {
    background-color: var(--white);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #000;
    border-radius: 0;
    justify-content: center;
    height: auto;
    padding-bottom: 40px;
    box-shadow: 0 40px 30px #0000004d;
  }

  .bottom-burger-line {
    background-color: var(--white);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-icon {
    max-width: 140%;
  }

  .navigation {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .burger-icon {
    z-index: 400;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 4px;
    display: flex;
    position: relative;
  }

  .top-burger-line {
    background-color: var(--white);
    border-radius: 20px;
    width: 28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    height: auto;
    margin-left: 0;
    font-size: 16px;
  }

  .nav-link.left-margin {
    margin-left: 0;
  }

  .h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .display {
    font-size: 48px;
    line-height: 64px;
  }

  .section.hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .primary-button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .primary-button.w--current {
    margin-left: 0;
  }

  .primary-button.left-margin {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .small-container {
    max-width: 320px;
  }

  .small-container.hero {
    max-width: 360px;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid.top-margin {
    grid-column-gap: 20px;
  }

  .testimonial {
    max-width: 520px;
  }

  .image-section {
    z-index: 100;
    position: relative;
  }

  .rich-text-block {
    padding: 20px 40px;
  }

  .buttons-container {
    justify-content: center;
  }

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

  .horizontal-container {
    align-content: flex-start;
  }

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

  .outline-button {
    padding-left: 26px;
    padding-right: 26px;
  }

  .outline-button.w--current {
    margin-left: 0;
  }

  .outline-button.left-margin {
    margin-left: 10px;
  }

  .span {
    font-size: 50px;
  }

  .hero-image {
    margin-left: 0;
  }

  .arrow-icon {
    margin-left: 4px;
  }

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

  .image-wrapper {
    height: 420px;
  }

  .video-wrapper {
    height: 100%;
  }

  .two-col-grid.medium {
    grid-column-gap: 30px;
  }

  .feature-wrapper, .alt-feature-wrapper {
    padding: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-card {
    max-width: 400px;
  }

  .small-feature {
    align-items: center;
  }

  .bottom-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-square {
    margin-top: 10px;
    margin-left: 10px;
  }

  .small-image-wrapper {
    height: 420px;
  }

  .illustration {
    z-index: 100;
    position: relative;
  }

  .call-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 0;
  }

  .bottom-burger-line {
    padding-bottom: 0;
    padding-right: 0;
  }

  .logo-icon {
    max-width: 120%;
  }

  .nav-link {
    display: flex;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .h3 {
    font-size: 24px;
    line-height: 36px;
  }

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

  .h2, .h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .display {
    font-size: 42px;
    line-height: 48px;
  }

  .link {
    font-size: 15px;
    line-height: 26px;
  }

  .styleguide-colors {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section.white {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.bottom-margin {
    padding-bottom: 80px;
  }

  .section.top-margin {
    padding-top: 80px;
  }

  .container, .primary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-container {
    order: -1;
    max-width: 340px;
  }

  .small-container.hero {
    max-width: none;
  }

  .main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dot {
    font-size: 12px;
    line-height: 20px;
  }

  .footer-link:hover {
    border-bottom-style: solid;
    border-bottom-color: #0000;
  }

  .asset-container {
    padding-right: 10px;
  }

  .utility-page-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .testimonial {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text {
    font-size: 15px;
    line-height: 24px;
  }

  .semibold-text {
    font-size: 15px;
    line-height: 20px;
  }

  .download-button {
    font-size: 15px;
  }

  .rich-text-block.bottom-margin {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tab-link {
    font-size: 14px;
  }

  .horizontal-container.hero {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .h4.right-margin {
    font-size: 18px;
  }

  .outline-button {
    padding-left: 20px;
    padding-right: 24px;
    font-size: 13px;
  }

  .play-button {
    font-size: 15px;
  }

  .hero-image {
    margin-top: 30px;
    margin-left: 0;
  }

  .secondary-button {
    font-size: 15px;
  }

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

  .image-wrapper {
    height: 340px;
  }

  .secondary-dark-button {
    font-size: 15px;
  }

  .two-col-grid, .collection-list {
    grid-template-columns: 1fr;
  }

  .article {
    padding: 20px;
  }

  .avatar-team.large {
    width: 160px;
    height: 160px;
  }

  .pricing-grid {
    grid-template-columns: 20% 27% 26% 27%;
  }

  .title-pricing.top-left-corner {
    width: 20%;
  }

  .feature-pricing {
    width: 20%;
    padding-left: 20px;
  }

  .columns {
    width: 80%;
  }

  .bottom-cell {
    padding-left: 3px;
    padding-right: 3px;
  }

  .header-pricing {
    width: 20%;
    padding-left: 20px;
  }

  .small-image-wrapper {
    max-width: 340px;
  }
}

@media screen and (max-width: 479px) {
  .logo-icon {
    max-width: 100%;
  }

  .h3 {
    white-space: break-spaces;
    font-size: 20px;
    line-height: 30px;
  }

  .h3.primary {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
  }

  .h3.dark {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 24px;
    line-height: 38px;
  }

  .styleguide-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
  }

  .display {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 46px;
  }

  .styleguide-colors {
    grid-template-columns: 1fr 1fr;
  }

  .section.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.footer {
    padding-top: 40px;
  }

  .container._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button {
    align-self: stretch;
    padding: 12px 10px;
  }

  .primary-button.small {
    font-size: 3vw;
  }

  .small-container {
    text-align: left;
    align-items: flex-start;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .asset-container {
    flex-direction: column;
  }

  .asset-links {
    padding-left: 10px;
    padding-right: 10px;
  }

  .utility-page-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial {
    min-width: 100px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 4px 10px #37446f24;
  }

  .download-button {
    font-size: 15px;
  }

  .rich-text-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-block h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .rich-text-block h3 {
    font-size: 28px;
    line-height: 40px;
  }

  .rich-text-block ul {
    padding-left: 30px;
  }

  .rich-text-block blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  .rich-text-block.bottom-margin {
    margin-bottom: 20px;
    padding: 40px 20px;
  }

  .version-grid {
    grid-template-columns: max-content;
  }

  .buttons-container {
    flex-direction: column;
  }

  .center-container.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs {
    overflow: hidden;
  }

  .tab-link {
    justify-content: center;
    width: auto;
    min-width: 170px;
    display: flex;
  }

  .tabs-menu {
    justify-content: flex-start;
    overflow: scroll;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .h4.right-margin {
    margin-right: 0;
  }

  .outline-button {
    padding: 12px 10px;
    font-size: 13px;
  }

  .outline-button.left-margin {
    margin-top: 20px;
    margin-left: 0;
  }

  .outline-button.small {
    font-size: 3vw;
  }

  .play-button {
    font-size: 15px;
  }

  .span {
    font-size: 43px;
    line-height: 40px;
  }

  .image {
    height: 340px;
  }

  .absolute-bg {
    height: 400px;
  }

  .secondary-button {
    font-size: 15px;
  }

  .tab-content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .square {
    margin-top: 18px;
    margin-left: 10px;
  }

  .image-wrapper {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .video-wrapper {
    height: auto;
  }

  .secondary-dark-button {
    font-size: 15px;
  }

  .two-col-grid.top-margin {
    grid-row-gap: 30px;
  }

  .content-wrapper {
    margin-bottom: 20px;
  }

  .article {
    grid-template-rows: auto auto 80px;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .lines-image {
    width: 50px;
  }

  .pricing-card {
    padding: 24px;
  }

  .pricing-grid {
    grid-template-columns: 33% 34% 33%;
  }

  .title-pricing {
    padding-bottom: 20px;
  }

  .title-pricing.top-left-corner {
    display: none;
  }

  .title-pricing.top-right-corner {
    border-top-right-radius: 0;
  }

  .feature-pricing {
    border-top: 1px solid var(--gray-80);
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .feature-pricing.bottom-left-corner {
    display: none;
  }

  .columns {
    width: 100%;
  }

  .columns.lines {
    display: none;
  }

  .row-pricing {
    flex-direction: column;
    align-items: flex-start;
  }

  .gray-line {
    display: none;
  }

  .bottom-cell {
    height: 100%;
  }

  .bottom-cell.bottom-right-corner {
    border-bottom-right-radius: 0;
  }

  .header-pricing {
    border-top: 1px solid var(--gray-80);
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
  }

  .small-square {
    margin-top: 18px;
    margin-left: 10px;
  }

  .small-image-wrapper {
    height: 320px;
    margin-left: 0;
  }

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

  .medium-container.top-margin {
    flex-direction: column;
  }

  .call-wrapper {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

#w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077321-f132d283 {
  grid-area: 1 / 3 / 2 / 5;
  place-self: center;
}

#w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077322-f132d283 {
  grid-area: 1 / 5 / 2 / 7;
  place-self: center;
}

#w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077323-f132d283 {
  grid-area: 1 / 7 / 2 / 9;
  place-self: center;
}

#w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077324-f132d283 {
  grid-area: 1 / 9 / 2 / 11;
  place-self: center;
}

#w-node-cc69844e-63de-5619-73bc-8f3ac9b37f46-f132d283 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_71bf6480-0e20-1fd2-ca9b-98550cc333bd-f132d283 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_71bf6480-0e20-1fd2-ca9b-98550cc333c7-f132d283 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8ff19bfc-f609-33de-d060-1a633a5dadd9-f132d283 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83760a48-180c-69c3-60be-0a5d3993b9f9-f132d283 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a6dc106f-4f98-3c3d-a8e9-4533853d950f-f132d283 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_45319348-df49-17d6-501f-962f2f644130-f132d283 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_687e0af5-1ca9-53b6-7fd8-b31f3e9d387d-f132d283 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_687e0af5-1ca9-53b6-7fd8-b31f3e9d3881-f132d283 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f65e3388-7e57-5f6a-68fd-d65e7266be0e-f132d283 {
  grid-area: 2 / 5 / 3 / 9;
}

#w-node-f65e3388-7e57-5f6a-68fd-d65e7266be10-f132d283 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6673826e-663e-f715-a718-8c576438e70b-f132d283 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_6673826e-663e-f715-a718-8c576438e70d-f132d283 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7adba957-ecd9-4106-02c3-44f6bba77f17-1799a550, #w-node-_189a49de-32b8-ef11-686e-ba7124c994a6-1799a550, #w-node-_427674ae-84c5-0bea-6dfd-6780291d9d73-1799a550, #w-node-_8a98f487-428e-7873-c328-b47b60d8e2d7-1799a550 {
  justify-self: end;
}

#w-node-_6135e960eb12793727699bc0000000000013-f132d284 {
  justify-self: stretch;
}

#w-node-dbaf8937-00f9-fa2c-f301-2be126423707-f132d286 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_0800ebc8-3196-0d52-5fe4-f814c4745b90-f132d286 {
  grid-area: 2 / 2 / 4 / 3;
  place-self: start end;
}

#w-node-a9c65c76-0003-6769-eb40-7323f01dc7d8-f132d286 {
  place-self: start end;
}

#w-node-_5cee46cc-8567-8e77-2380-39b22820a40a-f132d286 {
  justify-self: center;
}

#w-node-_6f084826-fd0e-9bdb-f91c-18b5e14cc885-f132d28d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6f084826-fd0e-9bdb-f91c-18b5e14cc887-f132d28d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6f084826-fd0e-9bdb-f91c-18b5e14cc882-f132d28d {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_571eee47-504d-9a26-f170-4f989bcdca75-f132d291 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_276ec268-2834-5cc8-9087-97ea9a9012f0-f132d291 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bd2f93e2-7614-a0cb-b009-d8d2468b1246-f132d292, #w-node-b5c5cc1a-8929-5c15-ddb6-4acafca819e3-f132d294 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7f525c6a-7753-489f-e411-f8d5bb54d607-f132d297 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_6f8e6db2-e81c-cde8-054b-66ae6e605b1f-f132d297 {
  justify-self: center;
}

#w-node-_6f8e6db2-e81c-cde8-054b-66ae6e605b12-f132d297 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_83cf1d77-cdde-3c0e-3270-db39af90a85b-f132d297, #w-node-_83cf1d77-cdde-3c0e-3270-db39af90a858-f132d297 {
  justify-self: center;
}

#Message.w-node-_1d68cf48-fc6f-7a28-da8c-69bf73ad86a5-f132d297 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1d68cf48-fc6f-7a28-da8c-69bf73ad86a6-f132d297 {
  grid-area: 4 / 1 / 5 / 3;
  place-self: center;
}

#w-node-_3e814561-24c3-0f31-cc6e-2a98a72c7e19-f132d298 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7bafad12-9b88-53ba-da9d-7b1f5c8ec27c-f132d298 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-dc82ffa5-1d46-e0e7-df79-6f941667c3ef-f132d298 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_99f857ac-27a8-8c67-3f2c-82a3b25e4fd8-f132d298 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7c7bf5cb-285e-48e8-964f-eda5c348d84c-f132d298 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_7cc4bf33-da49-e60b-9817-14295a2007bd-f132d298 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-f7c6fcf9-2948-a4b7-12aa-d38a6c955e4f-f132d298 {
  grid-area: 4 / 1 / 5 / 5;
}

#w-node-_34ddfc7c-4a66-8a39-0f39-b6d2d2fde81d-f132d298 {
  grid-area: 5 / 1 / 6 / 5;
}

#w-node-_5060c881-d275-b812-2d50-01856877a2ac-f132d298 {
  grid-area: 6 / 1 / 7 / 5;
}

#w-node-d2110133-8486-cf8e-b16b-48c98ac365b7-f132d298 {
  grid-area: 7 / 1 / 8 / 5;
}

#w-node-_07355b85-13c3-6b40-2fc0-7ebcc79425da-f132d298 {
  grid-area: 8 / 1 / 9 / 5;
}

#w-node-d4b8708a-c4ae-a292-12cc-3905a7bea730-f132d298 {
  grid-area: 9 / 1 / 10 / 5;
}

#w-node-e50ba165-35e2-bc7b-805d-83f3c17516ac-f132d298 {
  grid-area: 10 / 1 / 11 / 5;
}

#w-node-e33540da-d00c-9367-c9b7-9835bc583463-f132d298 {
  grid-area: 11 / 1 / 12 / 5;
}

#w-node-e5d4417b-9851-a12d-ce4c-4e7e947c8973-f132d298 {
  grid-area: 12 / 1 / 13 / 5;
}

#w-node-_906237b9-31ee-9cc3-748a-edbdf9ff5fce-f132d298 {
  grid-area: 13 / 1 / 14 / 5;
}

#w-node-ce8f596b-538a-705f-6bcc-6ca8cb9e896f-f132d298 {
  grid-area: 14 / 1 / 15 / 5;
}

#w-node-_80f78c6f-8708-78a2-e8f9-a7b75871b5bd-f132d298 {
  grid-area: 15 / 1 / 16 / 5;
}

#w-node-_69261dba-fce8-aa19-837c-7ff0170f2a5c-f132d298 {
  grid-area: 16 / 1 / 17 / 5;
}

#w-node-c1a39be9-3abf-9691-8539-f51efa50b982-f132d298 {
  grid-area: 17 / 1 / 18 / 5;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c454-f132d29c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c457-f132d29c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c45a-f132d29c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c45d-f132d29c {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c462-f132d29c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c465-f132d29c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c464-f132d29c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4a420790-a3d6-4840-4173-75202830c467-f132d29c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06fb45dd-77c2-8fee-873e-184749576a08-f132d29c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d1f5a149-5a4c-55e0-a827-c18efd06976e-f132d29c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3e8b84f7-1c2d-2833-16a6-1ee334fcc56c-f132d29c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_98e7635d-3315-7d24-6f84-88b59c92f583-f132d29c {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077321-f132d283, #w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077322-f132d283, #w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077323-f132d283, #w-node-_78b6fec9-c3a9-7a4c-2827-80cf61077324-f132d283 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71bf6480-0e20-1fd2-ca9b-98550cc333bd-f132d283 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_71bf6480-0e20-1fd2-ca9b-98550cc333c7-f132d283 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90bfa88c-8878-3a06-b1ed-93e81799a55b-1799a550 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_7adba957-ecd9-4106-02c3-44f6bba77f17-1799a550 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_189a49de-32b8-ef11-686e-ba7124c994a6-1799a550 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
  }

  #w-node-_427674ae-84c5-0bea-6dfd-6780291d9d73-1799a550 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8a98f487-428e-7873-c328-b47b60d8e2d7-1799a550 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_283605cc-c632-34aa-a852-d27dc09f5720-f132d286 {
    align-self: center;
  }

  #w-node-_6f8e6db2-e81c-cde8-054b-66ae6e605b12-f132d297 {
    justify-self: end;
  }

  #w-node-_83cf1d77-cdde-3c0e-3270-db39af90a85b-f132d297 {
    justify-self: start;
  }

  #w-node-_3e814561-24c3-0f31-cc6e-2a98a72c7e19-f132d298 {
    grid-column-end: 9;
  }

  #w-node-_7bafad12-9b88-53ba-da9d-7b1f5c8ec27c-f132d298 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-dc82ffa5-1d46-e0e7-df79-6f941667c3ef-f132d298 {
    grid-area: 3 / 1 / 4 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc69844e-63de-5619-73bc-8f3ac9b37f46-f132d283 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83760a48-180c-69c3-60be-0a5d3993b9f9-f132d283 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a6dc106f-4f98-3c3d-a8e9-4533853d950f-f132d283 {
    grid-area: 2 / 1 / 2 / 9;
  }

  #w-node-_45319348-df49-17d6-501f-962f2f644130-f132d283 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_687e0af5-1ca9-53b6-7fd8-b31f3e9d387d-f132d283 {
    grid-row: 4 / 5;
    grid-column-end: 9;
  }

  #w-node-f65e3388-7e57-5f6a-68fd-d65e7266be0e-f132d283 {
    grid-row: 5 / 6;
    grid-column-start: 1;
  }

  #w-node-_6673826e-663e-f715-a718-8c576438e70b-f132d283 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_90bfa88c-8878-3a06-b1ed-93e81799a55b-1799a550 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_8a98f487-428e-7873-c328-b47b60d8e2d7-1799a550 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c79b9eb9-7a31-243f-9ab2-63916d472b77-f132d28d, #w-node-_7f525c6a-7753-489f-e411-f8d5bb54d5f9-f132d297 {
    justify-self: center;
  }

  #w-node-_7f525c6a-7753-489f-e411-f8d5bb54d607-f132d297 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f8e6db2-e81c-cde8-054b-66ae6e605b1f-f132d297 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f8e6db2-e81c-cde8-054b-66ae6e605b12-f132d297 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_83cf1d77-cdde-3c0e-3270-db39af90a85b-f132d297 {
    justify-self: center;
  }

  #w-node-_83cf1d77-cdde-3c0e-3270-db39af90a858-f132d297 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_99f857ac-27a8-8c67-3f2c-82a3b25e4fd8-f132d298 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c454-f132d29c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c457-f132d29c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45a-f132d29c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45d-f132d29c {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_71bf6480-0e20-1fd2-ca9b-98550cc333bd-f132d283 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_71bf6480-0e20-1fd2-ca9b-98550cc333c7-f132d283 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8a98f487-428e-7873-c328-b47b60d8e2d7-1799a550 {
    justify-self: stretch;
  }

  #w-node-_93be080f-b41c-15bc-f7fc-68c15b2bb12e-f132d286 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0800ebc8-3196-0d52-5fe4-f814c4745b90-f132d286 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-e4c4e8ed-8c3c-a9d6-edcc-a9742cb084a6-f132d286 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_283605cc-c632-34aa-a852-d27dc09f5720-f132d286 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-a9c65c76-0003-6769-eb40-7323f01dc7d8-f132d286 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_2a28dc9e-6dfb-b601-f932-41cc0cf8cc47-f132d28d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6f084826-fd0e-9bdb-f91c-18b5e14cc885-f132d28d {
    grid-row: 3 / 4;
  }

  #w-node-_6f084826-fd0e-9bdb-f91c-18b5e14cc887-f132d28d {
    grid-row: 4 / 5;
  }

  #w-node-_6f084826-fd0e-9bdb-f91c-18b5e14cc882-f132d28d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_276ec268-2834-5cc8-9087-97ea9a9012f0-f132d291 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d78044ad-ac7a-8961-e796-c7fd47964c6a-f132d292 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_15292dd9-6214-86cd-df20-4e003d5b44ce-f132d292 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bd2f93e2-7614-a0cb-b009-d8d2468b1246-f132d292 {
    grid-row: 3 / 4;
  }

  #w-node-a0d7c73b-fd15-d8cb-4900-4211e4f3e826-f132d294 {
    justify-self: start;
  }

  #Name.w-node-_1d68cf48-fc6f-7a28-da8c-69bf73ad86a3-f132d297 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Email.w-node-_1d68cf48-fc6f-7a28-da8c-69bf73ad86a4-f132d297 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Job-Title.w-node-f98d2878-81d3-387f-2a76-0465fccf7330-f132d297 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #Your-Website.w-node-f0be8264-deed-e165-78a1-a02b43b5857d-f132d297 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #Message.w-node-_1d68cf48-fc6f-7a28-da8c-69bf73ad86a5-f132d297 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_1d68cf48-fc6f-7a28-da8c-69bf73ad86a6-f132d297 {
    grid-row: 6 / 7;
    grid-column-end: 2;
    justify-self: stretch;
  }

  #w-node-_99f857ac-27a8-8c67-3f2c-82a3b25e4fd8-f132d298, #w-node-_7c7bf5cb-285e-48e8-964f-eda5c348d84c-f132d298, #w-node-_7cc4bf33-da49-e60b-9817-14295a2007bd-f132d298, #w-node-f7c6fcf9-2948-a4b7-12aa-d38a6c955e4f-f132d298, #w-node-_34ddfc7c-4a66-8a39-0f39-b6d2d2fde81d-f132d298, #w-node-_5060c881-d275-b812-2d50-01856877a2ac-f132d298, #w-node-d2110133-8486-cf8e-b16b-48c98ac365b7-f132d298, #w-node-_07355b85-13c3-6b40-2fc0-7ebcc79425da-f132d298, #w-node-d4b8708a-c4ae-a292-12cc-3905a7bea730-f132d298, #w-node-e50ba165-35e2-bc7b-805d-83f3c17516ac-f132d298, #w-node-e33540da-d00c-9367-c9b7-9835bc583463-f132d298, #w-node-e5d4417b-9851-a12d-ce4c-4e7e947c8973-f132d298, #w-node-_906237b9-31ee-9cc3-748a-edbdf9ff5fce-f132d298, #w-node-ce8f596b-538a-705f-6bcc-6ca8cb9e896f-f132d298, #w-node-_80f78c6f-8708-78a2-e8f9-a7b75871b5bd-f132d298, #w-node-_69261dba-fce8-aa19-837c-7ff0170f2a5c-f132d298, #w-node-c1a39be9-3abf-9691-8539-f51efa50b982-f132d298 {
    grid-column-end: 4;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c458-f132d29c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45a-f132d29c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c45d-f132d29c {
    grid-column: 2 / 3;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c462-f132d29c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4a420790-a3d6-4840-4173-75202830c465-f132d29c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_06fb45dd-77c2-8fee-873e-184749576a08-f132d29c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d1f5a149-5a4c-55e0-a827-c18efd06976e-f132d29c {
    grid-area: 1 / 1 / 2 / 2;
  }
}


