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

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

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

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

:root {
  --light-gray: #f7f7f7;
  --primary: #2c3e50;
  --gray-paragraph: #636363;
  --primary-light\<deleted\|variable-fb6c153a\>: #eef4f8;
  --untitled-ui--gray50: #f9fafb;
  --white: white;
  --gray: #b0b0b0;
  --black: #1e1e1e;
  --green: #00838f;
  --transparent: #0000;
  --text-dark\<deleted\|variable-7ad493ea\>: #1e1e1e;
  --gray-50: #b0b0b080;
  --light-green: #00c9db;
  --white\<deleted\|variable-7376bfaa\>: white;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --error: #ec4e4e;
  --untitled-ui--gray700: #344054;
  --primary-15: #2c3e5026;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary800: #53389e;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--light-steel-purple: #a695fb;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --spark-library--lavender-at-90: #f0ecfde6;
}

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

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

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

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

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

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

body {
  background-color: var(--light-gray);
  color: var(--primary);
  letter-spacing: -.5px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

h1 {
  color: var(--primary);
  letter-spacing: -1.9px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1em;
}

h2 {
  color: var(--primary);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1em;
}

h3 {
  color: var(--primary);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--primary);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--gray-paragraph);
  letter-spacing: -.8px;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

a {
  color: var(--primary);
  letter-spacing: -.8px;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .35s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--gray-paragraph);
  color: var(--primary);
  letter-spacing: -.8px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

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

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

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

