:root {
  --pixelflow---transparent: transparent;
  --pixelflow---white: white;
  --pixelflow---black: black;
  --pixelflow---off-white: whitesmoke;
  --inter-tight: "Inter Tight", sans-serif;
  --white: white;
  --pixelflow---inter-font: Inter, sans-serif;
  --black: #131416;
  --secluso-blue: #8bb3ee;
  --pale-orange: #faf7f5;
  --inter: "Open Sans", sans-serif;
  --yellow-green: #f0ff7a;
  --gossip: #ddf8bc;
  --pale-orange-2\<deleted\|variable-14f6cad9-dea6-f1ef-5353-7593758a0d11\>: #faf7f5;
}

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

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

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

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

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

.section {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.rh {
  padding-top: 140px;
}

.container._920px {
  max-width: 920px;
}

.rh-wrapper {
  background-color: var(--pixelflow---off-white);
  justify-content: center;
  align-items: center;
  height: 380px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.heading-01 {
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 108px;
  font-weight: 600;
  line-height: 108px;
}

.sg-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--pixelflow---off-white);
  flex-flow: column;
  padding-bottom: 80px;
  display: flex;
}

.heading-03 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

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

h4 {
  font-family: var(--inter-tight);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

p {
  margin-bottom: 0;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 500;
  display: flex;
}

.body {
  background-color: var(--white);
  font-family: var(--pixelflow---inter-font);
  color: var(--pixelflow---black);
  font-size: 18px;
  line-height: 28px;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.nav-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1292px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav-menu-content {
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav-link {
  opacity: .7;
  padding: 0;
}

.nav-link.w--current {
  opacity: 1;
  color: var(--pixelflow---black);
}

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

.section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.rh {
  padding-top: 140px;
  overflow: hidden;
}

.section.home-hero {
  padding-top: 108px;
}

.section.logo {
  background-color: var(--secluso-blue);
  flex: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.section.hero {
  padding-top: 88px;
}

.section._120px {
  padding-top: 120px;
}

.section.sign-up {
  height: 100vh;
  padding-top: 60px;
}

.section.in-progress {
  display: none;
}

.container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.container._920px {
  max-width: 920px;
  overflow: hidden;
}

.container.sign-up {
  max-width: 1040px;
}

.container._840px {
  max-width: 840px;
}

.container._960px {
  max-width: 960px;
}

.container._768px {
  max-width: 768px;
}

.container._850px {
  max-width: 850px;
}

.container._100vw {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.container.price-plan {
  flex: 0 auto;
  width: 100%;
  max-width: 1240px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container.clients {
  display: none;
}

.rh-wrapper {
  background-color: var(--pale-orange);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 380px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.rh-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rh-content.style-guide {
  max-width: 420px;
}

.rh-content.licences {
  max-width: 525px;
}

.heading-01 {
  font-family: var(--inter);
  text-align: right;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.heading-01.narrow {
  text-align: center;
}

.sg-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--pale-orange);
  border-radius: 16px;
  flex-flow: column;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.sg-heading-wrapper {
  background-color: var(--pixelflow---black);
  color: var(--pixelflow---white);
  justify-content: center;
  align-items: center;
  padding: 24px 10px;
  display: flex;
}

.sg-content {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sg-block {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 960px;
}

.colors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.colors-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pixelflow---white);
  flex-flow: column;
  padding: 12px 12px 16px;
  display: flex;
}

.colors-block {
  width: 136px;
  height: 136px;
}

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

.colors-block.white {
  border: 1px solid var(--pixelflow---off-white);
  background-color: var(--pixelflow---white);
}

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

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

.colors-block.pale-orange {
  background-color: var(--pale-orange-2\<deleted\|variable-14f6cad9-dea6-f1ef-5353-7593758a0d11\>);
}

.colors-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.colors-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.opacity-70 {
  opacity: .7;
}

.opacity-70.about-hero {
  max-width: 625px;
}

.opacity-70.pricing-hero {
  max-width: 480px;
}

.opacity-70.career-hero, .opacity-70.contact {
  max-width: 610px;
}

.opacity-70.integrations {
  max-width: 575px;
}

.opacity-70.integrations-hero {
  max-width: 625px;
}

.opacity-70.hero {
  text-align: left;
  max-width: 600px;
}

.heading-02 {
  font-family: var(--inter-tight);
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.content.cta {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.content.hero {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.content.clients {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.content.pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.content.price-plan {
  width: 100%;
  display: block;
}

.heading-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-content.heading-space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
}

.typography-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-03 {
  font-family: var(--inter-tight);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
}

.sub-heading-01---32px {
  font-family: var(--inter-tight);
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.sub-heading-02---24px {
  font-family: var(--inter-tight);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.sub-heading-03---20px {
  font-family: var(--inter-tight);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.body-01---18px-medium {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.body-02---16px-semi-bold {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.body-02---16px-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.body-02---16px-regular {
  font-size: 16px;
  line-height: 24px;
}

.body-03---14px-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.cta-wrapper {
  background-color: var(--secluso-blue);
  color: var(--black);
  background-image: url('../images/CTA-BG-Group-Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1344px;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  display: flex;
}

.cta-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
  display: flex;
}

.cta-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  margin-top: 21px;
}

.button-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  font-family: var(--inter-tight);
  color: var(--yellow-green);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-block.rating {
  background-color: var(--pixelflow---transparent);
  color: var(--pixelflow---white);
  padding: 0;
}

.button-block.rating.hero {
  color: var(--black);
}

.button-block.black {
  background-color: var(--black);
  color: var(--yellow-green);
  border-radius: 20px;
  padding: 16px 32px;
  font-weight: 600;
}

.button-block.black.nav {
  background-color: var(--black);
  color: var(--white);
  border-radius: 9px;
  padding: 8px 16px;
}

.button-block.pricing {
  background-color: var(--pixelflow---transparent);
  color: var(--black);
  border: 1px solid #00000024;
}

.button-block.nav {
  background-color: var(--white);
  color: var(--black);
  padding: 7px 20px;
}

.button-block.cta {
  padding: 22px 40px;
  font-size: 20px;
  line-height: 30px;
}

.button-block.integrations.w--current {
  background-color: var(--yellow-green);
  color: var(--black);
}

.button-icon-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.button-icon-wrapper.cta {
  width: 20px;
  height: 20px;
}

.button-icon-2 {
  color: var(--white);
}

.rating-star-icon {
  margin-right: 2px;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.footer-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.cta-text {
  max-width: 720px;
}

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.social-wrapper.team {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
}

.footer-link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: space-between;
  max-width: 528px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.footer-link-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-link-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  opacity: .7;
  color: var(--white);
  text-decoration: none;
}

.footer-link.w--current {
  opacity: 1;
}

.licences-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.licences-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  font-family: var(--inter-tight);
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.hero-wrapper {
  background-color: var(--pale-orange);
  overflow: hidden;
}

.hero-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 825px;
  display: flex;
}

.hero-text-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero-dashboard-linear {
  z-index: 999;
  position: relative;
}

.heading-block.clinets {
  text-align: center;
}

.heading-block.tabs {
  text-align: center;
  max-width: 795px;
}

.heading-block.testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: none;
}

.heading-block.testimonials {
  text-align: center;
  max-width: 590px;
}

.heading-block.hero-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-block.hero-block.about-hero, .heading-block.hero-block.pricing {
  max-width: 685px;
}

.heading-block.hero-block.career {
  max-width: 750px;
}

.heading-block.hero-block.contact {
  max-width: 860px;
}

.heading-block.hero-block.integrations {
  max-width: 735px;
}

.heading-block.hero-block.integrations-single {
  max-width: 600px;
  font-size: 16px;
  line-height: 24px;
}

.heading-block.team {
  max-width: 585px;
}

.heading-block.price-plan {
  text-align: center;
  max-width: 655px;
}

.heading-block.career {
  text-align: center;
  max-width: 635px;
}

.heading-block.integration {
  max-width: 625px;
}

.heading-block.features {
  text-align: center;
  max-width: 800px;
}

.heading-block.timeline {
  text-align: center;
  max-width: 545px;
}

.heading-block.blog-cms {
  max-width: 575px;
}

.heading-block.blog-hero {
  text-align: center;
  max-width: 800px;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-block.blog-single {
  text-align: center;
  max-width: 675px;
}

.heading-block.bs-home {
  max-width: none;
}

.heading-block.slider {
  max-width: 470px;
}

.clients-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.clients-content.opacity-60 {
  opacity: .6;
}

.testimonial-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.testimonial-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.testimonial-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
  overflow: hidden;
}

.testimonial-block.big {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 570px;
  padding-bottom: 0;
}

.testimonial-block.big.two {
  padding-left: 0;
  padding-right: 0;
}

.testimonial-block.small {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 373px;
}

.testimonial-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 309px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.testimonial-text-wrapper.two {
  margin-left: 32px;
  margin-right: 32px;
}

.testimonial-text {
  font-family: var(--inter-tight);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-image-wrapper.linear {
  position: relative;
}

.testimonials-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.testimonials-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.testimonials-block {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  background-color: var(--pale-orange);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 560px;
  padding: 40px 34px;
  display: flex;
}

.testimonials-block.small {
  max-width: 280px;
  padding: 34px 24px;
}

.testimonials-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--inter-tight);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.testimonials-clients-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-clients-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.testimonials-image-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  background-image: url('../images/Testimonials-BG-Image-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 280px;
  padding: 34px 24px;
  display: flex;
}

.testimonials-image-wrapper.two {
  background-image: url('../images/Testimonials-BG-Image-2.png');
}

.hero-heading-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.about-rating-wrapper {
  background-color: var(--gossip);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.about-rating-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: space-between;
  max-width: 1008px;
  display: flex;
}

.about-image-block {
  border-radius: 16px;
  overflow: clip;
}

.about-rating-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--pale-orange);
  border-radius: 16px;
  flex-flow: column;
  padding: 14px 14px 40px;
  display: flex;
}

.team-image-wrapper {
  border-radius: 8px;
  padding-top: 320px;
  position: relative;
  overflow: clip;
}

.team-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.team-text-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-text {
  font-family: var(--inter-tight);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.bg-section {
  background-color: var(--pale-orange);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.faq-text-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.faq-text-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.faq-content {
  flex: 1;
  max-width: 500px;
}

.faq-block {
  border-bottom: 1px solid #00000024;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-qus-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.faq-ans-wrapper {
  overflow: hidden;
}

.faq-ans-content {
  max-width: 460px;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
}

.content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 360px;
  display: flex;
}

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

.pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-tabs-menu {
  border: 1px solid #00000024;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.pricing-tabs-content {
  margin-top: 64px;
}

.pricing-tab-link {
  background-color: var(--pixelflow---transparent);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-tab-link.w--current {
  background-color: var(--black);
  color: var(--yellow-green);
}

.p-tab-pane-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.ptp-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #00000024;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 360px;
  padding: 40px 32px;
  display: flex;
}

.ptp-wrapper.white {
  border-color: var(--pale-orange);
  background-color: var(--pale-orange);
}

.ptp-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.ptp-text-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ptp-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.pricing-tab-line {
  background-color: #00000024;
  width: auto;
  height: 1px;
}

.pricing-text-list-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.pricing-text-list-content.opacity-40 {
  opacity: .4;
}

.p-plans-wrapper {
  margin-top: 64px;
  overflow: auto;
}

.p-plan-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.p-plan-content.under {
  margin-top: 60px;
}

.p-plan-sub-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.p-plan-sub-wrapper.list {
  margin-top: 24px;
}

.p-plan-sub-content {
  flex: 1;
  min-width: 300px;
}

.p-plan-sub-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  width: 574px;
  display: flex;
}

.p-plan-text-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.p-plan-line {
  background-color: #00000024;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.p-plan-button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.image-block {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.contact-wrapper {
  background-color: var(--pale-orange);
  border-radius: 16px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 380px;
  padding: 64px 0;
  display: flex;
}

.contact-group-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 52px;
  padding-right: 52px;
  display: flex;
}

.contact-group-content {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-mail-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  font-weight: 500;
  display: flex;
}

.contact-mail-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-form-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 48px 48px 48px 40px;
  display: flex;
}

.contact-form {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 624px;
  height: 100%;
  display: flex;
}

.contact-form-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-form-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-text-field {
  background-color: var(--pale-orange);
  color: var(--black);
  border: 1px solid #00000024;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-text-field.name {
  background-image: url('../images/Contact-Icon-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-text-field.mail {
  background-image: url('../images/Contact-Icon-5.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-text-field.subject {
  background-image: url('../images/Contact-Icon-6.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.textarea {
  background-color: var(--pale-orange);
  color: var(--black);
  background-image: url('../images/Contact-Icon-7.svg');
  background-position: 22px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  max-width: 800px;
  min-height: 146px;
  max-height: 800px;
  margin-bottom: 0;
  padding: 16px 22px 16px 54px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: -10px;
}

.checkbox-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact-submit-button {
  background-color: var(--black);
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 32px;
  display: flex;
  overflow: hidden;
}

.submit-button {
  background-color: var(--black);
  color: var(--white);
  padding: 16px 6px 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.nav-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.sign-in-link {
  color: var(--black);
  text-decoration: none;
}

.sign-in-link.integrations {
  color: var(--white);
}

.sign-up-wrapper {
  background-color: var(--pale-orange);
  border-radius: 16px;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.sign-up-wrapper.forget-password {
  flex: 1;
  max-width: 520px;
}

.sign-up-image-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 520px;
  display: flex;
  overflow: hidden;
}

.sign-up-from {
  flex: 1;
}

.sign-up-form-wrapper {
  height: 100%;
  margin-bottom: 0;
  padding: 40px;
  font-size: 16px;
  line-height: 24px;
}

.sign-up-form-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.sign-up-sub-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.google-sign-up-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.sign-or-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.sign-or-dot-line {
  border-bottom: 1px dashed #00000024;
  flex: 1;
  height: 1px;
}

.google-sign-up-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sign-up-form-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.sign-up-user-field-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.user-text-field {
  background-color: var(--pixelflow---transparent);
  color: var(--black);
  border: 1px solid #00000024;
  border-radius: 60px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.sign-up-field {
  background-color: var(--pixelflow---transparent);
  color: var(--black);
  border: 1px solid #00000024;
  border-radius: 60px;
  height: 56px;
  margin-bottom: 0;
  padding-left: 60px;
}

.sign-up-field.mail {
  background-image: url('../images/Sign-Up-Icon-2.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.sign-up-field.password {
  background-image: url('../images/Sign-Up-Icon-3.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
}

.sign-up-image {
  object-fit: cover;
  height: 100%;
}

.sign-up-button {
  background-color: var(--black);
  border-radius: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
}

.sign-up-link-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sign-up-link-text {
  color: #000000b3;
}

.sign-up-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.forget-password-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.career-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--pale-orange);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.career-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.career-tag-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.career-text-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.career-tag-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid #00000024;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.single-hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-hero-wrapper.integrations {
  align-items: stretch;
}

.single-hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-hero-content.integrations {
  max-width: 655px;
  font-size: 16px;
  line-height: 24px;
}

.single-hero-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.career-s-image-wrapper {
  flex-flow: column;
  display: flex;
}

.career-s-image-content {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.career-rich-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-top: -180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.rich-text-content {
  background-color: var(--pale-orange);
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  padding: 100px 40px;
  display: flex;
}

.rich-text {
  max-width: 760px;
}

.integrations-tabs-content {
  margin-top: 64px;
}

.integrations-tabs-menu {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.integrations-tab-link {
  background-color: var(--pixelflow---transparent);
  border: 1px solid #00000024;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.integrations-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

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

.integrations-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--pale-orange);
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.integrations-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.integrations-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.integration-heading-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.integration-home-wrapper {
  background-color: var(--pixelflow---black);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.integration-home-content {
  background-image: url('../images/Integrations-Group-Image_1Integrations Group Image.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  height: 340px;
  min-height: 340px;
  display: flex;
  overflow: clip;
}

.features-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  height: 400px;
  display: flex;
}

.features-content {
  border-radius: 16px;
  flex: 1;
  max-width: 400px;
  max-height: 340px;
  padding-top: 340px;
  position: relative;
  overflow: clip;
}

.features-content.text-content {
  max-height: none;
  padding-top: 0;
}

.features-line-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-image-wrapper {
  background-color: var(--pixelflow---transparent);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.features-image-wrapper.two, .features-image-wrapper.three {
  background-color: var(--pixelflow---transparent);
}

.features-image-content {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.features-text-bg-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 340px;
  display: flex;
}

.features-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-text-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-text-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.features-sub-text {
  font-family: var(--inter-tight);
  margin-top: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-list-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.features-list-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.features-line-block {
  border-left: 1px dashed #00000024;
  width: 1px;
  height: 100px;
}

.features-line-block._40px {
  height: 40px;
}

.features-line-block._100 {
  height: 100%;
}

.features-line-content {
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
}

.features-line-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.features-line-list-content {
  background-color: var(--pale-orange);
  font-family: var(--inter-tight);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.timeline-wrapper {
  font-size: 16px;
  line-height: 24px;
}

.timeline-line-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline-line-content {
  background-color: #00000024;
  width: 1px;
  height: 60px;
}

.timeline-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.timeline-year-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
}

.timeline-year-wrapper.left-side {
  justify-content: flex-start;
  align-items: flex-start;
}

.timeline-year-content {
  background-color: var(--black);
  color: var(--white);
  border-radius: 4px;
  margin-top: 8px;
  padding: 2px 8px;
  font-size: 14px;
  line-height: 20px;
}

.timeline-year-content.yellow {
  color: var(--black);
  background-color: #fff9c1;
}

.timeline-year-content.blue {
  color: var(--black);
  background-color: #e4d3ff;
}

.timeline-year-content.orange {
  color: var(--black);
  background-color: #ffece4;
}

.timeline-middle-line-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.timeline-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 340px;
  margin-top: 4px;
  display: flex;
}

.timeline-content-block.right-side {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.timeline-middle-line-content {
  background-color: var(--pale-orange);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.timeline-middle-line-block {
  background-color: var(--black);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.timeline-middle-line {
  background-color: #00000024;
  flex: 1;
  width: 1px;
  height: auto;
}

.integrations-hero-bg-wrapper {
  background-color: var(--black);
  color: var(--white);
  padding-bottom: 120px;
}

.blog-tab-wrapper {
  border-top: 1px solid #00000024;
  padding-top: 40px;
}

.blog-tabs {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-tabs-menu {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-items: start;
  display: grid;
}

.blog-tabs-content {
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-tab-pane {
  max-width: 766px;
}

.blog-tab-link {
  background-color: var(--pixelflow---transparent);
  border: 1px solid #00000024;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.blog-tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

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

.blog-collection-list.single {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--pale-orange);
  color: var(--black);
  border-radius: 16px;
  flex-flow: column;
  padding: 12px 12px 32px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.blog-image-wrapper {
  border-radius: 8px;
  padding-top: 260px;
  position: relative;
  overflow: clip;
}

.blog-image {
  position: absolute;
  inset: 0%;
}

.blog-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.blog-text-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-tag-wrapper {
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.blog-min-list {
  padding-left: 24px;
  font-weight: 400;
}

.blog-slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blog-slider {
  background-color: var(--pixelflow---transparent);
  flex: 1;
  height: auto;
  padding-bottom: 128px;
}

.blog-slider-mask {
  max-width: 840px;
  overflow: visible;
}

.blog-slider-slide {
  margin-right: 40px;
}

.blog-slider-nav-none {
  display: none;
}

.bs-left-arrow {
  width: 64px;
  height: 64px;
  inset: auto 0% 0 -15%;
}

.bs-right-arrow {
  width: 64px;
  height: 64px;
  inset: auto 2% 0% 0%;
}

.bs-cms-link {
  color: var(--white);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bs-cms-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 48px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bs-cover-image {
  width: 100%;
}

.bs-cms-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bs-sub-heading {
  font-family: var(--inter-tight);
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.bs-space-line {
  background-color: #fff;
  width: auto;
  height: 1px;
}

.blog-clients-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-clients-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-clients-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.integrations-cover-image {
  max-width: 240px;
}

.blog-s-heading-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 804px;
  display: flex;
}

.blog-s-heading-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-rich-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.bs-home-header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.slider-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-content {
  flex: 1;
}

.slider-block.about {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.slider {
  background-color: var(--pixelflow---transparent);
  width: 90vw;
  max-width: 1300px;
  height: auto;
}

.slider-mask {
  max-width: 500px;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slider-slide {
  margin-right: 20px;
}

.ss-wrapper {
  grid-column-gap: 114px;
  grid-row-gap: 114px;
  background-color: var(--pale-orange);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
}

.ss-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.left-arrow {
  width: 64px;
  height: 64px;
  inset: -128px 220px auto auto;
}

.right-arrow {
  width: 64px;
  height: 64px;
  inset: -128px 140px auto auto;
}

.cr-wrapper {
  background-color: #212225;
  border-radius: 35.5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.cr-link {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.nav-button-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: none;
}

.pp-list-wrapper {
  width: 100%;
}

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

.blog-slider-content {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: 40px;
  display: flex;
}

.blog-slider-block {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.blog-slider-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.number-countdown-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 72px;
  display: flex;
  overflow: hidden;
}

.number-countdown-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-countdown-plus-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-liner {
  background-image: linear-gradient(#fff0 84%, #fff 98%);
  position: absolute;
  inset: 0%;
}

.tabs {
  width: 100%;
}

.cta-bg-wrapper {
  background-color: var(--black);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-bg-content {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.footer-bg-wrapper {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.ar-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ar-line-wrapper {
  background-color: #13141624;
  border-radius: 10px;
  width: 4px;
  height: 100%;
  overflow: hidden;
}

.ar-line-wrapper.under {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.ar-line-content {
  background-color: #131416;
  border-radius: 10px;
  width: 100%;
  height: 50%;
}

.text-loop-edit {
  background-image: url('../images/H-Text-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 124px;
  padding: 8px 10px;
  display: flex;
}

.text-loop-edit.heading-01 {
  background-size: contain;
  width: auto;
  height: 200px;
}

.hero-heading-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -20px;
  display: flex;
}

.hero-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-dashboard-icon {
  display: none;
  position: absolute;
  inset: -19% -10% auto auto;
}

.hero-text-icon {
  display: none;
  position: absolute;
  inset: auto auto -6% -6%;
}

.h-features-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.hf-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--secluso-blue);
  border-radius: 16px;
  flex-flow: column;
  width: 330px;
  max-width: 360px;
  padding: 36px 26px;
  display: flex;
  position: relative;
}

.hf-text-wrapper {
  background-color: var(--secluso-blue);
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
}

.hf-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hf-rating-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  position: static;
}

.hf-rating-content {
  background-image: url('../images/H-Features-BG-Bash.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 166px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hf-rating-icon {
  position: absolute;
  inset: -23px -9px auto auto;
}

.testimonial-bg-wrapper {
  background-color: var(--pale-orange);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.plan-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.plan-image-wrapper {
  max-width: 500px;
  position: relative;
}

.plan-idea-icon {
  position: absolute;
  inset: 24px 24px auto auto;
}

.plan-analytics-image {
  border-radius: 8px;
  max-width: 220px;
  position: absolute;
  inset: auto -24px -24px auto;
  overflow: hidden;
  box-shadow: 8px 8px 16px #e5e5e552;
}

.plan-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  max-width: 560px;
  display: flex;
}

.plan-text-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.plan-sub-text {
  font-family: var(--inter-tight);
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.plan-grid-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
}

.plan-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.plan-grid-text-wrpper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.team-image {
  position: absolute;
}

.team-image-content {
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.features-image {
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.features-image.two {
  margin-top: 110px;
}

.features-image.three {
  margin-top: 0;
}

.features-image.four {
  margin-top: 60px;
}

.about-slider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.about-slider-content {
  justify-content: flex-end;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.blog-image-content {
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.career-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.career-image-content {
  border-radius: 16px;
  max-width: 275px;
  overflow: clip;
}

.career-image-content.two {
  justify-content: center;
  align-items: flex-start;
  margin-top: -40px;
  display: flex;
}

.career-image-content.three {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -40px;
  display: flex;
}

.plan-icon-wrapper {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.plan-icon-wrapper.one {
  background-color: #fef8be;
}

.plan-icon-wrapper.two {
  background-color: #daf7ff;
}

.plan-icon-wrapper.three {
  background-color: #ffdfd2;
}

.plan-icon-wrapper.four {
  background-color: #d0f59e;
}

.text-block {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-2 {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 800;
  line-height: 32px;
}

.text-block-3 {
  font-size: 32px;
  font-weight: 800;
  line-height: 32px;
}

.image {
  max-width: 94%;
  margin-top: 51px;
  margin-left: 35px;
}

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

.button-link-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #131416;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.features-sub-text-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-line-list-content-2 {
  color: #131416;
  background-color: #faf7f5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.features-image-content-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.features-text-block-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.features-content-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

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

.text-block-6, .text-block-7, .text-block-8 {
  text-align: center;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.opacity-70-2 {
  opacity: .7;
  max-width: 250px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.team-text-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.team-content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #faf7f5;
  border-radius: 16px;
  flex-flow: column;
  padding: 14px 14px 40px;
  display: flex;
}

.button-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f0ff7a;
  background-color: #131416;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-block-2.black {
  color: #f0ff7a;
  background-color: #131416;
  padding: 16px 32px;
  font-weight: 600;
}

.image-3 {
  max-width: 80%;
}

.div-block {
  display: none;
}

.text-block-10 {
  order: 1;
  align-self: flex-end;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 10px;
  line-height: 15px;
}

.div-block-2 {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--secluso-blue);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 38px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% auto auto;
}

.div-block-3 {
  z-index: 9999;
  text-align: center;
  background-color: #6b75e457;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-3.popup2 {
  display: none;
}

.form-block {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
}

.field-label-2 {
  text-align: left;
}

.div-block-4 {
  background-color: #92a8e9;
  border-radius: 20px;
  padding: 20px 30px 43px;
}

.text-block-12 {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-2 {
  text-align: left;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: static;
}

.div-block-5 {
  text-align: center;
  margin-top: 36px;
  margin-left: 50px;
  margin-right: 50px;
}

.image-6 {
  text-align: left;
  flex-flow: wrap;
  margin-left: 0;
  display: inline-block;
  position: relative;
  left: auto;
}

.button {
  background-color: #3c4979;
  border-radius: 9px;
}

.div-block-7 {
  justify-content: flex-end;
  display: flex;
}

.form {
  text-align: center;
}

.opacity-70-3 {
  opacity: .7;
  font-weight: 400;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container-2 {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.testimonial-text-2 {
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-bg-wrapper-2 {
  background-color: #faf7f5;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.content-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.testimonial-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 32px;
  display: flex;
  overflow: hidden;
}

.testimonial-block-2.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 373px;
}

.testimonial-block-2.big {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 570px;
  padding-bottom: 0;
}

.testimonial-block-2.big.two {
  padding-left: 0;
  padding-right: 0;
}

.button-block-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f0ff7a;
  background-color: #131416;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-block-3.black {
  color: #f0ff7a;
  background-color: #131416;
  padding: 16px 32px;
  font-weight: 600;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.container-3 {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.container-3._100vw {
  flex: 0 auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.blog-slider-2 {
  background-color: #0000;
  flex: 1;
  height: auto;
  padding-bottom: 128px;
}

.content-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.button-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f0ff7a;
  background-color: #131416;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.container-4 {
  background-color: var(--secluso-blue);
  border-radius: 9px;
  width: 800px;
  height: 350px;
  margin-top: 6px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 7px 6px 14px 4px #0003;
}

.heading-5 {
  text-align: center;
  margin-left: auto;
}

.paragraph {
  margin-top: 21px;
}

.text-span {
  background-color: #e5d841;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.image-7 {
  width: 90px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: -14% auto auto -4%;
}

.section-5 {
  margin-top: 78px;
  padding-top: 20px;
  padding-bottom: 68px;
}

.div-block-popup2 {
  z-index: 9999;
  background-color: #6b75e457;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-14, .text-block-15 {
  font-size: 12px;
}

.image-8 {
  display: inline-block;
}

.section-6 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section-6.home-hero {
  padding-top: 108px;
}

.heading-7 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.section-7 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section-7.home-hero {
  padding-top: 108px;
}

.heading-8 {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.container-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0;
  display: block;
}

.div-block-9 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.section-8 {
  justify-content: center;
  align-items: center;
  padding-top: 108px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 804px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.heading-9 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-10 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.list-2 {
  padding-left: 24px;
}

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

.text-block-17 {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-13 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .navbar {
    background-color: var(--white);
  }

  .section.logo, .section.in-progress {
    display: none;
  }

  .container {
    max-width: 1160px;
  }

  .heading-01 {
    text-align: right;
  }

  .heading-01.narrow {
    text-align: center;
  }

  .opacity-70.hero {
    text-align: left;
  }

  .testimonial-text-wrapper {
    flex-flow: column;
    display: block;
  }

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

  .hero-text-icon {
    display: none;
  }

  .hf-wrapper {
    width: 360px;
  }

  .about-slider-content {
    max-width: 1160px;
  }

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

  .image {
    margin-top: 51px;
  }

  .text-block-6 {
    text-align: center;
    margin-top: -54px;
  }

  .text-block-7 {
    text-align: center;
    margin-top: -51px;
  }

  .text-block-8 {
    text-align: center;
    margin-top: -54px;
  }

  .div-block-3 {
    background-color: #6b75e457;
    display: none;
  }

  .field-label-2 {
    text-align: left;
  }

  .div-block-4 {
    background-color: #92a8e9;
    padding: 20px 30px 43px;
  }

  .text-block-12 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-2 {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-5 {
    margin-top: 36px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-block-7 {
    justify-content: flex-end;
    display: flex;
  }

  .section-3 {
    padding-top: 44px;
  }

  .testimonial-block-2.small {
    display: block;
  }

  .container-4 {
    margin-top: 6px;
    margin-bottom: 24px;
  }

  .section-5 {
    background-color: #fff;
    margin-top: 78px;
    padding-top: 20px;
    padding-bottom: 68px;
  }

  .div-block-13 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    background-color: var(--white);
  }

  .section {
    text-align: center;
  }

  .section.logo, .section.in-progress {
    display: none;
  }

  .container {
    max-width: 1160px;
  }

  .heading-01 {
    text-align: right;
  }

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

  .button-block.cta {
    border-radius: 20px;
  }

  .testimonial-text-wrapper {
    flex-flow: column;
  }

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

  .hero-dashboard-icon {
    display: none;
  }

  .hero-text-icon {
    flex: 0 auto;
    display: none;
  }

  .hf-wrapper {
    width: 360px;
  }

  .about-slider-wrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .about-slider-content {
    max-width: 1300px;
  }

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

  .image {
    margin-top: 39px;
    margin-left: 20px;
  }

  .features-sub-text-2 {
    text-align: left;
  }

  .text-block-6 {
    text-align: center;
    margin-top: -51px;
  }

  .text-block-7 {
    margin-top: -48px;
  }

  .text-block-8 {
    margin-top: -51px;
  }

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

  .div-block-2 {
    margin-left: 55px;
    left: auto;
  }

  .text-block-11 {
    margin-left: 0;
  }

  .div-block-3 {
    background-color: #6b75e457;
    display: none;
  }

  .field-label-2 {
    text-align: left;
  }

  .div-block-4 {
    background-color: #92a8e9;
    padding: 20px 40px 43px;
  }

  .text-block-12 {
    flex-flow: row;
    justify-content: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
    display: flex;
  }

  .submit-button-2 {
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-5 {
    margin-top: 36px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-block-7 {
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .section-3 {
    padding-top: 0;
  }

  .container-4 {
    margin-top: 6px;
    margin-bottom: 24px;
  }

  .section-5 {
    background-color: #fff;
    margin-top: 78px;
    padding-top: 20px;
    padding-bottom: 68px;
  }

  .text-span-2 {
    text-decoration: underline;
  }

  .section-6, .section-7 {
    text-align: center;
  }

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

  .div-block-13 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-2 {
    line-height: 28px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    background-color: var(--white);
  }

  .section.home-hero {
    top: -17%;
  }

  .section.logo, .section.in-progress {
    display: none;
  }

  .container {
    max-width: 1160px;
  }

  .container.clients {
    display: block;
  }

  .heading-01 {
    text-align: right;
  }

  .heading-01.narrow {
    display: block;
  }

  .opacity-70.about-hero {
    font-size: 24px;
    line-height: 36px;
  }

  .sub-heading-02---24px {
    color: var(--black);
    font-size: 32px;
    line-height: 40px;
  }

  .button-icon-1 {
    overflow: clip;
  }

  .heading-block.tabs {
    display: block;
  }

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

  .slider-block.about {
    max-width: none;
  }

  .text-loop-edit.heading-01 {
    padding-bottom: 8px;
  }

  .hero-dashboard-icon {
    display: none;
  }

  .hero-text-icon {
    z-index: auto;
    display: none;
  }

  .hf-wrapper {
    width: 360px;
  }

  .hf-text-wrapper {
    border-radius: 3px;
    padding-top: 0;
  }

  .plan-sub-text {
    font-size: 64px;
  }

  .about-slider-wrapper {
    max-width: 1440px;
  }

  .text-block {
    flex: 1;
    margin-top: 24px;
    margin-bottom: 24px;
    font-weight: 400;
  }

  .image {
    max-width: 100%;
    margin-top: 39px;
  }

  .features-sub-text-2 {
    text-align: left;
  }

  .text-block-6 {
    text-align: center;
    margin-top: -33px;
  }

  .text-block-7 {
    text-align: center;
    margin-top: -30px;
  }

  .text-block-8 {
    text-align: center;
    margin-top: -36px;
  }

  .opacity-70-2 {
    flex-flow: row;
    display: block;
  }

  .team-content-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

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

  .image-4 {
    margin-top: 0;
    display: inline-block;
  }

  .div-block-2 {
    margin-left: 41px;
    position: absolute;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #6b75e457;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .form-block {
    border-radius: 16px;
  }

  .columns {
    float: none;
    margin-left: 25px;
    margin-right: 25px;
  }

  .field-label, .field-label-2 {
    text-align: left;
  }

  .div-block-4 {
    background-color: #92a8e9;
    border-radius: 6px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 40px 43px;
    box-shadow: inset 11px 11px 20px -8px #0003;
  }

  .column {
    aspect-ratio: auto;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .text-block-12 {
    flex-flow: row;
    justify-content: center;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 23px;
    display: flex;
  }

  .submit-button-2 {
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-2 {
    display: none;
    overflow: visible;
  }

  .div-block-5 {
    margin-top: 36px;
    margin-left: 92px;
    margin-right: 92px;
  }

  .div-block-6 {
    width: 30px;
    margin-top: 100px;
    margin-right: 100px;
    padding: 5px;
    display: block;
    position: absolute;
    inset: auto;
  }

  .image-5 {
    border-radius: 11px;
  }

  .button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #27314e;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .div-block-7 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .form {
    display: block;
  }

  .section-3 {
    padding-top: 44px;
  }

  .container-4 {
    margin-top: 6px;
    margin-bottom: 24px;
  }

  .text-span {
    outline-offset: 0px;
    outline: 3px #131416;
  }

  .image-7 {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -14% auto auto -5%;
  }

  .div-block-8 {
    display: flex;
  }

  .heading-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-5 {
    margin-bottom: 42px;
  }

  .paragraph-2 {
    margin-top: 24px;
  }

  .section-6.home-hero, .section-7.home-hero {
    top: -17%;
  }

  .heading-10 {
    color: #000;
    text-align: left;
    font-family: Inter Tight, sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 72px;
  }

  .div-block-13 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: center;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .bold-text-2 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .text-block-18 {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 40px;
    display: flex;
  }

  .nav-menu-content {
    background-color: var(--pixelflow---white);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
  }

  .section.rh {
    padding-top: 100px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--white);
    border: 1px solid #00000024;
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
  }

  .nav-menu-wrapper.black {
    background-color: var(--black);
    border-color: #ffffff24;
  }

  .nav-menu-content {
    background-color: var(--pixelflow---transparent);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 16px 32px 24px;
    font-weight: 500;
  }

  .nav-menu-content.black {
    background-color: var(--black);
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--pixelflow---transparent);
    color: var(--pixelflow---black);
    padding: 10px;
  }

  .menu-button.black.w--open {
    color: var(--white);
  }

  .section, .section.rh {
    padding-top: 100px;
  }

  .section.home-hero {
    padding-top: 100px;
    font-size: 18px;
  }

  .container.hero {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-01 {
    font-size: 64px;
    line-height: 72px;
  }

  .heading-01.hero {
    font-size: 56px;
    line-height: 64px;
  }

  .sg-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

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

  .colors-content {
    max-width: 160px;
  }

  .heading-02 {
    font-size: 56px;
    line-height: 64px;
  }

  .content.cta {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .heading-content.heading-space {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-03 {
    font-size: 48px;
    line-height: 56px;
  }

  .cta-wrapper {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .hero-wrapper {
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-text-wrapper {
    max-width: none;
  }

  .hero-image-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonials-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .testimonials-block, .testimonials-block.small, .testimonials-image-wrapper {
    max-width: none;
  }

  .testimonials-image-wrapper.two {
    order: 1;
  }

  .about-rating-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .bg-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-wrapper {
    flex-flow: column;
  }

  .faq-content {
    max-width: none;
  }

  .p-tab-pane-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .p-plans-wrapper {
    margin-top: 60px;
  }

  .p-plan-sub-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .p-plan-text-wrapper {
    min-width: 140px;
  }

  .price-plan {
    width: 100%;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .contact-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .sign-up-image-wrapper {
    display: none;
  }

  .career-rich-wrapper {
    margin-top: -140px;
  }

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

  .integration-heading-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .integration-home-content {
    background-size: contain;
  }

  .features-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .features-content-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .features-content {
    max-width: none;
    position: relative;
  }

  .features-content.middle, .features-content.text-content {
    order: -1;
  }

  .features-line-wrapper {
    display: none;
  }

  .features-image-content {
    max-width: none;
  }

  .features-text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 340px;
  }

  .integrations-hero-bg-wrapper {
    padding-bottom: 100px;
  }

  .blog-tabs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-tabs-menu {
    grid-template-rows: auto;
    grid-template-columns: auto auto 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-tabs-content {
    justify-content: space-between;
    margin-top: 60px;
  }

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

  .blog-slider-wrapper {
    margin-left: 40px;
  }

  .blog-slider {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
  }

  .blog-slider-mask {
    width: 90vw;
  }

  .bs-left-arrow {
    left: -11%;
  }

  .bs-right-arrow {
    right: -11%;
  }

  .bs-home-header {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-arrow {
    right: 120px;
  }

  .right-arrow {
    right: 40px;
  }

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

  .blog-slider-content {
    margin-left: 0;
  }

  .number-countdown-wrapper {
    height: 64px;
  }

  .text-loop-edit.heading-01 {
    background-image: url('../images/H-Text-Icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    margin-bottom: 18px;
    padding: 53px 16px 40px;
    font-size: 56px;
    line-height: 64px;
  }

  .hero-heading-block {
    margin-bottom: -10px;
  }

  .hero-dashboard-icon {
    width: 10%;
    top: -12%;
    right: -7%;
  }

  .hero-text-icon {
    width: 16%;
    bottom: -20%;
    left: 0%;
  }

  .h-features-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hf-wrapper {
    width: 330px;
  }

  .hf-rating-content {
    background-position: 0%;
  }

  .testimonial-bg-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .plan-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .plan-image-wrapper {
    max-width: none;
  }

  .plan-analytics-image {
    bottom: 40px;
    right: 40px;
  }

  .features-image {
    vertical-align: baseline;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
    overflow: clip;
  }

  .image {
    margin-left: 20px;
  }

  .features-image-content-2 {
    max-width: none;
    inset: 0% 0% auto;
  }

  .features-content-wrapper-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .heading-4 {
    font-size: 56px;
    line-height: 64px;
  }

  .opacity-70-2 {
    max-width: 200px;
  }

  .section-2 {
    padding-top: 100px;
  }

  .div-block {
    border: 1px dashed #000;
    width: 100%;
    height: 1px;
    display: block;
  }

  .text-block-10 {
    align-self: flex-end;
  }

  .div-block-2 {
    font-size: 14px;
    left: auto;
  }

  .div-block-3 {
    display: none;
  }

  .section-3 {
    padding-top: 100px;
  }

  .testimonial-bg-wrapper-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4 {
    padding-top: 100px;
  }

  .blog-slider-2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 100px;
  }

  .container-4 {
    width: 630px;
  }

  .section-5 {
    background-color: #fff;
  }

  .section-6 {
    padding-top: 100px;
  }

  .section-6.home-hero {
    padding-top: 100px;
    font-size: 18px;
  }

  .heading-7 {
    font-size: 56px;
    line-height: 64px;
  }

  .section-7 {
    padding-top: 100px;
  }

  .section-7.home-hero {
    padding-top: 100px;
    font-size: 18px;
  }

  .heading-8 {
    font-size: 56px;
    line-height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .section.rh {
    padding-top: 80px;
  }

  .colors-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section, .section.rh, .section.home-hero {
    padding-top: 80px;
  }

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

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .container.hero {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-01 {
    font-size: 56px;
    line-height: 64px;
  }

  .heading-01.hero {
    text-align: center;
  }

  .sg-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }

  .colors-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .opacity-70.hero {
    max-width: 550px;
  }

  .heading-02 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .content, .content.hero {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .cta-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .social-wrapper.team {
    flex-flow: column;
    order: 1;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
  }

  .heading-block.blog-hero {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .testimonial-content {
    flex-flow: column;
  }

  .testimonials-content {
    display: flex;
  }

  .testimonials-block.small, .testimonials-image-wrapper {
    max-width: none;
  }

  .about-rating-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .pricing-tabs-content {
    margin-top: 60px;
  }

  .p-tab-pane-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .p-plan-sub-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox {
    margin-top: 3px;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-button-content {
    display: none;
  }

  .sign-in-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .career-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .career-rich-wrapper {
    margin-top: -100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .integrations-tabs-content {
    margin-top: 60px;
  }

  .integrations-tabs-menu {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .integrations-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .integration-home-content {
    height: 240px;
    min-height: 240px;
  }

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

  .features-content-wrapper {
    height: auto;
  }

  .features-content {
    padding-top: 340px;
  }

  .features-line-wrapper {
    display: none;
  }

  .integrations-hero-bg-wrapper {
    padding-bottom: 60px;
  }

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

  .blog-slider-wrapper {
    margin-left: 20px;
  }

  .blog-slider {
    padding-bottom: 60px;
  }

  .bs-left-arrow, .bs-right-arrow {
    width: 48px;
    height: 48px;
  }

  .bs-cms-wrapper {
    padding: 20px;
  }

  .bs-sub-heading {
    font-size: 32px;
    line-height: 40px;
  }

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

  .slider-content {
    margin-left: 20px;
  }

  .slider-block.about {
    margin-top: 40px;
  }

  .left-arrow {
    width: 48px;
    height: 48px;
    inset: -80px auto auto 0%;
  }

  .right-arrow {
    width: 48px;
    height: 48px;
    inset: -80px auto auto 12%;
  }

  .nav-button-mobile {
    margin-top: 16px;
    display: flex;
  }

  .number-countdown-wrapper {
    height: 56px;
  }

  .text-loop-edit.heading-01 {
    background-image: url('../images/H-Text-Icon.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    padding: 55px 17px 43px;
  }

  .hero-heading-block {
    flex-flow: column;
  }

  .hero-text-icon {
    width: 10%;
    bottom: -7%;
  }

  .h-features-wrapper {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .hf-wrapper {
    width: 360px;
  }

  .hf-rating-content {
    background-position: 0%;
    background-size: contain;
  }

  .testimonial-bg-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .plan-analytics-image {
    bottom: 20px;
    right: 20px;
  }

  .features-image {
    vertical-align: baseline;
    overflow: clip;
  }

  .image {
    margin-left: 14px;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 56px;
  }

  .opacity-70-2 {
    max-width: 240px;
  }

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

  .div-block-2 {
    font-size: 10px;
    left: auto;
  }

  .div-block-3 {
    display: none;
  }

  .text-block-12 {
    text-align: center;
    width: 400px;
    font-size: 16px;
  }

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

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

  .container-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonial-bg-wrapper-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .container-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-slider-2 {
    padding-bottom: 60px;
  }

  .content-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container-4 {
    width: 480px;
    height: 380px;
  }

  .section-5 {
    background-color: #fff;
  }

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

  .section-6, .section-6.home-hero {
    padding-top: 80px;
  }

  .heading-7 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .section-7, .section-7.home-hero {
    padding-top: 80px;
  }

  .heading-8 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }
}

@media screen and (max-width: 479px) {
  .heading-03, h4 {
    font-size: 32px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  ul {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .nav-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section {
    padding-top: 72px;
  }

  .section.rh, .section.home-hero {
    padding-top: 60px;
  }

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

  .container.clients {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-01.hero {
    margin-top: -9px;
    font-size: 48px;
    line-height: 56px;
  }

  .heading-01.narrow {
    max-width: 300px;
  }

  .colors-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .opacity-70 {
    padding-left: 2px;
  }

  .opacity-70.hero {
    max-width: 300px;
  }

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

  .content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content.cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 300px;
    overflow: visible;
  }

  .content.hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .heading-03 {
    font-size: 32px;
    line-height: 40px;
  }

  .cta-wrapper {
    padding: 40px 10px;
  }

  .cta-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cta-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .cta-text.narrow {
    max-width: 300px;
  }

  .footer-link-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer-link-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .licences-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .licences-link {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-wrapper {
    background-size: cover;
  }

  .hero-text-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-image-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading-block.slider {
    width: auto;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
  }

  .clients-content {
    max-width: 120px;
  }

  .testimonial-block.big {
    padding: 24px 20px;
  }

  .testimonial-block.big.two {
    align-items: stretch;
    padding-bottom: 0;
  }

  .testimonial-text-wrapper.two {
    margin-left: 20px;
    margin-right: 20px;
  }

  .testimonials-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 24px 20px;
  }

  .hero-heading-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .about-rating-wrapper {
    padding: 20px 10px;
  }

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

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

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

  .pricing-tabs-content, .p-plans-wrapper {
    margin-top: 40px;
  }

  .contact-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 20px;
  }

  .contact-group-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-form-wrapper {
    padding: 40px 20px;
  }

  .contact-form-block {
    flex-flow: column;
  }

  .contact-button-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .checkbox {
    margin-top: 3px;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-submit-button {
    justify-content: center;
    align-items: center;
  }

  .sign-up-form-wrapper {
    padding: 24px;
  }

  .sign-up-user-field-block {
    flex-flow: column;
  }

  .career-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px 20px;
  }

  .career-tag-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .career-rich-wrapper {
    margin-top: -40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rich-text-content {
    padding: 40px 10px;
  }

  .integrations-tabs-content {
    margin-top: 40px;
  }

  .integrations-tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .integrations-collection-list {
    flex-flow: column;
    display: flex;
  }

  .integrations-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .integration-home-content {
    background-size: contain;
    height: 180px;
    min-height: 180px;
  }

  .features-wrapper, .features-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .features-content, .features-content.middle {
    padding-top: 90%;
  }

  .features-image-wrapper {
    padding: 0;
  }

  .features-image-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-text-bg-wrapper {
    height: auto;
  }

  .timeline-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .timeline-middle-line-wrapper {
    flex-flow: column;
  }

  .integrations-hero-bg-wrapper {
    padding-bottom: 40px;
  }

  .blog-tab-wrapper {
    padding-top: 32px;
  }

  .blog-tabs {
    justify-content: flex-start;
    align-items: center;
  }

  .blog-tabs-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-tabs-content {
    margin-top: 40px;
  }

  .blog-slider-wrapper {
    margin-left: 0;
  }

  .blog-slider {
    max-width: 90vw;
    padding-bottom: 0;
  }

  .bs-left-arrow, .bs-right-arrow {
    display: none;
  }

  .bs-cms-link {
    height: 340px;
  }

  .bs-cms-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .slider-content {
    margin-right: 20px;
  }

  .slider-block.about {
    margin-top: 0;
  }

  .slider {
    width: 90vw;
  }

  .slider-mask {
    max-width: none;
  }

  .slider-slide {
    margin-right: 10px;
  }

  .ss-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 32px 24px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

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

  .clients-overflow-wrapper {
    flex: none;
    display: flex;
  }

  .blog-slider-content {
    justify-content: center;
  }

  .number-countdown-wrapper {
    height: 48px;
  }

  .text-loop-edit.heading-01 {
    margin-top: -6px;
    margin-bottom: 21px;
    padding: 44px 12px 34px 17px;
    font-size: 48px;
    line-height: 56px;
  }

  .hero-text-icon {
    bottom: 5%;
  }

  .hf-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 330px;
    padding: 26px 16px;
  }

  .hf-text-wrapper {
    padding: 14px 10px;
  }

  .hf-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hf-rating-content {
    background-position: 0%;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hf-rating-icon {
    width: 40%;
  }

  .testimonial-bg-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plan-idea-icon {
    width: 16%;
  }

  .plan-analytics-image {
    width: 30%;
    bottom: 10px;
    right: 10px;
  }

  .plan-sub-text {
    font-size: 32px;
    line-height: 40px;
  }

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

  .features-image {
    width: 100%;
  }

  .about-slider-content {
    justify-content: center;
    align-items: center;
  }

  .career-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .career-image-content.two {
    margin-top: -20px;
  }

  .career-image-content.three {
    margin-bottom: -20px;
  }

  .image {
    margin-left: 8px;
  }

  .features-image-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .features-content-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .section-2 {
    padding-top: 72px;
  }

  .image-2 {
    vertical-align: baseline;
    max-width: 100%;
    margin-left: auto;
    display: inline-block;
    position: static;
  }

  .div-block-2 {
    max-width: 255px;
    margin-left: 0;
    font-size: 8px;
    line-height: 12px;
    left: auto;
  }

  .div-block-3 {
    display: none;
  }

  .text-block-12 {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
  }

  .section-3 {
    padding-top: 72px;
  }

  .testimonial-bg-wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-block-2.big {
    padding: 24px 20px;
  }

  .testimonial-block-2.big.two {
    align-items: stretch;
    padding-bottom: 0;
  }

  .section-4 {
    padding-top: 72px;
  }

  .blog-slider-2 {
    max-width: 90vw;
    padding-bottom: 0;
  }

  .content-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-4 {
    width: 300px;
    height: 520px;
    margin-top: 40px;
  }

  .section-5 {
    background-color: #fff;
  }

  .div-block-popup2 {
    display: none;
  }

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

  .section-6 {
    padding-top: 72px;
  }

  .section-6.home-hero {
    padding-top: 60px;
  }

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

  .section-7 {
    padding-top: 72px;
  }

  .section-7.home-hero {
    padding-top: 60px;
  }

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


