:root {
  --bg-primary: #fdfdfd;
  --text-secondary: #494949;
  --text-primary: #0404b4;
  --bg-brand: #363636;
  --text-color-brand: white;
  --bg-secondary: #f3f3f3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

body {
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  color: var(--text-primary);
  letter-spacing: -.02px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: var(--text-primary);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--text-secondary);
  text-decoration: underline;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

a:hover {
  color: var(--text-primary);
  text-decoration: none;
}

.section {
  align-items: flex-end;
  margin-top: -42px;
  padding-top: 81px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section.small {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: -233px;
  padding-top: 80px;
  padding-bottom: 80px;
  top: 214px;
  bottom: -30px;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.navigation {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-header-component {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  padding: 0;
}

.paragraph-container {
  max-width: 75ch;
}

.style-group {
  margin-top: 48px;
  padding-top: 40px;
  display: flex;
}

.caption {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.styles-callout {
  color: #eceeff;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 1px 8px;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles-callout.html-tag {
  color: #fff;
  background-color: #d13591;
  border-color: rgba(0, 0, 0, 0);
}

.paragraph-large {
  text-align: justify;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.5;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.6;
}

.hero-content-cell {
  justify-content: center;
}

.button-primary {
  grid-column-gap: 16px;
  border: 1px solid var(--bg-brand);
  background-color: var(--text-primary);
  color: var(--text-color-brand);
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 4px 2px rgba(16, 24, 40, .04);
}

.button-primary:hover {
  filter: brightness(75%);
  color: var(--text-color-brand);
  text-decoration: none;
}

.button-primary.full-width {
  text-align: center;
  width: 100%;
  display: inline-block;
}

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

.navigation {
  aspect-ratio: auto;
  background-color: #fff;
}

.hero-paragraph-container {
  max-width: 350px;
  margin-bottom: 24px;
}

.hero-header-floating-image-wrapper {
  width: 368px;
  position: absolute;
  bottom: -32px;
  left: -32px;
}

.hero-header-image-wrapper {
  position: relative;
}

.hero-header-image {
  clear: both;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: static;
}

.hero-header-floating-image {
  border-radius: 4px;
}

.features-item-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 40px;
  padding: 0;
}

.features-item-icon-wrapper {
  background-color: var(--bg-brand);
  border: 5px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  box-shadow: 0 6px 4px rgba(0, 0, 0, .06);
}

.features-item-icon {
  width: 24px;
  height: 24px;
}

.features-item-text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.pricing-components {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding: 0;
}

.pricing-plan {
  border: 1px solid var(--bg-secondary);
  background-color: var(--bg-secondary);
  border-radius: 4px;
  width: 100%;
  margin-top: 40px;
  padding: 32px 32px 48px;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03), 0 12px 16px -4px rgba(0, 0, 0, .08);
}

.pricing-plan.popular {
  position: relative;
  overflow: hidden;
  transform: translate(0, -48px);
  box-shadow: 0 8px 36px -2px rgba(16, 24, 40, .1), 0 24px 48px -4px rgba(0, 0, 0, .06);
}

.pricing-plan-heading {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.pricing-content-align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.pricing-price {
  color: #363636;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.4;
}

.pricing-text {
  padding-left: 4px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-feature {
  grid-column-gap: 8px;
  align-items: center;
  padding-bottom: 16px;
}

.divider {
  background-color: #f0f0f0;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-secondary {
  border: 1px solid var(--bg-brand);
  color: var(--text-primary);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 4px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 1.5;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button-secondary:hover {
  background-color: var(--bg-secondary);
  text-decoration: none;
}

.button-secondary.full-width {
  text-align: center;
  width: 100%;
}

.pricing-feature-list {
  margin-bottom: 24px;
}

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

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

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

.inner-container {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container.features {
  text-align: center;
  max-width: 600px;
  margin-bottom: 64px;
  padding-left: 0;
  padding-right: 0;
}

.eyebrow {
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.features-stack {
  float: none;
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: justify;
  padding: 0;
  text-decoration: none;
}

.featured-image {
  object-fit: cover;
  border-radius: 4px;
  height: 100%;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.logos-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.logos-wrapper {
  flex: 1;
  justify-content: center;
  min-width: 150px;
  padding: 12px 24px;
  display: flex;
}

.logos-logo-image {
  width: 100%;
  min-width: 150px;
  max-height: 24px;
}

.logo-component {
  background-color: var(--bg-secondary);
  border-radius: 4px;
  padding: 64px;
}

.cta-component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--bg-brand);
  color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.logo-link {
  margin-bottom: 32px;
  text-decoration: none;
}

.footer-social-list {
  grid-column-gap: 24px;
  width: 100px;
  height: 100px;
  margin-top: 32px;
  display: flex;
}

.footer-top-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  display: flex;
}

.footer-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  display: flex;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  min-width: 140px;
  display: flex;
}

.footer-link-list-heading {
  color: var(--text-primary);
  margin-bottom: 16px;
}

.footer-link {
  grid-column-gap: 8px;
  color: var(--text-secondary);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #222;
}

.social-link {
  color: #757575;
  margin-right: 35px;
  font-size: 19px;
  text-decoration: none;
}

.social-link:hover {
  color: #222;
}

.features-content-cell {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.typography-style-group-stack {
  width: 100%;
  padding: 0;
}

.h1 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-bottom: 24px;
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
}

.h2 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.styles-section-label {
  border-bottom: 1px solid var(--text-secondary);
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 8px;
}

.h3 {
  color: var(--text-primary);
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

.h4 {
  color: var(--text-primary);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.h4.margin-bottom-0px {
  font-family: Varela, sans-serif;
}

.component-card {
  border: 1px solid var(--bg-secondary);
  background-color: var(--bg-primary);
  border-radius: 4px;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, .03), 0 12px 16px -4px rgba(0, 0, 0, .08);
}

.card-body {
  background-color: var(--bg-secondary);
  width: 100%;
  padding: 32px;
}

.align-stretch {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.styles-card-preview {
  color: var(--bg-primary);
  border-bottom: 1px solid #d8d8d8;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
}

.footer-section {
  background-color: var(--bg-secondary);
  margin-top: 20px;
  padding-top: 62px;
  padding-bottom: 80px;
  position: relative;
  top: 225px;
}

.text-white {
  color: #fff;
}

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

.background-secondary {
  background-color: var(--bg-secondary);
}

.background-brand {
  background-color: var(--bg-brand);
}

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

.text-color-secondary {
  color: var(--text-secondary);
}

.text-color-brand {
  color: var(--text-color-brand);
}

.nav-link {
  color: var(--text-primary);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  padding-bottom: 16px;
}

.nav-link:hover {
  border-bottom: 4px solid var(--text-secondary);
  color: var(--text-primary);
}

.nav-link.last {
  margin-right: 10px;
}

.card {
  border: 1px solid var(--bg-secondary);
  background-color: var(--bg-secondary);
  box-shadow: none;
  border-radius: 4px;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  height: 99%;
  padding: 32px 32px 20px;
}

.form {
  width: 100%;
  height: 72px;
  position: relative;
}

.submit-button {
  background-color: var(--bg-brand);
  color: var(--text-color-brand);
  border-radius: 4px;
  padding: 12px 18px;
  display: inline-block;
}

.text-field {
  border-radius: 4px;
  height: 100%;
  padding-left: 32px;
}

.submit-button-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 12px;
}

.form-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 300px;
  max-width: 500px;
  margin-bottom: 0;
  display: flex;
}

.form-wrapper.full-width {
  width: 100%;
  max-width: none;
}

.success-message {
  color: #000;
}

.select-field {
  background-color: var(--bg-primary);
  color: var(--text-secondary);
  border-radius: 4px;
}

.radio-button, .checkbox {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}

.pricing-title-wrapper {
  text-align: center;
  margin-bottom: 96px;
}

.utility-styles-column {
  width: 100%;
}

.utlity-styles-wrapper {
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 1px;
}

.utlity-styles-wrapper.margin {
  background-color: #f3f3f3;
  background-image: url('../images/bg-lines-lightblue3.svg');
  background-position: 0 0;
  background-size: 4px;
  width: 100%;
}

.utlity-styles-wrapper.padding {
  background-color: #f3f3f3;
  background-image: url('../images/bg-lines-green.svg');
  background-position: 0 0;
  background-size: 4px;
}

.margin-top-0px {
  margin-top: 0;
}

.utility-styles-card {
  color: #363636;
  background-color: #f3f3f3;
  border-radius: 4px;
  padding: 16px;
}

.margin-top-32px {
  margin-top: 32px;
}

.margin-top-48px {
  margin-top: 48px;
}

.margin-bottom-0px {
  margin-bottom: 0;
}

.margin-bottom-32px {
  margin-bottom: 2em;
}

.margin-left-0px {
  margin-left: 0;
}

.margin-left-16px {
  margin-left: 1em;
}

.margin-left-32px {
  margin-left: 2em;
}

.margin-left-48px {
  margin-left: 3em;
}

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

.margin-right-16px {
  margin-right: 1em;
}

.margin-right-32px {
  margin-right: 2em;
}

.margin-right-48px {
  margin-right: 3em;
}

.padding-top-0px {
  padding-top: 0;
}

.padding-top-16px {
  padding-top: 1em;
}

.padding-top-32px {
  padding-top: 2em;
}

.padding-top-48px {
  padding-top: 3em;
}

.padding-bottom-16px {
  padding-bottom: 1em;
}

.padding-bottom-32px {
  padding-bottom: 2em;
}

.padding-bottom-48px {
  padding-bottom: 3em;
}

.padding-0px {
  padding: 0;
}

.padding-16px {
  padding: 1em;
}

.padding-32px {
  padding: 2em;
}

.icons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: flex;
}

.social-icons-font {
  font-family: Social Icons Font, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.icons-font {
  align-self: flex-start;
  font-family: Icons Font, sans-serif;
  font-size: 20px;
}

.social-icon-font {
  justify-content: space-around;
  align-items: baseline;
  width: 100px;
  height: 100px;
  padding-left: 55px;
  font-family: Social Icons Font, sans-serif;
  font-size: 50px;
  line-height: 1;
  display: inline;
  position: static;
  overflow: visible;
}

.color-overlay {
  z-index: 0;
  background-color: var(--bg-brand);
  opacity: .2;
  mix-blend-mode: color;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-image-wrapper {
  height: 100%;
  position: relative;
}

.un {
  color: #1b1b1b;
}

.heading-2 {
  text-align: left;
  font-family: Varela, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}

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

.heading-4, .paragraph {
  text-align: center;
}

.container-2 {
  background-color: rgba(211, 231, 252, .03);
}

.cell {
  align-items: flex-start;
}

.paragraph-2 {
  text-align: justify;
  mix-blend-mode: normal;
  padding-right: 0;
}

.heading-5 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
}

.heading-6 {
  text-align: center;
  align-self: center;
}

.paragraph-3 {
  display: block;
}

.heading-7 {
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 89px;
  display: flex;
}

.paragraph-4 {
  text-align: justify;
  margin-right: 79px;
}

.heading-8 {
  font-size: 50px;
}

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

.list-item, .list-item-2 {
  color: var(--text-secondary);
  text-align: justify;
}

.text-span, .text-span-2 {
  color: var(--text-primary);
}

.submit-button-2 {
  float: left;
  clear: none;
  background-color: var(--text-primary);
  text-align: justify;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: -15px;
  margin-right: 36px;
  padding: 0 133px 9px 173px;
  text-decoration: none;
  display: inline;
}

.textarea {
  margin-top: -111px;
  margin-bottom: 0;
  padding-top: 0;
}

.text-field-2 {
  margin-bottom: 153px;
  padding-bottom: 0;
}

.textarea-2 {
  margin-top: -117px;
  position: relative;
}

.heading-9 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: -60px;
  margin-left: 38px;
  margin-right: 25px;
  padding: 0;
  font-size: 45px;
  display: block;
  position: absolute;
}

.form-block {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.form-2 {
  margin-top: 24px;
  margin-bottom: -10px;
}

.list-item-6 {
  color: var(--text-primary);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.list-item-7 {
  color: var(--text-primary);
  margin-top: -32px;
}

.list-item-8 {
  color: var(--text-primary);
}

.list-3 {
  margin-top: 0;
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-10 {
  font-size: 25px;
}

.heading-11 {
  text-align: center;
  flex: 1;
  align-self: center;
  font-size: 25px;
}

.heading-12 {
  text-align: center;
  flex: 1;
  font-size: 25px;
}

.heading-13, .heading-14, .heading-15 {
  font-size: 25px;
}

.heading-16 {
  text-align: center;
  flex: 1;
}

.list-4 {
  flex: 1;
  align-self: auto;
  margin-top: -110px;
  margin-bottom: -28px;
}

.list-5, .list-6 {
  flex: 1;
}

.button {
  color: var(--bg-primary);
  background-color: #535672;
  flex: 0 auto;
  position: relative;
}

.button-2 {
  text-align: left;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.heading-17 {
  font-size: 45px;
}

.button-3 {
  text-align: justify;
  -webkit-text-fill-color: transparent;
  background-color: #0404b4;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  margin-top: -110px;
  margin-left: 62px;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
}

.paragraph-5 {
  text-align: justify;
}

.button-4 {
  -webkit-text-fill-color: transparent;
  background-color: #0404b4;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
}

.button-4.w--current {
  -webkit-text-fill-color: transparent;
  background-color: #0404b4;
  -webkit-background-clip: text;
  background-clip: text;
  padding-left: 0;
  font-size: 18px;
}

.container-3 {
  position: relative;
}

.button-5 {
  color: var(--text-primary);
  -webkit-text-fill-color: transparent;
  background-color: #0404b4;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 17px;
}

.button-5.w--current {
  font-size: 14px;
}

.bold-text {
  clear: left;
  text-align: left;
  font-size: 16px;
}

.list-7 {
  color: var(--text-primary);
  margin-top: 63px;
  font-size: 17px;
}

.container-4 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  color: var(--text-secondary);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .03);
  background-clip: content-box;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin-top: 28px;
  margin-bottom: -28px;
  padding-top: 0;
  display: flex;
}

.team-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 30px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}

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

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

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

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 76px;
  }

  h2 {
    font-size: 52px;
  }

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

  .button-primary {
    text-align: center;
    justify-content: center;
  }

  .nav-menu {
    background-color: var(--bg-secondary);
    padding: 40px;
  }

  .hero-header-floating-image-wrapper {
    bottom: -12%;
    left: -2%;
  }

  .hero-header-image {
    text-align: center;
  }

  .features-item-list, .pricing-components {
    grid-row-gap: 24px;
  }

  .pricing-plan {
    width: 100%;
    margin-top: 16px;
  }

  .pricing-plan.popular {
    transform: none;
  }

  .features-stack {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 64px;
  }

  .footer-link-list {
    min-width: 100px;
  }

  .h1 {
    font-size: 76px;
  }

  .h2 {
    font-size: 52px;
  }

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

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link.last {
    margin-bottom: 16px;
  }

  .form {
    min-width: 300px;
  }

  .menu-button {
    color: var(--text-primary);
  }

  .menu-button.w--open {
    background-color: var(--bg-primary);
    color: var(--text-secondary);
  }

  .pricing-title-wrapper {
    margin-bottom: 32px;
  }

  .margin-top-0px {
    margin-top: 0;
  }

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

  .list-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 22px;
  }

  .button-primary {
    text-align: center;
  }

  .features-item-list {
    grid-row-gap: 16px;
  }

  .button-group {
    flex-direction: column-reverse;
    width: 100%;
  }

  .pricing-components {
    grid-row-gap: 16px;
  }

  .button-secondary {
    text-align: center;
  }

  .features-stack {
    grid-row-gap: 16px;
  }

  .footer-top-wrapper {
    flex-wrap: wrap;
  }

  .footer-right-wrapper {
    width: 100%;
  }

  .footer-menu-wrapper {
    grid-column-gap: 64px;
  }

  .footer-link:hover {
    color: #667085;
  }

  .h1 {
    font-size: 58px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 22px;
  }

  .card {
    width: 100%;
  }

  .button-3 {
    margin-left: 18px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 32px;
  }

  .section {
    aspect-ratio: 2 / 3;
    height: auto;
    transition: opacity .2s;
  }

  .section.small {
    margin-top: -228px;
  }

  .paragraph-large {
    clear: none;
    text-align: justify;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 13px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
  }

  .button-primary {
    background-color: var(--text-primary);
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-header-floating-image-wrapper {
    width: 60%;
  }

  .pricing-plan {
    margin-top: 0;
  }

  .button-secondary {
    width: auto;
  }

  .featured-image {
    display: inline;
  }

  .cta-component {
    padding: 16px;
  }

  .footer-menu-wrapper {
    grid-template-columns: 1fr;
    margin-top: -54px;
  }

  .h1 {
    font-size: 54px;
  }

  .h2 {
    font-size: 32px;
  }

  .footer-section {
    margin-top: -55px;
    padding-top: 46px;
  }

  .features-item-wrapper {
    flex-direction: column;
  }

  .background-secondary {
    text-align: justify;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .card {
    padding: 16px;
  }

  .form {
    min-width: auto;
  }

  .text-field {
    padding-left: 16px;
  }

  .form-wrapper {
    min-width: auto;
  }

  .menu-button {
    background-color: var(--bg-primary);
  }

  .menu-button.w--open {
    background-color: var(--text-color-brand);
    color: var(--text-primary);
  }

  .margin-top-0px {
    margin-top: 0;
  }

  .heading-2 {
    aspect-ratio: auto;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .paragraph-4 {
    margin-right: 9px;
  }

  .heading-8 {
    text-align: left;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 41px;
    display: flex;
  }

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

  .list-item-3, .list-item-4, .list-item-5 {
    text-align: justify;
  }

  .heading-9 {
    margin-left: 34px;
    padding-top: 0;
    font-size: 35px;
  }

  .form-2 {
    flex: 1;
    order: 0;
    align-self: auto;
    margin-top: 105px;
    margin-left: 96px;
    margin-right: -12px;
    padding-right: 4px;
    font-size: 14px;
  }

  .list-item-8 {
    color: var(--text-primary);
  }

  .list-2 {
    clear: none;
    padding-left: 0;
  }

  .button-3 {
    margin-left: -8px;
  }

  .list-7 {
    margin-left: -28px;
    margin-right: -53px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-4 {
    margin-top: 64px;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }
}

#w-node-_0ef35761-5cc9-e93e-2df1-5f090f64cc1f-1628e4b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0ef35761-5cc9-e93e-2df1-5f090f64cc20-1628e4b8, #w-node-_0ef35761-5cc9-e93e-2df1-5f090f64cc21-1628e4b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5a-1628e4b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5b-1628e4b8, #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5f-1628e4b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3ab2906-e672-a3fb-4840-3ad465e16318-1628e4b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0ef35761-5cc9-e93e-2df1-5f090f64cc1f-1628e4b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0ef35761-5cc9-e93e-2df1-5f090f64cc20-1628e4b8, #w-node-_0ef35761-5cc9-e93e-2df1-5f090f64cc21-1628e4b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5a-1628e4b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5b-1628e4b8, #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5f-1628e4b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3ab2906-e672-a3fb-4840-3ad465e16318-1628e4b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3ab2906-e672-a3fb-4840-3ad465e1631c-1628e4b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5a-1628e4b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5b-1628e4b8, #w-node-_6bc30bed-6c00-9127-1f32-58c9e1afde5f-1628e4b8 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3ab2906-e672-a3fb-4840-3ad465e16318-1628e4b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f3ab2906-e672-a3fb-4840-3ad465e1631c-1628e4b8 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Font';
  src: url('../fonts/MaterialIconsOutlined-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}