blockquote {
  text-align: center;
  background-image: url('../images/oui_quote_1oui_quote.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border-left: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 40px 0;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

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

.section.light-background {
  background-color: var(--primary-light\<deleted\|variable-fb6c153a\>);
}

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

.section.inner-banner {
  background-color: var(--untitled-ui--gray50);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  padding-top: 200px;
  display: flex;
}

.section.banner-home-1 {
  background-image: linear-gradient(120deg, #0000 31%, #fff), linear-gradient(#0000008c, #0000008c), url('../images/22298.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, contain;
  padding-top: 160px;
  overflow: hidden;
}

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

.section.logos-section {
  background-color: var(--primary);
  display: none;
}

.section.cta-section-home-1 {
  background-image: url('../images/BG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.banner-home-2 {
  background-image: linear-gradient(#0003, #0003), linear-gradient(100deg, #000000b3 33%, #1e1e1e1a 53%), url('../images/christina-wocintechchat-com-L85a1k-XqH8-unsplash_1christina-wocintechchat-com-L85a1k-XqH8-unsplash.webp');
  background-position: 0 0, 0 0, 70% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  min-height: 730px;
  padding-top: 280px;
}

.section.uverview-section {
  background-color: var(--primary);
  min-height: 620px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.image-section {
  background-image: url('../images/Concentrated-Middle-aged-Man-Working-on-Laptop-at-Home_1Concentrated Middle-aged Man Working on Laptop at Home.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
}

.section.banner-home-3 {
  background-color: var(--primary);
  background-image: url('../images/Grid-2.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.banner-image {
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.inner-banner-team {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

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

.section.inner-banner-contacts {
  width: 100%;
  padding-top: 180px;
  overflow: hidden;
}

.section.section-blog-post {
  margin-top: -25px;
  padding-top: 0;
}

.section.team-details {
  background-color: var(--white);
  padding-top: 55px;
}

.section.inner-banner-project {
  background-color: var(--primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  padding-top: 180px;
  display: flex;
}

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

.section.utitlity-page {
  background-color: var(--primary);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding-top: 175px;
  display: flex;
}

.section.search-banner {
  background-color: var(--primary);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 400px;
  padding-top: 200px;
  display: flex;
}

.section.free-trial-section {
  background-color: var(--primary);
  background-image: url('../images/Grid-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

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

.base-container.image-container {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.base-container.banner-inner-container {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
}

.grid-system-wrapper {
  border-radius: 4px;
  flex-direction: column;
  width: 80%;
  display: flex;
}

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

.grid-system.top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}

.grid-description {
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  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(--gray);
  border-bottom: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  border-bottom-left-radius: 4px;
  width: 24%;
}

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

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

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

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

.headings-typography-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

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

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

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

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

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

.primary-button.dark:hover {
  color: var(--black);
  background-color: #0000;
}

.primary-button.tab-button {
  display: none;
}

.style-guide-div {
  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;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.nav-container {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 1300px;
  max-width: 1330px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  letter-spacing: -.5px;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
}

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

.nav-link.w--current {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 20px;
  font-size: 10px;
}

.nav-dropdown-list {
  border: 1px solid var(--gray);
  background-color: #fff;
  border-radius: 5px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 630px;
  display: flex;
  inset: auto 0% auto -274px;
}

.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 {
  color: var(--primary);
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  line-height: 1.3em;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--primary);
  letter-spacing: -.5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1em;
}

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

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  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: 8px;
  width: 100%;
  height: 320px;
  transition: all .35s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

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

.licensing-image-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition-property: none;
  overflow: hidden;
}

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

.license-link {
  color: var(--primary);
  letter-spacing: normal;
  font-weight: 600;
}

.license-link:hover {
  color: var(--green);
}

.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;
  font-weight: 400;
  transition: all .35s;
}

.icon-style-guide:hover {
  color: var(--green);
}

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

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

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

.licensing-paragraph {
  width: 50%;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-font-title.bm-10 {
  margin-bottom: 10px;
}

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

.utility-page-wrap {
  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(--gray-50);
  background-color: var(--white);
  color: var(--primary);
  letter-spacing: -.8px;
  border-radius: 8px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.2em;
  transition: all .35s;
}

.password-input:focus {
  border: 1px solid var(--gray-paragraph);
  color: var(--primary);
  font-size: 16px;
  line-height: 1.2em;
}

.password-input::placeholder {
  color: var(--gray-paragraph);
  letter-spacing: -.8px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

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

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

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  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(--gray-50);
  color: var(--primary);
  letter-spacing: -.8px;
  border-radius: 8px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px 18px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .35s;
}

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

.coming-soon-input::placeholder {
  color: var(--gray-paragraph);
  letter-spacing: -.8px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

.blog-classic-wrapper {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.blog-post-title {
  transition: all .3s;
}

.blog-post-title:hover {
  color: var(--green);
}

.blog-classic-post-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.blog-classic-post-image:hover {
  transform: scale(1.1);
}

.blog-classic-post-image-wrapper {
  border-radius: 8px;
  min-width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.blog-classic-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.blog-classic-post-date {
  background-color: var(--green);
  color: var(--light-gray);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: 16px auto auto 16px;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.blog-sidebar-post-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-left: 24px;
  display: flex;
}

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  flex-flow: column;
  column-gap: 30px;
  display: flex;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.sidebar-recent-posts-wrapper {
  margin-top: 30px;
}

.sidebar-recent-post-item {
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.sidebar-recent-post-image:hover {
  transform: scale(1.1);
}

.sidebar-recent-post {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  height: auto;
  display: flex;
}

.blog-recent-post-title {
  transition: all .35s;
}

.blog-recent-post-title:hover {
  color: var(--green);
}

.recent-post-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.sidebar-recent-posts {
  background-color: var(--white);
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px;
}

.blog-sidebar-post-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.blog-sidebar-post-image:hover {
  transform: scale(1.1);
}

.blog-sidebar-post-image-link {
  border-radius: 8px;
  width: 40%;
  height: 250px;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.footer-bottom-wrapper {
  border-top: 1px solid #b0b0b033;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--gray);
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--gray);
  text-align: right;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.footer-copyright-link {
  color: var(--gray);
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-social-icon {
  color: var(--light-gray);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.team-social-icon:hover {
  color: var(--light-green);
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.free-trial-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.paragraph-large {
  text-align: left;
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

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

.text-white.extra-width {
  max-width: 390px;
}

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

.contact-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0 20px;
  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 {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--light-gray);
  border-radius: 8px;
  flex: 1;
  width: 100%;
  padding: 20px 20px 10px;
  position: static;
}

.accordion-item.white {
  background-color: var(--white);
  flex: 0 auto;
}

.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 {
  width: 90%;
}

.accordion-title {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

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

.contacts-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--light-gray);
  border-radius: 8px;
  width: 50%;
  min-height: 500px;
  margin-left: 40px;
  padding: 40px;
}

.hidden {
  display: none;
}

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

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

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

.contacts-input {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 8px;
  height: auto;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--gray-paragraph);
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--gray);
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white\<deleted\|variable-7376bfaa\>);
}

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

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr .6fr 1.1fr .4fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.white-text {
  color: #fff;
}

.white-text.mb-15 {
  margin-bottom: 15px;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  align-self: auto;
}

.footer-social-icon {
  background-color: var(--gray);
  color: var(--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.footer-social-icon:hover {
  background-color: var(--green);
  color: var(--light-gray);
}

.footer-links-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-logo {
  text-align: left;
  height: 100px;
}

.search-wrap-input {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
  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;
}

.search-shop-con {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navbar-search-icon {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
  cursor: pointer;
  padding: 12px 10px 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

.search-result-item {
  margin-bottom: 30px;
}

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

.search-link:hover {
  color: var(--green);
}

.search-input {
  border: 1px solid var(--gray-50);
  color: var(--primary);
  letter-spacing: -.8px;
  border-radius: 8px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px 16px 16px;
  font-size: 16px;
  line-height: 1em;
}

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

.search-input::placeholder {
  color: var(--gray-paragraph);
}

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

.search-section {
  margin-top: 20px;
  margin-bottom: 60px;
}

.service-details-content-wrapper {
  width: 70%;
  margin-top: -25px;
  padding-right: 60px;
}

.accordion-wrap-one-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 55%;
  padding-left: 40px;
  display: flex;
}

.service-details-sidebar-wrapper {
  background-color: var(--primary);
  border-radius: 8px;
  width: 30%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  position: sticky;
  top: 120px;
  box-shadow: 0 0 20px #0000001a;
}

.service-details-content {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.primary-button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  color: var(--primary);
  text-align: center;
  letter-spacing: -.4px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

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

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  display: block;
}

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

.about-3-tab-link {
  color: var(--white\<deleted\|variable-7376bfaa\>);
  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\<deleted\|variable-7376bfaa\>);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

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

.about-3-form-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.about-3-form {
  align-items: stretch;
  margin-top: 15px;
  display: flex;
}

.form-text-field {
  border: 1px solid var(--white\<deleted\|variable-7376bfaa\>);
  width: 360px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.form-text-field:focus {
  border-style: solid;
  border-color: var(--black);
}

.form-text-field::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

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

.project-template-banner-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 500px;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

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

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

.sidebar-search {
  background-color: var(--white);
  border-radius: 8px;
  padding: 30px 20px;
}

.sidebar-search-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--gray);
  color: var(--primary);
  letter-spacing: -.7px;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 12px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
  color: var(--primary);
  letter-spacing: -.7px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.sidebar-search-input::placeholder {
  color: var(--gray-paragraph);
  letter-spacing: -.7px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: sticky;
  top: 120px;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.secondary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: -.4px;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.home-testimonials-mask {
  width: 85%;
  overflow: visible;
}

.home-testimonials-slider-arrow-icon {
  color: #afafaf80;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.home-testimonials-slider-arrow-icon:hover {
  color: var(--primary);
}

.testimonials-slider-position {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.testimonials-slider-author {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.home-testimonials-slider-arrow {
  width: 50px;
  height: 30px;
  inset: auto auto 0% 30%;
}

.home-testimonials-slider-arrow.right {
  left: 35%;
}

.home-testimonials-slider {
  background-color: #0000;
  height: auto;
  margin-left: 16%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-slider-name {
  margin-top: 0;
  margin-bottom: 5px;
}

.home-testimonials-slide {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.testimonials-text-wrapper {
  border-left: 4px solid var(--primary);
  background-color: var(--white\<deleted\|variable-7376bfaa\>);
  padding: 30px 35px;
  box-shadow: 0 0 30px #0f5cfa0f;
}

.navbar-absolute {
  background-color: var(--white\<deleted\|variable-7376bfaa\>);
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.contacts-with-background {
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.contacts-with-background.contact-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.conracts-with-bg-button {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

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

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

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

.map-wrapper {
  position: relative;
}

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

.contacts-with-bg-text {
  width: 80%;
}

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

.empty-state {
  background-color: var(--transparent);
  font-weight: 500;
}

.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(--green);
  border-radius: 2px;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

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

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

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

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

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

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

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

.rich-text-style h2, .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: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-style p {
  margin-top: 10px;
  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;
}

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

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

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

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

.style-guide-tab-link {
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  background-color: var(--white);
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  font-weight: 600;
  display: flex;
}

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

.style-guide-tab-link.first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.style-guide-tab-link.last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--gray);
  border-radius: 4px;
  margin-bottom: 60px;
  display: flex;
}

.spacing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-title {
  border-right: 1px solid var(--gray);
  border-left: 1px none var(--gray);
  background-color: var(--green);
  color: #fff;
  justify-content: center;
  align-items: 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(--gray);
  border-top-left-radius: 4px;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-title.last {
  border-top-right-radius: 4px;
}

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

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

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

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

.banner-description-2 {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8em;
}

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

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

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

.landing-inner-page-item.home-screen {
  transition-property: none;
}

.landing-paragraph-style {
  color: var(--light-gray);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

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

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

.landing-section-heading-white {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.paragraph-benefits-lp {
  color: var(--light-gray);
  width: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-rights-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-blog-classic {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

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

.success-message {
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.success-message.contacts {
  margin-top: 140px;
}

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

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

.form-contacts {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-bottom: 0;
}

.h2-style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.sg-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-sg-par {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.flex-body-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.licensing-footer-link {
  color: var(--gray);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.licensing-footer-link:hover {
  color: var(--light-gray);
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.clip {
  position: relative;
  overflow: hidden;
}

.logo-navbar {
  height: 69px;
}

.icon-nav {
  width: 14px;
  height: 14px;
}

.image-banner-1-wrap {
  position: relative;
}

.left-column-banner {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.primary-button-green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.primary-button-green.absolute-submit-button {
  justify-content: center;
  align-items: center;
  max-height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .35s;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.primary-button-green.absolute-submit-button:hover {
  background-color: var(--light-gray);
  color: var(--green);
}

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

.button-wrapper-top-margin {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -10px;
  display: flex;
  position: relative;
}

.avatar {
  border: 2px solid var(--light-gray);
  border-radius: 50%;
}

.avatars-banner-wrap {
  margin-left: 10px;
  display: flex;
}

.banner-content-home-1 {
  display: flex;
}

.right-column-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 50%;
  padding-left: 20px;
  display: grid;
  position: relative;
}

.avatars-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.numbers-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.numbers-banner {
  font-size: 36px;
  font-weight: 500;
  line-height: 1em;
}

.image-banner-1 {
  object-fit: cover;
  object-position: 80% 50%;
  border-radius: 8px;
  width: 100%;
  height: 280px;
}

.image-banner-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 220px;
}

.image-banner-3 {
  object-fit: cover;
  border-radius: 8px;
  width: 50%;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.image-banner-3-wrap {
  display: flex;
}

.big-decor-wrapper {
  z-index: -1;
  opacity: .7;
  border-radius: 8px;
  width: 70%;
  height: 70%;
  margin: 40px auto auto 100px;
  position: absolute;
  inset: 0% auto;
}

.image-big-decor {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.small-decor {
  z-index: -1;
  background-color: var(--primary);
  opacity: .05;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: -25px auto auto -25px;
}

.widget-wrapper-1 {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 40px -40px -20px;
  box-shadow: 0 9px 15px #0000000a;
}

.image-widget-2 {
  object-fit: cover;
  width: auto;
  height: 40px;
}

.big-numbers-widget {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.paragraph-widget {
  font-size: 14px;
  font-weight: 400;
}

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

.widget-wrapper-2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: auto 25px 10px auto;
  box-shadow: 0 9px 15px #0000000a;
}

.image-widget-1 {
  object-fit: cover;
  width: 40px;
  height: 40px;
}

.numbers-widget {
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}

.button-icon-wrap {
  width: 100%;
  overflow: hidden;
}

.button-icon-wrap.absolute {
  position: absolute;
  top: 100%;
  right: 100%;
}

.title-numbers-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.colorblock-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.services-image-grid {
  background-color: var(--gray);
  border-radius: 8px;
}

.round-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.services-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.image-services {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.title-numbers {
  text-align: left;
  letter-spacing: -1px;
}

.paragraph-numbers {
  color: #636363;
  text-align: justify;
  margin-top: 20px;
}

.numbers-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.big-number {
  font-family: Manrope, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.big-number.clients-numbers {
  font-size: 50px;
}

.big-number.green {
  color: var(--green);
}

.number-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.number-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.logo-banner-wrapper {
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.logo-banner-image {
  height: 35px;
}

.numbers-line {
  background-color: var(--gray-50);
  border-radius: 5px;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-about {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.about-section-wrapper {
  margin-top: 60px;
  display: flex;
}

.image-about-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 45%;
  height: auto;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.about-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding-left: 60px;
  display: flex;
}

.title-about-wrapper {
  max-width: none;
}

.title-services-wrap {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.tag-line {
  background-color: var(--primary);
  border-radius: 5px;
  width: 35px;
  height: 1.5px;
}

.tag-line.white-line {
  background-color: var(--light-gray);
}

.tag-text {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

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

.image-decor-services {
  object-fit: cover;
  height: 75px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.paragraph-large-banner {
  color: var(--light-gray);
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.image-approach {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 99.9985%;
  height: 60%;
}

.approach-section {
  flex-flow: column;
  width: 55%;
  display: flex;
}

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

.image-icon {
  width: 32px;
  height: 32px;
}

.approach-image-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  height: auto;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-wrap {
  background-color: var(--green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.icon-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.email-footer-block {
  border-bottom: 1px solid #b0b0b033;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.email-column-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.buttom-about-wrapper {
  margin-top: 20px;
}

.buttom-about-wrapper.hide-desk {
  display: none;
}

.name-widget {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 16px 32px;
  display: flex;
  position: absolute;
  inset: auto auto 20px;
  box-shadow: 0 9px 15px #0000000a;
}

.approach-title-wrapper {
  max-width: 395px;
  margin-bottom: 60px;
}

.subtitle-about {
  width: 90%;
}

.question-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.number-faq {
  color: var(--primary);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1em;
}

.round-button-faq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.icon-16 {
  object-fit: cover;
  width: 16px;
  height: 16px;
}

.reviews-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.testimonial-item {
  background-color: var(--light-gray);
  border-radius: 8px;
  padding: 30px;
  display: flex;
}

.image-review {
  object-fit: cover;
  border-radius: 8px;
  width: 30%;
  height: 300px;
}

.review-text-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.number-block-review {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  padding-left: 30px;
  display: flex;
  position: relative;
}

.reviews-numbers-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.reviews-name-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.reviews-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.form-footer {
  position: relative;
}

.text-field {
  border: 1px solid var(--gray-paragraph);
  color: var(--light-gray);
  background-color: #343434;
  border-radius: 60px;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 170px;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .35s;
}

.text-field:focus {
  border: 1px solid var(--white);
  color: var(--light-gray);
  font-size: 16px;
}

.text-field::placeholder {
  color: var(--gray);
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-block-footer {
  max-width: 370px;
  margin-bottom: 0;
}

.email-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.cta-content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-paragraph {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer-paragraph {
  color: var(--light-gray);
  max-width: 370px;
}

.title-reviews-wrap {
  max-width: 550px;
}

.reviews-content {
  width: 70%;
  display: flex;
}

.button-wrap-mob {
  display: none;
}

.collection-list-services, .collection-item-services {
  height: 100%;
}

.service-name-dark, .service-name-light {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  transition-property: none;
}

.about-point-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 3px solid var(--green);
  background-color: var(--light-gray);
  border-radius: 4px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.about-points-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.about-points-wrapper.hide-desk {
  display: none;
}

.logo-icon-wrap {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.heading-banner-home-1 {
  color: var(--light-gray);
  font-weight: 700;
}

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

.counter-item {
  height: 70px;
  display: flex;
  overflow: hidden;
}

.counter-item.clients-numbers {
  height: 50px;
}

.single-counter-wrap {
  flex-flow: column;
  display: flex;
}

.single-counter-wrap._01 {
  justify-content: flex-end;
  align-items: flex-end;
}

.single-counter-wrap._02 {
  justify-content: flex-start;
  align-items: flex-start;
}

.buttom-cta-wrapper {
  margin-top: 16px;
}

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

.image-team {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.link-block-image-team {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.team-section-wrap {
  display: flex;
}

.team-description {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.collection-list-wrapper-team {
  padding-left: 80px;
}

.buttom-team-wrapper {
  margin-top: 40px;
}

.buttom-team-wrapper.hide-desk {
  display: none;
}

.image-team-block-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-social-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 25% auto 25% 0%;
}

.title-blog-wrap {
  flex: none;
  max-width: 500px;
  margin-bottom: 60px;
}

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

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

.blog-colorblock {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--primary);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 400px;
  padding: 20px;
  display: flex;
  position: relative;
}

.image-decor-blog {
  height: 75px;
  position: absolute;
  inset: auto 20px 20px auto;
}

.link-blog-image {
  border-radius: 8px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.blog-image:hover {
  transform: scale(1.1);
}

.blog-post-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-wrapper-about-us {
  width: 40%;
  max-height: 420px;
}

.about-us-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-left: 80px;
  display: flex;
}

.image-about-us {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.advantages-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--gray-50);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.advantages-item.first-item {
  border-top: 1px solid var(--gray-50);
}

.numbers-small-wrapper {
  background-color: var(--primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.numbers-small-wrapper.green {
  background-color: var(--green);
}

.numbers-small {
  color: var(--light-gray);
  font-size: 18px;
  font-weight: 500;
}

.paragraph-advantages {
  flex: 1;
}

.title-advantages {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  margin-right: 40px;
  display: flex;
}

.advantages-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.paragraph-big-advantages {
  color: var(--primary);
  max-width: 250px;
  font-size: 16px;
  font-weight: 500;
}

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

.buttom-advantages-wrapper {
  flex: none;
  margin-top: 24px;
}

.title-about-wrap-home-2 {
  flex: none;
  max-width: 350px;
  margin-bottom: 60px;
}

.section-about-us {
  display: flex;
}

.price-item-top-content {
  border-bottom: 1px solid var(--gray-50);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.price {
  font-size: 45px;
  font-weight: 500;
  line-height: 1em;
}

.text-span-price {
  font-size: 18px;
  font-weight: 400;
}

.price-item-bottom-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.plans-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price-item-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 24px;
  display: flex;
}

.icon-wrap-plan {
  background-color: var(--green);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.price-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.faq-section-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-faq-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 430px;
  padding-right: 40px;
  display: flex;
}

.button-wrap-desk-copy {
  margin-top: 40px;
}

.button-wrap-desk-copy.hide-desk {
  display: none;
}

.plans-benefit-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.price-section-wrapper {
  flex-flow: column;
  display: flex;
}

.price-item {
  background-color: var(--primary-15);
  border-radius: 8px;
  flex-flow: column;
  padding: 25px 20px;
  display: flex;
}

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

.price-item.primary-price-relative {
  background-color: var(--primary);
  width: 305px;
  position: relative;
  box-shadow: 0 5px 10px #0003;
}

.price-item.price-item-absolute {
  background-color: #d7d9dc;
  width: 305px;
  position: absolute;
  inset: auto 0% auto auto;
}

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

.secondary-button-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--light-gray);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.4px;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.title-price-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-24 {
  width: 24px;
  height: 24px;
}

.map-block {
  background-image: url('../images/Group_1Group.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
  position: relative;
}

.map-section-wrapper {
  display: flex;
}

.clients-number-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.map-section-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-left: 80px;
  display: flex;
}

.avatar-wrapper-map {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.avatar-wrapper-map._3 {
  inset: auto 80px 100px auto;
}

.avatar-wrapper-map._2 {
  inset: 60px 250px auto auto;
}

.avatar-wrapper-map._1 {
  top: 80px;
  left: 25px;
}

.avatar-wrapper-map._4 {
  top: 140px;
  left: 75px;
}

.buttom-clients-wrapper {
  margin-top: 20px;
}

.clients-number-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.service-item {
  border-bottom: 1px solid var(--gray-50);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  transition-property: none;
  display: flex;
}

.services-content-wrapper {
  flex-flow: column;
  width: 40%;
  display: flex;
}

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

.image-services-home-2 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 270px;
}

.services-column {
  width: 60%;
  margin-top: -24px;
  padding-left: 80px;
}

.image-pattern-bg {
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.button-services-wrapper.hide-mob {
  margin-top: 12px;
}

.button-services-wrapper.hide-desk {
  display: none;
}

.banner-content-wrapper-home-2 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.numbers-wrap-home-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper-top-margin-home-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.secondary-button-without-arrow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--light-gray);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.4px;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.secondary-button-without-arrow:hover {
  background-color: var(--light-gray);
  color: var(--primary);
}

.secondary-button-without-arrow.primary-color {
  border-color: var(--untitled-ui--primary100);
  color: var(--light-green);
}

.secondary-button-without-arrow.primary-color:hover {
  background-color: var(--primary);
  color: var(--white\<deleted\|variable-7376bfaa\>);
}

.avatar-wrapper-home-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -10px;
  display: flex;
  position: relative;
}

.numbers-banner-copy-copy {
  color: var(--light-gray);
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.avatars-block-home-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.title-banner-wrapper-home-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.big-text-about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.link-with-line {
  flex-flow: column;
  display: flex;
  position: relative;
}

.link-with-line.top-margin-10 {
  margin-top: 10px;
}

.link-line {
  background-color: var(--primary);
  width: 100%;
  height: 1.5px;
  margin-top: 4px;
}

.round-button-services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  transition-property: none;
  display: flex;
}

.round-button-services.sidebar-button {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}

.service-title-wrap {
  width: 100%;
  overflow: hidden;
}

.service-title-wrap.absolute-service {
  position: absolute;
  top: 100%;
  right: 0%;
}

.title-services-wrapper-home-2 {
  max-width: 380px;
  margin-bottom: 60px;
}

.title-team-wrap-home-2 {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.about-us-section-wrapper {
  flex-flow: column;
  display: flex;
}

.description-about-wrapper {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.cta-green-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--green);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 40px;
  display: flex;
}

.cta-footer-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #b0b0b033;
  grid-template-rows: auto;
  grid-template-columns: .6fr .6fr .6fr 1.1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: grid;
}

.cta-button-wrapper {
  flex: none;
}

.slider-reviews {
  background-color: var(--transparent);
  height: auto;
  overflow: visible;
}

.mask-reviews {
  width: 400px;
  height: 100%;
  overflow: visible;
}

.slide-reviews {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  padding: 40px;
}

.slide-reviews.gray-slide {
  background-color: var(--primary-15);
}

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

.slide-nav-home-3 {
  display: none;
}

.quote-icon-review {
  color: var(--green);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.quote-review {
  color: var(--primary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.quote-review.text-white {
  color: var(--light-gray);
}

.slide-review-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.image-customer {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

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

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

.reviews-title-wrapper-slider {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 400px;
  margin-bottom: 60px;
  display: flex;
}

.left-arrow-reviews {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
  inset: 100px 60px auto auto;
}

.left-arrow-reviews:hover {
  background-color: var(--primary);
}

.right-arrow-reviews {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
  inset: 100px 0% auto auto;
}

.right-arrow-reviews:hover {
  background-color: var(--primary);
}

.arrow-reviews-right {
  transform: rotate(45deg);
}

.arrow-reviews-left {
  transform: rotate(-135deg);
}

.image-overview {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.overview-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 80px;
  display: flex;
}

.overview-button-wrapper {
  margin-top: 12px;
}

.numbers-section-wrapper-home-3 {
  flex-flow: column;
  display: flex;
}

.number-section-right-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.big-number-wrapper {
  flex: 0 auto;
}

.price-section-home-3 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.title-pricing-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
}

.price-plans-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-width: 600px;
  display: flex;
  position: relative;
}

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

.collection-item-blog {
  width: 100%;
}

.blog-post-item {
  background-color: var(--light-gray);
  border-radius: 8px;
  height: 100%;
  padding: 20px;
}

.image-blog {
  object-fit: cover;
  object-position: 50% 35%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.image-blog:hover {
  transform: scale(1.1);
}

.post-bottom-description {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.blog-section-wrapper-home-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-blog-wrap-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-bottom: 60px;
  display: flex;
}

.title-post-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.link-block-post {
  border-radius: 8px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

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

.image-service {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.image-service:hover {
  transform: scale(1.1);
}

.link-image-service {
  border-radius: 8px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.service-item-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.title-services-wrap-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-item-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.paragraph-banner-home-3 {
  color: var(--light-gray);
  letter-spacing: -1px;
  width: 85%;
  font-size: 18px;
}

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

.content-banner-home-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-wrapper-banner-home-3 {
  margin-top: 40px;
}

.big-number-home-3 {
  color: var(--green);
  font-family: Manrope, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

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

.banner-inner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-inner-image.price {
  object-position: 50% 40%;
}

.label-banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.banner-title-about-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.milestone-grid {
  grid-column-gap: 80px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.milestone-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.milestone-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--gray-50);
  flex-flow: column;
  padding-bottom: 24px;
  display: flex;
}

.paragraph-milestone {
  width: 80%;
}

.title-milestones-wrap-center {
  flex-flow: column;
  display: flex;
}

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

.number-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.numbers-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.numbers-button-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.title-numbers-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  margin-bottom: 60px;
  display: flex;
}

.top-title-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 60px;
  display: grid;
}

.image-testimonials {
  object-fit: cover;
  object-position: 100% 50%;
  width: 35%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-testimonials.right {
  width: 45%;
  inset: 0% 0% 0% auto;
}

.testimonials-content {
  width: 65%;
  margin-left: auto;
  padding-left: 80px;
}

.testimonials-content.left {
  width: 55%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 80px;
}

.slider-testimonials {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  margin-top: 60px;
  overflow: hidden;
}

.slide-nav-hide {
  display: none;
}

.left-arrow-testimonials {
  border: 1.5px solid var(--green);
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
  inset: auto 60px 0% auto;
}

.left-arrow-testimonials:hover {
  background-color: var(--primary);
}

.right-arrow-testimonials {
  border: 1.5px solid var(--green);
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-testimonials:hover {
  background-color: var(--primary);
}

.testimonials-text {
  color: var(--light-gray);
  font-size: 24px;
  line-height: 1.2em;
}

.testimonials-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slide-testimonials {
  height: auto;
  overflow: hidden;
}

.mask-testimonials {
  height: auto;
}

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

.image-team-about {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 360px;
}

.link-team {
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-overlay {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(0deg, #00000080 18%, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-team-wrap-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.team-title-wrap {
  max-width: 570px;
}

.button-mob {
  display: none;
}

.inner-banner-heading {
  color: var(--primary);
  text-align: center;
  font-size: 68px;
}

.inner-banner-heading.primary {
  color: var(--primary);
}

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

.banner-title-services-wrapper {
  max-width: 500px;
}

.banner-title-team-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-banner-r {
  z-index: -1;
  opacity: .8;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 50%;
  position: absolute;
  inset: 0 0% auto auto;
}

.image-banner-l {
  z-index: -1;
  opacity: .8;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 50%;
  position: absolute;
  inset: 0 auto auto 0%;
}

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

.link-block-image-team-main {
  border-radius: 8px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.team-name-title {
  color: var(--light-gray);
  transition: all .35s;
}

.team-name-title:hover {
  color: var(--green);
}

.numbers-wrap-home-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--gray-50);
  flex-flow: column;
  margin-right: 24px;
  padding-right: 24px;
  display: flex;
}

.numbers-wrap-home-3.last-item {
  border-right-style: none;
  margin-right: 0;
}

.big-text-home-3 {
  letter-spacing: -1px;
  max-width: 630px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.services-section-home-2 {
  display: flex;
}

.collection-item-blog-post {
  background-color: var(--light-gray);
  border-radius: 8px;
  padding: 20px;
}

.video-button {
  position: relative;
}

.video-button-green {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
  display: flex;
  position: relative;
}

.video-button-green:hover {
  background-color: var(--primary);
}

.image-span {
  border: 1px solid var(--light-gray);
  vertical-align: top;
  background-image: url('../images/Smiling-Woman-with-Curly-Hair_1Smiling Woman with Curly Hair.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  line-height: 1em;
  display: inline-block;
}

.image-span-second {
  border: 1px solid var(--light-gray);
  vertical-align: top;
  background-image: url('../images/Portrait-of-a-Young-Woman_2Portrait of a Young Woman.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin-left: -15px;
  line-height: 1em;
  display: inline-block;
}

.star {
  width: 20px;
  height: 20px;
}

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

.stars-text-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.stars-banner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.link-banner-reviews {
  color: var(--light-gray);
  font-family: Work Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.link-banner-reviews:hover {
  color: var(--light-green);
}

.small-text-banner {
  color: var(--light-gray);
}

.banner-pricing-title {
  max-width: 550px;
}

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

.benefits-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-gray);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.benefit-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.benefits-title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.benefits-title {
  max-width: 450px;
}

.title-faq-wrap-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-bottom: 60px;
  display: flex;
}

.faq-two-columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.accordion-wrap-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

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

.client-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  display: flex;
}

.clients-logo-image {
  height: 40px;
}

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

.clients-name {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.bottom-content-clients {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.quote-clients {
  color: var(--primary);
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.banner-title-clients-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 530px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-title-faq-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-wrap-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.banner-testimonials-title {
  max-width: 500px;
}

.approach-right-column-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.approach-section-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatars-block-approach {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.numbers-wrap-approach {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lightbox-link {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
  position: relative;
}

.image-lightbox {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.approach-left-column-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.lightbox-overlay {
  background-color: #1e1e1e4d;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.video-button-lightbox {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: auto;
}

.video-button-lightbox:hover {
  background-color: var(--primary);
}

.image-video-button {
  object-fit: cover;
  width: 20px;
  height: 20px;
}

.process-step {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-process {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  width: 100%;
  height: 110%;
}

.image-process-wrapper {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

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

.title-process-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.process-title-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-process-title {
  max-width: 510px;
}

.contacts-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.contacts-link {
  color: var(--gray-paragraph);
}

.contacts-link:hover {
  color: var(--green);
}

.form-section-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.number-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-items-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.primary-button-submit {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  justify-content: center;
  min-width: 260px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.primary-button-submit:hover {
  background-color: var(--green);
}

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

.portfolio-item-wrapper {
  background-color: var(--light-gray);
  border-radius: 8px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-portfolio {
  object-fit: cover;
  object-position: 40% 50%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.image-portfolio:hover {
  transform: scale(1.1);
}

.portfolio-item-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.portfolio-item-left-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.link-image-portfolio {
  border-radius: 8px;
  width: 40%;
  height: auto;
  overflow: hidden;
}

.name-project {
  transition: all .35s;
}

.name-project:hover {
  color: var(--green);
}

.title-projects-wrap-center {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-portfolio-title {
  max-width: 500px;
}

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

.image-project {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition: all .35s;
}

.image-project:hover {
  transform: scale(1.1);
}

.title-description {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-image-project {
  border-radius: 8px;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.banner-title-portfolio-2-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.banner-blog-title {
  max-width: 500px;
}

.article {
  background-color: var(--white);
  border-radius: 8px;
  padding: 20px;
}

.div-block-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.banner-title-blog-center-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.article-blog-3 {
  display: flex;
}

.div-block-72 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.search-button-blog {
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.search-button-blog:hover {
  background-color: var(--green);
}

.link-image-recent-post {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

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

.banner-blog-3-title {
  max-width: 550px;
}

.link-image-portfolio-3 {
  border-radius: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 320px;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-3-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.collection-list-portfolio-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image-portfolio-3 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 110%;
}

.project-3-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.portfolio-overlay {
  background-color: #1e1e1e66;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.banner-portfolio-3-title {
  max-width: 550px;
}

.banner-title-blog-details-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-blog-details {
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.image-blog-details-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 450px;
}

.another-posts-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.another-posts-title {
  max-width: 500px;
}

.post-wrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.service-item-sidebar {
  border-bottom: 1px solid var(--gray-50);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  transition-property: none;
  display: flex;
}

.services-sidebar-wrapper {
  border-top: 1px solid var(--gray-50);
  margin-top: 24px;
}

.service-title-sidebar {
  color: var(--light-gray);
}

.image-service-details {
  object-fit: cover;
  object-position: 50% 30%;
  border-radius: 8px;
  width: 100%;
  height: 300px;
}

.image-service-wrapper {
  margin-top: 30px;
  margin-bottom: 15px;
}

.banner-srvice-title {
  max-width: 590px;
}

.team-details-banner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-details-image-wrapper {
  width: 40%;
  height: 500px;
}

.image-member {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.member-description-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-left: 80px;
  display: flex;
}

.name-member-wrapper {
  margin-bottom: 24px;
}

.button-team-details-banner {
  margin-top: 40px;
}

.team-details-big-description-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 980px;
  display: flex;
  position: relative;
}

.employee-social-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  display: flex;
}

.primary-social-icon {
  background-color: var(--primary);
  color: var(--light-gray);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.primary-social-icon:hover {
  background-color: var(--green);
  color: var(--light-gray);
}

.paragraph-project-description {
  width: 80%;
}

.project-description {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.bottom-description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.collection-item-project {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--light-gray);
  border-radius: 8px;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.collection-item-project:nth-child(2n) {
  flex-flow: row-reverse;
}

.another-projects-top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

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

.another-projects-title {
  max-width: 430px;
}

.banner-section-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.banner-project-title {
  margin-bottom: 40px;
}

.project-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-description {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.white-column-flex {
  background-color: var(--white);
  border-radius: 8px;
  width: 50%;
  padding: 30px 30px 10px;
}

.challenges-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.image-approach-project, .final-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.approach-image-wrap, .final-image-wrapper {
  width: 50%;
  height: 350px;
}

.utility-page-banner-title {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

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

.link-without-line:hover {
  color: var(--green);
}

.utility-banner-title {
  text-align: center;
}

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

._404-numbers {
  color: var(--green);
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

._404-logo {
  height: 35px;
}

._404-logo-wrap {
  transition-property: none;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  justify-content: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--green);
}

.field-label {
  font-size: 18px;
  font-weight: 500;
}

.button-search {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: all .35s;
  display: flex;
}

.button-search:hover {
  background-color: var(--transparent);
}

.paragraph-search {
  margin-bottom: 10px;
}

.licensing-line {
  background-color: var(--gray-50);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.pagination-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  color: var(--light-gray);
  text-align: center;
  letter-spacing: -.5px;
  border-style: none;
  border-radius: 48px;
  flex: none;
  justify-content: center;
  min-width: 120px;
  margin-top: 40px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.pagination-button:hover {
  background-color: var(--green);
}

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

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

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

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

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

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

.text-orange {
  color: #f69c20;
}

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

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

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

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

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

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

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

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

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

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  text-align: justify;
  letter-spacing: normal;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-page-padding {
  background-color: var(--untitled-ui--gray300);
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray700);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-layout70_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-layout70_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.uui-layout70_image-wrapper {
  background-color: var(--untitled-ui--gray50);
  width: auto;
  margin-bottom: 2rem;
  position: relative;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  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: none;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

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

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

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

.text-block, .text-block-2 {
  color: var(--untitled-ui--gray700);
  font-family: Manrope, sans-serif;
}

.heading {
  text-align: left;
}

.heading-2 {
  text-align: left;
  font-size: 37px;
}

.heading-3 {
  font-size: 41px;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.mission-flex {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1190px;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-heading-animation-div {
  width: auto;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-body---18px.white {
  color: #fff;
}

.cf-mission-hero-image-wrapper {
  width: 100%;
  max-width: 700px;
  margin-left: 95px;
}

.cf-mission-text-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.cf-mission-upper-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.cf-mission-line-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 32px;
  margin-bottom: 40px;
}

.cf-mission-image-wrapper {
  width: 100%;
  max-width: 340px;
  height: 100%;
}

.cf-mission-image-wrapper.small {
  width: 100%;
  max-width: 180px;
  margin-right: 18%;
}

.cf-mission-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.cf-image-animation-div {
  width: auto;
}

.cf-mission-section {
  color: #fff;
  background-color: #000;
  position: relative;
}

.cf-mission-image-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  place-items: center end;
  width: 100%;
}

.cf-mission-text-container {
  z-index: 111;
  width: 65%;
  max-width: 750px;
  position: relative;
}

.cf-mission-special-image {
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 400px -180px;
}

.mission-image-container {
  width: 30%;
  max-width: 340px;
}

.mission-grid-text-wrapper {
  width: 100%;
  max-width: 340px;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.white {
  color: #fff;
}

.cf-yellow-king-text-span {
  background-color: var(--conversion-flow-library--medium-purple);
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-section {
  background-image: url('../images/BGR.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding: 176px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-max-width-600 {
  max-width: 600px;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-5-spacing.spark-flipped-row {
  flex-direction: row-reverse;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-three-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
}

.spark-grid-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

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

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-with-background-image {
  background-image: linear-gradient(to bottom, var(--spark-library--foreground-secondary), var(--spark-library--foreground-secondary)), url('../images/0986.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  color: var(--gray);
  letter-spacing: 0;
  font-family: Manrope, sans-serif;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-centered-content {
  text-align: center;
}

.spark-section-3 {
  background-color: var(--primary-15);
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--green);
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.spark-flex-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.bold-text, .bold-text-2 {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-3 {
  font-family: Manrope, sans-serif;
}

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

.bold-text-4 {
  font-size: 2.4rem;
  line-height: .3;
}

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

  h2 {
    font-size: 48px;
  }

  blockquote {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

  .section.banner-home-2 {
    min-height: 780px;
  }

  .section.image-section {
    min-height: 620px;
  }

  .section.banner-home-3 {
    min-height: 80vh;
    padding-top: 220px;
  }

  .section.inner-banner-team, .section.inner-banner-gray, .section.inner-banner-contacts {
    padding-top: 190px;
  }

  .section.section-blog-post {
    margin-top: -65px;
  }

  .section.team-details {
    padding-top: 75px;
  }

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

  .section.inner-banner-style-guide {
    padding-top: 190px;
  }

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

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

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

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .licensing-paragraph {
    width: 45%;
  }

  .utility-page-content {
    width: 340px;
  }

  .blog-sidebar-post-content {
    padding-left: 30px;
  }

  .blog-sidebar-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-sidebar-wrapper {
    grid-column-gap: 40px;
  }

  .footer {
    padding-top: 80px;
  }

  .text-white.extra-width {
    width: 80%;
  }

  .contacts-content-wrapper {
    padding-right: 80px;
  }

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

  .search-section {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .service-details-content-wrapper {
    padding-right: 100px;
  }

  .accordion-wrap-one-column {
    flex: 1;
    width: 60%;
    padding-left: 100px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .landing-banner-title {
    font-size: 56px;
  }

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

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

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

  .landing-customers-content-left {
    padding-right: 100px;
  }

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

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-navbar {
    height: 35px;
  }

  .left-column-banner {
    justify-content: center;
    align-items: flex-start;
    padding-right: 120px;
  }

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

  .right-column-banner {
    padding-left: 0;
  }

  .avatars-block {
    margin-top: 60px;
  }

  .widget-wrapper-1 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    right: 60px;
  }

  .widget-wrapper-2 {
    padding: 16px;
    right: 60px;
  }

  .title-numbers-wrapper, .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .colorblock-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 25px;
  }

  .numbers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .number-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 30px;
  }

  .logo-banner-wrapper {
    width: 100%;
  }

  .image-about {
    object-position: 50% 30%;
  }

  .about-content-wrap {
    padding-left: 100px;
    padding-right: 60px;
  }

  .title-about-wrapper {
    max-width: 600px;
  }

  .title-services-wrap {
    max-width: none;
  }

  .label-wrap {
    margin-bottom: 24px;
  }

  .paragraph-large-banner {
    width: 95%;
    font-size: 20px;
  }

  .approach-section {
    padding-right: 60px;
  }

  .approach-image-wrapper {
    padding-left: 40px;
  }

  .approach-title-wrapper {
    max-width: 430px;
  }

  .subtitle-about {
    width: 80%;
  }

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

  .title-reviews-wrap {
    max-width: 600px;
  }

  .about-points-wrapper {
    margin-bottom: 4px;
  }

  .collection-list-wrapper-team {
    padding-left: 120px;
  }

  .title-blog-wrap {
    max-width: 550px;
  }

  .blog-colorblock {
    padding: 30px 40px 30px 30px;
  }

  .about-us-content-wrap {
    padding-left: 120px;
  }

  .advantages-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-advantages {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 60px;
  }

  .bottom-paragraph-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .title-about-wrap-home-2 {
    max-width: 400px;
  }

  .title-faq-wrap {
    max-width: 460px;
  }

  .price-item {
    padding: 30px;
  }

  .price-item.primary-price-relative, .price-item.price-item-absolute {
    width: 370px;
  }

  .title-price-wrap {
    max-width: 400px;
  }

  .map-section-content {
    padding-left: 120px;
  }

  .service-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-column {
    margin-top: -30px;
    padding-left: 120px;
  }

  .button-wrapper-top-margin-home-2 {
    margin-top: 40px;
  }

  .title-banner-wrapper-home-2 {
    width: 85%;
  }

  .big-text-about-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .title-team-wrap-home-2 {
    padding-right: 60px;
  }

  .cta-green-block {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .left-arrow-reviews, .right-arrow-reviews {
    top: 105px;
  }

  .overview-content {
    padding-right: 140px;
  }

  .price-section-home-3 {
    justify-content: space-between;
  }

  .title-pricing-wrap {
    max-width: 400px;
  }

  .price-plans-wrapper {
    min-width: 720px;
  }

  .image-blog {
    object-position: 50% 30%;
  }

  .link-block-post {
    height: 300px;
  }

  .service-item-description {
    padding-right: 0;
  }

  .title-services-wrap-center {
    max-width: none;
  }

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

  .content-banner-home-3 {
    max-width: 800px;
  }

  .button-wrapper-banner-home-3 {
    margin-top: 40px;
  }

  .label-banner {
    margin-bottom: 24px;
  }

  .banner-title-about-wrapper {
    max-width: 600px;
  }

  .milestone-grid {
    grid-column-gap: 100px;
    grid-row-gap: 32px;
  }

  .milestone-wrapper {
    padding-bottom: 32px;
  }

  .paragraph-milestone {
    width: 100%;
  }

  .number-block {
    padding: 30px;
  }

  .title-numbers-wrap {
    width: 45%;
  }

  .top-title-content {
    grid-column-gap: 100px;
  }

  .image-testimonials {
    width: 45%;
  }

  .testimonials-content {
    width: 55%;
    padding-left: 100px;
  }

  .testimonials-content.left {
    padding-right: 100px;
  }

  .collection-list-services-main {
    grid-column-gap: 30px;
  }

  .banner-title-services-wrapper {
    max-width: 600px;
  }

  .banner-title-team-wrapper {
    max-width: 600px;
    margin-bottom: 100px;
  }

  .numbers-wrap-home-3 {
    margin-right: 40px;
    padding-right: 40px;
  }

  .big-text-home-3 {
    max-width: 790px;
    font-size: 40px;
  }

  .banner-pricing-title {
    max-width: 600px;
  }

  .benefits-title {
    max-width: 510px;
  }

  .title-faq-wrap-center {
    max-width: 550px;
  }

  .accordion-wrap-column {
    flex: 1;
  }

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

  .banner-title-clients-wrapper {
    max-width: 600px;
    margin-bottom: 100px;
  }

  .banner-title-faq-wrapper {
    margin-bottom: 100px;
  }

  .banner-testimonials-title {
    max-width: 600px;
  }

  .approach-section-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    grid-template-columns: .8fr .8fr;
  }

  .avatars-block-approach {
    margin-top: 60px;
  }

  .lightbox-link {
    height: 260px;
  }

  .process-step {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .banner-process-title {
    max-width: 600px;
  }

  .form-section-title {
    width: 95%;
  }

  .portfolio-item-left-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-right: 60px;
  }

  .link-image-portfolio {
    width: 45%;
  }

  .banner-portfolio-title {
    max-width: 600px;
  }

  .link-image-project {
    height: 320px;
  }

  .banner-title-portfolio-2-wrapper {
    max-width: 500px;
    margin-bottom: 100px;
  }

  .banner-blog-title {
    max-width: 600px;
  }

  .banner-title-blog-center-wrapper {
    max-width: 650px;
    margin-bottom: 100px;
  }

  .banner-blog-3-title, .banner-portfolio-3-title {
    max-width: 650px;
  }

  .banner-title-blog-details-wrapper {
    max-width: 710px;
    margin-bottom: 100px;
  }

  .image-blog-details {
    object-position: 50% 20%;
  }

  .image-blog-details-wrapper {
    height: 500px;
  }

  .another-posts-title {
    max-width: 550px;
  }

  .service-item-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .banner-srvice-title {
    max-width: 680px;
  }

  .member-description-banner {
    padding-left: 100px;
    padding-right: 140px;
  }

  .paragraph-project-description {
    width: 85%;
  }

  .collection-item-project {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 30px;
  }

  .another-projects-title {
    max-width: 470px;
  }

  .project-flex {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .white-column-flex {
    padding-left: 40px;
    padding-right: 40px;
  }

  .utility-page-banner-title {
    margin-bottom: 100px;
  }
}

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

  .section.banner-home-2 {
    min-height: 810px;
    padding-top: 300px;
  }

  .section.banner-home-3 {
    min-height: 90vh;
    padding-top: 240px;
  }

  .section.banner-image {
    height: 550px;
  }

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

  .service-details-sidebar-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-testimonials-mask {
    width: 80%;
  }

  .testimonials-slider-author {
    margin-top: 30px;
  }

  .home-testimonials-slider {
    margin-left: 20%;
  }

  .testimonials-text-wrapper {
    padding: 40px 60px;
  }

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

  .banner-description-2 {
    font-size: 16px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 200px;
  }

  .logo-navbar {
    height: 59px;
  }

  .image-banner-1 {
    height: 300px;
  }

  .image-banner-2 {
    height: 250px;
  }

  .image-banner-3 {
    height: 280px;
  }

  .big-decor-wrapper {
    width: 80%;
    height: 80%;
    margin-top: 20px;
  }

  .widget-wrapper-1 {
    right: 80px;
  }

  .widget-wrapper-2 {
    right: 60px;
  }

  .colorblock-wrap {
    padding: 30px;
  }

  .about-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .title-about-wrapper, .title-services-wrap {
    width: auto;
    max-width: none;
  }

  .paragraph-large-banner {
    width: 92%;
  }

  .approach-section {
    padding-right: 80px;
  }

  .approach-image-wrapper {
    padding-left: 20px;
  }

  .title-reviews-wrap {
    width: 50%;
  }

  .blog-colorblock {
    padding-right: 60px;
  }

  .blog-post-description {
    padding-right: 0;
  }

  .title-faq-wrap {
    width: 50%;
  }

  .price-item.primary-price-relative, .price-item.price-item-absolute {
    width: 400px;
    padding: 40px;
  }

  .title-price-wrap {
    width: 50%;
  }

  .map-block {
    width: 60%;
  }

  .avatar-wrapper-map {
    width: 60px;
    height: 60px;
  }

  .image-column-services {
    padding-top: 40px;
  }

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

  .title-services-wrapper-home-2 {
    margin-bottom: 20px;
  }

  .title-team-wrap-home-2 {
    padding-right: 100px;
  }

  .cta-green-block {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .title-pricing-wrap {
    width: 30%;
  }

  .price-plans-wrapper {
    min-width: 780px;
  }

  .title-services-wrap-center {
    max-width: none;
  }

  .service-item-wrap {
    height: 100%;
  }

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

  .content-banner-home-3 {
    max-width: 900px;
  }

  .banner-title-about-wrapper {
    max-width: 700px;
  }

  .title-milestones-wrap-center {
    padding-right: 20px;
  }

  .testimonials-content {
    padding-left: 120px;
  }

  .testimonials-content.left {
    padding-right: 120px;
  }

  .collection-list-services-main {
    grid-column-gap: 40px;
  }

  .banner-title-team-wrapper {
    max-width: 650px;
  }

  .numbers-wrap-home-3 {
    margin-right: 60px;
  }

  .image-span, .image-span-second {
    width: 72px;
    height: 72px;
  }

  .banner-pricing-title, .banner-title-clients-wrapper {
    max-width: 700px;
  }

  .banner-title-faq-wrapper {
    max-width: 500px;
  }

  .approach-section-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .banner-process-title {
    max-width: 700px;
  }

  .banner-portfolio-title {
    max-width: 640px;
  }

  .banner-title-portfolio-2-wrapper {
    max-width: 600px;
  }

  .banner-blog-title {
    max-width: 640px;
  }

  .banner-title-blog-center-wrapper {
    max-width: 700px;
  }

  .banner-blog-3-title, .banner-portfolio-3-title {
    max-width: 750px;
  }

  .banner-title-blog-details-wrapper {
    max-width: 800px;
  }

  .banner-srvice-title {
    max-width: 760px;
  }

  .paragraph-project-description {
    width: 80%;
  }

  .banner-project-title {
    max-width: 640px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-home-2 {
    min-height: 940px;
    padding-top: 430px;
  }

  .section.uverview-section {
    min-height: 700px;
  }

  .section.image-section {
    min-height: 730px;
  }

  .section.banner-image {
    height: 600px;
  }

  .section.inner-banner-team, .section.inner-banner-gray, .section.inner-banner-contacts {
    padding-top: 200px;
  }

  .section.section-blog-post {
    margin-top: -45px;
  }

  .section.inner-banner-style-guide {
    padding-top: 200px;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.image-container {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-sidebar-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blog-sidebar-wrapper {
    grid-column-gap: 80px;
  }

  .sidebar-recent-posts {
    padding: 40px;
  }

  .service-details-content-wrapper {
    padding-right: 120px;
  }

  .sidebar-search {
    padding: 40px;
  }

  .home-testimonials-mask {
    width: 70%;
  }

  .home-testimonials-slider-arrow.right {
    left: 34%;
  }

  .home-testimonials-slider {
    margin-left: 26%;
  }

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

  .landing-banner-content {
    max-width: 1100px;
    margin-bottom: 100px;
  }

  .landing-banner-title {
    font-size: 70px;
  }

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

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

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

  .title-about-wrapper, .title-services-wrap {
    width: auto;
    max-width: none;
  }

  .label-wrap {
    align-self: flex-start;
  }

  .cta-paragraph {
    text-align: left;
  }

  .title-advantages {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-right: 80px;
  }

  .bottom-paragraph-wrapper {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .image-overview {
    object-fit: cover;
    width: 45%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .title-services-wrap-center {
    max-width: none;
  }

  .image-testimonials, .testimonials-content, .image-banner-r, .image-banner-l {
    width: 50%;
  }

  .approach-right-column-wrapper {
    padding-right: 0;
  }

  .image-service-details {
    height: 400px;
  }

  .member-description-banner {
    padding-left: 120px;
    padding-right: 100px;
  }

  ._404-numbers {
    font-size: 180px;
  }

  ._404-logo {
    height: 40px;
  }

  .uui-page-padding {
    background-color: var(--untitled-ui--gray300);
  }

  .heading-4 {
    text-align: left;
    align-self: flex-start;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 38px;
  }

  h5 {
    font-size: 22px;
  }

  blockquote {
    font-size: 28px;
  }

  .section.inner-banner {
    min-height: auto;
    padding-top: 160px;
    overflow: hidden;
  }

  .section.banner-home-1 {
    background-image: linear-gradient(120deg, #0000 31%, #fff), linear-gradient(#0000008a, #0000008a), url('../images/22298.jpg');
    background-position: 0 0, 0 0, 0 100%;
    background-size: auto, auto, cover;
    padding-top: 140px;
  }

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

  .section.cta-section-home-1 {
    background-position: 100%;
  }

  .section.banner-home-2 {
    min-height: 700px;
  }

  .section.uverview-section {
    min-height: 580px;
  }

  .section.image-section {
    background-position: 100%;
    min-height: 400px;
  }

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

  .section.banner-image {
    height: 400px;
  }

  .section.inner-banner-team, .section.inner-banner-gray, .section.inner-banner-contacts {
    padding-top: 160px;
  }

  .section.section-blog-post {
    margin-top: -45px;
  }

  .section.inner-banner-project {
    min-height: auto;
    padding-top: 160px;
    overflow: hidden;
  }

  .section.inner-banner-style-guide {
    padding-top: 160px;
  }

  .section.utitlity-page {
    min-height: auto;
    padding-top: 140px;
  }

  .section.search-banner {
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .base-container {
    max-width: 100%;
  }

  .grid-system-wrapper, .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button.hide-tab {
    display: none;
  }

  .primary-button.tab-button {
    margin-top: 28px;
    display: flex;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    display: block;
  }

  .nav-menu {
    background-color: var(--white);
    border-top-left-radius: 8px;
    flex-direction: column;
    width: 320px;
    margin-top: 10px;
    margin-left: 15px;
    inset: 0 auto 0% 0;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    color: var(--primary);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 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 {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    max-width: 550px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .blog-classic-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-post-image-wrapper {
    height: 380px;
  }

  .nav-menu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-sidebar-post-content {
    padding-left: 30px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-wrapper {
    grid-row-gap: 60px;
    flex-flow: column-reverse wrap;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
    display: flex;
  }

  .sidebar-recent-post-item {
    width: 100%;
  }

  .sidebar-recent-posts {
    margin-top: 16px;
  }

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

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

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-white.extra-width {
    max-width: 100%;
  }

  .contacts-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 20px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    padding-right: 60px;
  }

  .contacts-form-wrapper {
    min-height: 550px;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-form-title {
    margin-bottom: 32px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: .6fr .6fr .6fr 1.1fr;
  }

  .footer-logo {
    height: 35px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

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

  .search-section {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .service-details-content-wrapper {
    width: 60%;
    padding-right: 40px;
  }

  .accordion-wrap-one-column {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    top: 100px;
  }

  .accordion-wrapper-one-column {
    width: 80%;
  }

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

  .primary-button-white:hover {
    opacity: 1;
  }

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

  .form-text-field {
    width: 300px;
  }

  .project-template-banner-image {
    height: 400px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    position: static;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-testimonials-mask {
    width: 90%;
  }

  .home-testimonials-slider-arrow {
    display: none;
  }

  .home-testimonials-slider-arrow.right {
    left: 38%;
  }

  .home-testimonials-slider {
    padding-bottom: 0;
  }

  .testimonials-text-wrapper {
    padding: 15px;
  }

  .navbar-absolute {
    height: 60px;
  }

  .contacts-with-background {
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .conracts-with-bg-button {
    width: 25%;
  }

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

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

  .contacts-with-bg-text {
    width: 75%;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    background-color: var(--white);
    border-top-left-radius: 8px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 15px 0 15px 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 2px;
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .landing-banner-content {
    max-width: 700px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 20px;
    text-align: center;
    align-items: center;
    width: 55%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 60%;
  }

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

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper-2.landing {
    max-width: 500px;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .error-message {
    line-height: 1.2em;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrap.rows-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .icon-nav {
    width: 16px;
    height: 16px;
  }

  .left-column-banner {
    padding-right: 20px;
  }

  .title-banner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-wrapper-top-margin {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .avatar-wrapper {
    margin-left: -20px;
  }

  .avatars-banner-wrap {
    margin-left: 20px;
  }

  .right-column-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 40px;
  }

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

  .image-banner-2 {
    height: 200px;
  }

  .image-banner-3 {
    width: 70%;
    height: 220px;
  }

  .widget-wrapper-2 {
    bottom: 5px;
    right: 10px;
  }

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

  .round-button.project {
    width: 40px;
    height: 40px;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .big-number {
    font-size: 60px;
  }

  .logo-banner-wrapper {
    grid-column-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    margin-top: 5px;
  }

  .logo-banner-image {
    flex: none;
  }

  .numbers-line {
    width: 100%;
    height: 1px;
    inset: 0% 0% auto;
  }

  .about-section-wrapper {
    margin-top: 40px;
  }

  .image-about-wrapper {
    width: 50%;
    padding-right: 0;
  }

  .title-services-wrap {
    margin-bottom: 40px;
  }

  .image-decor-services {
    height: 65px;
    bottom: 20px;
    right: 20px;
  }

  .paragraph-large-banner {
    color: var(--white);
    width: 90%;
  }

  .approach-section {
    flex-flow: column;
    width: 100%;
  }

  .approach-items {
    width: 100%;
  }

  .approach-image-wrapper {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    margin-bottom: -80px;
    padding-left: 0;
    position: static;
  }

  .approach-title-wrapper {
    max-width: 340px;
    margin-bottom: 40px;
  }

  .subtitle-about {
    width: 100%;
  }

  .reviews-wrap {
    margin-top: 40px;
  }

  .testimonial-item {
    padding: 20px;
  }

  .image-review {
    width: 35%;
    height: auto;
  }

  .review-text-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .number-block-review {
    width: auto;
    margin-top: 32px;
    padding-top: 32px;
    padding-left: 0;
  }

  .reviews-name-wrap {
    margin-top: 16px;
  }

  .cta-content-wrapper {
    max-width: 480px;
  }

  .reviews-content {
    flex-flow: column;
    width: 70%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-point-item {
    padding: 20px;
  }

  .about-points-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-top: 40px;
  }

  .about-points-wrapper.hide-tab {
    display: none;
  }

  .about-points-wrapper.hide-desk {
    display: flex;
  }

  .heading-banner-home-1 {
    color: var(--light-gray);
  }

  .logo-tablet {
    height: 30px;
  }

  .counter-item {
    height: 60px;
  }

  .team-section-wrap {
    flex-flow: column;
  }

  .collection-list-wrapper-team {
    padding-left: 0;
  }

  .title-blog-wrap {
    margin-bottom: 40px;
  }

  .blog-section-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-colorblock {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: auto;
    padding-right: 200px;
  }

  .image-wrapper-about-us {
    max-height: none;
  }

  .about-us-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 60px;
  }

  .advantages-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-advantages {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .advantages-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph-big-advantages {
    max-width: none;
  }

  .bottom-paragraph-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 40px;
  }

  .buttom-advantages-wrapper {
    margin-top: 0;
  }

  .title-about-wrap-home-2 {
    margin-bottom: 40px;
  }

  .price-grid {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 50% 50%;
    place-items: stretch center;
    margin-top: 40px;
  }

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

  .title-faq-wrap {
    max-width: 460px;
    padding-right: 0;
  }

  .button-wrap-desk-copy.hide-tab {
    display: none;
  }

  .button-wrap-desk-copy.hide-desk {
    display: flex;
  }

  .price-item.primary-price {
    margin-left: 10px;
  }

  .price-item.center-item {
    width: 50%;
  }

  .price-item.margin-right {
    margin-right: 10px;
  }

  .price-item.primary-price-relative {
    flex: 1;
  }

  .price-item.price-item-absolute {
    flex: 1;
    position: static;
  }

  .title-price-wrap {
    max-width: 300px;
  }

  .map-block {
    width: 100%;
    height: 350px;
  }

  .map-section-wrapper {
    flex-flow: column;
  }

  .map-section-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .avatar-wrapper-map {
    margin-left: -20px;
  }

  .avatar-wrapper-map._2 {
    right: 350px;
  }

  .avatar-wrapper-map._1 {
    top: 40px;
    left: 140px;
  }

  .avatar-wrapper-map._4 {
    top: 100px;
    left: 100px;
  }

  .clients-number-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .service-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-column-services {
    padding-right: 20px;
  }

  .image-services-home-2 {
    height: 230px;
  }

  .services-column {
    margin-top: -30px;
    padding-left: 40px;
  }

  .button-services-wrapper {
    margin-top: 4px;
  }

  .button-services-wrapper.hide-mob {
    margin-top: 8px;
  }

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

  .avatar-wrapper-home-2 {
    margin-left: -20px;
  }

  .title-banner-wrapper-home-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .round-button-services {
    width: 32px;
    height: 32px;
  }

  .title-services-wrapper-home-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .title-team-wrap-home-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 40px;
  }

  .map-title-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .title-team {
    flex: 0 auto;
    max-width: 450px;
  }

  .arrow-services {
    width: 16px;
    height: 16px;
  }

  .about-us-section-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .description-about-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    max-width: 400px;
  }

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

  .cta-footer-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .6fr .6fr .6fr 1.1fr;
  }

  .mask-reviews {
    width: 350px;
  }

  .slide-reviews {
    margin-right: 16px;
    padding: 24px;
  }

  .reviews-title-wrapper-slider {
    max-width: 380px;
    margin-bottom: 40px;
  }

  .left-arrow-reviews, .right-arrow-reviews {
    top: 90px;
  }

  .image-overview {
    width: 40%;
  }

  .overview-content {
    width: 60%;
    padding-right: 60px;
  }

  .number-section-right-column {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .price-section-home-3 {
    flex-flow: column;
  }

  .title-pricing-wrap {
    max-width: 430px;
    margin-bottom: 40px;
  }

  .price-plans-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
    min-width: 100%;
  }

  .collection-list-blog-home-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-post-item {
    height: 100%;
  }

  .title-blog-wrap-center {
    width: 65%;
    margin-bottom: 40px;
  }

  .collection-list-services-home-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-item-description {
    padding-right: 0;
  }

  .title-services-wrap-center {
    max-width: 450px;
    margin-bottom: 40px;
  }

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

  .title-banner-wrapper-home-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-banner-home-3 {
    max-width: 600px;
  }

  .big-number-home-3 {
    font-size: 50px;
  }

  .banner-title-about-wrapper {
    max-width: 450px;
  }

  .milestone-grid {
    grid-column-gap: 60px;
  }

  .paragraph-milestone {
    width: 100%;
  }

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

  .title-numbers-wrap {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .top-title-content {
    grid-template-columns: 1fr;
    width: 60%;
    margin-bottom: 40px;
  }

  .image-testimonials.right {
    width: 35%;
  }

  .testimonials-content {
    padding-left: 60px;
  }

  .testimonials-content.left {
    width: 65%;
    padding-right: 60px;
  }

  .slider-testimonials {
    margin-top: 40px;
  }

  .testimonials-text {
    font-size: 20px;
  }

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

  .title-team-wrap-left {
    margin-bottom: 40px;
  }

  .team-title-wrap {
    max-width: 420px;
  }

  .collection-list-services-main {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-title-services-wrapper, .banner-title-team-wrapper {
    max-width: 450px;
  }

  .image-banner-r {
    height: 500px;
    top: 0;
  }

  .image-banner-l {
    height: 500px;
  }

  .collection-list-wrapper-team-main {
    padding-left: 0;
  }

  .collection-list-team-main {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-image-team-main {
    height: 350px;
  }

  .numbers-wrap-home-3 {
    margin-right: 0;
    padding-right: 40px;
  }

  .numbers-wrap-home-3.last-item {
    margin-left: 40px;
    padding-right: 0;
  }

  .numbers-wrap-home-3.second-item {
    border-right-style: none;
    margin-left: 40px;
    padding-right: 0;
  }

  .image-span, .image-span-second {
    width: 50px;
    height: 50px;
  }

  .stars-banner {
    margin-bottom: 24px;
  }

  .banner-pricing-title {
    max-width: 500px;
  }

  .benefits-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

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

  .benefits-title {
    max-width: 400px;
  }

  .title-faq-wrap-center {
    max-width: 460px;
    margin-bottom: 40px;
  }

  .faq-two-columns, .clients-grid-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .client-item {
    padding: 30px 20px;
  }

  .quote-clients {
    font-size: 18px;
  }

  .banner-title-clients-wrapper {
    max-width: 500px;
  }

  .reviews-wrap-main {
    margin-top: 40px;
  }

  .banner-testimonials-title {
    max-width: 450px;
  }

  .approach-section-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.1fr .8fr;
  }

  .lightbox-link {
    height: 300px;
  }

  .process-step {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .process-title-wrap {
    max-width: 420px;
    margin-bottom: 40px;
  }

  .banner-process-title {
    max-width: 450px;
  }

  .number-items-wrapper {
    margin-top: 32px;
  }

  .collection-list-portfolio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .portfolio-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
  }

  .portfolio-item-left-column {
    padding-right: 0;
  }

  .link-image-portfolio {
    width: 100%;
    height: 220px;
  }

  .title-projects-wrap-center {
    max-width: 360px;
    margin-bottom: 40px;
  }

  .banner-portfolio-title {
    max-width: 450px;
  }

  .collection-list-portfolio-2 {
    grid-column-gap: 24px;
  }

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

  .banner-blog-title {
    max-width: 450px;
  }

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

  .link-image-portfolio-3 {
    width: 45%;
  }

  .project-3-description {
    width: 55%;
  }

  .collection-list-portfolio-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-title-blog-details-wrapper {
    max-width: 540px;
  }

  .image-blog-details-wrapper {
    height: 380px;
  }

  .another-posts-top-wrapper {
    margin-bottom: 40px;
  }

  .post-wrapper {
    max-width: 100%;
  }

  .service-item-sidebar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .banner-srvice-title {
    max-width: 520px;
  }

  .team-details-image-wrapper {
    height: 450px;
  }

  .member-description-banner {
    padding-left: 60px;
  }

  .team-details-big-description-wrapper {
    max-width: 100%;
  }

  .paragraph-project-description {
    width: 100%;
  }

  .project-description {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .another-projects-top-wrapper {
    margin-bottom: 40px;
  }

  .collection-list-portfolio-another {
    grid-column-gap: 24px;
  }

  .another-projects-title {
    max-width: 370px;
  }

  .project-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .column-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .white-column-flex {
    padding: 20px 20px 0;
  }

  .approach-image-wrap, .final-image-wrapper {
    height: 400px;
  }

  ._404-numbers {
    font-size: 140px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

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

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.mission-flex {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    margin-top: 64px;
    margin-left: 0;
    display: flex;
  }

  .cf-mission-upper-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .cf-mission-image-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-mission-text-container {
    width: 100%;
  }

  .cf-mission-special-image {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .mission-image-container {
    width: 100%;
    max-width: 600px;
    margin-bottom: 60px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-section-2, .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  h5 {
    font-size: 20px;
  }

  blockquote {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
  }

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

  .section.inner-banner {
    padding-top: 140px;
  }

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

  .section.banner-home-1 {
    padding-top: 120px;
  }

  .section.cta-section-home-1 {
    background-position: 0%;
  }

  .section.uverview-section {
    flex-flow: column;
  }

  .section.inner-banner-team, .section.inner-banner-gray, .section.inner-banner-contacts {
    padding-top: 140px;
  }

  .section.section-blog-post {
    margin-top: -25px;
  }

  .section.team-details {
    padding-top: 35px;
  }

  .section.inner-banner-project {
    padding-top: 140px;
  }

  .section.project-section {
    margin-top: -25px;
  }

  .section.inner-banner-style-guide {
    padding-top: 140px;
  }

  .section.utitlity-page {
    padding-top: 120px;
  }

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

  .base-container {
    max-width: 100%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid var(--gray);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    flex-direction: column;
  }

  .grid-system.top {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    width: 100%;
  }

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

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

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

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

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

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

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    max-width: 500px;
  }

  .coming-soon-input {
    min-width: 280px;
  }

  .blog-classic-post-image-wrapper {
    height: 320px;
  }

  .blog-sidebar-post-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .blog-sidebar-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    column-count: 1;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-sidebar-post-image {
    object-position: 50% 30%;
  }

  .blog-sidebar-post-image-link {
    width: 100%;
  }

  .footer {
    padding-bottom: 30px;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
    margin-top: 30px;
    padding-top: 30px;
  }

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

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

  .free-trial-title {
    margin-bottom: 20px;
  }

  .contacts-grid {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact-item {
    width: 100%;
  }

  .accordion-toggle {
    justify-content: space-between;
    align-items: flex-end;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .accordion-list-content {
    margin-top: 6px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .contacts-form-wrapper {
    width: 100%;
    min-height: auto;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .footer-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: .6fr .6fr .6fr;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .service-details-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-3-form {
    flex-wrap: wrap;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .home-testimonials-mask {
    width: 95%;
  }

  .home-testimonials-slider-arrow.right {
    left: 40%;
  }

  .home-testimonials-slider {
    margin-left: 6%;
  }

  .home-testimonials-slide {
    margin-right: 40px;
  }

  .contacts-with-background {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-with-background.contact-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .conracts-with-bg-button {
    width: auto;
  }

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

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

  .contacts-with-bg-text {
    text-align: center;
    width: 100%;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style {
    text-align: justify;
  }

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

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--gray);
    border-top-style: none;
  }

  .style-guide-tab-link.first {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }

  .style-guide-tab-link.last {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--gray);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .grid-title.last {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-landing-customers {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 70%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

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

  .landing-customers-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-position: 143% 23%, -28% 38%;
    background-size: auto 260px, auto 220px;
  }

  .success-message.contacts {
    margin-top: 0;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .btn-flex-wrap, .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-column-banner {
    width: 100%;
    padding-right: 0;
  }

  .primary-button-green.hide-mob {
    display: none;
  }

  .primary-button-green.button-mob {
    margin-top: 32px;
  }

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

  .banner-content-home-1 {
    flex-flow: column;
  }

  .right-column-banner {
    width: 100%;
    margin-top: 48px;
    padding-left: 0;
  }

  .title-numbers-wrapper {
    grid-template-columns: 1fr;
  }

  .colorblock-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .big-number {
    font-size: 50px;
  }

  .logo-banner-wrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 14px;
  }

  .logo-banner-image {
    height: 30px;
  }

  .image-about {
    object-position: 50% 20%;
  }

  .about-section-wrapper {
    flex-flow: column;
  }

  .image-about-wrapper {
    width: 100%;
    height: 360px;
  }

  .about-content-wrap {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .title-about-wrapper, .title-services-wrap {
    max-width: 90%;
  }

  .label-wrap {
    margin-bottom: 16px;
  }

  .paragraph-large-banner {
    width: 100%;
  }

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

  .approach-image-wrapper {
    margin-bottom: -60px;
  }

  .email-footer-block {
    flex-flow: column;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .email-column-wrapper {
    text-align: left;
    margin-top: 20px;
  }

  .buttom-about-wrapper {
    margin-top: 40px;
    display: flex;
  }

  .buttom-about-wrapper.hide-mob {
    display: none;
  }

  .buttom-about-wrapper.hide-desk {
    display: flex;
  }

  .approach-title-wrapper {
    max-width: 90%;
  }

  .question-title-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .question-title-wrap.padding {
    padding-right: 60px;
  }

  .round-button-faq {
    width: 40px;
    height: 40px;
    position: absolute;
    inset: 10px 0% auto auto;
  }

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

  .image-review {
    object-position: 50% 35%;
    width: 100%;
    height: 340px;
  }

  .number-block-review {
    margin-top: 24px;
    padding-top: 24px;
  }

  .reviews-numbers-wrap {
    flex: none;
  }

  .cta-content-wrapper {
    max-width: 90%;
  }

  .copyright-links-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .title-reviews-wrap {
    max-width: 90%;
  }

  .reviews-content {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrap-desk {
    display: none;
  }

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

  .about-points-wrapper.hide-desk {
    margin-top: 28px;
  }

  .numbers-title-wrap {
    margin-top: 36px;
  }

  .logo-icon-wrap {
    padding: 10px;
  }

  .counter-item {
    height: 50px;
  }

  .buttom-cta-wrapper {
    display: flex;
  }

  .collection-list-team {
    grid-column-gap: 16px;
  }

  .buttom-team-wrapper {
    margin-top: 40px;
    display: flex;
  }

  .buttom-team-wrapper.hide-mob {
    display: none;
  }

  .buttom-team-wrapper.hide-desk {
    display: flex;
  }

  .title-blog-wrap {
    max-width: 400px;
  }

  .collection-list-blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-colorblock {
    padding-right: 80px;
  }

  .image-wrapper-about-us {
    width: 100%;
    height: 280px;
  }

  .about-us-content-wrap {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .paragraph-big-advantages {
    max-width: 250px;
  }

  .bottom-paragraph-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 0;
  }

  .buttom-advantages-wrapper {
    display: flex;
  }

  .section-about-us {
    flex-flow: column;
  }

  .price-item-bottom-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .price-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-faq-wrap {
    max-width: 90%;
  }

  .button-wrap-desk-copy {
    display: none;
  }

  .price-item {
    width: 80%;
    padding: 30px;
  }

  .price-item.primary-price {
    margin-left: 0;
  }

  .price-item.center-item {
    width: 80%;
  }

  .price-item.margin-right {
    margin-right: 0;
  }

  .price-item.primary-price-relative, .price-item.price-item-absolute {
    width: 100%;
  }

  .title-price-wrap {
    max-width: 280px;
  }

  .map-section-wrapper {
    margin-top: -20px;
  }

  .map-section-content {
    width: 85%;
    margin-top: 0;
  }

  .avatar-wrapper-map._2 {
    right: 220px;
  }

  .buttom-clients-wrapper {
    display: flex;
  }

  .services-content-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .image-column-services {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }

  .services-column {
    width: 100%;
    margin-top: 12px;
    padding-left: 0;
  }

  .button-services-wrapper.hide-mob {
    display: none;
  }

  .button-services-wrapper.hide-desk {
    margin-top: 32px;
    display: flex;
  }

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

  .approach-item {
    padding-right: 0;
  }

  .button-wrapper-top-margin-home-2 {
    margin-top: 24px;
  }

  .title-services-wrapper-home-2 {
    max-width: 50%;
  }

  .map-title-wrap {
    width: 70%;
  }

  .cta-green-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cta-footer-block {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .slider-reviews {
    padding-bottom: 70px;
  }

  .reviews-title-wrapper-slider {
    max-width: 320px;
  }

  .left-arrow-reviews {
    inset: auto 50px 0% 0;
  }

  .right-arrow-reviews {
    inset: auto 0 0% 50px;
  }

  .image-overview {
    width: 100%;
    height: 350px;
    position: static;
  }

  .overview-content {
    width: 100%;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .numbers-section-wrapper-home-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .title-pricing-wrap {
    max-width: 350px;
  }

  .price-plans-wrapper {
    flex-flow: column;
  }

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

  .image-blog {
    object-position: 50% 20%;
  }

  .title-blog-wrap-center {
    width: 75%;
  }

  .collection-list-services-home-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .service-item-description {
    margin-top: 16px;
  }

  .title-services-wrap-center {
    max-width: 400px;
  }

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

  .big-number-home-3 {
    font-size: 50px;
  }

  .label-banner {
    margin-bottom: 16px;
  }

  .banner-title-about-wrapper {
    max-width: 420px;
  }

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

  .title-milestones-wrap-center {
    width: 75%;
  }

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

  .number-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .numbers-button-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 16px;
  }

  .top-title-content {
    width: 100%;
  }

  .image-testimonials {
    width: 100%;
    height: 300px;
    margin-bottom: -60px;
    position: static;
  }

  .image-testimonials.right {
    width: 100%;
  }

  .testimonials-content {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
  }

  .testimonials-content.left {
    width: 100%;
    padding-right: 0;
  }

  .button-mob {
    margin-top: 32px;
    display: flex;
  }

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

  .banner-title-services-wrapper {
    max-width: 400px;
  }

  .banner-title-team-wrapper {
    max-width: 400px;
    margin-bottom: 60px;
  }

  .image-banner-r {
    display: none;
  }

  .image-banner-l {
    width: 100%;
    left: 0%;
  }

  .big-text-home-3 {
    max-width: 100%;
    font-size: 28px;
  }

  .services-section-home-2 {
    flex-flow: column;
  }

  .collection-item-blog-post {
    padding: 15px;
  }

  .banner-pricing-title {
    max-width: 450px;
  }

  .benefits-title {
    max-width: 350px;
  }

  .benefits-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .title-faq-wrap-center {
    max-width: 430px;
  }

  .faq-two-columns {
    flex-flow: column;
  }

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

  .clients-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .clients-logo-image {
    height: 35px;
  }

  .banner-title-clients-wrapper {
    max-width: 460px;
    margin-bottom: 60px;
  }

  .banner-title-faq-wrapper {
    max-width: 400px;
    margin-bottom: 60px;
  }

  .banner-testimonials-title {
    max-width: 400px;
  }

  .approach-right-column-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .approach-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.1fr;
  }

  .avatars-block-approach {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 32px;
  }

  .lightbox-link {
    height: 250px;
  }

  .process-step {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .process-title-wrap {
    max-width: 380px;
  }

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

  .title-projects-wrap-center {
    max-width: 320px;
  }

  .banner-portfolio-title {
    max-width: 400px;
  }

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

  .banner-title-portfolio-2-wrapper {
    max-width: 400px;
    margin-bottom: 60px;
  }

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

  .banner-blog-title {
    max-width: 400px;
  }

  .banner-title-blog-center-wrapper {
    margin-bottom: 60px;
  }

  .article-blog-3 {
    flex-flow: column;
  }

  .div-block-72 {
    margin-top: 16px;
    margin-bottom: 10px;
  }

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

  .banner-blog-3-title {
    max-width: 450px;
  }

  .link-image-portfolio-3 {
    width: 100%;
    height: 300px;
  }

  .project-3-description {
    width: 100%;
  }

  .project-3-title-wrapper {
    margin-bottom: 10px;
  }

  .banner-portfolio-3-title {
    max-width: 450px;
  }

  .banner-title-blog-details-wrapper {
    max-width: 450px;
    margin-bottom: 60px;
  }

  .another-posts-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-service-wrapper {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .banner-srvice-title {
    max-width: 450px;
  }

  .team-details-banner {
    flex-flow: column;
  }

  .team-details-image-wrapper {
    width: 100%;
    height: 380px;
  }

  .image-member {
    object-position: 50% 30%;
  }

  .member-description-banner {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .bottom-description {
    margin-top: 30px;
  }

  .collection-item-project {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .collection-item-project:nth-child(2n) {
    flex-flow: column;
  }

  .another-projects-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .another-projects-title {
    max-width: 350px;
  }

  .project-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-flex.direction {
    flex-flow: column-reverse;
  }

  .column-description, .white-column-flex {
    width: 100%;
  }

  .project-section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .approach-image-wrap, .final-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .utility-page-banner-title {
    margin-bottom: 60px;
  }

  .style-guide-tab-content-typography-wrapper {
    grid-row-gap: 40px;
  }

  ._404-numbers {
    font-size: 120px;
  }

  ._404-logo {
    height: 30px;
  }

  ._404-logo-wrap {
    padding-left: 0;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

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

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-layout70_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-layout70_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

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

  .uui-space-small {
    min-height: 1.25rem;
  }

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

  .cf-wrapper-1160.mission-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-mission-image-wrapper.small {
    margin-right: 0;
  }

  .cf-mission-special-image {
    width: 30%;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-5-spacing.spark-flipped-row {
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-three-image-grid {
    width: 100%;
    position: relative;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .section.inner-banner {
    padding-top: 140px;
  }

  .section.banner-home-1 {
    background-image: linear-gradient(120deg, #0000 31%, #fff), linear-gradient(#0000, #0000), url('../images/22298.jpg');
    background-position: 0 0, 0 0, 30%;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, auto, cover;
  }

  .section.cta-section-home-1 {
    background-position: 0 100%;
    background-size: cover;
  }

  .section.banner-home-2 {
    padding-top: 200px;
  }

  .section.image-section {
    background-position: 75%;
  }

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

  .section.banner-image {
    height: 294px;
  }

  .section.inner-banner-team, .section.inner-banner-gray, .section.inner-banner-contacts, .section.inner-banner-project, .section.inner-banner-style-guide, .section.search-banner {
    padding-top: 140px;
  }

  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-system.top {
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.dark {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    border-top-right-radius: 8px;
    width: auto;
    margin-right: 15px;
    right: 0;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .close-menu-button.w--open {
    padding-right: 15px;
  }

  .licensing-title-wrapper {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .utility-page-content {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: stretch;
    max-width: 100%;
  }

  .coming-soon-form {
    flex-flow: column;
    width: 1005px;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-recent-posts-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .sidebar-recent-post {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1.6em;
  }

  .section-title-wrapper {
    max-width: 100%;
  }

  .paragraph-large, .text-white {
    text-align: justify;
  }

  .accordion-list-content {
    width: 100%;
  }

  .accordion-title {
    font-size: 20px;
  }

  .contacts-content-wrapper {
    padding-right: 0;
  }

  .contacts-form-wrapper {
    padding: 20px;
  }

  .contacts-form-title {
    text-align: left;
  }

  .footer-wrapper {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
    margin-bottom: 40px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .about-3-form {
    justify-content: center;
  }

  .form-text-field {
    width: 100%;
  }

  .sidebar-search {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .home-testimonials-mask {
    margin-top: 0;
  }

  .home-testimonials-slider-arrow.right {
    left: 45%;
  }

  .home-testimonials-slide {
    margin-right: 30px;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .search {
    flex-flow: column;
  }

  .menu-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .tablet-menu {
    border-top-right-radius: 8px;
    width: 100%;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-icon-style {
    max-height: 50px;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .free-trial-wrapper-2.landing {
    max-width: 100%;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .licensing-footer-link {
    text-align: center;
    line-height: 1.6em;
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 0;
  }

  .logo-navbar {
    height: 50px;
  }

  .left-column-banner {
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
  }

  .button-wrapper-top-margin {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

  .avatar-wrapper {
    width: 50px;
    height: 50px;
  }

  .avatars-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .numbers-banner {
    font-size: 28px;
  }

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

  .image-banner-2 {
    width: 100%;
    max-width: 100%;
    height: 106px;
  }

  .widget-wrapper-1 {
    left: 20px;
    right: -40px;
  }

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

  .services-image-grid {
    height: 280px;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr;
  }

  .big-number.clients-numbers {
    font-size: 40px;
  }

  .logo-banner-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .image-about {
    width: auto;
    height: 80%;
  }

  .image-about-wrapper {
    justify-content: center;
    align-items: flex-end;
    width: auto;
  }

  .about-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .title-about-wrapper, .title-services-wrap {
    max-width: 100%;
  }

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

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

  .paragraph-large-banner {
    color: var(--untitled-ui--gray700);
  }

  .approach-items {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .icon-text-wrap {
    padding-right: 0;
  }

  .email-footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .email-column-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .buttom-about-wrapper.hide-desk {
    justify-content: center;
    align-items: center;
  }

  .approach-title-wrapper {
    max-width: 100%;
  }

  .text-field {
    padding-left: 16px;
    padding-right: 120px;
  }

  .form-block-footer, .email-title-wrapper, .cta-content-wrapper {
    max-width: 100%;
  }

  .cta-paragraph {
    text-align: justify;
  }

  .footer-paragraph, .title-reviews-wrap {
    max-width: 100%;
  }

  .about-points-wrapper.hide-desk {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .heading-banner-home-1 {
    color: var(--primary);
    max-width: 100%;
  }

  .logo-tablet {
    height: 25px;
  }

  .counter-item.clients-numbers {
    height: 40px;
  }

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

  .title-blog-wrap {
    max-width: 100%;
  }

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

  .blog-colorblock {
    padding-right: 20px;
  }

  .image-decor-blog {
    height: 70px;
  }

  .about-us-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .paragraph-big-advantages {
    max-width: none;
  }

  .bottom-paragraph-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .title-about-wrap-home-2 {
    max-width: 100%;
  }

  .price-item-top-content {
    margin-bottom: 32px;
  }

  .title-faq-wrap {
    max-width: 100%;
  }

  .price-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-item.center-item {
    width: 100%;
  }

  .title-price-wrap {
    max-width: 100%;
  }

  .map-section-wrapper {
    margin-top: -60px;
  }

  .clients-number-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .map-section-content {
    width: 100%;
  }

  .avatar-wrapper-map {
    width: 40px;
    height: 40px;
  }

  .avatar-wrapper-map._3 {
    right: 40px;
  }

  .avatar-wrapper-map._2 {
    top: 80px;
    left: 220px;
    right: auto;
  }

  .avatar-wrapper-map._1 {
    top: 100px;
  }

  .avatar-wrapper-map._4 {
    top: 140px;
    left: 40px;
  }

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

  .button-wrapper-top-margin-home-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .avatar-wrapper-home-2 {
    width: 50px;
    height: 50px;
  }

  .numbers-banner-copy-copy {
    font-size: 28px;
  }

  .avatars-block-home-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .big-text-about-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .title-services-wrapper-home-2 {
    max-width: 100%;
  }

  .title-team-wrap-home-2, .map-title-wrap {
    width: 100%;
  }

  .title-team {
    max-width: 100%;
  }

  .about-us-section-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .description-about-wrapper {
    width: 100%;
    max-width: none;
  }

  .cta-footer-block {
    text-align: center;
    justify-content: center;
  }

  .mask-reviews {
    width: 100%;
  }

  .slide-reviews {
    padding: 20px;
  }

  .quote-review {
    font-size: 18px;
  }

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

  .reviews-title-wrapper-slider {
    max-width: 100%;
  }

  .number-section-right-column {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .title-pricing-wrap, .title-blog-wrap-center {
    width: 100%;
  }

  .title-services-wrap-center {
    max-width: 100%;
  }

  .banner-inner-image {
    height: 100%;
  }

  .banner-title-about-wrapper {
    max-width: 100%;
  }

  .paragraph-milestone {
    text-align: justify;
  }

  .title-milestones-wrap-center {
    width: 100%;
  }

  .title-numbers-wrap {
    max-width: 100%;
  }

  .slider-testimonials {
    padding-bottom: 70px;
  }

  .left-arrow-testimonials {
    left: 0;
    right: 50px;
  }

  .right-arrow-testimonials {
    left: 50px;
  }

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

  .title-team-wrap-left {
    width: 100%;
  }

  .team-title-wrap {
    max-width: 100%;
  }

  .inner-banner-heading {
    text-align: left;
    font-size: 51px;
  }

  .banner-title-services-wrapper, .banner-title-team-wrapper {
    max-width: 100%;
  }

  .image-banner-r {
    display: none;
    top: 0;
  }

  .image-banner-l {
    left: 0%;
  }

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

  .numbers-wrap-home-3 {
    border-bottom: 1px solid var(--gray-50);
    border-right-style: none;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .numbers-wrap-home-3.last-item, .numbers-wrap-home-3.second-item {
    margin-left: 0;
  }

  .banner-pricing-title {
    max-width: 100%;
  }

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

  .benefits-title, .title-faq-wrap-center {
    max-width: 100%;
  }

  .client-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .banner-title-clients-wrapper, .banner-title-faq-wrapper, .banner-testimonials-title {
    max-width: 100%;
  }

  .approach-right-column-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column-reverse wrap-reverse;
  }

  .avatars-block-approach {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 24px;
  }

  .process-title-wrap, .banner-process-title {
    max-width: 100%;
  }

  .portfolio-item-wrapper {
    padding: 16px;
  }

  .title-projects-wrap-center, .banner-portfolio-title {
    max-width: 100%;
  }

  .title-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .banner-title-portfolio-2-wrapper {
    max-width: 100%;
  }

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

  .banner-blog-title {
    max-width: 100%;
  }

  .article {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-title-blog-center-wrapper {
    max-width: 100%;
  }

  .link-image-recent-post {
    width: 100%;
    height: 130px;
  }

  .collection-list-sidebar {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .banner-blog-3-title, .banner-portfolio-3-title, .banner-title-blog-details-wrapper, .banner-srvice-title, .another-projects-title {
    max-width: 100%;
  }

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

  .heading-2 {
    text-align: left;
    font-size: 32px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.mission-flex {
    padding-bottom: 100px;
  }

  .cf-mission-hero-image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 34px;
  }

  .cf-mission-text-grid {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cf-mission-image._1 {
    width: 100%;
  }

  .cf-mission-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    text-align: left;
    font-size: 2.6rem;
    text-decoration: none;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    text-align: justify;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-with-background-image {
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .bold-text-4 {
    font-size: 2.2rem;
  }

  .bold-text-5 {
    font-size: 33px;
    font-weight: 700;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    text-align: justify;
  }

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

  .paragraph-4 {
    text-align: justify;
  }

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

  .paragraph-5 {
    text-align: justify;
  }
}

#w-node-_9ad805da-8057-52a3-8b20-8881f5f21c05-273eec90 {
  align-self: end;
}

#w-node-_9d3af6f7-c7fc-4c36-d23e-9f3eb2674a34-273eec90 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_9f90d535-2021-b7d5-7d86-c348110f9e7f-273eec90 {
  grid-area: Area-3;
}

#w-node-_9f90d535-2021-b7d5-7d86-c348110f9e80-273eec90 {
  grid-area: Area-2;
}

#w-node-_9f90d535-2021-b7d5-7d86-c348110f9e81-273eec90 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-_620a574c-9b71-5d31-57f4-54f32fb19c7f-273eec8a {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_620a574c-9b71-5d31-57f4-54f32fb19c81-273eec8a {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-bf9d9f2f-4a97-0752-c5d3-e2a85c1ac5ea-273eec93 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-bf9d9f2f-4a97-0752-c5d3-e2a85c1ac5ec-273eec93 {
    grid-area: 3 / 3 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c9a-634f2c73 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_620a574c-9b71-5d31-57f4-54f32fb19c7d-273eec8a, #w-node-bf9d9f2f-4a97-0752-c5d3-e2a85c1ac5e8-273eec93 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-b14d539f-b924-e204-7fe5-c537993f4602-273eec95, #w-node-_2caf4eaa-a837-0a8d-55b7-0da87baa904f-273eec95 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c8f-634f2c73 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c9a-634f2c73 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_620a574c-9b71-5d31-57f4-54f32fb19c81-273eec8a, #w-node-bf9d9f2f-4a97-0752-c5d3-e2a85c1ac5ec-273eec93 {
    grid-area: 5 / 2 / 6 / 3;
  }
}


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