@font-face {
  font-family: "Fa brands 400 (old)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #131313;
  --primary: #5046e5;
  --primary-light: #fafafa;
  --primary-20: #1b59f833;
  --r-8: 8px;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --white: white;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--black);
  letter-spacing: -.8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  margin-top: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--black);
  letter-spacing: -1.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  letter-spacing: -1.3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  letter-spacing: -1.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  letter-spacing: -1px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--black);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--black);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  text-align: center;
  background-image: url('../images/bxs_quote-left_1bxs_quote-left.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

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

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.pricing-banner {
  border-bottom: 1px solid var(--primary-20);
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.dark-background {
  overflow: hidden;
}

.section.contacts-banner {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 110px;
  display: flex;
}

.section.location-banner {
  border-bottom: 1px solid var(--primary-20);
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.book-a-demo-banner {
  border-bottom: 1px solid var(--primary-20);
  background-color: var(--primary-light);
  padding-top: 180px;
  padding-bottom: 130px;
}

.section.banner-faq {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.work-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.style-guide-section {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.banner-home-1 {
  background-color: var(--primary-light);
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.banner-home-1.landing-page-section-hero {
  padding-top: 32px;
}

.section.banner-home-2 {
  background-color: var(--primary);
  min-height: 100vh;
  padding-top: 130px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.banner-home-3 {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.pt-30 {
  padding-top: 30px;
  padding-bottom: 0;
}

.section.light-bg-without-spacing {
  background-color: var(--primary-light);
  padding-top: 0;
  padding-bottom: 0;
}

.section.inner-banner {
  padding-top: 180px;
  overflow: hidden;
}

.section.primary-color-banner-bg {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.features-banner, .section.feature-banner {
  border-bottom: 1px solid var(--primary-20);
  background-color: var(--primary-light);
  padding-top: 180px;
  overflow: hidden;
}

.section.blog-details {
  padding-top: 180px;
  padding-bottom: 0;
}

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

.section.light-bg-without-top {
  background-color: var(--primary-light);
  padding-top: 0;
}

.section.pricing-2-banner {
  background-color: var(--primary);
  padding-top: 180px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
}

.base-container.margin-top-80 {
  padding-top: 80px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  border-radius: var(--r-8);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-wrapper {
  margin-right: 60px;
}

.black-style-guide {
  border-radius: var(--r-8);
  background-color: var(--black\<deleted\|variable-66bd1c0d\>);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  border-radius: var(--r-8);
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 48px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 40px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  border: 1px solid var(--primary);
  border-radius: var(--r-8);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.absolute-pricing {
  margin-bottom: 15px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  flex-direction: row;
  width: auto;
  margin-top: 20px;
  display: flex;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.nav-link {
  padding: 20px 13px 20px 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

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

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

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 13px 20px 14px;
  transition: color .3s;
}

.nav-dropdown-toggle:hover {
  color: var(--primary);
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  border-color: var(--primary-20);
  border-radius: var(--r-8);
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  letter-spacing: -.9px;
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--primary);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--primary);
}

.nav-item-title {
  letter-spacing: -.9px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

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

.nav-item-title.white-title:hover {
  color: var(--primary-light);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  border-radius: var(--r-8);
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: var(--r-8);
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--black);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--black);
  background-color: #0000001a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.icon-style-guide:hover {
  background-color: var(--primary);
  color: var(--white);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border-radius: var(--r-8);
  letter-spacing: 0;
  min-width: 280px;
  min-height: 57px;
  margin-bottom: 10px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1em;
}

.password-input:focus {
  border: 1px solid var(--primary);
}

.password-input::placeholder {
  color: var(--black);
  letter-spacing: 0;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  color: var(--black);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 30px;
  font-size: 18px;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--black);
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

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

.blog-template-date {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--white);
  text-align: center;
  align-items: flex-start;
  padding-bottom: 60px;
}

.footer.pt {
  padding-top: 100px;
}

.footer-bottom-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.footer-copyright {
  color: var(--black);
  letter-spacing: -1px;
  flex-flow: wrap;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.footer-copyright-link {
  color: var(--black);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-large.white-paragraph.left-align {
  text-align: left;
}

.values-image {
  border-radius: var(--r-8);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 740px;
  display: flex;
  position: relative;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.pricing-plan-item {
  background-color: var(--white);
  padding: 40px 30px 30px;
}

.pricing-plan-item.light-background {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  width: 100%;
  padding: 30px 20px;
}

.pricing-plan-list {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
}

.pricing-plan-price-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  color: var(--primary);
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.workflow-video {
  z-index: 10;
  border-radius: var(--r-8);
  background-image: linear-gradient(to bottom, var(--primary-20), var(--primary-20)), url('../images/SG-Img-1_1SG Img (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-item {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

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

.pricing-wrapper {
  z-index: 10;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.pricing-item {
  border-radius: var(--r-8);
  background-color: var(--white);
  width: 33.33%;
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-item.center-item {
  z-index: 10;
  border: 1px solid var(--primary-20);
  box-shadow: 0 0 40px #0f5cfa1a;
}

.pricing-title-wrapper {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pricing-content {
  flex-direction: column;
  align-items: center;
  padding: 30px 40px 40px;
  display: flex;
  position: relative;
}

.pricing-content.center-item {
  background-color: var(--primary-light);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pricing-3-plan-price {
  color: var(--primary);
  font-size: 20px;
}

.pricing-list {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
}

.pricing-3-list-item {
  border-bottom: 1px solid var(--primary-20);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 17px;
  line-height: 26px;
  list-style-type: none;
}

.pricing-3-list-item.last-child {
  border-bottom-style: none;
}

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.dark-background {
  background-color: var(--primary);
}

.coming-soon-image {
  border-radius: var(--r-8);
  max-width: 480px;
}

.contacts-detail {
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--black);
  margin-top: 2px;
  margin-bottom: 0;
}

.paragraph-no-margin:hover {
  color: var(--primary);
}

.paragraph-no-margin.contact {
  color: var(--white);
  font-size: 20px;
  transition-property: opacity;
}

.paragraph-no-margin.contact:hover {
  opacity: .8;
}

.contacts-textarea {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea::placeholder {
  color: var(--black);
  font-size: 18px;
  line-height: 1em;
}

.book-form-wrapper {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  margin-top: -30px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.contact-3-inputs-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-3-input {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--white);
  height: auto;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 14px 30px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-3-input:focus {
  border: 1px solid var(--primary);
}

.contacts-3-input::placeholder {
  color: var(--black);
  font-size: 18px;
}

.contacts-3-input.select-input {
  color: var(--black);
  margin-right: 0;
}

.contacts-3-form {
  text-align: center;
  width: 100%;
}

.footer-link {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  min-width: 128px;
  margin-right: 90px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-right: 90px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: var(--black);
  background-color: #0000001a;
  border-radius: 50px;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.footer-links-wrapper {
  grid-column-gap: 40px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  height: 33px;
}

.search-wrap-input {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.button-header-wrap {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-header-wrap.desctop-hidden {
  display: none;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  height: auto;
  margin-bottom: 0;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
}

.search-input::placeholder {
  color: var(--black);
  letter-spacing: 0;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

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

.service-details-content-wrapper {
  width: 65%;
}

.accordion-wrap-one-column {
  width: 100%;
}

.service-details-sidebar-wrapper {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  width: 35%;
  padding: 20px 30px 30px;
  position: sticky;
  top: 110px;
}

.service-details-content {
  grid-column-gap: 60px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 20px;
  margin-bottom: 30px;
}

.accordion-wrapper-one-column {
  justify-content: center;
}

.accordion-wrapper-one-column.features-faq-s {
  margin-top: 40px;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-2-features-wrapper {
  display: flex;
}

.about-2-featutes-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-columns: 1.1fr 1fr 1fr;
  width: 100%;
}

.about-2-features-wrap {
  display: flex;
}

.about-2-feature-number {
  color: var(--primary);
  margin-top: 10px;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

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

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: var(--r-8);
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.brand {
  margin-bottom: 10px;
}

.brand.w--current {
  margin-bottom: 0;
}

.brand.centeredbrand {
  margin-bottom: 24px;
}

.brand.centeredbrand.w--current {
  margin-left: 0;
  margin-right: auto;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.style-guide-tab-link {
  border: 1px solid var(--black);
  border-radius: var(--r-8);
  background-color: var(--white);
  letter-spacing: -.5px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--black);
  color: #fff;
}

.style-guide-tabs-menu {
  grid-column-gap: 8px;
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--black);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.primary-button-light {
  border: 1px solid var(--white);
  border-radius: var(--r-8);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  align-items: center;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .3s;
}

.primary-button-light:hover {
  background-color: var(--primary);
  color: var(--white);
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-bg-element {
  background-color: var(--primary-light);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 100px;
  display: flex;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--primary);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.link-icons {
  grid-column-gap: 8px;
  color: var(--primary);
  text-transform: capitalize;
  justify-content: flex-start;
  align-self: center;
  align-items: baseline;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-icons:hover {
  color: var(--black);
}

.button-icon {
  margin-left: 54px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-icon.small-icon-space {
  margin-left: 22px;
}

.copyright-wrap {
  margin-left: auto;
  display: flex;
}

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

.bg-cta {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  margin-bottom: 60px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

.info-cta-wrap {
  text-align: left;
  flex-direction: column;
  width: 65%;
  display: flex;
}

.icon-logo-text {
  background-image: url('../images/logo-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px 40px;
  width: 45px;
  height: 40px;
  margin-right: 15px;
  line-height: 1em;
  display: inline-block;
}

.cta-heading {
  letter-spacing: -1.5px;
  font-size: 50px;
}

.cta-paragraph {
  width: 95%;
}

.cta-link {
  z-index: 2;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  width: 180px;
  height: 180px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.cta-link:hover {
  background-color: var(--primary-light);
  color: var(--primary);
}

.cta {
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  display: flex;
  position: relative;
}

.bg-img {
  position: absolute;
  inset: 0%;
}

.light-bg-cta {
  background-color: #1b59f81a;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto;
}

.arrow-down-nav {
  margin-left: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}

.review-item-wrap {
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 370px;
  padding: 30px;
  display: flex;
}

.review-item-wrap.fix-width {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--primary-20);
  background-color: var(--primary-light);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 370px;
  max-width: none;
  height: 370px;
  margin-right: 30px;
  display: flex;
}

.reviews-wrapper-row-second {
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: stretch;
  width: 4390px;
  display: flex;
}

.testimonial-author-name {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: -.03em;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.reviews-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.review-text {
  letter-spacing: -.03em;
  margin-top: 35px;
  margin-bottom: 35px;
}

.reviews-wrapper-row {
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: stretch;
  width: 2390px;
  display: flex;
}

.reviews-wrapper-row.padding-right {
  width: 4390px;
}

.title-werap {
  width: 100%;
  margin-bottom: 60px;
}

.black-bg {
  border-radius: var(--r-8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.borders {
  border-radius: var(--r-8);
  background-color: var(--black);
  border: 4px solid #d1defe;
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.info-app-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.info-app-wrapper.left-positions {
  text-align: left;
  align-items: flex-start;
  width: 60%;
}

.white-paragraph {
  color: var(--white);
}

.white-paragraph.paragraph-home-3-banner {
  width: 87%;
}

.icons-link-app {
  grid-column-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.info-app {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end stretch;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.big-numbers {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.big-numbers.mobile-number {
  font-size: 70px;
}

.text-info-wrap {
  flex-direction: column;
  margin-bottom: 100px;
  display: flex;
}

.text-info-wrap.mb-0 {
  margin-bottom: 0;
}

.big-bg-primary {
  border-radius: var(--r-8);
  background-color: var(--primary);
  border: 4px solid #d1defe;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.banner-home-1-wrapper {
  width: 100%;
}

.content-banner-home {
  flex-direction: column;
  width: 51%;
  display: flex;
  position: relative;
}

.content-banner-home.home-2 {
  width: 55%;
}

.buttons-wrapper {
  margin-top: 50px;
  display: flex;
}

.buttons-wrapper.mt-40 {
  margin-top: 40px;
}

.buttons-wrapper.banner-wrap {
  margin-top: 30px;
}

.banner-dashboard {
  object-fit: cover;
  object-position: 0% 0%;
  width: 50%;
  height: 90%;
  position: absolute;
  inset: auto -3% -3% auto;
}

.review-banner-wrap {
  margin-top: 80px;
}

.review-banner-wrap.align-left {
  text-align: left;
}

.review-wrap {
  align-items: center;
  display: flex;
}

.number-customers-wrap {
  border-right: 2px solid #0003;
  margin-left: 10px;
  margin-right: 20px;
  padding-right: 20px;
}

.number-customers-wrap.white-border {
  border-right-color: #ffffff1a;
}

.number-customers-wrap.without-border {
  border-right-style: none;
  border-right-width: 0;
  margin-right: 0;
  padding-right: 0;
}

.number {
  letter-spacing: -1px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.number.white-number {
  color: var(--white);
}

.normal-paragraph {
  margin-bottom: 0;
  font-weight: 400;
}

.stars-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.stars {
  margin-top: 10px;
}

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

.advantages-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.advantages-wrapper.work-procces {
  z-index: 10;
  margin-top: 60px;
  position: relative;
}

.advantages {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.advantage {
  font-size: 18px;
  font-weight: 600;
}

.big-title-wrapper {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.title-paragraph {
  width: 62%;
}

.title-text-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.free-trial-wrap {
  flex-direction: column;
  width: 65%;
  margin-right: auto;
  display: flex;
}

.free-trial-wrap.home-3 {
  width: 62%;
}

.analysis-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  width: 100%;
}

.content-analysis-wrapper {
  flex-direction: column;
  display: flex;
}

.list-analysis {
  margin-top: 40px;
  font-weight: 500;
}

.img-analysis-wrapper {
  position: relative;
}

.overlay-gradient-absolute {
  border-radius: var(--r-8);
  background-image: linear-gradient(#fff0, #2d55b980);
  position: absolute;
  inset: 0%;
}

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

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

.collection-list-features._3-columns, .collection-list-features.home-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.collection-item-features {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 20px;
  display: flex;
}

.collection-item-features.white-bg {
  background-color: var(--white);
  padding-bottom: 30px;
}

.collection-item-features.center-services {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.collection-item-features.features-big {
  padding-bottom: 30px;
}

.link-block {
  grid-column-gap: 50px;
  align-items: flex-start;
  display: flex;
}

.collection-list-wrapper-features {
  width: 80%;
}

.features-2-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.active-icon {
  margin-top: 10px;
}

.name-features-big {
  font-size: 44px;
}

.small-title-wrap {
  margin-bottom: 15px;
  margin-left: 105px;
}

.small-title-block {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 500;
}

.small-title-block.left-align {
  margin-right: auto;
}

.line-top {
  border-left: 1px dashed #c3d2fa;
  width: 1px;
  height: 100px;
  position: absolute;
  inset: 115px auto auto 142px;
}

.line-bottom {
  border-left: 1px dashed #c3d2fa;
  width: 1px;
  height: 110px;
  position: absolute;
  inset: auto auto 195px 142px;
}

.title-big-block {
  width: 50%;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

.review-text-absolute {
  border-radius: var(--r-8);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.name-wrapper {
  margin-top: 20px;
}

.position-man {
  color: var(--white);
  font-size: 18px;
}

.icon-features {
  margin-bottom: 20px;
}

.icon-features.testin {
  width: 64px;
  margin-bottom: 0;
  padding: 8px;
}

.name-feature {
  margin-bottom: 0;
  transition: color .3s;
}

.name-feature:hover {
  color: var(--primary);
}

.dashboard-img {
  width: 640px;
  height: auto;
  position: absolute;
  inset: auto -34% -9% auto;
}

.img-2-absolute {
  position: absolute;
  bottom: 23px;
  right: 437px;
}

.img-1-absolute {
  z-index: 1;
  border-radius: var(--r-8);
  position: absolute;
  inset: auto 12% 15% auto;
  box-shadow: 9px 12px 20px 2px #1b59f833;
}

.analysis-img {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.img-banner-home-2 {
  width: 600px;
  min-height: 710px;
  position: absolute;
  inset: auto -16% 0% auto;
}

.img-absolute-home-2-banner {
  width: 400px;
  min-height: 343px;
  position: absolute;
  inset: auto 3% 11% auto;
}

.banner-home-3-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-banner-home-3 {
  letter-spacing: -4px;
  width: 85%;
}

.banner-paragraph {
  width: 65%;
}

.relative-w-100 {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.bg-home-3-banner {
  width: 100%;
  position: absolute;
  inset: 35px 0% auto;
}

.bg-home-3-banner.landing {
  width: 100%;
  top: 375px;
}

.dashboard-img-home-banner {
  border-radius: var(--r-8);
  width: 100%;
  position: relative;
}

.line-bg {
  background-image: url('../images/Line-Banner.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 95%;
  padding-bottom: 3px;
  display: inline-block;
}

.title-central-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.title-central-wrapper.small {
  width: 80%;
}

.team-wrapper-about {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.team-member {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  width: 100%;
}

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

.positiom-team-member {
  color: #828282;
  font-size: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.testimonials-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  width: 100%;
}

.content-testimonials-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.qoute-img {
  margin-bottom: 10px;
}

.bg-40 {
  background-color: var(--primary-light);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.img-wrapper {
  z-index: 10;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.img-about-us {
  border-radius: var(--r-8);
}

.title-paragraph-center {
  width: 85%;
}

.banner-inner-wrapper {
  z-index: 10;
  flex-direction: column;
  width: 78%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subtitle-text {
  color: var(--primary);
  letter-spacing: .7px;
  text-transform: uppercase;
  font-weight: 500;
}

.banner-paragrap-inner {
  letter-spacing: 0;
  width: 90%;
}

.inner-img-banner {
  z-index: 10;
  position: relative;
}

.image-banner-1 {
  width: 100%;
  height: 100%;
}

.image-banner-2 {
  width: 340px;
  position: absolute;
  inset: auto auto 17% 0%;
}

.image-banner-3 {
  width: 185px;
  position: absolute;
  inset: 125px -4% auto auto;
}

.bg-absolute-1 {
  position: absolute;
  inset: 34% 0% auto;
}

.bg-absolute-1.pricing-banner-bg {
  top: 40%;
  left: 1px;
}

.bg-absolute-2 {
  width: 100%;
  min-height: 375px;
  position: absolute;
  inset: 0% 0% auto -47px;
}

.bg-absolute-2.bg-pricing {
  top: -1%;
  left: 0;
}

.collection-list-wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
}

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

.collection-item {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  padding: 20px;
}

.collection-item.bg-color {
  background-color: var(--white);
}

.date-blog {
  color: #828282;
  margin-bottom: 10px;
}

.link-blog-wrapper {
  margin-top: 40px;
}

.blog-name {
  transition: color .3s;
}

.blog-name:hover {
  color: var(--primary);
}

.testimonial-img {
  object-fit: cover;
}

.ceo-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.faq-s-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.title-faq-s-wrapper {
  flex-direction: column;
  display: flex;
}

.step-info-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.step {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  color: var(--primary);
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  display: flex;
}

.step-wrapper {
  flex-direction: column;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.step-wrapper.last-item {
  padding-right: 0;
}

.arrow {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.left-arrow-wrap {
  position: absolute;
  inset: auto 2% 59% auto;
}

.down-arrow-wrap {
  display: none;
}

.button-section {
  margin-top: 60px;
}

.app-wrapper {
  border-radius: var(--r-8);
  background-color: var(--black);
  width: 100%;
  margin-top: 60px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.mobile-photo {
  width: 200px;
  position: absolute;
  inset: auto 10% 60px auto;
}

.image-wrap-with-button {
  border-radius: var(--r-8);
  background-image: url('../images/TEam-1_1TEam (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.about-home-2-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.statistic-wrap-item {
  padding-top: 35px;
  padding-bottom: 35px;
}

.statistic-wrap-item.without-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.vertical-line {
  background-color: var(--primary-20);
  width: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

.statistic-wrap.flex-horizontal {
  grid-column-gap: 0px;
  margin-top: 30px;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.trial-wrapper {
  border: 2px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 30px 30px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.screen {
  width: 60%;
  position: absolute;
  inset: auto -26% 0% auto;
}

.values-content-wrapper-2 {
  flex-direction: column;
  width: 65%;
  display: flex;
}

.values-counter-wrapper-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid var(--primary-20);
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.values-counter-number-2 {
  color: var(--primary);
  margin-bottom: 15px;
}

.values-image-wrapper-2 {
  border-radius: var(--r-8);
  width: 50%;
}

.values-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.values-counter-item-2 {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  width: 50%;
  padding: 20px 15px;
}

.feature-wrapper {
  border-bottom: 1px solid var(--primary-20);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  display: flex;
}

.section-background-image {
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, var(--primary-20), var(--primary-20)), url('../images/SG-Img-1_1SG Img (1).webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.work-process-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
}

.button-wrap {
  margin-top: 50px;
  display: flex;
}

.play-icon {
  padding-right: 7px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.feature-banner-wrapper {
  z-index: 10;
  grid-column-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-banner-feature {
  grid-column-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.details-paragraph-banner {
  width: 90%;
}

.feature-image {
  border-radius: var(--r-8);
  margin-bottom: 20px;
}

.bg-big {
  position: absolute;
  inset: 80% 0% auto;
}

.quick-stack {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
  position: relative;
}

.cell-testimonails {
  border: 1px solid var(--primary-20);
  background-color: var(--white);
  border-radius: 6px;
  padding: 10px 20px 20px;
}

.testimonial-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.photo-testimonial {
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.info-contact {
  border-radius: var(--r-8);
  background-color: var(--primary);
  justify-content: space-between;
  width: 100%;
  margin-top: -30px;
  padding: 30px 40px;
  display: flex;
  box-shadow: 0 15px 40px #00000012;
}

.contact-wrapper {
  width: 33.33%;
}

.contact-wrapper.center-borders {
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
}

.contacts-icon-2 {
  color: var(--primary-light);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.contacts-detail-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 8px 10px;
  display: flex;
}

.contacts-form-wrapper-2 {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  width: 50%;
  padding: 40px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 415px;
  margin-bottom: 0;
  display: flex;
}

.error-message-2 {
  border-radius: var(--r-8);
  background-color: var(--primary-20);
  color: var(--primary);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.contacts-content-wrapper-2 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.contacts-input-2 {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  color: var(--black);
  background-color: #fff;
  height: 54px;
  padding: 14px 30px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid var(--primary);
}

.contacts-input-2::placeholder {
  color: var(--black);
  font-size: 18px;
}

.contacts-textarea-2 {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  color: var(--black);
  min-height: 200px;
  margin-bottom: 30px;
  padding: 14px 30px;
  font-size: 18px;
}

.contacts-textarea-2:focus {
  border: 1px solid var(--primary);
}

.contacts-textarea-2::placeholder {
  color: var(--black);
  font-size: 18px;
}

.contacts-wrapper-2 {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message-2 {
  color: var(--black);
  background-color: #0000;
  border-radius: 5px;
}

.list {
  grid-row-gap: 10px;
  margin-top: 20px;
  list-style-type: square;
}

.form-2 {
  width: 100%;
}

.info-office-wrap {
  margin-top: 20px;
}

.link-google {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s;
}

.link-google:hover {
  color: #163c3d;
}

.offices-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.office-img {
  border-radius: var(--r-8);
}

.bg-location {
  width: 100%;
  min-height: 295px;
  position: absolute;
  inset: auto 0% -40%;
}

.bg-book {
  width: 100%;
  height: 800px;
  position: absolute;
  inset: auto 0% -111%;
}

.bg-45 {
  background-color: var(--primary-light);
  width: 100%;
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.team-banner-img {
  border-radius: var(--r-8);
  object-fit: cover;
  width: 50%;
  min-height: 385px;
  position: absolute;
  inset: auto -6% -7% auto;
}

.pricing-number {
  letter-spacing: .02em;
  margin-top: 30px;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1em;
}

.pricing-plan-wrapper {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.pricing-wrapper-xsmall {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.no-top-bottom-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-top-bottom-margin.text-color-primary {
  color: var(--primary);
}

.pricing-plan-wrapper-small {
  border-right: 1px solid #0003;
  width: 30%;
  padding-right: 70px;
}

.pricing-plan-content {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  align-items: center;
  width: 100%;
  padding: 40px 40px 40px 80px;
  display: flex;
  position: relative;
}

.pricing-plan-wrapper-medium {
  width: 70%;
  padding-left: 70px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.advantage-wrapper {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  background-color: var(--primary-light);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

.stars-wrap-banner {
  text-align: center;
}

.working-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.working-content {
  width: 48%;
}

.working-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.line-2 {
  background-color: var(--primary);
  width: 2px;
  height: 40px;
  position: absolute;
  inset: 12% 5px 0% auto;
}

.working-numbers {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 50%;
}

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

.line {
  background-color: var(--primary);
  width: 2px;
  height: 40px;
  position: absolute;
  inset: 12% auto 0% -24px;
}

.numbers {
  color: var(--black);
  font-size: 56px;
  font-weight: 700;
  line-height: 1em;
}

.logo-header.landing-page {
  height: 30px;
}

.logo-header.landing-page-2 {
  height: 32px;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._404-heading {
  color: var(--primary);
  font-size: 140px;
  line-height: 1em;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 87vh;
  padding-top: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-image {
  border: 1px solid var(--primary-20);
  border-radius: var(--r-8);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.color-bg {
  background-color: #0f5cfa;
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.landing-text-span {
  color: #0f5cfa;
  display: block;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 100px;
  display: flex;
}

.section-landing-customers {
  background-color: #0f5cfa;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.landing-inner-page-image-wrapper {
  border-radius: var(--r-8);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  border-radius: var(--r-8);
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-page-icon {
  z-index: 10;
  color: #fff;
  background-color: #0f5cfa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.free-trial-wrapper-2 {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper-2.landing {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.free-trial-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.hire-buttons:hover {
  color: #ffffffb3;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-close {
  cursor: pointer;
  padding: 15px 20px 10px;
  display: flex;
  position: absolute;
  top: -7px;
  right: -14px;
}

.div-block {
  border: 1px solid var(--primary);
  border-radius: 7px;
  position: relative;
}

.div-block-2 {
  background-color: var(--primary);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.bold-text {
  font-size: 32px;
  line-height: 0;
}

.bold-text-2 {
  font-size: 32px;
  line-height: 32px;
}

.h2-subheading {
  font-size: 32px;
  line-height: 1.3em;
}

.heading-2 {
  margin-bottom: 0;
}

.img-analysis-wrapper-lp {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.img-analysis-wrapper-lp.lp2 {
  height: 100%;
}

.ceo-wrapper-lp {
  grid-column-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  text-align: center;
  margin-bottom: 32px;
}

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

.analysis-img-copy {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.analysis-img-copy.lp {
  object-fit: cover;
  object-position: 0% 0%;
  max-height: 35rem;
}

.analysis-img-copy.lp-copy {
  object-fit: contain;
  object-position: 50% 50%;
  max-height: 35rem;
}

.analysis-wrapper-copy {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  align-items: center;
  width: 100%;
}

.analysis-wrapper-copy.lp {
  min-height: 40rem;
}

.overlay-gradient-absolute-lp {
  border-radius: var(--r-8);
  opacity: 1;
  background-image: linear-gradient(#fff0, #2d55b980);
  position: absolute;
  inset: 0%;
}

.testimonials-about-wrapper-lp {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: end;
  width: 70%;
}

.h2-subheading-copy {
  font-size: 32px;
  line-height: 1.3em;
}

.text-block {
  color: #555;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.link {
  color: #555;
  font-size: 16px;
  text-decoration: underline;
}

.content-banner-home-copy {
  flex-direction: column;
  width: 51%;
  display: flex;
  position: relative;
}

.content-banner-home-copy.home-2 {
  width: 55%;
}

.field-wrapper {
  margin-bottom: 15px;
}

.utility-page-wrap-2 {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

._404-heading-2 {
  color: #1b59f8;
  font-size: 140px;
  line-height: 1em;
}

.primary-button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  background-color: #1b59f8;
  border: 1px solid #1b59f8;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 18px;
  line-height: 1.5em;
  transition: all .3s;
  display: inline-block;
}

.primary-button-2:hover {
  opacity: 1;
  color: #1b59f8;
  background-color: #fff;
}

.link-2 {
  font-size: 16px;
}

.bold-text-3 {
  color: var(--black);
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 50px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.contacts-banner {
    padding-bottom: 130px;
  }

  .section.style-guide-section {
    padding-top: 180px;
  }

  .section.banner-home-3 {
    padding-top: 160px;
  }

  .section.primary-color-banner-bg {
    padding-top: 100px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-menu {
    margin-left: 40px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.pt {
    padding-top: 130px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-image {
    height: 600px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-plan-item.light-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-social-icons-wrapper, .footer-brand {
    margin-right: 145px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-bottom: 130px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand {
    margin-bottom: 9px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .pages-banner {
    padding-bottom: 130px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .copyright-wrapper {
    grid-column-gap: 150px;
  }

  .bg-cta {
    margin-bottom: 100px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .info-cta-wrap {
    width: 75%;
  }

  .icon-logo-text {
    background-size: 47px 42px;
    width: 47px;
    height: 42px;
  }

  .cta-heading {
    font-size: 70px;
  }

  .cta-paragraph {
    width: 83%;
  }

  .cta {
    width: 230px;
    height: 230px;
  }

  .light-bg-cta {
    width: 205px;
    height: 205px;
  }

  .black-bg {
    padding-top: 120px;
  }

  .info-app-wrapper {
    width: 45%;
  }

  .info-app-wrapper.left-positions {
    width: 55%;
  }

  .white-paragraph.width {
    width: 80%;
  }

  .white-paragraph.paragraph-home-3-banner {
    width: 86%;
  }

  .info-app {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    grid-template-columns: .9fr 1.2fr .9fr;
    margin-top: 80px;
  }

  .big-numbers {
    font-size: 100px;
  }

  .big-numbers.mobile-number {
    font-size: 80px;
  }

  .text-info-wrap {
    margin-bottom: 80px;
  }

  .big-bg-primary {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .content-banner-home.home-2 {
    width: 57%;
  }

  .buttons-wrapper.banner-wrap {
    margin-top: 50px;
  }

  .banner-dashboard {
    bottom: -7%;
  }

  .title-paragraph, .free-trial-wrap {
    width: 55%;
  }

  .analysis-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .9fr 1.1fr;
  }

  .content-analysis-wrapper {
    padding-right: 30px;
  }

  .collection-item-features {
    padding-right: 70px;
  }

  .collection-item-features.white-bg, .collection-item-features.center-services {
    padding-right: 30px;
  }

  .collection-list-wrapper-features {
    width: 70%;
  }

  .line-top {
    left: 203px;
  }

  .line-bottom {
    height: 105px;
    bottom: 155px;
    left: 203px;
  }

  .title-big-block {
    width: 45%;
  }

  .review-text-absolute {
    padding-left: 50px;
    padding-right: 60px;
  }

  .dashboard-img {
    bottom: 0%;
    right: -17%;
  }

  .img-2-absolute {
    bottom: 41px;
    right: 510px;
  }

  .img-1-absolute {
    bottom: 30%;
    right: 22%;
  }

  .img-banner-home-2 {
    right: -7%;
  }

  .img-absolute-home-2-banner {
    width: 430px;
    min-height: 370px;
    bottom: 8%;
    right: 7%;
  }

  .heading-banner-home-3 {
    width: 100%;
  }

  .banner-paragraph {
    width: 55%;
  }

  .banner-paragraph.blog-details {
    width: 57%;
  }

  .relative-w-100 {
    margin-top: 80px;
  }

  .bg-home-3-banner {
    top: 70px;
  }

  .bg-home-3-banner.landing {
    top: 405px;
  }

  .title-central-wrapper {
    width: 100%;
  }

  .testimonials-about-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1.1fr .9fr;
  }

  .qoute-img {
    margin-bottom: 20px;
  }

  .bg-40 {
    height: 35%;
  }

  .title-paragraph-center {
    width: 65%;
  }

  .banner-inner-wrapper {
    width: 80%;
  }

  .banner-paragrap-inner {
    width: 75%;
  }

  .image-banner-2 {
    width: 400px;
    bottom: 17%;
    left: -1%;
  }

  .image-banner-3 {
    width: 215px;
    top: 150px;
  }

  .bg-absolute-1 {
    top: 24%;
  }

  .bg-absolute-2 {
    min-height: 470px;
    left: -75px;
  }

  .bg-absolute-2.bg-pricing {
    left: 54px;
  }

  .collection-item {
    padding: 30px;
  }

  .ceo-wrapper {
    margin-top: 30px;
  }

  .step-info-wrapper {
    grid-row-gap: 30px;
  }

  .step-wrapper {
    padding-right: 20px;
  }

  .left-arrow-wrap {
    bottom: 54%;
    right: 3%;
  }

  .app-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mobile-photo {
    width: 220px;
    bottom: 30px;
    right: 11%;
  }

  .about-home-2-grid {
    grid-column-gap: 100px;
  }

  .vertical-line {
    margin-left: 30px;
    margin-right: 30px;
  }

  ._w-80-desctop {
    width: 80%;
  }

  .screen {
    z-index: 1;
    width: 45%;
    right: -9%;
  }

  .values-content-wrapper-2 {
    width: 50%;
  }

  .values-image-wrapper-2 {
    width: 47%;
  }

  .values-wrapper-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .values-counter-item-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .work-process-wrapper {
    width: 68%;
  }

  .feature-banner-wrapper {
    width: 70%;
  }

  .details-paragraph-banner {
    width: 80%;
  }

  .bg-big {
    top: 74%;
  }

  .cell-testimonails {
    padding: 20px 30px 30px;
  }

  .testimonial-wrapper {
    align-items: center;
  }

  .photo-testimonial {
    border-radius: 100px;
  }

  .contacts-wrapper-2 {
    grid-column-gap: 100px;
  }

  .bg-location {
    min-height: 370px;
  }

  .bg-book {
    bottom: -108%;
  }

  .bg-45 {
    height: 50%;
  }

  .team-banner-img {
    width: 42%;
    min-height: 405px;
    bottom: -5%;
    right: -1%;
  }

  .working-content {
    width: 40%;
  }

  .line-2 {
    right: 0;
  }

  .working-numbers {
    grid-column-gap: 40px;
    width: 51%;
  }

  .line {
    left: -40px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .section-landing-customers {
    padding-bottom: 130px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

  .ceo-wrapper-lp {
    margin-top: 30px;
  }

  .analysis-wrapper-copy {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: .9fr 1.1fr;
  }

  .testimonials-about-wrapper-lp {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .content-banner-home-copy.home-2 {
    width: 57%;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 80px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 50px;
  }

  h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.banner-home-1.landing-page-section-hero {
    padding-top: 64px;
  }

  .base-container.mr---0-desctop {
    padding-right: 0;
  }

  .footer-rights {
    min-width: 160px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .copyright-wrapper {
    width: 100%;
  }

  .white-paragraph.paragraph-home-3-banner {
    width: 78%;
  }

  .content-banner-home {
    width: 50%;
  }

  .content-banner-home.home-2 {
    width: 64%;
  }

  .content-banner-home.team-banner {
    width: 57%;
  }

  .banner-dashboard {
    bottom: -5%;
    right: -8%;
  }

  .title-big-block {
    font-size: 76px;
  }

  .dashboard-img {
    right: -9%;
  }

  .img-2-absolute {
    bottom: 52px;
    right: 545px;
  }

  .img-1-absolute {
    right: 25%;
  }

  .img-banner-home-2 {
    width: 660px;
    min-height: 780px;
    right: -9%;
  }

  .img-absolute-home-2-banner {
    width: 540px;
    min-height: 465px;
    bottom: 3%;
    right: 1%;
  }

  .bg-home-3-banner {
    top: 60px;
  }

  .bg-home-3-banner.landing {
    top: 417px;
  }

  .banner-inner-wrapper {
    width: 90%;
  }

  .banner-paragrap-inner {
    width: 65%;
  }

  .image-banner-2 {
    left: -3%;
  }

  .bg-absolute-1.pricing-banner-bg {
    top: 23%;
  }

  .bg-absolute-2 {
    left: -45px;
  }

  .bg-absolute-2.bg-pricing {
    left: 0;
  }

  .feature-banner-wrapper {
    width: 72%;
  }

  .details-paragraph-banner {
    width: 73%;
  }

  .bg-location {
    min-height: 415px;
  }

  .bg-book {
    bottom: -110%;
  }

  .team-banner-img {
    width: 38%;
    min-height: 410px;
    bottom: -6%;
  }

  .working-wrap {
    position: relative;
  }

  .line-2 {
    right: -8px;
  }

  .working-numbers {
    grid-column-gap: 60px;
    width: 55%;
  }

  .line {
    left: -52px;
  }

  .section-banner.landing-banner {
    background-position: 91% 5%, 11% 22%;
    background-size: auto 330px, auto 290px;
    min-height: 90vh;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .content-banner-home-copy {
    width: 50%;
  }

  .content-banner-home-copy.home-2 {
    width: 64%;
  }

  .content-banner-home-copy.team-banner {
    width: 57%;
  }
}

@media screen and (min-width: 1920px) {
  .section.changelog-banner, .section.blog-banner, .section.pricing-banner, .section.contacts-banner, .section.location-banner, .section.book-a-demo-banner, .section.banner-faq, .section.banner-testimonials, .section.about-us-banner, .section.work-banner {
    padding-top: 200px;
  }

  .section.banner-home-1, .section.banner-home-2 {
    padding-top: 150px;
  }

  .section.banner-home-3 {
    padding-top: 180px;
  }

  .section.inner-banner, .section.features-banner, .section.feature-banner, .section.blog-details, .section.pricing-2-banner {
    padding-top: 200px;
  }

  .nav-container {
    min-width: 1720px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    max-width: 1170px;
    margin-left: 50px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .pages-banner {
    padding-top: 200px;
  }

  .bg-cta {
    width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }

  .big-bg-primary {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-dashboard {
    width: 45%;
    height: 86%;
    bottom: 0%;
    right: -1%;
  }

  .dashboard-img {
    right: 0%;
  }

  .img-2-absolute {
    bottom: 93px;
    right: 662px;
  }

  .img-1-absolute {
    bottom: 37%;
    right: 28%;
  }

  .img-banner-home-2 {
    width: 710px;
    min-height: 840px;
    bottom: -3%;
    right: 0%;
  }

  .img-absolute-home-2-banner {
    width: 620px;
    min-height: 532px;
    bottom: -3%;
    right: 5%;
  }

  .heading-banner-home-3 {
    letter-spacing: -4px;
  }

  .bg-home-3-banner {
    top: 20px;
  }

  .bg-home-3-banner.landing {
    top: 481px;
  }

  .bg-absolute-1 {
    top: 1%;
  }

  .bg-absolute-1.pricing-banner-bg {
    top: 1%;
    left: 3px;
  }

  .bg-absolute-2 {
    left: -64px;
  }

  .bg-absolute-2.bg-pricing {
    left: 0;
  }

  .bg-big {
    top: 61%;
  }

  .bg-location {
    min-height: 550px;
    bottom: -58%;
  }

  .bg-book {
    width: 100%;
    height: 1000px;
    bottom: -108%;
  }

  .team-banner-img {
    min-height: 550px;
    bottom: -27%;
  }

  ._404-heading {
    font-size: 160px;
  }

  .section-banner {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
    padding-top: 200px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .color-bg {
    height: 200px;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 90px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

  ._404-heading-2 {
    font-size: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .section.changelog-banner, .section.blog-banner, .section.pricing-banner, .section.contacts-banner, .section.location-banner, .section.book-a-demo-banner, .section.banner-faq, .section.banner-testimonials {
    padding-top: 140px;
  }

  .section.about-us-banner {
    flex-direction: column;
    padding-top: 140px;
  }

  .section.work-banner {
    padding-top: 140px;
  }

  .section.style-guide-section {
    padding-top: 130px;
  }

  .section.banner-home-1, .section.banner-home-2 {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.banner-home-3 {
    padding-top: 120px;
  }

  .section.inner-banner, .section.features-banner, .section.feature-banner, .section.blog-details, .section.pricing-2-banner {
    padding-top: 140px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: -3%;
  }

  .top-style-spacing-desktop {
    top: -3%;
  }

  .middle-style-spacing-desktop {
    top: 22%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button.absolute-pricing {
    margin-top: 30px;
    margin-bottom: 0;
    position: static;
  }

  .top-style-spacing-mobile {
    top: -3%;
  }

  .middlr-style-spacing-mobile {
    top: 22%;
  }

  .bottom-style-spacing-mobile {
    bottom: -3%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    border-right: 1px solid var(--primary-20);
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    margin-left: 0;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    color: var(--black);
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle:hover {
    color: var(--black);
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 1px 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    font-size: 16px;
  }

  .nav-item-title.white-title {
    color: var(--black);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-template-date {
    margin-bottom: 30px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .values-image {
    object-position: 50% 50%;
    height: 600px;
  }

  .banner-title-wrapper {
    max-width: 680px;
  }

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

  .pricing-plan-item {
    max-width: 360px;
  }

  .pricing-plan-item.light-background {
    padding-left: 30px;
    padding-right: 30px;
  }

  .workflow-video {
    min-height: 400px;
  }

  .pricing-item {
    width: 31%;
  }

  .pricing-item.center-item {
    width: 38%;
  }

  .pricing-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-list {
    margin-top: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .book-form-wrapper {
    min-height: 510px;
  }

  .contact-3-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-3-input.last-child {
    margin-right: 0;
  }

  .footer-social-icons-wrapper {
    grid-column-gap: 20px;
    width: auto;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .footer-brand {
    margin-right: 20px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .button-header-wrap {
    display: none;
  }

  .button-header-wrap.desctop-hidden {
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

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

  .service-details-content-wrapper {
    width: 60%;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .service-details-content {
    grid-column-gap: 30px;
  }

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .about-2-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 60px;
  }

  .about-2-feature-number {
    font-size: 36px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .brand {
    margin-bottom: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-light:hover {
    opacity: 1;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .pages-banner {
    padding-top: 140px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .copyright-wrap {
    margin-left: 0;
    margin-right: auto;
  }

  .copyright-wrapper {
    grid-row-gap: 6px;
    flex-direction: column;
    margin-right: auto;
  }

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

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

  .info-cta-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .icon-logo-text {
    background-size: 40px 35px;
    width: 40px;
    height: 35px;
    margin-right: 10px;
  }

  .cta-heading {
    font-size: 46px;
  }

  .cta-paragraph {
    width: 80%;
  }

  .cta {
    margin-top: 50px;
  }

  .arrow-down-nav {
    display: none;
  }

  .review-item-wrap {
    width: 370px;
  }

  .reviews-wrapper-row {
    flex-flow: wrap;
    width: 3000px;
  }

  .title-werap {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .info-app-wrapper {
    width: 70%;
  }

  .info-app {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .big-numbers {
    font-size: 68px;
  }

  .text-info-wrap {
    margin-bottom: 70px;
  }

  .big-bg-primary {
    padding-bottom: 0;
  }

  .paragraph-2 {
    font-size: 16px;
  }

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

  .content-banner-home {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .content-banner-home.home-2 {
    width: 80%;
  }

  .banner-dashboard {
    z-index: 10;
    object-fit: cover;
    object-position: 50% 50%;
    width: 95%;
    margin-top: 60px;
    margin-left: auto;
    display: block;
    position: static;
  }

  .review-banner-wrap.align-left {
    margin-top: 60px;
  }

  .advantages-wrapper {
    grid-column-gap: 20px;
  }

  .title-paragraph {
    width: 60%;
  }

  .free-trial-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .free-trial-wrap.home-3 {
    margin-bottom: 60px;
  }

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

  .content-analysis-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .list-analysis {
    text-align: left;
    margin-top: 30px;
  }

  .img-analysis-wrapper {
    width: 75%;
  }

  .collection-list-features._3-columns, .collection-list-features.home-3 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-features.white-bg, .collection-item-features.center-services {
    width: 47%;
  }

  .collection-list-wrapper-features {
    width: 95%;
  }

  .active-icon {
    margin-top: 5px;
  }

  .name-features-big {
    font-size: 36px;
  }

  .line-top {
    height: 115px;
    top: 110px;
    left: 43px;
  }

  .line-bottom {
    height: 100px;
    bottom: 228px;
    left: 43px;
  }

  .title-big-block {
    width: 45%;
    font-size: 46px;
  }

  .dashboard-img {
    position: relative;
    right: -31%;
  }

  .img-2-absolute {
    inset: auto auto 8% 3%;
  }

  .img-1-absolute {
    inset: auto auto 24% 16%;
  }

  .img-banner-home-2 {
    width: 620px;
    min-height: 665px;
    margin-top: 40px;
    position: relative;
    left: auto;
    right: -21%;
  }

  .img-absolute-home-2-banner {
    width: 500px;
    min-height: 430px;
    inset: auto auto 2% 18%;
  }

  .banner-paragraph, .dashboard-img-home-banner {
    width: 85%;
  }

  .title-central-wrapper {
    width: 100%;
  }

  .title-central-wrapper.small {
    width: 90%;
  }

  .team-wrapper-about {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-wrapper-about.about-us {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-member-wrap {
    width: 30.5%;
  }

  .team-member-wrap.about-us-team {
    width: 100%;
  }

  .testimonials-about-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .content-testimonials-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .bg-40 {
    height: 30%;
  }

  .title-paragraph-center {
    width: 90%;
  }

  .banner-inner-wrapper {
    width: 85%;
  }

  .banner-paragrap-inner {
    width: 95%;
  }

  .image-banner-2 {
    width: 250px;
  }

  .image-banner-3 {
    width: 145px;
    top: 90px;
  }

  .bg-absolute-1 {
    top: 45%;
  }

  .bg-absolute-1.pricing-banner-bg {
    top: 48%;
  }

  .bg-absolute-2 {
    min-height: 280px;
    left: -39px;
  }

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

  .testimonial-img {
    align-self: center;
  }

  .ceo-wrapper {
    margin-top: 10px;
  }

  .faq-s-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: flex;
  }

  .title-faq-s-wrapper {
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .step-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    width: 65%;
  }

  .step-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .left-arrow-wrap {
    display: none;
  }

  .down-arrow-wrap {
    margin-top: 15px;
    display: block;
  }

  .app-wrapper {
    margin-top: 50px;
  }

  .mobile-photo {
    right: 6%;
  }

  .image-wrap-with-button {
    object-fit: cover;
    height: 350px;
  }

  .about-home-2-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .statistic-wrap-item.without-padding {
    grid-column-gap: 15px;
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .vertical-line {
    height: 100%;
  }

  .statistic-wrap.flex-horizontal {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .flex-vertical {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .trial-wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-right: 40px;
  }

  .screen {
    object-fit: cover;
    object-position: 0% 0%;
    width: 100%;
    height: 400px;
    position: relative;
    right: -7%;
  }

  .values-content-wrapper-2 {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .values-counter-wrapper-2 {
    margin-top: 30px;
  }

  .values-image-wrapper-2 {
    width: 100%;
  }

  .values-wrapper-2 {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
  }

  .values-counter-item-2 {
    padding: 30px;
  }

  .section-background-image {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base-container-2 {
    max-width: 100%;
  }

  .work-process-wrapper {
    width: 95%;
  }

  .feature-banner-wrapper {
    width: 75%;
  }

  .bg-big {
    top: 98%;
  }

  .info-contact {
    grid-column-gap: 10px;
    padding: 20px;
  }

  .contact-wrapper {
    width: 34%;
  }

  .contact-wrapper.center-borders {
    width: 30%;
  }

  .contacts-detail-2 {
    text-align: center;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-content-wrapper-2 {
    text-align: center;
    width: 95%;
  }

  .contacts-wrapper-2 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .list {
    align-items: center;
  }

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

  .bg-location {
    min-height: 220px;
    bottom: -27%;
  }

  .bg-book {
    height: 600px;
    bottom: -93%;
  }

  .tablet-hidden {
    display: none;
  }

  .team-banner-img {
    width: 90%;
    min-height: 360px;
    margin-top: 60px;
    position: static;
  }

  .pricing-number {
    font-size: 50px;
  }

  .pricing-wrapper-xsmall {
    flex-flow: column;
    align-items: flex-start;
  }

  .pricing-plan-wrapper-small {
    width: 37%;
    padding-right: 40px;
  }

  .pricing-plan-content {
    align-items: stretch;
    padding: 40px 30px;
  }

  .pricing-plan-wrapper-medium {
    width: 68%;
    padding-left: 30px;
  }

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

  .working-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .working-content {
    text-align: center;
    width: 100%;
  }

  .working-wrap {
    align-items: center;
  }

  .line-2 {
    right: -17px;
  }

  .working-numbers {
    width: 100%;
  }

  .line {
    left: -10px;
  }

  .numbers {
    font-size: 50px;
  }

  ._404-heading {
    font-size: 120px;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: 70vh;
    padding-top: 140px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-bg {
    height: 100px;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 65px;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hire-popup-wrap, .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .img-analysis-wrapper-lp {
    width: 75%;
  }

  .ceo-wrapper-lp {
    margin-top: 10px;
  }

  .content-testimonials-wrapper-lp {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .analysis-img-copy.lp-copy {
    max-height: none;
  }

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

  .testimonials-about-wrapper-lp {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .content-banner-home-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .content-banner-home-copy.home-2 {
    width: 80%;
  }

  ._404-heading-2 {
    font-size: 120px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.changelog-banner, .section.blog-banner, .section.pricing-banner {
    padding-top: 120px;
  }

  .section.contacts-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.location-banner {
    padding-top: 120px;
  }

  .section.book-a-demo-banner {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .section.banner-faq, .section.banner-testimonials, .section.about-us-banner, .section.work-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 110px;
  }

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

  .section.inner-banner {
    padding-top: 120px;
  }

  .section.primary-color-banner-bg {
    padding-top: 60px;
  }

  .section.features-banner, .section.feature-banner, .section.blog-details {
    padding-top: 120px;
  }

  .section.rich-text-section {
    padding-top: 40px;
  }

  .section.pricing-2-banner {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer.pt {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .values-image {
    height: 450px;
  }

  .banner-title-wrapper {
    max-width: 100%;
  }

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

  .pricing-plan-item {
    max-width: none;
  }

  .pricing-plan-item.light-background {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .workflow-video {
    min-height: 300px;
  }

  .pricing-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .pricing-item, .pricing-item.center-item {
    width: 100%;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .book-form-wrapper {
    min-height: 610px;
    padding: 20px;
  }

  .contact-3-inputs-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-right: 0;
    padding-left: 0;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
  }

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

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .about-2-featutes-grid {
    padding-right: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .pages-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .copyright-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .copyright-wrapper {
    margin-right: 0;
  }

  .info-cta-wrap {
    text-align: center;
    width: 100%;
  }

  .icon-logo-text {
    background-size: 35px 30px;
    width: 35px;
    height: 30px;
  }

  .cta-heading {
    font-size: 36px;
  }

  .cta-paragraph {
    width: 100%;
  }

  .cta {
    margin-top: 30px;
  }

  .reviews-wrap {
    width: 100%;
  }

  .title-werap {
    margin-bottom: 40px;
  }

  .borders {
    height: 60%;
  }

  .info-app-wrapper {
    width: 85%;
  }

  .info-app-wrapper.left-positions {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .icons-link-app {
    margin-top: 30px;
  }

  .info-app {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 40px;
  }

  .big-numbers.mobile-number {
    font-size: 60px;
  }

  .text-info-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .mobile-app-img {
    width: 50%;
  }

  .content-banner-home, .content-banner-home.home-2 {
    width: 100%;
  }

  .buttons-wrapper {
    margin-top: 30px;
  }

  .small-section-top {
    padding-top: 40px;
  }

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

  .advantages-wrapper.work-procces {
    margin-top: 40px;
  }

  .big-title-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .title-paragraph {
    width: 100%;
  }

  .title-text-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .button-title-wrapper {
    margin-top: 30px;
  }

  .free-trial-wrap.home-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .list-analysis {
    margin-top: 30px;
  }

  .img-analysis-wrapper {
    width: 85%;
  }

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

  .collection-item-features.white-bg, .collection-item-features.center-services {
    width: 100%;
  }

  .link-block {
    grid-column-gap: 30px;
  }

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

  .name-features-big {
    font-size: 28px;
  }

  .small-title-wrap {
    margin-left: 85px;
  }

  .line-top {
    height: 115px;
    top: 106px;
    left: 25px;
  }

  .line-bottom {
    height: 110px;
    bottom: 206px;
    left: 25px;
  }

  .title-big-block {
    font-size: 38px;
  }

  .dashboard-img {
    right: -38%;
  }

  .img-2-absolute {
    bottom: 5%;
  }

  .img-1-absolute {
    bottom: 22%;
    left: 13%;
  }

  .img-banner-home-2 {
    width: 480px;
    min-height: 540px;
    right: -16%;
  }

  .img-absolute-home-2-banner {
    width: 440px;
    min-height: 377px;
    bottom: -1%;
    left: 14%;
  }

  .banner-paragraph {
    width: 100%;
  }

  .relative-w-100 {
    margin-top: 50px;
  }

  .bg-home-3-banner.landing {
    top: 323px;
  }

  .title-central-wrapper {
    margin-bottom: 40px;
  }

  .title-central-wrapper.small {
    width: 100%;
  }

  .team-wrapper-about {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-member-wrap, .title-paragraph-center {
    width: 100%;
  }

  .banner-inner-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-right: 0;
  }

  .banner-paragrap-inner {
    width: 100%;
  }

  .image-banner-2 {
    width: 180px;
  }

  .image-banner-3 {
    width: 100px;
    top: 68px;
  }

  .bg-absolute-1 {
    top: 69%;
  }

  .bg-absolute-1.details {
    top: 51%;
  }

  .bg-absolute-1.pricing-banner-bg {
    top: 56%;
  }

  .bg-absolute-2 {
    min-height: 210px;
    left: 46px;
  }

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

  .title-faq-s-wrapper {
    width: 85%;
  }

  .button-section {
    margin-top: 40px;
  }

  .app-wrapper {
    flex-direction: column;
    margin-top: 35px;
    padding-top: 0;
  }

  .mobile-photo {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 40px;
    right: auto;
  }

  .image-wrap-with-button {
    height: 320px;
  }

  .about-home-2-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .statistic-wrap-item {
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .statistic-wrap-item.without-padding {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-line {
    margin-left: 30px;
    margin-right: 30px;
  }

  .statistic-wrap {
    display: flex;
  }

  .statistic-wrap.flex-horizontal {
    grid-column-gap: 0px;
    flex-direction: row;
    margin-top: 20px;
  }

  .screen {
    height: 300px;
    right: -9%;
  }

  .values-wrapper-2 {
    grid-row-gap: 40px;
  }

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

  .work-process-wrapper {
    width: 100%;
  }

  .button-wrap {
    margin-top: 30px;
  }

  .feature-banner-wrapper {
    width: 80%;
  }

  .info-contact {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-wrapper {
    width: 100%;
  }

  .contact-wrapper.center-borders {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: #fff3;
    border-bottom-style: solid;
    border-bottom-color: #fff3;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contacts-form-wrapper-2 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-content-wrapper-2 {
    width: 100%;
    padding-right: 0;
  }

  .contacts-wrapper-2 {
    flex-wrap: wrap;
  }

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

  .bg-location {
    min-height: 165px;
    bottom: -29%;
  }

  .bg-book {
    height: 400px;
    bottom: -67%;
  }

  .bg-45 {
    height: 50%;
  }

  .team-banner-img {
    min-height: 320px;
    margin-top: 40px;
  }

  .pricing-number {
    font-size: 48px;
  }

  .pricing-wrapper-xsmall {
    text-align: left;
    flex-direction: column;
    place-content: flex-start center;
    align-items: center;
  }

  .pricing-plan-wrapper-small {
    border-bottom: 1px solid #000;
    border-right-style: none;
    width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .pricing-plan-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pricing-plan-wrapper-medium {
    align-self: center;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

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

  .line-2 {
    width: 75%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -31px;
  }

  .working-numbers {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .line {
    width: 75%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    inset: -25px 0% auto;
  }

  .numbers {
    font-size: 48px;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }

  ._404-heading {
    font-size: 100px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 120px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
  }

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

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .landing-customers-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap, .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .img-analysis-wrapper-lp {
    width: 85%;
  }

  .content-banner-home-copy, .content-banner-home-copy.home-2, .content-banner-home-copy, .content-banner-home-copy.home-2 {
    width: 100%;
  }

  ._404-heading-2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 479px) {
  .section.changelog-banner, .section.blog-banner, .section.pricing-banner, .section.contacts-banner, .section.location-banner, .section.book-a-demo-banner, .section.banner-faq, .section.banner-testimonials, .section.about-us-banner, .section.work-banner {
    padding-top: 100px;
  }

  .section.banner-home-1.landing-page-section-hero {
    padding-top: 24px;
  }

  .section.banner-home-1.landing-page-section-hero.border-bottom {
    border-bottom: 1px solid #f1f1f1;
  }

  .section.features-banner, .section.feature-banner, .section.blog-details, .section.pricing-2-banner {
    padding-top: 100px;
  }

  .section.bg-alt {
    border-top: 1px solid #eee;
  }

  .section.bg-altt {
    background-color: var(--primary-light);
    border-top: 1px solid #eee;
  }

  .base-container.full-width {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 5%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 27%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 24%;
  }

  .bottom-style-spacing-mobile {
    bottom: 3%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .close-menu-button.w--open {
    padding-bottom: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

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

  .values-image {
    height: 400px;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .workflow-video {
    min-height: 220px;
  }

  .pricing-content, .pricing-content.center-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-social-icons-wrapper {
    grid-column-gap: 25px;
    justify-content: center;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .about-2-featutes-grid {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pages-banner {
    padding-top: 100px;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright-wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .copyright-wrapper {
    grid-row-gap: 2px;
    flex-direction: column;
  }

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

  .icon-logo-text {
    background-size: 30px 25px;
    width: 30px;
    height: 25px;
  }

  .review-item-wrap {
    width: 310px;
  }

  .reviews-wrapper-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 2095px;
    margin-left: 0;
  }

  .reviews-wrapper-row.padding-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
  }

  .info-app {
    grid-template-columns: 1fr;
  }

  .big-numbers {
    font-size: 60px;
  }

  .review-banner-wrap {
    text-align: center;
    margin-top: 60px;
  }

  .review-banner-wrap.align-left {
    text-align: center;
  }

  .review-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .number-customers-wrap {
    border-bottom: 2px solid #0000001a;
    border-right-style: none;
    border-right-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .number-customers-wrap.white-border {
    border-bottom-color: #ffffff1a;
  }

  .number-customers-wrap.without-border {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 0;
  }

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

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

  .img-analysis-wrapper {
    width: 100%;
  }

  .overlay-gradient-absolute {
    background-image: linear-gradient(#fff0, #2d55b9e6 28%);
  }

  .collection-item-features.features-big {
    padding: 20px;
  }

  .link-block {
    grid-column-gap: 20px;
  }

  .small-title-wrap {
    margin-left: 75px;
  }

  .line-top {
    height: 185px;
    top: 110px;
  }

  .line-bottom {
    height: 160px;
    bottom: 290px;
  }

  .title-big-block {
    width: 70%;
  }

  .review-text-absolute {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-2-absolute {
    width: 110px;
  }

  .img-1-absolute {
    width: 160px;
    bottom: 16%;
  }

  .analysis-img {
    object-fit: cover;
    object-position: 0% 50%;
    min-height: 40rem;
  }

  .img-banner-home-2 {
    width: 320px;
    min-height: 380px;
    margin-top: 20px;
    right: -18%;
  }

  .img-absolute-home-2-banner {
    width: 280px;
    min-height: 240px;
    bottom: 0%;
    left: 17%;
  }

  .bg-home-3-banner.landing {
    top: 319px;
  }

  .dashboard-img-home-banner {
    width: 100%;
  }

  .team-wrapper-about, .team-wrapper-about.about-us {
    grid-template-columns: 1fr;
  }

  .team-member-wrap {
    text-align: center;
  }

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

  .bg-40 {
    height: 60%;
  }

  .img-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .banner-inner-wrapper {
    width: 100%;
  }

  .image-banner-2 {
    width: 120px;
  }

  .image-banner-3 {
    width: 70px;
    top: 44px;
  }

  .bg-absolute-1 {
    top: 73%;
    left: 4%;
  }

  .bg-absolute-1.details {
    top: 68%;
  }

  .bg-absolute-1.pricing-banner-bg {
    top: 69%;
  }

  .bg-absolute-2 {
    min-height: 145px;
    left: -2px;
  }

  .ceo-wrapper {
    grid-column-gap: 3px;
  }

  .title-faq-s-wrapper, .step-info-wrapper {
    width: 100%;
  }

  .app-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobile-photo {
    width: 180px;
  }

  .statistic-wrap-item {
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .statistic-wrap-item.without-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vertical-line {
    width: 50%;
    height: 2px;
    margin: 20px 0;
  }

  .statistic-wrap {
    flex-direction: column;
  }

  .statistic-wrap.flex-horizontal {
    flex-direction: column;
    margin-top: 10px;
  }

  .flex-vertical {
    max-width: 100%;
    min-height: 230px;
  }

  .trial-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .screen {
    height: 190px;
    right: -10%;
  }

  .values-content-wrapper-2 {
    margin-bottom: 15px;
  }

  .values-counter-wrapper-2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .values-counter-item-2 {
    width: 100%;
    padding: 20px;
  }

  .feature-banner-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .title-banner-feature {
    align-items: center;
  }

  .details-paragraph-banner {
    width: 100%;
  }

  .info-contact {
    grid-row-gap: 10px;
  }

  .info-office-wrap {
    text-align: center;
  }

  .bg-location {
    min-height: 115px;
    bottom: -19%;
  }

  .bg-book {
    height: 300px;
    bottom: -48%;
  }

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

  .bg-45 {
    height: 75%;
  }

  .team-banner-img {
    min-height: 240px;
  }

  .pricing-plan-wrapper-small {
    padding-bottom: 20px;
  }

  .pricing-plan-content {
    padding: 30px;
  }

  .pricing-plan-wrapper-medium {
    padding-top: 20px;
  }

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

  .numbers {
    font-size: 46px;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 50vh;
    padding-top: 100px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-banner-title {
    font-size: 44px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-subheading {
    text-align: left;
    font-size: 28px;
  }

  .heading-2 {
    text-align: left;
    font-size: 34px;
  }

  .img-analysis-wrapper-lp {
    width: 100%;
  }

  .ceo-wrapper-lp {
    grid-column-gap: 3px;
  }

  .content-banner-home-copy {
    justify-content: center;
    align-items: flex-start;
  }

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

  .heading-3, .heading-4 {
    text-align: left;
    font-size: 32px;
  }

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

  .content-testimonials-wrapper-lp {
    justify-content: center;
    align-items: flex-start;
  }

  .analysis-img-copy {
    object-fit: cover;
    object-position: 0% 50%;
    min-height: 40rem;
  }

  .analysis-img-copy.lp-copy {
    min-height: auto;
  }

  .overlay-gradient-absolute-lp {
    background-image: linear-gradient(#fff0, #2d55b9e6 28%);
  }

  .testimonials-about-wrapper-lp {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: auto;
  }

  .h2-subheading-copy {
    text-align: left;
    font-size: 24px;
  }

  .heading-6, .paragraph-4, .heading-7, .heading-8, .paragraph-5 {
    text-align: left;
  }
}

#w-node-_727c750a-7719-5de9-0c70-b9b4a7f78eae-34c30c2a, #w-node-_727c750a-7719-5de9-0c70-b9b4a7f78eb2-34c30c2a, #w-node-_727c750a-7719-5de9-0c70-b9b4a7f78eb6-34c30c2a, #w-node-_727c750a-7719-5de9-0c70-b9b4a7f78ebc-34c30c2a, #w-node-_727c750a-7719-5de9-0c70-b9b4a7f78ec2-34c30c2a, #w-node-_727c750a-7719-5de9-0c70-b9b4a7f78ec8-34c30c2a {
  justify-self: center;
}

#w-node-ff23b20d-d573-1aad-03af-6596ebd0404a-34c30c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c991ea8f-05f0-e197-b601-5d2e7f277b5e-34c30c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9004cda1-5b71-4668-5ea0-522dd9a7d770-34c30c85, #w-node-_429823ea-7982-f8e6-f757-967759ae7679-34c30c85, #w-node-_5e7a2645-28b8-6e71-ae0f-d1d750a34f22-34c30c85, #w-node-_500d4371-942d-b5f0-8790-51956eb3ff38-34c30c85, #w-node-_7abd3907-a208-b24b-bc11-f66789d448e5-34c30c85, #w-node-_7abd3907-a208-b24b-bc11-f66789d448ea-34c30c85, #w-node-_7abd3907-a208-b24b-bc11-f66789d448eb-34c30c85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd30bfc9-92fc-2dcf-e80a-0542dd7a7f77-34c30c99 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_12a96764-444d-c117-7596-bb849e638488-34c30c99, #w-node-_6776463f-c04a-5870-a125-84344c90f2a1-34c30c99, #w-node-_827ed42b-d607-ebfe-bb54-379b9a8b67b1-34c30c99, #w-node-deaa7a6e-a4ae-ad37-f3a1-d3ad5284006f-34c30c99, #w-node-_46b956d8-01b5-5431-6dd8-70d4dac3fcd6-34c30c99, #w-node-_652fb169-f543-fa61-efab-ddbb56cfbfcb-34c30c99, #w-node-b7101970-cf77-82ef-3c80-26a7d514d5d7-34c30c99, #w-node-_3f6933d3-423f-4b8c-4ead-f9b3fa0e4104-34c30c99, #w-node-_3f6933d3-423f-4b8c-4ead-f9b3fa0e4108-34c30c99, #w-node-_3f6933d3-423f-4b8c-4ead-f9b3fa0e410c-34c30c99, #w-node-_3f6933d3-423f-4b8c-4ead-f9b3fa0e4110-34c30c99, #w-node-_98fb32ab-4891-1a47-3463-be0ace31e199-34c30caf, #w-node-_98fb32ab-4891-1a47-3463-be0ace31e19e-34c30caf, #w-node-_98fb32ab-4891-1a47-3463-be0ace31e19f-34c30caf, #w-node-_159ccdd6-6490-2edf-7c6f-66983cfd8601-34c30cb0, #w-node-_159ccdd6-6490-2edf-7c6f-66983cfd8609-34c30cb0, #w-node-_964221fe-ca77-1a46-d6e6-d8eefc542f47-34c30cb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f7-34c30cb1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f8-34c30cb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9932964-d382-7a2a-bdfe-716c27e8d800-34c30cb1, #w-node-a9932964-d382-7a2a-bdfe-716c27e8d808-34c30cb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9932964-d382-7a2a-bdfe-716c27e8d810-34c30cb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a47aaf7-71b2-3c26-f04c-f27289cbd90b-34c30cb4, #w-node-_6f621bc7-3406-952e-6f83-59fe5c3f6493-34c30cb5, #w-node-ff5e6683-21f1-936d-6ee7-11839e5b7647-34c30cb5, #w-node-_76b08825-86a3-78a6-dccc-9d88addcf3b6-34c30cb5, #w-node-_1e97beb6-16a3-2733-897d-87887987bbb6-34c30cb5, #w-node-_06f97ed8-037a-6863-7740-5cab8ff737d0-34c30cb5, #w-node-bcde5a5f-e859-c3fa-00a0-ed49e7a886dd-34c30cb5, #w-node-_680f6a84-6a41-b20a-a3e5-be20e6a1c37b-34c30cb5, #w-node-af0858c2-7f56-c54f-88c4-220b4ab4195f-34c30cb5, #w-node-_45fb1dc1-9e3c-7180-9da8-412363932a7b-34c30cb5, #w-node-_1a19fde6-092a-9363-e25c-e0a00d282d00-34c30cc8, #w-node-_1a19fde6-092a-9363-e25c-e0a00d282d04-34c30cc8, #w-node-_1a19fde6-092a-9363-e25c-e0a00d282d08-34c30cc8, #w-node-_1a19fde6-092a-9363-e25c-e0a00d282d0c-34c30cc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8752174-3971-4fdf-6e03-55cd78d883a0-34c30cc8, #w-node-a8752174-3971-4fdf-6e03-55cd78d883a8-34c30cc8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ae8a850b-6a40-472b-91b5-17b84e6016cc-34c30cc8, #w-node-d9f2c002-8b6c-8e30-004e-e018672ae847-34c30cc8, #w-node-_1e54ca26-7445-258e-b9bd-949380eb2acb-34c30cc8, #w-node-e0760643-13d6-e0fa-ec15-af0957bad959-34c30cc8, #w-node-_9e3619ea-cab8-c377-9840-1220a6e66112-34c30cc9, #w-node-_9e3619ea-cab8-c377-9840-1220a6e66116-34c30cc9, #w-node-_9e3619ea-cab8-c377-9840-1220a6e6611a-34c30cc9, #w-node-_9e3619ea-cab8-c377-9840-1220a6e6611e-34c30cc9, #w-node-_269bd5be-6dde-1d7f-1b89-9b00945f402a-34c30cc9, #w-node-_269bd5be-6dde-1d7f-1b89-9b00945f402f-34c30cc9, #w-node-_269bd5be-6dde-1d7f-1b89-9b00945f4030-34c30cc9, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-34c30cdb, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-34c30cdb, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-34c30cdb, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-34c30cdb, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-34c30cdb, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-34c30cdb, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-34c30cdb, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-34c30cdb, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-34c30cdb, #w-node-_33ea1319-544c-92a9-0998-fd6bdd9b3a59-34c30cdb, #w-node-da12bb10-d486-9953-ecde-56cfb1268b10-34c30cdb, #w-node-_45a6ad8e-f709-838f-4734-b46fb0e113b6-34c30cdb, #w-node-ce5fcba9-548a-10a2-474c-cb5547340b31-34c30cdb, #w-node-_9cd30287-9052-81e3-6411-43e29fc59f0e-34c30cdb, #w-node-a22f0ca4-08f4-1b43-f248-0eaad2795661-34c30cdb, #w-node-_6521be12-bc53-33ca-2bbb-6619673ed495-34c30cdb, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd48f-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd496-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd49d-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd4a4-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd4ab-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd4b2-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd4b9-34c30cdc, #w-node-_2e0fd7e8-9133-0e2b-0dc5-85c32a2dd4c0-34c30cdc, #w-node-_1c72c6dc-8dd3-30ee-7172-c1cf1ee71ed4-34c30cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c72c6dc-8dd3-30ee-7172-c1cf1ee71edf-34c30cdc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e10d3220-2e50-ffc6-e6b7-7226ef96b695-34c30cdc, #w-node-_220c5757-e3e0-3e55-abdd-791c413a4bd6-34c30cdd, #w-node-_5274d69a-e09a-1dae-39ad-b4f02b1830de-34c30cdd, #w-node-af213092-2cf7-e47f-4d97-c679891d6b54-34c30cdd, #w-node-_9597873a-354c-b1d3-2fab-23f078dff3ab-34c30cdd, #w-node-_9597873a-354c-b1d3-2fab-23f078dff3b8-34c30cdd, #w-node-_9597873a-354c-b1d3-2fab-23f078dff3c7-34c30cdd, #w-node-ff1abf39-b4c2-f06a-e815-e009e2be2d9c-34c30cdf, #w-node-ff1abf39-b4c2-f06a-e815-e009e2be2da1-34c30cdf, #w-node-ff1abf39-b4c2-f06a-e815-e009e2be2da8-34c30cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a4-34c30cdf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a5-34c30cdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79ad-34c30cdf, #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79b5-34c30cdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79bd-34c30cdf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_890e5908-c002-e9e2-34d1-fceed2b7d90e-34c30ce1, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-34c30ce2, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-34c30ce2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f60ec94-98c1-2e40-de82-ed734840bdad-34c30cf6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1f60ec94-98c1-2e40-de82-ed734840bdae-34c30cf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f60ec94-98c1-2e40-de82-ed734840bdb7-34c30cf6, #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc0-34c30cf6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc9-34c30cf6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f621bc7-3406-952e-6f83-59fe5c3f6493-f2b61927, #w-node-ff5e6683-21f1-936d-6ee7-11839e5b7647-f2b61927, #w-node-_76b08825-86a3-78a6-dccc-9d88addcf3b6-f2b61927, #w-node-_1e97beb6-16a3-2733-897d-87887987bbb6-f2b61927, #w-node-_06f97ed8-037a-6863-7740-5cab8ff737d0-f2b61927, #w-node-bcde5a5f-e859-c3fa-00a0-ed49e7a886dd-f2b61927, #w-node-_6fa867db-b80b-9888-d7b4-4e22d9980b97-f2b61927, #w-node-_903550f4-d23f-62e7-96ae-05ac2e269f0e-f2b61927, #w-node-_680f6a84-6a41-b20a-a3e5-be20e6a1c37b-f2b61927, #w-node-af0858c2-7f56-c54f-88c4-220b4ab4195f-f2b61927, #w-node-_45fb1dc1-9e3c-7180-9da8-412363932a7b-f2b61927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_7abd3907-a208-b24b-bc11-f66789d448eb-34c30c85, #w-node-_98fb32ab-4891-1a47-3463-be0ace31e19f-34c30caf, #w-node-_45fb1dc1-9e3c-7180-9da8-412363932a7b-34c30cb5, #w-node-_269bd5be-6dde-1d7f-1b89-9b00945f4030-34c30cc9, #w-node-_45fb1dc1-9e3c-7180-9da8-412363932a7b-f2b61927 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bd30bfc9-92fc-2dcf-e80a-0542dd7a7f77-34c30c99 {
    grid-row: span 1 / span 1;
  }

  #w-node-_159ccdd6-6490-2edf-7c6f-66983cfd8601-34c30cb0, #w-node-_159ccdd6-6490-2edf-7c6f-66983cfd8609-34c30cb0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f7-34c30cb1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f8-34c30cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d800-34c30cb1, #w-node-a9932964-d382-7a2a-bdfe-716c27e8d808-34c30cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d810-34c30cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a8752174-3971-4fdf-6e03-55cd78d883a0-34c30cc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8752174-3971-4fdf-6e03-55cd78d883ae-34c30cc8, #w-node-_220c5757-e3e0-3e55-abdd-791c413a4bd6-34c30cdd, #w-node-_5274d69a-e09a-1dae-39ad-b4f02b1830de-34c30cdd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af213092-2cf7-e47f-4d97-c679891d6b54-34c30cdd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-34c30cde {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a4-34c30cdf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a5-34c30cdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79ad-34c30cdf, #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79b5-34c30cdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79bd-34c30cdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdad-34c30cf6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdae-34c30cf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdb7-34c30cf6, #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc0-34c30cf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc9-34c30cf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7abd3907-a208-b24b-bc11-f66789d448ea-34c30c85, #w-node-_98fb32ab-4891-1a47-3463-be0ace31e19e-34c30caf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_159ccdd6-6490-2edf-7c6f-66983cfd8601-34c30cb0, #w-node-_159ccdd6-6490-2edf-7c6f-66983cfd8609-34c30cb0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f7-34c30cb1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f8-34c30cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d800-34c30cb1, #w-node-a9932964-d382-7a2a-bdfe-716c27e8d808-34c30cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d810-34c30cb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af0858c2-7f56-c54f-88c4-220b4ab4195f-34c30cb5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a8752174-3971-4fdf-6e03-55cd78d883a0-34c30cc8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8752174-3971-4fdf-6e03-55cd78d883ae-34c30cc8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_269bd5be-6dde-1d7f-1b89-9b00945f402f-34c30cc9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5b8457c2-4a28-5a36-811e-601b20f407f7-34c30cde {
    grid-column: span 1 / span 1;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a4-34c30cdf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a5-34c30cdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79ad-34c30cdf, #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79b5-34c30cdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79bd-34c30cdf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdad-34c30cf6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdae-34c30cf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdb7-34c30cf6, #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc0-34c30cf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc9-34c30cf6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af0858c2-7f56-c54f-88c4-220b4ab4195f-f2b61927 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7abd3907-a208-b24b-bc11-f66789d448ea-34c30c85, #w-node-_98fb32ab-4891-1a47-3463-be0ace31e19e-34c30caf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f7-34c30cb1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9932964-d382-7a2a-bdfe-716c27e8d7f8-34c30cb1, #w-node-a9932964-d382-7a2a-bdfe-716c27e8d800-34c30cb1, #w-node-a9932964-d382-7a2a-bdfe-716c27e8d808-34c30cb1, #w-node-a9932964-d382-7a2a-bdfe-716c27e8d810-34c30cb1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af0858c2-7f56-c54f-88c4-220b4ab4195f-34c30cb5, #w-node-_269bd5be-6dde-1d7f-1b89-9b00945f402f-34c30cc9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-34c30cdb, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-34c30cdb, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-34c30cdb, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-34c30cdb, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-34c30cdb, #w-node-_23bebd33-8494-cbfb-cb42-f6efaf1e62f4-34c30cdb, #w-node-_9fefa905-f54d-7515-ef49-191ad0b602f4-34c30cdb, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-34c30cdb, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-34c30cdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_220c5757-e3e0-3e55-abdd-791c413a4bd6-34c30cdd, #w-node-_5274d69a-e09a-1dae-39ad-b4f02b1830de-34c30cdd, #w-node-af213092-2cf7-e47f-4d97-c679891d6b54-34c30cdd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a4-34c30cdf {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79a5-34c30cdf, #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79ad-34c30cdf, #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79b5-34c30cdf, #w-node-a3e1d54a-33ac-4ccb-e659-cb69972e79bd-34c30cdf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdad-34c30cf6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdae-34c30cf6, #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdb7-34c30cf6, #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc0-34c30cf6, #w-node-_1f60ec94-98c1-2e40-de82-ed734840bdc9-34c30cf6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-af0858c2-7f56-c54f-88c4-220b4ab4195f-f2b61927 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}