@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-for-heading: #171938;
  --white: white;
  --color-for-body-text: #3d4066;
  --cornflower-blue: #346af8;
}

a {
  color: var(--color-for-heading);
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

.style-guide-title {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2._700-bold {
  font-weight: 700;
}

.h2._700-bold.feature {
  font-size: 50px;
}

.h2._700-bold.feature-copy {
  font-size: 40px;
}

.h2._500-medium {
  font-weight: 500;
}

.h2._500-medium.flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.style-guide-paragraph {
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.color-palette {
  background-color: var(--white);
  height: 120px;
  box-shadow: 0 5px 45px #afb1b14d;
}

.color-palette.black {
  background-color: var(--color-for-heading);
}

.color-palette.dim-grey {
  background-color: var(--color-for-body-text);
}

.color-palette.blue {
  background-color: var(--cornflower-blue);
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 45px #afb1b14d;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}

.h4._600-bold {
  font-weight: 700;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4em;
}

.h1._700-bold {
  font-weight: 700;
}

.h1._700-bold.head {
  margin-top: 50px;
}

.style-guide-section {
  padding-top: 140px;
  padding-bottom: 50px;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.h5._700-bold {
  font-weight: 700;
}

.h7 {
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.h3._700-bold {
  font-weight: 700;
}

.h3._500-medium {
  font-weight: 500;
}

.button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.all-heading-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  min-height: 550px;
  margin-bottom: 30px;
  display: flex;
}

.style-guide-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.style-guide-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1230px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.main-body-text-variant-1 {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.8em;
}

.main-body-text-variant-1._500-medium {
  margin-bottom: 10px;
  font-weight: 500;
}

.main-body-text-variant-1._500-medium.prcing {
  margin-bottom: 34px;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.h6._500-medium {
  font-weight: 700;
}

.main-body-text-variant-2 {
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
}

.main-body-text-variant-2._500-medium {
  font-weight: 500;
}

.main-body-text-variant-2._500-medium.other {
  color: var(--color-for-heading);
}

.style-guide-para-wrapper {
  margin-bottom: 20px;
}

.primary-button {
  border: 2px solid var(--cornflower-blue);
  background-color: var(--cornflower-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
  box-shadow: 0 0 40px #0000000f;
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-logo {
  width: 114px;
  height: 37px;
}

.brand {
  width: 15%;
  display: none;
}

.main-body-text {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.main-body-text._500-medium {
  font-weight: 500;
}

.navbar {
  background-color: #0000;
  height: 88px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--color-for-heading);
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  transition: color .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--cornflower-blue);
}

.nav-button-wrapper {
  letter-spacing: 1px;
  width: 93px;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-right-link-container {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-right-link-container.width-100 {
  justify-content: space-between;
}

.home-hero-section {
  background-color: #fff;
  padding-top: 155px;
  padding-bottom: 100px;
  position: relative;
}

.home-hero-container {
  grid-column-gap: 55px;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.home-hero-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  padding-top: 55px;
  padding-bottom: 65px;
  display: flex;
}

.home-hero-heading {
  color: var(--color-for-heading);
}

.home-hero-para {
  color: var(--color-for-body-text);
  max-width: 510px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7em;
}

.secondary-button {
  border: 2px solid var(--color-for-heading);
  color: var(--color-for-heading);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

.secondary-button.white-colored {
  border-color: var(--white);
  color: var(--white);
}

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

.secondary-button.without-border {
  border-style: none;
  font-size: 15px;
}

.secondary-button.without-border:hover {
  color: var(--cornflower-blue);
  background-color: #0000;
}

.secondary-button.small-fonts {
  font-size: 15px;
}

.secondary-button.small-fonts.white-for-mob:hover {
  border-color: var(--cornflower-blue);
  color: var(--cornflower-blue);
  background-color: #0000;
}

.home-hero-image-wrapper {
  flex: 1;
  width: 100%;
  height: 530px;
}

.animated-image {
  width: 100%;
  height: 100%;
}

.home-hero-image {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.why-us-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 435px;
  padding-right: 0;
  display: flex;
}

.why-us-text-container.right-side-text {
  max-width: 460px;
}

.feature-tab-left-image {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.feature-tab-left-image.feature-image-wrapper {
  padding-right: 0;
}

.feature-tab-image {
  width: 100%;
  height: 100%;
}

.feature-heading {
  color: var(--color-for-heading);
  text-align: center;
  max-width: 510px;
  margin-bottom: 80px;
  padding-top: 0;
}

.feature-heading.left-aligned {
  text-align: left;
  margin-bottom: 25px;
}

.why-us-para {
  color: var(--color-for-body-text);
  margin-top: 0;
  margin-bottom: 30px;
}

.why-us-right-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470px;
  height: auto;
  position: relative;
}

.check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.check-icon {
  width: 13px;
  height: 10px;
}

.update-list-wrappper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-section {
  background-color: var(--color-for-heading);
  border-top: 1px solid #ededed;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-logo-link {
  flex: 0 auto;
  width: auto;
  height: 17px;
}

.footer-line-heading-wrapper {
  color: var(--white);
  margin-bottom: 15px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.footer-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  display: flex;
}

.footer-column {
  width: 30%;
  padding-top: 5px;
}

.footer-container {
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-links-list {
  margin-bottom: 0;
}

.footer-icon {
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: 5px;
}

.footer-list-item {
  grid-column-gap: 14px;
  color: var(--color-for-heading);
  align-items: center;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.footer-nav-column {
  width: 22%;
  max-width: 190px;
}

.footer-logo-wrapper {
  max-width: 150px;
  margin-bottom: 30px;
}

.footer-logo {
  width: 114px;
  height: 37px;
  margin-top: -5px;
}

.change-log-link {
  color: #fff9;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: underline;
  transition: opacity .3s;
}

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

.change-log-link.w--current:hover {
  color: #2293d7;
}

.lecensing-link {
  color: #fff9;
  font-family: Hind, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  transition: color .3s;
}

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

.copy-right-tect-wrapper {
  color: #fff9;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.copy-right-text {
  font-size: 14px;
  display: inline-block;
}

.copy-right-container {
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: #fff9;
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.read-more-link {
  color: #848991;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-family: Satoshi, sans-serif;
  transition: box-shadow .8s;
  box-shadow: inset 0 -2px #848991;
}

.read-more-link:hover {
  color: #588af0;
  box-shadow: inset 0 -2px #588af0;
}

.blog-post-description {
  color: #4f545b;
  margin-top: 20px;
  margin-bottom: 25px;
  display: block;
}

.blog-link-container {
  align-items: center;
  display: flex;
}

.blog-post-block-text-container {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
}

.blog-post-block-title {
  color: var(--color-for-heading);
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Metropolis;
  font-size: 22px;
  line-height: 34px;
}

.blog-post-block-title:hover {
  color: var(--cornflower-blue);
}

.blog-post-block {
  z-index: 1;
  background-color: var(--white);
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.blog-search-icon {
  width: 14px;
}

.advertisement-image-wrapper {
  background-image: url('../images/oshine-banner-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 560px;
  margin-top: 20px;
}

.blog-about-button-container {
  max-width: 140px;
  transition: all .4s;
}

.blog-about-button-container:hover {
  transform: translate(0, -10px);
  box-shadow: 0 4px 45px #afb1b191;
}

.blog-about-heading-container {
  color: #313233;
}

.instagram-follow {
  max-width: 170px;
  height: 38px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.blog-search-container {
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.share-btn {
  color: #fff;
  text-align: center;
  background-color: #2293d7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Hind, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.share-btn.instagram {
  background-color: #408bd1;
  background-image: url('../images/instagram-icon.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  padding-top: 12px;
  padding-left: 35px;
  transition: background-color .3s;
}

.share-btn.instagram:hover {
  background-color: #359dff;
}

.blog-search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-search {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 4px #00000029;
}

.blog-search:focus {
  color: #848991;
}

.post-right-flex {
  max-width: 270px;
  margin-left: 60px;
  position: relative;
}

.blog-search-button {
  z-index: 1;
  background-color: #0000;
  width: 50px;
  position: relative;
}

.blog-search-button:focus {
  color: #848991;
}

.blog-about-paragraph-container {
  color: var(--color-for-body-text);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.blog-about-sticky-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 75px;
  overflow: visible;
}

.blog-search-input {
  color: #313233;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-family: Metropolis;
  font-size: 14px;
  font-weight: 500;
}

.blog-search-input::placeholder {
  color: #2229;
}

.full-horizontal-divider {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 10px;
}

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

.blog-post-container {
  display: flex;
}

.blog-post-link {
  color: var(--color-for-heading);
  transition: color .35s;
}

.blog-post-link:hover {
  color: #588af0;
}

.search-home-hero-section {
  background-color: #fafbfd;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.search-heading {
  color: #313233;
  text-align: center;
}

.search-result-item {
  column-count: 0;
}

.search-result-list {
  column-count: 2;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  background-color: var(--color-for-heading);
  transform-origin: 0 0;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.middle-line {
  background-color: var(--color-for-heading);
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.bottom-line {
  background-color: var(--color-for-heading);
  transform-origin: 0 100%;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.middle-line-45, .middle-line--45 {
  background-color: var(--color-for-heading);
  width: 100%;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: absolute;
}

.why-us-right-image {
  width: 100%;
  height: 100%;
}

.navbar-fixed {
  background-color: var(--white);
  height: 80px;
  position: fixed;
  inset: -80px 0% auto;
  box-shadow: 0 4px 20px #a7acb74d;
}

.scroll-to-top {
  z-index: 10;
  background-color: var(--cornflower-blue);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: fixed;
  inset: auto 15px 15px auto;
}

.up-arrow-image {
  width: 10px;
  height: 10px;
}

.scroll-to-top-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.search-icon {
  width: 14px;
}

._404-search-input {
  color: #848991;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

._404-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

._404-search-button {
  z-index: 1;
  color: #222246;
  background-color: #0000;
  position: absolute;
}

._404-search-field {
  background-color: #fff;
  border-radius: 70px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  height: 60px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #84899133;
}

.search-icon-container {
  z-index: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

._404-para {
  color: #848991;
}

.non-linked-footer-list-item {
  grid-column-gap: 14px;
  color: #848991;
  max-width: 313px;
  margin-bottom: 10px;
  font-family: Hind, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.webflow-text {
  color: #fff9;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}

.webflow {
  color: var(--white);
  transition: letter-spacing .4s;
}

.webflow:hover {
  letter-spacing: 1px;
}

.webflow-span {
  color: var(--white);
  margin-left: 2px;
}

.anchorlink-space {
  z-index: -2;
  width: 100%;
  height: 95%;
  padding: 0;
  position: absolute;
  inset: 2px 0% auto;
}

.license-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.license-paragraph {
  color: #848991;
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.unsplash-link {
  color: #313233;
}

.template-block {
  border-left: 4px #eca72f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-bottom: 50px;
  padding: 35px;
  display: flex;
  box-shadow: 0 5px 30px #d6d7d891;
}

.template-block.vertical {
  border-left-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.changelog-section {
  padding-top: 140px;
  padding-bottom: 50px;
}

.template-para-wrapper {
  color: #848991;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.template-para-wrapper.without-padding {
  margin-bottom: 0;
}

.license-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.license-block-title {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.changelog-blocks-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.changelog-paragraph {
  color: #848991;
  text-align: center;
  max-width: 630px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.template-block-title {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 20px;
}

.changelog-heading-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.nav-secondry-button-wrapper {
  letter-spacing: 1px;
  width: 140px;
  height: 44px;
  overflow: hidden;
}

.footer-office-contact {
  color: #fff9;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.company-logo-section {
  background-color: var(--white);
  padding-top: 68px;
  padding-bottom: 100px;
}

.company-logo-sub-heading {
  color: var(--color-for-heading);
  justify-content: center;
  font-family: Metropolis;
  font-weight: 500;
  display: flex;
}

.company-logo-images-div {
  grid-column-gap: 125px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client-image-wrapper {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 8px #0451851a;
}

.why-us-list-row {
  grid-column-gap: 16px;
  color: var(--color-for-heading);
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.security-section {
  background-image: linear-gradient(to right, #346af8 20%, #396bea 80%);
  padding-top: 105px;
  padding-bottom: 140px;
}

.security-container {
  grid-row-gap: 90px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.security-container.top {
  margin-bottom: 52px;
}

.security-heading {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  max-width: 470px;
  display: flex;
}

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

.security-card {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  padding: 45px 35px;
  display: flex;
  box-shadow: 0 4px 50px #0000000a;
}

.security-card.middle-block {
  position: relative;
  transform: translate(0, -30px);
}

.security-card-image {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.security-card-title {
  color: var(--color-for-heading);
  margin-top: 30px;
  margin-bottom: 10px;
}

.security-card-para {
  color: var(--color-for-body-text);
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.feature-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 125px;
  position: relative;
  overflow: hidden;
}

.feature-container {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-container.extra {
  margin-top: 77px;
}

.feature-row-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-row-2 {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-tab-text-wrapper {
  padding-right: 0;
}

.feature-list-div {
  grid-column-gap: 38px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

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

.tabs-menu {
  flex-direction: column;
  flex: none;
  width: 100%;
  max-width: 475px;
  display: flex;
}

.tab-link {
  grid-column-gap: 15px;
  background-color: #ddd0;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 20px 50px 20px 20px;
  display: flex;
  position: static;
}

.tab-link.w--current {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #f2f5ff #f2f5ff #f2f5ff var(--cornflower-blue);
  background-color: #f4f6ff;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.tab-link-image-wrapper {
  flex: none;
}

.feature-animated-image {
  align-items: center;
  width: 475px;
  height: 445px;
  display: flex;
}

.feature-row-3 {
  width: 100%;
  margin-top: 100px;
}

.testimonial-section {
  background-image: linear-gradient(to right, #346af8 20%, #396bea 80%);
  padding-top: 125px;
  padding-bottom: 125px;
}

.testimonial-row {
  grid-column-gap: 85px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-section {
  background-color: #f4f6ff;
  padding-top: 100px;
  padding-bottom: 115px;
  position: relative;
}

.testimonial-text-wrapper {
  align-items: center;
  width: 100%;
  max-width: 540px;
  display: flex;
}

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

.testimonial-image {
  border-radius: 10px;
  width: 350px;
  height: 385px;
}

.testimonial-card {
  flex-direction: column;
  padding: 50px;
  display: flex;
  position: relative;
}

.testimonial-para-wrapper {
  margin-top: 45px;
}

.testimonial-name-div {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.tesimonial-quote {
  width: 100%;
  height: 100%;
}

.testimonial-para {
  color: var(--white);
  letter-spacing: -.5px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.testimonial-caption {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

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

.pricing-heading-div {
  color: var(--color-for-heading);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.pricing-para-div {
  color: var(--color-for-body-text);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  max-width: 580px;
  display: flex;
}

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

.tab-switch {
  z-index: 0;
  background-color: var(--cornflower-blue);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 72px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 7px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

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

.pricing-tabs {
  width: 100%;
}

.pricing-tab-menu {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.pricing-tab-content {
  width: 100%;
  overflow: visible;
}

.pricing-tab-link {
  text-align: left;
  background-color: #ddd0;
  justify-content: flex-end;
  height: 40px;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 60px;
  font-family: Metropolis;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.pricing-tab-link.w--current {
  color: var(--cornflower-blue);
  text-align: left;
  background-color: #ddd0;
}

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

.pricing-tab-link-2 {
  text-align: right;
  background-color: #ddd0;
  justify-content: flex-start;
  width: 160px;
  height: 40px;
  margin-left: -5px;
  padding-left: 40px;
  padding-right: 30px;
  font-family: Metropolis;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.pricing-tab-link-2.w--current {
  color: var(--cornflower-blue);
  background-color: #ddd0;
}

.pricing-link-text-2, .pricing-link-text {
  text-align: center;
  font-family: Satoshi, sans-serif;
  line-height: 24px;
}

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

.pricing-card {
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 0 0 50px;
  display: flex;
  box-shadow: 0 0 35px #163dad0d;
}

.pricing-card-image {
  flex-direction: row;
  justify-content: center;
  width: 60px;
  height: 60px;
  display: flex;
  overflow: hidden;
}

.pricing-price-div {
  margin-bottom: 15px;
}

.pricing-price-caption {
  color: var(--color-for-heading);
  text-align: center;
  background-color: #f3f6ff;
  border-radius: 40px;
  flex: 1;
  padding: 4px 15px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: block;
}

.pricing-list-div {
  width: 100%;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

.pricing-btn {
  width: 170px;
  height: 44px;
  margin-top: 45px;
  margin-bottom: 10px;
}

.pricing-list-wrappper {
  width: 100%;
}

.pricing-list-row {
  color: var(--color-for-body-text);
  border: 0 #dfedff;
  border-bottom: 1px solid #3d406612;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.pricing-check-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  padding: 0;
  display: flex;
}

.faq-section {
  padding-top: 88px;
  padding-bottom: 125px;
  position: relative;
}

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

.faq-heading-div {
  color: var(--color-for-heading);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.faq-para-div {
  color: var(--color-for-body-text);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  max-width: 580px;
  margin-bottom: 60px;
  display: flex;
}

.faq-para-div.other {
  margin-bottom: 0;
}

.faq-accordion-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.c-faq {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-faq-a-text {
  color: var(--color-for-body-text);
  padding: 0 15px 15px;
}

.faq-stripe-2 {
  background-color: #313233;
  width: 60%;
  height: 2px;
  position: absolute;
}

.faq-stripe-1 {
  background-color: #313233;
  width: 2px;
  height: 60%;
}

.c-faq-item {
  cursor: pointer;
  border: 1px solid #1719381a;
  border-radius: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-accordion-container {
  margin-left: 0;
  padding-left: 0;
}

.c-faq-icon {
  color: var(--color-for-heading);
  justify-content: center;
  align-items: center;
  padding: 15px 30px 15px 25px;
  position: relative;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.c-faq-q-text {
  color: var(--color-for-heading);
  flex: 1;
  padding: 15px 10px 15px 15px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.sign-up-form-div-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  padding: 40px;
  position: relative;
  box-shadow: 0 4px 14px #00000014;
}

.input-field {
  color: var(--color-for-heading);
  border: 1px solid #dadff6;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  box-shadow: 0 0 40px #0000000f;
}

.input-field:focus {
  border-color: var(--cornflower-blue);
}

.input-field.without-shadow {
  box-shadow: none;
}

.submit-button {
  background-color: var(--cornflower-blue);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.sign-up-button-wrapper {
  width: 100%;
  height: 62px;
  margin-top: 10px;
}

.sign-up-link-div {
  color: var(--color-for-body-text);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.terms-link {
  color: var(--cornflower-blue);
}

.feature-work-video {
  background-color: #346af81a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -42px;
}

.play-icon {
  width: 20px;
  height: 20px;
}

.border {
  background-color: var(--white);
  color: var(--cornflower-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.border:hover {
  color: var(--color-for-body-text);
}

.menu-logo-div {
  width: 114px;
  height: 37px;
  display: block;
}

.menu-open-overlay {
  display: none;
}

.tabs {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-watch-demo-video {
  grid-column-gap: 10px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

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

.curve-image {
  opacity: .5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0, 171px);
}

.curve-image.rating-section {
  opacity: 1;
  inset: 0% auto auto 0%;
  transform: none;
}

.curve-image.toptech-div-curve {
  opacity: 1;
  inset: 0% 0% auto auto;
  transform: none;
}

.curve-image.testimonial-curve {
  inset: 0% auto 0% 15px;
  transform: translate(0, -130px);
}

.company-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.company-logo-heading {
  color: var(--color-for-heading);
  text-align: center;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.client-image {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.company-logo-row {
  grid-column-gap: 125px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 40px 10px;
  display: flex;
}

.company-div-gradient {
  z-index: 2;
  background-image: linear-gradient(to right, var(--white), #fff0);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.company-div-gradient.right {
  background-image: linear-gradient(270deg, var(--white), #fff0);
  inset: 0% 0% 0% auto;
}

.div-block {
  width: 100%;
  position: relative;
}

.hero-circle {
  z-index: 0;
  opacity: .5;
  background-color: #55b3ff;
  border-radius: 50%;
  width: 345px;
  height: 345px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(0, -172.5px);
}

.review-name {
  color: var(--color-for-heading);
  align-items: center;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.review-quote-icon-wrapper {
  flex-direction: column;
  margin-top: -35px;
  margin-bottom: 30px;
  display: flex;
}

.review-bottom-part {
  grid-column-gap: 12px;
  justify-content: flex-start;
  display: flex;
}

.rating-number {
  color: var(--color-for-body-text);
  letter-spacing: 2px;
  width: 28.65px;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.rating-star-wrapper {
  display: flex;
}

.review-sub-heading {
  color: var(--color-for-body-text);
  text-align: center;
  max-width: 390px;
  margin: 7px auto 60px;
}

.review-heading {
  color: var(--color-for-heading);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 66px;
  display: flex;
}

.rating-star {
  color: #ffb525;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  display: flex;
}

.rating-star.inactive {
  opacity: .3;
}

.quote-icon {
  width: 70px;
  height: 64px;
}

.review-blocks-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-block {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 500px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 30px 60px #0000000d;
}

.review-image {
  width: 50px;
  height: 50px;
}

.review-para {
  color: var(--color-for-body-text);
  margin-bottom: 25px;
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 35px;
}

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

.review-rating {
  margin-top: 5px;
  display: flex;
}

.home-signup-form-wrapper {
  width: 100%;
  max-width: 510px;
}

.home-signup-form {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.form-button-wrapper {
  width: 100%;
  max-width: 175px;
  height: 52px;
}

.no-cc-required {
  color: var(--color-for-body-text);
  text-align: right;
  margin-top: 6px;
  margin-bottom: 10px;
  padding-right: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
}

.play-icon {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.company-rating-section {
  background-color: var(--color-for-heading);
}

.company-rating-container {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.company-rating-heading {
  color: var(--white);
  width: 100%;
  max-width: 345px;
}

.company-rating-wrapper {
  padding-right: 20px;
}

.rating-stars-image {
  object-fit: contain;
  width: 100px;
  height: 19px;
}

.rating-numbers-wrapper {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.rating-source {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.tab-link-image {
  object-fit: contain;
  width: 45px;
  height: 40px;
}

.tab-link-text {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.tab-para {
  color: var(--color-for-body-text);
  margin-bottom: 0;
  overflow: hidden;
}

.btn {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-text {
  border-bottom: 2px solid var(--color-for-heading);
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.feature-row-3 {
  grid-column-gap: 75px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 59px;
  display: flex;
}

.feature-row-3.extra {
  margin-top: 50px;
}

.popular-companies {
  background-color: var(--color-for-heading);
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}

.popular-companies-container {
  grid-row-gap: 70px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.popular-companies-logo-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(170px, 1fr) 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.compony-logo {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 75px;
  display: flex;
}

.popular-companies-button-wrapper {
  text-align: center;
  width: 158px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}

.feature-row-wrapper {
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.why-us-left-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470px;
  height: auto;
  position: relative;
}

.update-row {
  grid-column-gap: 95px;
  justify-content: center;
  align-items: center;
  margin-top: 145px;
  display: flex;
}

.update-row-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470px;
  height: auto;
  display: flex;
  position: relative;
}

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

.update-row-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  padding-right: 0;
  display: flex;
}

.update-row-heading {
  color: var(--color-for-heading);
  text-align: left;
  max-width: 510px;
  margin-bottom: 15px;
  padding-top: 0;
}

.update-para {
  color: var(--color-for-body-text);
  margin-top: 0;
  margin-bottom: 45px;
}

.update-point-row {
  grid-column-gap: 20px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.update-row-point-image {
  object-fit: contain;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  box-shadow: 0 4px 20px #0000001a;
}

.company-button-wrapper {
  text-align: center;
  width: 205px;
  height: 48px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-top-row {
  border-bottom: 1px solid #f0f4ff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.dollar-sign {
  margin-right: 2px;
  font-size: 18px;
  line-height: 18px;
  display: inline;
}

.toptech-div {
  grid-column-gap: 50px;
  background-image: linear-gradient(to right, #346af8 20%, #396bea 80%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

.toptech-div.box {
  margin-top: 40px;
}

.toptech-div-text-wrapper {
  width: 100%;
}

.toptech-div-heading {
  color: var(--white);
}

.toptech-div-para {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 30px;
}

.toptech-div-signup-form-wrapper {
  margin-bottom: 0;
}

.toptech-div-signup-form {
  grid-column-gap: 20px;
  display: flex;
}

.toptech-div-signup-form-button-wrapper {
  height: 52px;
}

.yellow-submit-button {
  color: var(--color-for-heading);
  text-align: center;
  letter-spacing: .5px;
  background-color: #ffd74b;
  border: 2px solid #ffd74b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.yellow-submit-button:hover {
  background-color: #ffc809;
  border-color: #ffc809;
}

.toptech-points-wrapper {
  grid-column-gap: 25px;
  margin-top: 25px;
  display: flex;
}

.toptech-point {
  grid-column-gap: 8px;
  color: var(--white);
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.toptech-point-checkmark {
  object-fit: contain;
  width: 22px;
  height: 22px;
}

.toptech-div-image-wrapper {
  width: 100%;
  max-width: 945px;
  position: relative;
}

.toptech-div-image {
  object-fit: contain;
  width: 100%;
  max-width: 945px;
  height: 330px;
}

.play-icon2 {
  object-fit: contain;
  width: 27px;
  height: 32px;
  margin-right: -5px;
}

.testimonial-card-top-div {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.testimonial-quote-wrapper {
  width: 62px;
  height: 62px;
}

.nav-links-wrapper {
  grid-column-gap: 55px;
  margin-left: 90px;
  display: flex;
}

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

.announcement-wrapper {
  z-index: 500;
  background-color: var(--cornflower-blue);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: relative;
}

.announcement {
  color: var(--color-for-heading);
  background-color: #ffd74b;
  border-radius: 5px;
  padding: 6px 13px;
  font-size: 13px;
  line-height: 13px;
}

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

.lady-image {
  object-fit: contain;
  width: 140px;
  height: 170px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-51px, -107px);
}

.sign-up-container {
  z-index: 2;
  grid-column-gap: 120px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.sign-up-section {
  background-image: linear-gradient(to right, #f0f2fc 30%, #edf0fd);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 180px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}

.sign-up-text-container {
  grid-column-gap: 45px;
  width: 100%;
  max-width: 520px;
  padding-top: 55px;
  padding-bottom: 65px;
  display: flex;
}

.sign-up-heading {
  color: var(--color-for-heading);
}

.sign-up-para {
  color: var(--color-for-body-text);
  max-width: 510px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7em;
}

.sign-up-form-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.sign-up-form {
  margin-bottom: 0;
}

.sign-up-form-wrap {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.checkbox {
  border: 1px solid #17193866;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--cornflower-blue);
}

.checkbox-field {
  grid-column-gap: 8px;
  align-items: center;
  padding-left: 13px;
  display: flex;
}

.terms-link {
  color: var(--color-for-heading);
  text-decoration: underline;
}

.terms-link:hover {
  color: var(--cornflower-blue);
}

.teams-text {
  color: var(--color-for-heading);
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.sign-up-list {
  color: var(--color-for-body-text);
  flex-direction: column;
  padding-left: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.list-item {
  margin-bottom: 10px;
}

.sign-up-arrow {
  margin-top: 20px;
  margin-bottom: auto;
}

.login-link {
  color: var(--cornflower-blue);
  margin-left: 3px;
  text-decoration: underline;
}

.sign-up-copy-right-text {
  color: var(--color-for-heading);
  text-align: center;
  margin-top: 105px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.nav-menu-items-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.mob-image {
  display: none;
}

.company-rating-divs {
  grid-column-gap: 75px;
  display: flex;
}

.home-watch-demo-text {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: var(--color-for-heading);
}

.heading {
  color: #1a0d38;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.heading-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.image {
  clear: none;
  text-align: center;
  width: 700px;
  margin-top: 50px;
  display: block;
  position: static;
}

.heading-3 {
  margin-top: 0;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
}

@media screen and (min-width: 1280px) {
  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .advertisement-image-wrapper {
    align-items: flex-start;
    height: 560px;
    display: flex;
  }

  .menu-open-overlay {
    z-index: 1001;
    display: none;
    position: fixed;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-title {
    width: 30%;
  }

  .h2 {
    font-size: 36px;
  }

  .style-guide-block {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h3 {
    line-height: 1.3em;
  }

  .button-container, .all-heading-container {
    width: 65%;
  }

  .style-guide-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .all-paragraph-container {
    width: 65%;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .color-palette-container {
    width: 65%;
  }

  .navbar-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .brand.w--current {
    width: auto;
  }

  .navbar {
    background-color: #fff0;
  }

  .nav-link {
    color: var(--white);
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

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

  .nav-link.w--current {
    color: #ffffff8c;
  }

  .nav-button-wrapper {
    order: -1;
  }

  .nav-menu {
    z-index: 100;
    background-color: var(--cornflower-blue);
    flex-direction: column;
    width: 310px;
    max-height: 100vh;
    margin-right: 0;
    padding: 40px;
    position: fixed;
    inset: 0% 0% 0% auto;
    box-shadow: inset 0 0 5px #a6a6a64d;
  }

  .nav-right-link-container {
    width: auto;
  }

  .nav-right-link-container.width-100 {
    justify-content: space-between;
    width: 100%;
  }

  .home-hero-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .home-hero-container {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    position: relative;
  }

  .home-hero-text-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 510px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .home-hero-heading {
    text-align: left;
    max-width: 480px;
  }

  .home-hero-para {
    text-align: left;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .secondary-button.without-border {
    border-style: solid;
    border-color: var(--white);
    color: var(--white);
    font-weight: 500;
  }

  .secondary-button.without-border.signup-button.w--current {
    color: var(--color-for-heading);
    border-style: none;
    font-weight: 700;
  }

  .secondary-button.small-fonts.white-for-mob {
    border-color: var(--white);
    color: var(--white);
    font-weight: 500;
  }

  .secondary-button.small-fonts.white-for-mob:hover {
    border-color: var(--white);
    color: var(--white);
  }

  .home-hero-image-wrapper {
    flex: 0 auto;
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .why-us-text-container {
    max-width: 510px;
  }

  .why-us-text-container.right-side-text {
    order: -1;
  }

  .feature-tab-left-image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .feature-tab-left-image.feature-image-wrapper {
    margin-bottom: 0;
  }

  .feature-heading {
    margin-bottom: 60px;
  }

  .why-us-right-image-wrapper {
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
  }

  .footer-column {
    width: 50%;
    max-width: 80%;
    padding-top: 0;
  }

  .footer-container {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-nav-column {
    width: 50%;
    max-width: 100%;
    margin-top: 0;
  }

  .blog-post-block-text-container {
    min-height: 0;
  }

  .blog-post-block {
    width: 100%;
    max-width: none;
    display: block;
  }

  .advertisement-image-wrapper {
    background-size: cover;
  }

  .instagram-follow {
    margin-right: 0;
  }

  .blog-search {
    min-width: auto;
  }

  .post-right-flex {
    min-width: 220px;
    margin-left: 60px;
  }

  .blog-about-sticky-container {
    padding-left: 0;
    padding-right: 0;
  }

  .search-result-list {
    column-count: 1;
  }

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

  .top-line.black-background {
    background-color: #000;
  }

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

  .middle-line.black-background {
    background-color: #000;
  }

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

  .bottom-line.black-background {
    background-color: #000;
  }

  .middle-line-45 {
    background-color: var(--white);
  }

  .middle-line-45.black-background {
    background-color: #000;
  }

  .middle-line--45 {
    background-color: var(--white);
  }

  .middle-line--45.black-background {
    background-color: #000;
  }

  .menu-button {
    width: 30px;
    height: 18px;
    margin-right: 0;
    padding: 0;
  }

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

  .why-us-right-image {
    margin-right: 0;
  }

  .navbar-fixed {
    background-color: var(--white);
    height: 66px;
  }

  ._404-search-button {
    display: block;
  }

  .search-icon-container {
    display: flex;
  }

  .license-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .template-block {
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
  }

  .template-block.vertical {
    align-items: flex-start;
  }

  .license-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .changelog-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .template-block-title {
    width: 30%;
  }

  .changelog-heading-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-secondry-button-wrapper {
    order: -1;
  }

  .company-logo-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .company-logo-images-div {
    flex-wrap: wrap;
  }

  .security-section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
  }

  .security-container {
    grid-row-gap: 60px;
  }

  .security-heading {
    max-width: 510px;
  }

  .security-card-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .security-card.middle-block {
    position: static;
    transform: none;
  }

  .feature-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .feature-container {
    align-items: flex-start;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-row-1 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .feature-row-2 {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .tab-wrapper {
    flex-direction: column;
  }

  .tabs-menu {
    order: -1;
    max-width: 510px;
    margin-bottom: 0;
  }

  .tab-link {
    margin-bottom: 15px;
  }

  .feature-animated-image {
    width: auto;
    height: auto;
  }

  .testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonial-row {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .review-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonial-left {
    order: -1;
  }

  .testimonial-text-wrapper, .testimonial-image-wrapper {
    width: 100%;
  }

  .testimonial-image {
    z-index: 1;
    position: relative;
  }

  .testimonial-card {
    grid-row-gap: 44px;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .testimonial-para-wrapper {
    order: -1;
    margin-top: 0;
  }

  .pricing-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pricing-tab-link-2 {
    padding-left: 38px;
  }

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

  .faq-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .faq-accordion-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    align-content: start;
  }

  .faq-accordion-container {
    min-height: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .sign-up-form-div-wrapper {
    max-width: 510px;
  }

  .feature-work-video {
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    inset: 100px 0% 0%;
  }

  .menu-logo-div {
    width: 110px;
    margin-bottom: 50px;
    display: block;
  }

  .menu-logo-div.without-bottom-padding {
    margin-bottom: 0;
  }

  .menu-open-overlay {
    z-index: 10;
    background-color: #000000d9;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .tabs {
    flex-direction: column;
  }

  .home-watch-demo-video {
    order: 1;
  }

  .curve-image {
    transform: none;
  }

  .curve-image.testimonial-curve {
    z-index: 0;
    inset: 0% 0% auto;
    transform: translate(0, -130px);
  }

  .curve-image.security-curve {
    width: 60px;
    height: 120px;
  }

  .client-image {
    width: 60px;
    height: 60px;
  }

  .company-logo-row {
    grid-column-gap: 8vw;
  }

  .hero-circle {
    z-index: 0;
  }

  .review-blocks-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .review-block {
    justify-content: flex-start;
    height: auto;
  }

  .review-para {
    margin-bottom: 37px;
  }

  .home-signup-form-wrapper {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }

  .no-cc-required {
    text-align: left;
    margin-bottom: 0;
  }

  .company-rating-container {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .company-rating-heading, .company-rating-wrapper {
    text-align: center;
  }

  .feature-row-3 {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }

  .popular-companies {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .popular-companies-container {
    grid-row-gap: 60px;
  }

  .feature-row-wrapper {
    grid-row-gap: 90px;
  }

  .why-us-left-image-wrapper {
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
  }

  .update-row {
    grid-row-gap: 90px;
    flex-direction: column;
    margin-top: 90px;
  }

  .update-row-image-wrapper {
    width: 100%;
    max-width: 470px;
    height: auto;
    padding-left: 0;
  }

  .update-row-text-wrapper {
    max-width: 510px;
  }

  .update-row-heading {
    max-width: 380px;
  }

  .update-para {
    margin-bottom: 40px;
  }

  .update-point-row {
    grid-row-gap: 15px;
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 0;
    padding: 30px;
    box-shadow: 0 4px 20px #0000001a;
  }

  .company-button-wrapper {
    margin-top: 20px;
  }

  .toptech-div {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 90px;
    padding: 60px;
  }

  .toptech-div-text-wrapper {
    order: 1;
  }

  .nav-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-buttons-wrapper.direction-horizontal {
    flex-direction: row;
  }

  .announcement-wrapper {
    display: none;
  }

  .sign-up-container {
    grid-column-gap: 0px;
    grid-row-gap: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sign-up-section {
    padding-top: 105px;
  }

  .sign-up-text-container {
    width: 100%;
    max-width: 510px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
  }

  .sign-up-para {
    max-width: 100%;
  }

  .sign-up-form-wrapper {
    width: 100%;
    max-width: 510px;
    margin-left: 0;
    margin-right: 0;
  }

  .sign-up-arrow {
    position: absolute;
    inset: auto 0% 0% auto;
    transform: translate(-50px, 30px)rotate(170deg);
  }

  .nav-menu-items-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .dt-image {
    display: none;
  }

  .mob-image {
    display: block;
  }

  .update-points-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 668px;
    display: flex;
  }

  .hide-element-for-mob {
    display: none;
  }

  .heading.white {
    color: #fff;
  }

  .heading-3.test {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .h2 {
    font-size: 29px;
    line-height: 44px;
  }

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

  .h1 {
    font-size: 35px;
    line-height: 48px;
  }

  .h3 {
    font-size: 25px;
  }

  .button-container, .all-heading-container, .all-paragraph-container {
    width: 100%;
  }

  .main-container {
    padding-left: 37.5px;
    padding-right: 37.5px;
  }

  .main-body-text-variant-1 {
    font-size: 17px;
  }

  .color-palette-container {
    width: 100%;
  }

  .nav-logo {
    width: 110px;
    height: 35px;
  }

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

  .home-hero-container {
    flex-direction: column;
  }

  .home-hero-text-container {
    align-items: flex-start;
    max-width: none;
  }

  .home-hero-heading, .home-hero-para {
    text-align: left;
  }

  .home-hero-image-wrapper {
    height: 350px;
  }

  .why-us-text-container {
    order: -1;
    align-items: flex-start;
  }

  .feature-tab-left-image {
    width: 100%;
    min-height: 300px;
  }

  .feature-animated-image-wrapper {
    height: 80%;
  }

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

  .feature-heading.left-aligned {
    text-align: left;
    margin-bottom: 10px;
  }

  .why-us-para {
    text-align: left;
  }

  .why-us-right-image-wrapper {
    order: -1;
    width: 100%;
  }

  .update-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-nav-column {
    width: 60%;
  }

  .change-log-link {
    margin-left: 0;
    margin-right: 0;
  }

  .copy-right-tect-wrapper {
    grid-column-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .copy-right-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-right-flex {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-about-sticky-container {
    margin-top: 70px;
    position: static;
  }

  .blog-post-container {
    flex-direction: column;
  }

  .top-line {
    background-color: #232425;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .template-block {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .license-block-title, .template-block-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .company-logo-sub-heading {
    text-align: center;
  }

  .company-logo-images-div {
    flex-wrap: wrap;
  }

  .security-card-title {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .feature-row-1, .feature-row-2 {
    flex-direction: column;
  }

  .feature-list-div {
    justify-content: flex-start;
  }

  .tabs-menu {
    margin-bottom: 0;
  }

  .testimonial-row {
    grid-row-gap: 60px;
  }

  .testimonial-name-div {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-para {
    font-size: 26px;
    line-height: 38px;
  }

  .testimonial-caption {
    font-size: 14px;
    line-height: 24px;
  }

  .pricing-para-div {
    margin-bottom: 0;
  }

  .pricing-list-wrappper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .faq-heading-div {
    margin-bottom: 10px;
  }

  .curve-image.rating-section {
    width: 100px;
    height: 85px;
    left: 5%;
  }

  .client-image {
    width: 40px;
    height: 40px;
  }

  .company-logo-row {
    grid-column-gap: 8vw;
  }

  .review-name {
    font-size: 15px;
    line-height: 23px;
  }

  .review-quote-icon-wrapper {
    margin-bottom: 20px;
  }

  .review-sub-heading {
    margin-top: 5px;
  }

  .review-block {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .review-para {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
  }

  .no-cc-required {
    text-align: left;
  }

  .feature-row-3 {
    align-items: flex-start;
  }

  .popular-companies-container {
    text-align: center;
  }

  .why-us-left-image-wrapper {
    order: 1;
    width: 100%;
    max-width: none;
  }

  .update-row-image-wrapper {
    order: -1;
    width: 100%;
    height: 350px;
  }

  .update-row-heading {
    margin-bottom: 10px;
  }

  .toptech-div {
    grid-row-gap: 30px;
    margin-top: 60px;
    padding: 40px;
  }

  .testimonial-quote-wrapper {
    width: 50px;
    height: 43px;
  }

  .nav-buttons-wrapper {
    grid-row-gap: 15px;
  }

  .nav-buttons-wrapper.direction-horizontal {
    grid-row-gap: 10px;
  }

  .lady-image {
    transform: translate(-30px, -107px);
  }

  .sign-up-container {
    flex-direction: column;
  }

  .sign-up-text-container {
    max-width: none;
  }

  .update-points-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .style-guide-title {
    text-align: center;
  }

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

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .main-body-text {
    font-size: 15px;
  }

  .nav-button-wrapper.signup-button {
    display: none;
  }

  .nav-right-link-container.width-100 {
    grid-column-gap: 10px;
  }

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

  .home-hero-container {
    grid-row-gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-text-container {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .home-hero-image-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .why-us-text-container {
    order: -1;
  }

  .feature-tab-left-image {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .feature-animated-image-wrapper {
    height: auto;
  }

  .feature-heading {
    margin-bottom: 40px;
  }

  .update-list-wrappper {
    margin-bottom: 0;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }

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

  .footer-logo-wrapper {
    margin-bottom: 0;
  }

  .footer-logo {
    margin-top: 0;
  }

  .copy-right-tect-wrapper {
    text-align: center;
    margin-top: 5px;
  }

  .copy-right-container {
    grid-row-gap: 4px;
    align-items: center;
  }

  .blog-post-description {
    min-height: auto;
  }

  .instagram-follow {
    flex: 1 0 140px;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .blog-about-sticky-container {
    position: static;
  }

  .scroll-to-top {
    bottom: 5px;
    right: 5px;
  }

  .utility-page-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  ._404-search-field, .template-block.vertical {
    width: 100%;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .template-block-title {
    text-align: center;
  }

  .nav-secondry-button-wrapper {
    display: block;
  }

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

  .security-container {
    grid-row-gap: 30px;
  }

  .feature-list-div {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-link {
    grid-row-gap: 15px;
    flex-direction: column;
    padding: 10px;
  }

  .feature-animated-image {
    min-height: auto;
  }

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

  .testimonial-row {
    grid-row-gap: 40px;
  }

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

  .testimonial-image {
    object-fit: cover;
    height: 350px;
  }

  .testimonial-card {
    grid-row-gap: 20px;
  }

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

  .tab-switch {
    width: 60px;
    height: 30px;
    left: 7px;
  }

  .switch-circle {
    width: 20px;
    height: 20px;
  }

  .pricing-tab-link {
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    padding-left: 0;
    padding-right: 40px;
    display: flex;
  }

  .pricing-tab-link.w--current {
    margin-left: -5px;
    padding-right: 50px;
  }

  .pricing-tab-link-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 30px;
    padding-left: 40px;
    padding-right: 0;
    display: flex;
  }

  .pricing-link-text-2, .pricing-link-text {
    font-size: 14px;
  }

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

  .pricing-list-wrappper {
    margin-bottom: 0;
  }

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

  .c-faq-a-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-faq-q-text {
    padding-left: 20px;
    padding-right: 0;
  }

  .tabs {
    width: 100%;
  }

  .curve-image.testimonial-curve {
    transform: translate(0, -90px);
  }

  .home-signup-form {
    grid-row-gap: 15px;
    flex-direction: column;
  }

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

  .btn-text {
    font-size: 16px;
  }

  .feature-row-3 {
    margin-top: 20px;
  }

  .popular-companies {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .compony-logo {
    flex: 1 0 45%;
    width: 45%;
  }

  .feature-row-wrapper {
    grid-row-gap: 60px;
  }

  .update-point-row {
    flex-direction: column;
  }

  .company-button-wrapper {
    margin-top: 10px;
  }

  .toptech-div {
    padding: 40px 20px;
  }

  .toptech-div-signup-form {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .toptech-points-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .toptech-div-image {
    height: auto;
  }

  .sign-up-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sign-up-section {
    padding-top: 90px;
  }

  .sign-up-text-container {
    margin-bottom: 20px;
  }

  .sign-up-form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .checkbox {
    flex: none;
  }

  .sign-up-arrow {
    transform: translate(-10px, 50px)rotate(170deg);
  }

  .company-rating-divs {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .update-points-wrapper {
    grid-row-gap: 30px;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}