:root {
  --primary-dark: #101828;
  --paragraph-gray: #475467;
  --primary: #70ee91;
  --white: white;
  --primary-light: #fafbfd;
  --light-gray-2: #fafafa;
  --gray: #d0d5dd;
  --black: black;
  --dark-gray: #737c8a;
  --light-gray: #f9f9fa;
  --light-green: #9bf3b2;
  --dark-green: #509963;
  --blue-link: #003fbd;
  --red: #bd0000;
}

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

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

body {
  color: var(--primary-dark);
  font-family: Jost, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  color: var(--paragraph-gray);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  cursor: pointer;
  align-items: center;
  font-size: 20px;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: rgba(112, 238, 145, .6);
}

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;
  font-size: 20px;
  line-height: 1.5em;
  display: flex;
}

li {
  align-items: center;
}

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

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

.section {
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 140px;
  position: relative;
}

.section.dark-blue-background {
  background-color: var(--primary-dark);
  padding-top: 130px;
  padding-bottom: 130px;
}

.section.top-banner {
  background-color: var(--primary-light);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px;
  overflow: hidden;
}

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

.section.top-space-medium-gradient {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section.top-space-medium-gradient.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.section.light-gray-bg-top-space-small {
  background-color: var(--light-gray-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.dark-blue-bg-fixed {
  min-height: 400px;
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.section.banner-top-section {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 190px;
  padding-bottom: 60px;
}

.section.pages-banner {
  min-height: 400px;
}

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

.section.meet-the-team {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -52px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.meet-the-team.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

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

.base-container {
  max-width: 1200px;
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #101828;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--primary-dark);
  text-align: center;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
  box-shadow: 0 -1px 2px rgba(16, 24, 40, .05);
}

.primary-button:hover {
  color: var(--primary);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.full-width-mobile {
  margin: 30px 20px 10px;
  padding-top: 12px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

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

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

.nav-link {
  color: var(--paragraph-gray);
  font-size: 18px;
  font-weight: 500;
  transition-duration: .4s;
}

.nav-link:hover {
  opacity: 1;
  color: rgba(71, 84, 103, .6);
}

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

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

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

.nav-dropdown-toggle {
  color: var(--paragraph-gray);
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  position: relative;
}

.nav-dropdown-icon {
  font-size: 16px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -5px;
}

.nav-dropdown-list {
  width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .18);
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  width: 210px;
  border-color: rgba(112, 238, 145, .5);
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .04);
}

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

.nav-dropdown-link {
  width: 100%;
  color: var(--paragraph-gray);
  text-transform: capitalize;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--paragraph-gray);
  font-size: 18px;
  line-height: 1.5em;
}

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

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

.prev-post-arrow {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--primary);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.footer {
  background-color: var(--primary-dark);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-rights {
  direction: ltr;
  color: var(--white);
  text-align: center;
  text-transform: none;
  font-size: 20px;
  font-style: normal;
  line-height: 1.5em;
  text-decoration: none;
}

.footer-rights.footer-separator {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}

.footer-copyright {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  display: inline;
}

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

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

.footer-copyright-link {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  margin-right: 0;
  font-size: 17px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

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

.banner-title-wrapper {
  max-width: 760px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.accordion-wrapper-large {
  width: 100%;
  display: flex;
}

.accordion-wrapper-large.faq {
  grid-row-gap: 30px;
  flex-direction: column;
}

.accordion-column-wrapper {
  width: 48.4%;
}

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

.contacts-wrapper {
  width: 100%;
  margin-top: 0;
  display: flex;
}

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

.contacts-form-wrapper {
  width: 50%;
  margin-left: 40px;
}

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

.hidden {
  display: none;
}

.contacts-textarea {
  max-height: 100%;
  max-width: 100%;
  min-height: 200px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--primary-dark);
  border-radius: 0;
  margin-bottom: 30px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.1em;
}

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

.contacts-textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 1.1em;
}

.contacts-textarea::placeholder {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 1.1em;
}

.contacts-input {
  height: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--primary-dark);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 1.1em;
  transition: all .3s;
}

.contacts-input:focus {
  border-bottom-color: var(--primary);
}

.contacts-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 1.1em;
}

.contacts-input::placeholder {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 1.1em;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  padding-bottom: 0;
  transition: all .3s;
}

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

.footer-link.last-item {
  margin-bottom: 0;
}

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

.social-icons-wrapper.align-left {
  justify-content: flex-start;
}

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

.footer-brand {
  color: #fff;
}

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

.social-icon-circle {
  color: #fff;
  background-color: rgba(112, 238, 145, .3);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-icon-circle:hover {
  background-color: rgba(112, 238, 145, .5);
}

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

.social-icon-circle.dark:hover {
  background-color: rgba(16, 24, 40, .75);
}

.footer-links-wrapper {
  width: 16.6%;
  flex-flow: column wrap;
  align-items: flex-start;
  display: flex;
}

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

.customers-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid rgba(112, 238, 145, .5);
  border-left: 1px solid rgba(112, 238, 145, .5);
  grid-template-columns: 1fr 1fr 1fr;
}

.customer-wrapper {
  width: 100%;
  height: 280px;
  text-align: center;
  border-bottom: 1px solid rgba(112, 238, 145, .5);
  border-right: 1px solid rgba(112, 238, 145, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
  position: relative;
}

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

.testimonials-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

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

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

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

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

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

.portfolio-template-image {
  width: 100%;
  height: 420px;
  cursor: pointer;
  object-fit: cover;
}

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

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

.map-wrapper {
  position: relative;
}

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

.reviews-left-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 50px;
}

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

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

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

.courses-collection {
  width: 100%;
}

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

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

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

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

.about-img._1 {
  z-index: 2;
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

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

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

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

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

.subtitle {
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

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

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

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

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

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

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px rgba(20, 23, 51, .15);
}

.portfolio-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.portfolio-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

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

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

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

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

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

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

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid rgba(128, 128, 128, .15);
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

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

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

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

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

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

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

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

.link {
  cursor: pointer;
}

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

.brand-tablet {
  display: none;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.position-relative {
  position: relative;
}

.success-message {
  color: var(--paragraph-gray);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.error-message {
  color: var(--paragraph-gray);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

.form-contacts {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 12px 10px 10px;
  box-shadow: 0 11px 20px 5px rgba(0, 0, 0, .2);
}

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

.margin-top-xsmall {
  margin-top: 10px;
}

.margin-bottom-small {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 20px;
}

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

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

.social-icon-white {
  width: 20px;
  height: 20px;
}

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

.footer-bottom-wrapper-left {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.large-gap-center {
  grid-column-gap: 60px;
  align-items: center;
  margin-top: 0;
}

.display-flex-horizontal.space-between-end {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.display-flex-horizontal.medium-gap-center {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
}

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

.display-flex-horizontal.xmedium-gap-center {
  grid-column-gap: 25px;
  align-items: center;
}

.display-flex-horizontal.medium-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.display-flex-horizontal.medium-gap-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.banner-text-wrapper {
  width: 50%;
}

.title-bottom-space {
  margin-bottom: 25px;
  font-size: 70px;
}

.title-bottom-space.tablet-text-align-center {
  max-width: 470px;
  font-size: 70px;
}

.description {
  margin-bottom: 50px;
  font-size: 20px;
}

.description.description-medium-width {
  width: auto;
  max-width: 440px;
}

.description.description-xmedium-width {
  width: auto;
  max-width: 470px;
}

.description.contacts-detail {
  margin-bottom: 0;
}

.banner-form {
  max-width: 470px;
  margin-bottom: 10px;
}

.banner-form-text-field {
  height: auto;
  min-height: 62px;
  border: 1px solid var(--gray);
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-size: 20px;
  line-height: 1.5em;
}

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

.banner-form-text-field::-ms-input-placeholder {
  color: var(--paragraph-gray);
  font-size: 20px;
  line-height: 1.5em;
}

.banner-form-text-field::placeholder {
  color: var(--paragraph-gray);
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph-xsmall {
  color: var(--dark-gray);
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.2em;
}

.underlined-link {
  color: var(--dark-gray);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: .5px solid #000;
  font-size: 16px;
  line-height: 1.2em;
}

.underlined-link:hover {
  color: rgba(115, 124, 138, .6);
}

.banner-image-wrapper {
  width: 50%;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-gray-background {
  width: 100%;
  min-height: 480px;
  background-image: url('../images/banner-background-item.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 30px;
}

.banner-card-bottom {
  z-index: 1;
  height: 250px;
  position: absolute;
  top: auto;
  bottom: 70px;
  left: -10px;
  transform: rotate(30deg);
}

.banner-card-top {
  z-index: 2;
  height: 250px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  border-radius: 20px;
  position: absolute;
  top: 110px;
  right: -13px;
  transform: rotate(60deg);
  box-shadow: 3px -15px 25px rgba(0, 0, 0, .1);
}

.logo-wrapper-large {
  z-index: 99;
  width: 90%;
  max-width: 1720px;
  grid-column-gap: 40px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.logo-description {
  max-width: 200px;
  font-weight: 500;
}

.logo-image {
  width: 14%;
  height: 44px;
}

.logo-images-wrapper {
  width: 80%;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.content-large-wrapper {
  width: 100%;
  justify-content: flex-end;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.content-large-wrapper-left {
  z-index: 1;
  width: 80%;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.content-wrapper-info {
  grid-column-gap: 65px;
  background-color: var(--primary-light);
  border-radius: 8px;
  align-items: center;
  padding: 20px 20px 20px 90px;
  display: flex;
}

.content-wrapper-circle {
  width: 92px;
  height: 92px;
  border: 1px dashed rgba(16, 24, 40, .4);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 34px;
  display: flex;
}

.content-wrapper-number {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

.content-wrapper-text-info {
  width: 80%;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.content-large-image-wrapper {
  z-index: 2;
  width: 36%;
  min-height: 660px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -60px;
  left: -45px;
}

.content-large-circle {
  width: 280px;
  height: 280px;
  background-color: var(--primary);
  border-radius: 50%;
  display: none;
}

.image-absolute {
  z-index: 1;
  width: 70%;
  max-width: 100%;
  min-height: 660px;
  object-fit: cover;
  position: absolute;
}

.column-wrapper {
  width: 47%;
}

.column-image-bg {
  min-height: 605px;
  background-image: url('../images/image-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.column-image-contain {
  width: 100%;
  height: 605px;
  object-fit: contain;
}

.figure-item-top {
  width: 130px;
  height: 110px;
  position: absolute;
  top: 60px;
  bottom: 0%;
  right: 15px;
}

.figure-item-bottom {
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 105px;
  left: -25px;
}

.content-medium-image-wrapper {
  width: 44%;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-medium-text-wrapper {
  width: 50%;
  margin-top: 60px;
}

.title-medium-width {
  max-width: 440px;
}

.check-list-wrapper-large {
  width: 100%;
  grid-column-gap: 40px;
  margin-bottom: 50px;
  display: flex;
}

.check-list-wrapper {
  width: 50%;
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.check-list-wrapper.large-size {
  width: 100%;
  grid-row-gap: 20px;
  margin-bottom: 50px;
}

.check-list-item {
  width: 100%;
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.check-list-circle {
  background-color: var(--primary);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
}

.check-icon-small {
  width: 20px;
  height: 20px;
}

.text-width-large {
  width: 75%;
}

.text-width-large.font-weight-semi-bold {
  width: 75%;
  font-weight: 600;
}

.text-width-large.text-color-white {
  width: 100%;
}

.content-medium-image {
  z-index: 2;
  width: 100%;
  height: 575px;
  object-fit: contain;
  position: relative;
}

.figure-item-top-left {
  z-index: 1;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 30px;
  left: 10px;
}

.figure-item-full-bottom {
  z-index: 2;
  width: 100%;
  height: 150px;
  object-fit: contain;
  position: absolute;
  bottom: -30px;
  left: 0%;
  right: 0%;
}

.top-section-padding-large {
  width: 100%;
  padding-top: 140px;
}

.card-item {
  width: 33.33%;
  border-right: 1px solid rgba(16, 24, 40, .2);
  padding-left: 30px;
  padding-right: 30px;
}

.card-item.no-left-padding {
  padding-left: 0;
}

.card-item.no-right-padding-border {
  border-right-style: none;
  padding-right: 0;
}

.margin-top-xmedium {
  margin-top: 25px;
}

.testimonials-top-block {
  width: 100%;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

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

.primary-text-color.font-weight-medium {
  font-weight: 500;
}

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

.testimonials-text {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.1em;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  margin-bottom: 50px;
}

.author-wrapper {
  width: 40%;
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.reviews-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.reviews-right-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.margin-bottom-xsmall {
  margin-bottom: 15px;
}

.large-link-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  background-color: var(--primary);
  border-radius: 8px;
  justify-content: space-between;
  padding: 12px 20px;
  display: flex;
  box-shadow: 0 -1px 2px rgba(16, 24, 40, .05);
}

.large-link-wrapper.fixed-width {
  max-width: 270px;
}

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

.dark-text-color.font-weight-medium {
  font-weight: 500;
}

.large-link-icon-wrapper {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-width {
  width: 100%;
}

.cta-wrapper {
  max-width: 630px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-line-divider {
  height: 1px;
  max-width: 1170px;
  background-color: rgba(255, 255, 255, .2);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-image-large {
  width: 350px;
  min-height: 300px;
  object-fit: contain;
  position: absolute;
  right: 0%;
}

.banner-text-info {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-description-small {
  max-width: 525px;
  margin-bottom: 50px;
}

.banner-description-small.no-bottom-space {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.card-wrapper-center {
  margin-top: 0;
  position: relative;
}

.card-image {
  z-index: 2;
  width: 100%;
  height: 355px;
  max-width: 760px;
  position: relative;
}

.card-figure-image-left {
  z-index: 1;
  width: 230px;
  height: 230px;
  object-fit: contain;
  position: absolute;
  top: 5px;
  left: -110px;
}

.card-figure-image-right {
  width: 160px;
  height: 160px;
  position: absolute;
  top: -70px;
  right: -60px;
}

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

.section-title-wrapper-medium.large-size {
  max-width: 630px;
}

._1-3-column-wrapper-border {
  width: 31.3%;
  background-color: var(--primary-light);
  border: 1px solid rgba(112, 238, 145, .5);
  border-radius: 8px;
  padding: 30px;
}

._1-3-column-wrapper-border.primary-color {
  background-color: var(--primary);
  border-color: rgba(0, 0, 0, 0);
}

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

.banner-figure-item {
  z-index: 0;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0%;
  right: 0%;
}

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

.description-medium-width {
  width: 55%;
}

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

.card-item-large {
  width: 100%;
  grid-column-gap: 40px;
  background-color: var(--primary);
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 100px 80px 50px;
  display: flex;
}

.card-item-large.light-green-negative {
  background-color: var(--light-green);
  margin-top: -30px;
}

.card-item-large.extra-light-green-negative {
  background-color: #cdfdda;
  margin-top: -30px;
  padding-bottom: 50px;
}

.description-xmedium-width {
  width: 54%;
}

.text-breaking-normal {
  white-space: normal;
}

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

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 35px 25px;
  display: flex;
}

.dropdown-toggle.w--open {
  margin-bottom: 0;
}

.plus-icon, .minus-icon {
  font-family: "Fa solid 900", sans-serif;
  line-height: 26px;
}

.faq-dropdown-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(112, 238, 145, .5);
  border-radius: 8px;
  overflow: hidden;
}

.faq-dropdown-list {
  background-color: #d8aeae;
  position: relative;
}

.faq-dropdown-list.w--open {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.faq-description {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.margin-bottom-xxsmall {
  margin-bottom: 5px;
}

.margin-bottom-xxsmall.font-weight-medium {
  font-weight: 500;
}

.margin-bottom-xxsmall.paragraph-xsmall {
  color: var(--paragraph-gray);
}

.customer-bg-image-wrapper {
  z-index: 3;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.customer-background-image {
  width: 100%;
  height: 100%;
  opacity: .35;
  object-fit: cover;
  object-position: 80% 50%;
}

.portfolio-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.checkbox {
  margin-top: 0;
}

.add-to-cart-wrapper {
  background-color: var(--primary);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3.1px;
  left: 0%;
  right: 0%;
}

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

.hire-popup {
  z-index: 1000;
  width: 100%;
  max-width: 296px;
  color: #fff;
  text-transform: none;
  background-color: #1c276d;
  border-radius: 4px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: 5px;
  right: auto;
}

.logo-wrapper-large-bottom {
  z-index: 99;
  width: 90%;
  max-width: 1720px;
  grid-column-gap: 40px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
}

.contact-us-contrainer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block {
  padding-bottom: 0;
}

.paragraph-contract {
  align-self: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.paragraph-contract.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.text-block---contract {
  direction: ltr;
  text-indent: 0;
  text-transform: none;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}

 .list {
  align-self: flex-start;
}

.list-contract {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  align-self: flex-start;
  padding-left: 40px;
  list-style-type: disc;
}

.list-item-contract {
  color: var(--black);
  font-size: 18px;
  font-style: normal;
  line-height: 1.3em;
  text-decoration: none;
}

.base-container-contract {
  max-width: 1200px;
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #101828;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-contract.align-left {
  width: 100%;
  align-items: flex-start;
}

.link-contract {
  color: var(--paragraph-gray);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3em;
  text-decoration: underline;
}

.banner-form-button-2 {
  width: 52px;
  height: 52px;
  background-color: #70ee91;
  background-image: url('../images/arrow-right-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  padding: 16px;
  transition: opacity .3s;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: auto;
  right: 5px;
}

.banner-form-button-2:hover {
  opacity: .7;
}

.logo-wrapper-large-about-us {
  z-index: 99;
  width: 90%;
  max-width: 1720px;
  grid-column-gap: 40px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 18px 2px rgba(0, 0, 0, .2);
}

.base-container-space-meet-the-team {
  max-width: 1200px;
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #101828;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: 140px 15px 100px;
  display: flex;
}

.base-container-space-meet-the-team.align-left {
  width: 100%;
  align-items: flex-start;
}

.solutions-portfolio-base-container {
  max-width: 1200px;
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #101828;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

.solutions-portfolio-base-container.align-left {
  width: 100%;
  align-items: flex-start;
}

.title-banner {
  margin-bottom: 25px;
  font-size: 70px;
}

.title-banner.tablet-text-align-center {
  max-width: 470px;
  font-size: 70px;
}

.section-headine {
  margin-bottom: 25px;
  font-size: 50px;
}

.section-headine.tablet-text-align-center {
  max-width: 470px;
  font-size: 70px;
}

.section-contact-us {
  border-radius: 0;
  padding-top: 200px;
  padding-bottom: 160px;
  position: relative;
}

.section-contact-us.dark-blue-background {
  background-color: var(--primary-dark);
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-contact-us.top-banner {
  background-color: var(--primary-light);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px;
  overflow: hidden;
}

.section-contact-us.no-bottom-space {
  padding-top: 130px;
  padding-bottom: 0;
}

.section-contact-us.top-space-medium-gradient {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section-contact-us.top-space-medium-gradient.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.section-contact-us.light-gray-bg-top-space-small {
  background-color: var(--light-gray-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-contact-us.dark-blue-bg-fixed {
  min-height: 400px;
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.section-contact-us.banner-top-section {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 190px;
  padding-bottom: 60px;
}

.section-contact-us.pages-banner {
  min-height: 400px;
}

.section-contact-us.vision-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-contact-us.meet-the-team {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -47px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-contact-us.meet-the-team.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.section-contact-us.solutions-portfolio {
  padding-top: 60px;
  padding-bottom: 120px;
}

.partners-header-wrapper-largerr {
  z-index: 99;
  width: 90%;
  max-width: 1720px;
  grid-column-gap: 40px;
  border: 1px solid var(--gray);
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 18px 4px rgba(0, 0, 0, .2);
}

.title-banner-white {
  color: var(--white);
  text-align: center;
  font-size: 70px;
  font-weight: 500;
}

.section---service-portfolio {
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
}

.section---service-portfolio.dark-blue-background {
  background-color: var(--primary-dark);
  padding-top: 130px;
  padding-bottom: 130px;
}

.section---service-portfolio.top-banner {
  background-color: var(--primary-light);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px;
  overflow: hidden;
}

.section---service-portfolio.no-bottom-space {
  padding-top: 130px;
  padding-bottom: 0;
}

.section---service-portfolio.top-space-medium-gradient {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.section---service-portfolio.light-gray-bg-top-space-small {
  background-color: var(--light-gray-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section---service-portfolio.dark-blue-bg-fixed {
  min-height: 400px;
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.section---service-portfolio.banner-top-section {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 190px;
  padding-bottom: 60px;
}

.section---service-portfolio.pages-banner {
  min-height: 400px;
}

.section---service-portfolio.vision-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section---service-portfolio.meet-the-team {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -47px;
  padding-top: 0;
  padding-bottom: 0;
}

.section---service-portfolio.meet-the-team.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.section---service-portfolio.solutions-portfolio {
  padding-top: 40px;
  padding-bottom: 120px;
}

.semi-bold-text-contract {
  font-weight: 600;
}

.contract-heading-1 {
  align-self: flex-start;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5em;
}

.contract-heading-2 {
  align-self: flex-start;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}

.contract-heading-3 {
  align-self: flex-start;
  font-weight: 600;
  line-height: 1em;
}

.contract-heading-4 {
  align-self: flex-start;
  font-size: 25px;
  font-weight: 600;
  line-height: 1em;
}

.contract-section {
  border-radius: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.contract-section.dark-blue-background {
  background-color: var(--primary-dark);
  padding-top: 130px;
  padding-bottom: 130px;
}

.contract-section.top-banner {
  background-color: var(--primary-light);
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px;
  overflow: hidden;
}

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

.contract-section.top-space-medium-gradient {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.contract-section.top-space-medium-gradient.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.contract-section.light-gray-bg-top-space-small {
  background-color: var(--light-gray-2);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contract-section.dark-blue-bg-fixed {
  min-height: 400px;
  background-color: var(--primary-dark);
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.contract-section.banner-top-section {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 190px;
  padding-bottom: 60px;
}

.contract-section.pages-banner {
  min-height: 400px;
}

.contract-section.vision-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contract-section.meet-the-team {
  background-image: url('../images/section-bottom-blur.svg');
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -52px;
  padding-top: 0;
  padding-bottom: 0;
}

.contract-section.meet-the-team.no-bottom-margin {
  background-position: 0 0;
  padding-top: 130px;
  padding-left: 0;
  padding-right: 0;
}

.contract-section.solutions-portfolio {
  padding-top: 40px;
  padding-bottom: 120px;
}

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

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

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

  .section.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

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

  .section.top-space-medium-gradient {
    background-position: 50% -55%;
    padding: 0 40px;
  }

  .section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.light-gray-bg-top-space-small {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .section.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

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

  .section.meet-the-team {
    background-position: 50% 130%;
    margin-top: -52px;
    padding: 0;
  }

  .section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .base-container {
    margin-bottom: 0;
  }

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

  .primary-button.full-width-mobile {
    margin-top: 30px;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-dropdown-toggle {
    padding-right: 50px;
  }

  .nav-dropdown-icon {
    right: 5px;
  }

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

  .pages-banner.padding-large {
    padding-top: 180px;
  }

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

  .footer-rights.footer-separator {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    font-size: 20px;
  }

  .footer-copyright-link {
    letter-spacing: 0;
    margin-right: 0;
  }

  .contacts-wrapper {
    margin-top: 0;
  }

  .contacts-content-wrapper {
    padding-bottom: 0;
  }

  .footer-wrapper {
    margin-bottom: 80px;
  }

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

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

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

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

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

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

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

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

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

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

  .display-flex-horizontal.large-gap-center {
    grid-column-gap: 80px;
    margin-top: 0;
  }

  .display-flex-horizontal.medium-gap-center {
    grid-column-gap: 80px;
  }

  .title-bottom-space {
    font-size: 70px;
  }

  .title-bottom-space.tablet-text-align-center {
    max-width: 470px;
    font-size: 70px;
  }

  .banner-form-text-field {
    height: auto;
    min-height: 62px;
    border-style: solid;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-image-wrapper {
    min-height: 650px;
  }

  .banner-gray-background {
    min-height: 595px;
  }

  .banner-card-bottom {
    height: auto;
    left: -25px;
  }

  .banner-card-top {
    height: auto;
    right: -45px;
  }

  .logo-wrapper-large {
    width: 90%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
  }

  .logo-description {
    max-width: 200px;
    font-weight: 500;
  }

  .content-wrapper-info {
    padding: 30px 100px 30px 90px;
  }

  .content-large-image-wrapper {
    left: -60px;
  }

  .content-large-circle {
    z-index: -1;
    width: 300px;
    height: 300px;
    display: block;
    position: relative;
    left: -40px;
  }

  .content-medium-text-wrapper {
    margin-top: 60px;
  }

  .text-width-large.font-weight-semi-bold {
    width: 80%;
  }

  .figure-item-top-left {
    left: 20px;
  }

  .figure-item-full-bottom {
    bottom: -40px;
  }

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

  .card-item {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-line-divider {
    margin-left: auto;
    margin-right: auto;
  }

  .background-image-large {
    width: 520px;
  }

  .banner-text-info {
    max-width: 770px;
  }

  .card-wrapper-center {
    margin-top: 0;
  }

  .card-figure-image-left {
    width: 250px;
    height: 250px;
  }

  .card-figure-image-right {
    width: 200px;
    height: 200px;
    top: -70px;
    right: -70px;
  }

  ._1-3-column-wrapper-border {
    width: 31.6%;
  }

  .banner-figure-item {
    width: 180px;
    height: 180px;
    top: 10px;
    right: -15px;
  }

  .description-medium-width {
    width: 53%;
  }

  .description-xmedium-width {
    width: 52%;
  }

  .logo-wrapper-large-bottom {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
  }

  .contact-us-contrainer {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block {
    padding-bottom: 0;
  }

  .paragraph-contract {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.3em;
  }

  .paragraph-contract.margin-bottom-xsmall {
    margin-bottom: 10px;
  }

  .list-contract {
    margin-top: 0;
    padding-top: 10px;
  }

  .list-item-contract {
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: none;
  }

  .base-container-contract {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-contract {
    color: var(--paragraph-gray);
    font-size: 18px;
    line-height: 1.3em;
    text-decoration: underline;
  }

  .logo-wrapper-large-about-us {
    width: 90%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
    box-shadow: 0 2px 18px 3px rgba(0, 0, 0, .2);
  }

  .base-container-space-meet-the-team {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .solutions-portfolio-base-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-banner {
    font-size: 70px;
  }

  .title-banner.tablet-text-align-center {
    max-width: 470px;
    font-size: 70px;
  }

  .section-headine {
    font-size: 50px;
  }

  .section-headine.tablet-text-align-center {
    max-width: 470px;
    font-size: 70px;
  }

  .section-contact-us {
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .section-contact-us.dark-blue-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-contact-us.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

  .section-contact-us.no-bottom-space {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section-contact-us.top-space-medium-gradient {
    background-position: 50% -55%;
    padding: 0 40px;
  }

  .section-contact-us.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact-us.light-gray-bg-top-space-small {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .section-contact-us.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-contact-us.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .section-contact-us.vision-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-contact-us.meet-the-team {
    background-position: 50% 130%;
    margin-top: -52px;
    padding: 0;
  }

  .section-contact-us.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact-us.solutions-portfolio {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .partners-header-wrapper-largerr {
    width: 90%;
    max-width: 1720px;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
    box-shadow: 0 2px 18px 5px rgba(0, 0, 0, .2);
  }

  .title-banner-white {
    font-weight: 500;
  }

  .section---service-portfolio {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section---service-portfolio.dark-blue-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section---service-portfolio.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

  .section---service-portfolio.no-bottom-space {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section---service-portfolio.top-space-medium-gradient {
    background-position: 50% -55%;
    padding: 0 40px;
  }

  .section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .section---service-portfolio.light-gray-bg-top-space-small {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .section---service-portfolio.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section---service-portfolio.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .section---service-portfolio.vision-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section---service-portfolio.meet-the-team {
    background-position: 50% 130%;
    margin-top: -52px;
    padding: 0;
  }

  .section---service-portfolio.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .section---service-portfolio.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .semi-bold-text-contract {
    font-weight: 600;
  }

  .contract-heading-1 {
    align-self: flex-start;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-2 {
    align-self: flex-start;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-3 {
    align-self: flex-start;
    font-weight: 600;
  }

  .contract-heading-4 {
    align-self: flex-start;
    font-size: 25px;
    font-weight: 600;
  }

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

  .contract-section.dark-blue-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contract-section.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

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

  .contract-section.top-space-medium-gradient {
    background-position: 50% -55%;
    padding: 0 40px;
  }

  .contract-section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .contract-section.light-gray-bg-top-space-small {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .contract-section.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contract-section.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .contract-section.vision-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contract-section.meet-the-team {
    background-position: 50% 130%;
    margin-top: -52px;
    padding: 0;
  }

  .contract-section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
  }

  .contract-section.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}

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

  .section {
    z-index: 99;
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .section.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

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

  .section.top-space-medium-gradient {
    background-position: 50% -55%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }

  .section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .section.light-gray-bg-top-space-small {
    padding-bottom: 130px;
  }

  .section.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

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

  .section.meet-the-team {
    z-index: 90;
    background-position: 50% 130%;
    margin: -52px 0 0;
    padding: 0;
  }

  .section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

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

  .base-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .primary-button.full-width-mobile {
    margin-top: 30px;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .footer-rights.footer-separator {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    font-size: 20px;
  }

  .footer-copyright-link {
    letter-spacing: 0;
    margin-right: 0;
  }

  .banner-title-wrapper.large-size {
    max-width: 860px;
  }

  .contacts-wrapper {
    margin-top: 0;
  }

  .contacts-content-wrapper {
    padding-bottom: 0;
  }

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

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

  .display-flex-horizontal.large-gap-center, .display-flex-horizontal.medium-gap-center {
    margin-top: 0;
  }

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

  .banner-text-wrapper {
    width: 60%;
  }

  .title-bottom-space {
    font-size: 80px;
  }

  .title-bottom-space.tablet-text-align-center {
    width: auto;
    max-width: 470px;
    font-size: 80px;
  }

  .banner-form-text-field {
    height: auto;
    min-height: 62px;
    border-style: solid;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-image-wrapper {
    width: 45%;
    min-height: 620px;
  }

  .logo-wrapper-large {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-description {
    font-weight: 500;
  }

  .content-large-wrapper {
    margin-top: 115px;
  }

  .content-large-circle {
    width: 350px;
    height: 350px;
    left: -70px;
  }

  .content-medium-text-wrapper {
    margin-top: 60px;
  }

  .text-width-large.font-weight-semi-bold {
    width: 85%;
  }

  .figure-item-top-left {
    left: 10px;
  }

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

  .card-wrapper-center {
    margin-top: 0;
  }

  .card-figure-image-right {
    top: -80px;
    right: -80px;
  }

  .banner-figure-item {
    top: 25px;
    right: -30px;
  }

  .logo-wrapper-large-bottom {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-contrainer {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-contract {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.3em;
  }

  .paragraph-contract.margin-bottom-xsmall {
    margin-bottom: 10px;
  }

  .list-item-contract {
    line-height: 1.3em;
    text-decoration: none;
  }

  .base-container-contract {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-contract {
    line-height: 1.3em;
  }

  .logo-wrapper-large-about-us {
    width: 90%;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 18px 4px rgba(0, 0, 0, .2);
  }

  .base-container-space-meet-the-team {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .solutions-portfolio-base-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-banner {
    font-size: 80px;
  }

  .title-banner.tablet-text-align-center {
    width: auto;
    max-width: 470px;
    font-size: 80px;
  }

  .section-headine {
    font-size: 50px;
  }

  .section-headine.tablet-text-align-center {
    width: auto;
    max-width: 470px;
    font-size: 80px;
  }

  .section-contact-us {
    z-index: 99;
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .section-contact-us.dark-blue-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-contact-us.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

  .section-contact-us.no-bottom-space {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section-contact-us.top-space-medium-gradient {
    background-position: 50% -55%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }

  .section-contact-us.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .section-contact-us.light-gray-bg-top-space-small {
    padding-bottom: 130px;
  }

  .section-contact-us.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-contact-us.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .section-contact-us.vision-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-contact-us.meet-the-team {
    z-index: 90;
    background-position: 50% 130%;
    margin: -52px 0 0;
    padding: 0;
  }

  .section-contact-us.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .section-contact-us.solutions-portfolio {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  .partners-header-wrapper-largerr {
    width: 90%;
    max-width: 1720px;
    grid-column-gap: 40px;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    box-shadow: 0 2px 18px 5px rgba(0, 0, 0, .2);
  }

  .title-banner-white {
    font-size: 80px;
  }

  .section---service-portfolio {
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section---service-portfolio.dark-blue-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section---service-portfolio.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

  .section---service-portfolio.no-bottom-space {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .section---service-portfolio.top-space-medium-gradient {
    background-position: 50% -55%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }

  .section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .section---service-portfolio.light-gray-bg-top-space-small {
    padding-bottom: 130px;
  }

  .section---service-portfolio.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section---service-portfolio.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .section---service-portfolio.vision-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section---service-portfolio.meet-the-team {
    z-index: 90;
    background-position: 50% 130%;
    margin: -52px 0 0;
    padding: 0;
  }

  .section---service-portfolio.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .section---service-portfolio.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .semi-bold-text-contract {
    font-weight: 600;
  }

  .contract-heading-1 {
    align-self: flex-start;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-2 {
    align-self: flex-start;
    font-size: 40px;
    line-height: 1.5em;
  }

  .contract-heading-3 {
    align-self: flex-start;
    font-weight: 600;
  }

  .contract-heading-4 {
    align-self: flex-start;
    font-size: 25px;
    font-weight: 600;
  }

  .contract-section {
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contract-section.dark-blue-background {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contract-section.top-banner {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
  }

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

  .contract-section.top-space-medium-gradient {
    background-position: 50% -55%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
  }

  .contract-section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .contract-section.light-gray-bg-top-space-small {
    padding-bottom: 130px;
  }

  .contract-section.dark-blue-bg-fixed {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .contract-section.banner-top-section {
    background-position: 50% 0;
    padding-bottom: 70px;
  }

  .contract-section.vision-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contract-section.meet-the-team {
    z-index: 90;
    background-position: 50% 130%;
    margin: -52px 0 0;
    padding: 0;
  }

  .contract-section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding: 130px 0 0;
  }

  .contract-section.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    z-index: 90;
    background-color: var(--white);
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.dark-blue-background {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.top-banner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .section.top-space-medium-gradient {
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0;
    padding: 140px 0 0;
  }

  .section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
  }

  .section.light-gray-bg-top-space-small {
    background-color: var(--light-gray-2);
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section.dark-blue-bg-fixed {
    min-height: 750px;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.banner-top-section {
    background-position: 50% 0;
    margin-top: 0;
    padding-top: 190px;
    padding-bottom: 70px;
  }

  .section.pages-banner {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .section.vision-section {
    text-align: left;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.meet-the-team {
    z-index: 90;
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 130%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: -52px 0 0;
    padding: 0;
  }

  .section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
  }

  .section.solutions-portfolio {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .base-container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-button.full-width-mobile {
    margin-top: 30px;
    margin-right: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-rights {
    margin-right: 0;
  }

  .footer-rights.footer-separator {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    font-size: 20px;
    font-weight: 500;
  }

  .footer-copyright-link {
    letter-spacing: 0;
    margin-right: 0;
    font-size: 20px;
    font-weight: 300;
  }

  .contacts-wrapper {
    margin-top: 0;
  }

  .contacts-content-wrapper {
    padding-bottom: 0;
    padding-right: 40px;
  }

  .contacts-textarea {
    background-color: rgba(0, 0, 0, 0);
    font-weight: 400;
  }

  .contacts-input {
    border-left-style: solid;
    font-weight: 400;
  }

  .footer-wrapper {
    margin-bottom: 95px;
  }

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

  .menu-wrap {
    padding-left: 0;
  }

  .form-contacts {
    border-top: 1px #000;
    border-left: 0 #000;
    border-right: 1px #000;
    box-shadow: 0 11px 20px 5px rgba(0, 0, 0, .2);
  }

  .form-block-contacts {
    font-weight: 400;
  }

  .margin-bottom-small.contact-us-headline {
    font-size: 50px;
  }

  .display-flex-horizontal.large-gap-center, .display-flex-horizontal.medium-gap-center {
    margin-top: 0;
  }

  .display-flex-horizontal.xlarge-gap-center {
    min-height: 648px;
  }

  .title-bottom-space {
    margin-bottom: 25px;
    font-size: 80px;
  }

  .title-bottom-space.tablet-text-align-center {
    width: auto;
    max-width: 470px;
    font-size: 80px;
  }

  .description, .description.description-xmedium-width {
    text-align: left;
  }

  .banner-form-text-field {
    height: auto;
    min-height: 62px;
    color: var(--black);
    border-style: solid;
    border-radius: 8px;
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-xsmall {
    font-weight: 300;
  }

  .banner-image-wrapper {
    min-height: 650px;
  }

  .logo-wrapper-large {
    width: 90%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
  }

  .logo-description {
    max-width: 200px;
    margin-right: 30px;
    font-size: 20px;
    font-weight: 500;
  }

  .logo-images-wrapper {
    grid-column-gap: 40px;
  }

  .content-large-wrapper-left {
    z-index: 2;
  }

  .content-wrapper-info {
    grid-column-gap: 65px;
    padding-left: 120px;
  }

  .content-large-image-wrapper {
    z-index: 3;
    width: 36%;
    position: absolute;
    left: -75px;
  }

  .content-large-circle {
    width: 400px;
    height: 400px;
  }

  .content-medium-text-wrapper {
    margin-top: 60px;
  }

  .check-list-wrapper-large {
    grid-column-gap: 50px;
  }

  .top-section-padding-large {
    padding-top: 180px;
  }

  .testimonials-text {
    font-weight: 300;
  }

  .background-image-large {
    width: 840px;
    min-height: 600px;
    top: 40px;
  }

  .card-wrapper-center {
    margin-top: 0;
  }

  .card-image {
    z-index: 3;
    overflow: visible;
  }

  .card-figure-image-left {
    width: 270px;
    height: 270px;
  }

  .card-figure-image-right {
    width: 220px;
    height: 220px;
    top: -110px;
    right: -110px;
  }

  .section-title-wrapper-medium {
    margin-bottom: 50px;
  }

  .card-item-large {
    padding-right: 135px;
  }

  .description-xmedium-width.dark-text-color {
    width: 54%;
    text-align: left;
  }

  .customer-background-image {
    z-index: 99;
    opacity: 0;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    position: relative;
  }

  .logo-wrapper-large-bottom {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
  }

  .contact-us-contrainer {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-contract {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    line-height: 1.3em;
    text-decoration: none;
  }

  .paragraph-contract.margin-bottom-small {
    line-height: 1.5em;
  }

  .paragraph-contract.margin-bottom-xxsmall.margin-top-xsmall {
    margin-top: 5px;
  }

  .paragraph-contract.margin-bottom-xsmall {
    margin-bottom: 10px;
  }

  .list-contract {
    line-height: 1.4em;
  }

  .list-item-contract {
    line-height: 1.3em;
    text-decoration: none;
  }

  .base-container-contract {
    color: var(--black);
    margin-bottom: 0;
    padding: 0 15px;
  }

  .link-contract {
    font-weight: 400;
    line-height: 1.3em;
  }

  .container {
    z-index: auto;
    max-width: 1200px;
    float: none;
    color: var(--paragraph-gray);
    text-align: center;
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 140px;
    margin-right: 140px;
    display: flex;
    position: static;
  }

  .logo-wrapper-large-about-us {
    width: 90%;
    background-color: var(--white);
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 35px;
    box-shadow: 0 2px 18px 4px rgba(0, 0, 0, .2);
  }

  .base-container-space-meet-the-team {
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 140px;
    padding-bottom: 100px;
    padding-left: 15px;
  }

  .solutions-portfolio-base-container {
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .title-banner {
    margin-bottom: 25px;
    font-size: 80px;
  }

  .title-banner.tablet-text-align-center {
    width: auto;
    max-width: 470px;
    font-size: 80px;
  }

  .section-headine {
    margin-bottom: 25px;
    font-size: 50px;
  }

  .section-headine.tablet-text-align-center {
    width: auto;
    max-width: 470px;
    font-size: 80px;
  }

  .section-contact-us {
    z-index: 99;
    background-color: var(--light-gray-2);
    color: var(--primary-dark);
    margin-top: 0;
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .section-contact-us.dark-blue-background {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-contact-us.top-banner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-contact-us.no-bottom-space {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-contact-us.top-space-medium-gradient {
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0;
    padding: 140px 0 0;
  }

  .section-contact-us.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
  }

  .section-contact-us.light-gray-bg-top-space-small {
    background-color: var(--light-gray-2);
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section-contact-us.dark-blue-bg-fixed {
    min-height: 750px;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-contact-us.banner-top-section {
    background-position: 50% 0;
    margin-top: 0;
    padding-top: 190px;
    padding-bottom: 70px;
  }

  .section-contact-us.pages-banner {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .section-contact-us.vision-section {
    text-align: left;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-contact-us.meet-the-team {
    z-index: 90;
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 130%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: -52px 0 0;
    padding: 0;
  }

  .section-contact-us.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
  }

  .section-contact-us.solutions-portfolio {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .partners-header-wrapper-largerr {
    z-index: 99;
    width: 90%;
    max-width: 1720px;
    -webkit-text-stroke-color: var(--black);
    margin: -90px auto 0;
    padding: 30px 35px;
    display: flex;
    box-shadow: 0 2px 18px 5px rgba(0, 0, 0, .2);
  }

  .title-banner-white {
    color: var(--white);
    font-size: 80px;
  }

  .section---service-portfolio {
    z-index: 90;
    background-color: var(--white);
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section---service-portfolio.dark-blue-background {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section---service-portfolio.top-banner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section---service-portfolio.no-bottom-space {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section---service-portfolio.top-space-medium-gradient {
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0;
    padding: 140px 0 0;
  }

  .section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
  }

  .section---service-portfolio.light-gray-bg-top-space-small {
    background-color: var(--light-gray-2);
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .section---service-portfolio.dark-blue-bg-fixed {
    min-height: 750px;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section---service-portfolio.banner-top-section {
    background-position: 50% 0;
    margin-top: 0;
    padding-top: 190px;
    padding-bottom: 70px;
  }

  .section---service-portfolio.pages-banner {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .section---service-portfolio.vision-section {
    text-align: left;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section---service-portfolio.meet-the-team {
    z-index: 90;
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 130%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: -52px 0 0;
    padding: 0;
  }

  .section---service-portfolio.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
  }

  .section---service-portfolio.solutions-portfolio {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .semi-bold-text-contract {
    font-weight: 600;
  }

  .text-block-2 {
    color: var(--red);
  }

  .contract-heading-1 {
    color: var(--primary-dark);
    -webkit-text-stroke-color: var(--primary-dark);
    align-self: flex-start;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-2 {
    align-self: flex-start;
    font-size: 40px;
    line-height: 1.5em;
  }

  .contract-heading-2.margin-top-xmedium.margin-bottom-xsmall {
    margin-bottom: 10px;
  }

  .contract-heading-3 {
    align-self: flex-start;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-4 {
    align-self: flex-start;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-section {
    z-index: 90;
    background-color: var(--white);
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contract-section.dark-blue-background {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contract-section.top-banner {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contract-section.no-bottom-space {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contract-section.top-space-medium-gradient {
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0;
    padding: 140px 0 0;
  }

  .contract-section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
  }

  .contract-section.light-gray-bg-top-space-small {
    background-color: var(--light-gray-2);
    margin-top: 0;
    padding-top: 120px;
    padding-bottom: 150px;
  }

  .contract-section.dark-blue-bg-fixed {
    min-height: 750px;
    margin-top: 0;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .contract-section.banner-top-section {
    background-position: 50% 0;
    margin-top: 0;
    padding-top: 190px;
    padding-bottom: 70px;
  }

  .contract-section.pages-banner {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .contract-section.vision-section {
    text-align: left;
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .contract-section.meet-the-team {
    z-index: 90;
    background-image: url('../images/section-bottom-blur.svg');
    background-position: 50% 130%;
    background-repeat: no-repeat;
    background-size: auto;
    margin: -52px 0 0;
    padding: 0;
  }

  .contract-section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
  }

  .contract-section.solutions-portfolio {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 44px;
  }

  .section {
    padding-bottom: 120px;
  }

  .section.dark-blue-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.top-banner {
    padding: 120px 0;
  }

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

  .section.top-space-medium-gradient {
    background-position: 50% 0;
    padding-top: 0;
  }

  .section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .section.light-gray-bg-top-space-small {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section.dark-blue-bg-fixed {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.pages-banner {
    min-height: 300px;
  }

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

  .section.meet-the-team {
    background-position: 50% 100%;
    margin-top: -75px;
    padding-top: 0;
  }

  .section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .section.solutions-portfolio {
    padding-bottom: 100px;
  }

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

  .primary-button {
    display: block;
  }

  .primary-button.full-width-mobile {
    margin-left: 20px;
    margin-right: auto;
  }

  .primary-button.tablet-hidden {
    display: none;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .menu-button {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 0;
    display: flex;
  }

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

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

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .nav-dropdown-icon.text-color-white {
    color: var(--paragraph-gray);
  }

  .nav-dropdown-list {
    width: auto;
    border-style: none;
    flex-direction: column;
    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-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: 6px;
    padding-bottom: 6px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding: 0 20px 0 0;
  }

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

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

  .pages-banner {
    min-height: 300px;
    padding-top: 90px;
  }

   .pages-banner.padding-large {
    padding-top: 110px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-rights {
    width: auto;
  }

  .footer-copyright-link {
    margin-right: 0;
  }

  .accordion-column-wrapper {
    width: 100%;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }

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

  .social-icons-wrapper {
    margin-top: 10px;
  }

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

  .footer-links-wrapper {
    width: 33%;
  }

  .search-shop-con {
    flex: 1;
    justify-content: flex-end;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portfolio-template-image {
    height: 360px;
  }

  .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 {
    width: 80%;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

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

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

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

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

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

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

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

  .home-banner-left-arrow {
    top: 20%;
    bottom: auto;
    left: 4%;
    right: auto;
  }

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

  .image-burger {
    margin-bottom: 1.5px;
  }

  .brand-tablet {
    display: block;
  }

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

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

  .display-flex-horizontal.large-gap-center {
    grid-row-gap: 50px;
    flex-wrap: wrap-reverse;
  }

  .display-flex-horizontal.medium-gap-center {
    grid-row-gap: 50px;
    flex-wrap: wrap-reverse;
    padding-bottom: 0;
  }

  .display-flex-horizontal.xlarge-gap-center {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.desktop-no-gap-tablet-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-text-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .title-bottom-space {
    margin-left: 0;
    margin-right: 0;
    font-size: 60px;
  }

  .title-bottom-space.tablet-text-align-center {
    max-width: none;
    text-align: center;
    font-size: 60px;
  }

  .description.description-medium-width {
    width: 55%;
    max-width: none;
  }

  .description.description-xmedium-width {
    text-align: center;
  }

  .banner-form {
    width: 65%;
    max-width: none;
  }

  .banner-form-text-field {
    border-style: solid;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .banner-image-wrapper {
    width: 80%;
    min-height: 465px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-gray-background {
    min-height: 445px;
  }

  .banner-card-bottom {
    height: 245px;
    bottom: 40px;
    left: 60px;
  }

  .banner-card-top {
    height: 215px;
    border-radius: 10px;
    top: 70px;
    right: 55px;
  }

  .logo-wrapper-large {
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .logo-description {
    max-width: 120px;
  }

  .logo-image {
    width: 30%;
  }

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

  .content-large-wrapper {
    flex-wrap: wrap;
    margin-top: 50px;
  }

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

  .content-wrapper-info {
    grid-column-gap: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-circle {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    padding: 15px;
  }

  .content-wrapper-number {
    font-size: 32px;
  }

  .content-large-image-wrapper {
    width: 100%;
    min-height: 400px;
    margin-bottom: 30px;
    position: static;
  }

  .content-large-circle {
    width: 230px;
    height: 230px;
    display: block;
    position: relative;
    left: -40px;
  }

  .image-absolute {
    height: 400px;
    min-height: auto;
    object-fit: contain;
  }

  .column-wrapper {
    width: 100%;
  }

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

  .column-image-bg {
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-image-contain {
    height: 400px;
  }

  .figure-item-top, .figure-item-bottom {
    display: none;
  }

  .content-medium-image-wrapper {
    width: 45%;
    min-height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-medium-text-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 70px;
    display: flex;
  }

  .content-medium-image {
    height: 375px;
  }

  .figure-item-top-left {
    width: 100px;
    height: 100px;
    top: 10px;
  }

  .figure-item-full-bottom {
    height: 95px;
  }

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

  .card-item {
    width: 47.2%;
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-text {
    font-size: 20px;
  }

  .full-width {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-wrapper {
    max-width: 425px;
  }

  .background-image-large {
    width: 300px;
  }

  .card-wrapper-center {
    margin-top: 20px;
  }

  .card-image {
    max-width: 700px;
  }

  .card-figure-image-left {
    display: none;
  }

  .card-figure-image-right {
    top: -60px;
    right: -13px;
  }

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

  ._1-3-column-wrapper-border {
    width: 47.9%;
  }

  .banner-figure-item {
    width: 120px;
    height: 120px;
    right: 80px;
  }

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

  .description-medium-width {
    width: 48%;
  }

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

  .card-item-large {
    padding: 30px 50px 60px 30px;
  }

  .card-item-large.extra-light-green-negative {
    padding-bottom: 30px;
  }

  .description-xmedium-width {
    width: 52%;
  }

  .column {
    min-width: 100%;
  }

  .hire-popup {
    max-width: 380px;
  }

  .logo-wrapper-large-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-us-contrainer {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-contract {
    font-size: 17px;
  }

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

  .list-contract {
    padding-top: 10px;
  }

  .list-item-contract {
    font-size: 17px;
  }

  .link-contract {
    font-size: 17px;
    line-height: 1.3em;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .logo-wrapper-large-about-us {
    width: 95%;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .base-container-space-meet-the-team {
    padding: 200px 15px 60px;
  }

  .solutions-portfolio-base-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-banner {
    margin-left: 0;
    margin-right: 0;
    font-size: 60px;
  }

  .title-banner.tablet-text-align-center {
    max-width: none;
    text-align: center;
    font-size: 60px;
  }

  .section-headine {
    margin-left: 0;
    margin-right: 0;
    font-size: 44px;
  }

  .section-headine.tablet-text-align-center {
    max-width: none;
    text-align: center;
    font-size: 60px;
  }

  .section-contact-us {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .section-contact-us.dark-blue-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact-us.top-banner {
    padding: 120px 0;
  }

  .section-contact-us.no-bottom-space {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section-contact-us.top-space-medium-gradient {
    background-position: 50% 0;
    padding-top: 0;
  }

  .section-contact-us.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .section-contact-us.light-gray-bg-top-space-small {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section-contact-us.dark-blue-bg-fixed {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact-us.banner-top-section {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .section-contact-us.pages-banner {
    min-height: 300px;
  }

  .section-contact-us.vision-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-contact-us.meet-the-team {
    background-position: 50% 100%;
    margin-top: -75px;
    padding-top: 0;
  }

  .section-contact-us.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .section-contact-us.solutions-portfolio {
    padding-bottom: 100px;
  }

  .partners-header-wrapper-largerr {
    max-width: 1720px;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 2px 18px 3px rgba(0, 0, 0, .2);
  }

  .title-banner-white {
    font-size: 60px;
  }

  .section---service-portfolio {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section---service-portfolio.dark-blue-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section---service-portfolio.top-banner {
    padding: 120px 0;
  }

  .section---service-portfolio.no-bottom-space {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section---service-portfolio.top-space-medium-gradient {
    background-position: 50% 0;
    padding-top: 0;
  }

  .section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .section---service-portfolio.light-gray-bg-top-space-small {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section---service-portfolio.dark-blue-bg-fixed {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section---service-portfolio.banner-top-section {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .section---service-portfolio.pages-banner {
    min-height: 300px;
  }

  .section---service-portfolio.vision-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section---service-portfolio.meet-the-team {
    background-position: 50% 100%;
    margin-top: -75px;
    padding-top: 0;
  }

  .section---service-portfolio.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .section---service-portfolio.solutions-portfolio {
    padding-bottom: 100px;
  }

  .semi-bold-text-contract {
    font-weight: 600;
  }

  .contract-heading-1 {
    align-self: flex-start;
    font-size: 45px;
  }

  .contract-heading-2 {
    align-self: flex-start;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-3 {
    align-self: flex-start;
    font-size: 28px;
    line-height: 1em;
  }

  .contract-heading-4 {
    align-self: flex-start;
    font-size: 25px;
    line-height: 1em;
  }

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

  .contract-section.dark-blue-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contract-section.top-banner {
    padding: 120px 0;
  }

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

  .contract-section.top-space-medium-gradient {
    background-position: 50% 0;
    padding-top: 0;
  }

  .contract-section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .contract-section.light-gray-bg-top-space-small {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .contract-section.dark-blue-bg-fixed {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contract-section.pages-banner {
    min-height: 300px;
  }

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

  .contract-section.meet-the-team {
    background-position: 50% 100%;
    margin-top: -75px;
    padding-top: 0;
  }

  .contract-section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 70px;
  }

  .contract-section.solutions-portfolio {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

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

  .section.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section.top-space-medium-gradient {
    background-position: 50% -60%;
    background-size: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .section.light-gray-bg-top-space-small {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.dark-blue-bg-fixed {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-top-section {
    background-position: 50% 0;
    padding-top: 110px;
  }

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

  .section.meet-the-team {
    background-position: 50% 120%;
    background-size: auto;
    margin-top: -140px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .section.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .base-container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.full-width-mobile {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    margin-left: 0;
  }

  .pages-banner {
    padding-top: 80px;
    padding-bottom: 60px;
  }

   .pages-banner.padding-large {
    padding-top: 100px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

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

  .accordion-wrapper-large {
    flex-wrap: wrap;
  }

  .accordion-column-wrapper {
    width: 100%;
    margin-right: 0;
  }

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

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

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

  .social-icons-wrapper.align-left {
    margin-top: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .social-icon-circle {
    padding: 10px;
  }

  .footer-links-wrapper {
    width: 27%;
  }

  .customer-wrapper {
    height: 240px;
  }

  .card-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 {
    width: 100%;
    grid-row-gap: 30px;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    width: 100%;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    width: auto;
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .social-icon-white {
    width: 16px;
    height: 16px;
  }

  .display-flex-horizontal.large-gap-center {
    grid-row-gap: 0px;
  }

  .display-flex-horizontal.space-between-end {
    flex-wrap: wrap;
    justify-content: center;
  }

  .display-flex-horizontal.medium-gap-center {
    grid-row-gap: 40px;
  }

  .display-flex-horizontal.desktop-no-gap-tablet-wrap {
    grid-row-gap: 30px;
  }

  .title-bottom-space, .title-bottom-space.tablet-text-align-center {
    font-size: 52px;
  }

  .description {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .description.description-medium-width {
    width: 75%;
  }

  .banner-form {
    width: 70%;
  }

  .banner-form-text-field {
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    font-size: 20px;
  }

  .banner-image-wrapper {
    width: 55%;
    min-height: 390px;
  }

  .banner-gray-background {
    min-height: 340px;
    background-size: contain;
  }

  .banner-card-bottom {
    height: auto;
    bottom: 60px;
    left: -20px;
  }

  .banner-card-top {
    height: auto;
    top: 81px;
    right: -60px;
    box-shadow: 3px -15px 25px rgba(0, 0, 0, .1);
  }

  .logo-wrapper-large {
    grid-row-gap: 25px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-description {
    width: 80%;
    max-width: none;
    text-align: center;
  }

  .logo-image {
    width: 28%;
  }

  .logo-images-wrapper, .title-width-medium {
    width: 100%;
  }

  .title-width-medium.mobile-landscape-center {
    text-align: center;
  }

  .content-large-wrapper {
    margin-top: 30px;
  }

  .content-wrapper-info {
    grid-column-gap: 30px;
  }

  .content-wrapper-circle {
    width: 52px;
    height: 52px;
    padding: 10px;
  }

  .content-wrapper-number {
    font-size: 26px;
  }

  .content-large-image-wrapper {
    min-height: 300px;
  }

  .content-large-circle {
    width: 180px;
    height: 180px;
  }

  .image-absolute {
    height: 300px;
  }

  .column-wrapper.tablet-flex-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .column-image-bg {
    min-height: 300px;
  }

  .column-image-contain {
    height: 300px;
  }

  .content-medium-image-wrapper {
    width: 52%;
  }

  .content-medium-text-wrapper {
    margin-top: 60px;
  }

  .check-list-wrapper-large, .check-list-wrapper.large-size {
    margin-bottom: 40px;
  }

  .figure-item-top-left {
    top: 10px;
    left: -15px;
  }

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

  .card-item {
    width: 100%;
    border-bottom: 1px solid rgba(16, 24, 40, .2);
    padding-bottom: 30px;
  }

  .card-item.no-right-padding-border {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .testimonials-icon {
    width: 35px;
    height: 20px;
  }

  .testimonials-text {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .line-divider {
    margin-bottom: 40px;
  }

  .author-wrapper {
    width: 55%;
  }

  .cta-wrapper {
    width: 100%;
    max-width: none;
  }

  .background-image-large {
    display: none;
  }

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

  .card-wrapper-center {
    margin-top: 60px;
  }

  .card-image {
    height: 255px;
    max-width: 700px;
  }

  .card-figure-image-right {
    width: 150px;
    height: 150px;
  }

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

  ._1-3-column-wrapper-border {
    width: 100%;
  }

  .banner-figure-item {
    width: 100px;
    height: 100px;
    right: -20px;
  }

  .description-medium-width, .title-small-width {
    width: 100%;
  }

  .card-item-large {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    padding-bottom: 50px;
    padding-right: 45px;
  }

  .card-item-large.light-green-negative, .card-item-large.extra-light-green-negative {
    margin-top: -20px;
  }

  .description-xmedium-width {
    width: 100%;
  }

  .dropdown-toggle {
    padding-bottom: 25px;
  }

  .hire-popup {
    display: none;
  }

  .logo-wrapper-large-bottom {
    grid-row-gap: 25px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .contact-us-contrainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-contract {
    margin-top: 0;
  }

  .base-container-contract {
    padding-top: 0;
  }

  .link-contract {
    font-size: 17px;
    line-height: 1.3em;
  }

  .logo-wrapper-large-about-us {
    grid-row-gap: 25px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
    margin-left: auto;
    margin-right: auto;
  }

  .base-container-space-meet-the-team {
    margin-top: auto;
    padding: 220px 15px 40px;
  }

  .solutions-portfolio-base-container {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-banner, .title-banner.tablet-text-align-center {
    font-size: 52px;
  }

  .section-headine {
    font-size: 40px;
  }

  .section-headine.tablet-text-align-center {
    font-size: 52px;
  }

  .section-contact-us {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .section-contact-us.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section-contact-us.no-bottom-space {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section-contact-us.top-space-medium-gradient {
    background-position: 50% -60%;
    background-size: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-contact-us.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .section-contact-us.light-gray-bg-top-space-small {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section-contact-us.dark-blue-bg-fixed {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact-us.banner-top-section {
    background-position: 50% 0;
    padding-top: 110px;
  }

  .section-contact-us.vision-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact-us.meet-the-team {
    background-position: 50% 120%;
    background-size: auto;
    margin-top: -140px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact-us.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .section-contact-us.solutions-portfolio {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .partners-header-wrapper-largerr {
    max-width: 1720px;
    grid-row-gap: 25px;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .body {
    box-shadow: 0 2px 18px 3px rgba(0, 0, 0, .2);
  }

  .title-banner-white {
    font-size: 52px;
  }

  .section---service-portfolio {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section---service-portfolio.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .section---service-portfolio.no-bottom-space {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section---service-portfolio.top-space-medium-gradient {
    background-position: 50% -60%;
    background-size: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .section---service-portfolio.light-gray-bg-top-space-small {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section---service-portfolio.dark-blue-bg-fixed {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section---service-portfolio.banner-top-section {
    background-position: 50% 0;
    padding-top: 110px;
  }

  .section---service-portfolio.vision-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section---service-portfolio.meet-the-team {
    background-position: 50% 120%;
    background-size: auto;
    margin-top: -140px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section---service-portfolio.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .section---service-portfolio.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .contract-heading-1 {
    font-size: 40px;
  }

  .contract-heading-2 {
    font-weight: 600;
    line-height: 1.5em;
  }

  .contract-heading-2.margin-top-xmedium.margin-bottom-xsmall {
    font-size: 32px;
  }

  .contract-heading-3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1em;
  }

  .contract-heading-4 {
    font-weight: 600;
    line-height: 1em;
  }

  .contract-heading-4.margin-bottom-xsmall {
    font-size: 21px;
  }

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

  .contract-section.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .contract-section.top-space-medium-gradient {
    background-position: 50% -60%;
    background-size: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contract-section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .contract-section.light-gray-bg-top-space-small {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .contract-section.dark-blue-bg-fixed {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contract-section.banner-top-section {
    background-position: 50% 0;
    padding-top: 110px;
  }

  .contract-section.vision-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contract-section.meet-the-team {
    background-position: 50% 120%;
    background-size: auto;
    margin-top: -140px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contract-section.meet-the-team.no-bottom-margin {
    background-position: 50% 0;
    padding-top: 50px;
  }

  .contract-section.solutions-portfolio {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  ul {
    font-size: 18px;
  }

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

  .section.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section.top-space-medium-gradient {
    background-position: 50% -100%;
    padding-top: 0;
  }

  .section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% -90%;
  }

  .section.light-gray-bg-top-space-small {
    padding-top: 60px;
  }

  .section.vision-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.meet-the-team {
    background-position: 50% 130%;
    padding-top: 0;
  }

  .section.meet-the-team.no-bottom-margin {
    background-position: 50% -90%;
  }

  .base-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.full-width-mobile {
    width: 50%;
    width: 100%;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    width: 99%;
  }

   .pages-banner.padding-large {
    padding-top: 110px;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-flow: column wrap;
  }

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

  .footer-rights.footer-separator {
    display: block;
    overflow: visible;
  }

  .footer-copyright {
    width: 100%;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
  }

  .footer-copyright-link {
    width: 100%;
    float: none;
    clear: none;
    align-items: center;
    margin-left: 0;
    font-size: 18px;
    font-weight: 300;
    display: inline;
  }

  .contacts-wrapper {
    margin-top: 0;
  }

  .contacts-content-wrapper {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-links-wrapper {
    width: 44%;
    align-items: center;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-slider {
    padding-bottom: 90px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

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

  .reviews-left-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

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

  .our-services-wrap {
    width: 100%;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

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

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .form-contacts {
    border: 0 #000;
    border-radius: 0;
    margin-top: 40px;
    padding-top: 10px;
  }

  .footer-top-wrapper {
    flex-direction: column;
  }

  .footer-bottom-wrapper-left {
    text-align: center;
  }

  .display-flex-horizontal.large-gap-center {
    grid-row-gap: 20px;
  }

  .title-bottom-space {
    font-size: 52px;
  }

  .title-bottom-space.tablet-text-align-center {
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
  }

  .description {
    margin-left: 0;
    margin-right: 0;
  }

  .description.description-medium-width, .banner-form {
    width: 100%;
  }

  .banner-form-text-field {
    border-style: solid;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    font-size: 18px;
    overflow: visible;
  }

  .banner-form-text-field::-ms-input-placeholder {
    font-size: 18px;
  }

  .banner-form-text-field::placeholder {
    font-size: 18px;
  }

  .banner-image-wrapper {
    width: 75%;
    min-height: 360px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-gray-background {
    min-height: 325px;
  }

  .banner-card-bottom {
    bottom: 50px;
    left: -23px;
  }

  .banner-card-top {
    top: 65px;
    right: -45px;
  }

  .logo-wrapper-large {
    width: 90%;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-description {
    width: 90%;
  }

  .logo-image {
    width: 40%;
  }

  .content-large-wrapper {
    margin-top: 40px;
  }

  .content-wrapper-info {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .content-wrapper-circle {
    padding: 10px;
  }

  .content-wrapper-text-info {
    width: 100%;
  }

  .content-large-image-wrapper {
    min-height: 250px;
    margin-bottom: 40px;
  }

  .content-large-circle {
    width: 130px;
    height: 130px;
  }

  .image-absolute {
    height: 250px;
  }

  .content-medium-image-wrapper {
    width: 80%;
    min-height: 300px;
    margin-top: -20px;
  }

  .check-list-wrapper-large {
    grid-row-gap: 25px;
    flex-wrap: wrap;
  }

  .check-list-wrapper {
    width: 100%;
  }

  .check-list-wrapper.large-size {
    margin-bottom: 30px;
  }

  .content-medium-image {
    height: 300px;
  }

  .figure-item-top-left {
    display: none;
  }

  .figure-item-full-bottom {
    height: 65px;
    bottom: -31px;
  }

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

  .author-wrapper {
    width: 100%;
  }

  .reviews-right-arrow {
    top: auto;
    bottom: 0%;
    left: 50px;
    right: auto;
  }

  .large-link-wrapper.fixed-width {
    max-width: none;
  }

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

  .card-wrapper-center {
    margin-top: 60px;
  }

  .card-image {
    height: 140px;
  }

  .card-figure-image-right {
    width: 100px;
    height: 100px;
    top: -40px;
  }

  .banner-figure-item {
    width: 80px;
    height: 80px;
    top: 35px;
    right: -30px;
  }

  .card-item-large {
    padding-right: 35px;
  }

  .text-breaking-normal {
    white-space: normal;
  }

  .faq-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-wrapper-large-bottom {
    margin-top: 0;
  }

  .paragraph-contract {
    font-size: 16px;
    line-height: 1.2em;
  }

  .paragraph-contract.margin-bottom-small {
    line-height: 1.2em;
  }

  .text-block---contract {
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .list-contract {
    padding-top: 10px;
  }

  .list-item-contract {
    font-size: 16px;
    font-style: normal;
    line-height: 1.2em;
    text-decoration: none;
  }

  .base-container-contract {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-contract {
    color: var(--paragraph-gray);
    font-size: 16px;
    font-style: normal;
    text-decoration: underline;
  }

  .logo-wrapper-large-about-us {
    width: 95%;
    margin-top: -65px;
    margin-left: auto;
    margin-right: auto;
  }

  .base-container-space-meet-the-team {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 220px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .solutions-portfolio-base-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-banner {
    font-size: 52px;
  }

  .title-banner.tablet-text-align-center {
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
  }

  .section-headine {
    font-size: 40px;
  }

  .section-headine.tablet-text-align-center {
    margin-left: auto;
    margin-right: auto;
    font-size: 52px;
  }

  .section-contact-us {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .section-contact-us.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact-us.top-banner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact-us.no-bottom-space {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section-contact-us.top-space-medium-gradient {
    background-position: 50% -100%;
    padding-top: 0;
  }

  .section-contact-us.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% -90%;
  }

  .section-contact-us.light-gray-bg-top-space-small {
    padding-top: 60px;
  }

  .section-contact-us.vision-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact-us.meet-the-team {
    background-position: 50% 130%;
    padding-top: 0;
  }

  .section-contact-us.meet-the-team.no-bottom-margin {
    background-position: 50% -90%;
  }

  .partners-header-wrapper-largerr {
    max-width: 1720px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .title-banner-white {
    font-size: 52px;
  }

  .section---service-portfolio {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .section---service-portfolio.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section---service-portfolio.top-banner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section---service-portfolio.no-bottom-space {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .section---service-portfolio.top-space-medium-gradient {
    background-position: 50% -100%;
    padding-top: 0;
  }

  .section---service-portfolio.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% -90%;
  }

  .section---service-portfolio.light-gray-bg-top-space-small {
    padding-top: 60px;
  }

  .section---service-portfolio.vision-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section---service-portfolio.meet-the-team {
    background-position: 50% 130%;
    padding-top: 0;
  }

  .section---service-portfolio.meet-the-team.no-bottom-margin {
    background-position: 50% -90%;
  }

  .contract-heading-1 {
    font-size: 30px;
    line-height: 1.1em;
  }

  .contract-heading-2 {
    align-self: flex-start;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.1em;
  }

  .contract-heading-2.margin-top-xmedium.margin-bottom-xsmall {
    font-size: 28px;
  }

  .contract-heading-3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1em;
  }

  .contract-heading-3.margin-bottom-small {
    line-height: 1.1em;
  }

  .contract-heading-4 {
    font-size: 25px;
    font-weight: 600;
  }

  .contract-heading-4.margin-bottom-xxsmall {
    line-height: 1.1em;
  }

  .contract-heading-4.margin-bottom-xsmall {
    font-size: 19px;
  }

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

  .contract-section.dark-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contract-section.top-banner {
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contract-section.top-space-medium-gradient {
    background-position: 50% -100%;
    padding-top: 0;
  }

  .contract-section.top-space-medium-gradient.no-bottom-margin {
    background-position: 50% -90%;
  }

  .contract-section.light-gray-bg-top-space-small {
    padding-top: 60px;
  }

  .contract-section.vision-section {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contract-section.meet-the-team {
    background-position: 50% 130%;
    padding-top: 0;
  }

  .contract-section.meet-the-team.no-bottom-margin {
    background-position: 50% -90%;
  }
}

#w-node-d072d29a-0526-81ea-5977-7b46d040e6ce-e38053c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d072d29a-0526-81ea-5977-7b46d040e6d2-e38053c6, #w-node-d072d29a-0526-81ea-5977-7b46d040e6d6-e38053c6, #w-node-d072d29a-0526-81ea-5977-7b46d040e6da-e38053c6, #w-node-d072d29a-0526-81ea-5977-7b46d040e6de-e38053c6, #w-node-d072d29a-0526-81ea-5977-7b46d040e6e2-e38053c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}


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

form.loading {
  opacity: 0.7;
  pointer-events: none;
}