:root {
  --white: white;
  --neutral-500: #6c737f;
  --neutral-800: #1f2a37;
  --primary-700: #175cd3;
  --primary-600: #1570ef;
  --neutral-900: #111927;
  --neutral-25: #fcfcfd;
  --black: black;
  --neutral-400: #9da4ae;
  --neutral-100: #f3f4f6;
  --neutral-600: #4d5761;
  --primary-900: #194185;
  --primary-50: #eff8ff;
  --neutral-700: #384250;
  --neutral-200: #e5e7eb;
  --error--normal: #f97066;
  --error--light: #fee4e2;
  --error--dark: #b32318;
  --success--normal: #32d583;
  --success--light: #d1fadf;
  --success--dark: #027948;
  --neutral-50: #f9fafb;
  --primary-400: #53b1fd;
  --neutral-300: #d2d6db;
  --primary-25: #f5faff;
  --primary-100: #d1e9ff;
  --primary-200: #b2ddff;
  --primary-300: #84caff;
  --primary-500: #2e90fa;
  --primary-800: #1849a9;
  --warning--light: #feefc7;
  --warning--normal: #fdb022;
  --warning--dark: #b54708;
}

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

body {
  background-color: var(--white);
  color: var(--neutral-500);
  font-family: Open Sauce Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  box-shadow: none;
  color: var(--primary-700);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: 4px solid var(--primary-600);
  color: var(--neutral-800);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

figcaption {
  font-size: .875rem;
}

.utility-page-component {
  z-index: 1;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-form-block {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  display: flex;
  position: relative;
}

.utility-page-form-block.is-404 {
  max-width: 40rem;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-image {
  margin-left: auto;
  margin-right: auto;
}

.padding-xlarge {
  padding: 3rem;
}

.padding-xhuge {
  padding: 6rem;
}

.padding-xxhuge {
  padding: 8rem;
}

.padding-huge {
  padding: 5rem;
}

.padding-xxlarge {
  padding: 4rem;
}

.padding-large {
  padding: 2rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 1.5rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium {
  padding-bottom: 2rem;
}

.padding-bottom.padding-huge {
  padding-bottom: 8rem;
}

.padding-bottom.padding-xxhuge {
  padding-bottom: 6rem;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-1x1-small.is-pricing-table {
  color: var(--primary-700);
}

.text-weight-semibold {
  font-weight: 600;
}

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

.heading-style-h3 {
  color: var(--neutral-800);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3.text-color-white {
  font-size: 3.75rem;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
}

.text-rich-text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-rich-text imgage {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

.text-rich-text figure caption {
  color: var(--neutral-900);
  text-align: center;
}

.text-rich-text figure {
  justify-content: flex-start;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-1x1-medium {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h1 {
  color: var(--neutral-800);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-global {
  color: var(--neutral-25);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.max-width-small {
  width: 100%;
  max-width: 25rem;
}

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

.text-weight-medium {
  font-weight: 500;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 64rem;
}

.text-size-regular {
  color: var(--black);
  font-size: 1rem;
}

.text-size-regular.text-weight-semibold {
  color: var(--white);
  font-size: 1.5rem;
}

.text-size-regular.text-weight-semibold.text-color-neutral-900 {
  color: var(--black);
}

.text-size-regular.text-weight-semibold.text-color-white {
  font-size: 1.25rem;
}

.text-size-regular.text-color-white, .text-size-regular.text-weight-bold {
  color: var(--white);
}

.text-size-regular.text-weight-bold.text-color-neutral-900 {
  color: var(--black);
}

.text-size-regular.text-align-center.text-color-white {
  font-size: 1.5rem;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 30rem;
}

.max-width-large {
  width: 100%;
  max-width: 40rem;
}

.text-size-small {
  color: var(--black);
  font-size: .75rem;
}

.text-size-small.text-style-2-lines {
  color: var(--black);
  font-size: 1rem;
}

.text-size-small.text-color-neutral-600 {
  font-size: 1rem;
}

.text-size-small.text-color-neutral-400 {
  color: var(--neutral-400);
  font-size: .75rem;
}

.heading-style-h4 {
  color: var(--neutral-800);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h4.text-weight-semibold.text-color-white {
  color: var(--white);
}

.form-label {
  margin-bottom: .5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 48rem;
}

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

.form-input {
  background-color: var(--neutral-100);
  color: var(--neutral-900);
  border: 1px #000;
  border-radius: 8px;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form-input:focus {
  border-color: var(--neutral-800);
  background-color: var(--white);
  box-shadow: 0 0 0 2px var(--primary-700);
}

.form-input::placeholder {
  color: var(--neutral-600);
}

.form-input.is-select-input {
  z-index: 99;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-input.is-text-area {
  border-radius: 8px;
  min-height: 8rem;
  margin-bottom: 0;
  padding-top: .75rem;
}

.form-input.is-last {
  margin-bottom: 0;
}

.form-input.is-small {
  border-radius: 6px;
  padding: .625rem .75rem;
  font-size: .875rem;
}

.form-input.is-newsletter {
  background-color: var(--neutral-100);
  color: var(--neutral-600);
  border-style: none;
  border-radius: 48px;
  min-height: 3.2rem;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.heading-style-h6 {
  color: var(--neutral-800);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h6.text-style-2-lines.is-blog-item {
  color: var(--neutral-900);
}

.heading-style-h6.text-style-2-lines.is-blog-item:hover {
  color: var(--primary-700);
}

.heading-style-h6.text-color-neutral-900 {
  font-size: 1.5rem;
}

.heading-style-h6.text-weight-semibold {
  text-align: center;
  font-weight: 600;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-link.is-search {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-color-white {
  font-size: 1.5rem;
}

.heading-style-h2 {
  color: var(--neutral-800);
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2.text-color-white {
  color: var(--white);
}

.page-wrapper.login, .page-wrapper.signup {
  background-color: var(--white);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-wrapper.signup {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.page-wrapper.reset-password, .page-wrapper.update-password, .page-wrapper.access-denied, .page-wrapper.account {
  background-color: var(--white);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5 {
  color: var(--neutral-800);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5.text-color-white {
  color: var(--white);
}

.heading-style-h5.text-weight-medium {
  font-weight: 500;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center {
  color: var(--neutral-500);
  text-align: center;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: 6px;
  border: 1.5px solid var(--primary-600);
  background-color: var(--primary-600);
  color: var(--white);
  text-align: center;
  white-space: nowrap;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

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

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-text.text-color-black {
  color: var(--black);
}

.button.is-small {
  padding: .5rem 1.125rem;
  font-size: .875rem;
}

.button.is-secondary {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
}

.button.is-secondary:hover {
  background-color: var(--neutral-100);
}

.button.is-text {
  grid-column-gap: 6px;
  box-shadow: none;
  color: var(--neutral-500);
  align-items: center;
  padding: 0;
  font-size: .875rem;
  display: flex;
}

.button.is-tertiary {
  border: 1.5px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-tertiary:hover {
  background-color: var(--white);
  color: var(--neutral-800);
}

.button.is-tertiary-black {
  border: 1.5px solid var(--neutral-900);
  background-color: var(--white);
  color: var(--neutral-900);
}

.button.is-tertiary-black:hover {
  background-color: var(--neutral-900);
  color: var(--white);
}

.button.is-tertiary-black.is-hide {
  display: none;
}

.text-size-medium {
  color: var(--black);
  font-size: 1.125rem;
}

.text-size-medium.text-weight-semibold.text-color-neutral-800 {
  font-size: 1.75rem;
}

.text-size-medium.text-color-white {
  color: var(--white);
  font-size: 1.125ch;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper.is-center {
  justify-content: center;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
}

.nav-component {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.w--current:hover {
  background-color: var(--primary-700);
}

.nav-link.is-login {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.is-login:hover {
  background-color: var(--primary-700);
}

.nav-link.get-started {
  grid-column-gap: .25rem;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
}

.nav-link.get-started:hover {
  background-color: var(--white);
  color: var(--neutral-900);
}

.blogpost-header-component {
  z-index: 5;
  text-align: center;
  position: relative;
}

.home-dashboard-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-home-hero {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.badge-group-link {
  border: 1.5px solid var(--white);
  color: var(--white);
  white-space: nowrap;
  border-radius: 32px;
  align-items: center;
  width: 100%;
  padding: .25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.badge-group-badge {
  background-color: var(--white);
  color: var(--neutral-900);
  white-space: nowrap;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .125rem .5rem;
  font-weight: 600;
  display: flex;
}

.badge-group-text-wrapper {
  grid-column-gap: .25rem;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.icon-1x1-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-1x1-xsmall.text-color-white {
  color: var(--white);
}

.logos-logo-wrapper {
  flex: 1;
  height: 2.5rem;
  display: flex;
}

.logo {
  width: 100%;
  height: 100%;
}

.logos-layout {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content max-content max-content max-content;
  grid-auto-columns: max-content;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.section-logos {
  color: var(--neutral-500);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-logos.background-color-primary-900 {
  background-color: var(--primary-900);
  color: var(--white);
}

.why-us-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.why-us-item-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: ". ."
                 ". Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.featured-icon {
  background-color: var(--primary-50);
  color: var(--primary-700);
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.featured-icon.is-pricing {
  background-color: var(--primary-50);
}

.text-size-xlarge {
  font-size: 1.25rem;
}

.avatar-label-group-component {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.avatar-label-group-component.is-center {
  justify-content: center;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.avatar {
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}

.avatar.is-group-item {
  box-shadow: 0 0 0 2px var(--white);
  margin-right: -.75rem;
}

.avatar.is-small {
  width: 2rem;
  height: 2rem;
}

.footer-column.is-logo {
  padding-bottom: 1rem;
}

.footer-link {
  grid-column-gap: .5rem;
  color: var(--neutral-400);
  align-items: center;
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.section-footer {
  z-index: 5;
  background-color: var(--neutral-800);
  line-height: 1;
  position: relative;
}

.footer-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 51rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-list {
  flex-direction: column;
  align-items: flex-start;
  font-size: 1rem;
  display: flex;
}

.footer-content {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--neutral-700);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  line-height: 0;
  display: flex;
}

.careers-info-content-form {
  z-index: 5;
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 6px -1px rgba(17, 24, 39, .1), 0 2px 4px -2px rgba(17, 24, 39, .1);
}

.contact-item-title {
  flex-direction: column;
}

.section-faq {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.faq-question {
  border-top: 1px solid var(--neutral-200);
  color: var(--neutral-900);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.faq-question.is-first {
  border-top-style: none;
}

.faq-accordion {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

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

.faq-component {
  z-index: 5;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.faq-answer {
  border-top: 1px solid var(--neutral-200);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-list-grid {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.footer-label {
  background-color: var(--primary-600);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1px 8px;
  font-size: .75rem;
  display: flex;
}

.footer-label:hover {
  color: var(--white);
}

.icon-1x1-xxsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.check-icon {
  background-color: var(--white);
  color: var(--primary-700);
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.check-icon.is-small {
  width: 1.25rem;
  height: 1.25rem;
}

.check-icon.is-primary {
  background-color: var(--primary-700);
  color: var(--white);
}

.section-pricing {
  background-color: var(--white);
  position: relative;
}

.pricing-tabs-content {
  align-self: stretch;
  overflow: visible;
}

.pricing-plan {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(17, 24, 39, .1), 0 2px 4px -2px rgba(17, 24, 39, .1);
}

.pricing-plan-divider {
  background-color: var(--neutral-200);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pricing-plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.pricing-tabs-component {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-tab-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 32px;
  padding: .5rem 1rem;
  font-weight: 600;
}

.pricing-tab-link.w--current {
  background-color: var(--white);
  color: var(--neutral-800);
  font-weight: 600;
}

.pricing-plan-feature-list-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.pricing-plan-feature-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing-tabs-menu {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--white);
  border-radius: 32px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5rem;
  padding: .25rem;
  display: flex;
}

.pricing-plan-content {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.check-item {
  grid-column-gap: .5rem;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.error-message {
  border: 1.5px solid var(--error--normal);
  background-color: var(--error--light);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: var(--error--dark);
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.success-message {
  border: 1px solid var(--success--normal);
  background-color: var(--success--light);
  color: var(--success--dark);
  text-align: center;
  border-radius: 8px;
  margin-top: 2rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.success-message:focus {
  border-style: dashed;
  border-color: var(--success--normal);
}

.success-message.careers-info, .success-message.contact {
  margin-top: 0;
}

.why-us-item-content {
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 1px 3px rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.changelog-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-content-left {
  flex: 0 auto;
  align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.changelog-content-right {
  flex: 1;
}

.section-signup {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.signup-form-block {
  z-index: 5;
  width: 100%;
  max-width: 30rem;
  padding-left: 0;
  padding-right: 0;
}

.alt-nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.section-alt-nav {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-contact {
  background-color: var(--primary-700);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-component {
  z-index: 5;
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(30rem, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.text-color-neutral-500 {
  color: var(--neutral-500);
}

.nav-logo {
  width: auto;
  height: 100%;
  display: flex;
}

.text-color-neutral-600 {
  color: var(--neutral-600);
}

.text-color-neutral-800 {
  color: var(--neutral-800);
}

.text-color-neutral-900 {
  color: var(--neutral-900);
}

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

.section-newsletter {
  position: relative;
}

.newsletter-form-component {
  flex: none;
  width: 100%;
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-form-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.newsletter-form-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  display: flex;
}

.section-changelog-hero {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.home-dashboard-image-wrapper {
  border: 10px solid rgba(0, 0, 0, .08);
  border-radius: 8px;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.avatar-group-component {
  justify-content: center;
  margin-right: .75rem;
  display: flex;
}

.home-hero-customer-wrapper {
  grid-column-gap: 2rem;
  flex-direction: column;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.section-nav {
  background-color: var(--primary-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3.25rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav-menu-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.nav-menu-right {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.nav-menu-button {
  padding: 0;
}

.text-size-xsmall {
  font-size: .75rem;
}

.features-info-item-wrapper {
  grid-column-gap: 5rem;
  justify-content: space-between;
  display: flex;
}

.features-info-content-left {
  flex: 0 auto;
  align-self: flex-start;
  width: 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

.features-info-content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.features-info-image-wrapper {
  border: 10px solid rgba(0, 0, 0, .08);
  border-radius: 12px;
  overflow: hidden;
}

.features-info-image {
  width: 100%;
  height: 100%;
}

.features-info-component {
  z-index: 5;
  position: relative;
}

.section-careers-header {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.our-values-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.our-values-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
}

.benefits-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.benefits-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
}

.benefits-item {
  grid-row-gap: .75rem;
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 1px 3px rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.our-team-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  width: 100%;
  display: grid;
}

.our-team-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  box-shadow: 0 1px 3px rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.our-team-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 112px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.our-team-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-team-content-right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.our-team-social-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1rem;
  display: grid;
}

.section-team-progress {
  overflow: hidden;
}

.section-blogpost-header {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.blogpost-header-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.blogpost-header-image-wrapper {
  z-index: 5;
  border-radius: 16px;
  height: 40rem;
  position: relative;
  overflow: hidden;
}

.section-blogs-header {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.section-search-results {
  background-color: var(--primary-700);
}

.section-careers-info {
  min-height: 50rem;
}

.careers-info-component {
  grid-column-gap: 8rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.search-result-item {
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.search-result-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.home-hero-section-title {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-header-component {
  text-align: center;
}

.home-hero-tagline-wrapper {
  display: inline-block;
}

.section-search {
  background-color: var(--primary-700);
}

.section-integrations {
  position: relative;
  overflow: hidden;
}

.integrations-component {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.integrations-tab {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.integrations-tab.w--current {
  background-color: var(--white);
  color: var(--neutral-900);
  border-radius: 32px;
}

.integrations-collection-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  grid-column-gap: .25rem;
  color: var(--primary-700);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link.is-blogpost {
  font-size: 1rem;
}

.link.is-small {
  font-size: .875rem;
}

.section-login {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.login-form-block {
  z-index: 5;
  padding-left: 0;
  padding-right: 0;
}

.login-form {
  flex-direction: column;
  display: flex;
}

.form-footer-content-wrapper {
  grid-column-gap: .25rem;
  justify-content: center;
  margin-top: 0;
}

.login-field-label {
  margin-bottom: 0;
  font-weight: 500;
}

.signup-form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.signup-form-checkbox.is-2-lines {
  align-items: flex-start;
}

.signup-checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
}

.signup-success-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup-link-wrapper {
  justify-content: center;
  display: flex;
}

.section-reset {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.reset-password-form-block {
  z-index: 5;
  padding-left: 0;
  padding-right: 0;
}

.reset-password-success-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.update-form-block {
  z-index: 5;
  padding-left: 0;
  padding-right: 0;
}

.section-update {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.update-success-header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.reset-password-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.signup-success-icon, .update-success-icon {
  color: var(--success--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.section-access {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.access-denied-form-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-account {
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.account-component {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

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

.button-single-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.section-features-integrations {
  position: relative;
  overflow: hidden;
}

.integrations-link {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  color: var(--neutral-600);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 3px rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.integrations-link:hover {
  box-shadow: 0 0 0 2px var(--primary-700), 0 1px 3px 0 rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.integrations-brand-wrapper {
  grid-column-gap: .75rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.integrations-image {
  width: 3rem;
  height: 3rem;
}

.integrations-item-title {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.integrations-tagline {
  background-color: var(--neutral-100);
  border-radius: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.integrations-list-wrapper.is-small {
  width: 100%;
  max-width: 64rem;
}

.testimonials-components {
  z-index: 1;
  column-count: 3;
  column-gap: 1rem;
  width: 100%;
  position: relative;
}

.testimonials-content {
  border: 1px solid var(--neutral-200);
  color: var(--neutral-600);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: inline-block;
  box-shadow: 0 1px 3px rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.testimonials-customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.testimonials-customer {
  grid-column-gap: .625rem;
  grid-row-gap: .5rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonials-gradient {
  z-index: 2;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0));
  height: 250px;
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-content-wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.integrations-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.featured-blog-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 32rem 1fr;
  grid-auto-columns: 1fr;
}

.featured-blog-link {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  height: 16rem;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.075, .82, .165, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(17, 24, 39, .1), 0 2px 4px -2px rgba(17, 24, 39, .1);
}

.featured-blog-link:hover {
  box-shadow: 0 0 0 2px var(--primary-700), 0 10px 15px -3px rgba(17, 24, 39, .1), 0 4px 6px -4px rgba(17, 24, 39, .1);
}

.compare-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--neutral-200);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
}

.compare-row.is-last {
  border-bottom-style: none;
}

.compare-button-wrapper {
  flex-direction: column;
  display: flex;
}

.compare-row-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.compare-feature {
  color: var(--neutral-800);
  min-width: 12rem;
  padding: 1rem 1.5rem;
}

.compare-component {
  width: 100%;
}

.compare-top-row-content {
  border-left: 1px solid var(--neutral-200);
  flex-direction: column;
  padding: 1.5rem 2rem;
  display: flex;
}

.compare-top-row-content.is-first {
  border-left-style: none;
  padding-left: 0;
}

.compare-top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.compare-heading-row {
  color: var(--neutral-800);
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.review-logo {
  height: 2.5rem;
}

.review-customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

.review-tab-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 3rem;
  display: flex;
}

.review-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-tab-link {
  opacity: .5;
  color: var(--neutral-500);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: color .3s;
}

.review-tab-link.w--current {
  opacity: 1;
  color: var(--primary-700);
  background-color: rgba(0, 0, 0, 0);
}

.review-customer {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  text-align: left;
  align-items: center;
  display: flex;
}

.careers-list {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-list.is-horizontal {
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
}

.careers-item-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  padding: 1.5rem;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 3px rgba(17, 24, 39, .1), 0 1px 2px -1px rgba(17, 24, 39, .1);
}

.careers-item-link:hover {
  box-shadow: 0 0 0 2px var(--primary-700), 0 4px 6px -1px rgba(17, 24, 39, .1), 0 2px 4px -2px rgba(17, 24, 39, .1);
}

.careers-info-item-wrapper {
  width: 100%;
}

.careers-info-field-label {
  margin-bottom: 0;
}

.careers-info-form-block {
  margin-bottom: 0;
}

.careers-info-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.careers-info-item {
  background-color: var(--primary-900);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  min-width: 7.5rem;
  padding: 1rem;
  display: flex;
}

.divider-bar {
  background-color: rgba(255, 255, 255, .16);
  width: 100%;
  height: 1px;
}

.section-features-header {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.contact-input-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.contact-field-label {
  margin-bottom: 0;
}

.contact-content-form {
  background-color: var(--white);
  border-radius: 12px;
  padding: 2rem;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-item-wrapper {
  width: 100%;
}

.contact-benefit-item {
  color: var(--white);
}

.contact-benefit-wrapper {
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.form-link {
  color: var(--neutral-800);
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

.form-link.is-small {
  font-size: .875rem;
}

.form-link.is-solo {
  margin-left: 0;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.section-about-us-header {
  background-color: var(--primary-700);
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-header-text-wrapper {
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.company-header-item {
  background-color: var(--primary-900);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.company-header-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.section-integrations-header {
  z-index: 5;
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.integrations-header-content-wrapper {
  z-index: 5;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.integrations-header-title-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.integrations-header-company-logo {
  width: 3rem;
  height: 3rem;
}

.nav-divider-vertical {
  background-color: rgba(255, 255, 255, .16);
  width: 1px;
  height: 1.5rem;
}

.fs-toc-trigger {
  display: none;
}

.integrations-header-info {
  grid-column-gap: 8rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.integrations-header-sidebar {
  grid-row-gap: 1rem;
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  flex-direction: column;
  width: 20rem;
  padding: 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  box-shadow: 0 1px 2px -1px rgba(17, 24, 39, .1), 0 1px 3px rgba(17, 24, 39, .1);
}

.blogpost-content-wrapper {
  align-items: flex-start;
  display: flex;
}

.blogpost-social-icon {
  background-color: var(--neutral-100);
  color: var(--neutral-800);
  cursor: pointer;
  border-radius: 128px;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.blogpost-social-icon:hover {
  background-color: var(--primary-600);
  color: var(--white);
}

.blogpost-social-vertical {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.blog-list-collection-list {
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list-collection-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.blog-list-collection-image-wrapper {
  border-radius: 8px;
  width: 12rem;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.blog-list-collection-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.views-content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 27rem;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.features-header-component {
  z-index: 5;
  position: relative;
}

.views-list-item {
  padding-bottom: .75rem;
}

.heading-gradient-text-color {
  display: inline-block;
}

.why-us-bottom-text-content {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.footer-bottom-link-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.team-progress-image-wrapper {
  border-radius: 8px;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.team-progress-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.team-progress-metrics {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-progress-metrics-item {
  grid-row-gap: 1rem;
  color: var(--neutral-900);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-blog {
  border-top: 1px solid var(--neutral-200);
}

.blog-component {
  z-index: 5;
  position: relative;
}

.blog-component-top {
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  display: flex;
}

.blog-list-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 8px;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.compare-block {
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
}

.protected-item-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.integrations-graphics-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.integrations-graphics-level-4 {
  opacity: .2;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.integrations-graphics-level-3 {
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.integrations-hraphics-level-2 {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.integrations-graphics-level-1 {
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.faq-link {
  color: var(--primary-700);
  font-weight: 500;
}

.faq-link.text-color-white {
  color: var(--white);
}

.section-legal-body {
  position: relative;
}

.blog-list-item-text {
  color: var(--neutral-800);
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-list-item-text:hover {
  color: var(--primary-700);
}

.section-cta {
  background-color: var(--neutral-50);
  position: relative;
}

.section-cta.is-pricing {
  background-color: var(--neutral-50);
}

.section-cta.is-contact {
  background-color: rgba(0, 0, 0, 0);
}

.section-cta.is-white-bg {
  background-color: var(--white);
}

.section-cta.background-color-neutral-50 {
  overflow: visible;
}

.views-icon-wrapper {
  display: inline-block;
}

.careers-hero-component {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-views-component {
  grid-column-gap: 0rem;
  grid-row-gap: 10rem;
  flex-direction: column;
  grid-auto-columns: 1fr;
  display: flex;
}

.section-home-dashboard {
  background-color: var(--primary-700);
  position: relative;
}

.background-bottom-half {
  background-color: var(--neutral-50);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cta-component {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--primary-600);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.cta-content {
  width: 100%;
  max-width: 30rem;
}

.cta-background {
  background-color: var(--neutral-800);
  height: 50%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.featured-blog-item-content {
  flex: 0 auto;
  padding: 2rem;
}

.integrations-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-blog-list {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.featured-blog-image-wrapper {
  width: 30%;
}

.featured-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-blog-top-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-footer-wrapper {
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.signup-validation-icon-wrapper {
  justify-content: center;
  display: inline-block;
}

.signup-validation-icon {
  color: var(--primary-700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.reset-password-icon-wrapper {
  color: var(--primary-700);
}

.update-success-icon-wrapper, .access-denied-error-icon-wrapper {
  color: var(--neutral-800);
}

.access-denied-icon {
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.section-download {
  background-color: var(--primary-700);
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-list-collection-item-heading-wrapper {
  text-decoration: none;
}

.blog-list-collection-item-heading-wrapper:hover {
  color: var(--primary-700);
}

.newsletter-component {
  z-index: 5;
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  padding: 4rem 3rem;
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(17, 24, 39, .1), 0 2px 4px -2px rgba(17, 24, 39, .1);
}

.icon-1x1-blogpost {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.section-blogpost-image {
  background-color: var(--primary-700);
  position: relative;
}

.blog-list-item-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.logo-download-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.logo-download-icon-wrapper {
  color: var(--neutral-800);
}

.download-component {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cursor-item {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 130px;
}

.blog-button-wrapper.desktop-hide-landscape-show {
  display: none;
}

.careers-list-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-progress-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-us-feature-component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-us-feature-image-wrapper {
  border-radius: 12px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.about-us-feature-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.compare-top {
  z-index: 1;
  border-top: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
  background-color: var(--white);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.why-us-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tagline {
  color: var(--primary-700);
  font-size: 1.125rem;
  font-weight: 600;
}

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

.graphic-circle {
  background-image: linear-gradient(to bottom, var(--primary-900), rgba(25, 65, 133, 0));
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: -8rem;
  bottom: auto;
  left: -8rem;
  right: auto;
}

.graphic-circle.is-small {
  width: 30rem;
  height: 30rem;
}

.section-wrapper {
  position: relative;
  overflow: hidden;
}

.graphic-circle-2 {
  background-image: linear-gradient(180deg, rgba(83, 177, 253, 0), var(--primary-400));
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: -10rem;
  bottom: auto;
  left: auto;
  right: -8rem;
}

.graphic-container {
  background-color: var(--primary-700);
  height: 50rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.integrations-content {
  z-index: 5;
  position: relative;
}

.graphic-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.graphic-circle-3 {
  background-image: linear-gradient(to bottom, rgba(83, 177, 253, 0), var(--primary-400));
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: auto;
  bottom: -8rem;
  left: auto;
  right: -8rem;
}

.graphic-circle-3.is-small {
  width: 30rem;
  height: 30rem;
}

.blogs-header-component {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.about-us-header-component, .pricing-component, .changelog-hero-component {
  z-index: 5;
  position: relative;
}

.careers-header-component {
  z-index: 5;
  grid-column-gap: 8rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  position: relative;
}

.section-pricing-faq {
  background-color: var(--neutral-50);
  position: relative;
  overflow: hidden;
}

.section-legal-header {
  z-index: 5;
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.terms-header-component {
  z-index: 5;
  text-align: center;
  position: relative;
}

._404-component {
  background-color: var(--primary-700);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-result-wrapper {
  z-index: 5;
  position: relative;
}

.search-component {
  z-index: 5;
  text-align: center;
  position: relative;
}

.integrations-bottom-text {
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.integrations-bottom-cta {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blogpost-divider {
  background-color: var(--neutral-200);
  width: 100%;
  height: 1px;
}

.blogpost-social-horizontal {
  grid-column-gap: .5rem;
  flex-direction: row;
  margin-top: 2rem;
  display: none;
}

.views-item {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.views-image {
  border: 6px solid rgba(0, 0, 0, .08);
  border-radius: 8px;
  width: 100%;
  min-width: 35rem;
  max-width: 48rem;
  height: 100%;
}

.featured-blog-title-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  width: 30rem;
  height: 100%;
  display: flex;
}

.text-rich-text-02 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--black);
  object-fit: fill;
}

.text-rich-text-02 h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text-02 h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.text-rich-text-02 h3 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
}

.text-rich-text-02 h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text-02 h5, .text-rich-text-02 h6 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text-02 p {
  margin-bottom: 1rem;
}

.text-rich-text-02 ul {
  margin-bottom: 1.5rem;
}

.text-rich-text-02 ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-rich-text-02 img {
  border: 6px solid rgba(0, 0, 0, .08);
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

.text-rich-text-02 figcaption {
  color: var(--neutral-400);
  text-align: left;
}

.text-rich-text-02 figure {
  justify-content: flex-start;
  display: flex;
}

.changelog-component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.changelog-divider {
  background-color: var(--neutral-200);
  width: 100%;
  height: 1px;
}

.integrations-top-content, .our-values-title-component, .benefits-title-component {
  text-align: center;
}

.our-team-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.why-us-heading-component {
  text-align: center;
}

.utility-graphic-circle {
  background-image: linear-gradient(to bottom, var(--neutral-100), rgba(243, 244, 246, 0));
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: -8rem;
  bottom: auto;
  left: -8rem;
  right: auto;
}

.utility-graphic-circle-2 {
  background-image: linear-gradient(to bottom, var(--neutral-100), rgba(243, 244, 246, 0));
  border-radius: 50%;
  width: 40rem;
  height: 40rem;
  position: absolute;
  top: auto;
  bottom: -8rem;
  left: auto;
  right: -8rem;
}

.access-denied-component {
  z-index: 5;
  position: relative;
}

.background-color-neutral-50 {
  background-color: var(--neutral-50);
}

.blogpost-image-bottom-half {
  z-index: 1;
  background-color: var(--white);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.testimonials-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.graphic-integrations-container {
  background-color: var(--primary-700);
  height: 48rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-us-feature-list {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .25rem;
  justify-content: center;
  display: flex;
}

.integrations-tabs-content {
  margin-top: 3rem;
  overflow: visible;
}

.integrations-tab-text {
  white-space: nowrap;
}

.search-form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  display: flex;
}

.section-licenses-hero {
  background-color: var(--primary-700);
  position: relative;
  overflow: hidden;
}

.licenses-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.licenses-item {
  grid-column-gap: 3rem;
  border: 1px solid var(--neutral-200);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.licenses-item-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.licenses-link-wrapper {
  display: flex;
}

.button-link {
  grid-column-gap: 2px;
  color: #111827;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button-link:hover {
  color: #6b7280;
}

.licenses-icon-wrapper {
  color: #222;
  background-color: #f4f4f4;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.text-block {
  font-family: Exo, sans-serif;
}

.icon-1x1-xlarge {
  width: 3rem;
  height: 3rem;
}

.changelog-content-wrapper {
  border: 1px solid var(--neutral-200);
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.changelog-content {
  flex: 1;
}

.changelog-icon-wrapper {
  background-color: var(--neutral-100);
  color: #222;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  display: flex;
}

.style-guide-content-layout {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.style-guide-menu-block-heading {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.style-guide-menu-wrapper {
  flex-direction: column;
  display: flex;
}

.style-guide-menu-link-item {
  color: #222;
  border-radius: 8px;
  align-self: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.style-guide-block-header-wrapper {
  border-bottom: 1px solid #e7e5e4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.style-guide-color-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.style-guide-content-item {
  border: 1px solid var(--neutral-200);
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.style-guide-content-color-wrapper {
  background-color: #000;
  padding-top: 25%;
}

.style-guide-content-color-wrapper.is-black {
  background-color: var(--black);
}

.style-guide-content-color-wrapper.is-white {
  background-color: #fff;
}

.style-guide-content-color-wrapper.is-neutral-25 {
  background-color: var(--neutral-25);
}

.style-guide-content-color-wrapper.is-neutral-50 {
  background-color: var(--neutral-50);
}

.style-guide-content-color-wrapper.is-neutral-100 {
  background-color: var(--neutral-100);
}

.style-guide-content-color-wrapper.is-neutral-200 {
  background-color: var(--neutral-200);
}

.style-guide-content-color-wrapper.is-neutral-300 {
  background-color: var(--neutral-300);
}

.style-guide-content-color-wrapper.is-neutral-400 {
  background-color: var(--neutral-400);
}

.style-guide-content-color-wrapper.is-neutral-500 {
  background-color: var(--neutral-500);
}

.style-guide-content-color-wrapper.is-neutral-600 {
  background-color: var(--neutral-600);
}

.style-guide-content-color-wrapper.is-neutral-700 {
  background-color: var(--neutral-700);
}

.style-guide-content-color-wrapper.is-neutral-800 {
  background-color: var(--neutral-800);
}

.style-guide-content-color-wrapper.is-neutral-900 {
  background-color: var(--neutral-900);
}

.style-guide-content-color-wrapper.is-primary-25 {
  background-color: var(--primary-25);
}

.style-guide-content-color-wrapper.is-primary-50 {
  background-color: var(--primary-50);
}

.style-guide-content-color-wrapper.is-primary-100 {
  background-color: var(--primary-100);
}

.style-guide-content-color-wrapper.is-primary-200 {
  background-color: var(--primary-200);
}

.style-guide-content-color-wrapper.is-primary-300 {
  background-color: var(--primary-300);
}

.style-guide-content-color-wrapper.is-primary-400 {
  background-color: var(--primary-400);
}

.style-guide-content-color-wrapper.is-primary-500 {
  background-color: var(--primary-500);
}

.style-guide-content-color-wrapper.is-primary-600 {
  background-color: var(--primary-600);
}

.style-guide-content-color-wrapper.is-primary-700 {
  background-color: var(--primary-700);
}

.style-guide-content-color-wrapper.is-primary-800 {
  background-color: var(--primary-800);
}

.style-guide-content-color-wrapper.is-primary-900 {
  background-color: var(--primary-900);
}

.style-guide-content-color-wrapper.is-success-100 {
  background-color: var(--success--light);
}

.style-guide-content-color-wrapper.is-success-900 {
  background-color: var(--success--dark);
}

.style-guide-content-color-wrapper.is-success-700 {
  background-color: var(--success--normal);
}

.style-guide-content-color-wrapper.is-warning-100 {
  background-color: var(--warning--light);
}

.style-guide-content-color-wrapper.is-warning-700 {
  background-color: var(--warning--normal);
}

.style-guide-content-color-wrapper.is-warning-900 {
  background-color: var(--warning--dark);
}

.style-guide-content-color-wrapper.is-error-100 {
  background-color: var(--error--light);
}

.style-guide-content-color-wrapper.is-error-700 {
  background-color: var(--error--normal);
}

.style-guide-content-color-wrapper.is-error-900 {
  background-color: var(--error--dark);
}

.style-guide-item-content {
  color: var(--neutral-900);
  height: 100%;
  padding: .5rem 1rem;
}

.style-guide-typography-block {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.style-guide-button-container {
  width: 340px;
}

.style-guide-content-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.style-guide-content-list-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-radio {
  align-items: center;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-radio-label {
  margin-bottom: 0;
}

.form-checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-checkbox.is-last {
  margin-bottom: 0;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #222;
  border-radius: 2px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.form-checkbox-label.is-small {
  font-size: .875rem;
  font-weight: 400;
}

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

.form-stretch-full {
  flex-direction: column;
  display: flex;
}

.integrations-header-sidebar-link {
  color: var(--neutral-600);
  font-size: .875rem;
  text-decoration: none;
}

.section-author-hero {
  overflow: hidden;
}

.author-hero-component {
  z-index: 1;
  position: relative;
}

.author-hero-content {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  align-items: flex-start;
  display: flex;
}

.author-hero-image-wrapper {
  border-radius: 16px;
  flex: none;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
}

.author-hero-image-wrapper.w--current {
  border-radius: 16px;
  flex: none;
  width: 256px;
  height: 256px;
  overflow: hidden;
}

.author-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-hero-content-top {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.author-hero-title-wrapper {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.author-hero-social-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.button-2 {
  grid-column-gap: 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1570ef;
  border: 1.5px solid #1570ef;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.button-2:hover {
  background-color: #175cd3;
  border-color: #175cd3;
}

.button-2.is-tertiary {
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #fff;
}

.button-2.is-tertiary:hover {
  color: #1f2a37;
  background-color: #fff;
}

.cta-background-2 {
  background-color: #1f2a37;
  height: 50%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.padding-global-2 {
  color: #fcfcfd;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section-cta-2 {
  background-color: #f9fafb;
  position: relative;
}

.section-cta-2.is-pricing {
  background-color: #f9fafb;
}

.heading-style-h5-2 {
  color: #1f2a37;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h5-2.text-color-white {
  color: #fff;
}

.text-size-regular-2 {
  color: #000;
  font-size: 1rem;
}

.text-size-regular-2.text-color-white {
  color: #fff;
}

.cta-component-2 {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #1570ef;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xhuge, .padding-xxhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 3.25rem;
  }

  .heading-style-h1.text-color-white {
    font-size: 3.5rem;
  }

  .text-size-regular.text-weight-semibold.text-color-neutral-900 {
    font-size: 1.25rem;
  }

  .text-size-regular.text-weight-semibold.text-color-white, .text-size-regular.text-align-center.text-color-white {
    font-size: 1rem;
  }

  .max-width-large.tablet-full {
    max-width: none;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-large.text-color-white {
    font-size: 1.25rem;
  }

  .heading-style-h2, .heading-style-h2.text-color-white {
    font-size: 3.25rem;
  }

  .text-size-medium.text-weight-semibold.text-color-neutral-800 {
    font-size: 1.25rem;
  }

  .text-size-medium.text-color-white {
    font-size: 1.25ch;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav-link {
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
  }

  .nav-link:hover, .nav-link.w--current:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.is-login {
    padding-left: 0;
  }

  .nav-link.is-login:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.get-started {
    padding-left: 0;
  }

  .nav-link.get-started:hover {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }

  .logos-logo-wrapper {
    flex: 0 auto;
  }

  .logos-layout {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .why-us-item-wrapper {
    grid-template-columns: 1fr;
  }

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

  .footer-menu {
    flex: 0 auto;
    grid-template-columns: .25fr .5fr 1fr 1fr 1fr;
  }

  .footer-list {
    font-size: .75rem;
  }

  .footer-content {
    flex-direction: column;
  }

  .faq-component {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .pricing-plans, .changelog-item {
    grid-template-columns: 1fr;
  }

  .changelog-content-left {
    position: static;
  }

  .alt-nav-component {
    justify-content: space-between;
  }

  .contact-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .home-dashboard-image-wrapper {
    width: 100%;
  }

  .nav-menu {
    background-color: var(--primary-900);
    align-items: flex-start;
    margin-left: 0;
    padding: 1rem 2.5rem 3rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon-line-top, .menu-icon-line-bottom {
    background-color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-right {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
    margin-top: .5rem;
  }

  .menu-icon-line-middle {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .features-info-item-wrapper {
    grid-row-gap: 3rem;
    flex-direction: column;
  }

  .features-info-image-wrapper {
    border-radius: 16px;
  }

  .our-values-list, .benefits-list, .our-team-list {
    grid-template-columns: 1fr 1fr;
  }

  .blogpost-header-image-wrapper {
    height: 30rem;
  }

  .section-careers-info {
    min-height: auto;
  }

  .careers-info-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .search-result-item {
    padding: 1.5rem;
  }

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

  .integrations-component {
    grid-template-columns: 1fr;
  }

  .integrations-collection-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .integrations-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .testimonials-components {
    column-count: 2;
  }

  .integrations-title-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .featured-blog-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .featured-blog-link {
    flex-direction: column-reverse;
    height: 100%;
  }

  .compare-feature {
    align-items: center;
    display: flex;
  }

  .review-tab-link:hover {
    opacity: .5;
  }

  .review-tab-link.w--current {
    transition: color .3s;
  }

  .review-tab-link.w--current:hover {
    opacity: 1;
  }

  .careers-list.is-horizontal {
    grid-template-columns: 1fr;
  }

  .careers-info-content-wrapper {
    flex-wrap: wrap;
  }

  .careers-info-item {
    width: auto;
    min-width: 9rem;
  }

  .contact-benefit-wrapper {
    width: 100%;
  }

  .company-header-item-wrapper {
    grid-template-columns: max-content max-content max-content max-content;
  }

  .integrations-header-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-divider-vertical {
    display: none;
  }

  .integrations-header-info {
    flex-direction: column;
  }

  .integrations-header-sidebar {
    width: 100%;
    padding: 1.5rem;
    position: relative;
    top: 0;
  }

  .blogpost-content-wrapper {
    flex-direction: column;
  }

  .views-content-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-progress-image-wrapper {
    height: 500px;
  }

  .team-progress-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .integrations-graphics-wrapper {
    width: 100%;
  }

  .home-views-component {
    grid-row-gap: 6rem;
  }

  .cta-component {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .featured-blog-image-wrapper {
    width: 100%;
    padding-top: 66%;
    position: relative;
  }

  .featured-blog-image {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cursor-item {
    bottom: 30px;
    right: 70px;
  }

  .careers-list-title-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .about-us-feature-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-us-feature-image-wrapper {
    padding-top: 67%;
  }

  .graphic-circle, .graphic-circle-2 {
    width: 30rem;
    height: 30rem;
  }

  .graphic-container {
    height: 85rem;
  }

  .graphic-circle-3 {
    width: 30rem;
    height: 30rem;
  }

  .blogs-header-component {
    text-align: center;
  }

  .careers-header-component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blogpost-social-horizontal {
    display: flex;
  }

  .views-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .views-image {
    min-width: auto;
    max-width: none;
  }

  .featured-blog-title-wrapper {
    width: 100%;
  }

  .changelog-component {
    grid-row-gap: 3rem;
  }

  .our-team-title-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .utility-graphic-circle, .utility-graphic-circle-2 {
    width: 30rem;
    height: 30rem;
  }

  .graphic-integrations-container {
    height: 75rem;
  }

  .integrations-tab-text {
    font-size: .75rem;
  }

  .tabs {
    width: 100%;
  }

  .licenses-component {
    grid-template-columns: 1fr;
  }

  .style-guide-menu {
    display: none;
  }

  .style-guide-color-list, .style-guide-content-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta-component-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}

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

  h2, h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 1.25rem;
  }

  blockquote {
    padding: 1rem 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h3.text-color-white {
    font-size: 2.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.text-color-white {
    font-size: 2.75rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-regular {
    font-size: .75rem;
  }

  .text-size-regular.text-weight-semibold.text-color-neutral-900 {
    font-size: 1rem;
  }

  .text-size-regular.text-weight-semibold.text-color-white, .text-size-small.text-color-neutral-600 {
    font-size: .75rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .form-input.is-newsletter {
    min-height: 3rem;
  }

  .heading-style-h6, .heading-style-h6.text-color-neutral-900 {
    font-size: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .text-size-large.text-color-white {
    font-size: 1.25rem;
  }

  .heading-style-h2, .heading-style-h2.text-color-white {
    font-size: 2.5rem;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .button {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button.is-small, .button.is-secondary.is-small {
    padding-top: .375rem;
    padding-bottom: .375rem;
  }

  .text-size-medium, .text-size-medium.text-weight-semibold.text-color-neutral-800 {
    font-size: 1rem;
  }

  .text-size-medium.text-color-white {
    font-size: 2ch;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .nav-component {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .badge-group-link {
    font-size: .75rem;
  }

  .badge-group-badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .logos-logo-wrapper {
    height: 2rem;
  }

  .logos-layout {
    grid-column-gap: 2rem;
    grid-row-gap: 1.5rem;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .25fr .5fr .75fr .75fr .75fr;
  }

  .footer-bottom {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .careers-info-content-form {
    padding: 1.5rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing-plans {
    grid-template-columns: 1fr;
  }

  .pricing-tabs-menu {
    margin-bottom: 3rem;
  }

  .why-us-item-content {
    padding: 1rem;
  }

  .changelog-item {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .changelog-content-left {
    position: static;
  }

  .contact-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .newsletter-form-component {
    width: 100%;
    max-width: none;
  }

  .newsletter-form-content {
    flex-direction: column;
    align-items: stretch;
  }

  .home-dashboard-image-wrapper {
    border-width: 6px;
  }

  .nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-nav {
    min-height: 4rem;
  }

  .features-info-item-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .features-info-content-left {
    position: static;
  }

  .features-info-content-right {
    grid-row-gap: 2rem;
  }

  .features-info-image-wrapper {
    border-width: 6px;
    border-radius: 8px;
  }

  .our-values-list, .benefits-list {
    grid-template-columns: 1fr;
  }

  .benefits-item {
    padding: 1rem;
  }

  .our-team-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .our-team-item {
    justify-content: flex-start;
    padding: 1rem;
  }

  .blogpost-header-image-wrapper {
    border-radius: 8px;
    height: 25rem;
  }

  .search-result-list {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .search {
    flex-direction: column;
  }

  .home-hero-header-component {
    width: 100%;
  }

  .integrations-collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .reset-password-icon, .signup-success-icon, .update-success-icon {
    width: 4rem;
    height: 4rem;
  }

  .testimonials-components {
    column-count: 1;
  }

  .testimonials-content {
    padding: 1.5rem;
  }

  .testimonials-customer {
    width: 100%;
  }

  .testimonials-image-wrapper {
    margin-right: 0;
  }

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

  .featured-blog-link {
    border-radius: 8px;
  }

  .review-logo {
    height: 2rem;
  }

  .review-tab-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact-input-group {
    flex-direction: column;
  }

  .contact-content-form, .company-header-item {
    padding: 1.5rem;
  }

  .company-header-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog-list-collection-list {
    grid-row-gap: 2rem;
  }

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

  .blog-list-collection-image-wrapper {
    width: 100%;
  }

  .button-group {
    margin-top: 2rem;
  }

  .team-progress-image-wrapper {
    height: 400px;
  }

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

  .blog-list {
    flex-direction: column;
  }

  .integrations-graphics-wrapper {
    grid-column-gap: 1rem;
  }

  .integrations-graphics-level-4 {
    width: 2rem;
    height: 2rem;
  }

  .integrations-graphics-level-3 {
    width: 3rem;
    height: 3rem;
  }

  .integrations-hraphics-level-2 {
    width: 4rem;
    height: 4rem;
  }

  .integrations-graphics-level-1 {
    width: 5rem;
    height: 5rem;
  }

  .home-views-component {
    grid-row-gap: 4rem;
  }

  .cta-component {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .featured-blog-item-content {
    padding: 1.5rem;
  }

  .integrations-list {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .link-wrapper {
    padding-top: 1rem;
  }

  .featured-blog-top-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .signup-validation-icon {
    width: 4rem;
    height: 4rem;
  }

  .newsletter-component {
    padding: 3rem 2rem;
  }

  .cursor-item {
    display: none;
  }

  .blog-button-wrapper {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .blog-button-wrapper.desktop-hide-landscape-show {
    display: flex;
  }

  .blog-button-wrapper.hide-mobile-landscape {
    display: none;
  }

  .careers-item-content {
    width: 100%;
    max-width: 25rem;
  }

  .about-us-feature-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tagline {
    font-size: 1rem;
  }

  .graphic-circle, .graphic-circle.is-small {
    width: 25rem;
    height: 25rem;
  }

  .graphic-circle-2 {
    width: 25rem;
    height: 25rem;
    top: -6rem;
  }

  .graphic-container {
    height: 72rem;
  }

  .graphic-circle-3, .graphic-circle-3.is-small {
    width: 25rem;
    height: 25rem;
  }

  ._404-component {
    height: 70vh;
  }

  .blogpost-social-horizontal {
    margin-top: 1.5rem;
  }

  .views-item {
    grid-row-gap: 3rem;
  }

  .views-image {
    border-width: 4px;
  }

  .featured-blog-title-wrapper {
    grid-row-gap: 1.5rem;
  }

  .changelog-component {
    grid-row-gap: 2rem;
  }

  .utility-graphic-circle, .utility-graphic-circle-2 {
    width: 25rem;
    height: 25rem;
  }

  .graphic-integrations-container {
    height: 60rem;
  }

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

  .integrations-tabs-content {
    margin-top: 2rem;
  }

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

  .licenses-component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .licenses-item {
    flex-direction: column;
    padding: 1.5rem;
  }

  .licenses-item-content {
    grid-row-gap: 1rem;
  }

  .licenses-icon-wrapper {
    order: -1;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
  }

  .icon-1x1-xlarge {
    width: 2.5rem;
    height: 2.5rem;
  }

  .changelog-content-wrapper {
    flex-direction: column;
    padding: 1.5rem;
  }

  .changelog-icon-wrapper {
    order: -1;
    width: 4rem;
    height: 4rem;
    margin-bottom: 1.5rem;
  }

  .style-guide-color-list, .style-guide-content-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .author-hero-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-hero-image-wrapper {
    align-self: stretch;
    width: auto;
    height: auto;
  }

  .author-hero-content-top {
    grid-row-gap: 1rem;
  }

  .button-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h5-2 {
    font-size: 1.5rem;
  }

  .cta-component-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-form {
    width: 100%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium {
    padding-bottom: 1rem;
  }

  .padding-bottom.padding-xxhuge {
    padding-bottom: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .heading-style-h3.text-color-white, .heading-style-h1.text-color-white {
    font-size: 1.75rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.text-weight-semibold {
    font-size: 1.25rem;
  }

  .text-size-regular.text-weight-semibold.text-color-neutral-900 {
    font-size: 1rem;
  }

  .text-size-regular.text-weight-semibold.text-color-white, .text-size-regular.text-align-center.text-color-white {
    font-size: .75rem;
  }

  .text-size-small.text-color-neutral-400 {
    font-size: .5rem;
  }

  .form-input.is-newsletter {
    min-height: 3rem;
  }

  .heading-style-h6.text-color-neutral-900 {
    font-size: 1.25rem;
  }

  .heading-style-h6.text-weight-semibold {
    font-size: .75rem;
  }

  .text-size-large.text-color-white {
    font-size: 1rem;
  }

  .heading-style-h2, .heading-style-h2.text-color-white {
    font-size: 1.5rem;
  }

  .text-size-medium {
    font-size: .75rem;
  }

  .text-size-medium.text-weight-bold.text-color-neutral-800, .text-size-medium.text-color-white {
    font-size: 1rem;
  }

  .logos-layout {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .why-us-item-wrapper {
    grid-template-columns: 1fr;
  }

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

  .footer-list {
    font-size: .6rem;
  }

  .footer-bottom {
    justify-content: center;
    align-items: center;
  }

  .faq-component, .contact-component {
    grid-template-columns: 1fr;
  }

  .home-dashboard-image-wrapper {
    padding-top: 0;
  }

  .features-info-content-right, .our-values-list, .benefits-list, .our-team-list {
    grid-template-columns: 1fr;
  }

  .blogpost-header-image-wrapper {
    height: 15rem;
  }

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

  .testimonials-customer {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-tab-wrapper {
    grid-template-columns: 1fr;
  }

  .careers-info-item {
    flex: 1;
  }

  .form-link {
    font-size: .75rem;
  }

  .company-header-item {
    max-width: none;
  }

  .company-header-item-wrapper {
    grid-template-columns: 1fr;
  }

  .button-group {
    margin-top: 1.5rem;
  }

  .why-us-bottom-text-content {
    text-align: center;
  }

  .team-progress-image-wrapper {
    height: 300px;
  }

  .team-progress-content-wrapper, .team-progress-metrics {
    grid-template-columns: 1fr;
  }

  .blog-component-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .integrations-graphics-level-4, .integrations-graphics-level-3 {
    display: none;
  }

  .cta-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .about-us-feature-component {
    grid-template-columns: 1fr;
  }

  .about-us-feature-image-wrapper {
    padding-top: 100%;
  }

  .tagline.text-color-white {
    font-size: 1.25rem;
  }

  .graphic-circle {
    width: 22rem;
    height: 22rem;
  }

  .graphic-circle.is-small {
    width: 20rem;
    height: 20rem;
  }

  .graphic-circle-2, .graphic-circle-3 {
    width: 22rem;
    height: 22rem;
  }

  .graphic-circle-3.is-small {
    width: 20rem;
    height: 20rem;
  }

  .text-rich-text-02 h2 {
    font-size: 1.25rem;
  }

  .text-rich-text-02 p, .text-rich-text-02 ul {
    font-size: .75rem;
  }

  .utility-graphic-circle, .utility-graphic-circle-2 {
    width: 22rem;
    height: 22rem;
  }

  .graphic-integrations-container {
    height: 67rem;
  }

  .licenses-component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .licenses-item, .changelog-content-wrapper {
    padding: 1rem;
  }

  .style-guide-color-list, .style-guide-content-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .author-hero-image-wrapper, .author-hero-image-wrapper.w--current {
    width: 100%;
    height: auto;
    padding-top: 100%;
    position: relative;
  }

  .author-hero-image {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cta-component-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .textsizemedium {
    font-size: .75rem;
  }

  .bold-text {
    font-size: 1rem;
  }
}

#w-node-_970b6eff-0433-b509-1fb9-dd26cac9594e-a7d7d998 {
  align-self: center;
  justify-self: center;
}

#w-node-_404cfc9b-29ae-ad81-e5c6-b8ede947cb78-a7d7d998, #w-node-_404cfc9b-29ae-ad81-e5c6-b8ede947cb82-a7d7d998, #w-node-_3bb4a5a4-ce11-f704-4285-3174aed9462a-a7d7d998, #w-node-_3bb4a5a4-ce11-f704-4285-3174aed94634-a7d7d998, #w-node-_4015c973-a729-6dc3-6016-8a67342ebb99-a7d7d998, #w-node-_4015c973-a729-6dc3-6016-8a67342ebba3-a7d7d998, #w-node-_91e6b7e1-6117-7a1b-5618-230e76ea64df-a7d7d998, #w-node-_91e6b7e1-6117-7a1b-5618-230e76ea64e9-a7d7d998, #w-node-b7a98846-3fbb-6bdf-6352-414eabb9ad7f-abb9ad79, #w-node-_751bf445-5a04-0b5b-bc0b-f61a063847ca-abb9ad79, #w-node-b7a98846-3fbb-6bdf-6352-414eabb9ad80-abb9ad79, #w-node-b7a98846-3fbb-6bdf-6352-414eabb9ad8f-abb9ad79, #w-node-b7a98846-3fbb-6bdf-6352-414eabb9ad9c-abb9ad79, #w-node-_0e64dbf1-b55c-a8ff-d256-5e59a57ec18a-a7d7da3e, #w-node-_0e64dbf1-b55c-a8ff-d256-5e59a57ec18b-a7d7da3e, #w-node-_0e64dbf1-b55c-a8ff-d256-5e59a57ec192-a7d7da3e, #w-node-_0e64dbf1-b55c-a8ff-d256-5e59a57ec193-a7d7da3e, #w-node-_0e64dbf1-b55c-a8ff-d256-5e59a57ec182-a7d7da3e, #w-node-_0e64dbf1-b55c-a8ff-d256-5e59a57ec183-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365779-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd9336577a-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365769-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd9336576a-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365781-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365782-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365771-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365772-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365759-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd9336575a-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365761-a7d7da3e, #w-node-_5ca56a87-f74a-116e-779e-1ddd93365762-a7d7da3e, #w-node-d635b614-6dbe-2c54-54b0-9d342be3e693-a7d7da3e, #w-node-d635b614-6dbe-2c54-54b0-9d342be3e694-a7d7da3e, #w-node-d635b614-6dbe-2c54-54b0-9d342be3e69b-a7d7da3e, #w-node-d635b614-6dbe-2c54-54b0-9d342be3e69c-a7d7da3e, #w-node-d635b614-6dbe-2c54-54b0-9d342be3e6ab-a7d7da3e, #w-node-d635b614-6dbe-2c54-54b0-9d342be3e6ac-a7d7da3e, #w-node-_303dc6fc-767f-3e83-f0c7-d2ca5aa509fb-a7d7da3e, #w-node-_303dc6fc-767f-3e83-f0c7-d2ca5aa509fc-a7d7da3e, #w-node-c9fd72c3-1c32-e3de-a002-76cc6bf8ada4-a7d7da3e, #w-node-c9fd72c3-1c32-e3de-a002-76cc6bf8ada5-a7d7da3e, #w-node-d03bbd2c-b90e-9f6e-1a55-30af7ddb4595-a7d7da3e, #w-node-d03bbd2c-b90e-9f6e-1a55-30af7ddb4596-a7d7da3e, #w-node-_0cc427dd-1044-ca33-1d26-93b2fbd8a2db-a7d7da3e, #w-node-_0cc427dd-1044-ca33-1d26-93b2fbd8a2dc-a7d7da3e, #w-node-_0cc427dd-1044-ca33-1d26-93b2fbd8a2e3-a7d7da3e, #w-node-_0cc427dd-1044-ca33-1d26-93b2fbd8a2e4-a7d7da3e, #w-node-_0cc427dd-1044-ca33-1d26-93b2fbd8a2eb-a7d7da3e, #w-node-_0cc427dd-1044-ca33-1d26-93b2fbd8a2ec-a7d7da3e, #w-node-_63683b62272847b0b2d401c2000000000014-a7d7da44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_751bf445-5a04-0b5b-bc0b-f61a063847ca-abb9ad79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8d0fd77d-83f9-49e3-4c28-49dc430741ee-a7d7da03, #w-node-e1e3fc12-a5d8-f19a-bfb9-b665b2c9e35a-a7d7da03, #w-node-e1e3fc12-a5d8-f19a-bfb9-b665b2c9e34e-a7d7da03 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b7a98846-3fbb-6bdf-6352-414eabb9ad9c-abb9ad79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Open Sauce Sans';
  src: url('../fonts/OpenSauceSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce Sans';
  src: url('../fonts/OpenSauceSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce Sans';
  src: url('../fonts/OpenSauceSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce Sans';
  src: url('../fonts/OpenSauceSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}