@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 {
  --primary-dark: #142344;
  --primary: #48afef;
  --white: white;
  --borders: #e1dcd4;
  --primary-light: #faf9f6;
  --dark: #142344;
  --hover-button: #5aaadb;
  --light-green: #d6f1a2;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --button-secondary: #eeebda;
  --hover-light-button: #e6e1c8;
  --dark-bg: #181a1a;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--primary-600: #6157f8;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--white: white;
  --combine-library--primary-800: #472def;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray900: #101828;
  --combine-library--grey-050: #f2f3f7;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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(--primary-dark);
  font-family: Wix Madefor Display, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--primary-dark);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

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

ul {
  grid-row-gap: 15px;
  color: var(--primary-dark);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

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

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

label {
  color: var(--white);
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border: 1px solid var(--borders);
  text-align: center;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

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

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

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

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

.section.without-bottom-spacing {
  padding-bottom: 1px;
}

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

.section.dark-background-without-top-mobile {
  background-color: var(--dark);
}

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

.section.image-background {
  background-image: url('../images/SEction-BG-1_1SEction BG (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  width: 100%;
  height: auto;
}

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

.section.landing-banner {
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.home-1-banner {
  background-color: var(--dark);
  background-image: linear-gradient(#0a142b 20%, #4c9bd5);
  padding-top: 170px;
  overflow: hidden;
}

.section.video-section {
  background-image: linear-gradient(#082b2433, #082b2433), url('../images/Video-BG-1_2Video BG (1).webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

.section.banner-home-2 {
  padding-top: 160px;
  padding-bottom: 60px;
}

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

.section.banner-home-3 {
  background-color: var(--primary-light);
  padding-top: 160px;
}

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

.section.banner-home-4 {
  justify-content: space-between;
  padding-top: 160px;
}

.section.counter-block {
  margin-top: -80px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-home-5 {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/Banner-Home-5-1_1Banner Home 5 (1).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 220px;
  display: flex;
}

.section.blog-1-banner {
  padding-top: 160px;
  padding-bottom: 0;
}

.section.blog-3-banner {
  background-color: var(--primary-light);
  padding-top: 160px;
  padding-bottom: 0;
}

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

.section.banner-blog-details {
  background-color: var(--primary-light);
  padding-top: 160px;
  padding-bottom: 60px;
}

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

.section.pricing-3-banner {
  padding-top: 170px;
}

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

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

.base-container.relative---10 {
  z-index: 10;
  position: relative;
}

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

.grid-system {
  border-top: 1px solid var(--borders);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--borders);
  border-left: 1px none var(--borders);
  background-color: var(--primary);
  color: var(--white);
  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: var(--borders);
  background-color: var(--primary);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--borders);
  border-bottom: 1px solid var(--borders);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--borders);
  border-bottom: 1px solid var(--borders);
  border-left: 1px solid var(--borders);
  width: 24%;
}

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

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

.spacing-system-image {
  max-width: 80%;
}

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

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

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

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

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

.dark-style-guide {
  background-color: var(--dark);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

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

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

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

.white-style-guide {
  background-color: var(--white);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

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

.h3-tablet {
  font-size: 30px;
}

.h4-tablet {
  font-size: 26px;
}

.h5-tablet {
  font-size: 22px;
}

.h4-mobile {
  font-size: 24px;
}

.h5-mobile {
  font-size: 22px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
  display: inline-block;
}

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

.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.full-width {
  width: 100%;
  margin-top: 15px;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

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

.navbar.light-navbar {
  background-color: #0000;
}

.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: center;
  align-items: center;
  display: flex;
}

.nav-link {
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.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-radius: 7px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

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

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

.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 {
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 500;
  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 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

.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 {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 320px;
}

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

.licensing-image-link {
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

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

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

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

.banner-title {
  color: var(--white);
  text-align: center;
}

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

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

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.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-image: url('../images/Logo-BG.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100px 100%;
  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: 1px solid var(--borders);
  border-radius: 7px;
  min-width: 280px;
  height: auto;
  margin-bottom: 10px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1em;
}

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

.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(--borders);
  border-radius: 7px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
}

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

.coming-soon-input::placeholder {
  font-size: 16px;
  line-height: 1em;
}

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

.coming-soon-page-wrap {
  text-align: left;
  background-image: url('../images/Logo-BG.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100px 100%;
  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;
  height: 50px;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--primary-light);
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--primary-light);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  max-width: 660px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.text-button-icon {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 9px;
  line-height: 1;
  display: flex;
}

.text-button-icon:hover {
  background-color: var(--primary-dark);
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-plan-item {
  border: 1px solid var(--borders);
  background-color: var(--white);
  border-radius: 7px;
  padding: 40px 30px 30px;
}

.pricing-plan-list {
  border-top: 1px solid var(--borders);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.pricing-plan-item-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

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

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

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 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-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
  position: relative;
}

.accordion-item {
  border-bottom: 1px solid var(--borders);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  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-wrap {
  width: 50%;
  margin-right: 15px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

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

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

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

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

.coming-soon-image {
  object-fit: cover;
  border-radius: 10px;
  max-width: 480px;
  min-height: 500px;
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-dark);
}

.link-with-icon.margin-top-30px {
  margin-top: 30px;
}

.contacts-divider {
  background-color: var(--borders);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

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

.white-text {
  color: #fff;
  font-size: 66px;
}

.search-wrap-input {
  color: var(--primary-dark);
  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 {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
  color: var(--primary-dark);
}

.search-input {
  border: 1px solid var(--borders);
  border-radius: 7px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1em;
}

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

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

.search-section {
  padding-top: 140px;
  padding-bottom: 80px;
}

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

.accordion-wrapper-one-column {
  border-top: 1px solid var(--borders);
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.primary-button-white {
  border: 1px solid var(--button-secondary);
  background-color: var(--button-secondary);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .2px;
  border-radius: 7px;
  align-items: center;
  padding: 10px 16px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .2s;
}

.primary-button-white:hover {
  border-color: var(--hover-light-button);
  background-color: var(--hover-light-button);
  outline-offset: 0px;
  color: var(--primary-dark);
  outline: 3px #00473c;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.customer-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.customer-grey-image {
  opacity: .7;
  filter: grayscale();
  transition: all .3s;
}

.customer-grey-image:hover {
  opacity: 1;
  filter: sepia(0%);
}

.customer-grey-image.home-4-banner {
  width: 160px;
}

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

.progressbar-con {
  background-color: var(--borders);
  border-radius: 2px;
  width: 100%;
}

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

.landing-banner-image {
  z-index: 10;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--borders);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  color: var(--white);
  background-color: #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.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;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.landing-inner-page-item {
  background-color: var(--primary);
  text-align: center;
  border-radius: 7px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-item.home-screen {
  width: 30%;
}

.landing-inner-page-image {
  box-shadow: 0 0 30px 0 var(--primary-light);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 7px;
  width: 100%;
}

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

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  display: flex;
}

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

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

.landing-download-block-wrapper {
  background-color: var(--primary-dark);
  background-image: url('../images/Frame-47.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

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

.tabs-menu-plans-pricing {
  grid-column-gap: 20px;
  justify-content: flex-end;
  margin-top: -65px;
  display: flex;
}

.tab {
  background-color: var(--button-secondary);
  color: var(--primary-dark);
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .3s;
}

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

.tab.w--current {
  background-color: var(--primary);
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.tab.w--current:hover {
  background-color: var(--hover-button);
}

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

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

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

.image-background {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 240px;
  display: flex;
}

.text-container {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.description-container {
  width: 45%;
}

.title-container {
  flex-flow: column;
  width: 55%;
  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;
  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;
}

.home-3-services-wrapper {
  width: 100%;
}

.home-3-services-con {
  grid-column-gap: 60px;
  display: flex;
}

.home-3-service-img {
  object-fit: cover;
  border-radius: 7px;
  width: 45%;
}

.home-3-services-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.home-3-service-item {
  grid-column-gap: 20px;
  align-items: flex-start;
  padding-left: 25px;
  display: flex;
  position: relative;
}

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

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

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

.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: 10px;
  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 {
  height: 25px;
}

.brand.w--current {
  height: 26px;
  padding-left: 40px;
}

.form {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-secondary-style-guide {
  background-color: var(--button-secondary);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

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

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

.success-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 10px;
}

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

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.section-purchase {
  padding: 80px 15px;
  position: relative;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.borders-style-guide {
  background-color: var(--borders);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

.light-green-style-guide {
  background-color: var(--light-green);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

.dark-bg-style-guide {
  background-color: var(--dark-bg);
  border-radius: 7px;
  width: 75px;
  height: 75px;
}

.footer-dark {
  background-color: var(--dark-bg);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.footer-textarea {
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: .1em;
  background-color: #0000;
  border-radius: 7px;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 16px;
  line-height: 1.1em;
}

.footer-textarea:focus {
  border-color: var(--primary);
}

.footer-textarea::placeholder {
  color: var(--borders);
}

.footer-form {
  width: 100%;
  max-width: 570px;
  min-height: 262px;
  margin-top: 50px;
  margin-bottom: 0;
}

.footer-link-3 {
  color: var(--white);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

.footer-link-3.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.footer-logo {
  width: 100%;
  display: block;
}

.footer-error-message {
  color: #fff;
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  line-height: 1.5em;
}

.footer-menu {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.footer-form-wrapper {
  border-right: 1px solid #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  display: flex;
}

.footer-bottom-line {
  border-top: 1px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.footer-brand {
  height: 32px;
}

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

.footer-menu-wrap {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form-field-wrapper {
  grid-column-gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer-form-bottom-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

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

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.text-field {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 7px;
  height: auto;
  padding: 16px;
  line-height: 1.1em;
}

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

.text-field::placeholder {
  color: var(--borders);
}

.title-footer-email {
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.email-footer {
  color: var(--primary-light);
  font-size: 32px;
  font-weight: 500;
}

.info-footer-wrap {
  border-top: 5px solid var(--primary);
  text-align: left;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
}

.light-paragraph {
  color: var(--primary-light);
  padding-right: 20px;
  font-size: 16px;
}

.text-span-3 {
  margin-left: 6px;
  font-family: "Fa solid 900", sans-serif;
}

.width-100 {
  width: 100%;
}

.logo-header {
  width: 100%;
  max-width: 100%;
  height: 140%;
}

.faq-s-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center;
}

.subtitle-text {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.faq-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

.collection-item-blog {
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.collection-item-blog.light-bg {
  background-color: var(--primary-light);
}

.collection-item-blog.blog-3 {
  border: 1px solid var(--borders);
}

.date-blog-wrap {
  margin-bottom: 10px;
  display: flex;
}

.date {
  color: var(--primary);
  margin-left: 4px;
}

.news {
  font-weight: 600;
}

.h5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.h5-link.relative---10 {
  z-index: 10;
  position: relative;
}

.action-heading-wrapper {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.rotating-text {
  align-items: center;
  display: flex;
}

.slide-heading {
  color: #e6e1c899;
  letter-spacing: .04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 400;
  line-height: 1em;
}

.dot {
  background-color: #e6e1c899;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-left: 60px;
  margin-right: 60px;
}

.pricing-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-left {
  z-index: 2;
  flex-flow: column;
  display: flex;
  position: relative;
}

.pricing-wrapper-home {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-plan-wrap {
  border: 1px solid var(--borders);
  background-color: var(--primary-light);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing-plan-wrap.center-plan {
  border-color: var(--primary-dark);
  background-color: var(--primary-dark);
}

.price {
  color: var(--primary-dark);
  padding-left: 3px;
  padding-right: 3px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1em;
}

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

.price-big {
  color: var(--hover-button);
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}

.line-pricing {
  background-color: var(--borders);
  width: 95%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.points-wrapper {
  grid-row-gap: 15px;
  border: 1px solid var(--borders);
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 95%;
  margin-top: 35px;
  margin-bottom: -60px;
  padding: 15px;
  display: flex;
  position: relative;
}

.points-wrapper.center-plan {
  background-color: #005d4f;
  border-color: #005d4f;
}

.button-price-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -35px;
  display: flex;
}

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

.tabs-reviews {
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.tabs-menu-reviews {
  grid-column-gap: 10px;
  flex-direction: row;
  margin-top: 40px;
  display: flex;
}

.tab-nav {
  background-color: var(--button-secondary);
  border-radius: 5px;
  width: 50px;
  height: 10px;
  padding: 0;
}

.tab-nav.w--current {
  background-color: var(--primary);
}

.testimonial-content {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-slider {
  letter-spacing: -1.3px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3em;
}

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

.absolute-left-img {
  object-fit: cover;
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.info-business-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.4fr;
  width: 100%;
}

.numbers-business-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  margin-top: 50px;
}

.big-light-number {
  color: var(--light-green);
  font-size: 72px;
  line-height: 1em;
}

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

.content-business-wrap {
  flex-flow: column;
  display: flex;
}

.banner-home-1-wrapper {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  place-items: center;
  position: relative;
}

.left-content-banner-home-1 {
  border-radius: 10px;
  flex-flow: column;
  display: flex;
}

.form-block-banner-wrapper {
  z-index: 10;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0043b01a;
  border: 1px solid #d6f1a20f;
  border-radius: 10px;
  width: 95%;
  padding: 30px 40px;
  position: relative;
  left: -15px;
}

.text-field-banner {
  border: 1px solid var(--borders);
  border-radius: 7px;
  height: auto;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1em;
}

.text-field-banner:focus {
  border-color: var(--primary);
}

.text-field-banner.margin-bottom-15 {
  margin-bottom: 15px;
}

.text-field-banner.acuitytec-input {
  color: var(--dark);
}

.form-banner-home {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.form-block-banner-home-1 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 265px;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.form-block-banner-home-1.home-2 {
  min-height: 172px;
}

.absolute-bg-form {
  background-color: #288be71f;
  border: 1px solid #00b0111a;
  border-radius: 7px;
  width: 100%;
  height: 94%;
  position: absolute;
  inset: 3% -3% 0% auto;
}

.solutions-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7fafd;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-solution {
  width: 60px;
  margin-bottom: 10px;
}

.solution-wrap {
  border-right: 1px solid var(--borders);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.solution-wrap.last-item {
  border-right-style: none;
}

.solution-heading {
  color: #4b99c6;
  font-size: 22px;
}

.info-title-wrapper {
  grid-column-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.title-info-wrap {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.content-title-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  display: flex;
}

.paragraph-title {
  width: 80%;
  font-size: 18px;
}

.success-message-banner-home-1 {
  color: var(--white);
  background-color: #0000;
}

.error-message-banner-home-1 {
  background-color: var(--hover-light-button);
  text-align: center;
  border-radius: 7px;
}

.big-number {
  color: var(--primary);
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.image-wrap-about {
  background-color: var(--dark);
  border-radius: 7px;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
  position: relative;
}

.who-we-are {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

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

.statistic-wrap-item.first {
  border-bottom: 1px solid var(--borders);
}

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

.quick-stack-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.cell-button {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.button-section-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.img-absolute-left {
  width: 180px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-img-home-1 {
  opacity: .25;
  color: var(--primary-dark);
  object-fit: cover;
  object-position: 50% 0%;
  background-image: linear-gradient(#142344, #4c9bd5 92%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.collection-item-blog-home-2 {
  background-color: var(--primary-light);
  border-radius: 7px;
}

.collection-item-blog-home-2.white-background {
  background-color: var(--white);
}

.link-block {
  border-radius: 7px;
  width: 100%;
  height: 220px;
}

.blog-image {
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100%;
  height: 100%;
}

.info-blog-grid-wrapper {
  padding: 30px 20px;
}

.date-blog-publish {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.line-blog {
  background-color: var(--primary);
  width: 35px;
  height: 1.5px;
}

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

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

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

.lightbox-link-video {
  justify-content: center;
  display: flex;
}

.play-button-icon-wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.field-wrapper {
  grid-column-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.title-field-wrap {
  flex-flow: column;
  width: 30%;
  display: flex;
}

.numbers-field-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 65%;
}

.field-bumber-wrap {
  border-left: 1px solid var(--borders);
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.field-bumber-wrap.first-item {
  border-left-style: none;
}

.big-number-primary {
  color: var(--primary);
  margin-top: 10px;
  font-size: 82px;
  font-weight: 500;
  line-height: 1em;
}

.solutions-wrapper-home-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.solution-home-2 {
  border: 1px solid var(--borders);
  background-color: var(--white);
  text-align: center;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25px 10px 15px;
  display: flex;
}

.background-absolute-light {
  background-color: var(--primary-light);
  border-radius: 7px;
  width: 99%;
  height: 60%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 20px 0% auto;
}

.content-about-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.about-img-wrap {
  width: 45%;
  position: relative;
}

.title-block {
  flex-flow: column;
  width: 80%;
  display: flex;
}

.learn-img {
  object-fit: cover;
  object-position: 45% 50%;
  border-radius: 7px;
  width: 95%;
  height: 100%;
}

.button-banner-wrapper {
  grid-column-gap: 40px;
  margin-top: 50px;
  display: flex;
}

.button-banner-wrapper.center {
  justify-content: center;
}

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

.info-wrapper {
  grid-row-gap: 10px;
  border: 1px solid var(--borders);
  background-color: var(--white);
  border-radius: 7px;
  flex-flow: column;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 60px auto;
}

.number-info {
  color: var(--primary);
  font-size: 52px;
  font-weight: 600;
  line-height: 1em;
}

.form-home-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -80px;
  display: flex;
}

.form-banner-home-2 {
  background-color: var(--primary-dark);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding: 20px 40px 30px;
  display: flex;
}

.img-banner-home-2 {
  background-image: url('../images/Banner-Home-2-1_1Banner Home 2 (1).webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 65%;
  height: 300px;
}

.banner-content-home-2 {
  flex-flow: column;
  width: 60%;
  padding-right: 20px;
  display: flex;
}

.background-1-home-2 {
  width: 100%;
  min-height: 640px;
  position: absolute;
  inset: 4% -7% auto auto;
}

.background-2-home-2 {
  width: 100%;
  height: 400px;
  position: absolute;
  inset: auto auto -25% -51%;
}

.flex-field-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.work-process-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--borders);
  flex-flow: column;
  display: flex;
}

.work-process-wrap {
  border-bottom: 1px solid var(--borders);
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.work-process {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 20px;
  display: flex;
}

.work-process.line {
  border-left: 1px solid var(--borders);
  padding-left: 20px;
}

.number-work-process {
  color: var(--button-secondary);
  margin-top: 5px;
  font-size: 72px;
  font-weight: 500;
  line-height: 1em;
}

.icon-absolute-service {
  opacity: .3;
  height: 42px;
  position: absolute;
  inset: 5px auto auto 0%;
}

.about-home-3-wrapper {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  position: relative;
}

.img-about-absolte {
  object-fit: cover;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 47%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.info-about-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.dark-background-absolute {
  background-color: var(--dark);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 20px auto 20px 0%;
}

.left-title-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .9fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
  position: relative;
}

.img-background {
  opacity: .1;
  width: 100%;
  position: absolute;
  inset: -15% 0% 0%;
}

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

.form-home-3-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary-dark);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.form-block-home-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 266px;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.form-block-home-3.form-contact {
  min-height: 339px;
  margin-top: 0;
}

.form-home-3-wrap {
  flex-flow: column;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.form-3-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.textarea-home-3 {
  border: 1px solid var(--borders);
  border-radius: 7px;
  min-height: 110px;
  padding: 10px 16px;
  font-size: 16px;
}

.textarea-home-3:focus {
  border-color: var(--primary);
}

.textarea-home-3.margin-bottom-15-px {
  margin-bottom: 15px;
}

.banner-home-3-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
  justify-content: center;
  place-items: center stretch;
  width: 75%;
  display: flex;
}

.right-content-banner-home-3 {
  flex-direction: column;
  width: 85%;
  display: flex;
}

.img-banner-home-3 {
  z-index: 10;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 480px;
  position: relative;
}

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

.success-message-form-3 {
  color: var(--white);
  background-color: #0000;
}

.form-3 {
  width: 100%;
}

.benefits-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
}

.benefits-wrap {
  flex-flow: column;
  display: flex;
}

.benefits {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top: 1px solid var(--borders);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.img-background-absolute-left {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0 7px 7px 0;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.video-wrap {
  background-image: url('../images/Two-Person-Listening-to-Woman-Standing-Beside-Poster_1Two Person Listening to Woman Standing Beside Poster.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
}

.list-no-bullets {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
}

.home-pricing-card {
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding: 50px;
  display: flex;
}

.home-pricing-card.popular-option {
  background-color: var(--primary-dark);
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.home-pricing-list {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

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

.form-wrappr-home-4 {
  border: 1px solid var(--borders);
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
}

.form-img-home-4 {
  object-fit: cover;
  border-radius: 7px;
  width: 47%;
  height: 360px;
}

.form-block-home-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 47%;
  min-height: 338px;
  margin-bottom: 0;
  display: flex;
}

.solutions-home-4-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

.solutions-home-4-wrap {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 30px;
}

.banner-home-4-content {
  width: 100%;
  margin-top: auto;
  display: flex;
}

.left-banner-content {
  grid-row-gap: 60px;
  flex-direction: column;
  width: 100%;
  max-width: 580px;
  padding-right: 10px;
  display: flex;
}

.text-with-space {
  margin-top: 24px;
  margin-bottom: 50px;
}

.text-with-space.maxw {
  max-width: 460px;
}

.partners-block {
  width: 100%;
}

.logos-wrapper-banner {
  grid-column-gap: 30px;
  border-top: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.image-section-absolute {
  z-index: 1;
  border-top-left-radius: 7px;
  width: 100%;
  max-width: 400px;
  height: 100%;
  margin-top: 90px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-cover {
  object-fit: cover;
  border-top-left-radius: 7px;
  width: 100%;
  height: 100%;
}

.img-background-home-4 {
  opacity: .5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.book-form-block {
  text-align: center;
  width: 100%;
}

.image-book-a-demo {
  object-fit: cover;
  object-position: 30% 50%;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 100%;
  height: 100%;
}

.success-message-second {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
}

.error-message-second {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
}

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

.contacts-textarea-second {
  border: 1px solid var(--borders);
  color: #fff;
  background-color: #0000;
  border-radius: 7px;
  width: 100%;
  min-height: 110px;
  margin-bottom: 30px;
  padding: 10px 16px;
  font-size: 16px;
}

.contacts-textarea-second:focus {
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 14px;
}

.contacts-textarea-second::placeholder {
  color: #fff;
}

.get-a-free-button-2 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.get-a-free-wrap {
  justify-content: center;
  display: flex;
}

.book-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.book-inputs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.left-book-wrap {
  width: 55%;
  margin-bottom: 80px;
  padding-right: 60px;
}

.title-book-form {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.right-book-wrap {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 45%;
  height: 100%;
  position: absolute;
  top: 0%;
  right: 0%;
  overflow: hidden;
}

.contacts-input-2 {
  border: 1px solid var(--borders);
  color: #fff;
  background-color: #0000;
  border-radius: 7px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  transition: all .2s;
}

.contacts-input-2:focus {
  border: 1px solid var(--primary);
  color: #fff;
  font-size: 14px;
}

.contacts-input-2::placeholder {
  color: #fff;
}

.numbers-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-light);
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
  position: relative;
}

.home-number-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 20px;
  display: flex;
}

.home-number-wrap.without-border {
  border-right-style: none;
}

.number-item-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.big-text-block {
  color: var(--primary);
  font-size: 76px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.link-block-blog-img {
  border-radius: 7px;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.blog-img {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
}

.info-blog-home {
  margin-top: 30px;
}

.date-blog {
  color: var(--primary);
  margin-bottom: 20px;
}

.date-blog.margin-bottom---0px {
  margin-bottom: 0;
}

.link-wrap, .link-blog-wrap {
  margin-top: 30px;
  display: inline-block;
}

.link-blog {
  margin-top: 30px;
}

.h4-link {
  font-size: 28px;
  font-weight: 500;
}

.heading-advantages {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.number {
  color: #000;
  font-size: 16px;
}

.number.white-text {
  color: #fff;
}

.left-advatages-content {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.advantages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  display: grid;
}

.advantages-wrap {
  background-color: var(--primary-light);
  border-radius: 6px;
  width: 90%;
  padding: 15px 20px;
}

.advantages-wrap.center {
  background-color: var(--primary-dark);
  margin-left: 30px;
  box-shadow: 0 24px 48px -12px #1018282e;
}

.home-5-video {
  background-image: url('../images/Video-BG-1_1Video BG (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
}

.left-video-wrap {
  border-radius: 5px;
  width: 50%;
}

.right-video-content-wrap {
  flex-flow: column;
  width: 42%;
  display: flex;
}

.video-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-home-banner-wrap {
  margin-top: 40px;
  display: flex;
}

.paragraph-banner-home-3 {
  color: #fff;
}

.content-banner-home-3-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 63%;
  display: flex;
}

.banner-home-3-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.collection-list-wrapper-blog.mt-30 {
  margin-top: 30px;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.with-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 115px;
}

.collection-list-blog-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.banner-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.banner-wrap.banner-news {
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

.margin-bottom-medium {
  margin-bottom: 30px;
}

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-align-center {
  align-items: center;
  display: flex;
}

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
}

.empty-state-white {
  color: #fff;
  background-color: #0000;
}

.recent-link-img-blog {
  border-radius: 7px;
  width: 25%;
  height: 100%;
}

.recent-img-blog {
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 110px;
  transition: opacity .3s;
  display: inline-block;
}

.recent-img-blog:hover {
  opacity: .8;
}

.recent-info-blog-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.img-background-blog-1 {
  opacity: .4;
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 150%;
  position: absolute;
  inset: 0% 0% auto;
}

.img-background-blog-2 {
  opacity: .25;
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.blog-h1-heading {
  margin-bottom: 0;
  font-size: 60px;
}

.blog-details-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 7px;
  width: 100%;
  height: 460px;
  position: relative;
}

.experiance-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  align-items: stretch;
  width: 100%;
}

.experiance-wrapper.align-item-central {
  align-items: center;
}

.work-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-light);
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.progress-bar-98-2 {
  background-color: var(--primary);
  border-radius: 2px;
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progressbar-gray-line-2 {
  background-color: #afafaf80;
  width: 100%;
  height: 4px;
}

.progressbar-gray-line-2.light-line {
  background-color: #fdfbf980;
}

.experiance-left-content {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.experiance-left-content.start {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.progress-bar-90-2 {
  background-color: var(--primary);
  border-radius: 2px;
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-95-2 {
  background-color: var(--primary);
  border-radius: 2px;
  width: 95%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.experiance-right-content {
  flex-flow: column;
  display: flex;
}

.progress-bar-number-2 {
  color: var(--primary);
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
}

.expert-progress-bar-wrapper {
  margin-top: 40px;
}

.expert-progress-bar-active-element {
  position: absolute;
  inset: auto -10px 15px auto;
}

.choose-progress-bar-item {
  margin-bottom: 30px;
}

.contact-wrapper {
  border: 1px solid var(--borders);
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 50px 60px;
  display: flex;
}

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

.banner-pricing-3-title {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bakground-numbers-image {
  object-fit: cover;
  width: 100%;
  height: 65%;
  position: absolute;
  inset: 0% 0% auto;
}

.img-absolute {
  background-color: #00473c99;
  width: 100%;
  height: 65%;
  position: absolute;
  inset: 0% 0% auto;
}

.logo-purple {
  height: 26px;
}

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

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

.contact-info-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.contact-info-wrapper {
  grid-column-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-contact {
  color: var(--primary);
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  transition-property: color;
  transition-duration: .3s;
}

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

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

.social-icon-contact {
  grid-column-gap: 25px;
  display: flex;
}

.facebook {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

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

.instagram {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.linkedin {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.form-contact-wrap {
  background-color: var(--primary-dark);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

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

.block-title {
  display: block;
}

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

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

.bg-img-landing {
  opacity: .2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

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

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

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

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

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  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;
}

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

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

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

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

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

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

.xsm-paragraph {
  color: var(--primary-light);
  font-size: 12px;
  font-weight: 300;
}

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

.xlg-banner-text {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.sub-head-banner-txt {
  color: #78d4ff;
  font-size: 23px;
}

.white-text-h2 {
  color: #fff;
  font-size: 45px;
}

.white-text-h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.white-text-h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.features-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.sellor-title-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.features-card-01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ececec;
  background-image: linear-gradient(#ebf2f8, #f7fafd);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 76px;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.div-block {
  width: 16px;
  display: flex;
}

.sellor-section-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  display: flex;
}

.sellor-section-content._02 {
  max-width: 555px;
}

.sellor-section-content._03 {
  max-width: 100%;
}

.features-counter-text-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

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

.features-image-02 {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  max-width: 580px;
  position: relative;
}

.features-icon-list {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
}

.features-subtext {
  color: #231645;
  font-size: 16px;
}

.features-counter-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.hero-subtitle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 100px;
  align-items: center;
  padding: 4px 12px 4px 10px;
  display: flex;
}

.features-section-v2 {
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.features-content-wrap {
  z-index: 2;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 406px;
  display: flex;
  position: relative;
}

.features-card-shape {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}

.features-card-lists {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.features-title._01 {
  max-width: 300px;
}

.features-card-shape-2 {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}

.subtext {
  color: #231645;
  font-size: 14px;
  font-weight: 500;
}

.features-card-02 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ececec;
  background-image: linear-gradient(#e9f2fd, #f7fafd);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 76px;
  display: flex;
  position: sticky;
  top: 130px;
  overflow: hidden;
}

.features-counter-text {
  color: #231645;
  font-size: 16px;
  font-weight: 500;
}

.features-icon-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.sellor {
  max-width: 930px;
}

.container.how-it-work {
  background-image: linear-gradient(#ebf2f8, #fdfdf7);
  border-radius: 32px;
  padding: 72px 54px;
}

.features-image-01 {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 0;
  max-width: 550px;
  position: relative;
}

.features-check-icon {
  width: 16px;
  height: auto;
}

.features-image-03 {
  z-index: 2;
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  max-width: 530px;
  position: relative;
}

.features-card-03 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #ececec;
  background-image: linear-gradient(#dfedfd, #f7fafd);
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 76px;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sollor-tab-subtext {
  color: #5b5768;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  text-decoration: none;
}

.sollor-tab-subtext.gap-8px {
  margin-top: 8px;
}

.sellor-section {
  padding-left: 30px;
  padding-right: 30px;
}

.singel-choose-us-card {
  color: #5b5768;
  background-color: #ddd0;
  border-bottom: 1px solid #ececec;
  flex-flow: column;
  padding: 0 0 14px;
  display: flex;
}

.singel-choose-us-card.w--current {
  color: #231645;
  background-color: #f9f9fb00;
  overflow: hidden;
}

.choose-us-image-01 {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

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

.sellor-tabs {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.choose-us-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.choose-us-card-description {
  white-space: normal;
  word-break: normal;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tab-image-wrapper {
  background-image: linear-gradient(#ebf2f8, #fdf2ec);
  border-radius: 24px;
  padding: 77px 96px;
}

.tab-image-wrapper._02 {
  padding: 99px 93px;
}

.tab-image-wrapper._01 {
  padding: 83px 85px;
}

.tab-image-wrapper._03 {
  padding: 94px 99px;
}

.tabs-menu-lp1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 237px;
  margin-right: 160px;
  display: flex;
}

.tabs-content-lp1 {
  justify-content: center;
  align-items: center;
  width: 530px;
  display: flex;
  overflow: visible;
}

.sollor-tab-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.combine-padding-global {
  padding-left: 0;
  padding-right: 0;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 0;
  padding-bottom: 2rem;
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-section_feature4 {
  background-color: var(--combine-library--white);
}

.combine-icon_large {
  color: #499bd4;
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-feature4_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  align-items: center;
  display: flex;
}

.combine-feature4_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature4_image-wrapper {
  border-radius: 1.25rem;
  align-self: center;
  width: 90%;
  overflow: hidden;
}

.combine-feature4_image {
  aspect-ratio: auto;
  object-fit: contain;
}

.combine-feature4_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.combine-feature4_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.how-it-work-card-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.how-it-work-card-01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  align-items: stretch;
  padding: 20px 24px 24px;
  display: flex;
}

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

.content-wrapper-4.how-it-work {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.how-it-work-section {
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}

.body-text-14 {
  color: #5b5768;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 156%;
  display: inline-block;
}

.how-it-work-card-03 {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  align-items: stretch;
  padding: 20px 24px 24px;
  display: flex;
}

.how-it-work-card-02 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  align-items: stretch;
  padding: 20px 24px 24px;
  display: flex;
}

.how-it-work-title {
  color: #231645;
  font-weight: 700;
}

.how-it-work-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

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

.integration-card-lists {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.integrations-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  flex-flow: column;
  align-items: flex-start;
  padding: 14px;
  display: flex;
}

.integration-logo-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.integration-icon-wrap {
  background-color: #fff;
  border: 0 solid #ececec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 10px;
  display: flex;
}

.integration-title {
  color: #231645;
  font-size: 20px;
  font-weight: 700;
}

.integration-card-description {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-text-color-white {
  color: var(--combine-library--white);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-colored {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--combine-library--primary-800);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-padding-section-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.combine-cta3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--combine-library--grey-800);
  border-radius: 1.25rem;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.combine-cta3_span {
  background-image: url('../images/gradient-underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: -1rem;
  padding-bottom: 1rem;
  display: inline-block;
}

.combine-cta3_title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wix Madefor Display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.uui-text-size-small {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: var(--untitled-ui--gray500);
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui--gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui--gray600);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  height: 100%;
  display: grid;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.secondary-button {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  border-radius: 7px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
  display: inline-block;
}

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

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

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

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

.secondary-button.full-width {
  width: 100%;
  margin-top: 15px;
}

.sub-head-banner2 {
  color: #fff;
  font-size: 23px;
}

.text-span-8, .text-span-9, .text-span-10 {
  color: #4b99c6;
}

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
  margin-top: 0;
  margin-bottom: 20px;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  border-color: var(--primary);
  background-color: var(--primary);
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button.is-button-large:hover {
  background-color: var(--combine-library--white);
}

.uui-heading-xlarge {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-heroheader04_image {
  width: 76rem;
  min-width: 76rem;
  display: block;
  position: absolute;
}

.uui-badge-group {
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-text-size-xlarge {
  color: var(--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heroheader04_content {
  max-width: none;
}

.uui-section_heroheader04 {
  background-image: linear-gradient(#060d1d, #56adec);
  overflow: hidden;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-button-light {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-light:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-light:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-light.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  border-color: var(--primary);
  background-color: var(--combine-library--white);
  color: var(--primary);
  -webkit-text-stroke-color: var(--primary);
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-2.is-button-large:hover {
  background-color: var(--primary);
  color: var(--white);
}

.uui-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-3.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-section_heroheader01 {
  overflow: hidden;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-heroheader01_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui--gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: #78d4ff;
}

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

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  .section {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.changelog-banner, .section.blog-classic-banner, .section.pricing-banner, .section.contacts-banner {
    padding-top: 200px;
  }

  .section.landing-banner {
    padding-top: 180px;
  }

  .section.home-1-banner {
    background-image: linear-gradient(#060d1d 21%, #56adec);
    min-height: 100px;
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section.loop-text {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.video-section {
    min-height: 500px;
  }

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

  .section.banner-home-3 {
    padding-bottom: 80px;
  }

  .section.banner-home-4 {
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 110px;
  }

  .section.banner-home-5 {
    min-height: 100vh;
  }

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

  .section.banner-blog-details {
    padding-bottom: 70px;
  }

  .section.pricing-2-banner, .section.pricing-3-banner {
    padding-top: 200px;
  }

  .base-container {
    max-width: 1200px;
  }

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

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

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

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

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

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

  .utility-page-wrap {
    background-size: 200px 100%;
  }

  .coming-soon-page-wrap {
    background-size: 120px 100%;
  }

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

  .section-title-wrapper {
    max-width: 680px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

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

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

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

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

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabs-menu-plans-pricing {
    grid-column-gap: 20px;
  }

  .tab {
    background-color: var(--button-secondary);
    color: var(--primary-dark);
    border-radius: 7px;
  }

  .tab.w--current {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 7px;
  }

  .tabs-content {
    margin-top: 70px;
  }

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

  .home-3-service-item {
    padding-left: 35px;
  }

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

  .brand.w--current {
    padding-left: 0;
  }

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

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

  .footer-brand-wrapper {
    width: 40%;
    margin-left: 30px;
  }

  .footer-form-wrapper {
    width: 60%;
  }

  .footer-brand {
    margin-top: 10px;
  }

  .light-paragraph {
    line-height: 1.4em;
  }

  .faq-s-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .collection-item-blog {
    padding: 70px 40px;
  }

  .collection-item-blog.blog-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-title-wrap {
    grid-template-columns: 1.1fr .9fr;
  }

  .price {
    font-size: 58px;
  }

  .price-big {
    margin-top: 15px;
    font-size: 20px;
  }

  .line-pricing {
    width: 90%;
    margin-bottom: 25px;
  }

  .points-wrapper {
    width: 90%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-light-number {
    font-size: 76px;
  }

  .banner-home-1-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr .9fr;
  }

  .form-block-banner-wrapper {
    width: 95%;
    left: 0;
  }

  .solutions-wrapper {
    background-color: #f7fafd;
  }

  .solution-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .solution-heading {
    color: #4b99c6;
    font-size: 24px;
  }

  .info-title-wrapper {
    margin-top: 0;
  }

  .title-info-wrap {
    width: 100%;
  }

  .paragraph-title {
    width: 80%;
    font-size: 18px;
  }

  .bg-img-home-1 {
    background-image: linear-gradient(90deg, #142344, #4c9bd5 92%);
  }

  .collection-list-blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info-blog-grid-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title-field-wrap {
    width: 35%;
  }

  .field-bumber-wrap {
    padding-left: 30px;
  }

  .big-number-primary {
    font-size: 92px;
  }

  .solution-home-2 {
    padding: 30px 30px 20px;
  }

  .background-absolute-light {
    width: 96%;
    top: 40px;
  }

  .learn-img {
    width: 85%;
  }

  .about-wrapper {
    grid-column-gap: 80px;
  }

  .form-banner-home-2 {
    width: 35%;
    padding-left: 35px;
    padding-right: 35px;
  }

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

  .background-1-home-2 {
    top: 4%;
  }

  .background-2-home-2 {
    height: 450px;
    bottom: -33%;
    left: -49%;
  }

  .work-process-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .work-process.line {
    padding-left: 30px;
  }

  .icon-absolute-service {
    height: 45px;
  }

  .about-home-3-wrapper {
    grid-template-columns: 1.1fr 1fr;
  }

  .img-about-absolte {
    width: 46%;
  }

  .info-about-wrap {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .dark-background-absolute {
    top: 60px;
    bottom: 60px;
  }

  .left-title-wrapper {
    grid-template-columns: 1.2fr .8fr;
  }

  .form-home-3-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1.1fr;
    padding-right: 60px;
  }

  .form-3-img {
    height: 640px;
  }

  .right-content-banner-home-3 {
    width: 75%;
  }

  .img-banner-home-3, .video-wrap {
    height: 520px;
  }

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

  .form-wrappr-home-4 {
    padding: 60px;
  }

  .form-img-home-4 {
    height: 380px;
  }

  .form-block-home-4 {
    margin-bottom: 0;
  }

  .solutions-home-4-wrapper {
    grid-column-gap: 50px;
  }

  .left-banner-content {
    max-width: 620px;
  }

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

  .image-section-absolute {
    max-width: 550px;
  }

  .image-cover {
    height: 100%;
  }

  .book-form {
    width: auto;
    top: auto;
    left: -70px;
  }

  .home-number-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .big-text-block {
    font-size: 80px;
  }

  .advantages-wrapper {
    grid-column-gap: 60px;
  }

  .advantages-wrap {
    width: 80%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .advantages-wrap.center {
    margin-left: 5%;
  }

  .home-5-video {
    height: 360px;
  }

  .left-video-wrap {
    width: 50%;
  }

  .right-video-content-wrap {
    width: 45%;
  }

  .content-banner-home-3-wrap {
    width: 56%;
  }

  .banner-home-3-wrap {
    justify-content: space-between;
  }

  .collection-list-blog-2 {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .banner-wrap {
    grid-column-gap: 80px;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 80px;
    grid-template-columns: 1.05fr 1fr;
  }

  ._404-heading {
    font-size: 180px;
  }

  .blog-h1-heading {
    font-size: 66px;
  }

  .blog-details-image {
    height: 540px;
  }

  .experiance-wrapper {
    grid-column-gap: 80px;
    align-items: center;
  }

  .expert-progress-bar-wrapper {
    margin-top: 50px;
  }

  .expert-progress-bar-active-element {
    margin-left: 20px;
  }

  .banner-pricing-3-title {
    width: 60%;
    margin-bottom: 80px;
  }

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

  .contact-info-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-info-wrapper {
    grid-column-gap: 20px;
    flex-direction: column;
  }

  .form-contact-wrap {
    padding: 25px 40px;
  }

  .xlg-banner-text {
    font-size: 48px;
  }

  .sub-head-banner-txt {
    color: #78d4ff;
  }

  .features-card-01 {
    background-image: linear-gradient(#ebf2f8, #f7fafd);
  }

  .features-section-v2 {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .features-card-02 {
    background-image: linear-gradient(#e9f2fd, #f7fafd);
  }

  .container.how-it-work {
    background-image: linear-gradient(#ebf2f8, #fdfdf7);
    padding-bottom: 72px;
  }

  .features-card-03 {
    background-image: linear-gradient(#dfedfd, #f7fafd);
  }

  .combine-padding-section-medium {
    padding-bottom: 3rem;
  }

  .combine-text-size-regular {
    font-size: 16px;
  }

  .combine-feature4_component {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    align-items: stretch;
  }

  .combine-feature4_content {
    height: 100%;
    display: block;
  }

  .combine-feature4_image-wrapper {
    flex: 0 auto;
    align-self: center;
    width: 90%;
    height: 100%;
    display: block;
  }

  .combine-feature4_image {
    aspect-ratio: 1;
    width: 90%;
  }

  .combine-feature4_wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
  }

  .combine-feature4_item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: 1;
    order: 1;
    margin-right: 10px;
    padding-bottom: 40px;
  }

  .how-it-work-section {
    padding-bottom: 60px;
  }

  .integration-icon-wrap {
    margin-top: 10px;
    padding-top: 0;
  }

  .integration-title {
    max-width: 200px;
  }

  .combine-padding-section-large {
    padding-bottom: 0;
  }

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

  .uui-padding-vertical-xlarge {
    padding-bottom: 2rem;
  }

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

  .text-span-8, .text-span-9, .text-span-10 {
    color: #4b99c6;
  }

  .uui-button.is-button-large {
    border-color: var(--primary);
    background-color: var(--primary);
  }

  .uui-button.is-button-large:hover {
    border-color: var(--hover-button);
    background-color: var(--white);
    color: var(--primary);
  }

  .uui-heading-xlarge, .uui-text-size-xlarge {
    color: var(--white);
  }

  .uui-section_heroheader04 {
    background-image: linear-gradient(#060d1d, #56adec);
  }

  .uui-button-2.is-button-large {
    border-color: var(--primary);
    background-color: var(--combine-library--white);
    color: var(--primary);
  }

  .uui-button-2.is-button-large:hover {
    background-color: var(--primary);
    color: var(--white);
  }

  .text-span-19, .text-span-20, .text-span-21, .text-span-22 {
    color: #78d4ff;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section {
    padding-top: 20px;
  }

  .section.home-1-banner {
    background-image: linear-gradient(#060d1d 21%, #56adec);
    min-height: 100px;
    padding-bottom: 100px;
  }

  .section.video-section {
    min-height: 520px;
  }

  .section.banner-home-5 {
    background-position: 0 0;
  }

  .base-container {
    padding-bottom: 0;
  }

  .primary-button:hover {
    background-color: #5aaadb;
    border-color: #57bff2;
  }

  .primary-button.full-width:hover {
    background-color: #57bff2;
    border-color: #57bff2;
  }

  .nav-container {
    min-width: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .light-paragraph {
    font-size: 17px;
  }

  .testimonial-content {
    max-width: 940px;
  }

  .form-block-banner-wrapper {
    width: 95%;
  }

  .absolute-bg-form {
    height: 96%;
    top: 2%;
    right: -2%;
  }

  .solutions-wrapper {
    background-color: #f7fafd;
  }

  .solution-heading {
    color: #4b99c6;
  }

  .info-title-wrapper {
    margin-top: 60px;
  }

  .paragraph-title {
    width: 80%;
    font-size: 18px;
  }

  .background-absolute-light {
    width: 86%;
  }

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

  .background-1-home-2 {
    min-height: 720px;
    top: 2%;
    right: -10%;
  }

  .background-2-home-2 {
    height: 500px;
    bottom: -24%;
  }

  .image-section-absolute {
    max-width: 570px;
  }

  .banner-home-3-wrap {
    grid-column-gap: 100px;
  }

  .banner-wrap {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1.05fr;
  }

  .expert-progress-bar-active-element {
    margin-left: 70px;
  }

  .grid-9 {
    grid-template-columns: 1.1fr .9fr;
  }

  .sub-head-banner-txt {
    color: #78d4ff;
  }

  .features-card-01 {
    background-image: linear-gradient(#ebf2f8, #f7fafd);
  }

  .features-section-v2 {
    margin-top: 20px;
  }

  .features-card-02 {
    background-image: linear-gradient(#e9f2fd, #f7fafd);
  }

  .container.how-it-work {
    background-image: linear-gradient(#ebf2f8, #fdfdf7);
  }

  .features-card-03 {
    background-image: linear-gradient(#dfedfd, #f7fafd);
  }

  .uui-padding-vertical-xlarge {
    padding-bottom: 1rem;
  }

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

  .sub-head-banner2 {
    color: #fff;
  }

  .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
    color: #d7df23;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    color: #4b99c6;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    margin-top: 0;
  }

  .uui-button.is-button-large {
    border-color: var(--hover-button);
    background-color: var(--primary);
  }

  .uui-button.is-button-large:hover {
    border-color: var(--hover-button);
    background-color: var(--white);
  }

  .uui-heading-xlarge, .uui-text-size-xlarge {
    color: var(--white);
  }

  .uui-section_heroheader04 {
    background-image: linear-gradient(#060d1d, #56adec);
  }

  .uui-button-secondary-gray.is-button-large {
    border-color: var(--primary);
    color: var(--primary);
  }

  .uui-button-secondary-gray.is-button-large:hover {
    border-color: var(--hover-button);
    background-color: var(--primary);
    color: var(--combine-library--white);
  }

  .uui-button-light.is-button-large {
    border-color: var(--hover-button);
    background-color: var(--primary);
  }

  .uui-button-light.is-button-large:hover {
    border-color: var(--hover-button);
    background-color: var(--white);
  }

  .uui-button-2.is-button-large {
    border-color: var(--hover-button);
    background-color: var(--white);
    color: var(--primary);
  }

  .uui-button-2.is-button-large:hover {
    border-color: var(--hover-button);
    background-color: var(--primary);
    color: var(--white);
  }

  .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
    color: #78d4ff;
  }
}

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

  .section {
    background-color: #0000;
    padding-top: 60px;
  }

  .section.changelog-banner, .section.blog-classic-banner, .section.pricing-banner, .section.contacts-banner {
    padding-top: 210px;
  }

  .section.landing-banner {
    padding-top: 200px;
  }

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

  .section.home-1-banner {
    min-height: 100px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.video-section {
    min-height: 620px;
  }

  .section.banner-home-2 {
    padding-top: 180px;
  }

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

  .section.banner-home-4 {
    padding-top: 200px;
  }

  .section.blog-3-banner, .section.banner-blog-details {
    padding-top: 180px;
  }

  .section.pricing-2-banner, .section.pricing-3-banner {
    padding-top: 210px;
  }

  .primary-button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .primary-button:hover {
    background-color: #5aaadb;
  }

  .pages-banner {
    padding-top: 210px;
    padding-bottom: 140px;
  }

  .coming-soon-page-wrap {
    background-size: 200px 100%;
  }

  .banner-title-wrapper {
    max-width: 720px;
  }

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

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

  .light-paragraph {
    font-size: 18px;
  }

  .slide-heading {
    font-size: 150px;
  }

  .absolute-left-img {
    width: 35%;
  }

  .big-light-number {
    font-size: 78px;
  }

  .form-block-banner-wrapper {
    width: 95%;
    bottom: -26px;
  }

  .solutions-wrapper {
    background-color: #f7fafd;
  }

  .solution-heading {
    color: #4b99c6;
  }

  .info-title-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .paragraph-title {
    width: 80%;
    font-size: 20px;
  }

  .big-number {
    font-size: 62px;
  }

  .img-absolute-left {
    width: 200px;
  }

  .background-absolute-light {
    width: 65%;
  }

  .form-home-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .banner-content-home-2 {
    width: 60%;
    padding-right: 0;
  }

  .background-1-home-2 {
    width: 87%;
    min-height: 840px;
    top: -10%;
    right: -7%;
  }

  .background-2-home-2 {
    bottom: -33%;
    left: -50%;
  }

  .about-home-3-wrapper {
    grid-template-columns: 1.1fr .9fr;
  }

  .form-home-3-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-right: 80px;
  }

  .banner-home-3-wrapper {
    grid-template-columns: 1.3fr .8fr;
  }

  .img-banner-home-3 {
    height: 540px;
  }

  .video-wrap {
    background-position: 50% 40%;
  }

  .left-banner-content {
    grid-row-gap: 100px;
    max-width: 700px;
  }

  .image-section-absolute {
    max-width: 750px;
  }

  .image-book-a-demo {
    object-position: 35% 50%;
  }

  .content-banner-home-3-wrap {
    width: 61%;
  }

  .banner-home-3-wrap {
    grid-column-gap: 60px;
  }

  .banner-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 90px;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
  }

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

  .blog-h1-heading {
    font-size: 72px;
  }

  .blog-details-image {
    height: 560px;
  }

  .expert-progress-bar-active-element {
    margin-left: 80px;
  }

  .banner-pricing-3-title {
    width: 62%;
  }

  .search-h1 {
    font-size: 72px;
  }

  .sub-head-banner-txt {
    color: #78d4ff;
    font-size: 25px;
  }

  .features-title-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .sellor-title-wrap {
    flex-flow: row;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .features-card-01 {
    background-image: linear-gradient(#ebf2f8, #f7fafd);
  }

  .sellor-section-content._03 {
    max-width: 100%;
  }

  .features-icon-list {
    margin-top: 0;
  }

  .features-subtext {
    font-size: 18px;
  }

  .features-section-v2 {
    object-fit: fill;
  }

  .features-card-02 {
    background-image: linear-gradient(#e9f2fd, #f7fafd);
  }

  .features-icon-list-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container {
    margin-top: 60px;
  }

  .container.how-it-work {
    background-image: linear-gradient(#ebf2f8, #fdfdf7);
  }

  .features-check-icon {
    padding-top: 0;
  }

  .features-card-03 {
    background-image: linear-gradient(#dfedfd, #f7fafd);
  }

  .tabs-menu-lp1 {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
  }

  .combine-padding-section-medium {
    padding-bottom: 1rem;
  }

  .combine-feature4_component {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .combine-feature4_image-wrapper {
    align-self: center;
  }

  .combine-feature4_image {
    aspect-ratio: auto;
    object-fit: fill;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .how-it-work-section {
    margin-top: 100px;
  }

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

  .integration-icon-wrap {
    margin-top: 10px;
  }

  .integration-title {
    margin-bottom: 5px;
  }

  .integration-card-description {
    margin-top: 0;
  }

  .combine-text-color-white {
    margin-top: 20px;
    font-size: 21px;
  }

  .combine-button-colored:hover {
    background-color: #5aaadb;
  }

  .combine-container-small {
    max-width: 1000px;
  }

  .secondary-button {
    background-color: var(--white);
    color: var(--primary);
    padding: 15px 20px;
    font-size: 18px;
  }

  .secondary-button:hover {
    background-color: #5aaadb;
  }

  .sub-head-banner2 {
    font-size: 22px;
  }

  .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
    color: #78d4ff;
  }

  .text-span-8, .text-span-9, .text-span-10 {
    color: #4b99c6;
  }

  .body-2 {
    background-color: #fff;
  }

  .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
    color: #78d4ff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
  }

  h6 {
    margin-bottom: 5px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.changelog-banner, .section.blog-classic-banner, .section.pricing-banner, .section.contacts-banner, .section.landing-banner {
    padding-top: 120px;
  }

  .section.home-1-banner {
    background-position: 50%;
    background-size: auto;
    padding-top: 140px;
  }

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

  .section.video-section {
    min-height: 340px;
  }

  .section.banner-home-2, .section.banner-home-3, .section.banner-home-4 {
    padding-top: 120px;
  }

  .section.banner-home-5 {
    background-position: 30% 100%;
    padding-top: 200px;
  }

  .section.blog-1-banner, .section.blog-3-banner, .section.banner-blog-details, .section.pricing-2-banner, .section.pricing-3-banner {
    padding-top: 120px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    border-right: 1px solid var(--borders);
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    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;
    display: flex;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .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, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    margin-bottom: 2px;
  }

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

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

  .pages-banner {
    padding-top: 120px;
  }

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

  .section-title-wrapper {
    max-width: 560px;
  }

  .banner-title-wrapper {
    max-width: 640px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .accordion-item {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .coming-soon-image {
    display: none;
  }

  .white-text.size-text-banner-home-3 {
    font-size: 44px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

  .button-header-wrap.desctop-hidden {
    border-top: 1px solid var(--borders);
    border-left-style: none;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

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

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

  .accordion-wrapper-one-column {
    width: 80%;
    margin-top: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .customer-grid {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: 47%;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .tabs-menu-plans-pricing {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .tabs {
    margin-top: 50px;
  }

  .tabs-content {
    margin-top: 40px;
  }

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

  .text-container {
    grid-column-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .description-container {
    text-align: center;
    width: 75%;
  }

  .title-container {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

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

  .home-3-services-con {
    flex-wrap: wrap;
  }

  .home-3-service-img {
    order: -1;
    width: 100%;
  }

  .home-3-services-content {
    width: 100%;
    margin-top: 40px;
  }

  .home-3-service-item {
    padding-left: 35px;
  }

  .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 {
    margin-bottom: 4px;
  }

  .image-burger.white-image-burger {
    filter: invert();
  }

  .brand-tablet {
    height: 25px;
    display: block;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 26px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .footer-dark {
    padding-bottom: 40px;
  }

  .footer-form {
    width: 85%;
    max-width: 100%;
  }

  .footer-link-3 {
    text-align: left;
  }

  .footer-brand-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-form-wrapper {
    text-align: center;
    border-bottom: 1px solid #ffffff4d;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
  }

  .footer-brand {
    height: 26px;
  }

  .footer-menu-wrap {
    grid-column-gap: 30px;
  }

  .footer-form-bottom-block {
    justify-content: center;
  }

  .flex-vertical-align-start {
    justify-content: center;
    align-items: center;
  }

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

  .title-footer-email {
    justify-content: center;
    align-items: center;
  }

  .info-footer-wrap {
    text-align: center;
    width: 75%;
  }

  .text-span-3 {
    display: none;
  }

  .logo-header {
    height: 120%;
  }

  .faq-s-wrapper {
    grid-template-columns: .8fr 1.2fr;
    place-items: start center;
  }

  .faq-img {
    height: 500px;
  }

  .collection-list-blogs {
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-blog {
    justify-content: center;
    align-items: flex-start;
    width: 47%;
  }

  .slide-heading {
    font-size: 80px;
  }

  .pricing-title-wrap {
    grid-template-columns: 1fr;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pricing-wrapper-home {
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-plan-wrap {
    width: 47%;
  }

  .testimonial-content {
    max-width: 100%;
  }

  .info-business-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: .6fr 1.4fr;
  }

  .big-light-number {
    font-size: 60px;
  }

  .banner-home-1-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .left-content-banner-home-1 {
    width: 85%;
  }

  .form-block-banner-wrapper {
    width: 70%;
  }

  .form-banner-home {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form-block-banner-home-1.home-2 {
    width: 100%;
    min-height: 235px;
  }

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

  .solution-wrap.last-item-tablet {
    border-right-style: none;
  }

  .title-info-wrap {
    width: 100%;
  }

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

  .paragraph-title {
    width: 80%;
    font-size: 16px;
  }

  .image-wrap-about {
    height: 100%;
  }

  .flex-vertical {
    max-width: 572px;
  }

  .quick-stack-about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .img-absolute-left {
    width: 150px;
  }

  .bg-img-home-1 {
    object-position: 50% 50%;
    top: -8%;
  }

  .collection-list-blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-blog-home-2 {
    width: 47%;
  }

  .info-blog-grid-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .field-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .title-field-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .numbers-field-wrapper {
    text-align: center;
    grid-template-columns: 1fr 1.1fr 1fr;
    place-items: center;
    width: 100%;
  }

  .field-bumber-wrap {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-bumber-wrap.center {
    border-right: 1px solid var(--borders);
    border-left-style: solid;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .solutions-wrapper-home-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .solution-home-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-about-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .about-img-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title-block {
    width: 75%;
  }

  .learn-img {
    object-position: 50% 50%;
    width: 85%;
    height: 360px;
  }

  .button-banner-wrapper.center {
    margin-top: 30px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-home-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }

  .form-banner-home-2 {
    width: 50%;
    min-height: auto;
    padding: 15px 30px 20px;
  }

  .img-banner-home-2 {
    background-position: 35%;
    width: 50%;
    height: 475px;
  }

  .banner-content-home-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .background-1-home-2 {
    min-height: 500px;
    top: 6%;
    right: -7%;
  }

  .background-2-home-2 {
    display: none;
  }

  .flex-field-wrapper {
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .work-process {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .left-title-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-home-3-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .banner-home-3-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-content-banner-home-3 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .benefits-wrapper {
    grid-template-columns: 1fr 1.2fr;
  }

  .benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img-background-absolute-left {
    object-position: 30% 50%;
    width: 43%;
  }

  .video-wrap {
    height: 380px;
  }

  .home-pricing-card {
    width: 47.9%;
    margin-top: 0;
  }

  .home-pricing-card.popular-option {
    margin-bottom: 0;
  }

  .home-pricing-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .form-img-home-4 {
    object-position: 30% 50%;
  }

  .banner-home-4-content {
    justify-content: center;
    align-items: center;
  }

  .left-banner-content {
    grid-row-gap: 50px;
    align-items: center;
    width: 90%;
    max-width: none;
  }

  .title-banner {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .partners-block {
    text-align: center;
    width: 85%;
  }

  .logos-wrapper-banner {
    justify-content: center;
    align-items: center;
  }

  .image-section-absolute {
    border-radius: 7px;
    max-width: none;
    height: 450px;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .image-cover {
    object-position: 50% 20%;
    border-radius: 7px;
  }

  .img-background-home-4 {
    top: -19%;
  }

  .image-book-a-demo {
    object-position: 50% 0%;
    border-radius: 7px;
    width: 100%;
  }

  .book-form {
    height: auto;
    padding-right: 0;
  }

  .contacts-textarea-second {
    max-width: 738px;
  }

  .get-a-free-button-2 {
    margin-bottom: 0;
  }

  .get-a-free-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .book-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .book-inputs-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .left-book-wrap {
    width: 100%;
    padding-right: 0;
  }

  .title-book-form {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .right-book-wrap {
    border-radius: 7px;
    width: 100%;
    height: 400px;
    position: relative;
  }

  .numbers-wrapper {
    flex-flow: wrap;
    justify-content: center;
    display: grid;
  }

  .home-number-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-item-block {
    flex-flow: column;
  }

  .big-text-block {
    font-size: 72px;
  }

  .link-block-blog-img {
    height: 240px;
  }

  .link-block-blog-img.banner-link-blog {
    height: 320px;
  }

  .blog-img.blog-banner-img {
    object-position: 50% 60%;
  }

  .home-5-video {
    width: 100%;
    height: 400px;
  }

  .left-video-wrap {
    width: 100%;
  }

  .right-video-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .video-wrapper {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .content-banner-home-3-wrap {
    justify-content: center;
    align-items: flex-start;
    width: 74%;
  }

  .banner-home-3-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 100%;
    margin-top: 0;
  }

  .banner-wrap {
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .flex-horizontal-align-center.with-gap {
    grid-column-gap: 20px;
  }

  .recent-link-img-blog {
    width: 30%;
  }

  .background-absolute {
    height: 30%;
  }

  ._404-heading {
    font-size: 140px;
  }

  .blog-h1-heading {
    font-size: 50px;
  }

  .experiance-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .experiance-wrapper.align-item-central {
    flex-direction: column;
  }

  .experiance-left-content.start {
    width: 90%;
  }

  .experiance-right-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .expert-progress-bar-wrapper {
    text-align: left;
    width: 70%;
  }

  .contact-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-button-wrap {
    margin-top: 30px;
  }

  .banner-pricing-3-title {
    width: 85%;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .left-contact-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .contact-info-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .form-contact-wrap {
    width: 75%;
    padding: 40px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .xlg-banner-text.size-text-banner-home-3, .sub-head-banner-txt.size-text-banner-home-3, .white-text-h2.size-text-banner-home-3, .white-text-h3.size-text-banner-home-3, .white-text-h4.size-text-banner-home-3 {
    font-size: 44px;
  }

  .features-card-01 {
    padding: 40px 30px;
    top: 80px;
  }

  .features-image-02 {
    max-width: 280px;
  }

  .features-section-v2 {
    padding-bottom: 20px;
  }

  .features-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .features-card-02 {
    padding: 40px 30px;
    top: 110px;
  }

  .features-image-01, .features-image-03 {
    max-width: 280px;
  }

  .features-card-03 {
    padding: 40px 30px;
  }

  .sellor-tabs {
    flex-flow: column;
    width: 80%;
  }

  .tabs-menu-lp1 {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .tabs-content-lp1 {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-container-large {
    max-width: 75rem;
    display: block;
  }

  .combine-padding-section-medium {
    align-items: stretch;
    width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .combine-feature4_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    width: auto;
  }

  .combine-feature4_content {
    max-width: 33rem;
  }

  .combine-feature4_image {
    aspect-ratio: 2 / 3;
    display: none;
  }

  .how-it-work-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .how-it-work-section {
    padding-bottom: 20px;
  }

  .integration-card-lists {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-padding-section-large {
    padding-bottom: 2rem;
  }

  .combine-cta3_component {
    padding: 3rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .secondary-button {
    display: block;
  }

  .sub-head-banner2.size-text-banner-home-3 {
    font-size: 44px;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-section_heroheader04 {
    background-image: linear-gradient(#060d1d, #56adec);
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 26px;
  }

  blockquote {
    font-size: 24px;
  }

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

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

  .section.dark-background-without-top-mobile, .section.without-top-spacing {
    padding-top: 0;
  }

  .section.home-1-banner {
    padding-top: 120px;
  }

  .section.video-section {
    min-height: 320px;
  }

  .section.light-background-mobile-without-padding {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.banner-home-5 {
    background-image: linear-gradient(#0000008c, #0000008c), url('../images/Banner-Home-5-1_1Banner Home 5 (1).webp');
    background-position: 0 0, 20% 45%;
    padding-top: 160px;
  }

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

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

  .section.banner-blog-details {
    padding-bottom: 40px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--borders);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--borders);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--borders);
    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: var(--borders);
    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-container {
    margin-top: 20px;
  }

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

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

  .style-guide-body-wrapper, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

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

  .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-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    max-width: 100%;
    margin-bottom: 30px;
  }

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

  .banner-title-wrapper {
    max-width: 100%;
  }

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

  .pricing-plan-item {
    max-width: none;
  }

  .accordion-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .white-text.size-text-banner-home-3 {
    font-size: 42px;
  }

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

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

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

  .customer-grid {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
  }

  .customer-grey-image.home-4-banner {
    width: 120px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .tabs-menu-plans-pricing {
    justify-content: center;
  }

  .tabs {
    margin-top: 30px;
  }

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

  .image-background {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .description-container, .title-container {
    width: 100%;
  }

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

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

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

  .heading-2 {
    font-size: 24px;
  }

  .footer-textarea {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-form {
    width: 90%;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-menu {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-menu-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-form-bottom-block {
    grid-column-gap: 0px;
    margin-top: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .info-footer-wrap {
    margin-top: 40px;
    padding-top: 30px;
  }

  .logo-header {
    height: 120%;
  }

  .faq-s-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-img {
    width: 80%;
  }

  .collection-item-blog {
    width: 100%;
  }

  .slide-heading {
    font-size: 62px;
  }

  .pricing-title-wrap {
    width: 100%;
  }

  .pricing-plan-wrap {
    width: 85%;
  }

  .quote-slider {
    font-size: 24px;
  }

  .absolute-left-img {
    width: 100%;
    height: 300px;
    position: static;
  }

  .info-business-wrapper {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .numbers-business-wrap {
    place-items: center;
    margin-top: 30px;
  }

  .number-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hidden-mobile {
    display: none;
  }

  .left-content-banner-home-1 {
    width: 95%;
  }

  .form-block-banner-wrapper {
    width: 80%;
  }

  .info-title-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .title-info-wrap {
    width: 100%;
  }

  .content-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .image-wrap-about {
    height: 260px;
    display: block;
  }

  .statistic-wrap-item {
    text-align: left;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .statistic-wrap-item.first {
    border-bottom-style: none;
  }

  .statistic-wrap {
    flex-flow: column;
    display: flex;
  }

  .flex-vertical {
    max-width: 420px;
  }

  .cell-button {
    justify-content: center;
    align-items: center;
  }

  .cell-list {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .collection-item-blog-home-2 {
    width: 100%;
  }

  .field-bumber-wrap.center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .big-number-primary {
    font-size: 52px;
  }

  .solutions-wrapper-home-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .solution-home-2 {
    width: 47%;
  }

  .background-absolute-light {
    height: 75%;
    top: 0;
  }

  .content-about-wrap, .title-block {
    width: 100%;
  }

  .learn-img {
    width: 95%;
    height: 280px;
  }

  .button-banner-wrapper {
    margin-top: 40px;
  }

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

  .info-wrapper {
    bottom: 30px;
  }

  .form-home-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .form-banner-home-2 {
    text-align: center;
    width: 100%;
    padding: 20px 40px 30px;
  }

  .img-banner-home-2 {
    width: 100%;
    height: 280px;
  }

  .banner-content-home-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-1-home-2 {
    object-fit: cover;
    object-position: 50% 0%;
    min-height: 400px;
    top: 2%;
    right: 0%;
  }

  .work-process-wrap {
    flex-flow: column;
  }

  .work-process {
    width: 100%;
  }

  .work-process.line {
    border-top: 1px solid var(--borders);
    border-left-style: none;
    margin-top: 20px;
    padding-top: 20px;
  }

  .number-work-process {
    font-size: 62px;
  }

  .about-home-3-wrapper {
    flex-flow: column;
    display: flex;
  }

  .img-about-absolte {
    width: 100%;
    height: 280px;
    position: relative;
  }

  .info-about-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .dark-background-absolute {
    height: 100%;
    inset: 0% 0% auto;
  }

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

  .form-home-3-wrapper {
    grid-column-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .form-home-3-wrap {
    margin: 0 20px 40px;
  }

  .form-3-img {
    object-position: 50% 15%;
    height: 400px;
  }

  .banner-home-3-wrapper {
    width: 90%;
  }

  .benefits-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .benefits {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .img-background-absolute-left {
    border-radius: 7px;
    width: 100%;
    height: 300px;
    position: static;
  }

  .video-wrap {
    height: 300px;
  }

  .home-pricing-card {
    width: 80%;
  }

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

  .form-wrappr-home-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .form-img-home-4, .form-block-home-4 {
    width: 100%;
  }

  .solutions-home-4-wrapper {
    grid-template-columns: 1fr;
  }

  .solutions-home-4-wrap {
    text-align: center;
  }

  .left-banner-content {
    grid-row-gap: 40px;
    width: 100%;
  }

  .text-with-space.maxw {
    margin-bottom: 30px;
  }

  .partners-block {
    width: 100%;
  }

  .image-section-absolute {
    margin-top: 40px;
  }

  .mobile-hidden {
    display: none;
  }

  .image-book-a-demo {
    object-position: 50% 0%;
  }

  .success-message-second, .error-message-second {
    text-align: left;
  }

  .book-form {
    top: 0;
  }

  .contacts-textarea-second {
    min-width: 450px;
  }

  .get-a-free-button-2 {
    margin-bottom: 0;
  }

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

  .book-inputs-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .numbers-wrapper {
    grid-row-gap: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .home-number-wrap {
    border-right-style: none;
    width: 47%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .big-text-block {
    font-size: 60px;
  }

  .collection-list-blog-2-grid-column {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .info-blog-home {
    text-align: left;
    margin-top: 20px;
  }

  .link-wrap, .link-blog-wrap, .link-blog {
    margin-top: 20px;
  }

  .h4-link {
    font-size: 26px;
  }

  .right-advantages-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-wrap-2 {
    margin-top: 30px;
  }

  .advantages-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .advantages-wrap {
    width: 95%;
  }

  .advantages-wrap.center {
    margin-left: 25px;
  }

  .home-5-video {
    height: 300px;
  }

  .right-video-content-wrap {
    width: 100%;
  }

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

  .content-banner-home-3-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .banner-home-3-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.with-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-wrapper.blog {
    text-align: left;
    width: 100%;
  }

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

  .banner-wrap {
    width: 100%;
  }

  .banner-wrap.banner-news {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .flex-horizontal-align-center.with-gap {
    flex-direction: column;
  }

  .recent-link-img-blog {
    width: 100%;
  }

  .recent-img-blog {
    height: 200px;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  ._404-heading {
    font-size: 120px;
  }

  .blog-h1-heading {
    font-size: 42px;
  }

  .blog-details-image {
    height: 360px;
  }

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

  .experiance-left-content.start, .expert-progress-bar-wrapper {
    width: 100%;
  }

  .contact-wrapper {
    padding: 40px;
  }

  .banner-pricing-3-title {
    width: 100%;
  }

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

  .left-contact-wrapper {
    width: 100%;
  }

  .contact-info-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .form-contact-wrap {
    width: 100%;
  }

  .search-result-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .xlg-banner-text.size-text-banner-home-3, .sub-head-banner-txt.size-text-banner-home-3, .white-text-h2.size-text-banner-home-3, .white-text-h3.size-text-banner-home-3, .white-text-h4.size-text-banner-home-3 {
    font-size: 42px;
  }

  .features-card-01 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .features-image-02 {
    max-width: 100%;
  }

  .features-section-v2 {
    padding-bottom: 60px;
  }

  .features-content-wrap {
    order: -9999;
    width: 100%;
  }

  .features-card-shape, .features-card-shape-2 {
    width: 100%;
    height: 75%;
    bottom: 0;
  }

  .features-card-02 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .container.how-it-work {
    border-radius: 20px;
    padding: 40px 30px;
  }

  .features-image-01, .features-image-03 {
    max-width: 100%;
  }

  .features-card-03 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .sollor-tab-subtext {
    flex-flow: column;
  }

  .sellor-tabs {
    flex-flow: column;
    width: 100%;
  }

  .tab-image-wrapper {
    padding: 57px 60px;
  }

  .tab-image-wrapper._02 {
    padding: 89px 60px;
  }

  .tab-image-wrapper._01 {
    padding: 63px 60px;
  }

  .tab-image-wrapper._03 {
    padding: 74px 60px;
  }

  .tabs-menu-lp1 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .tabs-content-lp1 {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-padding-section-medium {
    padding-bottom: 0;
  }

  .combine-feature4_component {
    flex-direction: column;
  }

  .combine-feature4_image {
    display: none;
  }

  .how-it-work-card-wrapper {
    grid-template-columns: 1fr;
  }

  .content-wrapper-4.how-it-work {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .how-it-work-section {
    padding-bottom: 60px;
  }

  .integration-card-lists {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-padding-section-large {
    padding-top: 2rem;
  }

  .combine-cta3_component {
    padding: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui--gray500);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .secondary-button.full-width-mobile, .secondary-button.search-button {
    width: 100%;
  }

  .sub-head-banner2.size-text-banner-home-3 {
    font-size: 42px;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-section_heroheader04 {
    background-image: linear-gradient(#060d1d, #56adec);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-light {
    font-size: 1rem;
  }

  .uui-button-light:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-light.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

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

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
  }

  .section.changelog-banner, .section.pricing-banner, .section.contacts-banner, .section.landing-banner {
    padding-top: 100px;
  }

  .section.video-section {
    min-height: 300px;
  }

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

  .section.banner-home-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-Home-5-1_1Banner Home 5 (1).webp');
    background-position: 0 0, 10px 0;
    padding-top: 100px;
  }

  .section.blog-3-banner, .section.pricing-2-banner, .section.pricing-3-banner {
    padding-top: 100px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

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

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .utility-page-wrap {
    background-size: 80px 100%;
  }

  .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-page-wrap {
    background-size: 80px 100%;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

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

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6em;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .customer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .customer-grey-image {
    width: 45%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

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

  .title-container {
    margin-bottom: 30px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .home-3-service-item {
    padding-left: 30px;
  }

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

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

  .brand-tablet {
    height: 24px;
    padding-left: 0;
  }

  .brand {
    height: 24px;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-dark {
    text-align: left;
  }

  .footer-form {
    width: 100%;
    min-height: 330px;
  }

  .footer-link-3 {
    text-align: center;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-error-message {
    text-align: center;
    padding-left: 10px;
  }

  .footer-menu {
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .footer-form-wrapper {
    width: 100%;
  }

  .footer-menu-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-form-field-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-form-bottom-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .footer-wrapper {
    margin-bottom: 40px;
  }

  .email-footer {
    font-size: 24px;
  }

  .info-footer-wrap {
    width: 85%;
  }

  .faq-img {
    width: 100%;
    height: 400px;
  }

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

  .pricing-plan-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .price {
    font-size: 44px;
  }

  .points-wrapper {
    width: 98%;
    margin-bottom: -40px;
  }

  .numbers-business-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .big-light-number {
    font-size: 56px;
  }

  .content-business-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .form-block-banner-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    left: -5px;
  }

  .solutions-wrapper {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .solution-wrap {
    border-bottom: 1px solid var(--borders);
    text-align: center;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solution-wrap.last-item {
    border-bottom-style: none;
  }

  .title-info-wrap {
    margin-top: 40px;
  }

  .content-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .paragraph-title {
    width: 100%;
  }

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

  .image-wrap-about {
    height: 180px;
  }

  .statistic-wrap-item {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .statistic-wrap-item.first {
    border-right-width: 0;
  }

  .statistic-wrap {
    flex-direction: column;
  }

  .flex-vertical {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    min-height: 230px;
  }

  .quick-stack-about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .img-absolute-left {
    opacity: .5;
    width: 100px;
  }

  .bg-img-home-1 {
    top: -8%;
  }

  .info-blog-grid-wrapper {
    padding: 25px 20px;
  }

  .numbers-field-wrapper {
    grid-template-columns: 1fr;
  }

  .field-bumber-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .field-bumber-wrap.center {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--borders);
    border-bottom-width: 1px;
    border-bottom-color: var(--borders);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solution-home-2 {
    width: 100%;
  }

  .background-absolute-light {
    height: 78%;
  }

  .title-block {
    width: 100%;
  }

  .learn-img {
    height: 200px;
  }

  .button-banner-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .about-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info-wrapper {
    padding: 15px 20px;
  }

  .number-info {
    font-size: 40px;
  }

  .form-home-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-banner-home-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-banner-home-2 {
    height: 220px;
  }

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

  .background-1-home-2 {
    min-height: 450px;
  }

  .work-process {
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-process.line {
    padding-left: 10px;
  }

  .number-work-process {
    font-size: 52px;
  }

  .form-3-img {
    height: 320px;
  }

  .banner-home-3-wrapper, .right-content-banner-home-3 {
    width: 100%;
  }

  .benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .video-wrap {
    height: 220px;
  }

  .home-pricing-card {
    width: 100%;
    padding: 30px 30px 20px;
  }

  .form-img-home-4 {
    height: 280px;
  }

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

  .logos-wrapper-banner {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-book-a-demo {
    object-position: 0% 50%;
  }

  .error-message-second {
    margin-top: 0;
  }

  .contacts-textarea-second {
    min-width: 320px;
    max-width: 370px;
  }

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

  .book-inputs-wrapper {
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .right-book-wrap {
    height: 300px;
  }

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

  .home-number-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .big-text-block {
    font-size: 58px;
  }

  .link-block-blog-img.banner-link-blog {
    height: 200px;
  }

  .button-wrap-2 {
    margin-top: 20px;
  }

  .advantages-wrap.center {
    margin-left: 20px;
  }

  .home-5-video {
    height: 260px;
  }

  .right-video-content-wrap, .content-banner-home-3-wrap {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-wrapper.blog {
    text-align: left;
  }

  .banner-wrap {
    grid-row-gap: 40px;
    width: 100%;
  }

  .flex-horizontal-align-center.with-gap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .recent-link-img-blog {
    width: 100%;
    height: 200px;
  }

  .recent-img-blog {
    height: 100%;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  ._404-heading {
    font-size: 100px;
  }

  .blog-details-image {
    height: 240px;
  }

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

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

  .contact-info-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .form-contact-wrap {
    padding: 30px;
  }

  .search-h1 {
    font-size: 42px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .features-card-01 {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .features-subtext._01 {
    width: 88%;
  }

  .features-section-v2 {
    padding-bottom: 20px;
  }

  .features-card-02 {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .container.how-it-work {
    padding: 40px 10px;
  }

  .features-card-03 {
    border-radius: 20px;
    padding: 30px 20px;
  }

  .choose-us-image-01 {
    border-radius: 16px;
  }

  .choose-us-title {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    align-items: flex-start;
  }

  .choose-us-card-description {
    padding-left: 0;
  }

  .tab-image-wrapper, .tab-image-wrapper._02, .tab-image-wrapper._01, .tab-image-wrapper._03 {
    padding: 24px 20px;
  }

  .tabs-menu-lp1 {
    margin-bottom: 40px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-feature4_image {
    display: inline-flex;
  }

  .combine-feature4_wrapper {
    flex-direction: column;
  }

  .how-it-work-card-01 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .how-it-work-section {
    padding-bottom: 60px;
  }

  .how-it-work-card-03, .how-it-work-card-02 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .integration-card-lists {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-padding-section-large {
    padding-top: 2rem;
  }

  .combine-cta3_component {
    padding: 1.5rem;
  }

  .combine-cta3_title {
    margin-bottom: 2rem;
    line-height: .75;
  }

  .uui-text-size-small.text-color-gray500 {
    text-align: center;
    max-width: 300px;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .secondary-button.full-width-mobile {
    width: 100%;
  }

  .bold-text {
    font-size: 2.25rem;
    line-height: .5;
  }

  .uui-heading-xlarge {
    color: var(--white);
    margin-top: 2rem;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .uui-text-size-xlarge {
    color: var(--white);
  }

  .uui-section_heroheader04 {
    background-image: linear-gradient(#060d1d, #56adec);
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .bold-text-2 {
    color: var(--white);
  }

  .text-span-27, .text-span-28, .text-span-29, .text-span-30 {
    color: #78d4ff;
  }
}

#w-node-_4966cb39-09c0-7764-1600-d0577be1ae9a-ec836f46 {
  justify-self: end;
}

#w-node-c9bd61fa-6871-cafd-088d-21009adeed48-ec836f48, #w-node-c9bd61fa-6871-cafd-088d-21009adeed4a-ec836f48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c909687-4a77-e803-0ca2-4fb70bed96bd-ec836f49, #w-node-_8900edcb-f9c5-b243-b239-4e65886bbfe8-ec836f49 {
  justify-self: end;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-ec836f4e, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-ec836f4e, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-ec836f4e, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-ec836f4e, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-ec836f4e, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-ec836f4e, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-ec836f4e, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-ec836f4e, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-ec836f4e, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-ec836f4e, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-ec836f53, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-ec836f53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c909687-4a77-e803-0ca2-4fb70bed96bd-63f45a4e, #w-node-_8900edcb-f9c5-b243-b239-4e65886bbfe8-63f45a4e, #w-node-_4966cb39-09c0-7764-1600-d0577be1ae9a-b3ee1528 {
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_7c909687-4a77-e803-0ca2-4fb70bed96bd-ec836f49, #w-node-_7c909687-4a77-e803-0ca2-4fb70bed96bd-63f45a4e {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4966cb39-09c0-7764-1600-d0577be1ae9a-ec836f46, #w-node-_7c909687-4a77-e803-0ca2-4fb70bed96bd-ec836f49 {
    justify-self: center;
  }

  #w-node-_5122a197-f84d-0572-4679-5991b30b5bba-ec836f49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8900edcb-f9c5-b243-b239-4e65886bbfe8-ec836f49, #w-node-_7c909687-4a77-e803-0ca2-4fb70bed96bd-63f45a4e {
    justify-self: center;
  }

  #w-node-_5122a197-f84d-0572-4679-5991b30b5bba-63f45a4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8900edcb-f9c5-b243-b239-4e65886bbfe8-63f45a4e, #w-node-_4966cb39-09c0-7764-1600-d0577be1ae9a-b3ee1528 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8900edcb-f9c5-b243-b239-4e65886bbfcd-ec836f49, #w-node-_8900edcb-f9c5-b243-b239-4e65886bbfcd-63f45a4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5122a197-f84d-0572-4679-5991b30b5bba-ec836f49, #w-node-_5122a197-f84d-0572-4679-5991b30b5bba-63f45a4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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