@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"),
       url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/Manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/Manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --background-colors--bg: var(--colors--bg);
  --font--body: "Satoshi Variable", sans-serif;
  --font-color--body: var(--colors--body);
  --font--heading: Manrope, sans-serif;
  --font-color--heading: var(--colors--heading);
  --font-color--text-highlight: var(--colors--blue);
  --colors--blue: #008dff;
  --colors--light-green: #ecf9f5;
  --colors--light-blue: #ceeef5;
  --colors--light-pink: #ffe1f8;
  --colors--white: white;
  --colors--dark-blue: #2d3e50;
  --colors--dark-blue-2: #2d3e50;
  --radius--radius-1: .938rem;
  --radius--radius-2: 1.25rem;
  --background-colors--gradient-color-2: var(--colors--dark-blue-2);
  --colors--heading: #242635;
  --colors--black: black;
  --colors--golden-yellow: #f2c94c;
  --colors--red: #eb5757;
  --background-colors--gradient-color-1: var(--colors--dark-blue);
  --colors--bg: #fcfffe;
  --colors--body: #525468;
  --colors--light-yellow: #fffadd;
  --colors--light-purple: #ecedfe;
  --loop-animation--gap: 0px;
  --loop-animation--for-desktop: 0px;
}

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

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

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

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

