:root {
  --black: #000;
  --primary: #ffd490;
  --paragraph-gray: #fff;
  --white: #fffffe;
  --transparent: #0000;
  --beige: #fff1e5;
  --primary-light: #faecd8;
  --shadow-gray: #21266a14;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --light-beige: var(--white);
  --image-radius: 6px;
  --radius-large: 56px;
  --button-radius: 46px;
  --color: white;
  --red: var(--paragraph-gray);
}

body {
  color: var(--black);
  letter-spacing: -.9px;
  font-family: Karla, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
}

h1 {
  color: var(--black);
  text-align: center;
  letter-spacing: -2.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.3em;
}

h2 {
  color: var(--black);
  letter-spacing: -2.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3em;
}

h3 {
  color: var(--black);
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--black);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  color: var(--black);
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: -.4px;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--black);
  cursor: pointer;
  align-items: center;
  font-family: Karla, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

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

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  letter-spacing: -.4px;
  align-items: center;
  font-family: Karla, sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

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

label {
  color: var(--primary);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

blockquote {
  text-align: center;
  letter-spacing: -1px;
  background-image: url("https://cdn.prod.website-files.com/676e4e82f705adf7c60eff1f/676e4e82f705adf7c60eff64_Quote-icon.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-left: 1px #000;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 0;
  font-family: Karla, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

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

.section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.overflow-hidden {
  background-color: var(--white);
  color: var(--black);
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.desktop-no-bottom-space {
  padding-bottom: 0;
}

.section.no-top-space {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.circle-shadow {
  background-color: var(--transparent);
  background-image: url("https://cdn.prod.website-files.com/676e4e82f705adf7c60eff1f/676e4e82f705adf7c60eff41_Circle%20Shadow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.lines-bg {
  padding-bottom: 20px;
  overflow: hidden;
}

.section.section-top-gradient {
  padding-top: 345px;
}

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

.section.banner-dark {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  display: flex;
}

.section.black-bg-bottom-space-medium {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-bottom: 0;
}

.section.bottom-space-large {
  padding-bottom: 130px;
}

.section.black-bg-no-top-space {
  background-color: #fff;
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  -webkit-text-stroke-color: var(--black);
  border: 1px solid #fff;
  padding-top: 0;
}

.section.with-gradient-bottom-space {
  background-image: url("https://cdn.prod.website-files.com/676e4e82f705adf7c60eff1f/676e4e82f705adf7c60eff49_BG.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 160px;
}

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

.section.banner-transparent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  margin-top: -72px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.section.banner-full-height {
  padding-top: 154px;
}

.section.banner-medium {
  opacity: .8;
  background-image: url("https://cdn.prod.website-files.com/676e4e82f705adf7c60eff1f/67cedf35faf89acddabcc95c_aircraft.jpg"), linear-gradient(#00000080, #00000080);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  min-height: 450px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.section.fixed-image {
  background-image: linear-gradient(#0006, #0006), url("https://cdn.prod.website-files.com/676e4e82f705adf7c60eff1f/676e4e82f705adf7c60f0065_pexels-tiger-lily-4484078.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-large-height {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.black-bg-bottom-space-small {
  background-color: var(--transparent);
  padding-bottom: 10px;
}

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

.section.section-top-gradient-no-bottom-space {
  padding-top: 345px;
  padding-bottom: 0;
}

.section.banner-dark-medium {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  min-height: 570px;
  display: flex;
}

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

.section.landing-banner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.banner-transparent-top-space {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

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

.section.desktop-no-bottom-space-visible {
  background-color: #fff0;
  padding-bottom: 0;
  overflow: visible;
}

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

.base-container {
  z-index: 1;
  background-color: var(--transparent);
  pointer-events: auto;
  backface-visibility: visible;
  max-width: 1200px;
  color: var(--black);
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

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

.primary-button {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  text-align: center;
  letter-spacing: -.8px;
  -webkit-text-stroke-color: var(--primary);
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 56px;
  padding: 16px 30px;
  font-family: Karla, sans-serif;
  font-size: 16px;
  line-height: 1em;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

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

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

.primary-button.search-button {
  font-family: Karla, sans-serif;
}

.primary-button.box-shadow {
  box-shadow: 0 20px 50px 0 var(--shadow-gray);
}

.primary-button.box-shadow:hover {
  background-color: var(--primary);
}

.primary-button.mt-15 {
  margin-top: 15px;
  font-family: Karla, sans-serif;
}

.primary-button.contact-us-button:hover {
  border-color: var(--black);
}

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

.navbar {
  border-bottom: 1px solid var(--beige);
  background-color: var(--white);
  width: 100%;
  height: 60.6667px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  position: sticky;
}

.navbar.transparent {
  background-color: var(--transparent);
  color: var(--black);
  cursor: auto;
  border-bottom-style: none;
}

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

.blog-grid-item {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 0;
}

.footer {
  background-color: var(--white);
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
  transition: opacity .2s;
  display: block;
}

.white-text, .footer-brand {
  color: #fff;
}

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

.search-wrap-input {
  height: 60px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #0000;
  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;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.footer-line-divider {
  width: 100%;
  height: 1px;
  color: var(--black);
  background-color: #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-text-wrapper-left {
  width: 50%;
}

.footer-text {
  background-image: linear-gradient(90deg, #ffd490, var(--black));
  color: var(--primary);
  text-align: left;
  letter-spacing: -3.5px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2em;
  transition: opacity .2s;
  display: block;
}

.text-span-primary-color {
  color: var(--primary);
  letter-spacing: -3.5px;
  font-weight: 600;
}

.footer-social-link {
  border: 1px solid #000;
  border-radius: 56px;
  padding: 8px 12px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.footer-social-link:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.footer-social-link.white-social-link {
  border-color: var(--black);
  color: var(--black);
  -webkit-text-stroke-color: var(--primary);
  -webkit-text-fill-color: inherit;
  cursor: default;
  mix-blend-mode: normal;
  background-clip: padding-box;
  position: static;
  overflow: visible;
}

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

.footer-social-link-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: wrap;
  display: flex;
}

.footer-text-wrapper-right {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex-wrap: wrap;
  width: 40%;
  display: flex;
}

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

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

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

.footer-links-center-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-bottom-left-holder {
  grid-column-gap: 30px;
  align-items: center;
  width: 66%;
  display: flex;
}

.footer-rights-wrapper-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.image-overlay {
  border-radius: var(--image-radius);
  background-color: #02020291;
  position: absolute;
  inset: 0%;
}

.banner-center-wrapper-medium {
  z-index: 2;
  text-align: center;
  cursor: auto;
  flex-direction: column;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.gradient-title {
  background-image: linear-gradient(90deg, var(--primary), var(--black));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex: 0 auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.gradient-title.title-bottom-space {
  margin-top: auto;
  margin-bottom: 24px;
  padding-left: 10px;
  display: block;
}

.gradient-title.h3-style-large {
  font-size: 36px;
}

.banner-background {
  width: 100%;
  color: var(--black);
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.blog-image {
  border-radius: 6px;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-image:hover {
  color: var(--black);
}

.description-text {
  grid-row-gap: 30px;
  background-color: var(--white);
  width: 100%;
  box-shadow: 0 -5px 20px 0 var(--shadow-gray);
  border-radius: 6px;
  flex-direction: column;
  margin-bottom: -30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 30px;
  display: flex;
  position: relative;
}

.description-text.first {
  width: 70%;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.all-caps-text {
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.white-link {
  color: var(--black);
  transition: color .3s;
}

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

.logo {
  object-fit: cover;
  height: 60px;
}

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

.footer-copyright.white {
  color: var(--black);
}

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

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

.section-2 {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--black);
  overflow-wrap: normal;
  cursor: pointer;
  mix-blend-mode: normal;
}

.div-block-7 {
  -webkit-text-stroke-color: var(--primary);
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-2 {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.button-5 {
  color: var(--black);
  background-color: #3898ec00;
}

@media screen and (min-width: 1280px) {
  h1 {
    width: auto;
    color: var(--primary);
    font-size: 44px;
  }

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

  .section.circle-shadow {
    padding-top: 0;
    padding-bottom: 150px;
  }

  .section.section-top-gradient {
    background-position: 100% 100%;
    padding-top: 395px;
  }

  .section.banner-dark {
    min-height: 680px;
    padding-bottom: 140px;
  }

  .section.black-bg-bottom-space-medium {
    padding-bottom: 50px;
  }

  .section.bottom-space-large {
    padding-bottom: 200px;
  }

  .section.with-gradient-bottom-space {
    background-position: 200%;
    padding-bottom: 230px;
  }

  .section.banner-transparent {
    min-height: 500px;
  }

  .section.black-bg-bottom-space-small {
    padding-bottom: 70px;
  }

  .section.top-space-medium {
    padding-top: 0;
  }

  .section.section-top-gradient-no-bottom-space {
    padding-top: 395px;
  }

  .section.banner-dark-medium {
    min-height: 680px;
    padding-bottom: 140px;
  }

  .section.banner-transparent-top-space {
    min-height: 450px;
    padding-top: 180px;
  }

  .base-container {
    margin-top: auto;
    margin-bottom: auto;
  }

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

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

  .primary-button {
    border-color: var(--black);
    border-radius: 56px;
  }

  .navbar {
    margin-top: auto;
    padding-bottom: 80px;
  }

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

  .nav-dropdown-list.megamenu-left.w--open {
    right: -175px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .blog-grid-item {
    height: 500px;
  }

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

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

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

  .contacts-content-wrapper {
    width: 45%;
  }

  .contacts-textarea {
    margin-bottom: 50px;
  }

  .contacts-input {
    margin-bottom: 20px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .cards-icon {
    width: 34px;
    height: 34px;
  }

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

  .number-text {
    text-align: left;
    width: 80%;
  }

  .number-text.desktop-medium-size {
    width: 100%;
  }

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

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

  .footer-line-divider {
    margin-bottom: 100px;
  }

  .pages-footer {
    background-position: 0 170%;
    padding-top: 40px;
  }

  .footer-text-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-bottom: 50px;
  }

  .footer-text {
    font-size: 70px;
  }

  .footer-line-divider-light {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer-links-center-wrapper {
    grid-column-gap: 35px;
  }

  .footer-bottom-left-holder {
    grid-column-gap: 70px;
  }

  .footer-rights-wrapper-right {
    width: 45%;
  }

  .background-video {
    padding-top: 130px;
    padding-bottom: 130px;
  }

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

  .text-color-white.maxw {
    max-width: 500px;
  }

  .full-width.margin-bottom-large {
    text-align: center;
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-list, .solutions-list.medium-width, .solutions-list.medium-width {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .solutions-info-wrapper {
    min-height: 360px;
    padding: 30px;
  }

  .title-hover.medium {
    font-size: 30px;
  }

  .description-height-medium.top {
    margin-bottom: auto;
  }

  .description-height-medium.max-width {
    max-width: 470px;
  }

  .display-flex-horizontal.space-betweeen-align-end-medium {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-column-gap: 80px;
  }

  .text-wrapper-left {
    width: 44%;
  }

  .text-wrapper-left.mission {
    width: 50%;
  }

  .description-large {
    font-size: 30px;
  }

  .cards-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .cards-item {
    width: 30.4%;
  }

  .cards-item.with-line.with-space, .cards-item.line-full-width {
    padding-left: 20px;
  }

  .cards-item.with-line {
    width: 31%;
    padding-left: 0;
  }

  .cards-item.with-line.with-space, .cards-item.line-full-width {
    padding-left: 20px;
  }

  .image-description-holder {
    right: 74px;
  }

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

  .margin-bottom-medium.space {
    width: 100%;
    max-width: 880px;
  }

  .image-block-wrapper {
    min-height: 700px;
    padding-right: 140px;
  }

  .text-block-medium {
    font-size: 34px;
  }

  .title-width-small {
    width: 30%;
  }

  .numbers-wrapper {
    grid-column-gap: 100px;
    width: 55%;
  }

  .number-item.with-line, .number-item.line-tablet-width-medium, .number-item.with-line, .number-item.line-tablet-width-medium {
    padding-right: 50px;
  }

  .text-wrapper-small {
    width: 30%;
  }

  .reviews-arrow.right {
    left: -71%;
  }

  .reviews-slide {
    padding: 50px;
  }

  .quote-icon-medium {
    width: 59px;
    height: 46px;
  }

  .title-width-large {
    width: 70%;
  }

  .title-width-large.tablet-size-small-center {
    width: 80%;
  }

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

  .team-wrapper-large.large-space {
    grid-row-gap: 80px;
    grid-row-gap: 80px;
  }

  .team-item-holder {
    width: 31.6%;
  }

  .team-image-large {
    height: 490px;
  }

  .values-wrapper-large {
    grid-row-gap: 50px;
  }

  .section-top-space {
    margin-top: 130px;
  }

  .large-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .large-block.bottom-space-large {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .desktop-margin-left-small.margin-bottom-medium {
    margin-bottom: 50px;
  }

  .negative-card-wrapper {
    margin-bottom: -120px;
  }

  .negative-card-item {
    grid-row-gap: 50px;
  }

  .banner-center-wrapper-medium {
    width: 70%;
  }

  .banner-center-wrapper-medium.medium-width, .banner-description-small {
    width: 80%;
  }

  .banner-video-wrapper {
    margin-top: 100px;
  }

  .banner-video {
    min-height: 530px;
  }

  .margin-top-medium {
    margin-top: 50px;
  }

  .section-bottom-space {
    margin-bottom: 130px;
  }

  .clients-images {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .reviews-slider-center {
    padding-bottom: 80px;
  }

  .image-block-holder {
    width: 33%;
  }

  .vertical-line {
    display: block;
    left: 30px;
  }

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

  .card-line {
    display: block;
    left: -2.6%;
  }

  .card-line.center {
    display: block;
    left: -8.9%;
  }

  .card-line.left {
    display: block;
    left: -7%;
  }

  .gradient-title-white {
    text-align: left;
    padding-right: 0;
  }

  .banner-text-right-info-holder {
    width: 100%;
  }

  .banner-image-absolute-left {
    width: 41%;
  }

  .section-medium-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .numbers-description {
    width: 20%;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 50px;
  }

  .banner-numbers-wrapper.large-width {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .text-wrapper-right-xlarge-width {
    width: 75%;
  }

  .gradient-title-top.title-bottom-space {
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .solution-tab-pane {
    padding-left: 50px;
    padding-right: 50px;
  }

  .solution-tab-collection-item {
    grid-row-gap: 50px;
  }

  .solution-tab-content-right {
    grid-row-gap: 50px;
    padding: 30px 30px 40px;
  }

  .top-cta-wrapper {
    margin-top: -230px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .carrer-image.xlarge-height {
    object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .top-cta-images-holder {
    margin-top: -150px;
  }

  .block-right-wrapper {
    grid-row-gap: 50px;
    width: 31.8%;
  }

  .solution-slider-horizontal {
    margin-left: 4.2%;
    padding-left: 0;
    padding-right: 0;
  }

  .solution-slider-horizontal-mask {
    width: 90%;
  }

  .text-wrapper-loop {
    margin-bottom: 70px;
  }

  .text-item-loop.home-3-text-loop {
    padding-top: 130px;
  }

  .block-half-width {
    padding: 30px;
  }

  .block-half-width-left-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 60%;
  }

  .block-half-width-left-content.medium-width {
    width: 48%;
  }

  .block-image-full-width {
    object-position: 59% 50%;
    width: 36%;
  }

  .block-image-full-width.medium-width {
    width: 48.7%;
  }

  .block-full-width {
    padding: 30px;
  }

  .desktop-description-medium {
    width: 65%;
  }

  .banner-left-block {
    width: 60%;
  }

  .cta-figure-wrapper-absolute {
    width: 58%;
    height: 582px;
    top: 40px;
    right: -21%;
  }

  .cta-figure-wrapper-absolute.medium {
    top: 130px;
  }

  .banner-wrapper-center.width {
    width: 65%;
  }

  .description-large-width {
    width: 72%;
  }

  .text-wrapper-large {
    grid-column-gap: 100px;
  }

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

  .column-medium-image-fixed {
    min-height: 500px;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    grid-row-gap: 50px;
    grid-row-gap: 50px;
  }

  .image-holder-width-large {
    width: 90%;
  }

  .banner-text-info-large.width {
    width: 50%;
  }

  .banner-image-absolute-medium.medium-height, .banner-image-absolute-medium.medium-width, .banner-image-absolute-medium.medium-height, .banner-image-absolute-medium.medium-width {
    height: 86%;
  }

  .content-wrapper-large {
    padding-bottom: 50px;
  }

  .card-wrapper-medium {
    padding: 50px;
  }

  .solutions-details-content {
    grid-column-gap: 80px;
  }

  .details-banner-video {
    min-height: 530px;
  }

  .box-shadows.position {
    left: 5%;
  }

  .box-shadows.position-02 {
    left: 0%;
  }

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

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

  .author-block {
    grid-column-gap: 130px;
  }

  .div-block-2 {
    grid-column-gap: 20px;
  }

  .div-block-3 {
    margin-bottom: 180px;
  }

  .job-position-wrap {
    grid-column-gap: 100px;
  }

  .job-position-sidebar {
    width: 33%;
  }

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

  .grid-solutions {
    margin-bottom: -130px;
  }

  .left-arrow, .right-arrow {
    right: 16%;
  }

  .mask {
    margin-bottom: -50px;
  }

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

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

  .pricing-tag {
    margin-top: -60px;
  }

  .shop-image-link {
    height: 320px;
  }

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

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .shop-details-title {
    font-size: 60px;
  }

  .checkout-form {
    padding-bottom: 130px;
  }

  .solution-image-wrapp {
    height: 350px;
  }

  .solutions-list-3-columb {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .top-margin {
    margin-top: 130px;
  }

  .about-us {
    color: var(--white);
    cursor: auto;
    margin-bottom: 180px;
    font-size: 90px;
  }

  .button-2.w--current {
    margin-left: 470px;
  }

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

  .image-7 {
    margin-top: auto;
  }

  .image-8 {
    padding-top: 10px;
  }

  .nav-menu-wrapper {
    margin-top: -32px;
    margin-bottom: -35px;
    margin-right: auto;
    padding: 20px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  img {
    margin-left: auto;
    margin-right: auto;
  }

  .section.circle-shadow {
    padding-bottom: 240px;
  }

  .section.banner-dark {
    min-height: 700px;
    padding-bottom: 140px;
  }

  .section.with-gradient-bottom-space {
    background-position: 300%;
  }

  .section.banner-medium {
    min-height: 500px;
    padding-top: 190px;
  }

  .section.banner-large-height {
    min-height: 730px;
    padding-top: 210px;
  }

  .section.top-space-medium {
    padding-top: 0;
  }

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

  .section.banner-transparent-top-space {
    padding-top: 200px;
  }

  .base-container {
    height: 101%;
    padding-top: 0;
  }

  .nav-container {
    max-width: 1330px;
  }

  .blog-template-image {
    max-height: 600px;
  }

  .contacts-content-wrapper {
    width: 40%;
  }

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

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

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

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

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

  .our-services-wrap {
    align-items: center;
  }

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

  .number-text {
    font-size: 90px;
  }

  .number-text.desktop-medium-size {
    font-size: 70px;
  }

  .details-page-title.maxw {
    width: 70%;
  }

  .pages-footer {
    background-image: none;
  }

  .footer-text-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text-wrapper-left {
    width: 50%;
  }

  .footer-text {
    text-align: left;
    width: 600px;
    margin: auto;
    overflow: visible;
  }

  .footer-links-center-wrapper {
    grid-column-gap: 50px;
  }

  .footer-bottom-left-holder {
    grid-column-gap: 30px;
    justify-content: flex-start;
  }

  .footer-rights-wrapper-right {
    width: 40%;
  }

  .text-color-white.maxw {
    max-width: 650px;
  }

  .solutions-item.home-2-solution-item {
    box-shadow: 0 0 20px 0 var(--shadow-gray);
    box-shadow: 0 0 20px 0 var(--shadow-gray);
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-column-gap: 100px;
  }

  .cards-wrapper {
    flex-flow: row;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    left: -38.1%;
  }

  .cards-item {
    width: 30.7%;
  }

  .cards-item.with-line.with-space {
    padding-left: 25px;
  }

  .cards-info-wrapper {
    width: 80%;
  }

  .cards-info-wrapper.desktop-with-space {
    padding-right: 30px;
  }

  .column-image-medium {
    height: 530px;
  }

  .margin-bottom-medium.medium-width {
    width: 78%;
  }

  .margin-bottom-medium.desktop-large {
    margin-bottom: 70px;
  }

  .image-block-wrapper {
    padding-right: 170px;
  }

  .map-holder {
    min-height: 549px;
  }

  .title-width-small.negative-margin-top.gradient-title {
    margin-left: 0;
    margin-right: auto;
  }

  .numbers-wrapper {
    grid-column-gap: 100px;
    width: 61%;
    margin-left: 220px;
  }

  .number-item.with-line-large-gap-center {
    padding-right: 60px;
  }

  .text-wrapper-small {
    width: 40%;
  }

  .h2-style-large {
    letter-spacing: -5px;
    font-size: 60px;
  }

  .h2-style-large.margin-bottom-xmedium {
    font-size: 52px;
  }

  .reviews-slider {
    width: 50%;
    inset: 0% 0% auto auto;
  }

  .reviews-arrow.left {
    left: -100%;
  }

  .reviews-arrow.right {
    left: -89%;
  }

  .author-image-rounded {
    width: 188px;
    height: 188px;
  }

  .title-width-large.tablet-size-small-center {
    width: 70%;
  }

  .team-wrapper-large {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-wrapper-large.large-space {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-column-gap: 30px;
    grid-row-gap: 80px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
  }

  .team-item-holder {
    width: 100%;
  }

  .team-item-holder.center {
    width: 100%;
    position: static;
    overflow: visible;
  }

  .banner-description-small {
    color: var(--black);
  }

  .banner-video {
    min-height: 630px;
  }

  .clients-wrapper {
    width: 76%;
  }

  .image-block-holder {
    width: 30%;
  }

  .card-line {
    left: -1.9%;
  }

  .card-line.center {
    left: -9.7%;
  }

  .card-line.left {
    left: -10%;
  }

  .banner-text-right-info-holder {
    width: 100%;
  }

  .banner-image-absolute-left {
    width: 38.5%;
  }

  .banner-logo-wrapper {
    bottom: -100px;
  }

  .section-medium-spacing.top-space-large {
    padding-top: 80px;
  }

  .text-wrapper-right-xlarge-width {
    width: 68%;
  }

  .text-wrapper-right-xlarge-width.medium-width {
    width: 66%;
  }

  .solution-tab-content-right {
    padding: 40px 40px 60px;
  }

  .top-cta-wrapper {
    max-width: 1380px;
  }

  .banner-wrapper-center-large {
    padding-top: 40px;
  }

  .block-right-wrapper {
    width: 31.6%;
  }

  .solution-slider-horizontal {
    margin-left: 9%;
  }

  .solution-slider-horizontal-mask {
    width: 82%;
  }

  .block-half-width-left-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: 52%;
  }

  .block-image-full-width {
    width: 42%;
  }

  .block-image-full-width.medium-width {
    width: 49.1%;
  }

  .cta-figure-wrapper-absolute {
    right: -20%;
  }

  .text-wrapper-right-medium {
    width: 61%;
  }

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

  .column-medium-image-fixed {
    min-height: 475px;
  }

  .image-holder-width-large {
    width: 80%;
  }

  .banner-text-info-large.width {
    width: 45%;
  }

  .banner-image-absolute-medium {
    width: 30%;
  }

  .banner-image-absolute-medium.medium-height {
    height: 88%;
  }

  .banner-image-absolute-medium.medium-width {
    width: 46%;
    height: 88%;
  }

  .banner-bottom-block {
    grid-column-gap: 60px;
  }

  .top-figure-bg.medium {
    right: 0%;
  }

  .details-banner-video {
    min-height: 630px;
  }

  .box-shadows.position {
    filter: blur(250px);
    width: 600px;
    height: 700px;
  }

  .collection-list-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

  .pricing-tab {
    grid-column-gap: 100px;
  }

  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-logo-wrapper-pricing {
    bottom: -100px;
  }

  .pricing-2-tab {
    grid-column-gap: 100px;
  }

  .more-image-products-block {
    width: 100%;
  }

  .solution-image-wrapp.home-2 {
    height: 350px;
  }

  .solutions-list-3-columb {
    grid-column-gap: 52px;
    grid-template-rows: auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         ". Area";
  }

  .about-us {
    margin-bottom: 150px;
  }

  .button-2 {
    margin-left: 550px;
  }

  .button-2.w--current {
    margin-left: 600px;
  }

  .background-video-4 {
    margin: auto;
  }

  .image-4 {
    margin: auto;
    overflow: visible;
  }

  .image-5 {
    overflow: visible;
  }

  .image-6 {
    margin-top: auto;
  }

  .image-9 {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.circle-shadow {
    padding-bottom: 500px;
  }

  .section.lines-bg {
    background-position: 57%;
    background-size: auto;
  }

  .section.section-top-gradient {
    padding-top: 440px;
  }

  .section.banner-dark {
    min-height: 870px;
    padding-bottom: 100px;
  }

  .section.black-bg-bottom-space-medium {
    padding-bottom: 80px;
  }

  .section.bottom-space-large {
    padding-bottom: 240px;
  }

  .section.with-gradient-bottom-space {
    background-position: -120% 0;
    padding-bottom: 290px;
  }

  .section.banner-full-height {
    padding-top: 200px;
  }

  .section.banner-medium {
    min-height: 600px;
    padding-top: 220px;
  }

  .section.banner-large-height {
    min-height: 850px;
  }

  .section.black-bg-bottom-space-small {
    padding-top: 0;
    padding-bottom: 90px;
  }

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

  .base-container, .nav-container {
    max-width: 1530px;
  }

  .pricing-plan-item {
    flex: none;
    width: 43%;
  }

  .contacts-wrapper {
    justify-content: space-between;
  }

  .contacts-form-wrapper {
    width: 45%;
  }

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

  .details-page-title.maxw {
    width: 60%;
  }

  .paragraph-small {
    font-size: 16px;
  }

  .pages-footer {
    background-color: var(--white);
    padding-top: 160px;
  }

  .footer-text-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-text-wrapper-left {
    width: 57%;
  }

  .footer-text {
    max-width: 650px;
    font-size: 64px;
  }

  .background-video {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .text-color-white.description-width-medium {
    width: 33%;
  }

  .text-color-white.width-medium {
    width: 72%;
  }

  .full-width.top-space-large {
    margin-top: 100px;
  }

  .solutions-list.medium-width {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .title-hover.medium {
    font-size: 32px;
  }

  .solutions-holder.bottom-item-large {
    margin-bottom: -280px;
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-column-gap: 170px;
    grid-row-gap: 170px;
  }

  .display-flex-horizontal.space-between-stretch {
    grid-column-gap: 175px;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-column-gap: 130px;
  }

  .display-flex-horizontal.desktop-justify-end {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: flex;
  }

  .display-flex-horizontal.space-between-reverse {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .text-wrapper-left.xsmall-width {
    width: 11%;
  }

  .description-large.title-bottom-space {
    letter-spacing: -.8px;
    letter-spacing: -.8px;
    font-size: 24px;
  }

  .cards-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cards-item {
    width: 29.7%;
  }

  .cards-item.with-line {
    width: 30%;
  }

  .cards-item.with-line.with-space {
    padding-left: 40px;
  }

  .cards-item.with-line.desktop-space {
    padding-left: 10px;
  }

  .cards-item.line-full-width {
    padding-left: 40px;
  }

  .cards-icon-holder {
    border-color: var(--shadow-gray);
    box-shadow: 0 0 20px 0 var(--shadow-gray);
  }

  .margin-bottom-medium.medium-width {
    width: 80%;
  }

  .image-block-wrapper {
    padding-right: 190px;
  }

  .map-holder {
    min-height: 749px;
    padding-bottom: 124px;
  }

  .title-width-small {
    width: 26%;
  }

  .numbers-wrapper {
    width: 58%;
  }

  .number-item.with-line, .number-item.line-tablet-width-medium, .number-item.with-line, .number-item.line-tablet-width-medium {
    padding-right: 80px;
  }

  .text-wrapper-small {
    width: 46%;
    max-width: 500px;
  }

  .h2-style-large, .h2-style-large.margin-bottom-xmedium, .h2-style-large.margin-bottom-xmedium {
    font-size: 64px;
  }

  .reviews-slider {
    width: 43%;
  }

  .reviews-arrow.left {
    left: -133%;
  }

  .reviews-arrow.right {
    left: -122%;
  }

  .reviews-slide {
    padding: 50px;
  }

  .author-image-rounded {
    margin-top: -50px;
    margin-right: -50px;
  }

  .title-width-large, .title-width-large.tablet-size-small-center, .title-width-large.tablet-size-small-center {
    width: 60%;
  }

  .team-wrapper-large.large-space {
    grid-row-gap: 100px;
    grid-row-gap: 100px;
  }

  .team-image-large {
    height: 590px;
  }

  .section-top-space {
    margin-top: 160px;
  }

  .large-block.bottom-space-large {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .negative-card-wrapper {
    margin-bottom: -130px;
  }

  .negative-card-item {
    padding-right: 40px;
  }

  .banner-center-wrapper-medium {
    width: 70%;
  }

  .uppercase-subtitle {
    color: #c9a66d;
  }

  .gradient-title.h3-style-large {
    font-size: 40px;
  }

  .banner-description-small.margin-bottom-medium {
    margin-bottom: 50px;
  }

  .banner-video {
    min-height: 730px;
  }

  .banner-background {
    width: 86%;
  }

  .text-info-wrapper-small {
    width: 32%;
  }

  .section-bottom-space {
    margin-bottom: 160px;
  }

  .clients-wrapper {
    width: 66%;
  }

  .clients-images {
    width: 87%;
  }

  .image-block-holder {
    width: 26%;
  }

  .background-button {
    top: -1%;
    left: -1%;
  }

  .vertical-line {
    left: 155px;
  }

  .vertical-line.center-left {
    left: 36.333%;
  }

  .vertical-line.center-right {
    left: 65%;
  }

  .vertical-line.right {
    right: 155px;
  }

  .card-line {
    left: -2.8%;
  }

  .card-line.center {
    left: -8.5%;
  }

  .card-line.left {
    left: -12.3%;
  }

  .banner-text-right {
    width: 45%;
  }

  .banner-image-absolute-left {
    width: 40%;
  }

  .banner-logo-wrapper {
    margin-top: 180px;
    bottom: -140px;
  }

  .banner-logo-image {
    width: 29%;
  }

  .numbers-description {
    width: 16%;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 80px;
    width: 62%;
  }

  .banner-numbers-wrapper.large-width {
    margin-top: 100px;
    margin-bottom: 90px;
  }

  .text-wrapper-right-xlarge-width {
    width: 59%;
  }

  .text-wrapper-right-xlarge-width.medium-width {
    width: 60%;
  }

  .text-wrapper-right-large-width {
    width: 73%;
  }

  .solution-tab-link {
    font-size: 18px;
    line-height: 1.6em;
  }

  .solution-tab-link.w--current {
    font-size: 18px;
  }

  .solution-tab-content-left {
    grid-row-gap: 100px;
  }

  .solution-tab-content-right {
    width: 50%;
    padding-bottom: 82px;
  }

  .top-cta-wrapper {
    max-width: 1820px;
    margin-top: -290px;
    padding-top: 120px;
  }

  .top-cta-content-wrapper-left {
    width: 35%;
  }

  .carrer-image {
    width: 22%;
  }

  .carrer-image.medium-width {
    width: 26%;
  }

  .carrer-image.medium-height {
    width: 22%;
  }

  .top-cta-right-wrapper {
    justify-content: center;
    align-items: center;
  }

  .top-cta-images-holder {
    margin-top: -170px;
  }

  .block-right-wrapper {
    width: 32%;
  }

  .solution-slider-horizontal {
    margin-left: 10.9%;
  }

  .solution-slider-horizontal-mask {
    width: 75%;
  }

  .text-item-loop.home-3-text-loop {
    padding-top: 160px;
  }

  .text-loop {
    font-size: 80px;
  }

  .block-half-width-left-content {
    width: 48%;
  }

  .block-half-width-left-content.medium-width {
    width: 40%;
  }

  .block-image-full-width {
    width: 44%;
  }

  .block-image-full-width.medium-width {
    width: 49.6%;
  }

  .block-full-width {
    min-height: 484px;
  }

  .banner-left-block {
    width: 50%;
  }

  .h1-style-medium {
    font-size: 100px;
  }

  .cta-figure-wrapper-absolute {
    width: 52%;
    height: 692px;
    top: 22px;
    right: -290px;
  }

  .cta-figure-wrapper-absolute.medium {
    width: 50%;
  }

  .text-wrapper-right-medium {
    width: 55%;
  }

  .text-wrapper-large {
    width: 58%;
  }

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

  .column-medium-image-fixed {
    min-height: 410px;
  }

  .image-holder-width-large {
    width: 70%;
  }

  .banner-text-info-large {
    width: 44%;
  }

  .banner-text-info-large.width {
    width: 40%;
  }

  .banner-image-absolute-medium.medium-height {
    width: 46%;
    height: 90%;
  }

  .banner-image-absolute-medium.medium-width {
    height: 90%;
  }

  .content-wrapper-left {
    width: 30%;
  }

  .content-wrapper-right {
    width: 50%;
  }

  .top-figure-bg.medium {
    background-image: url("https://cdn.prod.website-files.com/676e4e82f705adf7c60eff1f/676e4e82f705adf7c60eff5b_Exclude.svg");
  }

  .details-banner-video {
    min-height: 730px;
  }

  .box-shadows.position {
    left: 10%;
  }

  .box-shadows.position-02 {
    filter: blur(250px);
    width: 800px;
    height: 600px;
    left: 2%;
  }

  .box-shadows.position-03 {
    filter: blur(180px);
    width: 500px;
  }

  .description-text.first {
    max-width: 800px;
  }

  .pricing-tab {
    grid-column-gap: 130px;
  }

  .grid-solutions {
    margin-bottom: -160px;
  }

  .grid-solutions.margin---0 {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
  }

  .left-arrow {
    z-index: 25;
    right: 24%;
  }

  .right-arrow {
    right: 24%;
  }

  .banner-logo-wrapper-pricing {
    bottom: -140px;
  }

  .pricing-plan-2-item {
    flex: none;
  }

  .pricing-2-tab {
    grid-column-gap: 130px;
  }

  .pricing-plan-3-item {
    flex: none;
  }

  .shop-image-link {
    height: 400px;
  }

  .bottom-solution-wrapp {
    padding: 40px;
  }

  .vision-block-wrapper {
    grid-column-gap: 100px;
  }

  .solutions-list-3-columb {
    grid-column-gap: 52px;
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
  }
}

@media screen and (max-width: 991px) {
  .section.desktop-no-bottom-space {
    padding-bottom: 80px;
  }

  .section.desktop-no-bottom-space-visible, .section.desktop-no-bottom-space {
    padding-bottom: 80px;
  }

  .section.circle-shadow {
    padding-top: 0;
  }

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

  .section.banner-dark {
    min-height: 400px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.bottom-space-large {
    padding-bottom: 80px;
  }

  .section.with-gradient-bottom-space {
    background-position: 0%;
  }

  .section.banner-full-height {
    min-height: 400px;
    padding-top: 130px;
  }

  .section.banner-medium {
    min-height: auto;
    padding-top: 140px;
  }

  .section.banner-large-height {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .section.black-bg-bottom-space-small {
    padding-bottom: 0;
  }

  .section.top-space-medium {
    padding-top: 100px;
  }

  .section.section-top-gradient-no-bottom-space {
    padding-top: 80px;
  }

  .section.banner-dark-medium {
    min-height: 400px;
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section.banner-transparent-top-space {
    min-height: 350px;
    padding-top: 140px;
  }

  .section.desktop-no-bottom-space-visible {
    padding-bottom: 80px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    margin-top: 40px;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
    font-size: 20px;
    display: flex;
  }

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-icon.white {
    color: var(--black);
  }

  .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-left {
    width: auto;
    height: 285px;
    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: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    font-size: 20px;
  }

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

  .blog-grid-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .blog-grid-item {
    margin-bottom: 0;
  }

  .nav-menu-wrapper {
    flex: 1;
  }

  .blog-template-image {
    max-height: 400px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plan-item {
    text-align: left;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .accordion-wrapper.solutions-details {
    margin-top: 40px;
  }

  .contacts-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .contacts-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    position: static;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding: 30px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

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

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

  .search-section {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

  .headings-container, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .play-button-icon {
    font-size: 18px;
  }

  .play-button-hover {
    width: 74px;
    height: 74px;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .number-text {
    font-size: 60px;
  }

  .number-text.text-color-white {
    letter-spacing: -3px;
    letter-spacing: -3px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 73px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .brand.w--current {
    flex: 0 auto;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .landing-section-title {
    width: 80%;
    font-size: 46px;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .details-page-title {
    font-size: 45px;
  }

  .details-page-title.maxw {
    width: 100%;
  }

  .nav-tablet-button-holder {
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .pages-footer {
    background-position: 0 170%;
    padding-bottom: 40px;
  }

  .footer-text-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .footer-text-wrapper-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text {
    text-align: center;
    font-size: 50px;
  }

  .footer-social-link-holder {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-text-wrapper-right {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-bottom-wrapper-large {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .footer-links-center-wrapper {
    justify-content: center;
  }

  .footer-bottom-left-holder, .footer-rights-wrapper-right {
    justify-content: center;
    width: 100%;
  }

  .text-color-white.description-width-medium {
    width: 70%;
  }

  .full-width {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .full-width.margin-bottom-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .full-width.top-space-large {
    margin-top: 40px;
  }

  .solutions-list, .solutions-list.medium-width {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-list.medium-width {
    grid-template-columns: 1fr 1fr;
  }

  .solutions-list.grid-slide-3-col {
    flex-flow: wrap;
    grid-template-rows: minmax(340px, auto);
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .solutions-item {
    min-height: 100%;
  }

  .solutions-item._3-column {
    width: 47%;
  }

  .title-hover.medium {
    font-size: 22px;
  }

  .primary-bg-hover {
    display: none;
  }

  .solutions-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .solutions-holder.bottom-item-large {
    height: 100%;
    margin-bottom: 0;
  }

  .empty-block {
    display: none;
  }

  .solutions-holder-large {
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-flex-horizontal.align-start-large-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap, .display-flex-horizontal.align-start-large-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-between-stretch {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.align-start-xlarge-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-between-reverse {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .text-wrapper-left {
    width: 100%;
  }

  .text-wrapper-left.mission {
    height: 300px;
  }

  .title-width-medium {
    width: 65%;
  }

  .cards-wrapper {
    justify-content: center;
  }

  .cards-wrapper.space-top-bottom-xmedium {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
  }

  .cards-item {
    width: 47.2%;
  }

  .images-wrapper {
    flex-wrap: wrap;
  }

  .image-holder-left {
    width: 100%;
  }

  .column-image-medium {
    object-position: 50% 20%;
    height: 330px;
  }

  .image-holder-right {
    width: 100%;
  }

  .text-info-wrapper-left {
    grid-row-gap: 24px;
    width: 100%;
  }

  .image-block-wrapper {
    width: 100%;
    min-height: 400px;
  }

  .map-holder {
    min-height: 394px;
    padding-bottom: 40px;
  }

  .title-width-small {
    width: 55%;
  }

  .numbers-wrapper {
    grid-column-gap: 40px;
    justify-content: flex-start;
    width: 65%;
  }

  .text-wrapper-small {
    width: 100%;
  }

  .description-width-small {
    width: 60%;
  }

  .reviews-slider {
    width: 100%;
    margin-bottom: 90px;
  }

  .reviews-arrow {
    width: 50px;
    height: 50px;
  }

  .reviews-arrow.left {
    bottom: -90px;
    left: 0%;
  }

  .reviews-arrow.right {
    bottom: -90px;
    left: 60px;
  }

  .title-width-large {
    width: 100%;
  }

  .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center, .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center {
    font-size: 46px;
  }

  .team-item-holder {
    width: 47.9%;
  }

  .team-image-large.rounded-image, .primary-overlay.rounded, .primary-overlay.rounded {
    border-radius: 200px;
    width: 200px;
    height: 200px;
  }

  .values-wrapper-large {
    width: 100%;
  }

  .section-top-space.full-width {
    flex-flow: column;
    margin-top: 60px;
  }

  .large-block.bottom-space-large {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop-margin-left-small {
    margin-left: 0;
  }

  .negative-card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .negative-card-item {
    width: 47.7%;
  }

  .banner-center-wrapper-medium {
    width: 100%;
  }

  .banner-video {
    min-height: 380px;
  }

  .text-info-wrapper-small, .image-wrapper-right {
    width: 100%;
  }

  .column-image-large {
    height: 350px;
  }

  .clients-wrapper {
    width: 92%;
  }

  .reviews-slide-center-wrapper {
    padding-bottom: 0;
  }

  .reviews-slider-center-nav.white {
    padding-top: 20px;
  }

  .image-block-wrapper-small {
    min-height: 300px;
  }

  .image-block-holder {
    width: 100%;
  }

  .large-link-text {
    margin-bottom: 80px;
  }

  .banner-text-right {
    width: 100%;
  }

  .banner-text-right-info-holder {
    width: 75%;
  }

  .banner-image-absolute-left {
    object-position: 50% 50%;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: static;
  }

  .banner-logo-wrapper {
    margin-top: 40px;
    position: static;
  }

  .banner-logo-image {
    width: 16%;
  }

  .numbers-description {
    width: 100%;
  }

  .numbers-wrapper-large {
    grid-row-gap: 30px;
    flex-wrap: wrap-reverse;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 40px;
    justify-content: flex-start;
    width: 100%;
  }

  .text-wrapper-right-xlarge-width, .text-wrapper-right-xlarge-width.medium-width, .text-wrapper-right-xlarge-width.medium-width {
    width: 100%;
  }

  .gradient-title-top.title-bottom-space {
    float: none;
    float: none;
    position: static;
  }

  .text-wrapper-right-large-width {
    width: 100%;
  }

  .solution-tab-pane {
    padding-bottom: 40px;
  }

  .solution-tab-collection-item {
    flex-wrap: wrap;
  }

  .solution-tab-content-left, .solution-tab-content-right {
    width: 100%;
  }

  .top-cta-wrapper, .top-cta-wrapper.no-negative-space, .top-cta-wrapper.no-negative-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-cta-content-wrapper {
    flex-wrap: wrap;
  }

  .top-cta-content-wrapper-left {
    width: 100%;
  }

  .carrer-image {
    height: 167px;
  }

  .carrer-image.large-height {
    object-position: 50% 0%;
    height: 225px;
  }

  .carrer-image.medium-width {
    height: 137px;
  }

  .carrer-image.medium-height {
    object-position: 50% 0%;
    height: 180px;
  }

  .carrer-image.xlarge-height {
    object-position: 50% 0%;
  }

  .top-cta-right-wrapper {
    width: 100%;
  }

  .top-cta-images-holder {
    margin-top: 0;
  }

  .banner-wrapper-center-large {
    padding-top: 60px;
  }

  .block-right-wrapper {
    width: 100%;
  }

  .solution-slider-horizontal {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .text-item-loop.home-3-text-loop {
    padding-top: 0;
  }

  .block-half-width {
    width: 100%;
  }

  .block-half-width-left-content, .block-half-width-left-content.medium-width, .block-half-width-left-content.medium-width {
    width: 44%;
  }

  .block-image-full-width, .block-image-full-width.medium-width, .block-image-full-width.medium-width {
    width: 43%;
  }

  .block-full-width {
    width: 100%;
    min-height: auto;
  }

  .banner-left-block {
    width: 74%;
  }

  .cta-figure-wrapper-absolute {
    display: none;
  }

  .banner-wrapper-center {
    width: 66%;
  }

  .text-wrapper-right-medium {
    width: 100%;
  }

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

  ._1-3-width-column {
    flex-flow: column wrap;
  }

  ._1-3-width-column.tablet-full-width {
    width: 100%;
  }

  .column-medium-image-fixed {
    object-position: 50% 0%;
    height: 350px;
    min-height: auto;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-direction: row;
  }

  .tablet-1-3-width {
    width: 33%;
  }

  .image-holder-width-large {
    width: 100%;
  }

  .banner-text-info-large {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .banner-text-info-large.width {
    width: 70%;
  }

  .banner-image-absolute-medium {
    width: 100%;
    height: 350px;
    margin-top: 40px;
    position: static;
  }

  .banner-image-absolute-medium.medium-height {
    width: 100%;
    height: 350px;
  }

  .banner-image-absolute-medium.medium-width {
    height: 350px;
    margin-top: 60px;
  }

  .content-wrapper-large {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .content-wrapper-left {
    width: 90%;
  }

  .content-wrapper-right {
    width: 100%;
  }

  .card-wrapper-medium {
    padding: 30px;
  }

  .accordion-title-medium {
    width: 85%;
  }

  .faq-wrapper-large {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .faq-wrapper-medium {
    width: 100%;
  }

  .solution-details-left-wrapper {
    width: 60%;
    margin-right: 20px;
  }

  .solution-details-sidebar {
    width: 40%;
    padding: 20px;
    top: 100px;
  }

  .details-banner-video {
    min-height: 380px;
  }

  .description-text {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .description-text.first {
    width: 100%;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .griid-blog {
    grid-template-columns: 1fr;
  }

  .section-details-page {
    padding-top: 150px;
  }

  .author-block {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .div-block-3 {
    margin-bottom: 60px;
  }

  .bottom-block-2.margin-top {
    margin-top: 30px;
  }

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

  .job-position-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .job-position-sidebar {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 20px;
  }

  .job-position-content-wrap {
    width: 100%;
  }

  .wrap-block {
    justify-content: center;
  }

  .pricing-tab {
    grid-row-gap: 50px;
    text-align: center;
    flex-direction: column-reverse;
  }

  .left-arrow {
    margin-left: auto;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    top: 30px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    top: 30px;
  }

  .slider-solutions {
    min-height: auto;
  }

  .logo {
    display: inline-block;
  }

  .banner-logo-wrapper-pricing {
    margin-top: 40px;
    position: static;
  }

  .pricing-plan-2-item {
    text-align: left;
  }

  .pricing-list-wrapper {
    width: 40%;
  }

  .pricing-2-tab {
    text-align: center;
  }

  .pricing-plan-3-item {
    text-align: left;
    width: 47%;
  }

  .pricing-plan-3-item.center {
    margin-top: 0;
  }

  .pricing-3-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .shop-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-copyright {
    justify-content: center;
    align-items: flex-start;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

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

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-home-pages-wrapper-2 {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .footer-bottom-wrapper {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-grid, .licensing-grid.last-child, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .more-image-products-block {
    border-radius: var(--image-radius);
    width: 100%;
    overflow: hidden;
  }

  .shop-lightbox {
    width: 100%;
    display: flex;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: auto;
  }

  .lightbox-shop {
    height: 400px;
    position: relative;
  }

  .shop-sticky-block {
    position: static;
  }

  .checkout-form {
    padding-top: 130px;
  }

  .sticky-check {
    top: 130px;
  }

  .checkout-row {
    flex-flow: column;
  }

  .featured-title {
    font-size: 24px;
  }

  .text-wrapper-right {
    width: 100%;
  }

  .vision-block-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .solutions-list-3-columb {
    grid-template-columns: 1fr 1fr;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-labels-wrapper, .promotion-label-holder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  blockquote {
    background-size: 20px 20px;
    font-size: 18px;
  }

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

  .section.desktop-no-bottom-space {
    padding-bottom: 60px;
  }

  .section.desktop-no-bottom-space-visible, .section.desktop-no-bottom-space {
    padding-bottom: 60px;
  }

  .section.circle-shadow {
    padding-top: 0;
  }

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

  .section.banner-dark {
    padding-top: 110px;
  }

  .section.bottom-space-large {
    padding-bottom: 60px;
  }

  .section.with-gradient-bottom-space {
    padding-bottom: 120px;
  }

  .section.banner-full-height {
    padding-top: 110px;
  }

  .section.banner-large-height {
    padding-top: 130px;
  }

  .section.top-space-medium {
    padding-top: 90px;
  }

  .section.section-top-gradient-no-bottom-space {
    padding-top: 60px;
  }

  .section.banner-dark-medium {
    padding-top: 110px;
  }

  .section.banner-transparent-top-space {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.desktop-no-bottom-space-visible {
    padding-bottom: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--beige);
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid var(--beige);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

  .spacing-system-column {
    margin-top: 40px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper, .spacing-columns {
    margin-top: 20px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

  .primary-button.full-width-mobile, .primary-button.search-button, .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

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

  .blog-template-image {
    max-height: 300px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .career-list-item-wrapper {
    flex-wrap: wrap;
  }

  .pricing-plan-item {
    width: 100%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts-title {
    width: 100%;
  }

  .footer-brand {
    padding-left: 0;
  }

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

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .cards-icon {
    font-size: 50px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2, .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .number-text {
    justify-content: center;
    align-items: center;
    font-size: 50px;
  }

  .number-text.medium-size, .number-text.medium-size-text-white, .number-text.desktop-medium-size, .number-text.medium-size, .number-text.medium-size-text-white, .number-text.desktop-medium-size {
    font-size: 40px;
  }

  .rich-text-style h2 {
    font-size: 30px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    text-align: center;
  }

  .style-guide-tabs-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid var(--beige);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
    font-size: 40px;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .footer-line-divider {
    margin-bottom: 60px;
  }

  .pages-footer {
    padding-top: 60px;
  }

  .footer-text-wrapper-left {
    width: 100%;
  }

  .footer-text {
    font-size: 46px;
  }

  .footer-text-wrapper-right {
    width: 100%;
  }

  .footer-bottom-wrapper-large {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom-left-holder {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-rights-wrapper-right {
    justify-content: center;
    width: 100%;
  }

  .background-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-color-white.title-bottom-space {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .text-color-white.description-width-medium {
    width: 100%;
  }

  .text-color-white.width-medium {
    width: 90%;
  }

  .full-width.margin-bottom-large {
    margin-bottom: 60px;
  }

  .full-width.margin-bottom-medium {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .solutions-list.medium-width {
    flex-direction: column;
  }

  .solutions-list.grid-slide-3-col {
    grid-template-columns: 1fr;
  }

  .solutions-item._3-column {
    width: 100%;
  }

  .solutions-info-wrapper {
    min-height: auto;
  }

  .solutions-holder {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .solutions-holder.bottom-item-large {
    width: 100%;
  }

  .solutions-holder-large {
    grid-template-columns: 1fr;
  }

  .display-flex-horizontal.space-between-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-betweeen-align-end-medium {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .display-flex-horizontal.small-gap-mobile-wrap {
    flex-wrap: wrap;
  }

  .description-large {
    font-size: 24px;
  }

  .title-width-medium {
    width: 100%;
  }

  .cards-wrapper {
    margin-top: 60px;
  }

  .cards-item {
    width: 100%;
  }

  .cards-info-wrapper {
    width: 85%;
  }

  .image-description-holder {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .margin-bottom-medium.medium-width {
    width: 100%;
  }

  .image-block-wrapper {
    min-height: 350px;
    padding: 30px 50px 30px 30px;
  }

  .map-holder {
    grid-row-gap: 40px;
    min-height: 294px;
    padding-bottom: 0;
  }

  .map-holder.spacing {
    background-position: 50% 0;
    background-size: auto;
  }

  .title-width-small, .numbers-wrapper {
    width: 100%;
  }

  .number-item.with-line {
    border-right-style: none;
    width: 45%;
    padding-right: 0;
  }

  .number-item.line-tablet-width-medium {
    border-right-style: none;
    width: 22%;
    padding-right: 0;
  }

  .number-item.with-line-large-gap-center {
    border-right-style: none;
    padding-right: 0;
  }

  .number-item.color-bg {
    padding: 20px;
  }

  .description-width-small {
    width: 80%;
  }

  .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center, .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center {
    font-size: 40px;
  }

  .team-item-holder {
    width: 46.6%;
  }

  .team-image-large {
    height: 330px;
  }

  .team-image-large.rounded-image {
    width: 180px;
    height: 180px;
  }

  .team-image-large.rounded-image.fit-cover-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .primary-overlay.rounded {
    width: 180px;
    height: 180px;
  }

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

  .section-top-space.full-width {
    margin-top: 40px;
  }

  .large-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .negative-card-item {
    width: 100%;
  }

  .gradient-title.title-bottom-space {
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-title.h3-style-large {
    font-size: 28px;
  }

  .banner-description-small {
    width: 100%;
  }

  .banner-video-wrapper {
    margin-top: 60px;
  }

  .banner-video {
    min-height: 330px;
  }

  .section-bottom-space {
    margin-bottom: 60px;
  }

  .clients-wrapper {
    width: 100%;
  }

  .reviews-slider-center.home-2-slider-center {
    padding-bottom: 0;
  }

  .reviews-slider-center-nav {
    position: relative;
  }

  .reviews-slider-center-nav.white {
    padding-top: 10px;
    position: relative;
  }

  .image-block-wrapper-small {
    padding: 30px;
  }

  .banner-text-right-info-holder {
    width: 100%;
  }

  .banner-image-absolute-left {
    height: 300px;
  }

  .banner-logo-image {
    width: 21%;
  }

  .section-medium-spacing.top-space-large {
    padding-top: 40px;
  }

  .numbers-description {
    width: 100%;
  }

  .numbers-wrapper-large.solutions-3 {
    flex-flow: column;
  }

  .banner-numbers-wrapper {
    grid-column-gap: 30px;
    width: 100%;
  }

  .solution-tabs-menu {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .solution-tabs-content {
    margin-top: 24px;
  }

  .solution-tab-pane {
    padding-top: 40px;
  }

  .h3-style-large, .gradient-title-with-hover, .gradient-title-with-hover.h3-style-large, .gradient-title-with-hover.h3-style-large {
    font-size: 30px;
  }

  .top-cta-wrapper {
    margin-top: -120px;
  }

  .carrer-image {
    width: 50%;
  }

  .carrer-image.large-height, .carrer-image.xlarge-height, .carrer-image.large-height, .carrer-image.xlarge-height {
    height: 205px;
  }

  .banner-circle-bg {
    display: none;
  }

  .text-wrapper-loop {
    margin-bottom: 0;
  }

  .text-holder-loop {
    margin-bottom: 40px;
  }

  .text-loop {
    font-size: 40px;
  }

  .block-half-width-left-content, .block-half-width-left-content.medium-width, .block-half-width-left-content.medium-width {
    width: 52%;
  }

  .banner-left-block, .banner-wrapper-center, .description-large-width {
    width: 100%;
  }

  .text-wrapper-large {
    grid-column-gap: 40px;
    width: 100%;
  }

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

  ._1-3-width-column {
    width: 50%;
  }

  .column-medium-image-fixed {
    height: 300px;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
  }

  .card-wrapper-large.mobile-full-width, .tablet-1-3-width {
    width: 100%;
  }

  .banner-text-info-large.width {
    width: 80%;
  }

  .banner-image-absolute-medium {
    margin-top: 40px;
  }

  .banner-image-absolute-medium.medium-height, .banner-image-absolute-medium.medium-width, .banner-image-absolute-medium.medium-height, .banner-image-absolute-medium.medium-width {
    height: 300px;
  }

  .content-wrapper-left, .card-wrapper-medium {
    width: 100%;
  }

  .solutions-details-content {
    flex-wrap: wrap;
  }

  .solution-details-left-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .solution-details-sidebar {
    width: 100%;
    padding: 30px;
    position: static;
  }

  .details-banner-video {
    min-height: 330px;
  }

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

  .section-details-page {
    padding-bottom: 60px;
  }

  ._404-text {
    font-size: 140px;
  }

  .job-position-sidebar, .job-position-content-wrap {
    width: 100%;
  }

  .grid-solutions {
    margin-bottom: -60px;
  }

  .solutions-numbers {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
  }

  .pricing-plan-2-item {
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .pricing-2-tab {
    grid-row-gap: 40px;
  }

  .mobile-full, .pricing-plan-3-item {
    width: 100%;
  }

  .pricing-plan-3-item.center {
    margin-top: 20px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .shop-list-wrapper {
    grid-template-columns: 1fr;
  }

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

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

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper-2 {
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

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

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .banner-circle-bg-changelog {
    display: none;
  }

  .shop-bottom-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .shop-list-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .sticky-check {
    position: static;
  }

  .banner-circle-bg-landing {
    display: none;
  }

  .solutions-list-3-columb {
    grid-template-columns: 1fr;
  }

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

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--beige);
  }

  .bottom-style-spacing-desktop {
    bottom: 4%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 29%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu-left {
    padding-right: 0;
  }

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-grid-item {
    height: 100%;
  }

  .blog-template-image {
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .career-list-item-wrapper {
    text-align: center;
    align-items: center;
  }

  .pricing-plan-item {
    padding: 30px 30px 20px;
  }

  .contacts-title {
    grid-row-gap: 10px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .number-text {
    font-size: 44px;
  }

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

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
    font-size: 32px;
  }

  .details-page-title.maxw {
    text-align: center;
    text-align: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .pages-footer {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-bottom-wrapper-large {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-bottom-left-holder {
    text-align: center;
  }

  .footer-rights-wrapper-right {
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
  }

  .text-color-white.title-bottom-space {
    margin-bottom: 0;
  }

  .text-color-white.width-medium {
    width: 100%;
  }

  .full-width.margin-bottom-medium {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .solutions-list.grid-slide-3-col {
    grid-template-columns: 1fr;
  }

  .solutions-item.home-2-solution-item {
    box-shadow: 0 0 15px 0 var(--shadow-gray);
    box-shadow: 0 0 15px 0 var(--shadow-gray);
  }

  .display-flex-horizontal.small-gap-center {
    flex-wrap: wrap;
  }

  .description-large.title-bottom-space {
    letter-spacing: -.4px;
    font-size: 18px;
  }

  .description-large.margin-bottom-medium {
    padding-left: 0;
  }

  .cards-item {
    flex-wrap: wrap;
  }

  .cards-item.line-full-width {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cards-info-wrapper {
    width: 100%;
  }

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

  .image-block-wrapper {
    background-size: auto 250px, auto;
    padding: 20px 15px;
  }

  .author-wrapper {
    flex-wrap: wrap;
  }

  .map-holder {
    margin: auto;
  }

  .map-holder.spacing {
    background-position: 50% 20%;
    background-size: contain;
  }

  .title-width-small.negative-margin-top.gradient-title {
    margin-top: 0;
  }

  .numbers-wrapper {
    grid-column-gap: 20px;
    margin: auto;
    display: block;
  }

  .number-item {
    width: 100px;
    margin: auto;
  }

  .number-item.with-line {
    width: 44%;
  }

  .number-item.line-tablet-width-medium {
    width: 42%;
  }

  .number-item.with-line-large-gap-center {
    justify-content: center;
    align-items: center;
    width: 43%;
  }

  .number-item.mobile-center {
    text-align: center;
    align-items: center;
  }

  .description-width-small {
    width: 100%;
  }

  .reviews-slide {
    padding: 20px 15px;
  }

  .author-image-rounded {
    width: 116px;
    height: 116px;
    margin-top: -20px;
    margin-right: -15px;
  }

  .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center, .title-width-large.tablet-size-small, .title-width-large.tablet-size-small-center {
    font-size: 34px;
  }

  .team-item-holder {
    width: 100%;
  }

  .team-image-large {
    object-position: 50% 0%;
  }

  .team-image-large.rounded-image.fit-cover-center {
    width: 180px;
    height: 180px;
  }

  .values-item.rows-gap-small {
    margin-left: auto;
  }

  .values-top-block {
    flex-wrap: wrap;
  }

  .negative-card-item {
    padding-left: 15px;
  }

  .card-title-width {
    width: 100%;
  }

  .gradient-title {
    margin-top: auto;
  }

  .column-image-large {
    height: 300px;
  }

  .image-overlay-with-gradient {
    margin-left: auto;
    margin-right: auto;
  }

  .clients-wrapper {
    padding-bottom: 40px;
  }

  .clients-images {
    width: 100%;
  }

  .reviews-slider-center {
    padding-bottom: 20px;
  }

  .image-block-wrapper-small {
    padding: 20px 15px;
  }

  .large-link-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-link-arrow {
    width: 24px;
    height: 24px;
  }

  .banner-logo-image {
    width: 25%;
  }

  .text-wrapper-right-xlarge-width {
    padding-bottom: 60px;
  }

  .text-wrapper-right-xlarge-width.medium-width {
    padding-bottom: 0;
  }

  .gradient-title-top {
    flex: 0 auto;
    margin-left: auto;
  }

  .gradient-title-top.title-bottom-space {
    font-size: 40px;
  }

  .solution-tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .solution-tab-content-left {
    grid-row-gap: 30px;
  }

  .title-bottom-space {
    font-size: 48px;
  }

  .solution-tab-content-right {
    padding: 15px;
  }

  .carrer-image {
    object-position: 50% 50%;
    width: 100%;
  }

  .carrer-image.medium-width, .carrer-image.medium-height {
    object-position: 50% 50%;
    width: 100%;
    height: 167px;
  }

  .carrer-image.large-height {
    object-position: 50% 0%;
    height: 167px;
  }

  .carrer-image.medium-width, .carrer-image.medium-height {
    object-position: 50% 50%;
    width: 100%;
    height: 167px;
  }

  .carrer-image.xlarge-height {
    object-position: 50% 10%;
    height: 167px;
  }

  .top-cta-images-holder, .bottom-cta-images-holder {
    flex-wrap: wrap;
  }

  .block-right-wrapper {
    grid-row-gap: 20px;
  }

  .text-wrapper-loop {
    margin-bottom: 0;
  }

  .text-holder-loop {
    margin-bottom: 30px;
  }

  .text-loop {
    font-family: Poppins, sans-serif;
  }

  .block-half-width {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .block-half-width-left-content, .block-half-width-left-content.medium-width, .block-half-width-left-content.medium-width {
    width: 100%;
  }

  .block-image-full-width {
    border-top-left-radius: var(--image-radius);
    border-bottom-left-radius: var(--image-radius);
    width: 100%;
    height: 250px;
    position: static;
  }

  .block-image-full-width.medium-width {
    width: 100%;
  }

  .block-full-width {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  ._1-3-width-column {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-text-info-large.width {
    width: 100%;
  }

  .banner-image-absolute-medium {
    height: 310px;
  }

  .card-wrapper-medium {
    padding: 20px;
  }

  .accordion-title-medium {
    width: 80%;
    margin-left: auto;
  }

  .accordion-list-content-medium {
    margin-left: auto;
  }

  .banner-bottom-block {
    flex-wrap: wrap;
  }

  .banner-bottom-block.mobile-center {
    justify-content: center;
  }

  .solution-details-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description-text {
    margin-top: 15px;
    padding: 20px;
  }

  .grid-block {
    padding-left: 10px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .portfolio-tab-link-2 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal-align-center {
    grid-row-gap: 15px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .flex-horizontal-align-center.with-gap {
    flex-direction: row;
  }

  .mobile-full-width {
    width: 100%;
  }

  .div-block-4 {
    justify-content: center;
  }

  .solutions-numbers {
    grid-template-columns: 1fr;
  }

  .pricing-plan-2-item {
    padding: 20px;
  }

  .pricing-plan-3-item {
    padding: 30px 30px 20px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .coming-soon-form-main, .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
  }

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .license-link {
    margin-right: 15px;
  }

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

  .order-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .centered-mobile {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .name-product {
    margin-top: 8px;
  }

  .solutions-list-3-columb {
    grid-template-columns: 1fr;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .paragraph-3 {
    margin-left: auto;
  }
}

#w-node-_1fc0f2fb-e24a-060e-cec2-ff6233d06048-c60eff74 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-_1fc0f2fb-e24a-060e-cec2-ff6233d06048-c60eff74 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
