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

: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);
  --colors--green: #00b172;
  --colors--light-green: #ecf9f5;
  --colors--light-blue: #ceeef5;
  --colors--light-pink: #ffe1f8;
  --colors--white: white;
  --font-color--text-highlight: var(--colors--green);
  --radius--radius-1: .938rem;
  --radius--radius-2: 1.25rem;
  --colors--black: black;
  --colors--heading: #242635;
  --colors--dark-green: #145055;
  --colors--dark-green-2: #0c4347;
  --colors--golden-yellow: #f2c94c;
  --colors--red: #eb5757;
  --background-colors--gradient-color-1: var(--colors--dark-green);
  --background-colors--gradient-color-2: var(--colors--dark-green-2);
  --colors--body: #525468;
  --colors--bg: #fcfffe;
  --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 {
  text-decoration: none;
}

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

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

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

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

.main-container {
  width: 100%;
  max-width: 77.188rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.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: 37.5rem;
  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--green);
  background-color: var(--colors--green);
  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;
}

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

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

.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/Bg-curve-1.svg'), linear-gradient(#ecf9f5 35%, #ecf9f500);
  background-position: 50% -5px, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 100%, auto;
  margin-top: -1rem;
  padding-bottom: 10.438rem;
  position: relative;
}

.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;
  align-items: center;
  width: 100%;
  padding-top: 3.4375rem;
  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;
}

.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--green);
  background-color: var(--colors--green);
  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: flex;
}

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

.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--green);
  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-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/Bg-Decoration.svg'), linear-gradient(#145055, #0c4347);
  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--green);
  color: var(--colors--white);
}

.benefits-tabs-content-wrapper {
  width: 100%;
  min-height: 35rem;
}

.benefits-tabs-menu:focus {
  outline: none;
}

.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);
  object-fit: contain;
  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 {
  color: var(--font-color--body);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38.875rem;
  height: 40.313rem;
  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);
  color: var(--colors--green);
  border-radius: 50%;
  width: 95px;
  height: 95px;
  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(#145055, #0c4347);
  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--green);
}

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

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

.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(#ecf9f5, #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 {
  color: var(--font-color--heading);
  justify-content: flex-start;
  align-items: center;
  height: 10px;
  padding: 0 0 0 10.001rem;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.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--green);
  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 {
  color: var(--font-color--heading);
  width: 100%;
  overflow: visible;
}

.tab-switch {
  z-index: 0;
  border: 2px solid var(--colors--green);
  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: flex;
  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%;
}

.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);
  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;
  width: 1.125rem;
  height: 1.125rem;
  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--green);
}

.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/svg-pattern.svg'), linear-gradient(#145055, #0c4347);
  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: 80px;
  display: flex;
  position: static;
}

.nav-container {
  color: var(--font-color--text-highlight);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.188rem 2.5rem;
  display: flex;
  position: relative;
}

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

.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 {
  font-family: var(--font--heading);
  color: var(--colors--black);
  height: 1.5rem;
  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 {
  color: var(--colors--black);
}

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

.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);
  background-image: url('../images/New-tag-green.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 44px;
  padding-right: 3.125rem;
}

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

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

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

.overlay {
  display: none;
}

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

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

.footer-link {
  color: var(--font-color--body);
  justify-content: center;
  align-items: center;
  height: 22px;
  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-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 {
  color: var(--font-color--body);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  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);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.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);
  color: var(--font-color--heading);
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: all .3s;
  display: flex;
}

.leader-social-link-block:hover {
  background-color: var(--colors--green);
  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 {
  color: var(--font-color--heading);
  border: 2px solid #22254733;
  border-radius: 100px;
  height: 3.25rem;
  margin-bottom: 0;
  padding: 16px 1.25rem;
  font-size: .938rem;
  font-weight: 500;
}

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

.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: auto;
  height: 80px;
  position: fixed;
  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: flex;
  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 {
  font-family: var(--font--heading);
  color: var(--font-color--body);
  height: 1.5rem;
  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: 4.375rem;
  display: flex;
  position: relative;
  text-align: center;
}

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

.color-dark-green-2 {
  background-color: var(--colors--dark-green-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;
  color: var(--font-color--heading);
  flex-flow: column;
  width: 100%;
  max-width: 1075px;
  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-span, .link {
  text-decoration-color: #00b172;
}

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

@media screen and (min-width: 1280px) {
  .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;
  }

  .nav-container {
    padding: 1.5rem 2.1rem;
  }

  .nav-links {
    grid-column-gap: 3.8rem;
    grid-row-gap: 3.8rem;
    margin-left: 89px;
  }

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

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 3.25rem;
    line-height: 4.063rem;
  }

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

  .main-container {
    max-width: 43.75rem;
  }

  .bg-circle {
    display: none;
  }

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

  .productivity-image-wrapper {
    height: auto;
  }

  .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 {
    border-radius: 10px;
    justify-content: space-between;
    padding: 1.5rem;
  }

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

  .nav-links {
    grid-row-gap: 25px;
    flex-direction: column;
    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 {
    background-color: #0000;
  }

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

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

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

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

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

  .brand {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 100vh;
    padding: 2.5rem;
  }

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

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

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

  .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 {
    box-shadow: none;
    width: 100%;
    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;
  }
}

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

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

  .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: 20px;
  }

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

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

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

  .logo {
    margin-top: 0;
  }

  .nav-menu {
    width: 80%;
  }

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

@media screen and (max-width: 479px) {
  .h6 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

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

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

  .nav-menu-wrapper {
    padding: 1.875rem;
  }

  .menu-button-elements {
    grid-row-gap: 6px;
  }

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

#w-node-ee2fb1a9-fe6c-2a9e-99f0-fb5b1bace56c-1bace558, #w-node-_0b0b5d84-4875-e94d-f2c6-74f2f9dd1fc3-0b21ed27, #w-node-_0b0b5d84-4875-e94d-f2c6-74f2f9dd2000-0b21ed27, #w-node-_0b0b5d84-4875-e94d-f2c6-74f2f9dd2025-0b21ed27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-c0d8e3fe-7579-c89a-40bb-622c86c5053f-249b238a, #w-node-_964bb31b-9ee7-57ce-7853-d2c202760421-249b238a, #w-node-_3d722a9a-1690-0c6a-6c53-ab1655d21d54-249b238a, #w-node-d48fbe72-582f-9822-175e-f40dc6043a54-249b238a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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


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

/* Beta Pricing Card Styling */
.pricing-card.pricing-card-beta {
  background-color: #d4f0e7 !important;
}

.pricing-beta-notice {
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: rgba(0, 177, 114, 0.15);
  border-radius: 0.5rem;
  border-left: 3px solid var(--colors--green);
}

.pricing-beta-notice .paragraph-small {
  font-size: 0.75rem !important;
  color: var(--colors--dark-green) !important;
  font-weight: 700 !important;
  line-height: 1.25rem;
}