body {
  background-color: var(--background-colors--bg);
  font-family: var(--font--body);
  color: var(--font-color--body);
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--font-color--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  font-family: var(--font--body);
  color: var(--font-color--body);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

a {
  color: var(--font-color--text-highlight);
  text-decoration: none;
}

blockquote {
  border-left: 5px solid var(--font-color--text-highlight);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.small-heading {
  font-family: var(--font--heading);
  letter-spacing: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.upper-heading {
  font-family: var(--font--heading);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.menu {
  font-family: var(--font--heading);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 700;
}

.display {
  font-family: var(--font--heading);
  letter-spacing: -.01em;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 5.625rem;
}

.h1 {
  letter-spacing: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.75rem;
}

.h2 {
  letter-spacing: -.01em;
  padding-top: 100px;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 4.25rem;
}

.h3 {
  letter-spacing: 0;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.h4 {
  letter-spacing: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.875rem;
}

.h5 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.h6 {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2.375rem;
}

.paragraph-small {
  font-family: var(--font--body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.paragraph-small.font-color-white {
  display: none;
}

.paragraph-small._600-font-weight {
  font-weight: 600;
}

.paragraph {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.paragraph-large {
  font-size: 1.25rem;
  line-height: 2.313rem;
}

.button-text {
  font-family: var(--font--heading);
  letter-spacing: -.01em;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  display: none;
}

.button-small {
  font-family: var(--font--heading);
  letter-spacing: -.01em;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.list {
  font-family: var(--font--body);
  font-size: 1.063rem;
  font-weight: 500;
  line-height: 1.875rem;
}

.price {
  font-family: var(--font--heading);
  letter-spacing: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4.75rem;
}

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

.color-light-yellow {
  background-color: #fffadd;
}

.color-green {
  background-color: var(--colors--blue);
}

.color-body {
  background-color: var(--font-color--body);
}

.color-light-green {
  background-color: var(--colors--light-green);
}

.color-light-purple {
  background-color: #ecedfe;
}

.color-light-blue {
  background-color: var(--colors--light-blue);
}

.color-light-pink {
  background-color: var(--colors--light-pink);
}

.color-white {
  background-color: var(--colors--white);
}

.template-utility-divs-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--colors--light-green);
  flex-direction: column;
  padding: 100px;
  display: flex;
}

.hero-section {
  z-index: 1;
  padding-top: 12rem;
  padding-bottom: 16rem;
  position: relative;
}

.hero-section.bg-gradient.circle-movement-trigger {
  background-image: linear-gradient(180deg, var(--colors--dark-blue), var(--colors--dark-blue-2));
  min-height: 70vh;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.bg-gradient {
  background-image: linear-gradient(#145055, #0c4347);
}

.main-container {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  text-align: left;
  white-space: normal;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.main-container.centered {
  display: flex;
}

.hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 53rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.font-color-white {
  color: var(--colors--white);
}

.heading-font-color {
  color: var(--font-color--heading);
}

.body-font-color {
  color: var(--font-color--body);
}

.text-highlight {
  color: var(--font-color--text-highlight);
}

.primary-button {
  border: .125rem solid var(--colors--blue);
  background-color: var(--colors--blue);
  font-family: var(--font--heading);
  color: var(--colors--white);
  text-align: center;
  border-radius: 6.25rem;
  padding: .813rem 1.625rem;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.625rem;
  transition: all .3s;
  display: none;
}

.primary-button:hover {
  border-color: var(--colors--white);
  background-color: var(--colors--white);
  color: var(--colors--blue);
}

.primary-button.small-button {
  padding: .625rem 1.25rem;
  font-size: .938rem;
  line-height: 1.25rem;
}

.primary-button.small-button:hover {
  border-color: var(--colors--white);
  background-color: var(--colors--white);
  color: var(--colors--blue);
}

.primary-button.black-hover-effect:hover {
  border-color: var(--font-color--heading);
  background-color: var(--font-color--heading);
  color: var(--colors--white);
}

.button-bottom-text-wrapper {
  width: 100%;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.bg-circle {
  background-color: var(--colors--white);
  opacity: .1;
  border-radius: 100rem;
  width: 1.875rem;
  height: 1.875rem;
}

.bg-circle._1 {
  z-index: -1;
  position: absolute;
  top: 13.125rem;
  left: 6.563rem;
}

.bg-circle._1.utility-section-circle {
  display: none;
}

.bg-circle._2 {
  z-index: -1;
  width: 5.625rem;
  height: 5.625rem;
  position: absolute;
  top: 17.188rem;
  left: 11.25rem;
}

.bg-circle._2.utility-section-circle {
  display: none;
}

.bg-circle._3 {
  z-index: -1;
  width: 10.625rem;
  height: 10.625rem;
  position: absolute;
  inset: auto 3.613rem 3.775rem auto;
}

.bg-circle._3.utility-section-circle {
  display: none;
}

.productivity-section {
  z-index: 1;
  background-image: url('../images/fixed_svg.svg'), linear-gradient(180deg, var(--colors--light-blue) 35%, #ecf9f500);
  background-position: 50% 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 100%, auto;
  margin-top: -1rem;
  padding-bottom: 10.438rem;
  position: relative;
}

.productivity-section.top-small {
  background-image: none;
  margin-top: 0;
}

.productivity-container {
  grid-column-gap: 3.4375rem;
  grid-row-gap: 3.4375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.productivity-image-wrapper {
  width: 100%;
  max-width: 1030px;
  height: 37.5rem;
  margin-top: -6.563rem;
}

.productivity-image {
  width: 100%;
}

.productivity-row {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.productivity-text-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 37.5rem;
  display: flex;
}

.productivity-blocks-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.productivity-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-radius: var(--radius--radius-1);
  background-color: var(--colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.productivity-block.new-tag {
  background-image: url('../images/New-Tag.svg');
  background-position: 95% 17px;
  background-repeat: no-repeat;
  background-size: 2.813rem 1.125rem;
}

.productivity-block.new-tag.shadow-1.slide-in-from-bottom-400 {
  background-image: none;
}

.shadow-1 {
  box-shadow: 2rem 4rem 7.5rem #1d24580d;
}

.productivity-block-icon-wrapper {
  margin-bottom: .313rem;
}

.productivity-block-icon {
  height: 2.5rem;
}

.productivity-link-wrapper {
  margin-top: .938rem;
}

.secondary-button {
  border: .125rem solid var(--font-color--heading);
  background-color: var(--background-colors--bg);
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  text-align: center;
  border-radius: 6.25rem;
  padding: .813rem 1.625rem;
  font-size: 1.063rem;
  font-weight: 700;
  line-height: 1.625rem;
  transition: all .3s;
}

.secondary-button:hover {
  border-color: var(--colors--blue);
  background-color: var(--colors--blue);
  color: var(--colors--white);
}

.secondary-button.small {
  padding: .625rem 1.25rem;
  font-size: .938rem;
  line-height: 1.25rem;
}

.ternary-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--font-color--heading);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease-in-out;
  display: none;
}

.ternary-button:hover {
  color: var(--colors--blue);
}

.ternary-button.small-variant {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.button-animate-line-wrapper {
  background-color: var(--font-color--heading);
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.button-animate-line-wrapper.v2 {
  margin-top: -.25rem;
}

.button-animate-line {
  background-color: var(--colors--blue);
  width: 100%;
  height: 100%;
}

.usp-section {
  padding-bottom: 6.25rem;
}

.heading-wrapper {
  color: #101010;
}

.usp-blocks-wrapper {
  grid-row-gap: 12.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.usp-block-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.usp-block-text-wrapper {
  grid-row-gap: 1.438rem;
  color: #101010;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 29.063rem;
  display: flex;
}

.point-check-mark {
  width: 1rem;
}

.usp-block {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.point {
  grid-column-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.points-wrapper {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  color: var(--font-color--heading);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.usp-container {
  width: 100%;
}

.usp-block-image {
  object-fit: contain;
}

.usp-block-image._1 {
  width: 35rem;
}

.usp-block-image._2 {
  width: 32.5rem;
}

.usp-block-image._3 {
  width: 500px;
}

.usp-block-upper-heading-wrapper {
  margin-bottom: -.813rem;
}

.feature-section {
  z-index: 1;
  padding-top: 6.25rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.feature-blocks-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-block {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  border-radius: var(--radius--radius-1);
  text-align: left;
  flex-flow: column;
  padding: 2.188rem;
  display: flex;
}

.feature-block.without-bottom-padding {
  padding-bottom: 0;
}

.feature-block.without-bottom-padding.color-light-yellow {
  background-color: #ddf0ff;
}

.feature-block-title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-block-icon {
  object-fit: contain;
  width: 2.25rem;
  height: 2.25rem;
}

.features-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-block-title-wrapper {
  flex: 2 220px;
}

.feature-block-image-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 1.25rem;
  display: flex;
}

.feature-block-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.benefits-section {
  z-index: 1;
  background-image: url('../images/blob.svg'), linear-gradient(180deg, var(--colors--dark-blue), var(--colors--dark-blue-2));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 22.375rem 15.037rem, auto;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.benefits-container {
  position: relative;
}

.benefits-text-wrapper {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 29.688rem;
  display: flex;
  position: absolute;
  inset: auto auto 22.375rem 0%;
}

.benefits-tabs {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.benefits-tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colors--white);
  color: var(--font-color--heading);
  border-radius: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .875rem 1.875rem;
  display: flex;
}

.benefits-tabs-menu.w--current {
  background-color: var(--colors--blue);
  color: var(--colors--white);
}

.benefits-tabs-content-wrapper {
  width: 100%;
}

.tab-svg {
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.benefits-tabs-menu-wrapper {
  grid-column-gap: 2.188rem;
  grid-row-gap: 2.188rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 29.688rem;
  margin-bottom: 2.813rem;
  margin-right: 6.563rem;
  display: flex;
}

.benefits-tabs-pane-content-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.benefits-tab-image-wrapper {
  width: 100%;
}

.benefits-tab-image {
  border-radius: var(--radius--radius-1);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-clip: border-box;
  width: 33.438rem;
  height: 30.313rem;
}

.benefits-tabs-pane-text-block-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-top: -11.25rem;
  display: flex;
}

.benefits-tabs-pane-text-block {
  grid-column-gap: 1.063rem;
  grid-row-gap: 1.063rem;
  border-radius: var(--radius--radius-1);
  background-color: var(--colors--white);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30.313rem;
  padding: 2.188rem;
  display: flex;
}

.integration-section {
  z-index: 1;
  background-color: #e6f7f1;
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
  position: relative;
}

.integration-container {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  display: flex;
}

.integration-row {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integration-loop-row {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.integration-tool-logo {
  object-fit: cover;
}

.case-study-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-study-light-box {
  width: 100%;
  max-width: 38.875rem;
  height: 40.313rem;
  color: var(--font-color--body);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
}

.case-study-image {
  border-radius: var(--radius--radius-1);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.play-icon {
  background-color: var(--colors--white);
  width: 95px;
  height: 95px;
  color: var(--colors--blue);
  border-radius: 50%;
  position: absolute;
  inset: auto;
}

.play-icon.static {
  width: 4.063rem;
  height: 4.063rem;
  position: static;
}

.case-study-text-wrapper {
  z-index: 1;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-radius: var(--radius--radius-2);
  background-color: var(--colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 35.625rem;
  margin-left: -3.75rem;
  padding: 4.063rem;
  display: flex;
  position: relative;
}

.case-study-blocks-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.case-study-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-study-block-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.75rem;
  display: flex;
}

.case-study-block-title-dot {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
}

.shadow-2 {
  box-shadow: 1.25rem 1.25rem 1.875rem .313rem #1b1a2d0d;
}

.case-study-number-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: var(--font-color--heading);
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
  display: flex;
}

.case-study-number {
  font-size: 2.25rem;
  line-height: 2rem;
}

.divider-line {
  opacity: .1;
  background-color: #24263533;
  width: .125rem;
  height: 3.75rem;
  margin: 0;
}

.divider-line.v2 {
  height: 15.313rem;
}

.demo-section {
  z-index: 1;
  margin-top: -1rem;
  padding-top: 23.438rem;
  padding-bottom: 20.938rem;
  position: relative;
}

.demo-section.bg-gradient.with-bg-curve {
  background-image: url('../images/Demo-Curve.svg'), linear-gradient(180deg, var(--colors--dark-blue), var(--colors--dark-blue-2));
  background-position: 50% -1%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
}

.demo-container {
  grid-column-gap: 9.688rem;
  grid-row-gap: 9.688rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-row-1 {
  grid-column-gap: 4.688rem;
  grid-row-gap: 4.688rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.demo-text-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  max-width: 25.625rem;
  display: flex;
}

.demo-btns-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.demo-light-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--colors--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.demo-light-box:hover {
  color: var(--colors--blue);
}

.demo-play-icon {
  border: 2px solid var(--colors--white);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  display: none;
}

.demo-image-wrapper {
  width: 41.563rem;
}

.demo-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.trusted-by-wrapper {
  grid-column-gap: 4.688rem;
  grid-row-gap: 4.688rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  display: none;
}

.trusted-by-blocks-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted-by-block {
  flex: none;
}

.trusted-by-block-image {
  object-fit: contain;
  width: 7.375rem;
  height: 2.5rem;
}

.pricing-section {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--colors--light-blue), #ecf9f500);
  padding-bottom: 6.25rem;
  position: relative;
}

.pricing-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.trust-pilot-review-wrapper {
  grid-column-gap: 4.063rem;
  grid-row-gap: 4.063rem;
  border-radius: var(--radius--radius-2);
  background-color: var(--colors--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56.25rem;
  margin: -11.875rem auto 4.375rem;
  padding: 4.063rem;
  display: flex;
}

.trust-pilot-score-wrapper {
  color: var(--font-color--heading);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rating-stars {
  width: 8.125rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.review-slider {
  background-color: #fff0;
  width: 100%;
  max-width: 31.25rem;
  height: auto;
  padding-bottom: 40px;
}

.hidden-element {
  display: none;
}

.review-slider-nav {
  height: 10px;
  color: var(--font-color--heading);
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 10.001rem;
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.review-slide-content-wrapper {
  grid-column-gap: 2.188rem;
  grid-row-gap: 2.188rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 31.25rem;
  display: flex;
}

.reviewer-image {
  object-fit: cover;
  border-radius: 50%;
  width: 7.813rem;
  height: 7.813rem;
}

.review-slide-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21.25rem;
  display: flex;
}

.reviewer-rating-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviewer-name-and-designation-wrapper {
  grid-column-gap: .063rem;
  grid-row-gap: .063rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-tab-right-link {
  text-align: right;
  background-color: #ddd0;
  justify-content: flex-start;
  width: 100%;
  padding-left: 45px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.pricing-tab-right-link.w--current {
  color: #346af8;
  background-color: #ddd0;
}

.pricing-tab-panel {
  width: 100%;
}

.switch-circle {
  background-color: var(--colors--blue);
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.pricing-link-text {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  text-align: center;
  font-size: 1.063rem;
  font-weight: 600;
  line-height: 1.625rem;
}

.pricing-tab-content {
  width: 100%;
  color: var(--font-color--heading);
  overflow: visible;
}

.tab-switch {
  z-index: 0;
  border: 2px solid var(--colors--blue);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 4.5rem;
  height: 2.188rem;
  margin-left: auto;
  margin-right: auto;
  padding: .375rem .438rem;
  display: none;
  position: absolute;
  inset: 5px 0% auto;
}

.pricing-tab-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.pricing-tabs {
  width: 100%;
  display: none;
}

.pricing-tab-left-link {
  text-align: left;
  background-color: #ddd0;
  justify-content: flex-end;
  width: 100%;
  padding-left: 0;
  padding-right: 45px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.pricing-tab-left-link.w--current {
  color: #346af8;
  text-align: left;
  background-color: #ddd0;
  font-weight: 700;
}

.pricing-tab-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 15.625rem;
  margin-bottom: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-card-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-price-caption {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #171938;
  border-radius: 40px;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.pricing-divider {
  background-color: var(--font-color--heading);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.pricing-card {
  grid-row-gap: 22px;
  border-radius: var(--radius--radius-2);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 1.875rem 2.5rem 2.5rem;
  display: flex;
}

.pricing-card.recommended {
  background-image: url('../images/Recommended.svg');
  background-position: 95% 12px;
  background-repeat: no-repeat;
  background-size: 7.813rem 2rem;
}

.pricing-points-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

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

.pricing-point-wrapper {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  color: var(--font-color--body);
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  display: flex;
}

.pricing-btn {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 1.25rem;
  display: flex;
}

.pricing-list-div {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkmark {
  border: 1px solid var(--font-color--heading);
  width: 1.125rem;
  height: 1.125rem;
  box-shadow: 1px 1px 0 0 var(--font-color--heading);
  color: var(--font-color--heading);
  background-color: #fff;
  border-radius: 50%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.check-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.faqs-row {
  grid-column-gap: 13.75rem;
  grid-row-gap: 13.75rem;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 11.25rem;
  display: flex;
  position: relative;
}

.faqs-text-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  max-width: 22.5rem;
  padding-top: 2.5rem;
  display: flex;
  position: sticky;
  top: 60px;
}

.faqs-links-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.faqs-link-blocks-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.faqs-link-block {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  color: var(--font-color--heading);
  justify-content: flex-start;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.faqs-link-block:hover {
  color: var(--colors--blue);
}

.faqs-link-block-icon {
  width: 2.5rem;
  height: 2.188rem;
}

._20px-spacing {
  width: 100%;
  height: 20px;
}

.accordion-para-wrapper {
  width: 100%;
  overflow: hidden;
}

._35px-spacing {
  width: 100%;
  height: 35px;
}

.accordions-wrapper {
  flex-direction: column;
  display: flex;
}

.accordions-wrapper.v2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.accordin-block-title-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--font-color--heading);
  justify-content: space-between;
  display: flex;
}

.hide-element {
  display: none;
}

.accordion-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-blcoks-wrapper {
  width: 100%;
  max-width: 588px;
}

.accordion-block {
  background-color: #fff0;
  border-bottom: 1px solid #2b2b461a;
  padding: 1.875rem 0 0;
}

.accordion-block.w--current {
  background-color: #fff0;
}

.accordion-block.v2 {
  border-radius: var(--radius--radius-1);
  background-color: var(--colors--white);
  border: 1px solid #2426351a;
  padding: 1.125rem 1.25rem;
}

.cta-section {
  padding-top: 25.313rem;
  padding-bottom: 10.938rem;
  display: flex;
  position: relative;
}

.cta-section.bg-gradient.cta-pattern {
  background-image: url('../images/CTA-Curve.svg'), url('../images/pattern.svg'), linear-gradient(180deg, var(--colors--dark-blue), var(--colors--dark-blue-2));
  background-position: 50% -1%, 50% 100%, 0 0;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: 105%, auto, auto;
}

.cta-container {
  text-align: center;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-button-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}

.cta-rating-container {
  font-family: var(--font--heading);
  color: var(--colors--white);
}

.cta-rating-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-rating-stars {
  width: 7rem;
}

.navbar {
  z-index: 100;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.navbar.bg-gradient {
  z-index: 1000;
  background-image: linear-gradient(#2d3e50, #2d3e50);
  position: sticky;
  top: 0;
}

.nav-container {
  z-index: 1000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 2.5rem;
  display: flex;
  position: static;
  top: 0;
}

.nav-buttons {
  grid-column-gap: 1.063rem;
  grid-row-gap: 1.063rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-nav-logo {
  display: none;
}

.secondary-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2b2b46;
  text-align: center;
  background-color: #0000;
  border: 2px solid #2b2b46;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px 10px 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.secondary-button-2:hover {
  color: #fff;
  background-color: #2b2b46;
}

.nav-link {
  height: 1.5rem;
  font-family: var(--font--heading);
  color: var(--colors--white);
  margin: 0;
  padding: 0;
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--font-color--text-highlight);
  background-color: #fff0;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--colors--white);
  color: var(--colors--white);
}

.nav-link.new-tag {
  padding-right: 0;
}

.nav-link.v2 {
  color: var(--font-color--heading);
}

.nav-link.v2:hover, .nav-link.v2.w--current {
  color: var(--font-color--text-highlight);
}

.nav-link.new-tag-v2 {
  color: var(--font-color--heading);
  padding-right: 0;
}

.nav-link.new-tag-v2:hover {
  color: var(--font-color--text-highlight);
}

.nav-link.new-tag-v2.w--current {
  color: var(--colors--blue);
}

.nav-link.home.w--current {
  border-bottom-style: none;
}

.brand.mob, .brand.mob.w--current {
  display: none;
}

.nav-menu-wrapper {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.overlay {
  display: none;
}

.logo {
  margin-top: -.125px;
}

.nav-menu {
  width: 100%;
  height: 100%;
}

.footer-link {
  height: 22px;
  color: var(--font-color--body);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 700;
  line-height: .875rem;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  color: var(--font-color--text-highlight);
  transform: translate(.313rem);
}

.footer-link.new-tag {
  background-image: url('../images/New-tag-green.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 47px 22px;
  padding-right: 55px;
}

.footer-link.hiring-tag {
  background-image: url('../images/Hiring-tag.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 47px 22px;
  padding-right: 55px;
}

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

.footer-title {
  font-family: var(--font--heading);
  color: var(--font-color--heading);
  margin-bottom: .375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.footer-social-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-container {
  grid-column-gap: 22.5rem;
  grid-row-gap: 22.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-section {
  border-bottom: 1px solid #e4ebf3;
  padding-top: 4.063rem;
  padding-bottom: 4.063rem;
  position: relative;
}

.footer-section.dark {
  background-color: var(--background-colors--gradient-color-2);
}

.footer-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 28px;
  display: flex;
}

.footer-block.with-fixed-width {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 13.438rem;
  font-weight: 500;
}

.footer-social-link {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--font-color--body);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link:hover {
  color: var(--font-color--text-highlight);
}

.footer-content {
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 780px;
  display: flex;
}

.footer-text {
  font-family: var(--font--body);
  color: var(--colors--dark-blue);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

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

.about-section {
  z-index: 1;
  padding-top: 15rem;
  padding-bottom: 12rem;
  position: relative;
}

.about-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-tag {
  background-color: var(--colors--light-green);
  border-radius: 1.5rem;
  padding: .375rem 1.25rem;
}

.our-story-section {
  background-color: var(--colors--light-green);
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.our-story-container {
  grid-column-gap: 9.375rem;
  grid-row-gap: 9.375rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-story-text-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  max-width: 32.813rem;
  display: flex;
}

.our-story-heading-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 29.375rem;
  display: flex;
}

._15px-spacing {
  width: 100%;
  height: 15px;
}

.our-story-lightbox {
  width: 35.313rem;
  height: 41.563rem;
  position: relative;
}

.our-story-image {
  border-radius: var(--radius--radius-2);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.our-story-play-btn-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--font-color--heading);
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.563rem;
  display: flex;
  position: absolute;
  inset: auto 0% 1.563rem;
}

.our-story-play-btn-wrapper:hover {
  color: var(--font-color--text-highlight);
}

.leaders-section {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.leaders-container {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.leaders-heading-wrapper {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leaders-blocks-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.leader-block {
  border-radius: var(--radius--radius-1);
  width: 100%;
  overflow: hidden;
}

.leader-image-wrapper {
  width: 100%;
  height: 14.375rem;
}

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

.leader-block-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding: 1rem 1.25rem 1.25rem;
  line-height: 1.25rem;
  display: flex;
}

.leader-social-links-wraper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1.25rem;
  display: flex;
}

.leader-social-link-block {
  border-radius: var(--radius--radius-2);
  background-color: var(--colors--light-green);
  width: 2.25rem;
  height: 2.25rem;
  color: var(--font-color--heading);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.leader-social-link-block:hover {
  background-color: var(--colors--blue);
  color: var(--background-colors--bg);
}

.leader-social-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.leader-designation {
  font-family: var(--font--heading);
  color: var(--font-color--body);
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.investor-section {
  background-color: var(--colors--light-green);
  padding-top: 7.188rem;
  padding-bottom: 7.188rem;
}

.investor-container {
  grid-column-gap: 4.688rem;
  grid-row-gap: 4.688rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.investor-logos-wrapper {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  flex: none;
  display: flex;
  position: relative;
}

.invester-logo {
  object-fit: contain;
  height: 2.5rem;
}

.join-section {
  padding-top: 9.375rem;
  padding-bottom: 2.188rem;
}

.join-container {
  grid-column-gap: 6.563rem;
  grid-row-gap: 6.563rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.join-text-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 25rem;
  display: flex;
}

.join-block-review {
  border-radius: var(--radius--radius-1);
  background-color: var(--colors--white);
  max-width: 25rem;
  overflow: hidden;
}

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

.join-reviewer-image-wrapper {
  width: 100%;
  height: 13.75rem;
}

.join-block-review-text-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding: 2.813rem;
  display: flex;
}

.join-block-reviewer-details-wrapper {
  margin-top: .75rem;
}

.quote-image {
  object-fit: contain;
  width: 3.125rem;
  height: 3.75rem;
}

.join-block-review-text {
  color: var(--font-color--heading);
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.utility-section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-section.v2 {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.utility-container {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-container.v2 {
  justify-content: center;
  align-items: center;
  max-width: 77.188rem;
  height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.utility-text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 29.375rem;
  padding-top: 3.125rem;
  display: flex;
}

.utility-text-wrapper.v2 {
  padding-top: 1.75rem;
}

.utility-form-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 0;
  padding: 2.813rem;
  box-shadow: 0 6px 20px #1b1a2d0d;
}

.utility-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.utility-form-title {
  margin-bottom: 20px;
}

.input-field {
  height: 3.25rem;
  color: var(--font-color--heading);
  border: 2px solid #22254733;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 1.25rem;
  font-size: .938rem;
  font-weight: 500;
}

.input-field:focus {
  border-width: 2px;
  border-color: var(--colors--blue);
}

.input-field::placeholder {
  color: var(--font-color--body);
}

.utility-form-link-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: #2b2b46;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.utility-form-container {
  grid-column-gap: 2.188rem;
  grid-row-gap: 2.188rem;
  flex-flow: column;
  width: 100%;
  max-width: 33.438rem;
  display: flex;
}

.utility-form-container.v2 {
  margin-bottom: -90px;
}

.cta-title {
  letter-spacing: -.01em;
  font-size: 4.375rem;
  line-height: 5.625rem;
}

.hide-on-dt {
  display: none;
}

.integration-loop-rows-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.integration-loop-rows-wrapper._2 {
  justify-content: flex-end;
  align-items: center;
}

.integration-loop-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 51.563rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integration-loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #e6f7f1, #e6f7f100);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.integration-loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #e6f7f1, #e6f7f100);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.template-utility-section {
  z-index: 1;
  padding-top: 15rem;
  padding-bottom: 12rem;
  position: relative;
}

.template-utility-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 46.875rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #00000008;
}

.style-guide-block.vertical {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45%;
}

.utility-block-links-wrapper {
  grid-column-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-block-link {
  color: var(--font-color--heading);
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.utility-block-link:hover {
  border-bottom-color: #00a0aa;
}

.trusted-by-blocks-container {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 61.875rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-by-rows-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  display: flex;
}

.trusted-by-loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #0e464a 15%, #0e464a00);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.trusted-by-loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #0e464a 15%, #0e464a00);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.investor-logo-row-container {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 117569rem;
  margin-top: .938rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.investors-rows-wrapper {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  display: flex;
}

.investor-loop-gradient-left {
  z-index: 1;
  background-image: linear-gradient(90deg, #ecf9f5 15%, #ecf9f500);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.investor-loop-gradient-right {
  z-index: 1;
  background-image: linear-gradient(270deg, #ecf9f5 15%, #ecf9f500);
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-wrapper {
  z-index: 100;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

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

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

.sticky-navbar-wrapper {
  z-index: 105;
  background-color: var(--colors--white);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -100vh);
  box-shadow: 0 3px 10px #5254681a;
}

.nav-dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--font--heading);
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.25rem;
  display: flex;
}

.nav-dropdown-link.v2 {
  color: var(--font-color--heading);
}

.icon {
  justify-content: center;
  align-items: center;
  margin: 1px 0 0;
  display: none;
  position: static;
}

.nav-dropdown {
  margin-top: -2px;
}

.dropdown-list {
  background-color: var(--colors--white);
  text-align: left;
}

.dropdown-list.w--open {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: left;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  padding-top: 15px;
  display: flex;
  top: 20px;
}

.dropdown-divider {
  border: 1px solid var(--font-color--body);
  opacity: .1;
  width: 100%;
}

.dropdown-link {
  height: 1.5rem;
  font-family: var(--font--heading);
  color: var(--font-color--body);
  margin: 2px 0 0;
  padding: 0;
  font-size: .938rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: all .3s;
}

.dropdown-link:hover {
  color: var(--font-color--text-highlight);
  background-color: #fff0;
}

.dropdown-link.w--current {
  color: var(--font-color--text-highlight);
}

.dropdown-links-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--colors--white);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 3px 10px #52546826;
}

.anchor-div {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -80px);
}

.pricing-components-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 0;
  display: flex;
  position: relative;
}

.tabs-title {
  font-family: var(--font--heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.style-tag {
  background-color: var(--colors--heading);
  padding: 10px 20px;
}

.template-utility-divs-container {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  display: flex;
}

.style-tag-wrapper {
  width: 100%;
  display: flex;
}

.inherit {
  width: inherit;
  height: inherit;
}

.color-black {
  background-color: var(--colors--black);
}

.color-dark-green {
  background-color: var(--colors--dark-blue);
}

.color-dark-green-2 {
  background-color: var(--colors--dark-blue-2);
}

.color-golden-yellow {
  background-color: var(--colors--golden-yellow);
}

.color-red {
  background-color: var(--colors--red);
}

.special-class-wrapper {
  border: 5px solid var(--colors--light-blue);
  background-color: var(--colors--light-blue);
  outline-color: var(--font-color--heading);
  outline-offset: 2px;
  color: var(--font-color--heading);
  outline-width: 2px;
  outline-style: dashed;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.special-class-block-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.effect-block-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.effect-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--colors--white);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.color-wrapper {
  border: 1px solid #242635;
  border-radius: 50%;
  justify-content: center;
  align-items: stretch;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.color-heading {
  background-color: var(--font-color--heading);
}

.template-utility-divs-wrapper {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 100px;
  display: flex;
}

.color-style-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--font-color--heading);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-style-block-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  border: 1px solid var(--font-color--heading);
  opacity: .1;
  flex: none;
  width: 100%;
}

.style-table-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.styles-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-width: 1px 0 0;
  border-color: #dcdcdc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.styles-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.style-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  width: 100%;
  max-width: 1075px;
  color: var(--font-color--heading);
  flex-flow: column;
  display: flex;
}

.effects-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: #242635;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.special-classes-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.style-table {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.color-styles-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.buttons-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.text-block {
  display: none;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 140px;
  margin-right: 140px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #00b172;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.button-primary.outline-button.tabs {
  background-color: var(--colors--white);
}

.button-primary.outline-button.tabs:hover {
  background-color: var(--colors--heading);
}

.button-primary.outline-button.tabs.w--current {
  background-color: var(--colors--heading);
  color: var(--colors--white);
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 20px -24px 16px;
}

.pricing-feature-list {
  text-align: left;
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #fcfcfc;
  background-color: #0695ee;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

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

.written-by {
  color: #32325666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21.08px;
}

.author-and-date {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.written-by-block {
  margin-left: 5px;
}

.blog-s-main-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  max-width: 900px;
  height: 525px;
  margin-bottom: 77px;
  margin-left: auto;
  margin-right: auto;
}

.comment-wrapper {
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.author-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  margin-right: 12px;
}

.vertical-divider {
  background-color: #32325699;
  max-width: 672px;
  height: 1px;
  margin: 58px auto 42px;
}

.blog-container {
  text-align: left;
  justify-content: space-between;
  width: auto;
  max-width: 803px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.section {
  background-color: #f0f2fb;
  padding: 17vh 60px;
}

.section.blog-section {
  background-color: #fff;
  padding-top: 5vh;
}

.author-s-name-large {
  color: #323256;
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 31.39px;
}

.authorr-s-name {
  font-family: var(--font--body);
  color: var(--font-color--body);
  letter-spacing: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 16px;
}

.authorr-s-name.small {
  font-size: .8rem;
}

.about-author {
  color: #32325699;
  text-transform: capitalize;
  max-width: 304px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.08px;
}

.divider-2 {
  color: #32325699;
  letter-spacing: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.rich-text-styling {
  color: #39394f;
  max-width: none;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.author-s {
  color: #39394f;
  align-items: flex-start;
  max-width: 672px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.blog-s-date {
  font-family: var(--font--body);
  color: var(--font-color--body);
  text-align: left;
  letter-spacing: 0;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.4;
}

.blog-s-date.small {
  font-size: .7rem;
}

.body-green-bg {
  background-color: var(--background-colors--gradient-color-2);
}

.article-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 3.8375rem;
  display: flex;
  position: relative;
}

.productivity-text-wrapper-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 37.5rem;
  display: flex;
}

.article-wrap {
  flex: 0 auto;
  max-width: 60rem;
}

.link, .link.highlight {
  color: var(--font-color--text-highlight);
}

.image-wrap {
  margin-bottom: 2rem;
}

.image {
  object-fit: cover;
}

.link-2 {
  color: var(--colors--dark-blue-2);
}

.categories-wrap-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.wrap-flex-stretch {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.articles-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--colors--light-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 5rem 5rem;
  display: flex;
}

.articles-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: block;
}

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

.articles-list.centered {
  justify-content: center;
  align-items: center;
}

.articles-list.full {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 68rem;
  display: flex;
}

.article-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--radius--radius-1);
  color: var(--font-color--heading);
  flex-flow: column;
  display: flex;
}

.article-link.card {
  border: 1px solid var(--font-color--body);
  background-color: var(--colors--white);
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 1rem;
}

.article-title {
  font-family: var(--font--body);
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.article-title.font-color-white {
  display: none;
}

.article-title._600-font-weight {
  font-weight: 600;
}

.article-title.large {
  font-family: var(--font--heading);
  font-weight: 500;
}

.vertical-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.vertical-flex.padded {
  padding-left: 1rem;
  padding-right: 1rem;
}

.articles-text-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.blog-thumbnail {
  border-radius: .938rem .938rem 0 0;
}

.articles-section {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 5rem 2.5rem 10.438rem;
  display: flex;
  position: relative;
}

.articles-section.top-small {
  background-image: linear-gradient(#ecf9f5 35%, #ecf9f500);
}

.navbar-new {
  background-color: var(--background-colors--gradient-color-1);
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu-new {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-containe {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.menu-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.menu-logo {
  margin-top: -.125px;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--font-color--text-highlight);
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50vw;
  display: block;
}

.video {
  padding-bottom: 0;
}

.button {
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  display: block;
}

.button-copy {
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  display: block;
}

.button-2 {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.paragraph-2 {
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
}

.button-3 {
  border-radius: 9px;
}

.columns {
  margin-top: 10px;
}

.button-4 {
  background-color: #7db0ff;
  display: block;
}

.button-5 {
  background-color: #83b0ff;
  display: block;
}

.button-6 {
  background-color: #4f86ff;
  display: block;
}

.paragraph-3, .paragraph-4, .paragraph-5 {
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .h2 {
    margin-top: 100px;
    padding-top: 40px;
  }

  .h6 {
    color: var(--font-color--heading);
  }

  .main-container {
    max-width: none;
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .bg-circle._1.utility-section-circle {
    display: block;
    top: 9vw;
    left: -1.5vw;
  }

  .bg-circle._2.utility-section-circle {
    display: block;
    top: 12vw;
    left: 2vw;
  }

  .bg-circle._3 {
    bottom: 11.875rem;
    right: 7.813rem;
  }

  .bg-circle._3.utility-section-circle {
    display: block;
    bottom: 8vw;
    right: -3vw;
  }

  .productivity-section.top-small {
    background-image: none;
  }

  .navbar.bg-gradient {
    background-image: linear-gradient(#2d3e50, #2d3e50);
  }

  .nav-link.w--current {
    border-bottom: 1px solid var(--colors--white);
    color: var(--colors--white);
  }

  .overlay {
    display: none;
  }

  .our-story-lightbox {
    color: var(--colors--white);
  }

  .utility-section.v2 {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .utility-container.v2 {
    justify-content: center;
    align-items: center;
  }

  .button-primary {
    background-color: var(--colors--blue);
  }

  .button-primary.outline-button.tabs:hover {
    background-color: var(--colors--heading);
  }

  .button-primary.outline-button.tabs.w--current {
    background-color: var(--colors--heading);
    color: var(--colors--white);
  }

  .article-wrap {
    max-width: 75rem;
  }

  .blog-thumbnail {
    border-radius: .938rem .938rem 0 0;
  }
}

@media screen and (max-width: 991px) {
  .display.font-color-white {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .h1 {
    font-size: 3.25rem;
    line-height: 4.063rem;
  }

  .paragraph-large.font-color-white {
    line-height: 1.7rem;
  }

  .hero-section {
    padding-bottom: 13rem;
  }

  .hero-section.bg-gradient.circle-movement-trigger {
    padding-bottom: 4.1rem;
  }

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

  .bg-circle {
    display: none;
  }

  .productivity-section {
    padding-bottom: 6.25rem;
  }

  .productivity-section.top-small {
    margin-top: 0;
  }

  .productivity-image-wrapper {
    height: auto;
    margin-top: -8.163rem;
  }

  .productivity-blocks-wrapper {
    grid-template-columns: 1fr;
    max-width: 25rem;
  }

  .usp-blocks-wrapper {
    grid-row-gap: 9.375rem;
    max-width: 520px;
  }

  .usp-block-image-wrapper {
    order: -1;
  }

  .usp-block-text-wrapper {
    max-width: none;
  }

  .usp-block {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-direction: column;
  }

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

  .feature-section {
    padding-bottom: 6.25rem;
  }

  .feature-blocks-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block.without-bottom-padding {
    padding-bottom: 2.188rem;
  }

  .feature-block-image-wrapper {
    display: none;
  }

  .benefits-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .benefits-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .benefits-text-wrapper {
    position: static;
  }

  .benefits-tabs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 33.438rem;
  }

  .benefits-tabs-menu-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    max-width: none;
    margin-right: 0;
  }

  .benefits-tabs-pane-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .benefits-tabs-pane-text-block-wrapper {
    width: 90%;
  }

  .benefits-tabs-pane-text-block {
    max-width: none;
  }

  .integration-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .integration-container {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
  }

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

  .case-study-light-box {
    height: auto;
  }

  .case-study-text-wrapper {
    margin-top: -3.75rem;
    margin-left: 0;
  }

  .divider-line.v2 {
    width: 100%;
    height: .125rem;
    transform: rotate(0);
  }

  .demo-section {
    padding-top: 12.5rem;
    padding-bottom: 18.125rem;
  }

  .demo-section.bg-gradient.with-bg-curve {
    background-size: 105%, auto;
  }

  .demo-container {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
  }

  .demo-row-1 {
    flex-flow: column;
  }

  .demo-text-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    max-width: 31.25rem;
  }

  .trust-pilot-review-wrapper {
    grid-column-gap: 2.813rem;
    grid-row-gap: 2.813rem;
    flex-flow: column;
    padding: 2.5rem;
  }

  .trust-pilot-score-wrapper {
    grid-column-gap: 1.25rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 15rem;
  }

  .review-slider-nav {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .review-slide-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .reviewer-image-wrapper {
    flex: none;
  }

  .reviewer-image {
    width: 5.625rem;
    height: 5.625rem;
  }

  .review-slide-text-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .pricing-tab-menu {
    margin-bottom: 65px;
  }

  .pricing-card-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    place-items: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-points-wrapper {
    justify-content: flex-start;
  }

  .faqs-row {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column;
    margin-top: 6.25rem;
  }

  .faqs-text-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    max-width: none;
    position: static;
  }

  .faqs-links-wrapper, .faqs-link-blocks-wrapper {
    flex-flow: row;
  }

  .accordion-blcoks-wrapper {
    max-width: none;
  }

  .cta-section {
    padding-top: 12.5rem;
    padding-bottom: 6.25rem;
  }

  .cta-section.bg-gradient.cta-pattern {
    background-size: 105%, auto, auto;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-container {
    z-index: 1000;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 10px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    max-width: none;
    padding: 0 0 0 1.5rem;
    display: block;
    position: static;
  }

  .nav-logo {
    z-index: auto;
    position: relative;
  }

  .nav-logo.w--current {
    position: static;
  }

  .nav-buttons {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
  }

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

  .mobile-nav-logo {
    margin-top: -1px;
    display: block;
  }

  .menu-button-line {
    border: 1px none var(--colors--blue);
    background-color: var(--colors--white);
    width: 100%;
    height: 1px;
    padding: 0;
  }

  .menu-button-line.v2 {
    background-color: var(--font-color--heading);
  }

  .nav-link {
    height: auto;
    color: var(--font-color--heading);
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.new-tag-v2 {
    background-image: url('../images/new-tag-v2.svg');
  }

  .nav-link.home {
    color: var(--font-color--heading);
  }

  .brand {
    padding-left: 0;
  }

  .brand.mob {
    display: block;
  }

  .nav-menu-wrapper {
    z-index: 100;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 100vh;
    padding: 1.5rem 2rem 2.5rem 1.5rem;
    display: flex;
    position: relative;
  }

  .overlay {
    z-index: 1;
    background-color: #101010cc;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .logo {
    max-width: 80%;
    margin-top: 0;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    width: 50%;
    position: fixed;
    inset: 0% 0% 0% 0;
  }

  .menu-button-elements {
    z-index: auto;
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .footer-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-wrap: wrap;
  }

  .footer-block.with-fixed-width {
    flex-flow: row;
    order: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-wrap: wrap;
  }

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

  .our-story-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .our-story-container {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
    flex-flow: column;
  }

  .our-story-text-wrapper, .our-story-heading-wrapper {
    max-width: none;
  }

  .our-story-lightbox {
    width: 100%;
    height: auto;
  }

  .leaders-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .leaders-blocks-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .investor-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .investor-container {
    grid-column-gap: 2.813rem;
    grid-row-gap: 2.813rem;
  }

  .investor-logos-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .join-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .join-container {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
    flex-flow: column;
  }

  .join-text-wrapper, .join-block-review {
    max-width: none;
  }

  .join-reviewer-image-wrapper {
    height: auto;
  }

  .utility-section {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }

  .utility-container {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
    flex-flow: column;
    margin-top: 0;
  }

  .utility-text-wrapper {
    max-width: none;
    padding-top: 0;
  }

  .utility-form-wrapper, .utility-form-container {
    max-width: none;
  }

  .hide-on-dt {
    display: block;
  }

  .hide-on-mobile {
    display: none;
  }

  .template-utility-section {
    padding-top: 12rem;
    padding-bottom: 11rem;
  }

  .style-guide-block {
    grid-column-gap: 20px;
    color: #191148;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .style-guide-block.vertical {
    max-width: 80%;
  }

  .investors-rows-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: .938rem;
  }

  .sticky-navbar-wrapper {
    height: 70px;
  }

  .nav-dropdown-link {
    color: var(--font-color--heading);
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    padding: 0 0 0 6px;
    position: static;
  }

  .dropdown-link {
    color: var(--font-color--body);
    margin-left: 0;
    margin-right: 0;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .dropdown-links-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .anchor-div {
    transform: translate(0, -70px);
  }

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

  .container {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .pricing-card-2.featured-pricing {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-divider-2 {
    margin-top: 20px;
  }

  .author-and-date {
    margin-bottom: 0;
  }

  .blog-s-main-img-wrapper {
    margin-bottom: 50px;
  }

  .blog-container {
    padding-bottom: 55px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section {
    padding: 5vh 0 0;
  }

  .article-wrapper {
    padding-top: 2rem;
  }

  .wrap-flex-stretch {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .articles-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vertical-flex.gap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .articles-section {
    z-index: -1;
    padding: 3rem 0 6.25rem;
  }

  .articles-section.top-small {
    margin-top: 0;
  }

  .navbar-new {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav-menu-new {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    background-color: var(--colors--white);
    flex-flow: column;
    align-items: center;
    width: 60vw;
    height: 100vh;
    padding-top: .7rem;
    padding-left: 2.5rem;
    display: block;
  }

  .menu-icon {
    color: var(--colors--bg);
  }

  .menu-button-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: .5rem;
    font-size: 2rem;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: var(--background-colors--gradient-color-1);
  }

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

  .menu-container {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    display: flex;
  }

  .menu-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .menu-logo {
    max-width: 11rem;
    margin-top: 0;
    display: block;
  }

  .button-4 {
    background-color: #599afd;
    display: block;
  }

  .button-5 {
    display: block;
  }

  .button-6 {
    background-color: #2d6fff;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .display {
    font-size: 3.125rem;
    line-height: 4.063rem;
  }

  .display.font-color-white {
    font-size: 3rem;
  }

  .h1 {
    font-size: 2.625rem;
    line-height: 3.438rem;
  }

  .h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .paragraph-large.font-color-white {
    font-size: 1rem;
  }

  .hero-section {
    padding-top: 9.375rem;
    padding-bottom: 11rem;
  }

  .productivity-section {
    background-size: 105%, auto;
    padding-bottom: 5.625rem;
  }

  .productivity-container {
    grid-column-gap: 5.625rem;
    grid-row-gap: 5.625rem;
  }

  .productivity-text-wrapper {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .productivity-block {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    padding: 1.875rem;
  }

  .usp-section {
    padding-bottom: 5.625rem;
  }

  .usp-blocks-wrapper {
    grid-row-gap: 7.5rem;
  }

  .usp-block {
    width: 100%;
  }

  .feature-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .feature-blocks-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-block {
    padding: 1.875rem;
  }

  .features-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .benefits-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .benefits-tabs-menu-wrapper {
    margin-bottom: 3.75rem;
  }

  .benefits-tabs-pane-content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .benefits-tab-image-wrapper {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    overflow: hidden;
  }

  .benefits-tab-image {
    border-radius: 0;
    width: 100%;
    height: auto;
  }

  .benefits-tabs-pane-text-block-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .benefits-tabs-pane-text-block {
    border-radius: 0 0 .938rem .938rem;
  }

  .integration-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .integration-row {
    grid-column-gap: 2.813rem;
    grid-row-gap: 2.813rem;
  }

  .integration-loop-row {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .integration-tool-logo {
    width: 60px;
    height: 60px;
  }

  .case-study-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .case-study-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .play-icon {
    width: 4.688rem;
    height: 4.688rem;
  }

  .case-study-text-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: 0;
    padding: 2.5rem 2.5rem 2.8rem;
  }

  .demo-section {
    padding-top: 8rem;
  }

  .demo-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .demo-image-wrapper {
    width: 100%;
  }

  .trusted-by-wrapper {
    grid-column-gap: 2.813rem;
    grid-row-gap: 2.813rem;
  }

  .trusted-by-blocks-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .trusted-by-block-image {
    width: 5.625rem;
    height: auto;
  }

  .pricing-section {
    padding-bottom: 5.625rem;
  }

  .trust-pilot-review-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-bottom: 2.8125rem;
  }

  .trust-pilot-score-wrapper {
    flex-flow: column;
  }

  .tab-switch {
    top: 8px;
  }

  .pricing-tab-wrapper {
    margin-top: 30px;
  }

  .pricing-tab-menu {
    margin-bottom: 60px;
  }

  .pricing-card-wrapper {
    grid-row-gap: 45px;
  }

  .pricing-card {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faqs-row {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    margin-top: 5.625rem;
  }

  .faqs-links-wrapper {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    flex-flow: wrap;
  }

  ._20px-spacing {
    height: 10px;
  }

  ._35px-spacing {
    height: 25px;
  }

  .cta-section {
    padding-top: 10rem;
    padding-bottom: 5.625rem;
  }

  .navbar {
    border-radius: 0;
    width: 100%;
    transform: none;
  }

  .nav-container {
    border-radius: 0;
    padding: 0;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .mobile-nav-logo {
    margin-top: 0;
  }

  .overlay {
    height: 100vh;
    inset: -20px 0% 0%;
  }

  .logo {
    max-width: 75%;
    margin-top: 0;
  }

  .nav-menu {
    width: 80%;
  }

  .footer-logo {
    max-width: 70%;
  }

  .footer-social-block {
    margin-left: 0;
  }

  .footer-container {
    grid-row-gap: 35px;
  }

  .footer-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-block.with-fixed-width {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: .938rem;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 2.188rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
  }

  .about-section {
    padding-top: 9rem;
    padding-bottom: 5.625rem;
  }

  .our-story-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .our-story-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  ._15px-spacing {
    height: 10px;
  }

  .our-story-lightbox {
    height: auto;
  }

  .leaders-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .leaders-blocks-wrapper {
    grid-template-columns: 1fr;
  }

  .investor-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .investor-logos-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .join-section {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }

  .join-text-wrapper {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .join-block-review-text-wrapper {
    padding: 1.875rem;
  }

  .utility-section {
    padding-top: 9rem;
    padding-bottom: 5.625rem;
  }

  .utility-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .utility-form-wrapper {
    padding: 1.875rem;
  }

  .utility-form {
    grid-row-gap: 20px;
  }

  .utility-form-title {
    margin-bottom: 10px;
  }

  .cta-title {
    font-size: 3.125rem;
    line-height: 4.063rem;
  }

  .integration-loop-rows-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .integration-loop-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .join-button-wrapper {
    margin-top: .938rem;
  }

  .template-utility-section {
    padding-top: 9rem;
    padding-bottom: 8rem;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .style-guide-block.vertical {
    max-width: 100%;
  }

  .sticky-navbar-wrapper {
    height: 60px;
  }

  .anchor-div {
    transform: translate(0, -60px);
  }

  .pricing-components-wrapper {
    padding-top: 2.8125rem;
  }

  .effects-wrapper, .special-classes-container, .color-styles-wrapper, .buttons-wrapper {
    grid-template-columns: 1fr;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .blog-s-main-img-wrapper {
    height: 300px;
    margin-bottom: 30px;
  }

  .blog-container {
    padding-top: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.blog-section {
    padding-top: 3vh;
  }

  .productivity-text-wrapper-copy {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .articles-list.centered {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .articles-list.full {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .articles-text-wrapper {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
  }

  .articles-section {
    background-image: none;
    padding-top: 2rem;
    padding-bottom: 5.625rem;
  }

  .menu-logo {
    max-width: 10.5rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .display.font-color-white {
    font-size: 2.5rem;
  }

  .h2 {
    padding-top: 60px;
  }

  .h2.centered {
    text-align: center;
    display: block;
  }

  .h6 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .main-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bg-circle {
    display: none;
  }

  .productivity-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .productivity-image-wrapper {
    margin-top: -3rem;
  }

  .usp-blocks-wrapper {
    grid-row-gap: 130px;
  }

  .points-wrapper {
    margin-top: .625px;
  }

  .benefits-tabs-menu {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .tab-svg {
    flex: none;
    width: 20px;
    height: auto;
  }

  .benefits-tabs-menu-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .case-study-blocks-wrapper {
    flex-flow: column;
  }

  .divider-line {
    display: none;
  }

  .divider-line.v2 {
    display: block;
  }

  .demo-btns-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .review-slider, .review-slider-mask, .review-slide {
    width: 100%;
  }

  .pricing-tab-menu {
    width: auto;
    margin-bottom: 40px;
  }

  .pricing-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-card {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-points-wrapper {
    grid-row-gap: 15px;
  }

  .pricing-point-wrapper {
    line-height: 28px;
  }

  .pricing-btn {
    width: 100%;
  }

  .faqs-text-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .faqs-link-blocks-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
  }

  .cta-section {
    display: none;
  }

  .cta-section.bg-gradient.cta-pattern {
    display: flex;
  }

  .navbar.bg-gradient {
    z-index: 10;
  }

  .nav-container {
    z-index: 10;
    position: static;
  }

  .nav-logo {
    position: static;
  }

  .menu-button {
    width: 27px;
    height: 27px;
  }

  .mobile-nav-logo {
    max-width: 40vw;
  }

  .nav-link.new-tag {
    background-image: none;
  }

  .nav-link.new-tag-v2 {
    background-image: none;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    z-index: 1000;
    padding: 1.2rem 1.875rem 1.875rem 1.2rem;
    position: relative;
  }

  .logo {
    max-width: 65%;
  }

  .nav-menu {
    z-index: 1000;
  }

  .menu-button-elements {
    z-index: auto;
    grid-row-gap: 6px;
    position: relative;
  }

  .footer-social-block {
    flex-flow: wrap;
  }

  .utility-section {
    padding-top: 7rem;
  }

  .utility-form-link-wrapper {
    flex-flow: wrap;
  }

  .cta-title {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }

  .integration-loop-wrapper {
    width: calc(100% + 60px);
  }

  .utility-block-links-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .tabs-title {
    font-size: 17px;
    line-height: 26px;
  }

  .container {
    max-width: none;
  }

  .blog-s-main-img-wrapper {
    height: 200px;
  }

  .authorr-s-name {
    padding-right: 0;
  }

  .divider-2 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .rich-text-styling {
    margin-bottom: 2rem;
  }

  .article-wrap {
    max-width: 18.5rem;
  }

  .wrap-flex-stretch {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
  }

  .articles-wrap {
    padding-bottom: 2rem;
  }

  .articles-list {
    flex-flow: column;
  }

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

  .articles-section {
    z-index: -1;
  }

  .navbar-new {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .nav-menu-new {
    width: 80%;
    padding-top: .9rem;
    padding-left: 1.5rem;
  }

  .menu-line {
    width: 1.7rem;
  }

  .menu-container {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .menu-logo {
    max-width: 9rem;
  }

  .button-copy {
    align-self: center;
  }

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

#w-node-_99d22934-bf62-45bc-045c-fa2e0f127285-ec16fed8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c0d8e3fe-7579-c89a-40bb-622c86c5053f-ec16fed8, #w-node-_964bb31b-9ee7-57ce-7853-d2c202760421-ec16fed8, #w-node-_3d722a9a-1690-0c6a-6c53-ab1655d21d54-ec16fed8, #w-node-d48fbe72-582f-9822-175e-f40dc6043a54-ec16fed8, #w-node-_9a4b670c-286f-9dc7-f965-c9a19570027a-ec16fed8, #w-node-c2562eb4-2485-1ddd-f0d7-6c019755344a-ec16fed8, #w-node-c2562eb4-2485-1ddd-f0d7-6c019755346e-ec16fed8, #w-node-c2562eb4-2485-1ddd-f0d7-6c019755349d-ec16fed8, #w-node-ee2fb1a9-fe6c-2a9e-99f0-fb5b1bace56c-1bace558, #w-node-_0b0b5d84-4875-e94d-f2c6-74f2f9dd1fc3-ec16feda, #w-node-_0b0b5d84-4875-e94d-f2c6-74f2f9dd2000-ec16feda, #w-node-_0b0b5d84-4875-e94d-f2c6-74f2f9dd2025-ec16feda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99d22934-bf62-45bc-045c-fa2e0f127285-2c095cd3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c0d8e3fe-7579-c89a-40bb-622c86c5053f-2c095cd3, #w-node-_964bb31b-9ee7-57ce-7853-d2c202760421-2c095cd3, #w-node-_3d722a9a-1690-0c6a-6c53-ab1655d21d54-2c095cd3, #w-node-d48fbe72-582f-9822-175e-f40dc6043a54-2c095cd3, #w-node-_9a4b670c-286f-9dc7-f965-c9a19570025a-2c095cd3, #w-node-_9a4b670c-286f-9dc7-f965-c9a19570027a-2c095cd3, #w-node-_9a4b670c-286f-9dc7-f965-c9a1957002a2-2c095cd3, #w-node-bbbb3b77-0904-f95c-f244-3d659de49a59-4cff521f, #w-node-ae2c72fe-b42d-0716-5b80-dad751b34ed0-644dd196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_99d22934-bf62-45bc-045c-fa2e0f127285-ec16fed8, #w-node-_99d22934-bf62-45bc-045c-fa2e0f127285-2c095cd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_99d22934-bf62-45bc-045c-fa2e0f127285-ec16fed8, #w-node-_99d22934-bf62-45bc-045c-fa2e0f127285-2c095cd3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}